@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

a{
    scroll-behavior: smooth;
}

body{
    background-color:#0065b5;
}

#whatsapp{
    position: fixed;
    z-index: 9;
    bottom: 20px;
    left: 20px;
    background-color: #0169d2;
    padding: 15px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulsar 1s infinite;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);

}

#whatsapp i{
    color: #fff;
    font-size: 20pt;
}

#whatsapp:hover{
    background-color: #399cff;
    transition: .5s;
}

#back-to-top{
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    background-color: #0065b5;
    padding: 20px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);
}

#back-to-top i{
    color: #fff;
    font-size: 20pt;
}



header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #fff;
    background: linear-gradient(rgba(139,219,254,0.5), rgba(1,106,210,0.9)), url(../img/sarau.jpg);
    /* background: rgba(0,0, 0,0.5),url(../img/criancas.jpg) no-repeat fixed; */
    background-size: cover;
    background-position: center;
    position: relative;
}

img{
    max-width: 100%;
}

.l-2{
    margin-top: 50px;
}

.b-2{
    margin-bottom: 50px;
}

.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.divisao{
    width: 65%;
    color: #fff;
    margin: 0 auto;
}

.logo p{
    width: 70%;
    margin: 15px auto;
    font-size: 15pt;
}

.logo img{
    max-width: 50%;
}




.garantir{
    background-color: #0065b5;
    padding: 15px;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    width: 200px;
}

.garantir:hover{
    background-color: #399cff;
    transition: .5s;
}

.social{
    position: absolute;
    bottom: 20px;
    display: flex;
}

.social a{
    color: #fff;
    padding: 4px;
    font-size: 25pt;
    margin: 2px;
    border-radius: 10px;
}

.social a:hover{
    transition: 0.3s;
    transform: scale(1.2);
}

.historia{
    padding: 50px;
}

.historia h3{
    font-size: 35pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.historia p{
    width: 80%;
    margin: 0 auto;
    font-size: 13pt;
    text-align: justify;
    padding: 5px;
    color: #fff;
}

.historia b{
    text-transform: uppercase;
}

.sobre{
    padding: 20px;
    background-color: rgb(230, 230, 230);

}

.sobre h3{
    color: #0065b5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20pt;
}


.sobre .dif{
    color: #131542;
    font-size: 35pt;
}


.sobre hr{
    height: 7px;
    opacity: 1 !important;
    width: 15%;
    color: #e35070;
}

.segmento{
    display: flex;
    justify-content: center;
}

.info{
    background-color: #fff;
    padding: 50px;
}

.box-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-img img{
    width: 50%;
    margin: 0 auto;
}

.box-texto{
    bottom: 0;
    text-align: center;
    padding: 20px;
    height: 150px;
}

.fotos img{
    height: 300px;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.espac{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cadastro{
    padding: 150px;
    background: linear-gradient(90deg, rgba(0, 101, 181, 1), rgba(0,0,0,0.5)) 50%, url(../img/proposta.jpeg);
    /* background: url(../img/fachada.jpg) no-repeat; */
    background-position: center;
    background-size: cover;
    color: #fff;
    
}

.cadastro iframe{
    height: 950px;
    width: 100%;
    border-radius: 30px;


}

.cadastro h3{
    font-weight: bold;
    font-size: 35pt;
    text-transform: uppercase;
}


.box{
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    color: #fff;
    padding:50px;
}

footer p{
font-size: 14pt;
}

.logo-rodape{
    width: 10%;
margin: 0 auto;
}

.social-rodape{
display: flex;
align-items: center;
justify-content: center;
}

.social-rodape a{
    color: #0065b5;
    padding: 5px;
    font-size: 20pt;
}

.social-rodape i{
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
}

.social-rodape i:hover{
    background-color: #0169d2;
    transition: 0.5s;
    color: #fff;
}

.copy{
    color: #ffff;
    margin-bottom: -20px;
    margin-top: -10px;
}

.copy p{
    margin-top: 15px;
    padding: 1px;
    padding-top: 2px;
    padding-bottom: 5px;
    color: #000;
}

.copy a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}