@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Baloo 2', sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 65px;
}

:root {
    --neon-blue: #00c3ff;
    --primary: #2c6e9e;         
    --primary-dark: #1f4e6e;
    --primary-light: #e6f0f7;    
    --secondary: #4a8bb7;    
    --secondary-dark: #2c6285;
    --third: #1e5a7d;          
    --accent: #f97316;       
    --accent-light: #fbbf24;     
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-600: #475569;
    --gray-800: #1e293b;
    --white: #ffffff;
    --shadow-sm: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    --shadow-lg: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4 {
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Fredoka', sans-serif;
}

h1 { font-size: 3rem; line-height: 1.2; margin-bottom: 1rem; }
h2 { font-size: 2.25rem; line-height: 1.3; margin-bottom: 1rem; }
h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
p { color: var(--gray-100); margin-bottom: 1rem; }

.esconder{
    display: hidden;
}

.hero-wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}

.hero-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.hero-wave-top svg,
.hero-wave-bottom svg {
    display: block;
    width: 100%;
}

.btn-primary, .btn-secondary, .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(95deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(44, 110, 158, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(95deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 110, 158, 0.4);
}

.btn-secondary {
    background: linear-gradient(95deg, var(--third) 0%, var(--secondary-dark) 100%);
    color: white;
}

.btn-secondary:hover {
    background: linear-gradient(95deg, var(--secondary-dark) 0%, var(--third) 100%);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--primary);
    color: var(--primary);
}

