/* ===== ESTILOS ESPECÍFICOS PARA LA PÁGINA DE SALA DE PRENSA ===== */

/* Cuerpo de la página */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #F9F7EE 0% 0% no-repeat padding-box;
}

/* ===== DROPDOWN MENU ===== */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0.5rem 0;
    list-style: none;
    margin: 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

.dropdown-menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background-color: #E0F3AB;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    color: #333;
    text-decoration: none;
    font: normal normal normal 14px/18px 'Lato-Local', Arial, sans-serif;
    transition: background-color 0.3s ease;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.dropdown-menu .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    color: #026751;
    flex-shrink: 0;
    margin-left: auto;
}

.dropdown-menu a:hover .arrow {
    transform: translateX(5px);
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #026751;
}

/* ===== MOBILE DROPDOWN MENU ===== */
.mobile-dropdown {
    position: relative;
}

.mobile-dropdown-menu {
    display: none;
    background: #f8f9fa;
    border-left: 3px solid #026751;
    margin-left: 1rem;
    padding: 0.5rem 0;
    list-style: none;
    margin-top: 0.5rem;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    display: block;
}

.mobile-dropdown-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

.mobile-dropdown-menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background-color: #E0F3AB;
}

.mobile-dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
    font: normal normal normal 14px/18px 'Lato-Local', Arial, sans-serif;
    transition: color 0.3s ease;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.mobile-dropdown-menu .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    color: #026751;
    flex-shrink: 0;
    margin-left: auto;
}

.mobile-dropdown-menu a:hover {
    color: #026751;
}

/* ===== CONTENEDOR PRINCIPAL CON MAX-WIDTH 1280PX ===== */
.sala-prensa-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ===== HERO SECTION DE SALA DE PRENSA ===== */
.sala-prensa-hero {
    background: #F9F7EE;
    padding: 4rem 0 6rem 0;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: visible;
}

/* Elemento decorativo izquierdo - Círculo rosa */
.sala-prensa-decorative-left {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 87px;
    height: 87px;
    background: #F5C6CB 0% 0% no-repeat padding-box;
    border-radius: 44px;
    opacity: 1;
    z-index: 5;
}

/* Título principal */
.sala-prensa-title {
    width: 280px;
    height: 48px;
    color: #313131;
    text-align: center;
    font: normal normal 900 40px/48px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    margin: 2rem auto 2rem auto;
    z-index: 20;
    display: block;
}

