    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    .bannerHome {
        margin-bottom: 3.5rem;
        overflow: hidden;
    }
    
    .container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-image: url("https://gruponem.com.br/public/assets/images/SOMOS O GRUPO - NÚCLEO DE EXCELÊNCIA MARAJOARA.png");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 99999999;
        /* position: absolute; */
    }
    
    .styleContainer {
        width: 100%;
        /* height: 700px; */
        /* background-color: blue; */
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 10px;
    }
    
    .setasButtons {
        display: flex;
        width: 90vw;
        position: absolute;
        justify-content: space-between;
        align-items: center;
        z-index: 99999999;
        font-size: 36px;
        color: #0026fb;
        cursor: pointer;
        height: 0;
        outline: none;
    }
    
    #setaLeft {
        outline: none;
    }
    
    #setaRight {
        outline: none;
    }
    
    .leftContainer {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    /*
.styleLeftContainer {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0px;
} */
    
    .slc {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        /* background: #c4b7b759; */
    }
    
    .slc img {
        width: 320px;
    }
    
    .textLeft01 {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    
    .textLeft01 div {
        background: rgb(10, 60, 125);
        transform: rotate(-2deg);
        box-sizing: content-box;
        border-radius: 24px;
        padding: 0 3rem;
    }
    
    .textLeft01 h4 {
        /* margin-bottom: 0px; */
        color: rgb(255, 255, 255);
        /* font-size: 2rem; */
        font-weight: 100;
        line-height: 0.1rem;
        font-size: calc(2rem - 0.5vw);
    }
    
    .textLeft02 {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    
    .textLeft02 div {
        padding: 0 3rem;
        border-radius: 24px;
        box-sizing: content-box;
        transform: rotate(-1deg);
        background: rgb(243, 83, 89);
    }
    
    .textLeft02 h2 {
        /* margin-bottom: 1px; */
        color: rgb(255, 255, 255);
        font-size: 3rem;
        line-height: 1rem;
    }
    
    .textLeft03 {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    
    .textLeft03 div {
        padding: 0 2rem;
        border-radius: 24px;
        box-sizing: content-box;
        transform: rotate(2deg);
        background: rgb(240, 120, 0);
    }
    
    .textLeft03 h3 {
        /* margin-bottom: 0px; */
        color: rgb(255, 255, 255);
        font-size: 3rem;
        line-height: 2rem;
    }
    
    .leftInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 250px;
    }
    
    .leftInfo p {
        font-size: 25px;
        text-align: center;
        /* padding: 1rem 2rem; */
        /* color: rgb(255, 255, 255); */
        /* background: #ffa5004d; */
        border-radius: 12px;
        color: #fafafa;
        font-weight: 900;
        /* box-shadow: 0px 1px 1px 1px #ffffffdb; */
        text-shadow: -3px -2px 2px #1d1a20ab;
        margin: 0;
    }
    
    .leftInfo .text {
        font-size: 16px;
        /* border: solid 1px; */
        width: 90%;
    }
    
    .leftButtonOrg {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        gap: 1rem;
        -webkit-box-pack: center;
        justify-content: center;
    }
    
    .leftButton {
        max-width: 100%;
    }
    
    .leftButton a {
        padding: 0px 3.5rem;
        text-decoration: none;
        /* background-color: rgb(234 189 84); */
        border: 1px solid rgb(255 255 255);
        border-radius: 30px;
        font-weight: bold;
        color: rgb(255 255 255);
        cursor: pointer;
        font-family: Montserrat, sans-serif;
        min-height: 44px;
        min-width: 110px;
        position: relative;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        line-height: initial;
        text-align: center;
        font-size: 1rem;
        transition: all 0.3s ease 0s;
    }
    
    .rightContainer {
        padding-right: 5px;
        padding-left: 5px;
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    
    .rightContainerImg img {
        width: 100%;
    }
    
    .containerCursos {
        width: 100%;
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .containerCursos .titulo {
        color: var(--primary-hcontrast);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        text-transform: uppercase;
        margin-bottom: 32px;
        margin-top: 0;
        padding-left: 1rem;
        display: flex;
        align-items: center;
    }
    
    .containerCursos .titulo-nemtec {
        color: #01f0a0;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 111px; */
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 34px;
        padding-left: 1rem;
    }
    
    .inscricaoNemtec {
        color: #025636;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: radial-gradient(#cddc3942, transparent);
        /* border-bottom: solid 1px rgba(100, 99, 99, 0.37); */
    }
    
    .inscricaoNemtec strong {
        /* width: 100%;
    background: #f5f5f5c4; */
        /* padding: 10px; */
        /* box-shadow: -16px -9px 1px 0px rgb(139 195 81 / 32%); */
        /* border-radius: 7px; */
        /* height: 103px; */
        display: flex;
        /* flex-direction: column; */
        /* align-items: center; */
        justify-content: space-around;
    }
    
    .inscricaoNemtec ul {
        display: flex;
        flex-direction: column;
        align-items: self-start;
    }
    
    .inscricaoNemtec li {
        margin: 10px;
        border-radius: 10px;
        box-shadow: -2px 1px 0px 2px #8BC34A;
    }
    /* .inscricaoNemtec strong::before {
    content: '';
    width: 102%;
    height: 1px;
    background: #000000c4;
    box-shadow: 0 -7px 0px 0px rgb(0 246 146 / 9%);
    margin-top: -10px;
    margin-left: -11px;
} */
    
    .inscricaoNemtec strong p {
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 22px;
    }
    
    .inscricaoNemtec h4 {
        font-size: 30px;
        border-radius: 23px;
        box-shadow: 6px 2px 1px 4px #8BC34A;
    }
    
    .inscricaoNemtec p .fa-file {
        font-size: 30px;
        color: #8bc351;
    }
    /* .moveCarrossel-colegio {
    height: 1100px;
} */
    /* .inscricaoConem {
    color: #f58608;
    margin: 20px;
    padding: 20px;
    background: #ffffffb8;
    width: 387px;
}

.matriculaConem {
    color: #f58608;
    margin: 20px;
    padding: 20px;
    background: #ffffffb8;
    width: 387px;
} */
    /* .infoConem {
    display: flex;
    justify-content: center;
} */
    
    .containerCursos .titulo-colegio,
    .titulo-nemtec,
    .titulo-cursosnem {
        color: #f0e001;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 111px;
        text-transform: uppercase;
        margin-bottom: 32px;
        margin-top: 34px;
        padding-left: 1rem;
        display: flex;
        align-items: center;
    }
    
    .titulo-cursosnem {
        color: #2707dd !important;
    }
    
    .titulo-cursosnem img {
        width: 100px;
    }
    
    .titulo img,
    .titulo-colegio img {
        width: 70px;
        margin-left: 20px;
    }
    
    .titulo-nemtec img {
        width: 150px;
        /* margin-left: 20px; */
    }
    
    .titulo .carrossel {
        margin: 0 auto;
        width: 90%;
        padding-bottom: 90px;
        display: flex;
    }
    
    .carrosselWidth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* overflow: hidden; */
    }
    
    .slider {
        margin: 0 auto;
        width: 50vw;
        /* width: 1044px; */
        height: 400px;
        overflow: hidden;
        display: flex;
    }
    
    .slides {
        display: flex;
        transition: all ease 0.3s;
        /* width: 400%; */
        height: 400px;
        /* margin-right: 309px; */
    }
    
    .slides-nemtec {
        display: flex;
        justify-content: center;
        width: 100%;
        /* height: 400px; */
    }
    
    .carrosselItems {
        background: #ffffff;
        box-shadow: 0 16px 20px -11px rgba(0, 0, 0, .18);
        border: 1px solid #d1d1d1;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        padding: 24px 16px;
        margin: 0 5px 20px 5px;
        width: 289px;
        box-sizing: border-box;
    }
    
    .carrosselItems-nemtec {
        background: #ffffff;
        box-shadow: 0 16px 20px -11px rgba(0, 0, 0, .18);
        border: 1px solid #01f0a0;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        padding: 24px 16px;
        box-sizing: border-box;
        margin: 0 5px 20px 5px;
        width: 289px;
    }
    
    .carrosselItems-colegio {
        background: #ffffffc4;
        box-shadow: 0 16px 20px -11px rgba(0, 0, 0, .18);
        border: 1px solid #f0e001;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        margin: 20px;
        width: 338px;
        /* width: 289px; */
        /* height: 400px; */
    }
    
    .carrosselItems-colegio .imgCar img {
        width: 100%;
    }
    
    .carrosselItems-colegio .car {
        padding: 24px 16px;
        text-align: justify;
    }
    
    .carrosselItems-colegio .car strong {
        line-height: 32px;
        color: #FF9800;
        font-size: 18px;
    }
    
    .content__title,
    .content__price {
        font-weight: bold;
    }
    
    .content--actions {
        display: flex;
        flex-direction: column;
    }
    
    .content__type-and-time,
    .content__shift {
        color: #4d4d4d;
    }
    
    .content--actions a {
        padding: 8px;
        border-radius: 24px;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    }
    
    .carrosselWidth-colegio {
        background-image: url("https://gruponem.com.br/public/assets/images/fundoColegio.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .carrosselOverflow-colegio {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .content--actions-colegio {
        display: flex;
        flex-direction: column;
    }
    
    .cursosColegio {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .cursosColegio a {
        padding: 12px 12px 12px 0px;
        width: 100%;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
    }
    
    .cursosColegio:hover {
        background-color: #ccc;
    }
    
    .dadosExtras {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .infoMatriculas {
        display: flex;
        /* align-items: center; */
        justify-content: space-around;
    }
    
    .matriculas,
    .infoMensalidade {
        width: 40%;
    }
    /* .matriculas {
    margin-right: 10px;
} */
    
    .dadosImg img {
        width: 100%;
        height: 20px;
    }
    
    .btn-primary-hcontrast {
        border: 1px solid #f00101;
        margin-bottom: 8px;
        color: red;
    }
    
    .carrosselWidth-nemtec {
        background: #12b47712;
        padding: 21px;
        margin-bottom: 3rem;
    }
    
    .sobreNemtec {
        width: 100%;
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin-bottom: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .sobreNemtec02 {
        width: 100%;
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin-bottom: 80px;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
    }
    
    .sobreNemtec02 strong {
        /* text-shadow: 0px 1px 6px #005c37; */
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
        /* border-left: dashed 2px; */
    }
    
    .sobreNemtec strong {
        margin: 20px;
        /* text-shadow: 0px 1px 6px #005c37; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-right: dashed 2px;
    }
    
    .sobreNemtec strong p,
    .sobreNemtec02 strong p {
        width: auto;
        background: #04f0b9;
        padding: 15px;
        margin: 0px;
        box-shadow: -6px 8px 4px -5px #191a19be;
        border-radius: 30px;
        /* height: 114px;*/
    }
    
    .bemvindo {
        margin-bottom: 18px !important;
    }
    /* .divisao {
    width: 100%;
    display: flex;
}

.divisao span {
    background: #ffffffad;
    padding: 0;
    margin: 5px;
    box-shadow: -10px 8px 4px -5px #22f1a23d;
    border-radius: 30px;
    height: 34px;
    width: 20%;
} */
    
    .btn-primary-hcontrast-nemtec {
        border: 1px solid #01f0a0;
        margin-bottom: 8px;
        color: #01f0a0;
    }
    
    .btn-primary-hcontrast-colegio {
        border: 1px solid #f0e001;
        margin-bottom: 8px;
        color: #f0e001;
    }
    
    .content__btn-saiba-mais {
        border: 1px solid #8a97d1;
        color: #8a97d1;
    }
    
    .content__modality-ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0;
    }
    
    .activeMod {
        color: red !important;
        border: solid 1px rgb(255 0 0) !important;
    }
    
    .content__modality_item {
        padding: 7px;
        border-radius: 30px;
        border: solid 1px rgb(31, 25, 25);
        color: rgb(31, 25, 25);
        cursor: pointer;
    }
    
    .buttons {
        width: 100%;
        padding-bottom: 1rem;
        /* padding: 1rem; */
        /* background-color: red; */
    }
    
    .orgButtons {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #buttonLeft,
    #buttonRight {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: blue;
        margin-left: 10px;
    }
    
    .comoIngressar {
        width: 100% !important;
    }
    
    .ingresso {
        padding: 2rem;
        border: solid 1px #4d4d4d;
        border-radius: 1rem;
        height: auto;
        margin: 1rem;
        margin-bottom: 2rem;
    }
    
    .ingressoOrg {
        display: flex;
        justify-content: flex-end;
        justify-content: space-between;
    }
    
    .ingressoLeft {
        width: 40%;
        border-radius: 10px;
        /* border: solid 1px #ddd; */
    }
    
    .ingressoRight {
        width: 55%;
    }
    
    .ingressoLeft img {
        /* display: grid;
    user-select: none;
    pointer-events: none; */
        border-radius: 10px;
        width: 100%;
        border-radius: 10px;
        height: auto;
        display: block;
    }
    
    .py-3 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .row {
        box-sizing: border-box;
        margin: -1rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .col-sm-6 {
        box-sizing: border-box;
        flex-basis: 50%;
        max-width: 50%;
        padding: 1rem;
        line-height: 27px;
        color: #4d4d4d;
    }
    
    .title.semibold {
        font-weight: 600;
        border-bottom: dotted;
    }
    
    .title {
        font-size: 1.25rem;
        color: var(--text);
        text-decoration: none;
        display: flex;
        font-family: Signika, system-ui;
        align-items: center;
        line-height: 1.1;
        width: max-content;
        margin-bottom: 5px;
    }
    
    .font-weight-400 {
        font-weight: 400 !important;
    }
    
    .posGraduacao img {
        width: 100%;
        margin-bottom: 3rem;
    }
    
    .setaTopo a::before {
        content: '';
        position: fixed;
        font-size: 47px;
        background: #3955cb;
        right: 79px;
        width: 10px;
        height: 25px;
        bottom: 11rem;
        text-decoration: none;
        transform: rotate(38deg);
        border-radius: 5px;
        box-shadow: -2px 1px 4px 0px #10101b;
    }
    
    .setaTopo a::after {
        content: '';
        position: fixed;
        font-size: 47px;
        background: #3955cb;
        right: 69px;
        width: 10px;
        height: 25px;
        bottom: 11rem;
        text-decoration: none;
        transform: rotate(-33deg);
        border-radius: 5px;
        box-shadow: 2px 0px 3px 0px #10101b;
    }
    
    .buttonWhats {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        z-index: 1000;
        width: 60px;
        height: 60px;
        padding: 0;
        position: fixed;
        right: 3rem;
        bottom: 4rem;
        background-color: #00AC6B;
        border: none;
        box-shadow: 0 0 0 0 #00AC6B;
        -webkit-box-shadow: 0 0 0 0 #00AC6B;
        -webkit-animation: pulseFloater 2s infinite;
        animation: pulseFloater 2s infinite;
        text-decoration: none;
    }
    
    .buttonWhats i {
        font-size: 40px;
        color: white;
    }
    
    .footer {
        width: 100%;
        margin: 0px;
        background: rgb(237, 237, 237);
        color: rgb(29, 29, 29);
        box-sizing: border-box;
    }
    
    .oDf {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .dadosFooter {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .dados {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .dados i {
        display: none;
    }
    
    .dados strong {
        margin-bottom: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        line-height: 3.25rem;
        font-weight: 700;
        margin: 0px;
        color: rgb(29, 29, 29);
    }
    
    .dados ul {
        padding: 0;
        transition: all 0.3s;
    }
    
    .dados ul li {
        list-style: none;
        padding-bottom: 2rem;
    }
    
    .dados ul li a {
        text-decoration: none;
        display: initial;
        width: initial;
        color: rgb(29, 29, 29);
        font-size: 1rem;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
    }
    
    .dados ul li a:hover {
        text-decoration: underline;
    }
    
    .orgRedes_sociais {
        display: flex;
        /* flex-direction: column; */
    }
    
    .redes_sociais a i {
        font-weight: 400;
        font-size: 30px;
        text-decoration: none;
        color: black;
        margin: 15px;
    }
    
    .bottomFooter {
        width: 100%;
        padding: 24px 0px;
        margin: 0px auto;
        background: rgb(252, 252, 252);
        box-sizing: border-box;
    }
    
    .orgBottomFooter,
    .redes_sociais {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    @keyframes pulseFloater {
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
    
    .dadosCursosNem {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: auto;
        background-color: rgb(74 49 168);
    }
    
    .cursos {
        display: flex;
        flex-direction: column;
        width: 300px;
        padding: 10px;
    }
    
    .gradeCursos {
        height: 500px;
        /* background: #6132aa; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 34px;
        margin: 10px;
    }
    
    .gradeCursos ul li {
        list-style: none;
        border-bottom: solid #dbdafa 1px;
        border-top: solid #ffffff 1px;
        border-radius: 34px;
        margin: 4px;
    }
    
    .gradeCursos ul li a:after {
        content: '';
        position: absolute;
        width: 2px;
        border-bottom: solid #dbdafa 5px;
        border-left: solid #ffffff 5px;
        padding: 7px;
        transform: rotate(-127deg);
        margin-left: 234px;
        margin-top: 15px;
    }
    
    .gradeCursos ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        text-decoration: none;
        height: 50px !important;
        width: 100%;
        line-height: 50px;
    }
    
    .gradeCursos ul li a:hover {
        background-color: rgb(46, 18, 148);
        border-radius: 34px;
    }
    
    .infoCursos {
        height: 700px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    
    .activeCursos {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* height: 1700px; */
        /* background-color: rgb(210, 218, 235) !important; */
    }
    
    .ativo {
        /* width: 700px; */
        margin-top: 300px;
        position: absolute;
        height: 300px;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        /* background-color: rgba(15, 45, 116, 0.78) !important; */
        z-index: 999999;
    }
    
    .dadosCursos {
        height: 700px;
        line-height: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        /* background-color: rgb(27 51 101); */
        /* background-color: rgb(30 51 100 / 78%) !important; */
        transition: all ease .5s;
    }
    
    .botoes {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
    .inscrever,
    .souAluno {
        border-radius: 10px;
        padding: 10px;
        width: 250px;
        height: 51px;
        margin: 10px;
        line-height: 30px;
        margin: 10px;
        text-align: center;
        border: solid;
    }
    
    .inscrever:hover {
        background-color: #01f0a0;
    }
    
    .souAluno:hover {
        background-color: #220a8d;
    }
    /* .contadoCursos {
    height: 405px;
    overflow: hidden;
    line-height: 40px;
    margin-top: 119px;
} */
    
    .botoes a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
    
    .inscrever {
        background-color: #14ac6d;
    }
    
    .closedModal {
        display: none;
    }
    
    @media (max-width:985px) {
        .styleContainer {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .leftButtonOrg {
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            /* width: auto;
        gap: 1rem;
        -webkit-box-pack: center; */
            /* justify-content: unset; */
        }
        .textLeft01 h4 {
            display: none;
        }
        .textLeft03 h3 {
            line-height: 3rem;
        }
        .dadosFooter {
            display: flex;
            flex-direction: column;
        }
        .dados {
            margin-bottom: 20px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            height: auto;
        }
        .dadosResponsive {
            width: 95%;
            display: flex;
            justify-content: space-between;
            border-bottom: solid 2px #000;
        }
        /* .dadosResponsive ul {
        display: none;
    } */
        .dados ul {
            display: none;
            transition: all 0.3s;
            flex-direction: column;
        }
        .dados ul li {
            /* transition: all 0.3s; */
            list-style: none;
            padding: 10px;
            border: solid 1px #ddd;
        }
        .dados i {
            display: flex;
            width: 24px;
            height: 24px;
            color: #aeaab5;
        }
        .dados strong {
            line-height: 2rem;
        }
        .titulo-cursosnem {
            font-size: 20px;
        }
        .dadosCursos {
            padding: 0;
            margin: 0;
        }
        .botoes {
            display: flex;
            flex-direction: column;
        }
    }
    
    @media (max-width:805px) {
        .ingressoLeft img {
            display: none;
        }
        .ingressoRight {
            width: 100%;
        }
        .ingressoLeft {
            width: 0%;
        }
        .title {
            font-size: 1rem;
        }
        .dados {
            margin: 0px;
            padding-bottom: 20px;
            padding-top: 20px;
            justify-content: center;
            align-items: center;
        }
        .dados ul {
            /* display: flex; */
            flex-direction: column;
            justify-content: flex-end;
            width: 93%;
        }
        .orgBottomFooter p {
            text-align: center;
        }
        .carrosselItems-colegio {
            height: 500px;
        }
        .carrosselItems-colegio .car strong {
            font-size: 12px;
        }
        .dadosCursos {
            display: none;
            z-index: 99999999999999999999;
            position: fixed;
            left: 0;
            top: 0;
            background-color: #4d3a8bfc;
            height: 100vh;
            /* transition: all ease 3s; */
            /* line-height: 48px; */
            width: 100%;
            padding: 0px;
        }
        .descriDados {
            padding: 10px;
        }
        .closedModal {
            display: flex;
            flex-direction: column;
            position: fixed;
            background-color: #2f2a2a73;
            right: 21px;
            top: 20px;
            font-size: 40px;
            float: left;
            width: 43px;
            text-align: center;
            z-index: 9999999999999999999999999;
            cursor: pointer;
            box-shadow: 0px 0px 2px 2px;
            height: 44px;
            line-height: 31px;
        }
        .closedModal span {
            font-size: 10px;
        }
        .closedModal strong {
            height: 20px;
        }
        .dadosCursosNem {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all ease 3s;
        }
        .sobreNemtec02 {
            font-size: 12px;
        }
        .containerCursos .titulo-colegio,
        .titulo,
        .titulo-nemtec,
        .titulo-cursosnem {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            line-height: 44px;
        }
        .titulo img,
        .titulo-colegio img {
            width: 94px;
            margin-left: 0px;
        }
    }
    
    @media (max-width:705px) {
        .moveCarrossel-colegio {
            height: auto;
        }
        .carrosselOverflow-colegio {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .carrosselItems-colegio .car strong {
            font-size: 15px;
        }
        .carrosselItems-colegio {
            height: auto;
        }
        .slides-nemtec,
        .styleLeftContainer {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .sobreNemtec {
            text-align: justify;
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 40px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-direction: column;
        }
        .sobreNemtec strong p,
        .sobreNemtec02 strong p {
            /* padding: 10px; */
            height: 53px;
            margin: 0px;
        }
        .infoMatriculas {
            display: flex;
            flex-direction: column;
        }
        .matriculas,
        .infoMensalidade {
            width: 100%;
        }
        .matriculas ul li {
            padding: 10px;
        }
        .main-bottom a img {
            display: none;
        }
        .row {
            margin: -2rem;
        }
        .slider {
            width: 90vw;
        }
        .carrosselItems-colegio {
            padding: 0;
            margin: 0;
        }
    }