@media (max-width: 767.8px) {
    div.group-links div[class*='col-']:nth-child(1n+2) {
      margin-top: 20px;
    }
  }
  @media (min-width: 768px) {
    div.group-links div[class*='col-']:nth-child(1n+3) {
      margin-top: 30px;
    }

}

.carousel-margin{
    margin-top: 0px !important;
    margin-bottom: 35px;
}
.card-course {
    position: relative;
    border-radius: 4px;
    /* padding: 20px; */
    text-align: center;
    transition: transform 0.3s ease-in-out, outline 0.4s ease-in-out;
    /* background-image: url(https://via.placeholder.com/300x200); */
    height: 350px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    /* outline: 1px solid #fff; */
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-course::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-course-hovered::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mb-40{
    margin-bottom: 40px;
}
.opac {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.57);
}
.card-course:hover {
    transform: scaleY(106%) scaleX(105%);
    border: #000 1px solid;
}

.card-course img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
#owl-courses-grad .owl-dots{
    display: none !important;
}
.card-course-title {
    /* position: absolute;
bottom:20px;
left:18px; */
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    /* max-width: 100px; */
    display: block;
    text-transform: uppercase;
}

.card-course-description {
    /* position: absolute;
bottom:38px;
left:18px; */
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.course-badge {
    /* position: absolute;
top:18px;
left:18px; */
    background-color: #fd0;
    color: #000;
    padding: 4px 8px;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 99;
}

.card-course-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0px 0 0px rgba(0, 0, 0, 0.5);
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 99;
    height: 136px;
}

.card-course-bottom-left {
    flex: 1;
    max-width: 80%;
    text-align: left;
    display: flex;
}

.arrow-right {
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    color: #808080;
    font-size: 18px;
}

.card-course-bottom-right {
    display: flex;
    align-items: end;
}

#owl-courses-grad .owl-stage-outer,
#owl-courses-pos-grad .owl-stage-outer {
    overflow: visible;
}

.green-courses {
    color: #00a59a !important;
    margin-top: 14px;
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
}

.green-courses .item {
    vertical-align: bottom;
}

.green-btn {
    color: #00a59a !important;
    font-size: 18px;
    font-weight: bold;
}

.green-btn:hover {
    color: #000 !important;
}

#owl-courses-grad,
#owl-courses-pos-grad {
    /* border-top: 1px solid #e0e0e0; */
    /* margin-top: 25px; */
    padding-top: 25px;
}

.card-hovered {
    box-shadow: inset 0 -180px 0 -1px rgba(0, 0, 0, 0.7);
    ;
}

.d-inline-block {
    display: inline-block;
    margin-top: 0;
}

.bookmark-course {
    vertical-align: unset;
    color: #00a59a;
    margin-right: 10px;
    width: 20px;
}

.arrow-course {
    vertical-align: bottom;
    font-size: 27px;
}

#owl-courses-grad .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-grad .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-grad .owl-next.disabled,
#owl-areas .owl-next.disabled,
#owl-courses-pos-grad .owl-next.disabled {
    display: none;
}

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

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

