h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

body {
    background-color: var(--bege);
}

.h100 {
    height: 100%;
}

.centralize {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    align-items: center;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Icones----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.icone-mao-coracao {
    max-width: 35px;
}

.icone-seta-direita {
    max-width: 20px;
}
.fa-quote-left {
    color: var(--amarelo);
    font-size: 22px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Titulos e textos---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.f-28 {
    font-size: 28px !important;
}

.primario {
    font-size: 64px;
    position: relative;
}

.primario::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: var(--amarelo);
    top: -10px;
    left: calc(50% - 50px);
}

.primario .destaque {
    font-size: 64px;
}

.secundario {
    font-size: 40px;
}

.terciario.destaque {
    background-color: var(--amarelo);
    color: var(--branco);
    width: fit-content;
    padding: 6px 10px 0px;
    margin-bottom: 5px;
}

.quaternario,
.quaternario span.destaque {
    font-size: 28px;
}

span.destaque {
    color: var(--amarelo);
    font-size: 40px;
    font-family: 'Anteb';
}
span.destaque-2 {
    color: var(--amarelo);
    font-size: 16px;
    text-transform: uppercase;
}
strong.amarelo {
    color: var(--amarelo);
}

h4.destaque {
    background-color: var(--amarelo);
    color: var(--branco);
    width: fit-content;
    padding: 6px 10px 4px;
    font-family: 'Roboto';
}

h4.destaque-2 {
    background-color: var(--verde-escuro);
    color: var(--branco);
    width: fit-content;
    padding: 6px 10px 4px;
    font-family: 'Roboto';
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Linhas----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lh-1::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--amarelo);
    margin-top: 10px;
    margin-bottom: 20px;
}
.lh-1.centralizado::after {
    margin: 10px auto 20px;
}

.lh-2 {
    width: 100%;
    height: 2px;
    background-color: #efe7de;
}

.lv-1 {
    width: 2px;
    height: 70px;
    margin: 0px -1px;
    padding: 0;
    background-color: var(--amarelo);
}

.lv-2 {
    border-left: solid 3px var(--amarelo);
    padding-left: 15px;
}

