.course_types_icons{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #FFDD00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.flex-colunm{
    flex-direction: column;
}
.cursor-pointer{
    cursor: pointer;
}
.course-type-active span{
    color:#1d1d1b;
    font-weight: 700;
}
.filter-font{

font-size: 18px;
font-weight: 400;
/* line-height: 27px; */
/* text-align: left; */

}
.filter-box{
    border-bottom: solid 1px #CDCDCE;

}
.filter-header{
    display: flex;
    align-items: center;
    padding: 13px 0;
    justify-content: space-between;
    cursor:pointer;
}
.filter-content{
    display: none;
}

#main .arrow-down{
    color:#00A6A5;
    font-size: 29px;
    transition: transform 0.6s;
}

#main .arrow-down.rotate {
    transform: rotate(-180deg);
}
.filter-search-bar{
    padding: 11px 14px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #00A6A5;
    font-size: 14px;
}
.filter-content input[type="checkbox"]{
    padding: 3px;
}
.check-container{
    font-weight: 400;
}
.check-container{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 15px;
    display: block;
}
.checkmark {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    
    width: 25px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
  }
  .filter-content input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  
  }
  input:checked ~ .checkmark {
    background-color: #00A6A5;
    border:none;
  }
  
  input:checked ~ .checkmark:after {
    display: block;
    left: 10px;
    top: 6px;
  }
  .filter-check-group{
    max-height: 180px;
    overflow-y: auto;
    margin-top: 16px;
  }
  .filter-check-group::-webkit-scrollbar {
    width: 8px;
}

.filter-check-group::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F4F4F4;
}

.filter-check-group::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c0c0c0;
}
.gray-bar{
    background-color: #F4F4F4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 9px 24px 9px 0px;
    margin:30px 0;
    border-radius: 6px;
}
.modality-input{
    display: none;
}
.badge-modality{
    padding: 7px 22px;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 18px;
    cursor:pointer;
    border-radius: 40px;
    border: 1px solid #a9a9a9;
}
.modality-input:checked + .badge-modality{
    background-color: #FFDD00;
    border:none;
}
.course-card{
    border: 1px solid #CDCDCE;
    border-radius: 16px;
    padding: 14px;
    height: 305px;
    box-shadow: 0px 4px 6px 0px #2e2e2e1a;
}
.course-infos{
    font-size: 12px;
    font-weight: 400;
    color: #58595B;
}
.course-infos-row{
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.course-infos-row .course-infos{
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-new-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFDD00;
    color: #3D3D3D;
    border-radius: 999px;
    padding: 3px 6px;
    font-size: 0.7em;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.course-infos-row .course-new-badge{
    flex-shrink: 0;
}
.course-new-badge__icon{
    font-size: 0.9em;
    line-height: 1;
}
.course-name{
    font-size: 17px;
    font-weight: 700;
}
.course-type-badge {
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #FCAF17;
}
.info-badge {
    padding: 6px 10px;
    background: #faf298;
    color:#000;
    margin-top: 7px;
}
.last-chance{
    width: 70px;
    position: absolute;
    right: 11px;
    top: 45px;
}
.info-badge i{
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px !important;
}
.course-price-outer{
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.course-prices{
    font-weight: 700;
}
.course-infos{
    margin-bottom: 8px;
}
.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: 20px;
}
.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;
}
.badge-filter i{
    font-size: 18px;
    cursor:pointer;
}
#clear-filters {
    display: none; 
}