#owl-courses-grad .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;
}
#owl-areas .arrow-nav{
    color:#00A59A;
    font-weight: 600;
}
.btn-text{
    text-align: right;
}
.course-img{
    object-fit: cover;
    position: absolute;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.course-img:hover{
    
}

.owl-banners .owl-item{
    /* max-height: 640px; */
}
.owl-banners .owl-stage{
    height: fit-content;
}
.img-fluid{
    max-width: 100%;
    /* max-height: 640px; */
}

.owl-banners .owl-prev:not(.disabled) {
    position: absolute;
    left: 70px;
    top: 50%;
    background-color: #fff;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 55px;
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-banners .owl-next:not(.disabled) {
    position: absolute;
    right: 13px;
    top: 50%;
    background-color: #fff;
    display: block;
    font-size: 2.5em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-banners .owl-next.disabled{
    display: none;
}

.owl-banners .owl-prev.disabled{
    display: none;
}

.owl-banners .owl-item {
    opacity: 0;
    transition: opacity .5s linear;
}

.owl-banners .owl-item.active {
    opacity: 1;
}

.arrow-nav-banner {
    font-size: 45px;
    color: #696969;
    z-index: 99;
}
.owl-dots {
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    /* background: #ccc; */
    border: 1px solid #fff;
    margin: 0 3px;
  }
  .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-dots{
    z-index: 999;
    position: relative;
    margin-top: -30px;
  }
  .banners-section{
    margin-bottom: 35px;
  }
  .font-carousel-head{
    font-size: 14px;
  }
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* .green-courses .col-xs-5{
        text-align: left !important;
    } */
    .font-carousel-head{
        font-size: 14px;
      }
    .btn-text{
        text-align: left !important;
        margin-top: 12px;
    }
    .course-img{
        filter: brightness(100%);
    }
    .green-courses {
        margin-top: 10px;
        margin-bottom: 14px !important;
    }
    .carousel-margin {
        margin-top: 18px !important;
        margin-bottom: 40px !important;
    }
    .owl-dots{

        margin-top: -17px;
      }
    /* .owl-banners .owl-item{
        height: 300px;
    } */
    
    .img-fluid{
        /* max-width: 430px; */
        /* height: 300px; */
        /* object-fit: cover; */
    }
    .owl-banners .owl-prev:not(.disabled) {
        width: 43px;
        height: 43px;
        left: 52px;
    }
    
    .owl-banners .owl-next:not(.disabled) {
        width: 43px;
        height: 43px;
        right: 14px;
    }
  }
  @media only screen and (max-width: 481px) {
    #owl-noticias-mobile .owl-stage{
        margin-left: -53px;
    }
    .h2-banner h2 {
        font-size: 26px;
    }
    .girl-enem{
        width: 134px;
    }
    
    
  }
@media only screen and (max-width: 600px) {

    #owl-courses-grad .owl-stage{
        margin-left: -42px;
    }
    #owl-areas .owl-stage{
        margin-left: -42px;
    }
    #owl-areas .owl-item.active + .owl-item {
        opacity: 1;
    }
    #owl-courses-grad .owl-item.active + .owl-item {
        opacity: 1;
    }
    .btn-text{
        margin-top: 18px;
        margin-bottom: 0px;
        padding-left: 0;
    }
    .green-btn{
        font-size: 16px;
        font-weight: 400;

    }
    .arrow-course {
        font-size: 24px;
    }
    .bookmark-course{
        margin-right: 5px;
    }
    .card-course::before {
        background: rgba(0, 0, 0, 0);
    }
    .card-course:hover{
        transform: scaleY(100%) scaleX(100%);
        border: none;
    }
    .banners-section {
        margin-bottom: 19px;
    }
    .mb-40{
        margin-top: 85px;
    }
    /* .banners-desktop{
        display: none !important;
    }
    .banners-mobile{
        display: block !important;
    } */
    #owl-courses-grad{
        /* border-top: 1px solid #e0e0e0; */
        /* margin-top: 25px; */
        padding-top: 0px;
    }
}
@media only screen and (min-width: 601px) {
    /* .banners-desktop{
        display: block !important;
    }
    .banners-mobile{
        display: none !important;
    } */
    .news-h2{
        margin-bottom: 15px !important;
    }

}
@media only screen and (max-width: 768px) {
    .banners-desktop{
        display: none !important;
    }
    .banners-mobile{
        display: block !important;
    }
}
@media only screen and (min-width: 769px) {
    .banners-desktop{
        display: block !important;
    }
    .banners-mobile{
        display: none !important;
    }
}
@media only screen   
and (min-width: 1130px)   
and (max-width: 1368px) {
    nav>.dropdown>ul, nav>ul {
        display: block; 
    }
    nav>.dropdown>ul>li>a, nav>ul>li>a {
        font-size: 16px;
    }
    .header .logo {
        max-width: 116px;
        margin-left: 20px;
    }
} 
@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 20px;
    /* 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: #00A59A33;
    color: #00a59a !important;

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

        /* width: 200px; */
    }

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

    /* .home-app-desktop{
        display: none;
    }
    .black-banner {
        margin-top: -107px;
        height: 70px;
        width: 100%;
        background-color: #231F20;
        margin-bottom: 65px;
      } */
}

