.blue{
    color:#00A6A5;
}
.h2-banner{
    padding-top: 70px;

}
.br-mobile{
    display: none;
}
.h2-banner h2 {
    font-size: 40px;
}
.h2-banner p{
    font-size: 28px;
}
.bora-logo{
    position: absolute;
    right:0;
    bottom:20px;
}
.middle-col{
    position: relative;
    height:100%;
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.first-banner{
    background:#FFDD00;
}
.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{
    text-align: center;
    box-shadow: 10px 24px 54px 0px #0000001A;
    height: 180px;
    border-radius: 24px;
    padding: 25px;
}
.advantage-card2{
    text-align: center;
    box-shadow: 10px 24px 54px 0px #0000001A;
    height: 226px;
    border-radius: 24px;
    padding: 25px;
}
.general-card{
    text-align: center;
    box-shadow: 10px 10px 54px 0px #0000001A;
    border-radius: 24px;
    padding: 25px;
    width: 100%;
}
.central{
    margin: 0 auto;
}
.adv-row{
    margin-top: 28px;
}
.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;
    min-height: 30px;
}
.position-span{
    position: absolute;
    width: 90%;
    left: 15px;
    bottom: 24px;
}
@media only screen and (min-width: 600px) {
    #owl-advantages .owl-stage-outer, #owl-prazos .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;
    }

}
@media only screen and (max-width: 599px) {
    #owl-noticias .owl-stage{
        margin-left: -40px;
    }
    #owl-advantages .owl-stage, #owl-prazos .owl-stage{
        margin-left: -32px;
    }
    #owl-advantages .owl-stage-outer , #owl-prazos .owl-stage-outer{
        padding-bottom: 40px;
        }
    .middle-section {
        margin: 37px 0 7px 0;
    }
    .advantage-section {
        margin: 25px 0 15px 0;
    }
    .blog-section{
        padding-bottom: 20px;
    }
    .img-fluid-90{
        display: none;
    }
    .h2-banner h2 {
        font-size: 26px;
    }
    .girl-enem{
        width: 166px;
        position: absolute;
    right: 28px;
    bottom: -27px;
    }
    .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;
    }
    .advantage-card2 {
    height: 280px;
}
  }
.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%;
}
.view-offer-2{
    margin-top: 40px !important;
}
@media only screen and (max-width: 599px) {
    .h2-banner h2 {
        font-size: 17px !important;

        line-height: 22px;
    }
    .h2-banner p {
        font-size: 16px !important;
        display: block;
        margin-bottom: 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; */
        text-align: left;
        font-size: 17px !important;
        padding-top: 16px;
    }
    .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;
    }
    .view-offer-2{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
  }
  .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;
}