@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

:root {

    --cor-primaria: #37657E;
    --cor-secundaria: #73BD6C;
}

body {
    background-color: #f6f6f6;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}

.nav-link,
.btn-matricula-navbar {
    letter-spacing: 1px
}

.header-bg,
.bg-proposta,
.bg-segmento {
    background-size: cover;
    height: 100vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px
}

.bg-inicio{
    background-image: url(../img/bg-inicio.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.container-navegacao {
    padding-right: 0 !important
}

.titutlo-hero{
    color:#FEFEFE;
    font-size: 3.5em;
    font-weight: bolder;
}
.titulo-segmento {
    font-size: 3.5em;
    color: #49A010;
    font-weight: bolder;
}


.bg-color-nav {
    /* background-image: linear-gradient(to left, #37657e, #097d90, #009592, #31ab84, #73bd6c); */
    background: rgba( 255, 255, 255, 0.5 );
    backdrop-filter: blur(11.5px);
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.btn-matricula-navbar {
    background-image: linear-gradient(25deg, #31ab84, #73bd6c);
    padding: .5em .7em;
    border-radius: .5em;
    color: #fff;
    font-weight: bold;
    font-size: larger;
    box-shadow: rgb(50 50 93 / 25%) 0 30px 60px -12px, rgb(0 0 0 / 30%) 0 18px 36px -18px;
    text-decoration: none;
    letter-spacing: 1px
}

.mapa-mental{
    margin-top: -100px;
    width: 100%
}

.bg-color-nav .nav-link {
    color: #fff !important;
    font-size: larger
}

.menu-escola{
    background-color: #c1e7f7 ;
}

.dropdown-item-azul:focus,
.dropdown-item-azul:hover {
    background: #00A4ED;
    color: #fff
}

.menu-turmas{
    background-color: #ebc6e9;
}

.dropdown-item-roxo:focus,
.dropdown-item-roxo:hover {
    background: #872384;
    color: #fff
}

.dropdown-menu {
    border: none !important;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0 !important
}

.nav-estilo{
    border-radius: .5em !important; 
    width: 132px; 
    text-align: center; 
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.botao-matricula {
    background-color: var(--cor-secundaria);
    color: #f9f9f9;
    font-weight: bolder;
    padding: 1em 2em;
    transition: .5s;
}

.botao-matricula:hover {
    background-color: var(--cor-secundaria);
    color: #f9f9f9;
    font-weight: bolder;
    padding: 1em 3em;
    transform: scale(1.1);
}

.botao-saiba-mais {
    background-color: var(--cor-primaria);
    color: #f9f9f9;
    font-weight: bolder;
    padding: .5em 3em;
    transition: .5s;
}

.botao-saiba-mais:hover {
    background-color: var(--cor-primaria);
    color: #fff;
    transform: scale(1.1);
}

/*Historia*/
.secao-historia {
    padding: 4em 0;
}

.card-container {
    position: relative;
    width: 65%;
    height: 25em;
    display: flex;
    align-items: center;
    padding: 2.5em;
    border-radius: 2em;
    background-image: url(../img/bg-sobrenos.png);
    background-size: cover;
    background-position: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    margin: auto;
}

.swiper-button-next, .swiper-button-prev{
    color: #0C9B8F !important;
}

.card-container-imagem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%, 15%);
}

.card-container-imagem img {
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.historia-texto {
    text-align: justify;
}

/*Segmento*/
.secao {
    padding: 4em 0
}

.pincel{
    top: -10em;
    left: 2em;
}

.secao-segmento {
    background-image: url(../img/circle-scatter-haikei.svg);
    background-size: cover;
}

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.card--2 .card__img,
.card--2 .card__img--hover {
    background-image: url(../img/infantil.jpg);
}

.card--3 .card__img,
.card--3 .card__img--hover {
    background-image: url(../img/integral.jpg);
}


.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.card {
    margin-right: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 100%;
    position: relative;
    border-radius: 2em;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border: none !important;
}

.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);

}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.card__category {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--cor-secundaria);
}

.card__author {
    font-weight: 600;
    text-decoration: none;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 1;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
    background-color: rgb(0, 0, 0, 0.3);
    color: white;
}

.card:hover .card__info-hover {
    opacity: 0
}

/*Redes Sociais*/
/*Redes Sociais*/
.secao-redes {
    position: fixed;
    top: 40%;
    left: -0.5%;

    background-image: linear-gradient(25deg, #31ab84, #73bd6c);
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
    box-shadow: 0px 6px 10px 0px #1c4fc26b;
    z-index: 1;
}

.secao-redes .row {
    width: 85px;
    padding-left: 1em;
}

.secao-redes-mobile {
    background-image: linear-gradient(25deg, #31ab84, #73bd6c);
    box-shadow: 0px -6px 10px 0px #1c4fc26b;
}


/*Formulario*/
.secao-faleconosco{
    position: relative;
}
.tesoura{
    z-index: -1;
}
.lapis{
    position: absolute;
    right: 5em;
    top: 0;
    z-index: 0;
}
.bolsa{
    position: absolute;
    left: 5em;
    top: -2em;
    z-index: -1;
}
.quadrado{
    position: absolute;
    left: 20%;
    top: -2em;
    width: 60px;
}

.circulo{
    position: absolute;
    left: 65%;
    top: 0em;
    width: 60px;
}
.btn-contato {
    width: 25ch;
}

.formulario-shadow {
    padding: 5rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 8px 16px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5px);
    width: 100%;
}

.contato-asteristico {
    color: var(--vermelho);
}

.form-control {
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    ;
}

.form-nome {
    position: relative;
}

.bi-person-fill,
.bi-envelope-fill,
.bi-pencil-square {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 1.5rem;
    color: var(--cor-primaria);
}

label {
    font-size: 1rem;
    font-weight: bold;
}

#contato, #metodologia{
    scroll-margin: 5em;
}
#metodologia{
    scroll-margin: 15em;
}


/*Diferenciais*/
.secao-diferencial {
    background-image: url(../img/bg-secao-form.png);
    background-size: cover;
    background-position: center;
}

.regua{
    position: absolute;
    right: 2em;
    top: 0;
    transform: rotate(15deg);
    /* z-index: 0; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #DFF6E4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card {
    border-radius: 32px;
}

.diferenciais-icone {
    padding-top: 16px;
    padding-left: 1.5em;
    width: 80px !important;
    height: auto;
}

.card-diferencial {
    width: 100%;
    height: 304px;
    padding-top: 1em;
    padding-bottom: 2em;
    /* background-color: #DFF6E4; */
    background-image: url(../img/Group\ 6.png);
}

.diferenciais p {
    color: var(--cor-primaria);
    font-weight: bolder;
}

.swiper-slide {
    border-radius: 32px !important;
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1) !important;
}