.clear-filters {
    display: inline-block; 
}
.clear-filters.disabled{
    color: #ACACAC;

}
.clear-filters.disabled svg path, .clear-filters.disabled svg rect{
    stroke: #ACACAC;
    
}
.open-filter{
    cursor:pointer
}
.title-mobile{
    display: none;
}
.filter-disabled span, .filter-disabled i{
    color: #ACACAC;

}
@media only screen and (max-width: 640px) {
    .filter-header{
        padding: 22px 0;
    }
    .last-chance{
        width: 70px;
        position: absolute;
        right: 11px;
        top: 45px;
    }
    .filters {
        background-color: #F4F4F4;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        opacity: 0;
        transform: translateY(10%);
        transition: opacity .5s, transform .5s, visibility .5s, height 0s .5s, margin 0s .5s;
        z-index: -1;
        display: flex;
        flex-direction: column;
    }
    .filters.active {
        padding: 0;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        height: 100%;
        transition: opacity .5s 10ms, transform .5s 10ms, visibility .5s 10ms, height 0s, margin 0s;
        z-index: 9999;
        top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .sorter{
        display: none !important;
    }
    .filters .padding-mobile{
        padding: 16px;
    }
    .check-container {
        padding-left: 39px;
        margin-bottom: 20px;
    }
    .filter-check-group {
        max-height: 287px;
    }
    .title-mobile{
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        padding: 25px 16px;
        z-index: 9999;
        background: #F4F4F4;
        font-size: 24px;
        font-weight: 700;
        box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.2);
    }
    .title-mobile i{
        font-size: 28px;
        margin-right: 15px;
    }
    #clear-filters{
        display: none;
    }
    .filter-badges{
        display: none;
    }
    .active .filter-badges{
        display: block;
    }
    .badges-section{
        background-color: #FBFBFB;
        
    }
    .badges-section .pd{
        padding: 12px 0;
    }
}
@media only screen and (max-width: 391px) {
    .last-chance {
        width: 60px;
        position: absolute;
        right: 6px;
        top: 51px;
    }
}
.disabled-msg{
    font-size: 12px;
    color:#CF4436;
}
.skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
  }
  
  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 80%);
    }
    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }
  @keyframes shine {
    to {
      background-position-x: -200%;
    }
  }
  
  .skeleton-card{
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  @media only screen and (min-width: 641px) {
    .open-filter{
        display: none;
    }
    .sort-mobile{
        display: none;
    }
  }
  .gray-bar{
    position: relative;
  }
  .sorter{
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .outer-sorter {
    position: relative;
    display: flex;
}


.sorter-dropdown {
    width: 200px;
    position: absolute;
    top: 69px;
    right: 0;
    background-color: #F4F4F4;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
    padding: 10px 0;
}

.sorter-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.sorter-dropdown a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.lb-sort {
    color: black;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.color-green-uniasselvi{
   color: #00A6A5;
}
.input-sort {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #00A6A5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    margin-right: 10px !important;
    outline: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

input[type="radio"]:checked{
    background-color: #00A6A5;
    border-color: #00A6A5;
}

.lb-sort{
    margin: 0 !important;
}
.breadcrumb-title
{
    color:#58595B;
    text-decoration: underline;
}
.bread-active{
    color:#231F20;
}
.bread-chevron{
    font-size: 45% !important;
}
.course-search{
    margin-bottom: 30px;
}
.input-wrapper {
    position: relative;
    width:100%;
}

.input-course{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    border-radius: 50px; 
    border: 1px solid #00A6A5;
    background-color: #F2F8F7;
    width: 100%;
    padding: 14px 48px;
}

.search-icon{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 18px;
    height: 18px;
}

@media only screen and (max-width: 600px) {
    #owl-course-types .owl-stage {
        display: -webkit-box;
    }
    
    .course_types_icons {
        margin-right: 7px;
    }

    .course-type-name{
        font-size: 15px;

    }
    .input-course{
        font-size: 16px;
        padding: 11px 48px;
    }
    .search-icon{
        top: 14px;
    }
    .gray-bar {
        margin: 24px 0;
    }
    .course-search{
        margin-bottom: 22px;
        margin-top: 16px;
    }
}
/* @media only screen and (max-width: 431px) {
    #owl-course-types .owl-stage {
        margin-left: -22px;
    }
    #owl-course-types .owl-stage .owl-item:first-child {
        width: 150.5px !important;
    }
    .course_types_icons {
        width: 46px;
        height: 46px;
    }
    #owl-course-types .owl-stage .owl-item:nth-child(3) .course-type-name{
        max-width: 57% !important;
    }
}

@media only screen and (max-width: 400px) {
    #owl-course-types .owl-stage .owl-item:first-child {
        width: 140px  !important;
    }

    #owl-course-types .owl-stage .owl-item:nth-child(2) {
        width: 170.5px !important; 
    }
    #owl-course-types .owl-stage {
        margin-left: -15px;
    }
    .course_types_icons {
        margin-right: 3px;
    }
    
}
@media only screen and (max-width: 372px) {
    #owl-course-types .owl-stage .owl-item:first-child {
        width: 132px !important;
    }

    #owl-course-types .owl-stage .owl-item:nth-child(2) {
        width: 160.5px !important;
    }
} */

.banner-category-mobile {
    display: none;
    width: 100%;
  }
  .banner-category-desk {
    display: none;
    width: 100%;
  }
  @media screen and (max-width: 600px) {
    .banner-category-mobile {
        display: block;
    }
    .badge-filter {
        margin:12px 0;
    }
  }
  
  @media screen and (min-width: 601px) {
    .banner-category-desk {
        display: block;
  
    }
  }
  .page-content{
    padding: 28px 0 40px 0;
  }
  .v-align-middle{
    vertical-align: middle;
  }
  .badge-section{
    display: block;
    margin-bottom: 15px;
  }
  .owl-badges .owl-stage{
    display: flex;
}
h1{
    font-size: 17px !important;
}
@media (max-width: 767px) {
     h1{
        font-size: 22.5px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

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

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

    .banners-desktop{
        display: none !important;
    }
    .banners-mobile{
        display: block !important;
    }

}
@media only screen and (min-width: 601px) {
    .banners-desktop{
        display: block !important;
        width: 100%;
    }
    .banners-mobile{
        display: none !important;
    }
    .course-col {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

}

.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: 17px;
    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;
}
.arrow-nav-banner {
    font-size: 45px;
    color: #696969;
    z-index: 99;
}

.owl-banners .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-banners .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    margin: 0 3px;
    padding: 0;
  }
  .owl-banners .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .owl-banners .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-banners .owl-dots{
    z-index: 999;
    position: relative;
    margin-top: -40px;
  }
  
  .course-banners .banner-outer:not(.hide) img {
    aspect-ratio: initial;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.course-banners .banner-outer:not(.hide) .owl-carousel:not(.owl-loaded) :not(:first-child) {
    display: none;
}
#owl-course-types {
    height: 46px!important;
}
#owl-course-types:not(.owl-loaded){
    display: flex !important;
    gap:15px;
    overflow: hidden;
}
.course-banners .banner-outer:not(.hide) .owl-carousel:not(.owl-loaded), .course-banners .banner-outer:not(:has(.owl-carousel)):has(img:is(.banners-desktop)) {
    aspect-ratio: 5.34/1;
}

.selects-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #006968;
    border-radius: 20px;
}

.selects-section .select-box:before {
    content: '\e313';
    color: #1d1d1b;
    position: absolute;
    top: 54%;
    right: 8%;
    transform: translate(50%, -50%);
    font-size: 20px;
    line-height: 15px;
    font-family: 'Material Icons';
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}

.selects-section .select2-selection {
    height: 42px !important;
    border: 1px solid #3b3c3a;
    padding-top: 5px !important;
    padding-left: 7px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
}
.btn-grad{
    font-size: 16px;
    padding: 0;
    height: 40px;
    border-radius: 30px;
    width: 100%;
    background: #FFDD00;
}
.selects-section{
    background-color: #F4F4F4;
    padding:30px 0 35px 0px;
}
.selects-section h2{
    color:#272425;
    font-size:20px;
    margin-bottom:30px;
}
.invalid-val .select2-selection{
    border: 2px solid red !important;

}
.version-c{
    display: none;
}
/* .version-c-mb-5{
    margin-bottom: 3rem;
} */
.selects-section{
    display: block;
}
.err-label{
    color:red;
}
.v-a-middle{
    vertical-align: middle;
}
.error-out{
    font-size:20px !important;
    margin-right: 3px;
}
@media (max-width: 600px) {
    .course-banners .banner-outer:not(.hide) .owl-carousel:not(.owl-loaded), .course-banners .banner-outer:not(:has(.owl-carousel)):has(img:is(.banners-mobile)) {
        aspect-ratio: 4/3!important;
    }
    .course-banners .banner-outer:not(.hide) .owl-carousel:not(.owl-loaded), .course-banners .banner-outer:not(:has(.owl-carousel)):has(img:is(.banners-desktop)) {
        aspect-ratio: initial;
    }
    .selects-section .mb-col{
        margin-bottom: 20px !important;
    }
    .selects-section h2{
        color:#272425;
        font-size:18px;
        text-align: left !important;
        margin-bottom:25px;
        margin-left: 6px;
    }
    .breadcrumb-path{
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .error-out{
        font-size:18px !important;
    }
}
@media (min-width: 601px) {
        .row-form-outer{
        display: flex;
        align-items: center;
    }
    .breadcrumb-path{
        margin-top: 10px !important;
    }
}
.card-option{
    padding: 19px;
    border-radius: 6px;
    background-color: #fff;
    color:#58595B !important;
    display: block;
    height: 170px;
    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{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.area-icon-outer{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F8F7;
    margin-right: 9px;
    flex-shrink: 0;
}
.area-label{
    font-size: 17px;
    font-weight: 700;
}
.mb-5-xs{
    margin-bottom: 20px;
}
.option-outer{
    padding-top: 175px;
    position: relative;
}
.option-section{
    background: linear-gradient(90deg, rgba(88,89,91,1) 77%, rgba(255,221,0,1) 77%, rgba(255,221,0,1) 100%);
    padding-bottom: 60px;
}
.option-section .col-md-6{
    z-index: 9;
}
.option-outer .option-inner{
    margin-top: -175px;
}
.option-section h2{
    margin-bottom: 40px !important;
}
.kond-bg{
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}
.kond-bg-mobile{
    display: none;
}
.selects-section select{
    background-color: #fff;
    border: 2px solid #006968;
    border-radius: 20px;
    height: 42px !important;
    padding-top: 5px !important;
    padding-left: 14px !important;
    padding-bottom: 10px !important;
    line-height: 1.42857143 !important; 
    font-size: 16px !important;
}
@media (max-width: 768px) {
    .kond-bg{
        display: none;
    }
    .option-section{
    background: linear-gradient(90deg, rgba(88,89,91,1) 50%, rgba(255,221,0,1) 50%, rgba(255,221,0,1) 100%);
    padding-bottom: 0px;

    }
    .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: 100%;
        
    }
    .selects-section select{
        background-color: #fff;
        border: 2px solid #486867;
        border-radius: 20px;
        border-color: #d8d8d8 !important;
    }
    #modalities-filter-content .check-js:nth-of-type(3) {
        margin-top: 10px;
        display: block;
    }
}

.block-icon{
    display: block;
    width: 100%;
    width:25px;
    height: 25px;
}
label[for="ead"] {
    border: 1px solid #FCAF17;
    color: #FCAF17;
    background: none;
}

label[for="ead-e-semi"] {
    border: 1px solid #FCAF17;
    color: #FCAF17;
    background: none;
}

label[for="presencial"] {
    border: 1px solid #00A6A5;
    color: #00A6A5;
    background: none;
}
label[for="semipresencial"] {
    border: 1px solid #00A400;
    color: #00A400;
    background: none;
}
.modality-input:checked + label[for="ead"] {
    background-color: #FCAF17;
    color:#fff;
}

.modality-input:checked + label[for="ead-e-semi"] {
    background-color: #FCAF17;
    color:#fff;
}


.modality-input:checked + label[for="presencial"] {
    background-color: #00A6A5;
    color:#fff;
}
.modality-input:checked + label[for="semipresencial"] {
    background-color: #00A400;
    color:#fff;
}
.course-card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ead-badge{
    border : 1px solid #FCAF17;
    color : #FCAF17;
    background : none;
}
.presencial-badge{
    border : 1px solid #00A6A5;
    color : #00A6A5;
    background : none;
}
.semipresencial-badge{
    border : 1px solid #00A400;
    color : #00A400;
    background : none;
}
.discount-markdown {
    position: absolute;
    right: 43px;
    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;
}
.discount-markdown, .discount-markdown::after{
    display: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-results__option.select2-results__option--group strong.select2-results__group{
    background-color: #ddd;
    font-size: 16px;
    padding-left: 13px;
}

li[aria-label="Cursos mais procurados"] ul li{
    padding-left: 0.5em !important;
    font-style: italic;
    /* padding-top: 5px !important; */
    /* padding-bottom: 5px !important; */
}

li[aria-label="Cursos mais procurados"] ul li:hover:before {
    color: #fff;
 }
 li[aria-label="Cursos mais procurados"] ul li[aria-selected="true"]:before {
    color: #fff;
 }
li[aria-label="Cursos mais procurados"] ul li::before{
    content: "\e5c8";
    font-family: 'Material Icons';
    display: inline-block;
    margin-right: 5px; 
    margin-bottom: -5px; 
    font-size: 16px;
    color: #00a59a;
    font-style: normal !important;
    /* padding-top: 3px; */
}
.curso-style{
    max-height:280px !important;
}
.semipresencial-badge{
    border : 1px solid #00A400;
    color : #00A400;
    background : none;
}
.badge-tuition {
    display: block;
    border-radius: 3px;
    background-color: #FFF8CC;
    border: #FFDD00 1px solid;
    width: auto;
    color: #000;
    padding: 4px 14px 4px 14px;
    width: 158px;
    margin-bottom: 5px;
}

.badge-enfermagem {
    display: block;
    border-radius: 3px;
    background-color: #FFF8CC;
    border: #FFDD00 1px solid;
    width: auto;
    color: #000;
    padding: 4px 14px 4px 14px;
    margin-bottom: 5px;
}
.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;
}

.area-card:hover{
    background-color: #FFE963;
}
.container-interest-areas{
    display: none;
}
.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;
    }
}


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