.btn-outline:hover {
    background: rgba(44, 110, 158, 0.1);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-small {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: 0.2s;
}

.btn-small:hover {
    background: white;
    color: var(--primary);
}

/* ========== SEÇÃO EJA DESTAQUE ========== */
.eja {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    text-align: center;
    min-height: 100vh;
}

/* Container interno (já existe no site, mas garantimos) */
.container-eja {
    max-width: 1000px;
    margin: 0 auto;
    gap: 100px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

/* .cont-eja{
    text-align: left;
} */

.img-eja img{
    position: absolute;
    bottom:0;
    left: 0;
    height: 620px;
    width: auto;
}

.img-eja::before {
    content: "PARTIU";
    position: absolute;
    text-shadow: 0 0 10px var(--accent-light);
    left: 115px;
    top: 60px;
    z-index: 2;
    font-size: 6.0rem;
    font-weight: 800;
    background: linear-gradient(135deg, #facc15, #ffb347);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -1px;
    white-space: nowrap;
    transform: rotateX('45');
}

.img-eja::after {
    content: "EJA!";
    position: absolute;
    text-shadow: 0 0 5px #ffffff;
    left: 362px; 
    top: 140px;   
    z-index: 2;
    font-size: 4.5rem;
    font-weight: 800;
    /* Outra cor para EJA! */
    background: linear-gradient(135deg, #ffffff, #e0f2fe);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -1px;
    white-space: nowrap;
}


/* Títulos */
.eja-main-title {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd89b, #fff5c4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.eja-subtitle {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 0 0 4px white;
}

/* Badge supletivo */
.eja-badge {
    background: rgba(255,255,240,0.15);
    backdrop-filter: blur(8px);
    border-radius: 60px;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-block;
    margin: 1rem auto;
    border: 1px solid rgba(255,255,200,0.3);
}

/* Destaque da prova */
.eja-prova {
    background: #facc15;
    color: #0f172a;
    font-weight: 800;
    padding: 0.7rem;
    border-radius: 40px;
    max-width: 400px;
    margin: 1.5rem auto;
    font-size: 1.2rem;
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    text-align: center;
}

/* Vantagens */
.eja-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin: 2rem auto;
}

.eja-feature {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    border-radius: 80px;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1.1rem;
    font-weight: 500;
    transition: 0.2s;
}

.eja-feature i {
    font-size: 1.4rem;
    color: #facc15;
}

.eja-feature strong {
    color: #fde047;
}

.separator {
    font-size: 1.4rem;
    margin: 0 0.2rem;
}

/* ========== RESPONSIVIDADE DA SEÇÃO EJA ========== */

@media (max-width: 1200px) {
    .container-eja {
        gap: 60px;
        max-width: 90%;
    }
    
    .img-eja img {
        height: 620px;
    }
    
    .eja-subtitle {
        font-size: 2rem;
    }
    .eja-prova {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
        max-width: 360px;
    }
    .eja-badge {
        font-size: 1.1rem;
        padding: 0.6rem 1.2rem;
    }
    .eja-feature {
        font-size: 0.95rem;
        padding: 0.7rem 1rem;
    }
    .eja-feature i {
        font-size: 1.2rem;
    }
}

/* Laptops, tablets paisagem (1100px) */
@media (max-width: 1100px) {
    .container-eja {
        gap: 50px;
        max-width: 90%;
    }
    
    .img-eja img {
        height: 548px;
    }
    
    .eja-subtitle {
        font-size: 1.8rem;
    }
    .eja-prova {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    .eja-badge {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    }
    .eja-feature {
        font-size: 0.85rem;
        padding: 0.6rem 0.9rem;
    }
    .eja-feature i {
        font-size: 1rem;
    }
}

/* Tablets em retrato (900px) */
@media (max-width: 900px) {
    .container-eja {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .cont-eja {
        text-align: center;
        max-width: 100%;
    }
    
    .img-eja {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .img-eja img {
        position: relative;
        bottom: auto;
        left: auto;
        height: auto;
        max-width: 90%;
        max-height: 420px;
        object-fit: contain;
    }
    
    .img-eja::before {
        left: 27%;
        top: 2%;
    }
    .img-eja::after {
        left: 56%;
        top: 7%;
    }
    
    .eja-subtitle {
        font-size: 1.6rem;
    }
    .eja-prova {
        font-size: 0.85rem;
        margin: 1rem auto;
    }
    .eja-badge {
        font-size: 0.85rem;
    }
    .eja-feature {
        font-size: 0.8rem;
        justify-content: center;
    }
}

/* Celulares grandes (landscape 768px) */
@media (max-width: 768px) {
    .eja {
        padding: 3rem 0;
    }
    
    .container-eja {
        padding: 0 15px;
        gap: 20px;
    }
    
    .img-eja img {
        max-height: 350px;
    }
    
    .img-eja::before {
        font-size: 3rem;
        left: 27%;
        top: 10px;
        white-space: normal;
    }
    .img-eja::after {
        font-size: 2.4rem;
        left: 50%;
        top: 5%;
        white-space: normal;
    }
    
    .eja-subtitle {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .eja-prova {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    .eja-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    .eja-feature {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    .eja-feature i {
        font-size: 1rem;
    }
}

/* Celulares médios (576px) */
@media (max-width: 576px) {
    .eja {
        padding: 2rem 0;
    }
    
    .container-eja {
        padding: 0 12px;
        gap: 15px;
    }
    
    .img-eja img {
        max-height: 280px;
    }
    
    .img-eja::before {
        font-size: 2.0rem;
        left: 32%;
        top: 10px;
    }
    .img-eja::after {
        font-size: 1.8rem;
        left: 50%;
        top: 5%;
    }
    
    .eja-subtitle {
        font-size: 1.1rem;
    }
    .eja-prova {
        font-size: 0.7rem;
        padding: 0.4rem 0.7rem;
    }
    .eja-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.7rem;
    }
    .eja-feature {
        font-size: 0.7rem;
        padding: 0.4rem 0.7rem;
    }
}

/* Celulares pequenos (480px) */
@media (max-width: 480px) {
    .eja {
        padding: 1.5rem 0;
        min-height: fit-content;
    }
    
    .container-eja {
        padding: 0 10px;
    }
    
    .img-eja img {
        max-height: 340px;
        margin-top: 50px;
    }
    
    /* Posicionamento natural das palavras sobre a imagem */
    .img-eja::before {
        font-size: 3.7rem;
        left: 20%;
        top: 20px;
    }
    .img-eja::after {
        font-size: 2.7rem;
        left: 61%;
        top: 10%;
    }
    
    .eja-subtitle {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .eja-prova {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }
    .eja-badge {
        font-size: 0.6rem;
        padding: 0.3rem 0.6rem;
    }
    .eja-feature {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }
    .eja-feature i {
        font-size: 0.8rem;
    }
    .eja-feature span {
        word-break: break-word;
    }
}

/* ========== AJUSTES PARA TELAS GRANDES (ACIMA DE 1400px) ========== */
/* Garantindo que o layout escala proporcionalmente mantendo o mesmo aspecto */
@media (min-width: 1400px) and (max-width: 1899px) {
    body {
        font-size: 16px;
    }
    
    .container {
        max-width: 1280px;
        padding: 20px 65px;
    }
    
    .hero-text h1 {
        font-size: 62px;
    }
    
    .hero-image img {
        max-height: 500px;
    }
    
    .container-eja {
        max-width: 1000px;
        gap: 100px;
    }
    
    .img-eja img {
        height: 710px;
    }
    
    .img-eja::before {
        left: 100px;
        top: 30px;
    }
    .img-eja::after {
        left: 400px;
        top: 105px;
    }
    
    .eja-subtitle {
        font-size: 2.5rem;
    }
    .eja-prova {
        font-size: 1.2rem;
        max-width: 400px;
    }
    .eja-badge {
        font-size: 1.3rem;
    }
    .eja-feature {
        font-size: 1.1rem;
        padding: 0.8rem 1.2rem;
    }
}

/* Telas muito grandes (1900px e acima) - escala proporcional */
@media (min-width: 1900px) {
    body {
        font-size: 18px;
    }
    
    .container {
        max-width: 1400px;
        padding: 20px 80px;
    }
    
    h1 {
        font-size: 3.5rem;
    }
    
    h2 {
        font-size: 2.6rem;
    }
    
    .hero-text h1 {
        font-size: 72px;
    }
    
    .hero-image img {
        max-height: 580px;
    }
    
    .container-eja {
        max-width: 1200px;
        gap: 120px;
    }

    .cont-image img{
        min-height: 450px;
    }

    .eja{
        min-height: 70vh;
    }
    
    .img-eja img {
        height: 700px;
    }
    

    .img-eja::after {
        left: 410px;
        top: 130px;
    }
    
    .eja-subtitle {
        font-size: 2.8rem;
    }
    .eja-prova {
        font-size: 1.3rem;
        max-width: 450px;
    }
    .eja-badge {
        font-size: 1.4rem;
    }
    .eja-feature {
        font-size: 1.2rem;
        padding: 1rem 1.5rem;
    }
    .eja-feature i {
        font-size: 1.5rem;
    }
    
    .courses-grid {
        gap: 50px;
    }
    
    .course-card {
        max-width: 450px;
    }
    
    .course-card img {
        height: 280px;
    }
    
    .offer-title {
        font-size: 2.5rem;
    }

    .offer-image-right img{
        width: 600px;
    }
    .offer-title{
        font-size: 3.2rem;
    }
    .offer-description{
        font-size: 1.5rem;
    }
    .parteners{
        height: 50vh;
    }
}

/* Telas ultra largas (acima de 2560px) */
@media (min-width: 2560px) {
    body {
        font-size: 20px;
    }
    
    .container {
        max-width: 1600px;
        padding: 30px 100px;
    }
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3rem;
    }
    
    .hero-text h1 {
        font-size: 84px;
    }
    
    .hero-image img {
        max-height: 680px;
    }
    
    .container-eja {
        max-width: 1400px;
        gap: 150px;
    }
    
    .img-eja img {
        height: 800px;
    }
    
    .img-eja::before {
        font-size: 6rem;
        left: 200px;
        top: 50px;
    }
    .img-eja::after {
        font-size: 4.8rem;
        left: 450px;
        top: 120px;
    }
    
    .eja-subtitle {
        font-size: 3.2rem;
    }
    .eja-prova {
        font-size: 1.5rem;
        max-width: 500px;
    }
    .eja-badge {
        font-size: 1.6rem;
    }
    .eja-feature {
        font-size: 1.4rem;
        padding: 1.2rem 1.8rem;
    }
    
    .course-card {
        max-width: 520px;
    }
    
    .course-card img {
        height: 320px;
    }
}

/* ========== HEADER ========== */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 20px 20px 0 20px;
    pointer-events: none; 
}

.header-container {
    max-width: 1280px;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: auto;
    transition: all 0.3s ease;
}

.header-container.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 0, 0, 0.05);
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    height: 48px;
    width: auto;
}

.logo-text {
    font-weight: 800;
    font-size: 1.3rem;
    color: #343434;
    letter-spacing: -0.3px;
}

.nav-menu ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    font-weight: 500;
    color: #1e293b;
    transition: color 0.2s;
}

.header-container.scrolled .nav-menu a {
    color: var(--gray-800);
}

.nav-menu a:hover {
    color: var(--gray-200);
}

.nav-menu .btn-primary {
    color: white;
    background: linear-gradient(95deg, var(--third) 0%, var(--secondary-dark) 100%);
    padding: 0.5rem 1.25rem;
    box-shadow: none;
}

.nav-menu .btn-primary:hover {
    background: linear-gradient(95deg, var(--secondary-dark) 0%, var(--third) 100%);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    background-color: var(--gray-800);
    transition: 0.2s;
}

.header-container.scrolled .menu-toggle span {
    background-color: var(--gray-800);
}

.hero {
    position: relative;
    background-image: url("Midia/pexels-bg-2.jpg");
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 3rem 0 5rem;
    max-height: 100vh;
    min-height: 100vh;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(135deg, #0039d5c5 0%, #3884ff99 100%);
}

.hero-carousel {
    position: relative;
    margin-top: 60px;
}

.hero-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-slide.active {
    display: block;
    opacity: 1;
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
}

.hero-text {
    flex: 1;
    margin-top: 85px;
}

.hero-text h1 {
    font-size: 90px;
}

.hero-text .badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 0.9rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.hero-text h1 {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 62px;
}

.hero-image {
    text-align: center;
    border-radius: 40px;
}

.hero-image img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    animation: bounce 4.0s infinite ease-in-out;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

.hero-image img:hover {
    animation-play-state: paused;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.bounce-alt {
    animation: bounceScale 1s infinite ease-in-out;
}

@keyframes bounceScale {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.05); }
}

.container-badge {
    background: rgba(30, 58, 80, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    max-width: 130px;
    border-radius: 10px;
}

.carousel-preFv, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    font-size: 1.2rem;
}

.carousel-preFv { left: 10px; }
.carousel-next { right: 10px; }

.carousel-preFv:hover, .carousel-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.05);
}

/* ========== LOCALIZAÇÃO  ========== */
.location {
    padding: 4rem 8rem;
    position: relative;
    overflow: hidden;
}

.location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(44, 110, 158, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.location-card {
    background: var(--white);
    border-radius: 32px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.location-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.card-header {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.card-header i {
    font-size: 1.3rem;
    color: var(--primary);
}

.card-header h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: var(--gray-800);
}

.map-wrapper,
.image-wrapper {
    flex: 1;
    min-height: 260px;
    background: var(--gray-100);
    overflow: hidden;
}

.map-wrapper iframe {
    transition: transform 0.4s ease;
}

.location-card:hover .map-wrapper iframe {
    transform: scale(1.01);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.location-card:hover .image-wrapper img {
    transform: scale(1.05);
}

.card-footer {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid var(--gray-200);
    background: var(--white);
}

.photo-credit {
    font-size: 0.7rem;
    color: var(--gray-600);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.info-content {
    padding: 1.2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-item i {
    width: 32px;
    font-size: 1.2rem;
    color: var(--primary);
    margin-top: 0.2rem;
}

.info-item div {
    flex: 1;
}

.info-item strong {
    font-weight: 700;
    color: var(--gray-800);
}

.info-item span {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.4;
}

.container-last-contact {
    display: grid;
}

/* ========== ESTEIRA DE IMAGENS (DENTRO DA SEÇÃO LOCATION) ========== */

.carousel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow-md);
    background: #f8fafc;
}

.carousel-wrapper {
    display: flex;
    gap: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: grab;
    user-select: none;
}

.carousel-wrapper:active {
    cursor: grabbing;
}

.carousel-slide {
    flex: 0 0 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    padding: 1.2rem 1.5rem 0.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    pointer-events: none;
    backdrop-filter: blur(2px);
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 60px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.carousel-btn:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }

.cont {
    height: auto;
    justify-content: center;
    padding: 20px 6rem ;
}

.container-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    background: linear-gradient(135deg, #0060ff 0%, #002c96 100%);
    border-radius: 30px;
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 10;
    border: none;
    padding-top: 20px;
    height: 40vh;
    width: 97%;
}

.cont-item {
    flex: 1;
    margin-left: 8%;
}

.cont-text {
    font-size: 2.0rem;
    font-weight: 800;
    color: white;
    letter-spacing: -1px;
    display: block;
}

.cont-item p {
    font-weight: 500;
    color: #cbd5e1;
}

.cont-image img {
    max-height: 375px;
    width: auto;
    position: absolute;
    right: 100px;
    bottom: 0;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

/* ============== */
/* SEÇÃO CURSOS   */
/* ============== */

.courses {
    padding: 0rem 0;
    background-color: #0f172a;
    background-image: radial-gradient(circle at 25% 40%, rgba(56, 191, 248, 0.222) 2%, transparent 2.5%),
                      linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
    background-size: 28px 28px, 100%;
    position: relative;
    overflow: hidden;
    color: #f8fafc;
    margin-bottom: 100px;
}


.courses::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(circle at 20% 0%, rgba(44, 111, 158, 0) 0%, transparent 80%);
    pointer-events: none;
}

/* CTAs para página de cursos */
.category-cta {
    text-align: center;
    margin-top: 2rem;
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #00b7ff;
    border: 2px solid #00b7ff;
    padding: 0.75rem 1.5rem;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: var(--primary-color, #0056b3);
    color: white;
    transform: translateY(-2px);
}

.cta-secondary i {
    transition: transform 0.3s ease;
}

.cta-secondary:hover i {
    transform: translateX(4px);
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-light) 0%, #e0f0ff 100%);
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.section-header h2 {
    font-size: 2.2rem;
    color: var(--accent-light);
    border-radius: 16px;
    height: fit-content;
    margin-bottom: 0.75rem;
    font-weight: 700;
    padding: 0 10px;
    width: fit-content;
}

#bg{
    background-color: #183158;
    
}

#bgcolor{
    color: var(--gray-600);
}

#fp{
    color: var(--gray-800);
}

.bg-h2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-header h1 {
    font-size: 2.6rem;
    color: var(--accent-light);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.section-header p {
    font-size: 1rem;
    color: var(--gray-100);
    max-width: 600px;
    margin: 0 auto;
}

.category-block {
    margin-bottom: 3.5rem;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.category-title {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #00b7ff;
    /* background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    padding-bottom: 0.5rem;
    margin-top: 50px;
    justify-content: center;
}

.category-title i {
    font-size: 1.8rem;
    color: #00b7ff;
    background: rgba(74, 139, 183, 0.1);
    padding: 0.5rem;
    border-radius: 16px;
    backdrop-filter: blur(2px);
}

.courses-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.course-card {
    background: var(--white);
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
    height: auto;
    max-width: 400px;
}

.course-extra {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 0;
    font-size: 0.85rem;
    color: var(--gray-800);
    line-height: 1.5;
    border-top: 1px dashed transparent;
}

.course-extra strong {
    color: var(--gray-800);
    font-weight: 600;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    background: white;
}

.course-card:hover .course-extra {
    max-height: 200px;
    opacity: 1;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top-color: rgba(74, 139, 183, 0.2);
}

.course-card img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 250px;
}

.course-card:hover img {
    transform: scale(1.03);
}

.course-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: auto;
}

.course-tag {
    font-size: 0.7rem;
    background: linear-gradient(135deg, var(--gray-100) 0%, #eef2ff 100%);
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.3px;
    width: fit-content;
}

.course-info h3 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.3;
}

.course-info p {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.5;
    margin-bottom: 0;
    transition: margin 0.3s;
}

.btn-ver-mais {
    display: block;
    margin: 2rem auto 0;
    background: transparent;
    border: 1.5px solid var(--neon-blue);
    color: var(--secondary);
    padding: 0.6rem 1.8rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    width: fit-content;
}

.btn-ver-mais:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 139, 183, 0.3);
}

.extra-course {
    display: none;
}

.text-center {
    text-align: center;
    margin-top: 3rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(6deg, #0094ff 0%, #004280 100%);
    color: white;
    padding: 0.85rem 2.2rem;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(44, 110, 158, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(95deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -8px rgba(44, 110, 158, 0.4);
}

.pos-highlight {
    margin: 4rem auto 2rem;
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    background: linear-gradient(135deg, #20325d 0%, #183158 100%);
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.25);
    width: fit-content;
}

.pos-highlight-inner {
    position: relative;
    padding: 1rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    width: fit-content;
}



.pos-content {
    flex: 3;
    min-width: 260px;
}

.pos-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.pos-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.pos-title .pos-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fbbf24;
    display: inline-block;
    animation: pulse 2s infinite;
}

.pos-title .pos-duration {
    color: #f97316;
    font-weight: 700;
    border-bottom: 2px solid #f97316;
}

.pos-content p {
    color: #cbd5e1;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
}


.btn-pos {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(95deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
    padding: 0.75rem 1.8rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px -8px rgba(59, 130, 246, 0.4);
    border: none;
    cursor: pointer;
}

.btn-pos:hover {
    background: linear-gradient(95deg, #2563eb 0%, #3b82f6 100%);
    transform: translateY(-3px);
    gap: 0.8rem;
    box-shadow: 0 12px 24px -10px rgba(59, 130, 246, 0.5);
}

.pos-decoration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.circle-1 {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    top: -80px;
    right: -80px;
}

.circle-2 {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
    bottom: -50px;
    left: -50px;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* ========== DEPOIMENTO ========== */
.testimonial {
    background: linear-gradient(120deg, rgb(19, 19, 79), rgb(11, 11, 84));
    color: white;
    padding: 2.5rem 0;
    border-radius: 0px;
    box-shadow: 0 0 20px rgb(11, 11, 84);
}

.testimonial-container {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.testimonial-text {
    flex: 1;
}

.testimonial-text p {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #fff8f0;
    padding: 10px;  
    border-radius: 10px;
    text-align: justify;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid white;
    object-fit: cover;
}

.testimonial-image img {
    max-width: 400px;
}

/* ============== CTA ADAPTADA DO ANTIGO CONT ============== */

.cont-cta {
    height: auto;
    justify-content: center;
    padding: 20px;
    display: grid;
    place-items: center;
}

.container-cont-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    background: linear-gradient(135deg, #1a3767 0%, #1647b9 100%);
    border-radius: 300px;
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 10;
    border: none;
    padding-top: 20px;
    height: auto;
    width: 800px;
    margin-top: 150px;  
}

.cont-item-cta {
    flex: 1;
    margin-left: 8%;
}

.cont-text-cta {
    font-size: 2.0rem;
    font-weight: 800;
    color: white;
    letter-spacing: -1px;
    display: block;
    margin-left: 180px;
}

.cont-item-cta p {
    font-weight: 500;
    color: #cbd5e1;
}

.cont-item-cta a {
    font-weight: 500;
    color: #cbd5e1;
}

.cont-image-cta{
    background: black;
}

.cont-image-cta img {
    max-height: 300px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 130px;
    transform: translateX(-50%);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
    border-radius: 110px;
}   

/* ========== OFERTA DESTAQUE ========== */
.offer-highlight-right {
    border-radius: 48px;
    margin: 4rem auto;
    padding-left: 2rem;
    padding-right: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    transition: transform 0.3s ease;
}

.offer-highlight-left {
    border-radius: 48px;
    margin: 4rem auto;
    padding-left: 6rem;
    padding-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    transition: transform 0.3s ease;
}

.offer-highlight-inner {
    flex: 1.2;
    min-width: 260px;
}

.offer-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.offer-description {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.btn-offer {
    background: linear-gradient(95deg, var(--secondary) 0%, var(--primary) 100%);
    color: white;
    padding: 0.85rem 2rem;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(74, 139, 183, 0.3);
    border: none;
    cursor: pointer;
}

.btn-offer:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -8px rgba(74, 139, 183, 0.4);
    background: linear-gradient(95deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
}

.offer-image-right {
    text-align: center;
    border-radius: 20px;
}

.offer-image-left {
    flex: 0.8;
    text-align: center;
    border-radius: 20px;
}

.offer-image-right::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    margin-top: 150px;
    min-width: 105px;
    width: auto;
    height: 100px;
    background: linear-gradient(95deg, var(--primary) 0%, var(--secondary) 100%);
    z-index: 1;
    box-shadow: -10px 0 20px rgba(0,0,0,0.1);
    pointer-events: none;
}

.offer-image-left::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    margin-top: 150px;
    left: 0;
    margin-right: 100px;
    min-width: 95px;
    width: auto;
    height: 100px;
    background: linear-gradient(95deg, var(--primary) 0%, var(--secondary) 100%);
    z-index: 1;
    box-shadow: -10px 0 20px rgba(0,0,0,0.1);
    pointer-events: none;
}

.offer-image-right img {
    max-width: 100%;
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.1));
}

.offer-image-left img {
    max-width: 100%;
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.1));
}

.differentials {
    padding: 2rem 0;
    margin-bottom:80px;
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.differential-card {
    padding: 3rem;
    border-radius: 32px;
    transition: all 0.2s;
    border: 1px solid var(--gray-200);
    background: var(--white);
}

.bg-primary-light {
    background: linear-gradient(135deg, var(--primary-light) 0%, #e0f0ff 100%);
}

.bg-secondary-light {
    background: linear-gradient(135deg, #eef2ff 0%, #e6f0ff 100%);
}

.differential-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--primary);
    background: rgba(44, 110, 158, 0.1);
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border-radius: 60px;
    margin-bottom: 1rem;
}

.differential-card i {
    font-size: 2rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

/* ============ DEPOIMENTO INSTITUCIONAL (CARROSSEL 3 LINHAS) ============ */
.testimonial-institutional {
    position: relative;
    padding: 70px 0;
    overflow-x: clip;
}

.container-testimonial-institutional {
    margin: 0 auto;

}

.section-header h2 {
    font-size: 2.2rem;
    color: var(--accent-light);
    border-radius: 16px;
    height: fit-content;
    margin-bottom: 0.75rem;
    font-weight: 700;
    padding: 0 10px;
    width: 100%;
}

.section-header p {
    font-size: 1rem;
    color: var(--gray-200);
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-rows-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-row {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.testimonial-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    will-change: transform;
}

.testimonial-card {
    background: var(--gray-200);
    border-radius: 32px;
    padding: 1.5rem;
    width: 320px;
    flex-shrink: 0;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.testimonial-card:hover {
    box-shadow: var(--shadow-lg);
}

.quote-icon-small {
    color: var(--primary);
    font-size: 1.8rem;
    opacity: 0.3;
    margin-bottom: 0.8rem;
    display: inline-block;
}

.testimonial-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--gray-700);
    margin-bottom: 1.2rem;
    font-style: italic;
}

.card-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.card-author img {
    width: 48px;
    height: 48px;
    border-radius: 60px;
    object-fit: cover;
    border: 2px solid var(--primary);
}

.card-author strong {
    font-size: 0.9rem;
    display: block;
    color: var(--gray-800);
}

.card-author span {
    font-size: 0.7rem;
    color: var(--gray-600);
}

.row-ltr .testimonial-track {
    animation: scrollLTR 25s linear infinite;
}

.row-rtl .testimonial-track {
    animation: scrollRTL 25s linear infinite;
}

.testimonial-row:hover .testimonial-track {
    animation-play-state: paused;
}

@keyframes scrollLTR {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}

@keyframes scrollRTL {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

.mobile-image {
    display: none;
}   

/* ======================================== */
/* ========== SEÇÃO DE PARCEIROS ========== */
/* ======================================== */

/* ========== SEÇÃO DE PARCEIROS - DESIGN EXCLUSIVO ========== */
.partners {
    padding: 7rem 0;
    max-height: 85vh;
    min-height: auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(8, 0, 255, 0.237), rgba(8, 0, 255, 0.237));
}

/* Decoração de fundo */
.partners::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.partners::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Heading exclusivo */
.partners-heading {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.partners-icon-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.partners-icon-group i {
    font-size: 2rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.partners-icon-group i:hover {
    transform: translateY(-3px);
    opacity: 1;
}

.partners-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: var(--secondary);
    background: rgba(59, 130, 246, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.partners-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray-800);
}

.gradient-text {
    background: linear-gradient(135deg, rgba(0, 0, 255, 0.513), rgba(75, 0, 128, 0.563));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.partners-subtitle {
    font-size: 1.1rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

/* Grid de parceiros */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 3rem 0;
    position: relative;
    z-index: 1;
}

.partner-card {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    overflow: hidden;
}

.partner-icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 0rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.partner-icon-circle img {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
    color: var(--gray-800);
    font-weight: 700;
}

.partner-card > p {
    color: var(--gray-500);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.partner-stats {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.partner-stats span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: var(--gray-100);
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    color: var(--gray-700);
}

.partner-hover-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-hover-content {
    max-height: 100px;
    opacity: 1;
    margin-top: 1rem;
}

.partner-badge {
    display: inline-block;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: var(--primary);
    padding: 0.2rem 0.8rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Selo de qualidade */
.quality-seal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0 3rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    border-radius: 60px;
    color: white;
    position: relative;
    z-index: 1;
}

.seal-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.seal-item i {
    font-size: 1.2rem;
    color: #10b981;
}

.seal-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
}

/* Marquee de parceiros */
.partners-marquee {
    margin-top: 2rem;
    overflow: hidden;
    background: white;
    border-radius: 60px;
    padding: 1rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--gray-200);
    position: relative;
    z-index: 1;
}

.marquee-track {
    display: flex;
    gap: 2.5rem;
    animation: marqueeScroll 25s linear infinite;
    white-space: nowrap;
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--gray-700);
    font-size: 0.9rem;
    padding: 0.2rem 1rem;
    background: var(--gray-100);
    border-radius: 50px;
    transition: all 0.2s ease;
}

.marquee-track span:hover {
    background: var(--primary);
    color: white;
    transform: scale(1.05);
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partners-marquee:hover .marquee-track {
    animation-play-state: paused;
}

/* ===== BANNER LATERAL PRÉ-CADASTRO ===== */
.banner-lateral {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 1000;
    max-width: 340px;
    display: none;
    text-align: center;
    filter: drop-shadow(0 10px 60px rgba(0, 209, 255, 0.3));
}

.banner-lateral.show {
    display: block !important;
    animation: slideInUpBanner 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.banner-lateral-link {
    display: block;
    background: linear-gradient(145deg, #0076ff47, #1e1e55);
    color: white;
    padding: 32px 36px;
    text-decoration: none;
    border-radius: 100px 100px 100px 100px;
    border: 2px solid rgba(0, 209, 255, 0.4);
    box-shadow: 
        0 0 30px rgba(0, 209, 255, 0.2),
        0 0 60px rgba(0, 209, 255, 0.1),
        inset 0 0 60px rgba(0, 209, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Efeito de brilho neon pulsante */
.banner-lateral-link::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 100px;
    background: conic-gradient(
        from 0deg,
        #00d1ff,
        #ff00e4,
        #00d1ff,
        #ff00e4,
        #00d1ff
    );
    background-size: 300% 300%;
    animation: rotateBorder 4s linear infinite;
    z-index: -1;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 3px;
}

/* Camada de fundo sobre a borda */
.banner-lateral-link::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 97px;
    background: linear-gradient(145deg, #0a0a12, #1a1a2e);
    z-index: -1;
}

/* Efeito de brilho interno flutuante */
.banner-lateral-link .glow-orb {
    position: absolute;
    top: -50%;
    left: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 209, 255, 0.06), transparent 70%);
    animation: floatGlow 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.banner-lateral-link .glow-orb-2 {
    position: absolute;
    bottom: -50%;
    right: -30%;
    width: 160%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 0, 228, 0.05), transparent 70%);
    animation: floatGlow 8s ease-in-out infinite reverse;
    pointer-events: none;
    z-index: 0;
}

.banner-lateral-link:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 
        0 0 40px rgba(0, 209, 255, 0.3),
        0 0 80px rgba(0, 209, 255, 0.15),
        0 0 120px rgba(0, 209, 255, 0.08);
    border-color: rgba(0, 209, 255, 0.8);
}

.banner-lateral-link:hover .glow-orb {
    animation-duration: 2s;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.banner-icon-wrapper {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.2), rgba(0, 209, 255, 0.05));
    border: 2px solid rgba(0, 209, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #00d1ff;
    position: relative;
    animation: pulseIcon 2s ease-in-out infinite;
}

.banner-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(0, 209, 255, 0.2);
    animation: pulseRing 2s ease-in-out infinite;
}


.banner-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px solid rgba(0, 209, 255, 0.08);
    animation: pulseRing 2.5s ease-in-out infinite 0.5s;
}

.banner-text {
    flex: 1;
    text-align: left;
}

/* BADGE PISCANTE */
.banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
    background: linear-gradient(90deg, #fff700, #ffcc00);
    padding: 3px 14px;
    border-radius: 20px;
    margin-bottom: 6px;
    animation: blinkBadge 1.2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(255, 247, 0, 0.3);
}

.banner-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    display: inline-block;
    animation: blinkDot 0.8s ease-in-out infinite;
}

.banner-titulo {
    margin: 4px 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 50%, #00d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-subtext {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-subtext .arrow {
    display: inline-block;
    transition: all 0.3s ease;
    color: #00d1ff;
    font-size: 18px;
    font-weight: 900;
}

.banner-lateral-link:hover .banner-subtext .arrow {
    transform: translateX(10px) scale(1.2);
    color: #fff700;
    text-shadow: 0 0 20px rgba(255, 247, 0, 0.3);
}

/* SETA INDICADORA LATERAL COM GLOW */
.banner-arrow-indicator {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.15), rgba(0, 209, 255, 0.05));
    border: 1px solid rgba(0, 209, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d1ff;
    font-size: 14px;
    transition: all 0.4s ease;
    animation: pulseArrow 1.5s ease-in-out infinite;
}

