@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
}

a:hover{
    transform: scale(1.1);
}
a{
    transition-duration: 0.2s;
}
li:hover{
    transform: scale(1.08);
}
li{
    transition-duration: 0.2s;
}
.saibacomo:hover{
    background-color: rgb(70, 70, 70);
    color: white;
}

/* --------------------  MENU MOBILE --------------------- */

.botao-menu{
    display: none;
    cursor: pointer;
    position: fixed;
    color: white;
}
.menu-mobile{
    background-color: rgb(43, 42, 42);
    justify-content: right;
    position: fixed;
    top: 30px;
    right: 0px;
    z-index: 999;
    width: 0%;
    padding-bottom: 20px;
    transition: .4s;
}
.x{
    color: white;
    padding: 5px;
    cursor: pointer;
}
.menu-mobile>ul{
    list-style-type: none;
    text-align: right;
    padding-right: 7px;
}
.menu-mobile>ul>li{
    margin-bottom: 15px;
}
.menu-mobile>ul>li>a{
    text-decoration: none;
    color: white;
}

.menu-mobile.abrir-menu{
    width: 60%;
}
.botao-menu{
    cursor: pointer;
    top: 28px;
    right:15px;
}

/* --------------------------  MENU MOBILE FIM  --------------------------*/






.whatsapp-mobile{
    display: flex;
    justify-content: right;
    margin: 10px;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition-duration: 0.2s;
}
.linkwhatsapp-mobile{
    background-color: #25D366;
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 50%;
}
.wappicon-mobile{
    z-index: 99999;
    padding-top: 2px;
    padding-left: 2px;
}







header{
    background-image: url(imagens/fundo-certificado.jpeg);
    background-size:cover;
    background-position: right;
    padding-top: 20px;
}

nav{
    display: flex;
    background-color: rgb(24, 22, 22);
    padding: 0 0 0 9%;
}

.menu-nav{
    display: flex;
    width: 95vw;
    justify-content: end;
    align-items: center;
    margin-right: 10%;
}

.menu-nav>li{
    list-style-type: none;
    margin: 0 2%;
}

.menu-nav>li>a{
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
}


.areacliente{
    background-color: rgb(139, 139, 139);
    padding: 12px 9px;
    border-radius: 20px;
}
.menu-nav>li>svg{
    color: white;
    height: 40px;
    position: absolute;
    margin-top: -11px;
    margin-left: 10px;
}

.logos{
    display: flex;
    align-items: center;
}
.logo-icone1{
    height: 65px;
}
.logo-texto1{
    width: 150px;
}




.textoprincipal{
    display: flex;
    flex-direction: column;
    margin-left: -40%;
    justify-content: center;
    align-items: center;
}

.titulo1{
    margin-top: 120px;
    color: white;
   
    max-width: 500px;
    text-align: center;
    font-size: 42px;
}

.p1{
    color: white;
    margin-left: 2%;
    margin-top: 40px;
    font-size:  22px;
    max-width: 500px;
    padding-bottom: 100px;
}


.doisbotoes{
 
    padding-bottom: 100px;
}

.saibacomo{
    text-decoration: none;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 22px 27px 22px 27px;
    border-radius: 37px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.692);
    font-size: 20px;
}

.areacliente2{
    font-weight: 500;
    text-decoration: none;
    color: white;
    padding: 20px 25px 20px 25px;
    border-radius: 36px;
    background-color: rgb(87, 87, 87);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.692);
    display:none;
}








main{
    display: flex;
    margin-top: 70px;
    padding-bottom: 50px;
}

.sobrenos{
    margin-left:  12%;
    padding-bottom: 18px;
    max-width: 300px;
    border-bottom: 2.5px solid rgb(0, 0, 0);
}

