:root{
    --cor-cinza: #2E3132;
    --cor-cinza-fraco: #C8C6C6;
    --cor-cinza-contraste: #1e2122;
    
    --cor-preto: #211D1E;
    --cor-preto-fraco: #1a1a1a;
    --cor-preto-contraste: #1a1a1a;

    --cor-laranja: #ef591e;
    --cor-laranja-fraco: #f27340;
    --cor-laranja-contraste: #d7470f;
}


/* // ===================== CSS GERAL ===================== \\ */

* {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    caret-color: var(--cor-laranja);
}


ul li::marker{
    color: var(--cor-laranja);
}

a{
    text-decoration: none !important;
    color: var(--cor-preto);
    transition: 0.3s;
    word-break: break-word;
}
a:hover{
    text-decoration: none !important;
    color: var(--cor-preto-contraste);
    transition: 0.3s;
}

select optgroup{
    font-weight: 700;
}
 
h1, h2{
    font-weight: 700;
}



p{
    line-height: 130%;
}


main.main-supreme{
    overflow-x: clip;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}



::selection{
    background: var(--cor-laranja-contraste);
    color: white;
}



.tox-statusbar__right-container{
    display: none !important;
}
.text-justify{
    text-align: justify !important;
}
.text-black {
    color: black !important;
}
.bg-black{
    background: black;
}
.cursor-pointer{
    cursor: pointer;
}

.z-index-0{
    z-index: 0;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3;
}
.z-index-4{
    z-index: 4;
}

b{
    font-weight: bold;
}

  
/* // ======== btn primary ======== \\ */
.btn-primary{
    padding: 1rem 1.7rem;
    background: var(--cor-laranja);
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    color: white;
    line-height: 100%;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    transform: scale(1.02);
    background: var(--cor-laranja-contraste);
    transition: 0.3s;
}
/* \\ ============================= // */

/* // ======== btn primary ======== \\ */

/* \\ ============================= // */



/* // ======== btn outline ======== \\ */
.btn-outline{
    background: transparent;
    border: 1px solid var(--cor-preto);
    transition: 0.3s !important;
    box-shadow: none !important;
    font-size: 0.80rem;
    border-radius: 180px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: var(--cor-preto);
}
.btn-outline span{
    color: black;
    font-weight: 600;
}
.btn-outline:hover,.btn-outline:active,.btn-outline:focus{
    background-image: linear-gradient(150deg, var(--cor-preto-contraste), var(--cor-preto));
    transition: 0.3s !important;
    border: 1px solid var(--cor-preto-contraste);
    color: white;
}
/* \\ ============================= // */



/* // ======= | BTN SITE | ======== \\ */
.btn-site:hover{
    background: transparent;
    transition: 0.3s;
    color: black !important;
}
.btn-site{
    font-size: 1rem;
    background: var(--cor-laranja);
    border: 2px solid var(--cor-laranja);
    border-radius: 180px;
    padding: 0.5rem 2rem !important;
    color: white !important;
    font-weight: bold !important;
    width: auto;
    display: inline-block;
    transition: 0.3s;

}
/* \\ ============================= // */

/* // ====== | BTN PRISMA | ======= \\ */
.btn-prisma:hover{
    transition: 0.3s;
    transform: scale(1.03);
}
.btn-prisma{
    font-size: 1rem;
    background: var(--cor-laranja-fraco);
    border: 2px solid var(--cor-laranja-fraco);
    border-radius:8px;
    padding: 0.5rem 2rem !important;
    color: white !important;
    font-weight: bold !important;
    width: auto;
    display: inline-block;
    transition: 0.3s;

}
/* \\ ============================= // */

/* \\ ===================================================== // */

 

 
/* // ===================== CSS GERAL ===================== \\ */
iframe.endereco{
    height: 300px;
    width: 100%;
    border-radius: 8px;
}
/* \\ ===================================================== // */