.banner-lateral-link:hover .banner-arrow-indicator {
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.3), rgba(0, 209, 255, 0.1));
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 209, 255, 0.2);
}

/* ===== ANIMAÇÕES ===== */

@keyframes slideInUpBanner {
    0% {
        opacity: 0;
        transform: translateY(100px) scale(0.8) rotate(-3deg);
    }
    60% {
        transform: translateY(-10px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes rotateBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes floatGlow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(10%, -10%) scale(1.1); }
    66% { transform: translate(-5%, 15%) scale(0.9); }
}

@keyframes pulseIcon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.4); opacity: 0; }
}

@keyframes pulseArrow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

@keyframes blinkBadge {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 247, 0, 0.3); }
    50% { box-shadow: 0 0 40px rgba(255, 247, 0, 0.6); }
}

@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* ======================================================================= */
/* ======================================================================= */
/* ======================================================================= */

/* Responsividade */
@media (max-width: 768px) {
    .testimonial-card {
        width: 280px;
        padding: 1rem;
    }
    .testimonial-card p {
        font-size: 0.8rem;
    }
    .card-author img {
        width: 40px;
        height: 40px;
    }
    .row-ltr .testimonial-track,
    .row-rtl .testimonial-track {
        animation-duration: 18s;
    }
    .wave-top svg,
    .wave-bottom svg {
        max-height: 50px;
    }
    .partners {
        height: fit-content;
        padding: 6rem 0rem 0rem;
    }
    
    .partners-title {
        font-size: 1.8rem;
    }
    
    .partners-subtitle {
        font-size: 0.9rem;
    }
    
    .partners-grid {
        gap: 1rem;
    }
    
    .partner-icon-circle {
        width: 70px;
        height: 70px;
    }
    
    .partner-icon-circle img {
        height: 45px;
    }
    
    .partner-card h3 {
        font-size: 1.2rem;
    }
    
    .partner-stats {
        font-size: 0.7rem;
    }
    
    .marquee-track {
        gap: 1rem;
    }
    
    .marquee-track span {
        font-size: 0.7rem;
        padding: 0.1rem 0.6rem;
    }
    .location{
        padding: 4rem 0;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        width: 260px;
    }
    .testimonial-rows-container {
        gap: 1.5rem;
    }
    .wave-top svg,
    .wave-bottom svg {
        max-height: 35px;
    }
    .location{
        padding: 4rem 0;
    }
}

