/* HEADER */
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: var(--header);
    z-index: 100;
}
header .wrap {margin: 0;}
header .logo {max-width: 59px;height: 56px;}

.menu {
    align-items: center;
    gap: 30px;
}
.menu ul {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.menu li a:hover {
    color: var(--cor-btn);
}
.menu li a::after {
    transform-origin: center bottom;
    transform: scaleX(0);
    bottom: 0;
    left: 0px;
}
.menu li a:hover::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: var(--cor-btn);
    animation: barra 0.3s ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.menu a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/* BOTÃO MENU */ 
    .btn_menu {    
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 100px;
        line-height: 20px;
        transition: all 600ms ease;
        z-index: 10;
    }

    .btn_menu span.hamburger {
        display: inline-block;
        position: absolute;
        top: 50%;
        bottom: auto;
        right: 0;
        transform: translateX(-50%) translateY(-50%);
        width: 30px;
        height: 3px;
        background-color: var(--cor-btn);
    }      

    .btn_menu span.hamburger:before, .btn_menu span.hamburger:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: var(--cor-btn);
        right: 0;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .3s, background .3s;
    }
    
    .btn_menu span.hamburger:before {transform: translateY(-10px) rotate(0deg);}
    .btn_menu span.hamburger:after {transform: translateY(10px) rotate(0deg);}
    .btn_menu:hover span:before {transform: translateY(-6px) rotate(0deg);}
    .btn_menu:hover span:after {transform: translateY(6px) rotate(0deg);}
    .btn_menu.ativo span.hamburger {background-color: transparent !important;}
    .btn_menu.ativo span.hamburger:before, .btn_menu.ativo span.hamburger:after { background-color: var(--cor-btn); }
    .btn_menu.ativo span.hamburger:before {transform: translateY(0) rotate(45deg);}
    .btn_menu.ativo span.hamburger:after {transform: translateY(0) rotate(-45deg);}

/* VITRINE */
#vitrine,
.carrosel-depoimentos,
.carrosel-pessoas {
    position: relative;
    overflow: hidden;
}
h1,
#vitrine h2 {
    font-size: 3.625rem;
    width: 100%;
    max-width: 530px;
    line-height: 3.625rem;
}

#vitrine .swiper-vitrine,
#vitrine .swiper-vitrine-2 {
    width: 100%;
    height: 630px;
}

#vitrine .swiper-slide.sld01 {
    background: url("../../images/banner-quem-somos.webp") no-repeat scroll center 0;
    background-size: cover;
}
#vitrine .swiper-slide.sld02 {
    background: url("../../images/banner-vitrine2.jpg") no-repeat scroll center 0;
    background-size: cover;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    background-color: #fff;
}

.swiper-pagination-bullet-active {opacity: 1;}

/* SEU SUCESSO */

#seu-sucesso .box,
#evasao-escolar .box,
#vamos-juntos .box {
    background-color: var(--cor01a);
}

/* MUDANÇA */
#mudanca {
    background-color: var(--header);
}

#mudanca .wrap {
    flex-flow: column nowrap;
    color: #fff;
}

#mudanca .wrap p {
    max-width: 635px;
    text-align: center;
}
#mudanca .wrap h2 {
    position: relative;
    font-size: 2.75rem;
    line-height: 2.75rem;
    max-width: 775px;
    text-align: center;
    margin-bottom: 4rem;
}

#mudanca .wrap h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cor-btn);
    width: 63px;
    height: 8px;
}

#mudanca .graficos {
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-end;
    margin-top: 3.75rem;
    margin-bottom: 1.5rem;
}

.graficos .bx01 {background-color: var(--cor02b);}
.graficos .bx02 {background-color: var(--cor03b);}
.graficos .bx03 {background-color: var(--cor01b);}
.graficos .bx01 .txt {background-color: var(--cor02a);}
.graficos .bx02 .txt {background-color: var(--cor03a);}
.graficos .bx03 .txt {background-color: var(--cor01a);}

.graficos .bx01 h5 {
    margin: 2rem;
}
.graficos .bx02 h5 {
    margin-top: 3.1875rem;
    margin-bottom: 2.5625rem;
}
.graficos .bx03 h5 {
    margin-top: 3.9375rem;
    margin-bottom: 3.3125rem;
}

#mudanca .box {
    max-width: 405px;
    flex: 0 0 32.15%;
    justify-content: flex-end;
}
#mudanca .box,
#mudanca .box .txt {
    flex-flow: column nowrap;
}
.graficos h5 {
    text-align: center;
    font-size: 3.625rem;
}
#home .graficos h5 span {font-size: 5rem;}

#mudanca .box h6 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
}
#mudanca .box .txt {
    padding: 2rem 4rem;
    min-height: 172px;
    justify-content: center;
    align-items: center;
}
#mudanca .bx01 .txt {
    padding: 2rem 6.4rem;
}
#mudanca .btn {margin-top: 3.25rem;}

/* VIDEO */
    #video video {
        width: 100%;
    }

/* SIMPLES E SEGURO */
    #simples-seguro .box {
        background-color: var(--cor02a);
    }
    #simples-seguro .box img {
        order: 2;
    }

/* COMUNIDADE */
#comunidade {
    background-color: var(--header);
}
#comunidade .wrap {
    flex-flow: column nowrap;
}
#comunidade h2 {
    width: 100%;
    max-width: 600px;
    font-size: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
}
#comunidade h2,
#comunidade .boxes {margin-bottom: 3.75rem;}

#comunidade .boxes {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}
#comunidade .box {
    flex-flow: column nowrap;
    /* flex: 0 0 24%; */
}
#comunidade .box .txt,
#comunidade .box img {
    max-width: 297px;
}
#comunidade .box img {
    border-radius: 32px 32px 0 0;
}
#comunidade .box .txt {
    padding: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    min-height: 190px;
    margin-top: -30px;
}

