@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,900;1,900&display=swap');

.secao-hero{
    padding-top: 2em;
}

.secao{
    padding-top: 6em;
}

.titulo-lp{
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
}

.titulo-info{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
}
.bg-info{
    background-image: linear-gradient(33deg, #b61826, #ce3027, #e64527, #ff5826)
}

.paragrafo-p{
    font-size: 1.5em;
}

.bg-kids{
    background: linear-gradient(rgba(0, 0, 0,0.3), rgba(0, 0, 0,0.3)), url(../img/bg2.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.bg-vila{
    background: linear-gradient(rgba(0, 0, 0,0.5), rgba(0, 0, 0,0.3)), url(../img/bg-lp-vila.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.bg-bilingue{
    background: linear-gradient(rgba(0, 0, 0,0.5), rgba(0, 0, 0,0.3)), url(../img/bg-bilingue.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.bg-cinza{
    background-color: rgb(238, 235, 235);
    padding-bottom: 6em;
}
.bg-cinza video{
    border-radius: 2em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

iframe{
    border-radius: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.peca-azul{
    right: 0;
    top: 40%;
}

.peca-vermelho{
    bottom: 20%;
}

.subtitulo{
    font-size: 2.8em;
}

.btn-lp-whats{
    background-color: #0CAC60;
    border-radius: 50px;
    font-weight: 900;
    padding: 1em 2em;
    margin-top: 2em;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    transition: .5s;
}
.btn-lp-whats:hover{
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whats-lp{
    color: #212529;
    padding-left: .5em;
    font-size: 1.2em;
}

/*Depomnto*/
.card-depoimento{
    width: 100%;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    background-color:#f9f9f9;
    border: none;
}

.swiper-wrapper{
    height: 100% !important;
}
  
.card-body-depoimento{
    padding: 2em  2em 0 2em ;
}
  
.depoimento-icone {
    padding-top: 16px;
    padding-left: 1.5em;
    width: 80px !important;
    height: auto;
}
.swiper-slide .depoimento-icone {
    display: block;
    height: auto;
    object-fit: cover;
}
.depoimento-titulo{
    color: #e3ae00;
    font-weight: bolder;
}
  
.img-depoimento{
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.img-depoimento{
    width: 10%;
}


@media screen and (max-width:1199px) {
    .secao-hero {
        padding-bottom: 2em;
    }
    .bg-kids, .bg-vila, .bg-bilingue {
        height: 100%;
    }
}

@media screen and (max-width:991px) {
    .ak-form-button{
        width: 50% !important;
    }
}

@media screen and (max-width:950px) {
    .position-absolute{
        display: none;
    }
}

@media screen and (max-width:425px) {
    .bg-kids {
        background-position: left;
    }
    .img-depoimento{
        width: 30% !important;
    }
}