.lv-3 {
    border-left: solid 2px #ebe4dd;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Botoes----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sanduiche i{
    color: var(--branco);
    font-size: 30px;
    margin: 10px;
    text-shadow: 2px 2px 0px var(--amarelo);
}
.botao-1 {
    background-color: var(--verde-escuro);
    color: var(--branco);
    padding: 10px 20px;
    border: solid 1px var(--verde-escuro);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.botao-1:hover {
    color: var(--amarelo);
}
.botao-1 img {
    max-height: 14px;
    margin-top: -3px;
    margin-left: 5px;
}
.botao-1 .d180 {
    transform: rotate(180deg);
}
.botao-1.disabled {
    background-color: #494949;
    color: #c1c1c1 !important;
}

.botao-2 {
    background-color: var(--amarelo);
    color: var(--verde-escuto);
    padding: 10px 20px;
    border: solid 1px var(--amarelo);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.botao-2:hover {
    color: var(--verde);
}
.botao-2 img {
    max-height: 14px;
    margin-top: -3px;
    margin-left: 5px;
}

.botao-3 {
    color: var(--branco);
    padding: 10px 20px;
    border: solid 1px var(--branco);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.botao-3:hover {
    color: var(--amarelo);
}
.botao-3 img {
    max-height: 14px;
    margin-top: -3px;
    margin-left: 5px;
}

.botao-4 {
    background-color: var(--amarelo);
    color: var(--verde-escuro);
    padding: 10px 20px;
    border: solid 1px var(--verde-escuro);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.botao-4 img {
    max-height: 14px;
    margin-top: -3px;
    margin-left: 5px;
}

.botao-header {
    display: flex;
    align-items: center;
    background-color: var(--amarelo);
    color: var(--verde-escuro);
    border: solid 2px #fff;
    border-radius: 30px;
    justify-content: center;
    padding: 5px;
    gap: 5px;
    position: relative;
}

.botao-header .textos h5 {
    margin-bottom: -5px;
}

.botao-header::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/icone_boatao-header.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    right: -10px;
}

.botao-como-funciona {
    padding: 10px 30px;
}

.botao-como-funciona img {
    max-height: 38px;
    margin-top: -6px;
}

.wfc {
    width: fit-content;
    margin-right: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Espaços----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#patrocine {
  scroll-margin-top: 150px;
}
#gabriel {
  scroll-margin-top: 150px;
}
#apoio {
    scroll-margin-top: 150px;
}

.espaco-10 {
    display: block;
    width: 100%;
    height: 10px;
}

.espaco-30 {
    display: block;
    width: 100%;
    height: 30px;
}

.espaco-60 {
    display: block;
    width: 100%;
    height: 60px;
}

.espaco-120 {
    display: block;
    width: 100%;
    height: 120px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------header----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

header .header {
    background-color: var(--verde-escuro);
    color: var(--branco);
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #00000080;
}

header .header>.row {
    align-items: center;
}

header ul {
    width: fit-content;
    margin: auto;
}

header ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

header ul li a {
    color: var(--branco);
    text-transform: uppercase;
}

header ul li a:hover {
    color: var(--amarelo);
}

header ul li a.active {
    color: var(--amarelo);
}

header ul li a.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--amarelo);
    bottom: -5px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------corpo-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagina {
    margin-top: 100px;
}

.dados {
    text-align: center;
    align-items: flex-start !important;
}

.dados img {
    max-width: 50px;
}

.dados .contador {
    font-family: 'Anteb';
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -2px;
}

.dados p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-destaque {
    border-radius: 10px;
    padding: 10px 20px;
    margin: 30px 0;
    background-color: #f9e3cb;
    text-align: justify;
    position: relative;
}
.box-destaque.icone {
    display: flex;
    gap: 10px;
    align-items: center;
}
.box-destaque.icone img {
    max-width: 60px;
}

.box-destaque::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: calc(100% - 20px);
    top: 10px;
    left: 1px;
    background-color: var(--amarelo);
}

.destaque-2 {
    display: flex;
}

.destaque-3 {
    display: flex;
    align-items: center;
}
.destaque-3 img {
    max-width: 70px;
}
.destaque-3 p {
    margin-left: 15px;
}

.img-estudos {
    max-width: 110px;
    height: fit-content;
    padding: 20px 15px;
    margin-right: 15px;
    background-color: var(--verde-escuro);
    border-radius: 60px;
}

.patrocinios {
    display: flex;
}

.patrocinios .box-patrocinio {
    height: stretch;
    flex: 1;
    background-color: #fff7ee;
    padding: 30px;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px #00000042;
}

.patrocinios .box-patrocinio .superior {
    display: flex;
}

.patrocinios .box-patrocinio .superior .icone-img {
    width: 84px;
    border-radius: 50px;
    background-color: var(--verde-escuro);
}
.patrocinios .box-patrocinio .superior .icone-img img {
    margin: auto;
    display: block;
    width: fit-content;
    height: 75px;
    padding: 17px 15px 10px 18px;
}

.patrocinios .box-patrocinio .superior .textos {
    margin-left: 20px;
}

.patrocinios .box-patrocinio .superior .secundario,
.patrocinios .box-patrocinio .superior .secundario .destaque {
    font-size: 26px;
}

.destaque-3 {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--verde-escuro);
    padding: 20px;
    border-radius: 20px;
}
.destaque-3 img {
    max-width: 80px;
    height: fit-content;
    background-color: var(--amarelo);
    padding: 15px 12px;
    border-radius: 50px;
}
.destaque-3 img.sem-fundo {
    max-width: 30px;
    height: auto;
    background-color: unset;
    padding: 0;
    border-radius: unset;
}
.destaque-3 img.sem-fundo-2 {
    max-width: 85px;
    height: auto;
    background-color: unset;
    padding: 0;
    border-radius: unset;
}
.destaque-3 .textos {
    width: 500px;
}
.destaque-3 h5 {
    font-family: 'Roboto';
    color: var(--branco);
    font-size: 16px;
    margin-bottom: 10px;
}
.destaque-3 h4 {
    color: var(--amarelo);
    font-size: 32px;
    line-height: 28px;
}
.destaque-3 p {
    color: var(--branco);
    font-weight: 300;
}
.destaque-3 p strong {
    color: var(--amarelo);
}