.sobrep1, .sobrep2, .sobrep3, .sobrep4{
    padding: 20px 20% 0 12%;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.sessaofoto{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10%;
    margin-top: 70px;
}

.imgandre{
    width: 320px;
}

.nome{
    font-size: 16px;
    font-weight: 500;
}

.fundador{
    font-size: 14px;
    font-weight: 600;
}







.sessaoservicos{
    background-image: url(imagens/fundopreto2.jpg);
    padding-bottom: 70px;
    padding-left: 7%;
    padding-right: 7%;
}

.tituloservicos{
    color: white;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 18px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid white;
}

.toque{
    display: none;
}

.areaservicos{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;

}
.elemento{
    margin: 15px 6% 15px 6%;
    max-width: 360px;
    background-color: rgb(230, 230, 230);
    border-radius: 28px;
}
.areaservicos>div>p{
    color: black;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    font-weight: 600;
}

.subtexto{
    padding:10px;
    color: rgb(0, 0, 0);
    text-align: center;
    transition-duration: 1s;
    font-weight: 500;
}









.titulolocal{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 80px;
    font-size: 28;
    margin-left: 7%;
    margin-right: 7%;
    font-weight: 600;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.divmapa{
    width: 60%;
    height: 500px;
    margin: auto;
    padding-bottom: 100px;
}

.divmapa > iframe{
    width: 100%;
    height: 100%;
}



.sessaocontato{
    background-image: url(imagens/fundopreto2.jpg);
    padding-bottom: 30px;
}

.logos2{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
}

.logo-icone2{
    height: 100px;
}

.logo-texto2{
    height: 120px;
}

.divcontato{
    background-color: rgb(230, 230, 230);
    margin: 20px 13% 0 13%;
    padding: 50px;
    padding-bottom: 30px;
}

.divcontato>p{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 19px;
    display: flex;
    align-items: center;
}
.divcontato>p>svg{
    margin-right: 10px;
    
}


.botoes{
    background-color: rgb(230, 230, 230);
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-left: 13%;
    margin-right: 13%;
    padding-bottom: 30px;
}

.botoes>a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: black;
    padding: 20px;
    border-radius: 41px;
}


@media screen and (max-width: 940px){

    header{
        background-image: url(imagens/fundo-mobile-darkened.png);
        background-position: right;
        padding-top: 0;
    }
    nav{
        padding: 0 0 0 0;
    }
    .logos{
        margin: auto;
    }
    .fundomobile{
        height: 500px;
        position: absolute;
        right: 0px;
    }

    .botao-menu{
        display: block;
        position: fixed;
        padding: 2px 1px 0px 1px;
        background-color: rgba(0, 0, 0, 0.377);
        border-radius: 20px;
        top: 10px;
        right: 8px;
    }
    .menu-mobile{
        background-color: rgb(43, 42, 42);
        justify-content: right;
        position: fixed;
        top: 28px;
        right: 0px;
        z-index: 999;
        width: 0%;
        padding-bottom: 20px;
        transition: .4s;
    }

    .menu-nav{
        display: none;
    }

    .textoprincipal{
        display: block;
        margin-left: 0;
    }
    .titulo1{
        margin: auto;
        margin-top: 40px;
        color: white;
        padding: 0 4% 0 4%;
        max-width: 500px;
        text-align: center;
        font-size: 35px;
    }

    .p1{
        margin: auto;
        color: white;
        padding: 0 5% 0 5%; 
        margin-top: 40px;
        font-size:  22px;
        max-width: 500px;
        padding-bottom: 70px;
        text-align: center;

    }
    
    .doisbotoes{
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 100px;
    }

    .saibacomo{
        text-decoration: none;
        color: rgb(0, 0, 0);
        margin-right: 12px;
        padding: 15px 18px 15px 18px;
        border-radius: 37px;
        background-color: rgb(255, 255, 255);
        font-size: 15px;
        }

    .areacliente2{
        text-decoration: none;
        color: white;
        font-weight: 600;
        padding: 15px 18px 15px 18px;
        border-radius: 36px;
        background-color: rgb(87, 87, 87);
        font-size: 14px;
        display: block;
        }






    .sobrenos{
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 250px;
        max-width: none;
        border-bottom: 2.5px solid rgb(0, 0, 0);
    }
    .sessaofoto{
        position: absolute;
        margin-top: 180px;
        left: 50%;
        transform:translate(-50%, -50%)
    }
    
    .imgandre{
        width: 180px;
        
    }
    
    .sobrep1, .sobrep2, .sobrep3, .sobrep4{
        padding: 40px 6% 0 6%;
        font-size: 13px;
        font-weight: 500;
        text-align: justify;
        margin-bottom: -12px;
    }






    .areaservicos{
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
    }
    .toque{
        display: block;
        color: rgb(214, 214, 214);
        font-size: 13px;
        margin:-20px 0 10px 0;
        text-align: center;
    }

    .elemento{
        cursor: pointer;
        margin: 8px 6% 8px 6%;
        max-width: 360px;
        background-color: rgb(230, 230, 230);
        border-radius: 28px;
        min-width: 280px;
    }
    .subtexto{
        padding:10px;
        color: rgb(0, 0, 0);
        text-align: center;
        transition-duration: 1s;
        font-weight: 500;
        display:none;
    }

    
    .areaservicos>div>p{
        color: black;
        padding: 10px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid rgb(0, 0, 0);
        font-weight: 600;
    }




    .divcontato{
        background-color: rgb(241, 241, 241);
        margin: 20px 1% 0 1%;
        padding: 10px;
        padding-bottom: 30px;
    }
    
    .divcontato>p{
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 13.5px;
    }
    
    .divcontato>p>svg{
        margin-right: 10px;
        width: 18px;
    }
    .icone-local{
        width: 50px;
    }


    
    .botoes{
        background-color: rgb(241, 241, 241);
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: -2px;
    }
    
    .botoes>a{
        text-decoration: none;
        color: rgb(255, 255, 255);
        background-color: black;
        padding: 15px;
        border-radius: 41px;
    }

    .divmapa{
        width: 90%;
        height: 380px;
        margin: auto;
        padding-bottom: 80px;
    }
    
    .logos2{
        display: flex;
        justify-content: center;
        padding-top: 20px;
        align-items: center;
        margin-left: -11px;
    }
    
    .logo-icone2{
        height: 80px;
    }
    
    .logo-texto2{
        height: 100px;
    }




    





    .whatsapp-mobile{
        bottom: 6px;
        right: 5px;
    }
    .linkwhatsapp-mobile{
        padding: 6px;
    }
    
}