/* // ===================== | INTERNA | =================== \\ */
.interna{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 3rem 1rem;
}
.interna > main{
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

/* \\ ===================================================== // */



/* // ================= | FORMULÃRIO GERAL | ============== \\ */

.formulario-geral > main{
    position: relative;
    justify-content: center;
}
.formulario-geral > main > *{
    z-index: 2;
}

.formulario-geral h1{
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 800;
    color: var(--cor-preto);
    line-height: 100%;
}



.formulario-geral label{
    color: black;
    text-transform: uppercase;
}
.formulario-geral form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.formulario-geral *{
    transition: 0.3s;
}
.formulario-geral form > *{
    width: 100%;
    margin-bottom: 1rem;
}

.formulario-geral .form-control:focus{
    box-shadow: 0px 0px 0px 2px var(--cor-preto);
}
.formulario-geral .form-control{
    color: var(--cor-preto);
    font-size: 1rem;                
    border: 1px solid #707070;
    border-radius: 4px;
    min-height: 45px;
}
.formulario-geral button{
    min-height: 45px;
    border-radius: 8px;
    padding: 0rem 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: var(--cor-laranja);
    border: none;
    width: auto;
}






.formulario-geral header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}   

.formulario-geral header div{
    width: 100%;
    padding: 1rem;
    /*border: 2px solid var(--cor-laranja);*/
    box-shadow: 0px 2px 2px 1px rgb(0, 0, 0, 15%);
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 8px;
}
.formulario-geral header div:not(:last-child){
    margin-bottom: 1rem;
}

.formulario-geral header div:not(.redes-sociais) a,
.formulario-geral header div:not(.redes-sociais) p{
    width: 100%;
    display: flex;
    font-size: 1rem;
    align-items: center;
    color: var(--cor-preto);
    line-height: 110%;
    font-weight: bold;
}
.formulario-geral header div:not(.redes-sociais) a:not(:last-child){
    margin-bottom: 0.5rem;
}

.formulario-geral header .redes-sociais i{
    color: white;
}
.formulario-geral header div:not(.redes-sociais) a i,
.formulario-geral header div:not(.redes-sociais) p i{
    margin-right: 0.5rem;
    background: var(--cor-laranja);
    border-radius: 120px;
    padding: 0.5rem;
    aspect-ratio: 16 / 16;
    color: white;
}

/* \\ ===================================================== // */





/* // ==================== | CARD INFO | ================== \\ */
.card-info section{
    margin-bottom: 2rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 300px;
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0px 5px 15px -5px rgb(0, 0, 0, 15%);
}

.card-info h6:not(:last-child){
    margin-bottom: 1.5rem;
}
.card-info h6,
.card-info h6 a{
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: var(--cor-preto);
}

.card-info h6 span{
    font-weight: bold;
    display: block;
    word-break: break-word;
}
/* \\ ===================================================== // */






/* // =================== | ÃREA ALUNO | ================== \\ */
.area-aluno .form-group{
    width: 100%;
    margin-bottom: 1rem;
    display: block;
}
.area-aluno .btn{
    border-radius: 8px;
    padding: 0.85rem 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 100%;
    border: none;
}

.area-aluno .btn-success{
    background: var(--cor-laranja-fraco);
}
.area-aluno .btn-danger{
    background: #F84949;
}
.area-aluno .btn > i{
    margin-right: 0.5rem;
}
/* \\ ===================================================== // */










/* // =================== | REDES SOCIAIS | =============== \\ */
.redes-sociais{
  justify-content: start;
  display: flex;
}
.redes-sociais a{
  width: auto;
  margin-right:0.5rem;
  background: white;
  border-radius: 8px !important;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.3rem;
  background: var(--cor-laranja) !important;
}
.redes-sociais a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.redes-sociais a i{
    color: white;
}
/* \\ ===================================================== // */







