.classes{
    background-size: clamp(10px,16.4vw,316px) !important;
    padding: 1.73rem 0 1.66rem;
}

.classes .sectitle{
    line-height: 80px;
    margin-bottom: 26px;
}

.classes .table-responsive{
    margin-bottom: 13px;
}

.classes .table,
.classes .box{
    width: clamp(10px,100%,1042px);
}

.classes .table{
    border-collapse: collapse;
    border-top: 1px solid #EAECF0;
    border-left: 1px solid #EAECF0;
    border-radius: 8px 8px 0 0;
    font-family: var(--int);
}

.classes .table thead tr>*{
    background-color: #F9FAFB;
    padding: 12px 1rem;
}

.classes .table thead tr>*:not(:first-child){
    text-align: center;
}

.classes .table thead tr>*,
.classes .table tbody tr>*:first-child{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.classes .table tbody tr>*{
    padding: 10px 18px;
}

.classes .table tbody tr>*:first-child{
    padding: 18px 1rem;
}

.classes .table thead tr>*,
.classes .table tbody tr>*{
    border-right: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
}

.classes .box{
    border: 1px solid #EAECF0;
    margin-bottom: 13px;
    padding: 26px 21px;
}

.classes .box .title{
    color: #1D2939;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 1rem;
}

.classes .box .options{
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 24px;
}

.classes .box .options>*,
.classes .table p{
    color: var(--white);
    border-radius: 80px;
    white-space: nowrap;
    padding: 8px;
}

.classes .warn{
    margin-top: 24px;
}

.aulas{
    padding: 1.66rem 0 5.26rem;
}

.aulas .sectitle{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    line-height: 130px;
}

.aulas .sectitle::after{
    content: '';
    position: absolute;
    inset: auto auto auto calc(100% + 28px);
    width: clamp(10px,47.03125vw,903px);
    height: 1px;
    background-color: var(--line);
}

.aulas .owl-carousel .owl-nav{
    position: absolute;
    inset: -7rem 0 auto auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 14px;
}

.aulas .owl-carousel .owl-nav>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--main) !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aulas .owl-carousel .owl-nav>*.disabled{
    background: #344054 !important;
}

.aulas{
    padding: 2rem 0 2.16rem;
}

.aulas .owl-carousel .box{
    width: clamp(10px,100%,452px);
    margin-bottom: 1rem;
}

.aulas .owl-carousel .box .img{
    width: 100%;
    aspect-ratio: 1/.56194;
}

.aulas .owl-carousel .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 8px;
}

.aulas .owl-carousel .box .bottom{
    position: relative;
    width: clamp(10px,100%,257px);
    background-color: var(--white);
    box-shadow: 0 4px 16px #02083d14;
    border: 2px solid transparent;
    margin: -3.13rem 13px 0 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 1rem;
}

.aulas .owl-carousel .box:hover .bottom{
    border-color: var(--main);
}

.aulas .owl-carousel .box .icon{
    display: inline-block;
    -webkit-display: inline-block;
    width: 0;
    height: 24px;
    margin-right: 0;
    object-fit: contain;
    -o-object-fit: contain;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aulas .owl-carousel .box:hover .icon{
    width: 24px;
    margin-right: 6px;
}

.aulas .owl-carousel .box .title{
    color: #344054;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 17px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aulas .owl-carousel .box:hover .title{
    color: var(--main);
    font-weight: 600;
}

.aulas .owl-carousel .box .text{
    display: -webkit-box;
    display: -moz-box;
    color: #475467;
    font-size: 14px;
    line-height: 17px;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.aulas .owl-carousel .box .sm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    color: #667085;
    font-size: 14px;
    line-height: 17px;
}

.aulas .owl-carousel .box .sm::after{
    content: url(../../assets/img/arrowd.svg);
}

.sections{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 4rem;
    padding: 2.16rem 0 2.16rem;
}

.sections>* .row{
    grid-gap: 2rem 0;
}

.sections>*>:not(:last-child) .row{
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
}

.sections>* .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.sections>* .title{
    width: fit-content;
    font-family: var(--dark);
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    /* line-height: 100px; */
    background: var(--title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}

.sections>* .text{
    width: clamp(10px,100%,570px);
    margin-bottom: 22px;
}

.sections>* .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 25px;
}

.sections>* .df.main{
    justify-content: center;
    -webkit-justify-content: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
}

.sections>* .df.main .text{
    margin-bottom: 0;
}

.sections>* .df .rss{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
}

.sections>* .bigimg,
.services .bigimg{
    position: relative;
    width: clamp(10px,100%,708px);
    aspect-ratio: 1/.56073;
    margin-bottom: 2.8rem;
}

.sections>* .bigimg img,
.services .bigimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 16px;
}

