:root {
    scroll-behavior: smooth;
    --primary-color: #00a88e;
    --secondary-color: #ffcb05;
    --dark-color: #333;
    --light-color: #fff;
    --highlight-color: #00b5e2;
}

.blue {
    color: #00A6A5;
}

.h2-banner {
    /* margin-top:70px !important; */
    padding: 0px 10px;
    padding-top: 70px;

}

.br-mobile {
    display: none;
}

.h2-banner h2 {
    font-size: 40px;
}

.bora-logo {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.middle-col {
    position: relative;
    height: 100%;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.first-banner {
    background: rgba(255, 221, 0, 1);
    background-image: url('/public/img/site/enem-fundo-pattern.png');
    background-repeat: repeat;
    background-position: left top;
    background-size: 85% auto;
    width: 100%;
    position: relative;
    height: 510px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.first-banner .container,
.first-banner .row {
    height: 100%;
}

.banner-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.enem-bolsa-title {
    max-width: 450px;
    width: 100%;
    margin-bottom: 30px;
}

.enem-cta-button {
    display: inline-block;
    transition: transform 0.2s ease;
}

.enem-cta-button:hover {
    transform: scale(1.05);
}

.enem-cta-button img {
    height: auto;
    padding-left: 19px;
}

.banner-right-content {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    pointer-events: none;
}

.enem-persona {
    height: 750px;
    width: auto;
    max-width: none;
    margin-bottom: -334px;
}

/* Info Section - Banner informativo */
.info-section {
    background-color: #000000;
    padding: 25px 0;
}

.info-content {
    text-align: left;
}

.info-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    display: block;
}

.info-text strong {
    font-weight: 700;
}

/* Seção Oportunidade - Formulário */
.oportunidade-section {
    background-color: #FFFFFF;
    padding: 50px 0 60px;
}

.oportunidade-title {
    font-size: 30px;
    font-weight: 600;
    color: #1D1D1B;
    margin-bottom: 10px;
    text-align: left;
}

.oportunidade-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #1D1D1B;
    margin-bottom: 40px;
    text-align: left;
}

.oportunidade-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 536px;
    margin: 0 auto;
}

.form-group-custom {
    width: 100%;
    margin-bottom: 20px;
}

.form-group-custom label {
    display: block;
    font-size: 16px;
    color: #1D1D1B;
    margin-bottom: 8px;
    text-align: left;
}

.form-group-custom input {
    width: 100%;
    height: 52px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 16px;
    color: #1D1D1B;
    box-sizing: border-box;
}

.form-group-custom input::placeholder {
    color: #D0D0D0;
    opacity: 1;
}

.btn-desconto {
    width: 536px;
    height: 52px;
    background-color: #1FB40B;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.btn-desconto:hover {
    background-color: #1a9a09;
}

/* Modal Desconto ENEM */
.modal-desconto-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-desconto-overlay.active {
    display: flex;
}

.modal-desconto {
    display: flex;
    width: 961px;
    max-width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 60px 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
}

.modal-desconto-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #1D1D1B;
    line-height: 1;
}

.modal-desconto-close:hover {
    color: #000;
}

.modal-desconto-title {
    color: #1D1D1B;
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    align-self: stretch;
    margin: 0;
}

.modal-desconto-subtitle {
    align-self: stretch;
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    margin-top: -36px;
    /* 48px (gap) - 12px (desejado) = -36px */
}

.modal-desconto-subtitle strong {
    font-weight: 700;
}

.modal-desconto-content {
    display: flex;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFF;
    box-sizing: border-box;
}

/* Tabela de Desconto - Estilos do Figma */
.tabela-desconto {
    width: 100%;
    border-collapse: collapse;
}

.tabela-desconto thead tr {
    display: flex;
}

/* Cabeçalho Nota */
.tabela-desconto .col-nota {
    display: flex;
    width: 214px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    color: #00A6A5;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0;
}

/* Cabeçalho % de oferta */
.tabela-desconto .col-oferta {
    display: flex;
    width: 369px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    color: #00A6A5;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0;
}

/* Linhas do corpo da tabela */
.tabela-desconto tbody tr {
    display: flex;
    border-bottom: 1px solid rgba(70, 65, 65, 0.6);
}