/* ========== FOOTER ========== */
.footer {
    background: linear-gradient(25deg, #021eb8 0%, #0041ff 50%, #0061b5 100%);
    color: #000000;
    /* color: #cbd5e1; */
    padding: 3rem 0 1.5rem;
    border-radius: 32px 32px 0 0;
    margin-top: 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col img {
    height: 50px;
    width: auto;
}

.footer-col h4 {
    margin-bottom: 1rem;
    color: #000;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.6rem;
}

.footer-col a {
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}

.footer-col a:hover {
    color: #0f172a;
}

.footer-partners-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-partners-list li a:hover {
    color: #0f172a;
}

.footer-partners-list li a img {
    padding: 3px;
    object-fit: contain;
}

.social-links {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}

.social-links a {
    background: #00000057;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: white;
    font-size: 1.1rem;
    transition: 0.2s;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #000;
    font-size: 0.8rem;
}

.footer-bottom p {
    color: black;
    margin-bottom: 1rem;
    font-weight: 400;
}

/* ========== BARRA DE NOVIDADES (TICKER) ========== */
.news-ticker {
    background: linear-gradient(135deg, #0086e1 0%, #13a2ff 100%);
    padding: 0.4rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0px 14px var(--third);
    margin-bottom: 1.5rem;
    transition: transform 0.2s;

}

.news-ticker:hover {
    transform: scale(1.01);
}

.ticker-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: scrollNews 20s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    letter-spacing: -0.2px;
}

@keyframes scrollNews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.news-ticker:hover .ticker-track {
    animation-play-state: paused;
}

/*========== ANIMAÇÕES ==========*/
.hidden {
    opacity: 0;
    filter: blur(5px);
    transition: all .7s;
    transform: translateX(-100%);
}

.hidden-blurless {
    opacity: 0;
    filter: blur(5px);
    transition: all .7s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0%);
}

/* ========== RESPONSIVIDADE ========== */

/* Telas grandes (acima de 1400px) - mantém aspecto proporcional */
@media (min-width: 1400px) and (max-width: 1899px) {
    .container {
        max-width: 1280px;
        padding: 20px 65px;
    }
    
    .hero-text h1 {
        font-size: 62px;
    }
    
    .hero-image img {
        max-height: 500px;
    }
    .banner-lateral {
        max-width: 320px;
        right: 20px;
    }
    
    .banner-lateral-link {
        padding: 25px 30px;
        border-top-width: 5px;
    }

}

@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
        padding: 20px 80px;
        margin: 0 auto;
    }
    
    body {
        font-size: 18px;
    }
    
    
    h2 {
        font-size: 2.6rem;
    }
    
    .hero{
        height: 70vh;
    }

    .hero-text h1 {
        font-size: 72px;
    }
    
    .hero-image img {
        max-height: 580px;
    }
}