.superior-alunos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.superior-alunos img {
    max-width: 50px;
}

.superior-alunos .lh-1::after {
    margin: 0;
}
div.mesma-altura {
    height: stretch;
    flex: 1;
}
.box-clara {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 7px #00000042;
    background-color: #fff7ee;
}
.box-clara label {
    font-weight: 900;
    margin-bottom: 10px;
}
.box-clara select {
    border: solid 2px var(--amarelo);
}
.box-clara.patrocinador {
    text-align: center;
}
.box-clara.patrocinador .img {
    width: 130px;
    height: 130px;
    background-color: #fff;
    padding: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin: auto;
}
.box-clara.patrocinador .img img {
    max-width: 100%;
}
.box-clara.patrocinador-2 {
    flex-wrap: nowrap;
    align-items: baseline;
}
.box-clara.patrocinador-2 .img {
    width: 130px;
    height: 130px;
    background-color: #fff;
    padding: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin: auto;
}
.box-clara.patrocinador-2 .img img {
    max-width: 100%;
}
.box-clara.patrocinador-2 .textos {
    flex: 1;
    margin-left: 20px;
}
.box-clara.patrocinador-2 .textos span.destaque-2 {
    display: block;
}


.owl-carousel .owl-stage-outer {
    border-bottom: dashed 2px var(--amarelo);
    padding-bottom: 30px;
}

.owl-nav {
    width: fit-content;
    margin: 20px auto 0;
}

.owl-prev span,
.owl-next span {
    font-family: math;
    font-size: 28px;
    border: solid 2px var(--amarelo);
    padding: 0 10px;
    border-radius: 20px;
    margin: 0 20px;
}

.owl-carousel button.owl-dot {
    background-color: #eddbc2;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 2px;
}

.owl-dots {
    width: fit-content;
    margin: -30px auto 0;
}

.owl-carousel button.owl-dot.active {
    background-color: var(--amarelo);
}


.odss .ods {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc((100% / 6) - 10px);
    padding: 10px;
    position: relative;
}
.odss .ods .textos {
    z-index: 1;
    opacity: 0.0;
    position: absolute;
    background: #fff;
    top: 0;
    padding: 15px;
    transition: opacity 0.3s ease-in-out;
}
.odss .ods .textos:hover {
    opacity: 1;
}

.patrocinio {
    display: flex;
    gap: 20px;
}

.patrocinio img {
    height: fit-content;
}

.tilt-wrap {
    perspective: 1000px;
}

.tilt {
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: transform 300ms cubic-bezier(.03, .98, .52, .99);
    will-change: transform;
    backface-visibility: hidden;
}
.imagens-efeito {
    position: relative;
}
.imagens-efeito>img {
    display: inline-block;
    margin: -2px;
    width: calc(50% + 1.5px);
}
.imagens-efeito .textos {
    position: absolute;
    top: calc(50% - 260px);
    left: calc(50% - 250px);
    padding: 20px;
    max-width: 460px;
    z-index: 1;
}

.seguranca {
    display: flex;
    align-items: center;
    gap: 20px;
}
.seguranca img {
    max-width: 50px;
}

