@font-face {
    font-family: "Futura Std Medium";
    src: url("FuturaStdMedium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura Std Bold";
    src: url("FuturaStdBold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: "New York Large Regular";
    src: url("Premio-interceramic/Premio-interceramic-2026/Fonts/NewYorkLargeRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New York Large Bold";
    src: url("Premio-interceramic/Premio-interceramic-2026/Fonts/NewYorkLargeBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('Lo-mas-nuevo/Fonts/JosefinSans-Regular.ttf?$staticlink$') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #efeeeb;
    margin: 0;
}

/* Menu principal */
.premio-interceramic-menu {
    font-family: "Futura Std Medium", sans-serif;
    letter-spacing: 0.4vw !important;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 2vw;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

/* Items del menu */
.premio-interceramic-menu-item {
    padding: 10px;
    font-size: clamp(10px, 1vw, 18px);
    font-weight: normal;
    color: #876d58 !important;
    transition: color 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

/* Separadores entre elementos del menu en pantallas grandes */
.premio-interceramic-menu-item:not(:last-child) {
    border-right: 2px solid #876d58;
    padding-right: 2vw;
}

/* Enlaces del menÃº */
.premio-interceramic-link {
    text-decoration: none;
    color: #876d58 !important;
    text-align: center;
    display: block;
    width: 100%;
}

/* Efecto Hover */
.premio-interceramic-link:hover,
.premio-interceramic-link.selected:hover {
    color: #876d58 !important;
    text-decoration: none;
}

.premio-interceramic-link.selected {
    color: #876d58 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 5px !important;
}

.premio-interceramic-menu-item.selected .premio-interceramic-link:hover {
    color: #876d58 !important;
}

.header-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2vw 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

a.logotipo {
    width: 100% !important;
    padding: 0 6vw;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 0 2vw 0;
}

a.logotipo img {
    width: 20%;
    min-width: 200px;
    margin: 0 0 2vw 0;
}

a.logotipo::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #876d58;
    position: absolute;
    left: 0;
    bottom: -1vw;
}

.imagen-contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 6vw;
    width: 100%;
    box-sizing: border-box;
}

.imagen-derecha-sello {
    flex-shrink: 0 !important;
    width: 18vw;
    max-width: 260px;
    min-width: 100px;
    height: auto !important;
    position: static !important;
    margin: 0 !important;
}

.imagen-izquierda-logo {
    position: static;
    width: auto;
    height: 8vw;
    margin: 0;
}

.imagen-leyenda {
    height: 8vw;
    left: 6vw;
}

.intro-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 6vw;
    position: relative;
}

.intro-block .texto-contenedor-derecha {
    width: 40%;
    margin-left: auto;
    margin-right: 6vw;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "New York Large Regular", serif;
    font-weight: 500;
    font-size: clamp(18px, 1.6vw, 28px);
    color: #876d58;
    line-height: 1.5;
    text-align: justify;
    text-align-last: right;
}

.intro-block .texto-contenedor-derecha p {
    margin: 1em 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.imagen-leyenda-titulo {
    display: block;
    height: 5vw !important;
    width: auto !important;
    max-width: 50vw;
    margin-left: 6vw;
    margin-bottom: 4vw;
}

.imagen-leyenda-origen {
    display: block;
    height: 5vw !important;
    width: auto !important;
    max-width: 85vw;
    margin: 4vw auto 0 !important;
}

.texto-contenedor {
    width: 100%;
    max-width: 2100px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.texto-bold {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: bold;
    color: #715e53;
    margin: 0;
    margin-left: 6vw;
    margin-right: 6vw;
}

.texto-normal {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: normal;
    color: #876d58;
    line-height: 1.2;
    margin: 0;
    text-decoration-color: currentColor;
    margin-left: 6vw;
    margin-right: 6vw;
}

.texto-normal a {
    color: #2524b8;
    text-decoration-color: currentColor;
    text-decoration-thickness: 2px;
}

/* Hover en enlaces */
.texto-normal a:hover {
    color: #1a1985;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* --- SECCIÓN: CONOCE LAS BASES --- */
.seccion-conoce-bases {
    width: 100%;
    padding: 0 6vw;
    box-sizing: border-box;
    display: flex;
    margin-top: 2vw;
}

.texto-conoce-bases {
    font-family: "New York Large Bold", serif;
    font-size: clamp(20px, 2.5vw, 38px);
    color: #876d58;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.contenido-centrado-estatuilla {
    margin-top: auto;
    margin-bottom: auto;
}

.titulo-estatuilla {
    font-family: "New York Large Bold", serif;
    font-size: clamp(22px, 2.2vw, 38px);
    color: #fefffe;
    margin-bottom: 1.5vw;
    margin-top: 0;
}

.titulo-gala {
    font-family: "New York Large Bold", serif !important;
    font-size: clamp(20px, 2vw, 34px);
    color: #fefffe;
    margin-top: 0;
    margin-bottom: 1vw;
    text-transform: uppercase;
}

.seccion-estatuilla {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 0 0 6vw;
    margin-bottom: 8vw;
    box-sizing: border-box;
}

.texto-estatuilla-contenedor {
    width: 48%;
    text-align: justify;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.parrafo-estatuilla {
    font-family: "New York Large Regular", serif;
    font-size: clamp(15px, 1.3vw, 22px);
    color: #fefffe;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

.titulo-gala {
    font-family: "New York Large Bold", serif;
    font-size: clamp(20px, 2vw, 34px);
    color: #fefffe;
    margin-top: 4vw;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.imagen-estatuilla-der {
    position: static;
    display: block;
    width: 40%;
    height: auto;
    margin-left: auto;
}

/* ==========================================================================
   SECCIÓN: CONVOCATORIA - PLECA SUPERIOR
   ========================================================================== */

/* EL CONTENEDOR RECTANGULAR BASE */
.convocatoria-pleca-superior {
    width: 100%;
    min-height: 25vw;
    background-color: #9a9b86;
    position: relative;
    padding: 4vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4vw;
    overflow: hidden;
}

.convo-imagen-fondo-derecha {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    pointer-events: none;
}

.convocatoria-header-row,
.convocatoria-cta-row {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 0 6vw;
    width: 100%;
    box-sizing: border-box;
}

/* 1. FILA DE LOGOS (Arriba) */
.convocatoria-header-row {
    justify-content: space-between;
    align-items: center;
}

/* Ajustes de tamaño para los logos */
.convo-logo-blanco {
    width: 45vw;
    max-width: 750px;
    height: auto;
}

/* El sello de 15 años */
.convo-sello-blanco {
    width: 15vw;
    max-width: 300px;
    height: auto;
    margin-right: 4vw;
}

/* 2. FILA DE DESCARGA (Call To Action) */
.convocatoria-cta-row {
    display: flex;
    align-items: center;
    margin-top: 2vw;
    justify-content: flex-start;
}

.convocatoria-cta-row p {
    font-family: "JosefinSans-Regular", serif;
    font-size: clamp(24px, 2vw, 45px);
    color: #FFFFFF !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Estilo del texto "DESCARGA LA CONVOCATORIA" */
.convo-cta-texto {
    font-family: "JosefinSans-Regular", serif;
    font-size: clamp(24px, 2vw, 45px);
    color: #FFFFFF !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

/* Estilo del enlace "AQUÍ" */
.convo-cta-link {
    font-family: "JosefinSans-Regular", serif;
    color: #FFFFFF !important;
    text-decoration: underline !important;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    margin-left: 10px;
    transition: opacity 0.3s;
}

.convo-cta-link:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

/* 3. BARRA VERTICAL DERECHA ("CONVOCATORIA") */
.convo-vertical-txt {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(50%, -50%) rotate(-90deg);
    height: 1.8vw;
    min-height: 20px;
    width: auto;
    z-index: 2;
}

/* ==========================================================================
   SECCIÓN: TABLA DE CATEGORÍAS (GRID)
   ========================================================================== */

.convocatoria-tabla-categorias {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.convo-fila-titulo,
.convo-fila-contenido {
    display: flex;
    width: 100%;
    padding: 2vw 6vw;
    box-sizing: border-box;
    gap: 4vw;
}

.convo-fila-titulo {
    background-color: #efeeeb;
    align-items: center;
    min-height: 5vw;
}

.convo-fila-titulo h3 {
    font-family: "New York Large Bold", serif !important;
    font-weight: 900 !important;
    font-size: clamp(20px, 1.8vw, 30px) !important;
    color: #5e4b35;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}

.convo-fila-contenido {
    background-color: #9a9b86;
    padding-top: 3vw;
    padding-bottom: 4vw;
    align-items: flex-start;
}

.convo-columna {
    width: 50%;
}

.convo-columna p {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(21px, 1.6vw, 27px) !important;
    color: #FFFFFF;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5vw;
    text-align: left;
}

.convo-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.convo-lista li {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(18px, 1.4vw, 24px) !important;
    color: #FFFFFF;
    margin-bottom: 0.2vw !important;
    line-height: 1.2;
}

/* ==========================================================================
   SECCIÓN: CATEGORÍA ESPECIAL KOHLER
   ========================================================================== */

.convo-fila-kohler {
    position: relative;
    display: flex;
    width: 100%;
    padding: 5vw 6vw;
    box-sizing: border-box;
    gap: 4vw;
    align-items: center;
    overflow: hidden;
    background-color: #efeeeb;
}

.convo-fondo-kohler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.contenido-frente {
    position: relative;
    z-index: 1;
}

.kohler-titulo {
    font-family: "New York Large Bold", serif !important;
    font-weight: 900 !important;
    font-size: clamp(20px, 1.8vw, 30px) !important;
    color: #5e4b35;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}

.kohler-texto {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(21px, 1.6vw, 27px) !important;
    color: #FFFFFF;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.premio-interceramic-footer {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
}

/* ==========================================================================
   SECCIÓN: JURADO
   ========================================================================== */

/* 1. PLECA SUPERIOR */
.jurado-pleca-superior {
    width: 100%;
    min-height: 18vw;
    background-color: #9a9b86;
    position: relative;
    padding: 4vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.jurado-vertical-txt {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(50%, -50%) rotate(-90deg);
    height: 1.8vw;
    min-height: 20px;
    width: auto;
    z-index: 2;
}

/* 2. GRID PRINCIPAL (Fotos de Jurados) */
.contenedor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    width: 100%;
    padding: 0 6vw 6vw 6vw;
    background-color: #9a9b86;
    box-sizing: border-box;
    margin: 0;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.03);
}

.grid-item img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-bottom: 1vw;
}

.grid-item p,
.grid-item .texto-bold {
    font-family: "New York Large Bold", serif !important;
    color: #FFFFFF !important;
    font-size: clamp(14px, 1.3vw, 20px);
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.jurado-bio-wrapper {
    width: 100%;
    background-color: #9a9b86;
    padding: 0 6vw;
    box-sizing: border-box;
}

.jurado-bio {
    display: flex;
    align-items: center;
    background-color: #efeeeb !important;
    background-image: none !important;
    padding: 4vw;
    margin-bottom: 4vw;
    width: 100%;
    box-sizing: border-box;
}

.jurado-bio img {
    margin-right: 4vw;
    width: 25vw;
    max-width: 350px;
    height: auto !important;
}

.jurado-bio-texto {
    flex: 1;
}

.jurado-bio-texto h2,
.jurado-bio-texto-bold {
    font-family: "Futura Std Bold", sans-serif !important;
    color: #5e4b35 !important;
    font-size: clamp(18px, 1.8vw, 26px);
    margin-bottom: 1.5vw;
    letter-spacing: 0.05em;
}

.jurado-bio-texto p {
    font-family: "Futura Std Medium", sans-serif !important;
    font-size: clamp(16px, 1.3vw, 20px);
    color: #5e4b35 !important;
    line-height: 1.6;
    text-align: justify;
}

/* ==========================================================================
   SECCIÓN: JURADO INVITADO
   ========================================================================== */
.jurado-invitado-section {
    position: relative;
    width: 100%;
    padding: 2vw 6vw; 
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f0ebe5;
}

.ji-fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.ji-contenido {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    width: 100%;
    align-items: center;
}

.ji-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ji-foto-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #c4c4c4;
    margin-bottom: 1.5vw;
    display: block;
}

.ji-item img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-bottom: 1.5vw;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

.ji-item p {
    font-family: "New York Large Bold", serif !important;
    color: #5e4b35 !important;
    font-size: clamp(14px, 1.3vw, 20px);
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.ji-titulo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ji-titulo-img {
    width: 55%;
    max-width: 250px;
    height: auto;
}

/* ==========================================================================
   SECCIÓN: REGISTRO
   ========================================================================== */

.registro-hero-section {
    display: flex;
    width: 100%;
    background-color: #9a9b86;
    align-items: center;
    padding-bottom: 4vw;
}

.registro-foto-wrapper {
    width: 58%;
    position: relative;
    z-index: 1;
}

.registro-foto-main {
    width: 100%;
    height: auto;
    display: block;
}

.registro-info-wrapper {
    width: 42%;
    padding: 0 4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.reg-titulo-fino,
.reg-fecha-grande {
    align-self: flex-end;
    text-align: right;
    margin-left: 0;
}

.reg-titulo-fino {
    font-family: serif;
    font-size: clamp(28px, 3.5vw, 45px);
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #f0ebe5 !important;
    white-space: nowrap;
}

.reg-fecha-grande {
    font-family: serif;
    font-size: clamp(28px, 3.5vw, 45px);
    margin: 0.5vw 0 3vw 0;
    text-transform: uppercase;
    line-height: 1.1;
    color: #f0ebe5 !important;
    white-space: nowrap;
}

.reg-boton-wrapper {
    margin-bottom: 4vw;
    display: inline-block;
    transition: transform 0.3s;
}

.reg-boton-wrapper:hover {
    transform: scale(1.05);
}

.reg-btn-img {
    width: 25vw;
    max-width: 350px;
    height: auto;
}

/* ====================================
   NUEVO CONTADOR (TIMER)
   ==================================== */

.reg-countdown-container {
    width: fit-content;
    max-width: 750px;
}

.reg-timer-box {
    background: linear-gradient(to right, #f29e69, #999a85);
    padding: 1.5vw 2.5vw;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.timer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Estilo de los números */
.t-num {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(28px, 3.5vw, 55px);
    letter-spacing: 2px;
    line-height: 1;
}

.t-label {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(10px, 1vw, 16px);
    letter-spacing: 1px;
    margin-top: 5px;
}

.t-sep {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(28px, 3.5vw, 55px);
    margin: 0 1vw;
    line-height: 0.9;
}

.timer-pie {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(10px, 1vw, 16px);
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
    letter-spacing: 1px;
}

.reg-countdown-img {
    width: 22vw;
    max-width: 320px;
    height: auto;
}

/* --- BLOQUE 2: CALENDARIO --- */
.registro-calendario-section {
    display: flex;
    width: 100%;
    background-color: #9a9b86;
    padding: 4vw 6vw;
    box-sizing: border-box;
    position: relative;
    min-height: 40vw;
    align-items: center;
    overflow: hidden;
}

.calendario-vertical-wrapper {
    position: absolute;
    left: 18vw;
    top: 50%;
    width: 0;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.calendario-img-vertical {
    display: block;
    transform: rotate(-90deg);
    height: 2.5vw;
    width: auto;
    max-height: 50px;
}

.calendario-lista {
    margin-left: 35%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.cal-item {
    text-align: left;
    color: #FFFFFF;
}

.cal-fecha {
    font-family: "Futura Std Bold", sans-serif;
    font-size: clamp(16px, 1.2vw, 20px);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cal-desc {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(16px, 1.2vw, 20px);
    margin: 0;
    opacity: 0.9;
}

/* --- BLOQUE 3: DOCUMENTOS (Fondo Beige) --- */
.registro-docs-section {
    background-color: #efeeeb;
    padding: 5vw 6vw;
    width: 100%;
    box-sizing: border-box;
}

.docs-titulo {
    font-family: "New York Large Bold", serif;
    color: #5e4b35;
    font-size: clamp(20px, 1.8vw, 30px);
    margin: 0 0 2vw 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 900;
}

.docs-lista {
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}

.doc-link {
    font-family: "Futura Std Medium", sans-serif;
    font-size: clamp(16px, 1.2vw, 20px);
    color: #5e4b35;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s;
}

.doc-link:hover {
    opacity: 0.7;
}

/* ==========================================================================
   SECCIÓN: FAQ (PREGUNTAS FRECUENTES) - SOLO PLECA
   ========================================================================== */
/* 1. PLECA SUPERIOR */
.faq-pleca-superior {
    width: 100%;
    min-height: 18vw;
    background-color: #efeeeb;
    position: relative;
    padding: 4vw 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.faq-vertical-txt {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(50%, -50%) rotate(-90deg);
    height: 3.6vw;
    min-height: 45px;
    width: auto;
    z-index: 2;
}

/* Footer */
.premio-interceramic-footer {
    position: static;
    bottom: 0;
    width: 100%;
}

/* Títulos agrupados (Ocultos por defecto en Desktop) */
.convo-titulo-movil {
    display: none; 
    font-family: "New York Large Bold", serif !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    color: #efeeeb; /* Color beige claro para resaltar en el fondo verde */
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Línea sutil para separar del texto */
    padding-bottom: 10px;
}

/* --- RESPONSIVE: MODO MÓVIL --- */
@media screen and (max-width: 950px) {

    .calendario-vertical-wrapper {
        position: static;
        transform: none;
        text-align: center;
        margin: 4vh 0
    }

    .calendario-img-vertical {
        height: auto;
        transform: rotate(0deg);
    }

    .calendario-lista {
        margin-left: 0;
        text-align: center;
    }

    .cal-item {
        text-align: center;
    }
    .contenedor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contenido-centrado-estatuilla {
        padding: 0 3vw;
    }

    .convocatoria-pleca-superior {
        min-height: auto;
        padding: 4vw 0;
        gap: 0;
    }

    .convo-imagen-fondo-derecha {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .convo-titulo-movil {
        display: block !important; /* Encendemos los títulos agrupados */
        background-color: #efeeeb;
        color: #5e4b35;
        padding: 20px 6vw;
        margin: 0 0 20px 0;
        border-bottom: none;
    }

    .convocatoria-header-row {
        flex-direction: row;
        padding: 0 2vw;
    }

    .convo-logo-blanco {
        width: 70%;
    }

    .convo-sello-blanco {
        width: 30%;
        align-self: flex-end;
        margin-right: 0;
    }

    .convocatoria-cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 2vh;
    }

    .convo-img-descarga,
    .convo-img-aqui {
        height: 25px;
    }

    .convo-vertical-txt {
        display: none;
    }

    .convo-fila-titulo,
    .convo-fila-contenido {
        flex-direction: column;
        gap: 20px;
        padding: 30px 6vw;
    }

    .convo-columna {
        width: 100%;
    }

    .convo-fila-titulo {
        display: none !important;
    }

    .convo-fila-contenido {
        flex-direction: column;
        gap: 40px;
        padding: 0 !important;
    }

    .convo-fila-contenido .convo-columna {
        width: 100%;
        padding-bottom: 40px;
    }

    .convo-fila-contenido .convo-columna p,
    .convo-fila-contenido .convo-columna ul {
        padding: 0 6vw;
        box-sizing: border-box;
    }

    .convo-fila-kohler {
        flex-direction: column;
        gap: 30px;
        padding: 40px 6vw;
        text-align: center;
    }

    .imagen-estatuilla-der {
        object-fit: contain;
    }

    .intro-block .texto-contenedor-derecha {
        margin-left: 6vw;
        width: 90%;
        text-align-last: left;
    }

    .faq-vertical-txt {
        display: none;
    }
    
    /* --- RESPONSIVE JURADO INVITADO --- */
    .ji-contenido {
        grid-template-columns: repeat(2, 1fr); /* Pasa a 2 columnas como los jueces de arriba */
        gap: 6vw;
    }
    
    .ji-titulo-item {
        grid-column: span 2; /* Obliga al título a bajar y ocupar todo el ancho */
        order: -1; /* Asegura que el título quede antes que las fotos en el orden visual */
        margin-bottom: 1vh;
    }

    .ji-titulo-img {
        width: 50%; /* Un poco más pequeño en celular */
    }

    .jurado-invitado-section {
        padding: 10vw 6vw;
    }

    .jurado-bio {
        flex-direction: column !important;
        text-align: center;
    }

    .jurado-bio img {
        margin: 3vw !important;
    }

    .jurado-vertical-txt {
        display: none;
    }

    .registro-calendario-section {
        flex-direction: column;
    }

    .registro-hero-section {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .registro-info-wrapper {
        margin-left: 0;
        padding: 10vw 6vw;
        align-items: center;
        text-align: center;
    }

    .registro-info-wrapper {
        padding: 40px 6vw;
    }

    .registro-foto-wrapper,
    .registro-info-wrapper {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .reg-btn-img {
        width: 55vw;
    }

    .reg-boton-wrapper,
    .reg-countdown-container {
        margin-left: 0;
        width: 55vw;
    }

    .reg-titulo-fino,
    .reg-fecha-grande {
        align-self: center;
        margin-left: 0;
        text-align: center;
        white-space: break-spaces;
    }

    .seccion-conoce-bases {
        margin: 2vw 0;
        justify-content: center;
    }

    .seccion-estatuilla {
        padding: 0;
    }

    .texto-conoce-bases {
        font-size: clamp(18px, 2.5vw, 38px);
    }

    .texto-estatuilla-contenedor {
        width: 100%;
    }

    .texto-normal {
        text-align: justify;
    }

    .titulo-gala {
        width: 150%;
        text-align: center;
    }

    .premio-interceramic-menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .premio-interceramic-menu-item {
        padding: 15px 0;
        border-right: none !important;
        border-bottom: 1px solid #ddd;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .premio-interceramic-menu-item:last-child {
        border-bottom: none;
    }

    .premio-interceramic-link {
        width: 100%;
        text-align: center;
        display: block;
    }

    .kohler-texto {
        text-align: center;
    }
}