.phone-img{
    display: flex;
    justify-content: right;
    position:relative;
}



  .black-banner {
    margin-top: -107px;
    height: 70px;
    width: 100%;
    background-color: #231F20;
    margin-bottom: 50px;
  }
  
  .home-app-desktop{
    margin-bottom: 40px;
    padding: 60px 40px 40px 40px;
    background: linear-gradient(157deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 77%, rgba(254,223,17,1) 77%, rgba(255,221,0,1) 100%);
    }
    .app-card{
        background: #F4F4F4;
        padding: 22px;
        border: 1px solid #161414;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
 
.desktop-btns{

    display: flex;
}
@media only screen and (min-width: 991px) {
    .phone-mobile{
        display: none;
    }
    .phone-desktop{
        max-height: 527px;
        max-width: 377px;
    }
    .btn-app{
        display: none;
    }
    .yellow-banner {
        display: none;
    }
    .home-prices-mobile{
        margin-top: 35px;
        margin-bottom:50px;
    }

    .mb-md-20{
        margin-bottom: 20px;
    }
    .home-app-desktop h2{

        font-size: 45px;
    }
    .owl-app .owl-stage-outer{
        overflow: visible;
    } 
}
@media only screen and (min-width: 767px) {
    .app-btn{
        text-align: center;
        
    }
}
@media only screen and (max-width: 400px) {
    .right-prices{
        padding-left: 27px;
    }
}
.row-yellow-banner{
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
}
.app-btn{
    background-color:#161414;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    color: #fff !important;
    height: 51px;
    display: block;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.app-btn small{
    font-weight: 400;
    font-size: 10px;
}
.app-btn br{
    display: block; 
    content: ""; 
    margin-top: 0; 
}
.left-app-btn{
    width: 30%;
    display: inline-block;
}
.right-app-btn{
    width: 65%;
    display: inline-block;
    text-align: left;
    margin-left: 10%;
}
.inline-b{
    display: inline-block;
}
@media only screen and (max-width: 767px){
    .home .home-sobre {
        margin-top: 35px;
    }
}
.inner-border{
    width: 80%;
    border-right: 1px solid #505050;
}
.inner-border-apple{
    width: 87%;
    border-right: 1px solid #505050;
}
@media only screen and (max-width: 400px) {
    .app-btn{
        font-size: 15px;
    }
    .row-yellow-banner{
        padding-left: 23px;
    padding-right: 23px;
    }
}
.app-btn-desktop{
    width: 211px;
    /* padding: 0px 5px 0px 16px; */
    /* text-align: unset; */
    /* margin-right: 50px; */
}
.card-prices{
    background: linear-gradient(to left, #f9f9f9 0%, #F3F4F6 100%);
    padding: 16px 0;
}
.m0{
    margin: 0 !important;
}
.icon-bg-price{
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: #FFDD00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-prices{
    display: block;
    margin-top: 5px !important;
    position: relative;
}
.card-prices h3{
    margin-bottom: 6px;
    font-weight: 400;
}
.arrow-prices{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.card-entries{
    background-color: #F4F4F4;
    padding: 13px 15px;
    position:relative;
    margin-top: 5px;
}
.card-entries.active{
    color: #00A6A5;
}
.entries-description{
    border: 1px solid #CDCDCE;
    margin-top: 5px;
    padding: 15px;
    
}
.card-entries.active .arrow-up {
    visibility: visible;
}
.card-entries:not(.active) .arrow-up{
    visibility: hidden;
}
.card-entries.active .arrow-down {
    visibility: hidden;
}
.home-ingresso{
    margin-top: 15px;
    margin-bottom: 45px;
}
.home-ingresso .entry-title{
    margin-bottom: 22px;
    line-height: 36px;
}
.home-ingresso .badge{
    margin: 0px;
}
.home-ingresso .entries-description p{
    line-height: 22px;
}
#owl-noticias-mobile .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
.news-card{
    border-radius: 5px;
    background-color: #F4F4F4;
    height: 323px;
    display: block;
    overflow: hidden;
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.19) !important;
}
.news-card img{
    height: 170px;
    object-fit: cover;
}
.bottom-div-news{
    padding: 15px;
    margin-top: 16px;
}
.access-article{
    position: absolute;
    bottom: 16px;
    font-size: 16px;
}
.news-date{
    position: absolute;
    bottom: 131px;
    left: 15px;
    font-size: 70%;
}
.news-badge{
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    padding: 6px 20px;
    background: #FCAF17;
}

@media (max-width: 767px){
    .home .home-noticias {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .home-sobre{
        display: none;
    }
    .group-links{
        display: none;
    }

}
.validators-h2{
    font-size: 31px;
    line-height: 34px;
    display: block;
    margin-bottom: 30px;
}
.home-validadores{
    margin-top: 14px;
    /* background-color: #231F20; */
    /* color: #fff; */
    padding: 32px 0px 0 0;
}
.row-validators{
    background: #00A6A5;
    padding: 60px 0;
    position: relative;
}
.title-validators{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color:#161414;
    margin-bottom: 10px;
    display: block;
}
.val-pad{
    padding: 15px;
    background-color: #FFFEFE;
    color: #1D1D1B;
    height: 138px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    z-index: 9;

    text-align: center;
}
.mid-val{
    padding-top: 21px;
}
.title-validators-small{
    font-size: 32px;
    color:#fff;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 4px;
    display: block;
}
.owl-carousel-types .owl-stage{
    display: flex;
}
.entry-title {
    color: #00a59a !important;
    font-size: 20px;
    font-weight: bold;
}
.desc-val{
    font-weight: 700;
    font-size: 21px;
}
.center-x{
    display: flex;
    align-items: center;
}
.desc-validators{
    font-size: 16px;
    line-height: 24px;
}
.owl-app{
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .entry-title{
        display: none !important;
    }

  }
 
  @media only screen and (min-width: 768px) {
    .md-pl-0{
        padding-left: 0 !important;
    }
    .br-mobile{
        display: none;
    }
    .title-validators-small {
        margin-bottom: 11px;
        line-height: 49px;

    }
    .title-validators{
        line-height: 49px;
    }
    .validators-h2 {

        display: block;
    }
    .title-validator{
        margin-bottom: 60px;
    }
    .bignumber-img{
        position: absolute;
        bottom: 0;
        right: 10%;
        max-height: 368px;
        z-index: 0;
    }
    
  }
  @media only screen and (max-width: 1201px) {
    .hidden-mobile-lg{
        display: none;
    }
    .bignumber-img{
        display: none;
    }
    .pl-xs-6{
        padding-left: 6px;
    }
    .pr-xs-6{
        padding-right: 6px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .hidden-desktop-lg{
        display: none;
    }
    .owl-app{
        margin-bottom: 50px;
    }
}
.d-block{
    display: block;
}
@media only screen and (max-width: 990px) {
    .phone-desktop{
        display: none;
        
    }
    .phone-img{
        justify-content: center;
        margin-top: 40px;
    }
    .black-banner {
        height: 35px;
        margin-top: -30px;
        margin-bottom: 0px;
    }
    .home-app-desktop{
        margin-bottom: 0px;
        margin-top: 0;
    }
    .home-prices-mobile{
        margin-top: 35px;
        margin-bottom:30px;
    }
    .yellow-banner {
        height: 106px;
        width: 100%;
        background-color: #FFDD00;
        margin-bottom: 15px;
        
      }
    
    .right-prices{
        padding-left: 20px;
    }
    .text-center-mobile{
        text-align: center;
    }
    .phone-mobile{
        max-width: 267px;
        margin-bottom: 26px;
        margin-top: 13px;
    }
    .home-app-desktop h2{
        font-size: 24px;
    }
    .home-app-desktop .owl-carousel{
        text-align: left;
        font-size: 14px;
    }
    .owl-app .owl-stage {
        margin-left: -16px;
    }
    .home-app-desktop {
        padding:0;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    .app-card{
        padding: 14px;
    }
    .home-app-desktop{
        background: rgb(244,244,244);

    }
    .app-btn-desktop{
        margin:0;
    }
    .apple-btn{
        margin-left: 25px;
    }
    .desktop-btns {
        justify-content: center;
    }
    .app-btn-desktop {
        width: 161px;

    }
    .right-app-btn {

        margin-left: 7%;
    }
}
@media only screen and (max-width: 417px) {
    .home-app-desktop .owl-carousel {
        font-size: 13px;
    }
    .app-card {
        padding: 12px;
    }
}
.know-more-h1{
    margin-bottom: 3px !important;
}
.know-more-section{

    margin-bottom: 5px;
}
@media screen and (min-width: 768px)  {
    .know-more-p{
        line-height: 42px;
    }
    
    .mobile-break { display: none; }
}

@media screen and (max-width: 767px)  {
    .desk-break { display: none; }
    .know-more-p{
        font-size: 14px;
    }
    .know-more-h1{
        margin-bottom: 10px !important;
    }
    .know-more-section{
        margin-bottom: 5px;
    }
    .margin-title-carousel{
        margin-bottom: 7px !important;
    }
}
.text-center-desk{
    text-align: left;
}

.enem-section, .youtube-section{
    background: rgba(255, 221, 0, 1);
    background-image: url(/public/img/site/fundo-enem.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 100%;
    position: relative;
}
/* Esconder elementos mobile no desktop */
.enem-mobile-text-container,
.enem-mobile-cards-container,
.enem-mobile-images-area {
    display: none;
}

.outer-enem-section
{
    padding-top: 50px;
    display: block;
}
.outer-youtube-section{
    padding-top: 180px
}
.enem-section .container,
.youtube-section .container{
    position:relative;
    padding-top: 30px;
    padding-bottom: 35px;
}

/* ENEM home banner (same visual as /enem first-banner) */
.outer-enem-section .first-banner {
    background: rgba(255, 221, 0, 1);
    background-repeat: repeat;
    background-position: left top;
    background-size: 85% auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding: 30px 0;
}

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

.outer-enem-section .info-section {
    background-color: #000000;
    padding: 25px 0;
}

.outer-enem-section .info-content {
    text-align: center;
}

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

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

.outer-enem-section .equal {
    align-items: center;
}

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

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

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

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

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

.outer-enem-section .banner-right-content {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
    pointer-events: auto;
}

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

.outer-enem-section .enem-video-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20.172px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

.outer-enem-section .enem-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.outer-enem-section .enem-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: auto;
}
.outer-enem-section h2{
    text-transform: uppercase;
    line-height: 70px;
}
.outer-enem-section h3{
    font-weight: 400;

}
@media only screen and (min-width: 768px) {
    .outer-enem-section h2{
        font-size: 50px;
    }
    .outer-enem-section h3{
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .outer-enem-section .first-banner {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 0;
    }
    .outer-enem-section h2{
        font-size: 30px;
        line-height: 44px;

    }
    .outer-enem-section h3{
        font-size: 21px;
    }
    .outer-enem-section .banner-left-content {
        padding-bottom: 0;
    }

    .outer-enem-section .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;
    }

    .outer-enem-section .enem-persona {
        height: 250px;
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 20px;
    }

    .outer-enem-section .enem-video-container {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .outer-enem-section .mobile-cta-wrapper {
        margin-top: -10px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .outer-enem-section .mobile-cta-wrapper .enem-cta-button img {
        padding-left: 0 !important;
        width: 250px !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .outer-enem-section .first-banner {
        min-height: auto;
        padding: 0;
    }

    .outer-enem-section .equal {
        flex-direction: column;
    }

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

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

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

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

@media only screen and (max-width: 599px) {
    .outer-enem-section .first-banner {
        min-height: auto;
        padding: 0;
        margin: 0;
    }

    .outer-enem-section .equal {
        flex-direction: column;
    }

    .outer-enem-section .banner-left-content {
        padding: 30px 15px 20px;
        order: 1;
    }

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

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

    .outer-enem-section .banner-right-content {
        height: auto;
        justify-content: center;
        order: 2;
        overflow: visible;
        padding-bottom: 38px;
    }

    .outer-enem-section .enem-persona {
        height: auto;
        width: 85%;
        max-width: 85%;
    }
}
.youtube-section .row{
    margin-top: -211px;
}
.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: -70px;
}

.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: 24px;
    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%;
}
@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: -86px;
        left: 17px;
    }
    .enem-text{
    margin-top: 50px;
        font-size: 14px;
        line-height: 25px;
    }
    .enem-right-title{
        font-size: 24px;
    }
    .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;
    }
}
.outer-enem-section
,.outer-youtube-section{
    overflow: hidden;
}

/*CLS correction*/
#content .banners-section .owl-carousel:not(.owl-loaded) :not(:first-child) {
    display: none;
}
#content .banners-section .owl-carousel .outer-item-carousel{
    align-items: center;
    display: flex;
    flex-direction: column;
}

#content .banners-section .owl-carousel .item{
    flex: none;
    height: 480px;
    overflow: hidden;
    position: relative;
    display:block;
}
#owl-banners-desktop{
    min-height: 480px;
}
#content .banners-section .owl-carousel img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;

}
@media (min-width: 1920px) {
    #content .banners-section .owl-carousel{
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    } 
}

