@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;
    list-style-type: none;
}

/*Tipografia*/
h2{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 1,3px;
    letter-spacing: 1,0px;
    font-weight: normal;

}
p{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1,3px;
    letter-spacing: 1,0px;
    font-weight: normal;
}

span{
    color:#3693ff;  
    font-weight: bold;
}

/* hero */
.hero{
    background-image: url("/assets/images/unidade-em-sandro-andre.webp");
    height: 50vh;
}

.hero-card{
    background-color: rgba(0, 0, 0, 0.77);
    padding: 2%;
    border-radius: 12px;
}
.icone{
    width: 24px;
}
.logo{
    width: 15%;
}
.topbar{
    padding: 15px 0px;
    border-bottom: 1px solid #EDEDEE;
}
section{
    margin: 5% 0%;
}
.cta{
    padding: 5% 0%;
    background-image: url("/assets/images/background-cta.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.text-cta{
    font-size: 20px ;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 1,0;
    line-height: 1,9;
    color: white;
}

/* faq*/
.faq{
    padding: 10% 0%;
    background-image: url("/assets/images/Zumbido-Wide.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.faq-item{
    padding: 4%;
    border-radius: 24px;
}
.faq-item > h2{
    color: #F7C00F;
}
.faq-item > p{
    color: white;
}

/* Footer */
footer{
    padding: 5% 0%;
}

footer > .footer-item{
    margin: 2%;
}
.logo-footer{
    margin: 2%;
}
.button-cta-branco{
    border-radius: 50px;
    border: none;
    padding: 12px 32px;
    color: #2A7ABB;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 1%;
}
.padding-5{
    padding: 5%;
}
.button-cta-amarelo{
    border-radius: 50px;
    border: none;
    padding: 12px 32px;
    background-color: #F1BA14;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 1%;
}
.button-contato{
    border-radius: 50px;
    border: none;
    padding: 12px 32px;
    background-color: #127aba;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 1%;
}
.title-h3{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: rgb(31, 31, 31);
}
.text-card{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgb(80, 80, 80);
}
@media (max-width: 576px) { 
    .mobile{
        display: none;
    }
    .hero-card{
        padding: 10% 0px;
    }
    .hero{
        background-image: url("/assets/images/santo-andre/bg-ouviden-santo-andre-980x448x105x0x575x448x1714830896.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}