.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;
}

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

.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;
    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:25px 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: 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 12px;
    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;
}
.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;
    }
    .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;
    } */
     .sorter .ml-2{
        display: none !important;
     }
     .sorter svg{
        width: 25px;
        height: 25px;
     }
    .filters .padding-mobile{
        padding: 16px;
    }
    .check-container {
        padding-left: 39px;
        margin-bottom: 30px;
    }
    .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;
    }
}
.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: 20px;
}
.input-wrapper {
    position: relative;
    width:100%;
}

.input-course {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50px;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    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;
  }
  .v-align-middle{
    vertical-align: middle;
  }
  .badge-section{
    display: block;
    margin-bottom: 15px;
  }
  .owl-badges .owl-stage{
    display: flex;
}
h1{
    font-size: 20px !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;
    }

}

.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 {
    margin-bottom: 30px;
}
#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;
    }
}
.h2-title{
    margin-bottom: 25px;
}
.banner-desktop img{
    width: 100%;
}
.banner-mobile img{
    width: 100%;
}
@media (max-width: 768px) {
    .banner-desktop {
        display: none;
    }
    .banner-mobile {
        display: block;

    } 
}
@media (min-width: 768px) {
    .banner-desktop {
        display: block;
    }
    .banner-mobile {
        display: none;

    } 

}
/* 
.breadcrumb-path {
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 16px;
    color: white;
}

.breadcrumb-path small{
    color:#fff !important;
}
.breadcrumb-url {
    text-decoration: none;
    color: white;
} */

/* Estilo do título */
.banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px !important;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    color:#fff;
}

/* Estilo do subtítulo */
.banner-subtitle {
    position: absolute;
    top: 73%;
    left: 0;
    max-width: 35%;
    transform: translateY(-50%);
    font-size: 17px;
    margin: 0;
    color:#fff;
}
@media (max-width: 768px) {
    /* .breadcrumb-path {
        font-size: 12px;
        top: 5%;
        left: 0;
    } */
    .container-banner{
        width: 100%;
    }
    .banner-title{
        font-size: 17px !important;
    }
    #owl-course-types {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}
.container-banner{
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15px;
    margin-right: 15px;
    padding:0 !important;
}
/* .banner-outer{
    position: relative;
}
.breadcrumb-main{
    text-decoration: none !important;
    color:#fff;
} */

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

label[for="presencial"] {
    border: 1px solid #00A6A5;
    color: #00A6A5;
    background: none;
}
.modality-input:checked + label[for="ead"] {
    background-color: #FCAF17;
    color:#fff;
}
.modality-input:checked + label[for="presencial"] {
    background-color: #00A6A5;
    color:#fff;
}
.modality-input:checked + label[for="todos"] {
    background-color: #000;
    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;
}
.desc-content a{
    color: -webkit-link !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}
.course-type-div{
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: center;
        min-height: 64px;
}
.course-type-active{
    border:1px solid #FFDD00;
    background: #FFF8CC;
}
.breadcrumb-path .breadcrumb-title {
    color: #00857C !important;
}
.chevron-bread{
    color:grey !important;
}
.breadcrumb-path span.breadcrumb-main{
    color:grey !important;
}
.read-more-btn {
    color: #0066cc;
    text-decoration: underline;
    /* font-weight: bold; */
    cursor: pointer;
    white-space: nowrap;
}


.area-card{
        margin-bottom: 22px;
    padding: 19px;
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 6px 0px #2E2E2E29;
    color:#fff !important;
    display: block;
        height: 140px;
    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: 23px !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;
}
.know-more-btn{
    background-color: #1FB40B;
    color: #fff;
    width: 100%;
    padding: 10px 12px;
    border:none !important;
    font-size: 14px;
}


@media only screen and (min-width: 1200px) {
#owl-course-types .owl-item:nth-child(1) { width: 230px !important; }
#owl-course-types .owl-item:nth-child(2) { width: 180px !important; }
#owl-course-types .owl-item:nth-child(3) { width: 235px !important; }
#owl-course-types .owl-item:nth-child(4) { width: 150px !important; }
#owl-course-types .owl-item:nth-child(5) { width: 242px !important; margin: 0 !important;}
#owl-course-types .owl-stage{
    width: 100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
#owl-course-types .owl-stage{
    width: 1024px !important;
}
}

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

@media only screen and (max-width: 400px) {
    .badge-modality {
        padding: 7px 13px;
        margin-bottom: 0px !important;
        font-weight: 500;
        font-size: 15px;
        cursor: pointer;
        border-radius: 40px;
        border: 1px solid #a9a9a9;
    }
}