/* @media (max-width: 1330px) {
    #content .banners-section .owl-carousel .item{
        height: 390px;

    }

} */
@media (max-width: 1350px) {

    .owl-banners .owl-next:not(.disabled) {
        right: 6px;
        width: 44px;
        height: 44px;
    }
    .owl-banners .owl-prev:not(.disabled) {
        left: 53px;
        width: 44px;
        height: 44px;
    }
    .arrow-nav-banner{
        font-size: 30px;
    } 
}
@media (min-width: 1201px) and  (max-width: 1283px){
    .owl-banners .owl-next:not(.disabled) {
        display: none;
    }
    .owl-banners .owl-prev:not(.disabled) {
        display: none;

    }
}
@media (max-width: 1200px) {
    #content .banners-section .owl-carousel .item{
        height: 396px;

    }
    .owl-banners .owl-next:not(.disabled) {
        position: absolute;
        right: 11px;
    }
    .owl-banners .owl-prev:not(.disabled) {
        position: absolute;
        left: 54px;
        }  
    #owl-banners-desktop{
        min-height: 396px;
    }
}
@media (max-width: 1100px) {
    #content .banners-section .owl-carousel .item{
        height: 396px;

    }
    .owl-banners .owl-next:not(.disabled),  .owl-banners .owl-prev:not(.disabled) {
        width: 45px;
        height: 45px;
    }
    .arrow-nav-banner {
        font-size: 24px;
    }
}
@media (max-width: 1042px) {
    .owl-nav{
        display: none;
    }
}
@media (max-width: 992px) {
    #content .banners-section .owl-carousel .item{
        height: 303px;

    }
    .owl-banners .owl-next:not(.disabled),  .owl-banners .owl-prev:not(.disabled) {
        width: 45px;
        height: 45px;
    }
    .arrow-nav-banner {
        font-size: 24px;
    }
     #owl-banners-desktop{
        min-height: 303px;
    }
}
@media (max-width: 930px) {
    #content .banners-section .owl-carousel .item{
        height: 303px;

    }

}
@media (max-width: 850px) {
    #content .banners-section .owl-carousel .item{
        height: 310px;

    }
     #owl-banners-desktop{
        min-height: 310px;
    }
}
@media (min-width: 768px) and  (max-width: 850px){
    #content .banners-section .owl-carousel .item{
        height: calc(297px - (768px - 100vw) * 0.1);

    }
    #owl-banners-desktop{
        min-height: calc(297px - (768px - 100vw) * 0.1);

    }
}
@media(max-width: 768px){
    #content .banners-section .owl-carousel .item{
        height:auto;
    }
}
.home-noticias #carousel .owl-carousel:not(.owl-loaded){
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 18px;
}
.home-noticias #carousel .owl-carousel:not(.owl-loaded) .card-course{
    min-width: 271px;
}
.home-noticias #carousel .owl-carousel img{
    aspect-ratio: initial;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .home-noticias #carousel .owl-carousel:not(.owl-loaded) .card-course{
        min-width: 302px;
    }
    .home-noticias .green-courses .owl-carousel:not(.owl-loaded){
        display: flex;
    }
    .home-noticias .green-courses{
        height: 40px;
        flex-direction: column;
    }
    .home-noticias .green-courses:not(:has(#carousel)) #all-courses-btn{
        opacity: 0;
    }
}
.blue{
    color:#00A6A5;
}
.h2-banner{
    padding-top: 41px;
    margin-bottom: 25px;
}
.h2-banner h2 {
    font-size: 40px;
}
.bora-logo{
    width: 240px;
}
.middle-col{
    position: relative;
    height:100%;
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.first-banner{
    background: linear-gradient(0deg, rgba(255, 221, 0, 1) 78%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 100%)
}

.pd-white{
    line-height: 30px;
    display: block;
    padding: 29px 0;
    color:white;
    text-align: center;
}
.girl-enem{
    margin: 0 auto;
    display: block;
}
.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;
}
.yt-title{
    font-size: 23px;
}
.yt-desc{
    font-size: 23px;
}
.bora-que-vai2{
    max-width: 365px;
}
.mb-20{
    margin-bottom: 20px;
  }
  .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;
    }
    .girl-enem{
        display: none;
    }
    .yt-title-img{
        max-width: 100%;
    }
    .h2-banner {
        /* margin-top: 70px !important; */
        padding-top: 2px;
        text-align: right;
    }

    .pd-white{
        display: block;
        line-height: 30px;
        text-align: center;
        padding: 24px 32px;
    }
    .br-desk{
        display: none;
    }
    .view-offer {
        margin: 24px 0px !important;
    }
    .girl-enem-mobile{
        display: block;
    }
    .bora-logo {
        width: 210px;
        margin-left: auto;
        display: block;
    }
    .view-offer{
       width: 100%;
    }
  }
  @media only screen and (min-width: 600px) {
    .br-mobile{
        display: none;
    }
    .girl-enem-mobile{
        display: none;
    }
    .girl-yt{
        width: 90%;
        float: right;
    }
  }

  