/* Última linha sem borda */
.tabela-desconto tbody tr:last-child {
    border-bottom: none;
}

/* Célula de Nota */
.tabela-desconto .nota-valor {
    width: 214px;
    color: #000;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Célula de Oferta */
.tabela-desconto .oferta-texto {
    flex: 1;
    width: 369px;
    color: #000;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Destaque 100% */
.tabela-desconto .oferta-destaque {
    font-weight: 700;
    font-size: 22px;
}

/* Textos CTA do Modal */
.modal-cta-textos {
    text-align: center;
    width: 100%;
}

.modal-cta-textos .cta-linha1,
.modal-cta-textos .cta-linha2 {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.modal-cta-textos .cta-linha2 strong {
    color: #000;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

/* Botão Garantir Matrícula */
.btn-garantir-matricula {
    display: flex;
    width: 360px;
    padding: 18px 41px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #1FB40B;
    color: #FFFFFF;
    border: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin: 0 auto 60px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-garantir-matricula:hover {
    background-color: #1a9a09;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(31, 180, 11, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

/* Responsivo Mobile */
@media only screen and (max-width: 599px) {

    .modal-desconto-content {
        padding: 20px 15px 10px;
    }

    .tabela-desconto {
        width: 100%;
        table-layout: fixed;
    }

    .tabela-desconto thead tr,
    .tabela-desconto tbody tr {
        width: 100%;
        margin: 0 auto;
    }

    /* Linha divisória com espaçamento */
    .tabela-desconto tbody tr {
        border-bottom: 1px solid rgba(70, 65, 65, 0.6);
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    .tabela-desconto tbody tr:last-child {
        border-bottom: none;
    }

    .tabela-desconto .col-nota,
    .tabela-desconto .nota-valor {
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        font-size: 14px;
        padding: 12px 5px;
    }

    .tabela-desconto .col-oferta {
        font-size: 14px;
        flex: 1;
        width: auto;
        padding: 12px 5px;
    }

    .tabela-desconto .oferta-texto {
        font-size: 12px;
        padding: 12px 5px;
        line-height: 130%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex: 1;
        width: auto;
    }

    .tabela-desconto .oferta-destaque {
        font-size: 14px;
    }

    .modal-cta-textos {
        margin-top: 15px;
    }

    .modal-cta-textos .cta-linha1,
    .modal-cta-textos .cta-linha2 {
        font-size: 22px;
        line-height: 120%;
    }

    .modal-cta-textos .cta-linha2 strong {
        font-size: 22px;
    }

    .btn-garantir-matricula {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        margin: 15px auto 10px;
    }
}

.card-form {
    background: #fff;
    border: #00A6A5 solid 1px;
    border-radius: 12.2px;
    padding: 20px;
    z-index: 999;
}

.form-title {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.card-form input {
    border: #38383A 1px solid;
    border-radius: 8px;
    width: 100%;
    height: 43px;
    padding: 12px;
    font-size: 13px;
}

#form-enem label {
    font-size: 14px;
}

.card-form select {
    border: #38383A 1px solid;
    border-radius: 8px;
    width: 100%;
    height: 41px;
    padding: 12px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border: #38383A 1px solid;
    border-radius: 8px;
    width: 100%;
    height: 41px !important;
    padding: 12px;
    font-size: 13px !important;
}

.block {
    display: block;
}

.mt-label {
    margin-top: 15px;
}

.submit-form {
    background-color: #1FB40B;
    padding: 15px;
    height: 48px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    border: none;
    width: 100%;
    font-weight: 700;
    margin-top: 39px;
}

.btn-news {
    background-color: #FFDD00;
    padding: 10px;
    /* height: 48px; */
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    display: block;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    position: absolute;
    width: 95%;
    bottom: 10px;
    left: 8px;
}

.img-fluid-90 {
    max-width: 90%;
}

.middle-section {
    margin: 50px 0 60px 0;
}

.step-enem {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.number {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    background-color: #00A6A5;
    margin-right: 20px;
}

.bar::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    /* Largura do retângulo */
    height: 30px;
    background-color: #F2F2F2;
}

.advantage-section {
    margin: 50px 0;
}

.advantage-card {
    display: flex;
    padding: 24px 12px 12px 12px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    /* Importante para altura igual no flex/grid layout */
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    height: 100%;
    margin: 0 10px;
    /* Margem para o carrossel não cortar shadow ou borda */
}

.card-title-wrapper h3 {
    color: #1D1D1B;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.57px;
    letter-spacing: -0.17px;
    margin: 0;
}

.card-desc-wrapper p {
    color: #1D1D1B;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.29px;
    letter-spacing: -0.17px;
    margin: 0;
}

/* Forçar altura igual no Owl Carousel */
#owl-advantages .owl-stage {
    display: flex;
    align-items: stretch;
}

#owl-advantages .owl-item {
    display: flex;
    height: auto;
}

/* Alinhar descrições definindo altura mínima para o título */
.card-title-wrapper {
    min-height: 110px;
    /* Aumentado para garantir alinhamento */
    display: flex;
    align-items: flex-start;
    /* Títulos alinhados no topo */
    justify-content: center;
    width: 100%;
}

.card-title-wrapper h3 {
    /* Mantendo estilos anteriores */
    color: #1D1D1B;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.57px;
    letter-spacing: -0.17px;
    margin: 0;
}

.adv-row {
    margin-top: 50px;
}

.blog-section {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(0, 166, 165, 1) 50%, rgba(0, 166, 165, 1) 100%);
}

.white {
    color: white;
}

.news-card {
    border-radius: 5px;
    background-color: #F4F4F4;
    height: 363px;
    display: block;
    overflow: hidden;
    border: 1px solid #C7C6C7;
}

.news-card img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.news-desc {
    padding: 10px;
    background: #fff;
    height: 100%;
}

.blog-section {
    padding: 40px 0;
}

.pd-white {
    line-height: 30px;
    display: block;
    padding: 29px 0;
}

.blue-section {
    background-color: #00A6A5;
}

.position-span {
    position: absolute;
    width: 90%;
    left: 15px;
    bottom: 24px;
}

@media only screen and (min-width: 600px) {
    #owl-advantages .owl-stage-outer {
        overflow: visible !important;
    }

    .card-form {
        width: 100%;
        position: absolute;
        top: 55px;
    }

    .step-first {
        margin-top: 30px;
    }

    .first-banner span,
    .middle-section span {
        font-size: 18px;
    }

    .h2-banner {
        padding-top: 140px;
        padding-left: 96px;

    }
}

@media only screen and (max-width: 599px) {
    #owl-noticias .owl-stage {
        margin-left: -40px;
    }

    #owl-advantages .owl-stage {
        margin-left: -40px;
    }

    #owl-advantages .owl-stage-outer {
        padding-bottom: 40px;
    }

    .middle-section {
        margin: 37px 0 7px 0;
    }

    .advantage-section {
        margin: 0;
    }

    .img-fluid-90 {
        display: none;
    }

    .h2-banner h2 {
        font-size: 26px;
    }

    .girl-enem {
        width: 166px;
    }

    .bora-logo {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 150px;
    }

    .h2-banner {
        /* margin-top: 70px !important; */
        padding: 0px 10px;
        padding-top: 45px;
        text-align: right;
    }

    .blue-section {
        background: rgba(0, 166, 165, 1);
    }

    .pd-white {
        display: block;
        line-height: 30px;
        text-align: center;
        padding: 14px 0;
    }

    .position-span {
        position: absolute;
        width: 80%;
        left: 29px;
        bottom: 42px;
    }

    /* Estilos do novo banner ENEM mobile */
    .first-banner {
        min-height: auto;
        padding: 0;
        margin: 0;
    }

    .equal {
        flex-direction: column;
    }

    .banner-left-content {
        align-items: center;
        text-align: center;
        padding: 30px 15px 20px;
        order: 1;
    }

    .enem-bolsa-title {
        max-width: 280px;
        margin-bottom: 15px;
    }

    .enem-cta-button img {
        max-width: 220px;
    }

    .banner-right-content {
        height: auto;
        justify-content: center;
        order: 2;
        padding: 0;
        overflow: visible;
    }

    .enem-persona {
        height: auto;
        width: 85%;
        max-width: 85%;
    }

    /* Info Section mobile */
    .info-section {
        padding: 20px 15px;
    }

    .info-text {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Oportunidade Section mobile */
    .oportunidade-section {
        padding: 40px 15px;
    }

    .oportunidade-title {
        font-size: 32px;
        text-align: left;
    }

    .oportunidade-subtitle {
        font-size: 18px;
        text-align: left;
        margin-bottom: 30px;
    }

    .oportunidade-form {
        max-width: 100%;
    }

    .btn-desconto {
        width: 100%;
    }

    /* Modal mobile */
    .modal-desconto {
        width: 100%;
        max-width: 95%;
        padding: 40px 20px;
        gap: 30px;
    }

    .modal-desconto-title {
        font-size: 26px;
        line-height: 34px;
    }

    /* Quebra específica do título no mobile */
    .br-mobile {
        display: block;
    }

    .modal-desconto-subtitle {
        font-size: 18px;
        margin-top: -18px;
    }

    .modal-desconto-content {
        padding: 20px;
        gap: 14px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {

    /* Tablet */
    .first-banner {
        min-height: auto;
        padding: 0;
    }

    .equal {
        flex-direction: column;
    }

    .banner-left-content {
        align-items: center;
        text-align: center;
        padding: 40px 15px 20px;
        order: 1;
    }

    .enem-bolsa-title {
        max-width: 350px;
    }

    .banner-right-content {
        height: auto;
        justify-content: center;
        order: 2;
        overflow: visible;
    }

    .enem-persona {
        height: auto;
        width: 60%;
        max-width: 60%;
    }
}

.adv-img {
    display: inline-block !important;
    width: unset !important;
}

#custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Fundo escurecido com opacidade */
}

.modal-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFDD00;
    padding: 46px 50px 35px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 600px;
}

#close-modal {
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
}