@media (min-width: 2560px) {
    .container {
        max-width: 1600px;
        padding: 30px 100px;
    }
    
    body {
        font-size: 20px;
    }
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3rem;
    }
    
    .hero-text h1 {
        font-size: 84px;
    }
    
    .hero-image img {
        max-height: 680px;
    }
}

/* Telas médias e tablets */
@media (max-width: 1024px) {
    .container {
        padding: 20px 40px;
    }
    .header-container {
        width: 90%;
        padding: 0.6rem 1.5rem;
    }
    .hero-text h1 {
        font-size: 48px;
    }
    .hero-image img {
        max-height: 400px;
    }
    .cont-image img {
        max-height: 220px;
        right: 40px;
    }
    .container-cont {
        height: auto;
        min-height: 30vh;
    }
    .offer-highlight-right,
    .offer-highlight-left {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .offer-image-right::after,
    .offer-image-left::after {
        display: none;
    }
    .courses-grid {
        flex-wrap: wrap;
        gap: 30px;
    }
    .course-card {
        max-width: 340px;
    }
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .quality-seal {
        flex-direction: column;
        border-radius: 32px;
        gap: 1rem;
    }
    
    .seal-divider {
        display: none;
    }
    
    .seal-item {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .location-content {
        flex-direction: column;
    }
    .location-map,
    .location-info {
        flex: auto;
    }
    .location-map {
        min-height: 350px;
    }
    .testimonial-inst-container {
    flex-direction: column;
    gap: 2rem;
    }
}

@media (max-width: 768px) {
    header {
        padding: 12px 12px 0 12px;
    }
    .header-container {
        width: 100%;
        padding: 0.6rem 1.2rem;
        border-radius: 40px;
    }
    .logo-text {
        font-size: 1rem;
    }
    .logo-icon {
        height: 36px;
    }
    .container {
        padding: 0 20px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    .menu-toggle {
        display: flex;
    }
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 70px);
        background: var(--white);
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        padding: 2rem;
        z-index: 99;
        border-radius: 0 20px 20px 0;
    }
    .nav-menu.active {
        left: 0;
    }
    .nav-menu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        order: 1;
        margin-top: 40px;
    }
    .hero-text h1 {
        font-size: 38px;
    }
    .hero-image {
        order: 0;
    }
    .hero-image img {
        max-height: 280px;
    }
    .hero {
        min-height: 100vh;
        height: auto;
        padding-bottom: 2rem;
    }
    .carousel-preFv, .carousel-next {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .container-cont {
        flex-direction: column;
        height: fit-content;
        text-align: center;
        padding: 20px 20px 0 20px;
        width: 100%;
    }
    .cont-item {
        margin-left: 0;
    }
    .cont-text {
        font-size: 1.6rem;
    }
    .cont-image img {
        position: relative;
        right: auto;
        bottom: auto;
        max-height: 300px;
    }
    .courses-grid {
        flex-direction: column;
        align-items: center;
    }
    .course-card {
        max-width: 100%;
        width: 100%;
    }
    .main-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .main-cta-content h3 {
        font-size: 1.3rem;
    }
    .offer-highlight-right,
    .offer-highlight-left {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        margin: 2rem auto;
    }
    .offer-title {
        font-size: 1.8rem;
    }
    .offer-image-right, .offer-image-left {
        order: 1;
        margin-top: 1.5rem;
    }
    .offer-highlight-inner {
        order: 2;
    }
    .offer-image-right img,
    .offer-image-left img {
        max-width: 80%;
    }
    .btn-offer {
        justify-content: center;
    }
    .testimonial-author {
        justify-content: center;
    }

    .testimonial-image {
        display: none;
    }

    /* Mostra a imagem dentro do texto */
    .mobile-image {
        display: block;
        width: 80%;
        max-width: 350px;
        margin: 1.5rem auto;
        border-radius: 12px; /* opcional */
    }

    .testimonial-container {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .differentials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .differential-card {
        text-align: center;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social-links {
        justify-content: center;
    }
    .cursos-toolbar {
        flex-direction: column;
        border-radius: 28px;
        padding: 1rem;
        background: var(--white);
        align-items: stretch;
    }
    .search-box {
        width: 100%;
    }
    .filter-buttons {
        justify-content: center;
    }
    .result-count {
        text-align: center;
    }
    .pagination {
        gap: 0.3rem;
    }
    .page-link {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
    .breadcrumb {
        justify-content: center;
        font-size: 0.75rem;
    }
    .no-results {
        padding: 2rem;
    }
    .no-results i {
        font-size: 2.5rem;
    }
    .news-ticker {
        margin-bottom: 1rem;
    }
    .ticker-item {
        font-size: 0.7rem;
        gap: 0.3rem;
    }
    .badge-ticker {
        font-size: 0.6rem;
        padding: 0.2rem 0.7rem;
    }

    .location{
        padding: 4rem 0;
    }
    .location-info {
        flex-direction: column;
    }
    .location-image img {
        height: 200px;
    }
    .location-details {
        text-align: center;
    }
    .location-details .btn-outline {
        justify-content: center;
    }

    .location-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .map-wrapper,
    .image-wrapper {
        min-height: 220px;
    }
    .card-header h3 {
        font-size: 1.1rem;
    }
    .info-item {
        flex-direction: column;
    }
    .info-item i {
        margin-bottom: 0.3rem;
    }
    .card-footer .btn-primary {
        justify-content: center;
    }
    .category-title {
        font-size: 1.4rem;
        margin-top: 30px;
    }
    .carousel-btn {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .carousel-btn.prev { left: 10px; opacity: 0.5;}
    .carousel-btn.next { right: 10px; opacity: 0.5;}
    .slide-caption {
        font-size: 0.8rem;
        padding: 0.8rem 1rem 0.4rem;
    }
    .location-gallery .section-header h3 {
        font-size: 1.3rem;
    }
    .testimonial-institutional {
    padding: 3rem 0;
    }
    .quote-icon {
    font-size: 2.5rem;
  }

  .testimonial-inst-text p {
    font-size: 1rem;
  }

  .testimonial-inst-author img {
    width: 50px;
    height: 50px;
  }

  /* Responsividade para cont-cta e container-cont-cta */
  .cont-cta {
    padding: 10px;
  }

  .container-cont-cta {
    width: 95%;
    margin-top: 80px;
    border-radius: 200px;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  }

  .cont-item-cta {
    margin-left: 0;
    width: 100%;
  }

  .cont-text-cta {
    margin-left: 0;
    font-size: 1.3rem;
  }

  .cont-image-cta {
    display: none;
  }

  /* Responsividade para CTA médio (differentials-cta-medio) */
  .differentials-cta-medio {
    max-width: 95%;
    margin: 1rem auto;
  }

  .cta-medio-card {
    padding: 1.2rem;
    border-radius: 32px;
  }

  .cta-medio-icon {
    width: 60px;
    height: 60px;
  }

  .cta-medio-icon i {
    font-size: 1.5rem;
  }

  .cta-medio-content h4 {
    font-size: 1rem;
  }

  .cta-medio-content p {
    font-size: 0.8rem;
  }

  .cta-medio-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
  }
  .banner-lateral {
        max-width: 240px;
        right: 5px;
    }
    
    .banner-lateral-link {
        padding: 15px 20px;
    }
    
    .banner-content {
        gap: 8px;
    }
}

@media (max-width: 640px) {
    .container {
        padding: 30px 16px;
    }
    .hero-text h1 {
        font-size: 32px;
    }
    .hero-text .badge {
        font-size: 0.7rem;
    }
    .stat-number {
        font-size: 1.8rem;
    }
    .cont-text {
        font-size: 1.4rem;
    }
    .offer-title {
        font-size: 1.5rem;
    }
    .offer-description {
        font-size: 0.9rem;
    }
    .btn-offer {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    .course-info {
        padding: 1rem;
    }
    .course-card img {
        height: 160px;
    }
    .testimonial-text p {
        font-size: 1.0rem;
    }
    .section-header h2 {
        font-size: 1.6rem;
    }
    .filter-btn {
        padding: 0.4rem 1rem;
        font-size: 0.75rem;
    }
    .search-box button {
        padding: 0.4rem 1rem;
    }
    .news-ticker {
        padding: 0.3rem 0.8rem;
    }
    .ticker-item {
        font-size: 0.65rem;
    }
    .location{
        padding: 4rem 0;
    }
    
}

@media (max-width: 576px) {
  .testimonial-inst-text p {
    font-size: 0.9rem;
  }

  .container-cont-cta {
    border-radius: 100px;
  }

  .cont-text-cta {
    font-size: 1.1rem;
  }
  .location{
         padding: 4rem 0;
    }
    .banner-lateral {
        max-width: 200px;
        right: 0;
    }
    
    .banner-lateral-link {
        height: auto;
        right: 10px;
    }
    
    .banner-titulo {
        margin: 3px 0;
    }
    
    .banner-badge {
        letter-spacing: 1px;
    }
    
    .banner-content {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0.5rem 1rem;
    }
    .logo-text {
        font-size: 0.9rem;
    }
    .logo-icon {
        height: 30px;
    }
    .hero-text h1 {
        font-size: 28px;
    }
    .hero-image img {
        max-height: 420px;
    }

    .stat-number {
        font-size: 1.5rem;
    }
    .stat-item p {
        font-size: 0.85rem;
    }
    .container-cont {
        padding: 15px 15px 0 15px;
        gap: 0;
    }
    .cont{
        padding: 20px 2rem;
    }
    .cont-text {
        font-size: 1.2rem;
        gap: 0;
    }
    .cont-item p {
        font-size: 1.3rem;
    }
    .course-card img {
        height: 140px;
    }
    .course-info h3 {
        font-size: 1.2rem;
    }
    .btn-card {
        padding: 0.4rem 1rem;
        font-size: 0.75rem;
    }
    .offer-highlight-right,
    .offer-highlight-left {
        padding: 1.5rem;
    }
    .offer-title {
        font-size: 1.3rem;
    }
    .btn-offer {
        width: 100%;
        justify-content: center;
    }
    .testimonial-author img {
        width: 50px;
        height: 50px;
    }
    .testimonial-author h4 {
        font-size: 1rem;
    }
    .pagination {
        gap: 0.2rem;
    }
    .page-link {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }
    .filter-buttons {
        gap: 0.5rem;
    }
    .filter-btn {
        font-size: 0.7rem;
        padding: 0.3rem 0.8rem;
    }
    .footer {
        padding: 2rem 0 1rem;
    }
    .footer-col h4 {
        font-size: 1rem;
    }
    .footer-col li {
        font-size: 0.8rem;
    }
    .footer-bottom {
        font-size: 0.7rem;
    }
    .filters-sidebar {
        padding: 1rem;
    }
    .filter-group label {
        font-size: 0.8rem;
    }
    .filter-group select,
    .filter-group input {
        padding: 0.5rem;
    }
    .ticker-track {
        animation: scrollNews 25s linear infinite;
    }
    .map-wrapper,
    .image-wrapper {
        min-height: 180px;
    }
    
    .course-card img {
        height: 180px;
    }
    .course-info {
        padding: 1.2rem;
    }
    .course-card:hover .course-extra {
        max-height: 300px;
    }
    .btn-ver-mais {
        font-size: 0.8rem;
        padding: 0.5rem 1.2rem;
    }
    
    .testimonial-inst-text p {
        font-size: 0.85rem;
    }

    .container-cont-cta {
        width: 100%;
        border-radius: 60px;
        margin-top: 50px;
    }

    .cont-text-cta {
        font-size: 1rem;
    }

    .cta-medio-card {
        padding: 1rem;
    }

    .cta-medio-icon {
        width: 50px;
        height: 50px;
    }

    .cta-medio-icon i {
        font-size: 1.3rem;
    }

    .cta-medio-content h4 {
        font-size: 0.9rem;
    }

    .cta-medio-content p {
        font-size: 0.75rem;
    }

    .cta-medio-btn {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    .location{
        padding: 4rem 0;
    }
}

@media (max-width: 360px) {
    .hero-text h1 {
        font-size: 24px;
    }
    .hero-text .badge {
        font-size: 0.6rem;
    }
    .stat-number {
        font-size: 1.3rem;
    }
    .cont-text {
        font-size: 1.1rem;
    }
    .offer-title {
        font-size: 1.2rem;
    }
    .course-card img {
        height: 120px;
    }
    .btn-primary, .btn-secondary, .btn-outline {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    .search-box input {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    .search-box button {
        font-size: 0.75rem;
    }

    .container-cont-cta {
        border-radius: 40px;
        padding: 0.8rem;
    }

    .cont-text-cta {
        font-size: 0.85rem;
    }

    .cta-medio-card {
        padding: 0.8rem;
    }

    .cta-medio-icon {
        width: 45px;
        height: 45px;
    }

    .cta-medio-icon i {
        font-size: 1.1rem;
    }

    .cta-medio-content h4 {
        font-size: 0.85rem;
    }

    .cta-medio-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.7rem;
    }
    .location{
        padding: 4rem 0;
    }
    .banner-lateral {
        max-width: 180px;
    }
    
    .banner-lateral-link {
        padding: 10px 12px;
    }
    
    .banner-titulo {
        font-size: 11px;
    }
    
    .banner-badge {
        font-size: 7px;
    }
    
    .banner-subtext {
        font-size: 8px;
    }
}