.sections>* .bigimg::before,
.sections>* .bigimg::after,
.services .bigimg::before,
.services .bigimg::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 50.56497%;
    aspect-ratio: 1/.55307;
    background-color: var(--main);
    border-radius: 0 16px;
}

.sections>* .bigimg::before,
.services .bigimg::before{
    inset: auto auto -2.51% -1.41%;
}

.sections>* .bigimg::after,
.services .bigimg::after{
    inset: -2.51% -1.41% auto auto;
}

.sections>* .owl-carousel img,
.services .owl-carousel img{
    cursor: pointer;
    width: 148px;
    aspect-ratio: 1/.56081;
    object-fit: cover;
    -o-object-fit: cover;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sections>* .owl-carousel img.active,
.services .owl-carousel img.active{
    border-color: var(--main);
}

.services{
    padding: 2.16rem 0 6.2rem;
}

.services .box{
    position: relative;
}

.services .row{
    grid-gap: 2.8rem 0;
}

.services .row>*:has(.sectitle),
.services .row>*:has(.options){
    display: flex;
    -webkit-display: flex;
    align-items: center;
}

.services .box .loading{
    position: absolute;
    inset: 0 auto auto 0;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #00000091;
}

.services .box .loading::before{
    content: '';
    position: absolute;
    width: 50px;
    aspect-ratio: 1/1;
    border: 7px solid #ffffffa4;
    border-radius: 50%;
    clip-path: polygon(0 0,50% 0,50% 50%,100% 50%,100% 100%,0 100%);
    -webkit-clip-path: polygon(0 0,50% 0,50% 50%,100% 50%,100% 100%,0 100%);
    animation: 1s linear infinite forwards rotate;
    -webkit-animation: 1s linear infinite forwards rotate;
    -moz-animation: 1s linear infinite forwards rotate;
    -ms-animation: 1s linear infinite forwards rotate;
    -o-animation: 1s linear infinite forwards rotate;
}

@keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-webkit-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-moz-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-ms-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-o-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}

.services .sectitle{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    grid-gap: 18px;
    white-space: nowrap;
    width: 100%;
}

.services .sectitle::after{
    content: '';
    display: block;
    -webkit-display: block;
    width: 100%;
    height: 1px;
    background-color: var(--line);
}

.services .options{
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem;
    width: 100%;
}

.services .options>*{
    position: relative;
    cursor: pointer;
    flex: 1 1 calc(20% - 1rem);
    text-align: center;
    font-weight: 600;
    border-radius: 80px;
    background: var(--title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
}

.services .options>*::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, var(--gradient) border-box;
    border-radius: 80px;
}

.services .options>*:hover,
.services .options>*.active{
    color: var(--white);
    font-weight: 500;
    background: var(--gradient);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.services .options>*:hover::before,
.services .options>*.active::before{
    display: none;
    -webkit-display: none;
}

.services .title{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    grid-gap: 1rem;
    font-family: var(--dark);
    font-size: 60px;
    line-height: 100px;
    background: var(--title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services .title::before{
    content: '';
    width: 51px;
    height: 53px;
    background-size: contain !important;
}

.services .text.main{
    margin-bottom: 22px;
}

.services .btns{
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    grid-gap: 25px;
}

@media(max-width:992px){
    .classes,
    .aulas,
    .sections,
    .services{
        padding: 2rem 0;
    }
    .classes{
        background: none !important;
    }
    .classes .box{
        padding: 1rem;
    }
    .aulas .sectitle{
        margin-bottom: 2rem;
    }
    .aulas .owl-carousel{
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .aulas .owl-carousel .owl-nav{
        inset: auto;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .aulas .owl-carousel .box{
        margin: 0 auto;
    }
    .services .row{
        grid-gap: 2rem 0;
    }
    .sections>*:nth-child(even) .row>*:first-child{
        order: 2;
        -webkit-order: 2;
    }
    .sections>*:nth-child(even) .row>*:nth-child(2){
        order: 1;
        -webkit-order: 1;
    }
    .sections>*:nth-child(even) .row>*:last-child{
        order: 3;
        -webkit-order: 3;
    }
    .services .options>*{
        flex: unset;
        padding: 10px 25px;
    }
}

@media(max-width:768px){
    .aulas .owl-carousel .box .bottom{
        margin-left: auto;
        margin-right: auto;
    }
    .sections>* .title{
        line-height: 70px;
        margin-bottom: 1rem;
    }
    .services .sectitle{
        white-space: normal;
    }
}