#close-modal i {
    opacity: 1;

}

.card-offer {
    border: #231F20 2px solid;
    border-radius: 10px;
    padding: 10px
}

.b-l {
    border-left: 1px solid #464141;
    margin: 0px !important;
    padding-bottom: 22px;
    font-weight: 700;
}

.last-item {
    padding-bottom: 4px;
    margin-bottom: 16px !important;
}

@media only screen and (max-width: 599px) {
    .modal-card {

        width: 96%
    }

    .card-offer p {
        font-size: 14px;

    }

    .bl {
        padding-left: 8px;
    }

    .modal-card {

        padding: 20px;

    }
}

.enem-section,
.youtube-section {
    background-color: #FFDD00;
}

.outer-enem-section {
    padding-top: 125px;
}

.outer-youtube-section {
    padding-top: 126px;
    margin-bottom: 40px;
}

.enem-section .container,
.youtube-section .container {
    position: relative;
    padding-top: 30px;
}

.youtube-section .row {
    margin-top: -155px;
}

.youtube-section .col-md-5 {
    padding-top: 80px;
}

.enem-description {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.home .enem-description {
    margin-top: 95px !important;
}

.enem-title-img {
    display: block;
    position: absolute;
    top: -113px;
}

.enem-btn {
    margin-top: 30px;
    font-weight: 600;
    padding: 0px 25px;
    /* width: 180px; */
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #00a59a;
    text-align: center;
    color: #00a59a !important;
    cursor: pointer;
    background-color: #00a59a;
    color: #fff !important;
    width: 280px;
}

.enem-background {
    position: absolute;
    right: -34px;
    bottom: 0;
}

.p-r {
    position: relative;
}

.enem-right-title {
    text-align: right;
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.enem-card {
    text-align: right;
    /* height: 98px; */
    background-color: white;
    border: #00A6A5 1px solid;
    border-radius: 6px;
    padding: 20px 9px;
    font-size: 14px;
    font-weight: 700;
    color: #009494;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    line-height: 20px;
}

.cards-row {
    margin-top: 25px;
    display: flex;
    justify-content: right;
}

.cards-row .col-md-4 {
    padding: 0 6px;
}

.cards-row .col-md-4 {
    width: 29%;
}

.view-offer {
    background-color: #1FB40B;
    padding: 15px;
    height: 52px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    border: none;
    width: 360px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.view-offer:hover {
    color: #fff !important;
}

@media screen and (min-width: 993px) {
    .enem-selo {
        position: absolute;
        left: 50%;
        bottom: 0;
    }

    .break-mobile {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .cards-row {
        display: flex;
        justify-content: left;
        margin-right: -10px;
        margin-left: -7px;
    }

    .cards-row .col-md-4 {
        width: 33%;
    }

    .enem-right-title {
        text-align: left;
        display: block;
    }

    .enem-section .enem-right-title {
        margin-top: 35px !important;
    }

    .enem-card {
        text-align: left;
    }

    .enem-section .container {
        padding-bottom: 99px;
    }

    .enem-background {
        transform: scaleX(-1);
    }

    .enem-selo {
        position: absolute;
        right: 10px;
        bottom: -2px;
    }

    .enem-background {
        position: absolute;
        right: -130px;
        bottom: -70px;
    }

    .enem-section {}

    .enem-title-img {
        width: 287px;
        top: -69px;
        left: 17px;
    }

    .enem-text {
        font-size: 14px;
        line-height: 25px;
    }

    .enem-right-title {
        font-size: 22px;
    }

    .enem-description {
        margin-top: 75px !important;
        font-size: 16px;
    }

    .outer-enem-section,
    .outer-youtube-section {
        padding-top: 105px;
    }

    .cards-row .col-md-4 {
        padding: 0 3px;
    }

    .enem-card {
        padding: 19px 4px;
        font-size: 11px;
    }

    .girl-yt {
        width: 55% !important;
    }
}

.outer-enem-section,
.outer-youtube-section {
    overflow: hidden;
}

.blue-section {
    background-color: #00A6A5;
}

.blue-bar {
    width: 100%;
    height: 38px;
    background-color: #05A5A6;
}

.w-100 {
    width: 100%;
}

@media only screen and (max-width: 599px) {
    .h2-banner h2 {
        font-size: 27px;
        line-height: 42px;
    }

    .yt-title {
        font-size: 20px;
    }

    .yt-desc {
        font-size: 19px;
    }

    .blue-bar {
        height: 25px;
    }

    .yt-title-img {
        max-width: 100%;
    }

    .h2-banner {
        /* margin-top: 70px !important; */
        padding-top: 2px;
        text-align: right;
    }

    .br-desk {
        display: none;
    }

    .pd-white {
        display: block;
        line-height: 30px;
        text-align: center;
        padding: 24px 32px;
    }

    .br-desk {
        display: none;
    }

    .break-mobile {
        display: block;
    }

    .view-offer {
        margin: 24px 0px !important;
    }

    .girl-enem-mobile {
        display: block;
    }

    .bora-logo {
        width: 210px;
        margin-left: auto;
        display: block;
    }

    .view-offer {
        width: 100%;
    }

    .youtube-section .col-md-5 {
        padding-top: 30px;
    }
}

.center-full {
    display: flex;
    justify-content: center;
}

.yt-title-img {
    margin-bottom: 20px;
}


.course-card {
    border: 1px solid #CDCDCE;
    border-radius: 16px;
    padding: 16px;
    height: 300px;
    box-shadow: 0px 4px 6px 0px #2e2e2e1a;
}

.course-infos {
    font-size: 12px;
    font-weight: 400;
    color: #58595B;
}

.course-name {
    font-size: 18px;
    font-weight: 700;
}

.course-type-badge {
    margin-bottom: 12px;
    padding: 6px 20px;
    background: #FCAF17;
}

.course-price-outer {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.course-prices {
    font-weight: 700;
}

.course-infos {
    margin-bottom: 16px;
}

.right-course {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h-100 {
    height: 100%;
}

.register-btn {
    display: flex;
    width: 100%;
    background-color: #1FB40B;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    justify-content: center;
    padding: 9px;
    font-size: 16px;
    border: none;
}

.register-btn:hover {
    color: #fff;
    background-color: #1bd303;
}

.course-col {
    margin-bottom: 24px;
}

.see-more {
    display: flex;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 26px;
}

.underline {
    text-decoration: underline;
}

.badge-filter {
    background-color: #FFF2C6;
    padding: 6px 16px 6px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    margin-right: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}

.filter-badges {
    display: inline;

    margin-left: 15px;
}

.discount-markdown {
    position: absolute;
    right: 33px;
    top: -15px;
    background: #FCAF17;
    text-align: center;
    color: #fff;
    border-radius: 0 0 15px 15px;
    line-height: 17px;
    padding: 0px 10px 5px 10px;
    font-size: 15px;
}

.discount-markdown::after {
    content: '';
    display: block;
    width: 13px;
    height: 16px;
    background: linear-gradient(45deg, rgba(56, 56, 58, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    right: -13px;
    top: -1px;
    position: absolute;
}

#owl-courses .owl-stage-outer {
    padding-top: 20px;
    margin-bottom: 50px;
}

.pr-0 {
    padding-right: 0;
}

.img-course {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

#owl-courses .owl-prev:not(.disabled),
#owl-areas .owl-prev:not(.disabled),
#owl-courses-pos-grad .owl-prev:not(.disabled) {
    position: absolute;
    left: 42px;
    top: 50%;
    background-color: rgba(236, 236, 236, 0.8);
    display: block;
    padding: 0 .3em !important;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}

#owl-areas .owl-nav {
    height: 0;
}

#owl-courses .owl-next:not(.disabled),
#owl-areas .owl-next:not(.disabled),
#owl-courses-pos-grad .owl-next:not(.disabled) {
    position: absolute;
    right: -17px;
    top: 50%;
    background-color: rgba(236, 236, 236, 0.8);
    display: block;
    padding: 0 .3em !important;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#owl-courses .owl-next.disabled,
#owl-areas .owl-next.disabled,
#owl-courses-pos-grad .owl-next.disabled {
    display: none;
}

#owl-courses .owl-prev.disabled,
#owl-areas .owl-prev.disabled,
#owl-courses-pos-grad .owl-prev.disabled {
    display: none;
}

#owl-courses .owl-item,
#owl-areas .owl-item,
#owl-courses-pos-grad .owl-item {
    opacity: 0;
    transition: opacity .5s linear;
}

#owl-courses .owl-item.active,
#owl-areas .owl-item.active,
#owl-courses-pos-grad .owl-item.active {
    opacity: 1;
}

.arrow-nav {
    font-size: 34px;
    color: #696969;
    z-index: 99;
}


selectBox .arrow-nav {
    font-size: 34px;
    color: #696969;
    z-index: 99;
}

.font-carousel-head {
    font-size: 17px;
}

@media only screen and (min-width: 1369px) {

    .nav-items.row {
        margin-right: 15px !important;
    }
}

.selectWrapper {
    border-radius: 36px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #cccccc;
    color: #fff;

    cursor: pointer;
}

.selectBox {
    font-weight: 600;
    padding: 0px 25px;
    /* width: 180px; */
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #00a59a;
    color: #00a59a !important;
    cursor: pointer;
    text-align: unset;
    white-space: nowrap;

}

.selectBox option {
    background-color: #fff;
}

.type-active {
    background-color: #00a59a;
    color: #fff !important;

}

@media only screen and (max-width: 600px) {
    .selectBox {
        font-size: 14px;
        padding: 0px 18px;

        /* width: 200px; */
    }

}

.owl-carousel-types .owl-stage {
    width: 100% !important;
}

@media only screen and (max-width: 600px) {
    #owl-courses .owl-stage {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 600px) {
    #owl-courses .owl-item.active+.owl-item {
        opacity: 1;
    }
}

.faq-section {
    background-color: #E7E8E8 !important;
}

/* Seção de informações do ENEM */

.info-card ul li {
    margin-bottom: 8px;
}

/* Seção de benefícios */
.benefits {
    padding: 60px 0;
}

.benefits h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.benefit-card {
    text-align: center;
    padding: 20px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--light-color);
    font-size: 2rem;
}