/* // ===================== | DROP FEFE | ================= \\ */
.drop-fefe{
  position: relative;
}
.drop-fefe > main{
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(100% + 1rem);
  left: 0;
  background: transparent;
  transition: none;
}
.drop-fefe main a{
    width: 100%;
    background: var(--cor-laranja-contraste);
    padding: 0.85rem 1rem !important;
    border-radius: 8px;
    border: 1px solid var(--cor-laranja) !important;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.drop-fefe main a:last-child{
    width: 100%;
}
/* \\ ===================================================== // */





















/* // ================== | CARD-GERAL | =================== \\ */
.card-geral{
    padding-bottom: 1rem;
    display: flex;
}
.card-geral *{
    transition: 0.3s !important;
}
.card-geral:hover main{
    transform: scale(1.02);
}
.card-geral:hover img{
    width: 110%;
    height: 110%;
    filter: saturate(130%);
}
.card-geral:hover aside{
    background: linear-gradient(0deg, var(--cor-laranja), var(--cor-preto));
}
.card-geral:hover aside h2,
.card-geral:hover aside p{
    color: white;
}
.card-geral:hover small,
.card-geral:hover big{
    color: var(--cor-laranja-fraco);
}
.card-geral main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    filter: drop-shadow(0px 4px 3px rgb(0,0,0,10%));
}
.card-geral big{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.90rem;
    letter-spacing: 5px;
    display: block;
    font-weight: 500;
    color: var(--cor-laranja);
}
.card-geral.layout-2 h2{
    text-align: center;
}
.card-geral p{
    margin-top: 0.5rem;
    text-align: center;
    color: var(--cor-preto);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-geral figure{
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 12;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    border-radius: 22px 22px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-geral figure:before{
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.041053921568627416) 0%, rgba(0,0,0,0.48923319327731096) 77%, rgba(0,0,0,0.5368522408963585) 91%, rgba(0,0,0,0.7329306722689075) 100%);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.card-geral.layout-2 figure:before{
    display: none;
}

.card-geral:hover figure:before{
    opacity: 25%;
}
.card-geral figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    object-position: center;
}

.carousel .card-geral{
    padding: 0.25rem;
    padding-bottom: 1rem;
}

.card-geral figure span{
    z-index: 3;
    position: absolute;
    left: 1rem;
    top: 1rem;
    line-height: 100%;
    background: var(--cor-laranja);
    padding: 0.35rem 0.7rem;
    color: white;
    font-size: 0.90rem;
    border-radius: 180px;
}

.card-geral h2{
    width: 100%;
    line-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 1.35rem;
    color: var(--cor-preto);
    margin-bottom: 0rem;
}

.card-geral.layout-2 aside{
    align-items: end;
}
.card-geral aside{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
    border-radius: 0px 0px 22px 22px;
    background: white;
    height: 100%;

}

.card-geral small{
    display: block;
    font-size: 0.90rem;
    color: var(--cor-laranja);
}
/* \\ ===================================================== // */





/* // ============== | DESCRIÃ‡ÃƒO AND TABLE | ============= \\ */
.descricao{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0rem;
}

.descricao h2{
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}
.descricao div{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 1.5rem;
}
.descricao ul{
    width: 100%;
}
.descricao h3{
    width: 100%;
    line-height: 100%;
    text-transform: uppercase;
    color: #5F5E5E;
    margin-bottom: 0.75rem;
    display: flex;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    font-size: 1.25rem;
    text-align: center;
    justify-content: center;
}
.descricao h3 em{
    color: var(--cor-laranja);
    font-style: normal;
    font-size: 1.75rem;
    font-family: 'Poppins', sans-serif;
    line-height: 100%;
    margin-left: 1rem;
    white-space: nowrap;
}

.descricao p{
    width: 100%;
}

.descricao ul li{
    line-height: 115%;
}

.descricao ul li{
    margin-bottom: 0.5rem;
}


.descricao > em,
.descricao > div > em,
.descricao > div > p > em{
    font-weight: 300;
    width: 100%;
}

.table-fefe{
    width: 100% !important;
    height: initial !important;
}



.table-fefe tr th{
    background: var(--cor-laranja);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}



.table-fefe,
.table-fefe tr td{
    border: none;
}
.control-table{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    overflow-x: auto;
}
.table-fefe td,
.table-fefe th{
    vertical-align: middle;
    line-height: 100%;
    padding: 0.5rem;
    font-size: 0.90rem;
    font-weight: 400;
}



.table-fefe tr > *{
    background: #eeeeee;
}

.table-fefe tr:nth-child(2n) td{
    background: #fff;
}




.descricao h4{
    font-weight: 900;
    width: 100%;
    text-align: center;
    color: var(--cor-laranja);
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0.5rem;
}

