/* Modern Styles for Fundación Vidanta - Official Color Palette */

/* Official Fundación Vidanta Colors */
:root {
    --vidanta-navy: #1a365d;        /* Deep navy blue */
    --vidanta-cyan: #00b4d8;        /* Vibrant cyan/sky blue */
    --vidanta-blue: #0077b6;        /* Medium blue */
    --vidanta-white: #ffffff;       /* Pure white */
    --vidanta-dark: #2c3e50;       /* Dark gray for text */
    --vidanta-light: #f8f9fa;      /* Light background */
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

/* Enlaces generales - Estilo Grupo Vidanta */
a {
    color: var(--vidanta-navy);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

a:hover {
    color: var(--vidanta-blue);
    border-bottom-color: var(--vidanta-blue);
    text-decoration: none;
}

:focus-visible {
    outline: none;
}

/* Tipografía mejorada */
body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--vidanta-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    color: var(--vidanta-dark);
    line-height: 1.3;
}

p{
    font-family: "Gotham-Book";
    font-size: 1rem;
    font-weight: 400;
    color: var(--vidanta-dark);
    line-height: 1.6;
}

strong{
    font-family: "Gotham-Medium";
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
    border: none;
    box-shadow: none;
}

#dropdown-lang .dropdown-toggle{
    cursor: pointer;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 5px 3px;
    margin: 0;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#navbarSupportedContent ul {
    width: 100%;
    flex-direction: row;
}

#navbarSupportedContent .nav-item {
    margin: 0.5rem 0;
}

#navbarSupportedContent .nav-link {
    font-family: "Gotham-Book";
    font-size: 14px;
    font-weight: 500;
    color: var(--vidanta-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

@media (min-width: 768px) {
    #navbarSupportedContent .nav-item {
        margin: 0.8rem 0;
    }
    #dropdown-lang .dropdown-toggle{
        padding: 0.5rem;
    }
}

/* Modern Hero Banner */
.hero-banner {
    position: relative;
    height: 80vh;
    min-height: 500px;
    background: linear-gradient(135deg, var(--vidanta-navy) 0%, var(--vidanta-blue) 50%, var(--vidanta-cyan) 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/imagenes/slider/carrucel-1-es.jpg') center/cover;
    opacity: 0.3;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--vidanta-white);
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-cta {
    animation: fadeInUp 1s ease-out 0.6s both;
}

/* Modern Buttons - Estilo Grupo Vidanta */
.btn-modern {
    background: var(--vidanta-navy);
    border: 2px solid var(--vidanta-navy);
    border-radius: 8px;
    padding: 10px 16px;
    color: var(--vidanta-white);
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(26, 54, 93, 0.15);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-modern:hover {
    background: var(--vidanta-blue);
    border-color: var(--vidanta-blue);
    color: var(--vidanta-white);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 54, 93, 0.25);
    text-decoration: none;
}

.btn-modern-outline {
    background: transparent;
    border: 2px solid var(--vidanta-navy);
    color: var(--vidanta-navy);
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-modern-outline:hover {
    background: var(--vidanta-navy);
    color: var(--vidanta-white);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 54, 93, 0.25);
    text-decoration: none;
}

/* Modern Section Headers */
.section-header {
    text-align: center;
    margin: 4rem 0 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--vidanta-dark);
    margin-bottom: 1rem;
    position: relative;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--vidanta-navy) 0%, var(--vidanta-blue) 100%);
    border-radius: 2px;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--vidanta-dark);
    max-width: 600px;
    margin: 0 auto;
}

/* Modern News Cards */
.news-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.news-card .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card .news-date {
    font-size: 0.9rem;
    color: var(--vidanta-navy);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.news-card .news-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--vidanta-dark);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.news-card .news-text {
    color: var(--vidanta-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .news-card .news-text {
        max-width: 80%;
    }
}

.news-card .news-link {
    color: var(--vidanta-navy);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    position: relative;
}

.news-card:hover .news-link::before {
    background-color: var(--vidanta-blue);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
}

/* Modern Institutional Cards */
.institutional-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: none;
    text-align: center;
}

.institutional-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.institutional-card .card-body {
    padding: 2rem;
    text-align: left;
}