.benefit-card h3 {
    margin-bottom: 15px;
    color: var(--dark-color);
}

/* CTA Section */
.cta-section {
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 60px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
}

.cta-section .btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--dark-color);
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-section .btn:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

/* Nova Seção de Informações ENEM */
.enem-info-nova {
    background-color: #FFDD00;
    padding: 60px 0 80px;
}

.enem-info-title {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.17px;
    margin-bottom: 12px;
}

.enem-info-subtitle {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.17px;
    margin-bottom: 48px;
}

.enem-cards-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.enem-card-box {
    display: flex;
    padding: 12px 24px;
    align-items: flex-start;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 1077px;
}

.card-bullet {
    width: 6px;
    height: 6px;
    background-color: #1D1D1B;
    margin-top: 25px;
    /* Alinhar com o centro da primeira linha (12px margin + ~13px meio linha) */
    margin-right: 24px;
    flex-shrink: 0;
}

.card-text {
    flex: 1;
}



.card-text p {
    color: #1D1D1B;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: -0.17px;
    margin: 12px 0;
}

.card-text p strong {
    font-weight: 700;
}

/* Responsivo Mobile */
@media only screen and (max-width: 599px) {
    .enem-info-nova {
        padding: 40px 0;
    }

    .enem-info-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .enem-info-subtitle {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .enem-card-box {
        padding: 10px 21px;
    }

    .card-bullet {
        margin-right: 15px;
        margin-top: 22px;
    }

    .card-text p {
        font-size: 22px;
        line-height: 30.6px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 599px) {
    .card-title-wrapper {
        min-height: auto;
    }

    /* Transformar Owl Carousel em lista vertical no mobile */
    #owl-advantages.owl-carousel {
        display: block;
        padding: 0 12px;
        /* Adicionar respiro lateral */
    }

    #owl-advantages .owl-stage-outer {
        overflow: visible;
    }

    #owl-advantages .owl-stage {
        transform: none !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        padding-left: 0 !important;
        /* Remover stagePadding do JS */
        padding-right: 0 !important;
        margin-left: 0 !important;
        /* Remover margin negativa antiga */
    }

    #owl-advantages .owl-item {
        width: 100% !important;
        margin-bottom: 24px;
        margin-right: 0 !important;
        /* Remover margem lateral do owl */
    }

    .advantage-card {
        margin: 0;
        /* Remover margem lateral */
        height: auto;
        /* Altura automática no mobile */
    }
}