/* \\ ===================================================== // */




















/* // ================== | GALERIA GRID | ================= \\ */
.galeria-grid *{
    transition: 0.3s;
}
.galeria-grid > main{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.5rem;
}

.separator{
    width: 100%;
    opacity: 100%;
    background: var(--cor-laranja);
    height: 2px !important;
    display: block;
}

.galeria-grid a{
    aspect-ratio: 16 / 10;
}

.galeria-grid a:hover{
    transform: scale(1.05);
}
.galeria-grid a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* \\ ===================================================== // */








/* // =================== | TEXTO MIDIA | =================== \\ */
.texto-midia aside{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0rem;
    order: 1;
    justify-content: center;
    align-items: start;
}

.texto-midia{
    align-items: center;
}

.texto-midia article{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem;
}

.texto-midia aside + article{
    order: 0;
}


.texto-midia article iframe{
    aspect-ratio: 16 / 10;
}
.texto-midia article iframe,
.texto-midia article a{
    width: 100%;
    display: block;
    height: auto !important;
}



.texto-midia article a img{
    width: 100%;
}   

.texto-midia aside small{
    color: var(--cor-laranja-fraco);
    width: 100%;
    letter-spacing: 3px;
    line-height: 100%;
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.texto-midia aside time{
    width: auto;
    display: block;
    padding: 0.35rem 0.5rem;
    text-transform: uppercase;
    background: var(--cor-laranja);
    font-size: 0.85rem;
    line-height: 100%;
    text-wrap: balance;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.texto-midia aside h2{
    width: 100%;
    text-align: left;
    color: #1a1a1a;
    text-wrap: balance;
    font-size: 2rem;
    line-height: 110%;
    margin-bottom: 2rem;    
}

.texto-midia aside h2 span{
    color: var(--cor-laranja-contraste);
    letter-spacing: 2px;
    font-size: 0.90rem;
    display: block;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.texto-midia aside a{
    width: auto;
    color: var(--cor-laranja-contraste);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
}


.texto-midia aside a:before{
    content: '';
    width: 0%;
    height: 1px;
    background: var(--cor-laranja-contraste);
    position: absolute;
    top: calc(100% + 0.25rem);
    transition: 0.3s;
}

.texto-midia aside a:hover{
    color: var(--cor-laranja-fraco);
}
.texto-midia aside a:hover:before{
    width: 100%;
    transition: 0.3s;
}

.texto-midia aside p{
    font-weight: 300;
}
.texto-midia aside p:last-child{
    margin-bottom: 0;
}
.texto-midia aside a i{
    margin-left: 0.5rem;
}

.texto-midia article label{
    color: var(--cor-preto);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0.5rem;
}


/* \\ ======================================================= // */








/* // ============== | FORMULÃRIO FLUTUANTE | ============= \\ */
.formulario-flutuante{
    width: 90%;
    max-width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0px 3px 1px 1px rgb(0,0,0,15%);
    padding: 1.5rem;
    padding-top: 1rem;
    max-height: 90vh;
    overflow: auto;

    display: none;
}
.formulario-geral[style*="display: block;"]{
    display: flex !important;
}
.formulario-flutuante .fechar{
    position: sticky;
    left: 100%;
    top: 1rem;
    font-size: 1.5rem;
    color: var(--cor-laranja);
    cursor: pointer;
}

.formulario-flutuante .form-group{
    width: 100%;
    margin-bottom: 1rem;
}
.formulario-flutuante .form-control{
    min-height: 45px;
    border-color: var(--cor-laranja);
}
.formulario-flutuante .form-group:last-child{
    margin-bottom: 0rem;
}
.formulario-flutuante h2{
    width: 100%;
    line-height: 105%;
    color: var(--cor-laranja);
    text-wrap: balance;
}
.formulario-flutuante button{
    width: auto;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    background: var(--cor-laranja);
}

.formulario-flutuante button.btn-danger{
    background: #EF2E35;
}
.formulario-flutuante button i{
    margin-right: 0.5rem;
}
/* \\ ===================================================== // */






/* // ================ | TITULO ESPECIAL | ================ \\ */
.titulo-especial{
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin-bottom: 2rem;
    color: #191C1D;
    font-weight: 500;
    font-size: 1.75rem;
    text-wrap: balance;
}
.titulo-especial span{
    display: block;
    text-wrap: balance;
    margin-bottom: 0.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--cor-laranja-contraste);
    line-height: 110%;
}
/* \\ ===================================================== // */










/* // ==================== | SWIPER | ===================== \\ */
.swiper{
    width: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next{
    width: 50px;
    height: auto;
    aspect-ratio: 16 / 16;
    border-radius: 180px;
    background: rgb(255, 255, 255, 50%);
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after{
    width: auto;
    color: black;
    font-size: 1.5rem;
}
/* \\ ===================================================== // */










/* // ================ | IMAGEM DESTAQUE | ================ \\ */
.imagem-destaque{
    background: linear-gradient(180deg, var(--cor-laranja) 50%, transparent 50%);
    padding-bottom: 0rem;
}
.imagem-destaque a{
    width: 100%;
    aspect-ratio: 16 / 10;
}

.imagem-destaque a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
/* \\ ===================================================== // */





/* // =================== | AREA ALUNO | ================== \\ */

/* // ======= | AREA ALUNO CONTAINER | ====== \\ */
.area-aluno-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}
/* \\ ======================================= // */

/* // ========== | CONTAINER INFO | ========= \\ */
.container-info{
    width: 100%;
    padding: 1rem;
    background: white;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    box-shadow: 0px 3px 15px -5px rgb(0, 0, 0, 25%);
}
/* \\ ======================================= // */


/* // ========== | CONTAINER INFO | ========= \\ */
.drop-prisma{
    width: auto;
    position: relative;
}
.drop-prisma main{
    position: absolute;
    right: 0;
    top: calc(100% - 1rem);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0px rgb(0,0,0, 15%);
    display: block;
    background: #fff;
    min-width: 200px;
    max-width: 75vw;
    display: none;
    z-index: 1;
}
.drop-prisma main > *{
    width: 100%;
    padding: 0.75rem 0rem;
    display: block;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.drop-prisma main > *:last-child{
    border-bottom: none;
}
/* \\ ======================================= // */



/* // ============== | AÃ‡Ã•ES | ============== \\ */
.area-aluno-container .acoes{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;

    & button{
        width: auto;
        padding: 0.75rem 1rem;
        background: var(--cor-laranja-fraco);
        border-radius: 8px;
        color: #fff;
        border: none;
        text-align: balance;
        line-height: 100%;
        text-align: center;

        & i{
            margin-right: 0.15rem;
        }
    }

    & a{
        width: auto;
        color: var(--cor-laranja);
    }
}
/* \\ ======================================= // */


/* // ============== | FOLDER | ============= \\ */
.folder{
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
}
.folder aside{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.folder h2{
    width: 100%;
    font-weight: 400;
    color: var(--cor-laranja);
    font-size: 1.5rem;
    line-height: 100%;
}


.folder article{
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--cor-laranja);
    font-size: 3.5rem;
}

.folder p{
    width: 100%;
    margin-bottom: 1rem;
    color: #9BA4AE;
}
.folder nav{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.folder nav a{
    width: auto;
    white-space: nowrap;
    color: var(--cor-laranja);
}

.folder nav button{
    padding: 0.5rem 0.75rem;
    background: var(--cor-laranja-fraco);
    margin-left: 1rem;
    border-radius: 8px;
    border: none;
    color: #fff;
}
/* \\ ======================================= // */

/* \\ ===================================================== // */



















/* // ============================================================= | 576 PX | ============================================================= \\ */
@media (min-width: 576px) {

}
/* \\ ====================================================================================================================================== // */


/* // ============================================================= | 768 PX | ============================================================= \\ */
@media (min-width: 768px) {
  



}
/* \\ ====================================================================================================================================== // */


/* // ============================================================= | 992 PX | ============================================================= \\ */
@media (min-width: 992px){  

    body{
        zoom: 70%;
    }



    /* // =================== | AREA ALUNO | ================== \\ */

    /* // ============== | FOLDER | ============= \\ */
    .folder{
        flex-wrap: nowrap;
    }

    .folder article{
        margin-bottom: 0rem;
        min-width: 85px;
        max-width: 85px;
        margin-right: 1.5rem;
        font-size: 4rem;

    }

    .folder h2{
        font-size: 1.75rem;
    }

    .folder nav{
        width: auto;
    }


    .folder p{
        margin-bottom: 0rem;
    }
    /* \\ ======================================= // */



    /* // ============== | AÃ‡Ã•ES | ============== \\ */
    .area-aluno-container .acoes{
        justify-content: end;
        gap: 2rem;
    }
    /* \\ ======================================= // */



    /* // ========== | CONTAINER INFO | ========= \\ */
    .container-info{
        padding: 1.75rem;
        border-radius: 16px;
    }
    /* \\ ======================================= // */

    /* \\ ===================================================== // */










   


    /* // ================= | CARD DOCUMENTO | ================ \\ */
    .card-documento{
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .card-documento header{
        font-size: 1.5rem;
    }

    .card-documento a{
        padding: 1.75rem;
    }
    /* \\ ===================================================== // */




    /* // ================ | TITULO ESPECIAL | ================ \\ */
    .titulo-especial{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    /* \\ ===================================================== // */

  

    



    /* // ============== | FORMULÃRIO FLUTUANTE | ============= \\ */
   
    /* \\ ===================================================== // */



    /* // =================== | TEXTO MIDIA | =================== \\ */
    .texto-midia aside + article{
        order: 2;
        margin-right: 0;
        margin-left: 3.5rem;
    }

    .texto-midia aside{
        margin-bottom: 0;
    }

    .texto-midia > main:not(:has(article)) p{
        width: 100%;
        white-space: initial;
    }
    .texto-midia > main:not(:has(article)) aside{
        width: 100%;
    }
    .texto-midia aside p{
        width: 85%;
        font-size: 1.25rem;
    }

    .texto-midia aside p em{
        width: 100%;
        text-align: center;
        display: block;
        text-wrap: balance;
        font-size: 1.35rem;
    }

    .texto-midia aside h2{
        font-size: 2.75rem;
    }

    .texto-midia > main{
        flex-wrap: nowrap;
    }

    .texto-midia article{
        width: 100%;
        margin-bottom: 0rem;
        margin-right: 3.5rem;
    }

    /* \\ ======================================================= // */






    /* // ================== | GALERIA GRID | ================= \\ */
    .galeria-grid > main{
        grid-template-columns: 25% 25% 25% 25%;
    }
    /* \\ ===================================================== // */






    /* // ================== | TEXTO INFO | =================== \\ */
    .texto-info{
        padding: 3rem 1rem;
    }

    .texto-info .titulo-especial{
        font-size: calc(2rem + 0.5vw);
    }
    .texto-info .titulo-especial small{
        font-size: calc(0.85rem + 0.35vw);
    }

    .texto-info p{
        font-size: 1.30rem;
    }
    .texto-info p i{
        margin-right: 1.25rem;
    }
    .texto-info.texto-info-layout-2 p{
        width: 90% !important;
    }

    .texto-info .midia{
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% - 2.5rem);
        height: 100%;
        margin-bottom: 0rem;
    }

    
    .texto-info main:not(.order-1) + .midia{
        left: initial;
        z-index: 1;
        right: 0;
    }
    .texto-info main.order-1{
        justify-content: end;
    }

    .texto-info aside a{
        font-size: 1.2rem;
    }

    .texto-info aside{
        padding: 2rem 0rem;
        width: 50%;
        aspect-ratio: 16 / 15;
    }
    /* \\ ===================================================== // */




    /* // ============== | DESCRIÃ‡ÃƒO AND TABLE | ============= \\ */
    .table-fefe td,
    .table-fefe th{
        padding: 0.75rem;
        font-size: 0.95rem;
    }

    .descricao h2{
        margin-bottom: 1.5rem;
        text-align: left;
    }



    .descricao p,
    .descricao ul{
        font-size: 1.15rem;
    }

    .descricao h3{
        text-align: left;
        justify-content: start;
    }
    
    .descricao h4{
        text-align: left;
    }

    .descricao h3{
        font-size: 1.35rem;
    }
    .descricao h3 em{
        font-size: 2.5rem;
    }

    .descricao div{
        padding-right: 2rem;
    }
    .descricao div:last-child{
        padding-right: 0;
    }
    /* \\ ===================================================== // */


    /* // ================== | CARD-GERAL | =================== \\ */
    .card-geral,
    .carousel .card-geral{
        padding: 0.5rem;
    }
    .card-geral aside{
        padding: 2rem;
    }
    /* \\ ===================================================== // */


    /* // ============= | INFORMATIVO COM IMAGEM | ============ \\ */
    .informativo-com-imagem aside p{
        font-size: 1.3rem;
        margin-bottom: 1.35rem;
    }

    .informativo-com-imagem aside h2{
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .informativo-com-imagem a{
        margin-right: 2rem;
        width: 75%;
        margin-bottom: 0;
        border-radius: 0px 0px 0px 128px;
    }

    .informativo-com-imagem section{
        flex-wrap: nowrap;
    }
    .informativo-com-imagem section:nth-child(2n) a{
        order: 1;
        margin-right: 0;
        margin-left: 2rem;
    }
    /* \\ ===================================================== // */




    /* // ================= | INTERNA GERAL | ================= \\ */
    .interna-geral > main > aside{
        border-bottom-right-radius: 140px;
        margin-bottom: 0;
    }

    .interna-geral > main > aside{
        width: 35%;
    }
    .interna-geral > main > aside > h2,
    .interna-geral > main > aside > * > h2{
        font-size: 3.2rem;
    }
    .interna-geral > main > main{
        padding-top: 3rem;
        width: 65%;
        padding-left: 2.5rem;
    }

    .interna-geral > main > aside::before{

        width: 46vw;

    }
    /* \\ ===================================================== // */



    


    /* // ================ | TÃTULO COM LINK | ================ \\ */
    .titulo-com-link > main{
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .titulo-com-link a{
        margin-bottom: 0;
        zoom: 120%;
    }

    .titulo-com-link h2{
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 0;
        max-width: 700px;
        margin-right: 1.5rem;
    }
    /* \\ ===================================================== // */







    /* // ================= | FORMULÃRIO GERAL | ============== \\ */
    .formulario-geral h1{
        text-align: left;
        margin-bottom: 3rem;
        font-size: 3.5rem;
    }

   

    .formulario-geral header{
        flex-wrap: nowrap;
    }

    .formulario-geral header div{
        border-radius: 12px;
        margin-bottom: 0 !important;
        padding: 2rem;
    }
    .formulario-geral header div:nth-child(2){
        margin: 0rem 0.75rem;
    }
    /* \\ ===================================================== // */






    /* // ===================== | DROP FEFE | ================= \\ */
    .drop-fefe > main{
        left: 0;
        right: initial;
        min-width: 300px;
    }
    /* \\ ===================================================== // */

    /* // ==================== | H2 ESPECIAL | ================ \\ */
    h2.h2-especial{
        font-size: 4rem;
    }
    /* \\ ===================================================== // */

    /* // ===================== | INTERNA | =================== \\ */
    .interna{
        padding: 5rem 1rem;
    }
    .interna > main{
        max-width: 1300px;
    }
    /* \\ ===================================================== // */







    /* // ===================== CSS GERAL ===================== \\ */
    iframe.endereco{
        height: 450px;
    }
    /* \\ ===================================================== // */


 
}
/* \\ ====================================================================================================================================== // */


/* // ============================================================= | 1200PX | ============================================================= \\ */
@media (min-width: 1200px) {

  






}
/* \\ ====================================================================================================================================== // */


/* // ============================================================= | 1400PX | ============================================================= \\ */
@media (min-width: 1400px) {

 

}
/* \\ ====================================================================================================================================== // */

/* // ============================================================= | 1600PX | ============================================================= \\ */
@media (min-width: 1600px) {
    

    body{
        zoom: 100%;
    }

    

}
/* \\ ====================================================================================================================================== // */