#comunidade .bx01 .txt {background-color: var(--cor03a);}
#comunidade .bx02 .txt {background-color: var(--cor01a);}
#comunidade .bx03 .txt {background-color: var(--cor02a);}
#comunidade .bx04 .txt {background-color: var(--cor03b);}

/* CARROSEIS */
#carrosseis {
    /* flex-flow: column nowrap; */
    justify-content: center;
    align-items: center;
    padding: 6.25rem 0;
}

#carrosseis .wrap {
    justify-content: space-between;
    gap: 1.75rem;
}

#carrosseis .swiper-pessoas {
    position: relative;
    width: 100%;
}

#carrosseis .swiper-pessoas .swiper-slide {position: relative;}

#carrosseis .swiper-pessoas h5,
#carrosseis .swiper-pessoas-mobo h5 {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
}
#carrosseis .swiper-pessoas-mobo h5 {
    margin-left: 2rem;
    margin-right: 2rem;
}
#carrosseis .swiper-pessoas .txt {
    position: absolute;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    left: 85px;
    max-width: 430px;
}

#carrosseis .swiper-pessoas-mobo .txt {
    position: absolute;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    top: 65px;
    left: 50%;
    max-width: 630px;
    width: 100%;
    transform: translateX(-50%);
}
#carrosseis .swiper-pessoas p,
#carrosseis .swiper-pessoas-mobo p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
}
#carrosseis .swiper-pessoas .slide02 .txt {
    font-size: 2.25rem;
    line-height: 2.25rem;
}
#carrosseis .swiper-pessoas .slide02 h5,
#carrosseis .swiper-pessoas .slide03 h5,
#carrosseis .swiper-pessoas .slide05 h5,
#carrosseis .swiper-pessoas-mobo .slide02 h5,
#carrosseis .swiper-pessoas-mobo .slide03 h5,
#carrosseis .swiper-pessoas-mobo .slide05 h5 {
    font-size: 1.85rem;
    line-height: 2.25rem;
}
#carrosseis .swiper-pessoas .slide05 .txt,
#carrosseis .swiper-pessoas-mobo .slide05 .txt {
    max-width: 545px;
}

.carrosel-pessoas h2 {
    position: absolute;
    z-index: 10;
    font-size: 2.75rem;
    line-height: 2.75rem;
    text-transform: uppercase;
    text-align: center;
    margin: 70px 80px;
}

.carrosel-pessoas .txt::after,
.carrosel-pessoas .txt::before {
    position: absolute;
    content: " ";
    width: 52px;
    height: 32px;
}

.carrosel-pessoas .txt::after {
    background-image: url('../../images/aspas-fecha.png');
    background-size: cover;
    background-position: center center;
    right: -10px;
    bottom: -15px;
}
.carrosel-pessoas .txt::before {
    background-image: url('../../images/aspas-abre.png');
    background-size: cover;
    background-position: center center;
    left: -25px;
    top: -15px;
}
.carrosel-pessoas .swiper-pessoas-mobo .txt::after {
    right: 15px;
    bottom: 0;
}
.carrosel-pessoas .swiper-pessoas-mobo .txt::before {
    left: 15px;
    top: 0;
}

#carrosseis .swiper-pessoas  {
    max-width: 775px;
}

#carrosseis .swiper-depoimento {
    max-width: 467px;
    background-color: var(--cor01a);
    height: 600px;
}

.carrosel-depoimentos .swiper-slide {
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
}
.carrosel-depoimentos .txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.carrosel-depoimentos .txt::after,
.carrosel-depoimentos .txt::before {
    position: absolute;
    content: " ";
    width: 52px;
    height: 32px;
}

.carrosel-depoimentos .txt::after {
    background-image: url('../../images/aspas-fecha.png');
    background-size: cover;
    background-position: center center;
    right: -10px;
    bottom: 0;
}
.carrosel-depoimentos .txt::before {
    background-image: url('../../images/aspas-abre.png');
    background-size: cover;
    background-position: center center;
    left: -10px;
    top: -32px;
}

.carrosel-depoimentos h5 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.carrosel-depoimentos p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
}

.carrosel-depoimentos .btn {
    position: absolute;
    bottom: 4rem;
}

/* IMPACTO */
#impacto {
    background: url("../../images/bg-impacto.jpg") no-repeat scroll center center;
    background-size: cover;
    height: 630px;
    justify-content: center;
    align-items: center;
}
#impacto .wrap {
    justify-content: center;
    align-items: center;
}
#impacto h2 {
    font-size: 3.625rem;
    width: 100%;
    max-width: 530px;
    line-height: 3.625rem;
    text-align: center;
}

/* VAMOS JUNTOS */

/* FOOTER */
footer {
    justify-content: center;
    align-items: center;
    background-color: var(--footer);
    padding: 72px 0;
}
footer a,
footer p {
    color: #fff;
    font-weight: 400;
    font-size: 0.87rem;
}
footer h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5rem;
}
footer .wrap {
    justify-content: space-between;
    align-items: stretch;
}
footer .contato {
    margin-bottom: 3.75rem;
}

footer .contato ul,
footer .mapa-site ul {
    flex-flow: column nowrap;
}

footer .rede-social ul {
    gap: 1.25rem;
}

footer .mapa-site ul {
    gap: 1rem;
}
footer .contato a:hover,
footer .mapa-site a:hover {
    text-decoration: underline;
}

footer .empresa {
    flex-flow: column nowrap;
    justify-content: end;
    align-items: flex-end;
}
footer .empresa .logo-rodape {
    width: 100%;
    max-width: 98px;
    margin-bottom: 24px;
}
footer .p4 a:hover {
    color: #ad0;
}