.institutional-card .institutional-logo {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    filter: grayscale(80%);
    transition: filter 0.3s ease;
}

.institutional-card:hover .institutional-logo {
    filter: grayscale(0%);
}

.institutional-card .institutional-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--vidanta-dark);
    margin-bottom: 0.5rem;
}

.institutional-card .institutional-description {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

/* Modern Grid Layout */
.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding-bottom: 3rem;
}

#winners-grid .institutional-card .institutional-logo {
    max-width: 100%;
}

/* Modern Winner Cards - Estilo similar a institutional-card */
.card-deck {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    justify-items: center;
    align-items: center;
}

/* Contenedor de premios y becas - usando Bootstrap nativo */
.container-xl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-xl .espacio-vertical {
    background: var(--vidanta-white);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 2rem 0;
}

.card-deck .card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: none;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.card-deck .card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.card-deck .card h2 {
    color: var(--vidanta-navy);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 3px solid var(--vidanta-cyan);
    padding-bottom: 0.5rem;
}

.card-deck .card img {
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.card-deck .card:hover img {
    transform: scale(1.05);
}

.card-deck .card .quienes-intro-texto {
    color: var(--vidanta-dark);
    line-height: 1.6;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.card-deck .card strong.quienes-intro-texto {
    color: var(--vidanta-navy);
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.card-deck .card .boton {
    background: var(--vidanta-navy);
    color: var(--vidanta-white);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1rem;
    border: 2px solid var(--vidanta-navy);
}

.card-deck .card .boton:hover {
    background: var(--vidanta-cyan);
    border-color: var(--vidanta-cyan);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 54, 93, 0.2);
}

.card-deck .card .boton {
    background: var(--vidanta-navy);
    color: var(--vidanta-white);
}

/* Modern Accordion Styles - Estilo Grupo Vidanta */
.modern-accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 8px !important;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    background: var(--vidanta-white);
}

.modern-accordion-item .accordion-button {
    background: var(--vidanta-white);
    color: var(--vidanta-dark);
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #e9ecef;
}

.modern-accordion-item .accordion-button:not(.collapsed) {
    background: var(--vidanta-light);
    color: var(--vidanta-navy);
    box-shadow: none;
    border-bottom: 1px solid var(--vidanta-navy);
}

.modern-accordion-item .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 54, 93, 0.15);
    border-color: var(--vidanta-navy);
}

.modern-accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a365d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.modern-accordion-item .accordion-body {
    background: var(--vidanta-white);
    padding: 1.5rem;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}

.modern-accordion-item .accordion-body .g-4:not(:first-child) {
    border-top: 1px solid #e9ecef;
    margin-top: 1rem;
}

/* Book Details Styles */
.book-cover-container {
    text-align: center;
    margin-bottom: 1rem;
}

.book-cover-container img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    margin: 0.5rem;
}

.book-cover-container img:hover {
    transform: scale(1.05);
}

.book-details {
    padding: 0 0 1rem;
}