#owl-areas .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-areas .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;
    border: none;

}


#owl-areas .owl-next.disabled{
    display: none;
}

#owl-areas .owl-prev.disabled{
    display: none;
}

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

#owl-areas .owl-item.active{
    opacity: 1;
}
#owl-areas .arrow-nav {
    color: #00A59A;
    font-size: 34px;
    font-weight: 600;
}
label[for="ead-e-semi"] {
    border: 1px solid #FCAF17;
    color: #FCAF17;
    background: none;
}
.filter-box{
    border: none !important;
}
.filter-font {
    font-size: 15px !important;
    font-weight: 400;

}
.filter-header {
    padding: 7px 6px 7px 16px !important;
}
.filter-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 215px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 9px;
    display: none;
}
.course-search{
    margin-top: 25px;
}
.filter-header{
    border: 1px solid #D8D8D8;
    border-radius: 50px
}
.disabled-msg {
    font-size: 12px;
    display: block;
    color: #CF4436;
    margin-top: -17px;
}
.filters{
    margin-bottom: 25px;
}
.filters-carousel .owl-stage-outer{
    overflow: visible !important;
}
.filters-carousel{
    z-index: 9999 !important;
}
.title-mobile{
    display: none !important;
}
@media (max-width: 768px) {
    .filters {
        all: unset !important;
        margin-top: 20px !important;
        display: block !important;
    }
    
    /* .filters-carousel .owl-stage-outer{
        overflow-x: hidden;
    } */
    .sort-mobile{
        display: none;
    }
}
@media only screen and (max-width: 640px) {

    .filters-carousel .owl-stage{
        padding-left: 0 !important;
    }
}
body{
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.course-type-div{
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
}
@media only screen and (max-width: 640px) {
    .badges-section {
        background: none !important;
    }
    .filter-badges {
    display: inline;
        margin-left: 0px !important;
    }
    
}
@media only screen and (max-width: 640px) {
    .filters .padding-mobile {
        padding: 8px 0 16px 0 !important;
    }
}

.select2-dropdown {
    z-index: 99999 !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}

@media only screen and (max-width: 640px) {
    .gray-bar .sorter {
        display: flex !important;
    }
    .sorter .ml-2{
        display: none !important;
    }
    

    .page-content{
        padding-top: 15px;
    }
}
/* .col-xs-12 h1 {
    margin-bottom: 28px !important;
    margin-top: 28px !important;
} */

.right-footer .row{
  margin: 0 !important;
}
.header{
    z-index: 999999999 !important;
}
.filters-carousel{
    min-height: 45px;
}

@media only screen and (max-width: 768px) {
    .modality-filter-content{
        padding-left: 8px;
    }
    #modalities-filter-content .check-js:nth-child(2) {
        margin-top: 8px;
        display: block; /* se quiser manter esse comportamento */
    }
}