.box-escolha {
    display: block;
    text-align: center;
    padding: 20px;
    border: solid 2px #ede8e5;
    border-radius: 20px;
    margin: 15px 0;
}
.box-escolha.active,
.box-escolha:hover {
    border: solid 2px var(--amarelo);
}
.box-escolha i {
    font-size: 72px;
    color: #aca9aa;
    margin: 15px 0 20px;
}
.box-escolha .valor {
    height: 40px;
}
.box-escolha.active i,
.box-escolha.active h4 {
    color: var(--amarelo);
}
.box-escolha ul li {
    display: flex;
    gap: 5px;
    text-align: start;
    font-size: 13px;
}
.box-escolha ul li i {
    flex: none;
    font-size: 16px;
    margin: 0;
}
.box-escolha ul li i.fa-check {
    color: #00bb48;
}
.box-escolha ul li i.fa-x {
    color: #da0808;
}

.mw-800 {
    max-width: 800px;
    margin: auto;
}

.redondo {
    width: 130px;
    height: 130px;
    background-color: #feecd5;
    border-radius: 100px;
    padding: 26px 24px 28px 28px;
}

iframe#apoio {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    /* z-index: 1; */
}

.linha_do_tempo .data {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}
.linha_do_tempo .data .icone {
    display: flex;
    width: 70px;
    height: 70px;
    border: solid 2px var(--amarelo);
    padding: 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.linha_do_tempo .data .icone img {
    max-height: 100%;
}
.linha_do_tempo .data .textos {
    flex: 1;
}

.lista-icone .item {
    display: flex;
    align-items: center;
    margin: 15px;
}
.lista-icone .item img {
    max-width: 80px;
}
.lista-icone .item p {
    flex: 1;
}
.lista-icone .item .linha-lateral {
    height: stretch;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 15px;
    border-left: solid 2px var(--amarelo);
    padding-left: 15px;
}

.box-1 {
    border: solid 5px var(--verde);
    border-radius: 20px;
    padding: 30px 15px;
}
.box-2 {
    width: fit-content;
    margin: auto;
    padding: 20px 25px 15px;
    border: dashed 2px var(--amarelo);
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
}
.box-2::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/assets/img/icone_coracao.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: calc(50% - 18px);
}

.pessoa-centralizado {
    max-width: 350px;
    margin: auto;
}

.destaques-1 ul {
    width: fit-content;
    margin: auto;
}
.destaques-1 ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}
.destaques-1 ul li:not(:first-child) {
  border-left: solid 1px #e1d7c8;
}
.destaques-1 ul li img {
    max-width: 70px;
}

.etapas .etapa {
    padding: 20px;
}
.etapas .etapa .superior {
    display: flex;
    align-items: center;
    gap: 14px;
}
.etapa .superior img {
    max-width: 90px;
}
.etapas .etapa .superior .textos {
    flex: 1;
    padding-left: 15px;
    border-left: solid 1px #e1d7c8;
}

.etapas .etapa .superior .textos .verde {
    color: #2d932d;
}

.destaques-2 .col-12.linha {
    padding-left: 20px;
    border-left: solid 1px #e1d7c8;
}
.destaques-2 .destaque .superior {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.destaques-2 .destaque>img {
    max-width: 100px;
}
.destaques-2 .destaque .superior>img {
    max-width: 70px;
}
.destaques-2.le {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #c5bbac;
    align-items: flex-start;
}

.box-3 {
    padding: 15px;
    border: solid 1px #e1d7c8;
    border-radius: 10px;
}
.box-3 .superior {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-bottom: solid 1px #e1d7c8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.box-3 .superior img {
    max-width: 80px;
}
.box-3 ul li img {
    max-width: 28px;
}
.row.patrocinadores img {
    display: block;
    margin: 20px auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------footer--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

footer .marca img {
    max-width: 150px;
}

footer .email,
footer .telefone,
footer .redes {
    text-align: center;
}

footer .email img,
footer .telefone img {
    max-width: 50px;
    max-height: 35px;
    margin-bottom: 10px;
}

footer .redes ul li {
    display: inline-block;
    margin: 15px 5px;
}

footer .redes ul li img {
    max-width: 30px;
}


html, body {
  overflow-x: hidden; 
}

.wow {
  animation-fill-mode: both !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}