.book-title {
    color: var(--vidanta-dark);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.book-editor, .book-publisher {
    color: var(--vidanta-dark);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.book-description {
    color: var(--vidanta-dark);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    /* text-align: justify; */
}

.book-authors {
    background: var(--vidanta-light);
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid var(--vidanta-navy);
}

.book-authors h6 {
    color: var(--vidanta-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.book-authors ul li {
    color: var(--vidanta-dark);
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.book-authors i {
    color: var(--vidanta-navy);
}

/* Modern Tabs - Estilo Grupo Vidanta */
.nav-pills .nav-link {
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0 4px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    background: transparent;
    color: var(--vidanta-dark);
    border: 1px solid #e9ecef;
    text-decoration: none;
}

.nav-pills .nav-link:hover {
    background: var(--vidanta-light);
    color: var(--vidanta-navy);
    border-color: var(--vidanta-navy);
    text-decoration: none;
}

.nav-pills .nav-link.active {
    background: var(--vidanta-navy);
    color: var(--vidanta-white);
    border-color: var(--vidanta-navy);
    box-shadow: 0 2px 8px rgba(26, 54, 93, 0.2);
}

#section-archive{
    justify-content: space-between;
    gap: 1rem 0;
}

#section-archive.nav-pills .nav-link{
    padding: 12px 20px;
    font-family: 'Gotham-Book';
    line-height: 1.3;
}

#section-archive.nav-pills .nav-link.active{
    color: #ffffff !important;
    font-family: 'Gotham-Bold';
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.8s ease-out;
}

.slide-in-left {
    animation: slideInLeft 0.8s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== ESTILOS MODERNOS PARA AWARDS - MEJORAS DE DISEÑO ===== */

/* Mejorar el título de la página */
.titulo-pagina {
    color: var(--vidanta-navy);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* Mejorar el submenu existente */
.submenu-bloque {
    background: var(--vidanta-light);
    padding: 1rem 0;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

.submenu-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 2rem;
    border-bottom: 0;
}

.submenu-ul li {
    margin: 0;
    background: transparent;
    --bs-nav-tabs-link-active-bg: transparent !important;
}

.submenu-ul li a {
    color: var(--vidanta-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    background: transparent;
}

.submenu-ul li a:hover {
    background: transparent;
    color: var(--vidanta-cyan) !important;
    border-bottom-color: var(--vidanta-cyan) !important     ;
    transform: none;
    box-shadow: none;
}

.submenu-ul li a.active {
    background: transparent;
    color: var(--vidanta-cyan) !important;
    border-bottom-color: var(--vidanta-cyan) !important;
    box-shadow: none;
    font-weight: 600;
}

.quienes-intro-texto {
    color: var(--vidanta-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* Mejorar las listas existentes */
.lista-txt {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.lista-txt li {
    background: transparent;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.5rem 2rem;
    border-radius: 0;
    /* border-left: 3px solid var(--vidanta-navy); */
    transition: all 0.3s ease;
    position: relative;
    list-style: none;
    color: var(--vidanta-dark);
    line-height: 1.6;
    font-size: 1rem;
    font-family: "Gotham-Book";
    transition: all 0.5s ease;
}

.lista-txt li:hover {
    /* background: rgba(26, 54, 93, 0.03); */
    transform: translateX(3px);
    border-left-color: var(--vidanta-blue);
    box-shadow: none;
}

.lista-txt li::before {
    content: '•';
    color: var(--vidanta-navy);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.5rem;
    font-size: 1.2rem;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline;
    align-items: normal;
    justify-content: normal;
    box-shadow: none;
}

/* Mejorar botones de compartir */
.botones-share {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
}

.boton-t {
    margin-left: 1rem;
}



/* Estilos para títulos y subtítulos de becas */
.titulo-beca-principal {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin: 1.8rem 0 0.8rem;
}

.subtitulo-beca {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1.5rem;
}

.titulo-seccion-ganadoras {
    font-size: 1.25rem !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem;
}

.nombre-ganadora {
    font-size: 1.1rem;
    font-weight: bold;
    color: #09C;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.descripcion-ganadora {
    margin-left: 1rem;
    border-left: 3px solid #09C;
    padding-left: 1rem;
}

/* Responsive para Awards */
@media (max-width: 768px) {
    .titulo-pagina {
        font-size: 2rem !important;
    }
    
    .espacio-vertical {
        padding: 2rem 1.5rem !important;
    }
    
    .submenu-ul {
        /* flex-direction: column !important; */
        gap: 1rem !important;
    }
    
    .botones-share {
        justify-content: center !important;
        margin-top: 1rem !important;
    }

    .modern-accordion-item .accordion-body .g-4:not(:first-child) {
        margin-top: 10px;
    }

    .book-description,
    .book-cover-container{
        margin-bottom: 0;
    }

    .book-title{
        font-size: 1.2rem;
    }
    .modern-accordion-item .accordion-body{
        padding: 1rem;
        text-align: left;
    }
}

/* Hero Carousel Styles */
#heroCarousel {
    height: 60vh;
    /*min-height: 500px;*/
    overflow: hidden;
}

#heroCarousel .carousel-item {
    height: 80vh;
    min-height: 500px;
}

#heroCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#heroCarousel .carousel-caption {
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: left;
}

#heroCarousel .carousel-caption h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

#heroCarousel .carousel-caption p {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    margin-bottom: 0;
}

#heroCarousel .carousel-indicators {
    bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 20px;
}

#heroCarousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.4);
    border: none;
    margin: 0 3px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

#heroCarousel .carousel-indicators button.active {
    background-color: var(--vidanta-accent);
    transform: scale(1.3);
}

/* Responsive indicators for mobile */
@media (max-width: 768px) {
    #heroCarousel .carousel-indicators {
        bottom: 10px;
        padding: 0 10px;
    }
    
    #heroCarousel .carousel-indicators button {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background-color: rgba(0,0,0,0.6);
}

#heroCarousel .carousel-control-prev {
    left: 20px;
}

