*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body{
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

section{
    scroll-snap-align: start;
}

@font-face {
    font-family: 'Sora';
    src: url(./fonts/Sora-Regular.ttf);
}

@font-face {
    font-family: 'SoraBold';
    src: url(./fonts/Sora-Bold.ttf);
}

@font-face {
    font-family: 'SoraExtraBold';
    src: url(./fonts/Sora-ExtraBold.ttf);
}

@font-face {
    font-family: 'SoraSemiBold';
    src: url(./fonts/Sora-SemiBold.ttf);
}

@font-face {
    font-family: 'Inter';
    src: url(./fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: 'InterBold';
    src: url(./fonts/Inter-Bold.ttf);
}

.maxcontainer{
    width: 71.25rem;
    margin: auto;
}


.acessarManual{
    background-color: #E65935;
    text-align: center;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-family: Inter;
    color: #fff;
    border-radius: 12px;
    margin-top: 5px;
}
.hero{
    background-image: url(./assets/bg-home.webp);
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 80px 0;
}



.instrumentos{
    gap: 270px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 100px;
    margin-left: 20px;
    
}

.instrumentos > img:first-child{
    width: 190px;
    object-fit: contain;
}

.instrumentos > img:last-child{
    width: 280px;
    object-fit: contain;
    margin-left: 100px;
}

.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.modelos{
    margin-top: -170px;
    margin-bottom: -100px;
    width: 450px;
}

.title>img:last-child{
    width: 650px;
    object-fit: contain;
    z-index: 9;
}

.faculdade{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.faculdade>img{
    z-index: 1;
    width: min(1000px, 95%);
}


.video {
    background-image: url(./assets/bg-section-video.webp);
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.video > .maxcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 480px;
}

.video-left-column {
    width: 55%;
    z-index: 2;
}

.aluno {
    position: absolute;
    right: -50px;
    bottom: -90px;
    width: 59%;
    z-index: 1;
}

.aluno img {
    width: 100%;
}

.video .assistaVideo {
    color: #fff;
    font-family: 'SoraBold';
    font-weight: 700;
    width: 90%;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: left;
    line-height: 1.3;
}

.text-white-descontos{
    color: #fff;
    font-family: 'Inter';
    text-align: center;
    font-size: 14px;
    margin-top: 20px !important;
}

.text-blue-descontos{
    color: #002D63;
    font-family: 'Inter';
    text-align: center;
    font-size: 14px;
    margin-top: 20px !important;
}

.video .enadeDate{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
}

.video .enadeDate>div{
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: #0d2544 3px 3px 0 0;
}

.video .enadeDate>div img {
    height: 18px;
}

.video .enadeDate>div>p{
    font-family: 'InterBold';
    color: #00366C;
    font-weight: bold;
    font-size: 14px;
}


.video .video-thumbnail {
    max-width: 480px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.video .starsVideo {
    display: flex;
    gap: 5px;
}

.video .starsVideo svg {
   height: 30px;
   width: auto;
}


.faq{
    background-color: #ECECEC;
    display: flex;
    flex-direction: column;
    padding: 80px 0 0 0;
    overflow: hidden;
}

.faq>.maxcontainer>h2{
    text-align: center;
    font-family: 'SoraExtraBold';
    color: #002D63;
    font-size: 60px;
    font-weight: 800;
}

.faq>.maxcontainer>div{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.faq>.maxcontainer>div>div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: end;
    width: 50%;
    
}

.faq>.maxcontainer>div>div:first-child>img{
    z-index: 1;
    width: 100%;
    height: fit-content;
    
    position: sticky !important;
    display: flex;
    
}

.faq>.maxcontainer>div>div:last-child{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    width: 60%;
    z-index: 20;
}

.testmonial{
    background-image: url(./assets/bg-testimonial.webp);
    background-size: cover;
    background-position: top center;
    margin-top: -1px;
    padding: 80px 0;
}

.testmonial>.maxcontainer>h2{
    text-align: center;
    color: #FAFAFA;
    font-family: 'SoraExtraBold';
    font-size: 62px;
    margin-bottom: 80px;
}


.onda{
    width: 100%;
    height: 100px;
    background: transparent;
    background-size: cover;
    margin-top: -80px;
    display: flex;
    overflow: hidden;
    
}

.onda>img{
    z-index: 9;
}

.premiacoes{
    padding: 80px 0;
    background: #04244F url(./assets/textura.webp);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-family: 'Sora', sans-serif;
}

.premiacoes > .maxcontainer {
    position: relative; /* Essential for positioning the connectors */
}

.premiacoes > .maxcontainer > h2{
    font-family: 'SoraExtraBold';
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.premiacoes-subtitle, .premiacoes-description, .premiacoes-how {
    width: min(800px, 90%);
    margin: 0 auto 20px auto;
    font-size: 18px;
    line-height: 1.6;
}

.premiacoes-subtitle {
    margin-bottom: 30px;
}

.premiacoes-subtitle .highlight {
    color: #E65935;
    font-family: 'SoraBold';
}

.premiacoes-how {
    font-family: 'SoraBold';
    font-size: 20px;
    color: #E65935;
    margin-bottom: 10px;
}

.premiacoes-description {
    margin-bottom: 40px;
}

.premiacoes-description .bold {
    font-family: 'SoraBold';
}

/* Styles pour le bloc du prix spécial UNASP */
.premio-unasp-box {
    border: 3px solid #D9A436;
    border-radius: 20px;
    padding: 25px 30px;
    margin: 60px auto 40px auto;
    max-width: 600px;
    background-color: rgba(0, 45, 99, 0.5); /* Arrière-plan semi-transparent pour se démarquer */
    text-align: center;
}

.premio-unasp-box h3 {
    font-family: 'SoraBold', sans-serif;
    font-size: 24px;
    color: #FCCE46; /* Couleur or plus vive pour le titre */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.premio-unasp-box p {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

.premio-unasp-box .premio-valor {
    font-family: 'SoraBold', sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin-top: 8px;
}

.awards-container {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.awards-box-subtitle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #04244F;
    padding: 0 15px;
    color: #fff;
    font-family: 'Sora', sans-serif;
    /* font-style: italic; */
    font-size: 18px;
    z-index: 1;
}

.awards-box {
    border-radius: 40px;
    border: 5px solid #D9A436;
    padding: 60px 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 0;
}

.award-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
    font-family: 'Sora';
    font-size: 20px;
}

.award-item img {
    width: 150px;
    margin-bottom: 20px;
}

.award-item p {
    margin: 2px 0;
}

.award-separator {
    height: 150px;
    width: auto;
}

.descontos{
    background-image: url(./assets/bg-descontos.webp);
    padding: 80px 0;
}

.descontos>.maxcontainer>h2{
    color: #002D63;
    font-family: 'SoraExtraBold';
    font-weight: 900;
    font-size: 65px;
    text-align: center;
    margin-bottom: 40px;
}

#tabelaDesempenho{
    width: min(700px, 90%);
    margin: auto;
    margin-top: 30px;
}

#tabelaDesempenho>h2{
    color: #002D63;
    font-family: 'SoraExtraBold';
    font-size: 28px;
    margin-bottom: 20px;
}

table, td, th {
    border: 2px solid #ffffffcd;
}

tr > th{
    background-color: #00366C;
    color: #fff;
    font-family: 'Sora';
    padding: 10px 5px;
    line-height: 25px;
}

tr > td {
    background-color: #00366c63;
    color: #002D63;
    font-family: 'SoraSemiBold';
    text-align: center;
    padding: 10px 5px;
}

table{
    border-collapse: collapse;
}

.btn-render{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.btn-render>button{
    border: 2px solid #002D63;
    border-radius: 10px;
    padding: 20px 20px;
    color: #000000;
    font-family: 'InterBold';
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    background-color: #ffffff00;
}
.active{
    background-color: #E65935 !important;
    color: #fff !important;
    
}

.saveTheDate{
    background-image: url(./assets/bg-save-the-date.webp);
    padding: 80px 0;
}

.saveTheDate>.maxcontainer>h2{
    color: #fff;
    font-family: 'SoraExtraBold';
    font-size: 65px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.saveTheDate>.maxcontainer>p{
    color: #fff;
    font-family: 'Inter';
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

.saveTheDate>.maxcontainer>h4{
    text-align: center;
    color: #fff;
    font-family: 'SoraExtraBold';
    font-size: 32px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 40px;
}

.emBreve{
    width: min(700px, 90%);
    height: 400px;
    border: 4px solid #002D63;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.emBreve>img{
    width: 250px;
    margin-top: -300px;
    margin-left: -50px;
    position: absolute;
}


.emBreve>h3{
    color: #002D63;
    font-family: 'SoraExtraBold';
    font-size: 50px;
    text-align: center;
    align-self: center;
    justify-self: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.emBreve>p{
    color: #002D63;
    font-family: 'Sora';
    font-size: 20px;
    display: block;
    width: 80%;
    font-weight: 400;
    text-align: center;
    align-self: center;
    justify-self: center;
}

.emBreve2{
    width: min(700px, 90%);
    height: 450px;
    border: 4px solid #002D63;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.emBreve2>img{
    width: 250px;
    margin-top: -350px;
    margin-left: -50px;
    position: absolute;
}


.emBreve2>h3{
    color: #002D63;
    font-family: 'SoraExtraBold';
    font-size: 50px;
    text-align: center;
    align-self: center;
    justify-self: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.emBreve2>p{
    color: #002D63;
    font-family: 'Sora';
    font-size: 20px;
    display: block;
    width: 85%;
    font-weight: 400;
    text-align: center;
    align-self: center;
    justify-self: center;
}

.manual-enadista {
    background: #003265 url(./assets/Seção\ 10.png);
    padding: 80px 0;
    color: #fff;
    font-family: 'Sora', sans-serif;
}
  
.manual-enadista h2 {
    font-family: 'SoraExtraBold';
    font-size: 65px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
  
.manual-cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
  
.baixe-aqui {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'SoraBold';
    text-transform: uppercase;
    font-size: 18px;
}
  
.manual-links {
    background-color: #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px;
    /* width: 25%; */
}

.manual-links:hover {
    color: #fff;
    background-color: #E65935;
    transition: all .5s;
}
  
.manual-links a {
    text-decoration: none;
    color: #002D63;
    font-family: 'InterBold';
    padding: 8px 24px;
}
.manual-links a:hover {
    color: #ffffff;
}
  
.manual-links .separator {
    width: 1.5px;
    height: 20px;
    background-color: #002D63;
}

.listaDeCursos{
    background: #003265 url(./assets/textura.webp);
    padding: 80px 0;
}

.listaDeCursos>.maxcontainer>h2{
    color: #fff;
    font-family: 'SoraExtraBold';
    text-align: center;
    font-weight: 900;
    font-size: 65px;
}

.listaDeCursos>.maxcontainer>img{
    width: min(1000px, 95%);
    margin: auto;
    display: flex;
}

.edicoesAnteriores{
    background: #E8E8E8 url(./assets/textura.webp);
    padding: 80px 0;
}

.edicoesAnteriores>.maxcontainer>h2{
    color: #002D63;
    font-family: 'SoraExtraBold';
    font-size: 65px;
    text-align: center;
    margin-bottom: 10px;
}

.edicoesAnteriores>.maxcontainer>p{
    font-family: 'Inter';
    text-align: center;
    color: #002D63;
    font-size: 22px;
    margin-bottom: 40px;
}
.gridBtn>a{
    text-decoration: none;
    font-family: 'InterBold';
    color: #fff;
    padding: 10px 34px;
    background-color: #002D63;
    border: 2px solid #002D63;
    text-align: center;
    font-size: 22px;
    border-radius: 12px;
}

.gridBtn>a:hover{
    background-color: #FF4E1D;
    transition: all .5s;
}

.edicoesAnteriores>.maxcontainer>h3{
    color: #002D63;
    font-size: 34px;
    text-align: center;
    font-family: 'SoraExtraBold';
    margin-bottom: 30px;
}

.provasAnteriores{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: auto;
}

.provasAnteriores>a{
    text-decoration: none;
    font-family: 'InterBold';
    color: #002D63;
    text-align: center;
    gap: 20px;
    border: 2px solid #002D63;
    padding: 15px 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 12px;
}

.provasAnteriores>a:hover{
    background-color: #002d6349;
    transition: all .5s;
}

.provasAnteriores>a>span>img{
    width: 17px;
    margin-bottom: -2px;
    align-self: end;
}

.edicoesAnteriores .editalEnade2024{
    text-align: center;
    font-size: 14px;
    color: #002D63;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Inter';
    display: block;
    margin-top: 40px;
    font-weight: 700;
}

.edicoesAnteriores .editalEnade2024:hover{
    color: #E65935;
}

.year-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.year-btn {
    text-decoration: none;
    font-family: 'InterBold';
    color: #fff;
    padding: 10px 20px;
    background-color: #002D63;
    border: 2px solid #002D63;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.year-btn:hover {
    opacity: 0.8;
}

.year-btn.active {
    background-color: #E65935;
    border-color: #E65935;
}


/*Acordion CSS FAQ - UPDATED STYLES */
.accordion-container {
    width: 100%;
    max-width: 600px;
}

.accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.accordion-header {
    background-color: transparent;
    color: #002D63;
    padding: 0 0 0 25px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: block;
    position: relative;
    border-radius: 0;
    transition: color 0.3s ease;
    font-family: 'SoraBold';
}

.accordion-header::before {
    content: "►";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #002D63;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 14px;
}

.accordion-header.active::before {
    transform: translateY(-50%) rotate(90deg);
}

.accordion-header:hover {
    background-color: transparent;
    color: #E65935;
}

.accordion-header:hover::before {
    color: #E65935;
}

.accordion-content {
    background-color: transparent;
    overflow: hidden;
    padding: 10px 0 0 25px;
    border-radius: 0;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    font-family: 'Inter';
    color: #161616;
    text-align: justify;
}

.accordion-content p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.icon {
    display: none;
}


/*Acordion CSS Lista de Cursos*/
.accordion-box {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: -50px;
}

.accordion-unit {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.accordion-head {
    background-color: #ffffff;
    color: #00366C;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    transition: background-color 0.3s ease;
    font-family: 'Inter';
    border: 1px solid #003265;
}

.accordion-head:hover {
    background-color: #00366C;
    border: 1px solid #fff;
    color: #FFFFFF;
    transition: all .3s;
}

.accordion-conteudo {
    background-color: #fafafa36;
    overflow: hidden;
    padding: 0px 35px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    max-height: 0;
    transition: max-height 0.3s ease;
    font-family: 'Inter';
}

.accordion-conteudo ul {
    margin: 15px 0;
    line-height: 1.5;
}


/*Slider Responsive*/
.content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}

.wrapper-for-arrows {
	position: relative;
	width: 80%;
	max-width: 850px;
	margin: auto;
}

.review-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 90px 60px 50px 60px;
	width: 100%;
    background-color: #fff;
    border: 2px solid #00366C;
    border-radius: 80px;
    min-height: 320px;
}

#imgDiv {
	position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-size: cover;
    background-position: center;
    border: 4px solid white;
    box-shadow: 0 0 0 2px #00366C;
}

#description {
    font-family: 'Sora';
	font-size: 20px;
	width: 100%;
	max-width: 650px;
	text-align: center;
	margin-bottom: 30px;
	color: #00366C;
	line-height: 1.5;
}

#personName {
    font-family: 'SoraBold';
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
    color: #00366C;
}

#profession {
	font-size: 14px;
	color: #00366C;
    font-family: 'Sora';
}

#curso {
    display: none;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
    transform: translateY(-70%);
    z-index: 10;
}

.arrow {
    width: 44px;
    height: 44px;
    background-color: #EBF3FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.arrow:hover {
    background-color: #00366C;
}

.arrow img {
    width: 22px;
}

.left-arrow-wrap {
	left: -22px;
}

.right-arrow-wrap {
	right: -22px;
}

.pagination-dots {
    text-align: center;
    padding-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B4C0D3;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #00366C;
}

.stars-rating {
    text-align: center;
    margin-top: 40px;
    display: flex;
    gap: 8px;
    justify-content: center;
}


/* Prize Connectors */
.prize-connectors {
    position: absolute;
    top: 540px;
    left: 15%;
    transform: translateX(-50%);
    width: 800px;
    height: 100px;
    pointer-events: none;
    z-index: 0;
    display: none; 
}

.connector-path {
    position: absolute;
    width: 50%;
    height: 100%;
}

.connector-path.left {
    left: -80px;
}

.connector-path.right {
    right: -80px;
    transform: scaleX(-1);
}

.star {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #FCCE46;
    border-radius: 50%;
    box-shadow: 0 0 6px #FCCE46, 0 0 10px #f0c030;
    opacity: 0;
    animation: shoot 2.5s ease-in-out infinite;
}

@keyframes shoot {
    0% {
        transform: translateY(0px) translateX(0px) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translateY(60px) translateX(250px) scale(1.2);
        opacity: 0;
    }
}

.star:nth-child(2) { animation-delay: 0.4s; }
.star:nth-child(3) { animation-delay: 0.8s; }
.star:nth-child(4) { animation-delay: 1.2s; }
/* End of NEW STYLES */


@media screen and (max-width: 900px) {
    .wrapper-for-arrows {
        width: 90%;
    }
    .review-wrap {
        padding: 80px 40px 40px 40px;
    }
    .arrow-wrap {
        transform: translateY(-50%);
    }
    .left-arrow-wrap {
        left: 0px;
    }
    .right-arrow-wrap {
        right: 0px;
    }
    .testmonial>.maxcontainer>h2 {
        font-size: 48px;
    }
    #description {
        font-size: 18px;
    }
}


/*CSS for mobile devices*/

@media only screen and (max-width: 600px){
    
    body{
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }

    section{
        scroll-snap-align: start;
    }

    .maxcontainer{
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }

    .hero{
        background-image: url(./assets/bg-home.webp);
        background-size: cover;
        background-position: left center;
        height: 650px;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        padding: 20px 0;
    }



    .instrumentos{
        gap: 0px;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 20px;
        margin-left: 20px;
        
    }

    .instrumentos > img:first-child{
        width: 120px;
        object-fit: contain;
    }

    .instrumentos > img:last-child{
        width: 180px;
        object-fit: contain;
        margin-left:50px;
    }

    .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        
    }

    .modelos{
        margin-top: -20px;
        margin-bottom: -50px;
        width: min(300px, 90%);
    }

    .title>img:last-child{
        width: 100%;
        object-fit: contain;
        z-index: 9;
    }

    .faculdade>img{
        z-index: 1;
        width: 900px;
    }


    .video{
        padding: 80px 0;
    }

    .video > .maxcontainer {
        flex-direction: column;
        min-height: unset;
    }

    .video-left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .aluno {
        position: relative;
        right: auto;
        bottom: -85px;
        width: 100%;
        max-width: 350px;
        margin: -50px auto 0;
    }


    .video .assistaVideo{
        font-size: 26px;
        width: 100%;
    }

    .video .enadeDate{
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .video .enadeDate>div>p{
        font-size: 12px;
    }

    .video .starsVideo {
        justify-content: center;
    }

    .faq{
        background-color: #ECECEC;
        padding: 80px 0;
    }

    .faq .accordion-container{
        margin-top: 40px;
    }


    .faq>.maxcontainer>h2{
        font-size: 32px;
    }

    .faq>.maxcontainer>div{
        flex-direction: column;
        gap: 0px;
    }

    .faq>.maxcontainer>div>div:first-child{
        width: 100%;
    }

    .faq>.maxcontainer>div>div:first-child>img{
        width: 100%;
        margin-bottom: -54px;
    }

    .faq>.maxcontainer>div>div:last-child{
        padding-top: 30px;
        width: 100%;
        z-index: 20;
    }

    .testmonial{
        padding: 80px 0;
    }

    .testmonial>.maxcontainer>h2{
        font-size: 32px;
        margin-bottom: 50px;
    }

    .wrapper-for-arrows {
        width: 100%;
    }

    .review-wrap {
        padding: 60px 20px 40px 20px;
        min-height: auto;
    }

    #imgDiv {
        width: 90px;
        height: 90px;
        top: -45px;
    }

    #description{
        font-size: 16px;
        line-height: 1.6;
    }

    .left-arrow-wrap {
        left: 5px;
    }
    .right-arrow-wrap {
        right: 5px;
    }
    .arrow {
        width: 36px;
        height: 36px;
    }
    .stars-rating {
        margin-top: 30px;
    }



    /* Section PREMIAÇÕES */
    .premiacoes {
        padding: 60px 0;
    }

    .premiacoes > .maxcontainer > h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .premiacoes-subtitle, .premiacoes-description, .premiacoes-how {
        font-size: 15px;
        width: 95%; 
        margin-left: auto;
        margin-right: auto;
    }
    .premiacoes-subtitle {
        margin-bottom: 20px;
    }
    .premiacoes-how {
        font-size: 18px;
    }
    .premiacoes-description {
        margin-bottom: 30px;
    }

    .premio-unasp-box {
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .premio-unasp-box h3 {
        font-size: 20px;
    }

    .premio-unasp-box p {
        font-size: 16px;
    }

    .premio-unasp-box .premio-valor {
        font-size: 18px;
    }

    .awards-box-subtitle {
        font-size: 14px;
        width: 90%;
    }
    
    .awards-box {
        flex-direction: column;
        gap: 0px; 
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        border-width: 3px;
        border-radius: 30px;
    }

    .award-item {
        font-size: 16px;
    }

    .award-item img {
        width: 130px;
        margin-bottom: 15px;
    }

    .award-separator {
        display: block;
        transform: rotate(90deg); 
        height: 70px;
        margin: 0 auto; 
    }

    .descontos{
        padding: 80px 0;
    }

    .descontos>.maxcontainer>h2{
        font-size: 32px;
    }

    .btn-render{
        flex-direction: column;
        gap: 20px;
    }

    .btn-render>button{
        font-size: 18px;
        width: 80%;
    }

    .saveTheDate{
        padding: 80px 0;
    }

    .saveTheDate>.maxcontainer>h2{
        font-size: 32px;
    }

    .saveTheDate>.maxcontainer>p{
        font-size: 18px;
    }

    .saveTheDate>.maxcontainer>h4{
        font-size: 22px;
    }

    .emBreve{
        width: 100%;
    }

    .emBreve>img{
        width: 150px;
        margin-top: -350px;
        margin-left: -25px;
    }


    .emBreve>h3{
        font-size: 22px;
    }

    .emBreve>p{
        font-size: 18px;
    }


    .emBreve2{
        width: 100%;
        height: 550px;
    }

    .emBreve2>img{
        width: 150px;
        margin-top: -480px;
        margin-left: -25px;
    }


    .emBreve2>h3{
        font-size: 22px;
    }

    .emBreve2>p{
        font-size: 18px;
    }

    /* MANUAL DO ENADISTA SECTION */
    .manual-enadista {
        padding: 60px 0;
    }
    .manual-enadista h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .manual-cta-wrapper {
        flex-direction: column;
        gap: 25px;
    }
    .baixe-aqui {
        font-size: 16px;
    }
    .manual-links {
        padding: 6px;
    }
    .manual-links a {
        font-size: 14px;
        padding: 6px 16px;
    }


    .listaDeCursos{
        padding: 80px 0;
        overflow: hidden;
    }

    .listaDeCursos>.maxcontainer>h2{
        font-size: 32px;
    }

    .edicoesAnteriores{
        padding: 80px 0;
    }

    .edicoesAnteriores>.maxcontainer>h2{
        font-size: 32px;
    }

    .edicoesAnteriores>.maxcontainer>p{
        font-size: 18px;
    }
    .gridBtn{
        grid-template-columns: repeat(1, 1fr);
    }

    .edicoesAnteriores>.maxcontainer>h3{
        font-size: 26px;
    }

    .provasAnteriores{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .year-selector {
        gap: 10px;
    }

    .year-btn {
        font-size: 16px;
        padding: 8px 15px;
    }

    .accordion-container {
        width: 100%;
    }

    .accordion-box,
    .edicoesAnteriores .accordion-box {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px;
    }
}

/* Show connectors only on desktop */
@media (min-width: 901px) {
    .prize-connectors {
        display: block;
    }
}