.area-card{
    padding: 19px;
    border-radius: 12px;
    background-color: #FBDB1B;
    color:#fff !important;
    display: block;
    height: 130px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.inner-area{
    align-items: center;
}
.area-icon-outer{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 9px;
    flex-shrink: 0;
}
.area-label{
    font-size: 17px;
    font-weight: 700;
}
.area-badge{
    display: block;
    /* min-width: 10px; */
    padding: 3px 18px;
    color: #1D1D1B;
    /* vertical-align: middle; */
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
    width: fit-content;
}
.arrow-prices {
    position: absolute;
    right: 12px;
    top: 34%;
    transform: translateY(-50%);
    color: #1D1D1B;
}
.area-icon{
    width: 28px !important;
}
#owl-areas{
    margin-top: 25px;
}
.card-option{
    padding: 19px;
    border-radius: 6px;
    background-color: #fff;
    color:#58595B !important;
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 2;
}
.inner-area{
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.area-icon-outer{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00A59A;
    margin-right: 9px;
    flex-shrink: 0;
}
.area-label{
    font-size: 17px;
    font-weight: 700;
    color:#1D1D1B;
}
.mb-5-xs{
    margin-bottom: 20px;
}
.option-outer{
    padding-top: 209px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 25px;
}
.option-section{
    background:rgba(255,221,0,1);
}
.option-section .col-md-6{
    z-index: 9;
}
.option-outer .option-inner {
    margin-top: -223px;
}
.option-section h2{
    margin-bottom: 20px !important;
}
.kond-bg{
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    /* height: 100%; */
    max-width: 750px;
}
.kond-bg-mobile{
    display: none;
}
.bignumber-img-mobile{
    display: none;
}
.transition-text{
    margin: 10px 0;
    display: block;
}
.middle-banner{
    margin: 50px 0;
    display: block;
}
@media (max-width: 768px) {
    .middle-banner{
        margin: 25px 0;
        
    }
    .kond-bg{
        display: none;
    }
    .option-section{
    background: none !important;

    }
    .option-section h2{
        margin-bottom: 20px !important;
    }
    .option-outer .option-inner {
        margin-top: -128px;
    }
    .option-outer {
        padding-top: 144px;
        position: relative;
    }

    .kond-bg-mobile{
        display: block;
        width: 80%;
        margin-top: 30px;
        z-index: 1;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .option-section::after{
        content: '';
        width: 100%;
        height:200px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        background:rgba(255,221,0,1);

        
    }
    .card-option{
        display: block;

    }
    .app-btns {

        flex-direction: column;
    }
    .app-btn-desktop {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    .transition-text{
        text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
    }
    .option-outer h2{
        margin-bottom: 0px !important;
    }
    .option-outer{

        margin-bottom: 40px;
        margin-top: 0px;
    }
    .row-validators {
        background: #00A6A5;
        padding-bottom: 0 !important;
        margin-top: 25px;
    }
    .val-pad{
        margin-bottom: 40px;
    }
    .bignumber-img-mobile{
        background: #00A6A5;
        display: flex;
        justify-content: center;
        /* height: 30%; */
        /* display: block; */
        width: 100%;
    }
    .bignumber-img-mobile img{
        max-height: 330px;
    }
    .home-ingresso {
        margin-bottom: 10px !important; 
    }
}

.block-icon{
    display: block;
    width: 100%;
    width:25px;
    height: 25px;
}
.app-btn-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.app-label{
    margin-left: 12px;
}
.app-btns{
    margin-top: 26px;
    display: flex;
    margin-bottom: -27px;

}
.d-flex{
    display:flex;
    align-items: center;
}
.leo-svg{
    width: 40px;
    margin-left: 16px;
}
.icon-val{
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCAF17;
    position: absolute;
    top: -30px;
    left: 50%;
    transform:translateX(-50%);;
}
@media (max-width: 1200px) {
    .area-icon-outer {
        width: 50px;
        height: 50px;
    }
    .kond-bg {

        max-width: 700px;
    }
    .option-section{
        background: rgba(255,221,0,1);
    }
}
@media only screen and (min-width: 768px) and (max-width:1199px){
    .home-validadores{
        display: none;
    }
}

.app-btn:hover{
    color: yellow !important;
}

.app-btn:hover svg{
    filter: brightness(0) saturate(100%) invert(85%) sepia(106%) saturate(471%) hue-rotate(10deg) brightness(171%) contrast(244%);
}

/* Layout responsivo para tablets e celulares */
@media (max-width: 1024px) {
    /* Esconder layout desktop */
    .enem-section .container {
        display: none;
    }
    
    /* Remover fundo da seção principal no mobile */
    .enem-section {
        background: none !important;
        padding: 0;
    }
    
    .outer-enem-section {
        padding-top: 60px !important;
    }
    
    /* Mostrar elementos mobile */
    .enem-mobile-text-container,
    .enem-mobile-cards-container,
    .enem-mobile-images-area {
        display: block !important;
    }
    
    /* Área das imagens com fundo amarelo e padrão */
    .enem-mobile-images-area {
        position: relative;
        background: rgba(255, 221, 0, 1);
        background-image: url(/public/img/site/fundo-enem.webp);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        width: 100%;
        height: 440px; /* Altura aumentada conforme solicitado */
    }
    
    /* Ajustar imagens dentro da área */
    .enem-title-img-mobile {
        position: absolute !important;
        top: -43px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 60%;
        max-width: 300px;
        z-index: 0;
        display: block !important;
    }
    
    .enem-background-mobile {
        position: absolute !important;
        top: 22px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 80%;
        max-width: 400px;
        z-index: 1;
        display: block !important;
    }
    
    /* Primeiro retângulo - Texto principal */
    .enem-mobile-text-container {
        background-color: rgba(0, 168, 166, 1);
        width: 100%;
        height: 258px;
        display: flex !important;
        align-items: center;
        padding: 0 15px;
        margin-top: 0; /* Removido margin negativo para respeitar o espaço */
        position: relative;
        z-index: 2;
    }
    
    .enem-mobile-text {
        color: white;
        font-weight: 400;
        font-size: 17px;
        line-height: 30px;
        text-align: left;
        margin: 0;
    }
    
    /* Segundo retângulo - Cards e botão */
    .enem-mobile-cards-container {
        background-color: #FFDD00;
        width: 100%;
        height: 462px;
        padding: 15px;
        flex-direction: column;
    }
    
    .enem-mobile-title {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 20px 0;
        text-align: left;
    }
    
    .enem-mobile-card {
        background-color: white;
        height: 92px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        border-radius: 8px;
        border: 1px solid rgba(104, 104, 103, 1);
        color: rgba(104, 104, 103, 1);
        cursor: pointer;
        transition: color 0.3s ease;
    }
    
    .enem-mobile-card:hover {
        color: rgba(31, 106, 106, 1);
    }
    
    .enem-mobile-btn {
        background-color: rgba(0, 133, 124, 1) !important;
        color: white;
        text-decoration: none;
        padding: 15px;
        border-radius: 0;
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
        display: block;
        width: 100%;
    }
    
    .enem-mobile-btn:hover {
        color: white !important;
        text-decoration: none;
    }
}

/* Media queries específicas para breakpoints menores */
@media (max-width: 425px) {
    .enem-background-mobile {
        top: 9px !important;
    }
    
    .enem-mobile-images-area {
        height: 367px !important;
    }
}

@media (max-width: 375px) {
    .enem-background-mobile {
        top: 23px !important;
    }
    
    .enem-mobile-images-area {
        height: 342px !important;
    }
}

/* Media query para telas maiores que 1024px */
@media (min-width: 1024px) {
    .option-outer {
        padding-top: 236px;
    }
    
    .enem-background {
        top: -127px;
    }
}


.ead-badge{
    border : 1px solid #FCAF17;
    color : #000;
    background : #FCAF17;
    margin-left: 10px !important;
}
.presencial-badge{
    border : 1px solid #00A6A5;
    color : #000;
    background : #00A6A5;
    margin-left: 10px !important;

}
.area-card:hover{
    background-color: #FFE963;
}
.home-interest-areas{
    margin-bottom: 45px;
    margin-top: 15px;
}
.home-interest-areas h2 {
    margin-bottom: 25px !important;
}
#carousel-courses {
    min-height: 375px;
}
#carousel-areas{
    min-height: 130px;
}
@media(max-width: 768px){
    #carousel-courses {
        min-height: 350px !important;
    }
}
body{
    overflow-x: hidden !important;
}
.text-center-desk.know-more-p{
    margin-bottom: 0px !important;
    margin-top: 9px !important;
}

@media (max-width: 768px) {
    .margin-fix {
        margin-top: 55px !important;
    }
}