/* Párrafo introductorio */
.sala-prensa-intro {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 496px;
    height: 36px;
    color: #313131;
    text-align: center;
    font: normal normal normal 15px/18px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    z-index: 20;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

/* Elemento decorativo derecho - Flores */
.sala-prensa-decorative-right {
    position: absolute;
    top: -13px;
    right: -53px;
    width: 362px;
    height: 362px;
    background: transparent url('../../assets/images/Collage_sala_de_prensa.png') 0% 0% no-repeat padding-box;
    background-size: contain;
    background-position: center;
    opacity: 1;
    z-index: 100;
}

/* ===== SECCIÓN DE NOTICIAS ===== */
.noticias-section {
    background: #F9F7EE;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    overflow: visible;
}

.noticias-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noticias-title {
    width: 135px;
    height: 41px;
    text-align: left;
    font: normal normal 900 34px/41px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #D078BB;
    opacity: 1;
    margin: 0 0 3rem 0;
    align-self: flex-start;
    margin-left: calc((100% - 579px - 409px - 2rem) / 2);
}

.noticias-grid {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    position: relative;
}

/* Contenedor del lado izquierdo */
.noticia-lado-izquierdo {
    width: 579px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Imagen principal */
.noticia-imagen-principal {
    width: 579px;
    height: 300px;
    background: transparent url('../../assets/images/fotografias/prensa/Seleccionadas-PNDS-web_800x664.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

/* Noticia principal */
.noticia-principal {
    width: 579px;
    height: 149px;
    background: #FEFCEF 0% 0% no-repeat padding-box;
    border: 1px solid #026751;
    border-radius: 17px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.noticia-principal:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px #00000040;
    background: #E0F3AB;
}

.noticia-imagen {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.noticia-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noticia-contenido {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.noticia-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.5rem;
    height: 30px;
}

.noticia-titulo {
    width: 488px;
    height: 44px;
    text-align: left;
    font: normal normal 900 18px/22px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #313131;
    opacity: 1;
    margin: 0 0 0.25rem 0;
}

.noticia-descripcion {
    color: #313131;
    text-align: left;
    font: normal normal normal 15px/18px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0 0 0.5rem 0;
}

.noticia-fecha {
    width: 90px;
    height: 17px;
    text-align: left;
    font: normal normal normal 11px/13px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 1.1px;
    color: #969696;
    opacity: 1;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.noticia-fecha::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 11px;
    border: 1px solid #969696;
    opacity: 1;
}

.noticia-boton {
    width: 89px;
    height: 21px;
    background: #E4BEDB 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 23px;
    text-align: center;
    font: normal normal normal 13px/21px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #707070;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-decoration: none;
}

.noticia-boton:hover {
    background: #357ABD;
    text-decoration: none;
}

/* Noticias secundarias */
.noticias-secundarias {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.noticia-secundaria {
    width: 409px;
    height: 191px;
    background: #FEFCEF 0% 0% no-repeat padding-box;
    border: 1px solid #026751;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.noticia-secundaria-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.5rem;
    height: 30px;
}

.noticia-secundaria:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px #00000040;
    background: #E0F3AB;
}

.noticia-secundaria-titulo {
    text-align: left;
    font: normal normal 900 18px/22px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #313131;
    opacity: 1;
    margin: 0 0 0.25rem 0;
}

.noticia-secundaria-descripcion {
    color: #313131;
    text-align: left;
    font: normal normal normal 15px/18px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0 0 1rem 0;
}

.noticia-secundaria-fecha {
    width: 90px;
    height: 17px;
    text-align: left;
    font: normal normal normal 11px/13px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 1.1px;
    color: #969696;
    opacity: 1;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.noticia-secundaria-fecha::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 11px;
    border: 1px solid #969696;
    opacity: 1;
}

.noticia-secundaria-boton {
    width: 89px;
    height: 21px;
    background: #E4BEDB 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 23px;
    text-align: center;
    font: normal normal normal 13px/21px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #707070;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-decoration: none;
}

.noticia-secundaria-boton:hover {
    background: #357ABD;
    text-decoration: none;
}

/* ===== TARJETAS ADICIONALES ===== */
.tarjetas-adicionales {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    justify-content: space-between;
}

.tarjeta-adicional {
    width: 324px;
    height: 434px;
    background: #FBF9EF 0% 0% no-repeat padding-box;
    border: 1px solid #026751;
    border-radius: 14px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tarjeta-adicional:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px #00000040;
    background: #E0F3AB;
}

.tarjeta-adicional-imagen {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.tarjeta-adicional-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tarjeta-adicional-contenido {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
}

.tarjeta-adicional-titulo {
    text-align: left;
    font: normal normal 900 18px/22px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #313131;
    opacity: 1;
    margin: 0;
}

.tarjeta-adicional-descripcion {
    color: #313131;
    text-align: left;
    font: normal normal normal 13px/16px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0;
    flex-grow: 1;
}

.tarjeta-adicional-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.5rem;
    height: 30px;
}

.tarjeta-adicional-fecha {
    width: 90px;
    height: 17px;
    text-align: left;
    font: normal normal normal 11px/13px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 1.1px;
    color: #969696;
    opacity: 1;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.tarjeta-adicional-fecha::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 11px;
    border: 1px solid #969696;
    opacity: 1;
}

.tarjeta-adicional-boton {
    width: 89px;
    height: 21px;
    background: #E4BEDB 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 23px;
    text-align: center;
    font: normal normal normal 13px/21px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #707070;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-decoration: none;
}

.tarjeta-adicional-boton:hover {
    background: #357ABD;
    text-decoration: none;
}

/* ===== BOTÓN VER MÁS NOTICIAS ===== */
.ver-mas-noticias-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.ver-mas-noticias-boton {
    width: 188px;
    height: 35px;
    background: #E4BEDB 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 23px;
    text-align: left;
    font: normal normal normal 16px/19px 'Lato-Local', Arial, sans-serif;
    letter-spacing: 0px;
    color: #707070;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-mas-noticias-boton:hover {
    background: #357ABD;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .sala-prensa-title {
        font-size: 42px;
        line-height: 52px;
        margin: 2rem auto 2rem auto;
    }
    
    .sala-prensa-intro {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 3rem auto;
        font-size: 16px;
        line-height: 26px;
    }
    
    .sala-prensa-decorative-right {
        width: 150px;
        height: 250px;
        right: 30px;
    }
    
    .sala-prensa-decorative-left {
        width: 60px;
        height: 60px;
        left: 30px;
    }
    
    .noticias-section {
        margin-top: -50px;
    }
}

@media (max-width: 968px) {
    .sala-prensa-title {
        font-size: 36px;
        line-height: 46px;
        margin: 2rem auto 2rem auto;
    }
    
    .sala-prensa-intro {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 3rem auto;
        font-size: 15px;
        line-height: 24px;
    }
    
    .sala-prensa-decorative-right {
        width: 120px;
        height: 200px;
        right: 20px;
    }
    
    .sala-prensa-decorative-left {
        width: 50px;
        height: 50px;
        left: 20px;
    }
    
    .noticias-section {
        margin-top: -50px;
    }
    
    .noticias-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .sala-prensa-hero {
        min-height: auto;
        padding: 2rem 0;
    }
    
    .noticias-section {
        padding: 2rem 0;
        margin-top: -50px;
    }
    
    .noticias-container {
        padding: 0 1rem;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .noticias-grid {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        max-width: 100%;
    }
    
    .noticia-lado-izquierdo {
        width: 100%;
        max-width: 100%;
    }
    
    .noticia-imagen-principal {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }
    
    .noticia-principal {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .noticias-secundarias {
        width: 100%;
        max-width: 100%;
    }
    
    .noticia-secundaria {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .noticia-imagen {
        height: 200px;
    }
    
    .noticia-contenido {
        padding: 1.5rem;
    }
    
    .noticia-titulo {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 3.5rem;
    }
    
    .noticia-descripcion {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    
    .noticia-boton {
        width: 80px;
        height: 20px;
        font-size: 12px;
        align-self: flex-start;
    }
    
    .sala-prensa-container {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .sala-prensa-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 32px;
        line-height: 40px;
        margin: 2rem 0 1.5rem 0;
        text-align: center;
    }
    
    .sala-prensa-intro {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 2rem 0;
        text-align: left;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    
    .sala-prensa-decorative-left {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
    }
    
    .sala-prensa-decorative-right {
        position: absolute;
        top: 266px;
        right: -50px;
        width: 180px;
        height: 180px;
        z-index: 100;
    }
    
    .noticia-secundaria {
        padding: 1rem;
    }
    
    .noticia-secundaria-titulo {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 0.75rem;
    }
    
    .noticia-secundaria-descripcion {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .noticia-secundaria-boton {
        width: 80px;
        height: 20px;
        font-size: 12px;
    }
    
    .tarjetas-adicionales {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        margin-top: 1.5rem;
    }
    
    .tarjeta-adicional {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .ver-mas-noticias-container {
        margin-top: 2rem;
    }
    
    .ver-mas-noticias-boton {
        width: 170px;
        height: 32px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    .sala-prensa-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .sala-prensa-intro {
        font-size: 13px;
        line-height: 20px;
    }
    
    .sala-prensa-decorative-left {
        width: 30px;
        height: 30px;
    }
    
    .sala-prensa-decorative-right {
        width: 180px;
        height: 180px;
    }
    
    .noticias-container {
        padding: 0 0.5rem;
    }
    
    .noticia-imagen {
        height: 200px;
    }
    
    .noticia-contenido {
        padding: 1rem;
    }
    
    .noticia-titulo {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .noticia-descripcion {
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .noticia-secundaria {
        padding: 1rem;
    }
    
    .noticia-secundaria-titulo {
        font-size: 14px;
        line-height: 20px;
    }
    
    .noticia-secundaria-descripcion {
        font-size: 13px;
        line-height: 20px;
    }
    
    .tarjeta-adicional {
        height: 330px;
    }
    
    .tarjeta-adicional-imagen {
        height: 200px;
    }
    
    .tarjeta-adicional-titulo {
        font-size: 13px;
        line-height: 16px;
    }
    
    .tarjeta-adicional-descripcion {
        font-size: 12px;
        line-height: 16px;
    }
    
    .tarjetas-adicionales {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .ver-mas-noticias-container {
        margin-top: 1.5rem;
    }
    
    .ver-mas-noticias-boton {
        width: 150px;
        height: 30px;
        font-size: 13px;
        line-height: 16px;
    }

    /* Estilos responsivos para sección de archivo */
    .archivo-section {
        padding: 1rem 0 !important;
        background-color: #F9F7EE !important;
    }
    
    .archivo-container {
        padding: 1rem 0.75rem !important;
        max-width: 100% !important;
    }
    
    .archivo-content {
        grid-template-columns: 1fr !important;
        gap: 0rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .archivo-title {
        font-size: 20px !important;
        line-height: 24px !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
    }
    
    .archivo-description {
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    .archivo-links {
        gap: 0.75rem !important;
    }
    
    .archivo-link {
        padding: 0.75rem !important;
        font-size: 14px !important;
        line-height: 18px !important;
        width: 100% !important;
        max-width: 280px !important;
    }
    
    .link-text {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    
    .link-icon {
        font-size: 14px !important;
    }
    
    .archivo-decorative {
        margin: 1.5rem 0 !important;
    }
    
    .decorative-image {
        max-width: 80% !important;
    }

    .tab-buttons {
        flex-direction: column;
        gap: 0.25rem;
    }

    .tab-button {
        padding: 0.5rem 1rem;
        font-size: 12px;
        line-height: 16px;
    }
}

/* Tarjetas adicionales ocultas */
.tarjetas-adicionales-ocultas {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.tarjetas-adicionales-ocultas .tarjeta-adicional {
    width: 324px;
    height: 434px;
    background: #FBF9EF 0% 0% no-repeat padding-box;
    border: 1px solid #026751;
    border-radius: 14px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tarjetas-adicionales-ocultas .tarjeta-adicional:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px #00000040;
    background: #E0F3AB;
}
.archivo-section {
    background-color: #F9F7EE !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #313131 !important;
    border: none !important;
}

.archivo-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 3rem 1rem !important;
    width: 100% !important;
}

.archivo-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0rem !important;
    margin-bottom: 3rem !important;
}

.archivo-left, .archivo-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 5rem !important;
}

.archivo-title {
    font: normal normal bold 32px/38px Lato !important;
    color: #026751 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.archivo-description {
    font: normal normal normal 16px/24px Lato !important;
    color: #313131 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.archivo-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.archivo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 324px !important;
    height: 47px !important;
    padding: 1rem 1.5rem !important;
    background: transparent !important;
    border: 1px solid #00604B !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    opacity: 1 !important;
    overflow: visible !important;
    text-decoration: none !important;
    color: inherit !important;
}

.archivo-link:hover {
    background: #E0F3AB !important;
    border: 1px solid #00604B !important;
    color: #00604B !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.link-text {
    font: normal normal normal 16px/20px Lato !important;
    color: #026751 !important;
    margin: 0 !important;
    flex: 1 !important;
}

.archivo-link:hover .link-text {
    color: #026751 !important;
}

.link-icon {
    width: 26px !important;
    height: 25px !important;
    background: #E7E033 0% 0% no-repeat padding-box !important;
    border: 1px solid #00604B !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font: normal normal normal 16px/20px Lato !important;
    color: #00604B !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    opacity: 1 !important;
    position: absolute !important;
    right: -13px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.archivo-link:hover .link-icon {
    background: #E7E033 0% 0% no-repeat padding-box !important;
    border: 1px solid #00604B !important;
    color: #00604B !important;
    opacity: 1 !important;
}

/* ===== PESTAÑAS DE EDICIONES ===== */
.ediciones-tabs {
    margin-top: 2rem;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.tab-button {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid #026751;
    border-radius: 8px;
    color: #026751;
    font: normal normal normal 14px/18px Lato;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button:hover {
    background: #E0F3AB;
    color: #026751;
}

.tab-button.active {
    background: #026751;
    color: white;
}

/* Elementos decorativos */
.archivo-decorative {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 2rem 0 !important;
    padding: 0 !important;
}

.decorative-image {
    max-width: 33% !important;
    height: auto !important;
}