.swiper {
    padding-bottom: 2em !important;
}

.diferenciais .card-body {
    padding: 1em 1.5em;
}

.titulo-diferencial {
    font-size: 60px;
    color: #DFF6E4;
}

.titulo-diferencial::after {
    content: url(../img/folha-clara.png);
}

#diferenciais{
    scroll-margin-top: 8em;
}

/*Instagram*/
.secao-insta {
    /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
    background-image: url(../img/bg-insta.jpg);
    background-size: cover;
}
.folha-svg{
    right: 3em;
    top: -5em;
    width: 15%;
    transform: rotate(45deg);
    z-index: -1;
}
.secao-insta a {
    text-decoration: none;
}

/*Footer*/
.footer {
    padding-top: 2em;
    background-image: linear-gradient(to left, #37657e, #097d90, #009592, #31ab84, #73bd6c);
}

.bi {
    font-size: 1.5em
}

.footer-address::before,
.footer-tel::before,
.footer-what::before,
.footer-email::before {
    font-family: "Bootstrap-icons";
    padding-right: .5em;
    color: var(--color-terciario);
    font-size: 20px
}

.footer-address::before {
    content: "\F3E7"
}

.footer-tel::before {
    content: "\F5B4"
}

.footer-what::before {
    content: "\F618"
}

.footer-email::before {
    content: "\F32C"
}

.footer-linha {
    color: var(--color-terciario);
    border-width: 2px
}


.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


@media screen and (max-width: 1399px) {
    .card-container-imagem {
        transform: translate(-40%, 15%);
    }
}

@media screen and (max-width: 1199px) {

    .card-container-imagem {
        transform: translate(-50%, 15%);
    }
    .nav-item{
        width: 80%;
        text-align: center;
        margin-bottom: 1em;
    }
    .navbar-collapse {
        padding-bottom: 50px
    }

    .navbar-nav {
        padding-bottom: 20px
    }
}

@media screen and (min-width: 1025px) {
    .card-container-imagem img{
        width: 400px !important;
    }
}

@media screen and (max-width: 1024px) {
    .card-container-imagem {
        transform: translate(-50%, 25%);
    }
    .card-container-imagem img{
        width: 350px !important;
    }
}

@media screen and (max-width: 991px) {
    .card-container-imagem {
        transform: translate(-90%, 25%);
    }
    .navbar-toggler {
        margin-right: 2em
    }

    .btn-matricula-navbar {
        background-color: var(--cor-primaria);
        border-radius: 10px;
        padding: .8em 2em;
        color: #fff;
        font-weight: bold;
        font-size: larger;
        transition: .5s;
        box-shadow: rgb(50 50 93 / 25%) 0 30px 60px -12px, rgb(0 0 0 / 30%) 0 18px 36px -18px;
        text-decoration: none;
        letter-spacing: 1px
    }

    .navbar-collapse {
        padding-bottom: 50px
    }

    .navbar-nav {
        padding-bottom: 20px
    }

}



/*Paginas internas*/
.bg-sobre{
    background-image: url(../img/bg-sobre.png);
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 143.5px;
    background-position: bottom;
}

.img-border{
    border-radius: 2em;
}

.secao-missao{
    background-color: #C1E7F7;
}
.secao-missao h2{
    color: #00A4ED;
}

.secao-visao{
    background-color: #fddfc1;
}
.secao-visao h2{
    color: #F6881C;
}

.secao-valores{
    background-color: #b7f7cf;
}
.secao-valores h2{
    color: #02bb8d;
}

/*Cookies*/
.cookie-container p {
    margin: 24px 0;
    line-height: 2
}

.wrapper {
    padding: 32px
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(25deg, #31ab84, #73bd6c);;
    color: #f5f6fa;
    padding: 10px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    z-index: 9999;
    transition: .4s
}

.cookie-container.active {
    bottom: 0
}

.cookie-container a {
    color: #000
}

.cookie-btn {
    background: var(--cor-primaria);
    border: 0;
    color: #fff;
    padding: .2rem 3rem;
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 5px;
    border-radius: 8px;
    cursor: pointer
}

@media screen and (max-width:1024px){
    .nav-item{
        width: 80%;
        text-align: center;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 769px) {
    .secao-redes-mobile {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .secao-desktop {
        display: none;
    }

    .card-container-imagem {
        transform: translate(5%, -90%);
    }

    .secao-historia{
        padding-top: 22em;
    }
    .footer {
        margin-bottom: 80px;
    }
    .bolsa{
        left: 0;
    }
    .lapis{
        top: 0;
        right: 0;
    }
    .nav-item{
        width: 75%;
        text-align: center;
        margin-bottom: 1em;
    }
    .titulo-segmento {
        font-size: 2.2em;
    }
}

@media screen and (max-width:767px) {
    .cards {
        display: contents;
    }
    .card-container {
        width: 100%;
    }
}

@media screen and (max-width:655px) {
    .mapa-mental {
        margin-top: 0;
    }
}

@media screen and (max-width: 425px) {
    .card-container-imagem {
        transform: translate(0%, -90%);
    }
    .card-container {
        width: 100%;
    }
    .regua{
        transform: rotate(0deg);
        top:-1em;
        right: 15%;
    }
    .bolsa{
        width: 30%;
    }
    .folha-svg {
        width: 45%;
    }
    .footer{
        text-align: center;
    }
    .titulo-segmento {
        font-size: 2em;
    }
    .bg-sobre {
        padding-left: 0;
    }
}