:root{
    
    --azul: #57babf;
    --roxo: #991c7a;

}

.text-roxo{color: var(--roxo);}
.text-azul{color: var(--azul);}
.bg-roxo{background-color: var(--roxo) !important;}
.bg-azul{background-color: var(--azul);}

html{
    scroll-behavior: smooth;
}

#contato::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: var(--azul);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
}

header {
    background-image: url('../img/hero-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}


.mensais{
/* width: 400px; */
max-height: 550px;


}

 

.txt-home{
    
min-height: 550px;
max-height: 90vh;

}


.logo{
    width: 300px;
}

.triangulohome{
    width: 200px;
}
.final{
    display: flex;
    justify-content: end;
}

.logos{
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.box{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: 0.4rem;
}

.box-imagem{
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.casa{
    position: absolute;
    bottom: 0;
}

input{
    background-color: #0000 !important;
    border-radius: 0px !important;
    color: #fff;
    border: none !important;
    border-bottom: 1px solid var(--azul) !important;
}

input::placeholder{
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}
.btnform {
    background: #ff6600 !important;
    font-weight: 800;
    color: #fff;
    border-radius: 12px;
    border: none;
    padding: 10px 2rem;
    text-transform: uppercase;
    font-size: 12px;
}

.prime{
    position: absolute;
    z-index: 9;
    width: 500px;
}

.texttelefone p{
    padding: 0px !important;
    margin: 0px !important;


}

.celular{
    position: relative;
    top: -2rem;
}

.box a {

background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;


}

.linkGaleria{
    cursor: pointer;
}

.linkGaleria:hover{
    box-shadow: inset 0 0 0 6px #991c7a;
}

.box-galeria {
    transition: background-image 0.8s ease-in-out;
}



@media (max-width: 800px){

    .txt-home{
        min-height: unset;
        max-height: 90vh;
        width: 70%;
    }


    .logomb{
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }

    header{
        height: unset;
        min-height: unset !important;
    }

.mensal{
    position: absolute;
    width: 30%;
    right:  0;
    bottom: 4%;
}


.box {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: row;
    gap: 0.4rem;
    padding-top: 1rem !important;
}

.celular{
    position: unset;
    padding: 1rem;
}  

}


*{
    font-family: "graphie", sans-serif;
}

input{
    color: var(--azul) !important;
}

html{
    overflow-x: hidden;
}

@media (max-width: 768px) {
    #contato {
        background: linear-gradient(var(--azul) 35%, var(--roxo) 35%);
    }
    #contato::before {
        display: none;
    }
}