@media only screen and (max-width: 599px) {
    .advantage-title {
        color: #1D1D1B;
        font-family: "Neo Sans Std", sans-serif;
        font-size: 30px;
        /* Reduzido de 32px */
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.17px;
        padding-top: 48px;
    }
}

/* Botões da seção de cursos */
.courses-buttons-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 48px;
    /* Espaço para FAQ */
    flex-wrap: wrap;
}

.btn-enem-cursos {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    /* Arredondamento 6px */
    /* Assumindo que .view-offer e .blue-section já dão cores */
}

@media only screen and (max-width: 599px) {
    .courses-buttons-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-enem-cursos {
        width: 100% !important;
        max-width: 320px;
    }
}

@media only screen and (max-width: 599px) {
    .courses-flex-wrapper {
        display: flex;
        flex-direction: column;
    }

    .courses-section-title {
        order: 1;
        margin-bottom: 20px;
        /* Espaço para os botões */
    }

    .courses-buttons-container {
        order: 2;
        margin-top: 0;
        margin-bottom: 24px;
        /* Espaço até o carrossel */
        gap: 15px;
        /* Pouco espaçamento entre botões */
    }

    #carousel-courses {
        order: 3;
    }
}

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

    /* Corrigir espaçamento excessivo vindo de .view-offer no mobile */
    .view-offer.btn-enem-cursos {
        margin: 0 !important;
    }

    /* Reduzir padding para evitar quebra de linha indesejada */
    .btn-enem-cursos {
        padding: 12px 5px !important;
        font-size: 14px;
        /* Opcional: reduzir levemente fonte se necessário */
    }
}

/* Ajustes Tablet e Mobile Banner */
@media screen and (max-width: 991px) {
    .first-banner {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 0;
    }

    .banner-left-content {
        padding-bottom: 0;
    }

    .banner-right-content {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0;
        overflow: visible !important;
    }

    .enem-persona {
        height: 250px;
        width: auto !important;
        max-width: 100% !important;
        /* Tamanho original restrito à tela */
        margin-bottom: 0 !important;
        margin-top: 20px;
    }

    .mobile-cta-wrapper {
        margin-top: -10px;
        /* Ajuste para colar na persona */
        margin-bottom: 20px;
        /* Reduzido de 40px */
        width: 100%;
        text-align: center;
    }

    .mobile-cta-wrapper .enem-cta-button img {
        padding-left: 0 !important;
        width: 250px !important;
        /* Largura fixa solicitada */
        max-width: 100%;
    }
}

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

    /* Ajustes específicos mobile se necessário */

    .enem-persona {
        /* Garantir que não zoom in demais se imagem for gigante */
        /* Mas user pediu "tamanho original", zoom out removido. */
    }
}