#heroCarousel .carousel-control-next {
    right: 20px;
}
/* Responsive Adjustments */
@media (min-width: 768px) {
    /* Tablet y desktop - 3 columnas */
    .card-deck {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        justify-items: center;
        align-items: center;
    }

    .card-deck .card {
        padding: 1.8rem;
    }

    /* Tablet - contenedor de premios y becas */
    .container-xl .espacio-vertical {
        padding: 2rem 2.5rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .section-header{
        margin: 2rem 0.5rem 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }
    #heroCarousel {
        height: 300px;
    }
    
    #heroCarousel .carousel-item {
        height: 300px;
    }
    
    #heroCarousel .carousel-caption h5 {
        font-size: 1.2rem;
    }
    
    #heroCarousel .carousel-caption p {
        font-size: 0.9rem;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    #heroCarousel .carousel-control-prev {
        left: 10px;
    }
    
    #heroCarousel .carousel-control-next {
        right: 10px;
    }

    .container-xl .espacio-vertical {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        height: 60vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-cta .btn {
        display: block;
        margin: 10px auto !important;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .modern-grid {
        grid-template-columns: 1fr;
        padding-bottom: 1.5rem;
    }

    .section-header p{
        font-size: 1rem;
    }

    .section-header h2::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: linear-gradient(135deg, var(--vidanta-navy) 0%, var(--vidanta-blue) 100%);
        border-radius: 2px;
    }

    /* Responsive para cartas de ganadores - móvil ya está definido arriba */

    .card-deck .card {
        margin-bottom: 0;
        padding: 1.5rem;
    }

    .card-deck .card h2 {
        font-size: 1.3rem;
    }

    .card-deck .card .quienes-intro-texto {
        font-size: 0.9rem;
    }

    .card-deck .card strong.quienes-intro-texto {
        font-size: 0.95rem;
    }

    .card-deck .card .boton {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* Responsive para contenedor de premios y becas */
    .container-xl .espacio-vertical {
        padding: 1rem !important;
        margin-bottom: 1.5rem;
    }

    .news-card .card-body{
        padding: 1rem;
        text-align: left;
    }

    .news-card .news-title{
        font-size: 1.2rem;
    }

    .news-card .news-text{
        font-size: 1rem;
    }

    .news-card .news-link{  
        font-size: 13px;
    }

    .news-card.js-video-button iframe{
        min-height: 180px;
    }

    .quienes-intro-texto {
        font-size: 1rem !important;
        padding: 0;
    }
    .titulo-beca-principal {
        font-size: 1.3rem !important;
        line-height: 1.5 !important
    }
    .subtitulo-beca {
        font-size: 1.2rem !important;
    }
    .titulo-seccion-ganadoras {
        font-size: 1.1rem !important;
    }
    .nombre-ganadora {
        font-size: 0.9rem;
    }
    .strong.quienes-intro-texto {
        font-size: 0.9rem;
    }
    .card-deck .card .boton {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Swiper Multimedia Carousel Styles */
.multimedia-swiper {
    padding: 20px 0 60px 0;
    margin: 20px 0;
}

.multimedia-swiper .swiper-slide {
    height: auto;
}

.multimedia-swiper .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.multimedia-swiper .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.multimedia-swiper .card-img-top {
    transition: transform 0.3s ease;
}

.multimedia-swiper .card:hover .card-img-top {
    transform: scale(1.05);
}

.multimedia-swiper .swiper-button-next,
.multimedia-swiper .swiper-button-prev {
    color: var(--vidanta-navy);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.multimedia-swiper .swiper-button-next:after,
.multimedia-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.multimedia-swiper .swiper-pagination {
    bottom: 20px;
}

.multimedia-swiper .swiper-pagination-bullet {
    background: var(--vidanta-navy);
    opacity: 0.3;
}

.multimedia-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--vidanta-cyan);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .multimedia-swiper {
        padding: 15px 0 50px 0;
    }
    
    .multimedia-swiper .swiper-button-next,
    .multimedia-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .multimedia-swiper .swiper-button-next:after,
    .multimedia-swiper .swiper-button-prev:after {
        font-size: 16px;
    }
}

/* Estilos para tarjetas de noticias */
.news-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-card.js-video-button iframe{
    min-height: 250px;
}


.news-content {
    padding: 1.5rem;
}

.news-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.news-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* .news-title a:hover {
    color: #e74c3c;
} */

.news-date {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.news-excerpt {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.institutional-card .btn-modern,
.news-card .btn-modern {
    background: none;
    border: none;
    color: var(--vidanta-navy);
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
    padding: 0;
    transition: all 0.3s ease;
    font-family: 'Gotham-Medium';
}  

.institutional-card:hover .btn-modern,
.news-card:hover .btn-modern {
    transform: translateY(-2px);
    /* box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3); */
    color: var(--vidanta-blue);
}

/* Grid responsivo para noticias */
.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .modern-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .news-content {
        padding: 1.25rem;
    }
    
    .news-title {
        font-size: 1.1rem;
    }
}

/* ========================================
   ESTILOS MODERNOS PARA FOOTER
   ======================================== */

.modern-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--vidanta-blue), var(--vidanta-navy));
}

.footer-section {
    margin-bottom: 2rem;
}

.footer-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--vidanta-blue);
    border-radius: 1px;
}

.footer-title img{
    width: 180px;
}

@media (max-width: 576px) {
    .footer-title img{
        width: 120px;
    }
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 150px;
}

.footer-link {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    width: fit-content;
}

.footer-link:hover {
    color: var(--vidanta-blue);
    transform: translateX(5px);
    text-decoration: none;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: var(--vidanta-blue);
    transition: width 0.3s ease;
}

.footer-link:hover::before {
    width: 10px;
}

.footer-contact {
    margin-bottom: 1.5rem;
}

.footer-contact-link {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact-link:hover {
    color: var(--vidanta-blue);
    text-decoration: none;
}

.footer-contact-link i {
    font-size: 1.1rem;
}

.footer-social {
    margin-top: 1.5rem;
}

.social-title {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #ecf0f1;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: var(--vidanta-blue);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
    text-decoration: none;
}

.social-link i {
    font-size: 1.1rem;
}

.footer-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 2rem 0;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.legal-link {
    color: #95a5a6;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.legal-link:hover {
    color: var(--vidanta-blue);
    text-decoration: none;
}

.legal-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--vidanta-blue);
    transition: width 0.3s ease;
}

.legal-link:hover::after {
    width: 100%;
}

.footer-copyright {
    text-align: right;
}

.copyright-text {
    color: #7f8c8d;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}



/* Responsive para footer */
@media (max-width: 430px) {
    .footer-link-group{
        align-items: center;
    }
    .footer-title::after{
        right: 0;
        margin: auto;
    }
}
@media (max-width: 575px) {
    .footer-links {
        justify-content: space-evenly;
    }
    #footer-contact .footer-section{
        margin: 0;
    }
}
@media (max-width: 767px) {
    .modern-footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-link-group {
        min-width: auto;
    }
    
    .footer-legal {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal-links {
        justify-content: center;
        gap: 1rem;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-legal-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-link-group {
        gap: 0.5rem;
    }
}

@media (min-width: 768px) {
    #footer-contact .footer-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }
}

/* Ocultar texto/labels numéricos de los indicadores del carousel, pero mantener los indicadores visibles */
.carousel-indicators button::after,
.carousel-indicators li::after {
    content: none !important;
}

/* Asegurar que los indicadores solo muestren puntos, sin texto */
.carousel-indicators button,
.carousel-indicators li {
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
}

/* Ocultar cualquier contenido de texto dentro de los indicadores */
.carousel-indicators button *,
.carousel-indicators li * {
    display: none !important;
}