:root {
    --negro: #050504;
    --negro-2: #0c0a08;
    --negro-3: #15100c;
    --dorado: #c8953d;
    --dorado-claro: #efce88;
    --vino: #4d1017;
    --blanco: #ffffff;
    --gris: #aaa39a;
}

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

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--negro);
    color: var(--blanco);
    font-family: Arial, Helvetica, sans-serif;
}

body.menu-abierto,
body.visor-abierto {
    overflow: hidden;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.contenedor {
    width: min(1280px, calc(100% - 42px));
    margin: auto;
}

.pantalla-carga {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 18px;
    background: #050504;
    transition:
        opacity .7s ease,
        visibility .7s ease;
}

.pantalla-carga.oculta {
    opacity: 0;
    visibility: hidden;
}

.carga-logo {
    display: grid;
    place-items: center;
    width: 105px;
    height: 105px;
    border: 1px solid var(--dorado);
    border-radius: 50%;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: 38px;
    animation: pulso-logo 1.4s infinite;
}

.pantalla-carga p {
    color: var(--dorado-claro);
    letter-spacing: .2em;
    text-transform: uppercase;
}

@keyframes pulso-logo {
    50% {
        box-shadow: 0 0 40px rgba(200, 149, 61, .34);
        transform: scale(1.05);
    }
}

.encabezado {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    transition: .3s ease;
}

.encabezado.con-fondo {
    background: rgba(5, 5, 4, .94);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .35);
    backdrop-filter: blur(15px);
}

.navegacion {
    width: min(1400px, calc(100% - 42px));
    min-height: 92px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marca-logo {
    position: relative;
    display: block;
    width: 110px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    background: #050504;
}

.marca-logo img {
    position: absolute;
    width: 260px;
    max-width: none;
    height: 390px;
    right: -5px;
    bottom: -35px;
    object-fit: cover;
    object-position: right bottom;
}

.menu-principal {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.menu-principal a {
    display: block;
    padding: 11px 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s ease;
}

.menu-principal a:hover {
    color: var(--dorado-claro);
}

.menu-principal .boton-contacto-menu {
    margin-left: 14px;
    padding: 13px 24px;
    border: 1px solid var(--dorado);
    color: var(--dorado-claro);
}

.menu-principal .boton-contacto-menu:hover {
    background: var(--dorado);
    color: #080604;
}

.boton-menu {
    display: none;
    width: 49px;
    height: 49px;
    padding: 11px;
    border: 1px solid rgba(200, 149, 61, .55);
    background: rgba(0, 0, 0, .45);
    cursor: pointer;
}

.boton-menu span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: var(--dorado-claro);
    transition: .25s ease;
}

.boton-menu.abierto span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.boton-menu.abierto span:nth-child(2) {
    opacity: 0;
}

.boton-menu.abierto span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #050504;
}

.hero-fotografia {
    position: absolute;
    inset: 0;
    background-image: url("/assets/img/principal.jpg");
    background-repeat: no-repeat;
    background-position: 72% 25%;
    background-size: cover;
    transform: scale(1.035);
    animation: acercamiento 14s ease-out forwards;
}

@keyframes acercamiento {
    to {
        transform: scale(1);
    }
}

.hero-textura {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 35%,
            rgba(200, 149, 61, .28),
            transparent 24%
        ),
        radial-gradient(
            circle at 85% 50%,
            rgba(91, 12, 24, .35),
            transparent 28%
        );
    mix-blend-mode: screen;
}

.hero-degradado {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 3, 3, .99) 0%,
            rgba(5, 5, 4, .89) 28%,
            rgba(5, 5, 4, .32) 58%,
            rgba(5, 5, 4, .15) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5, 5, 4, .88),
            transparent 30%
        );
}

.hero-contenido {
    position: relative;
    z-index: 4;
    width: min(1400px, calc(100% - 55px));
    margin: auto;
    padding-top: 90px;
}

.sobretitulo,
.etiqueta {
    color: var(--dorado);
    font-size:11px;
    font-weight: 900;
    letter-spacing: .29em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 650px;
    margin: 15px 0 0;
    color: var(--dorado-claro);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(62px, 8vw, 120px);
    font-weight: 500;
    line-height: .84;
    letter-spacing: -.05em;
    text-transform: uppercase;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .8);
}

.hero h1 span {
    display: block;
    margin-top: 27px;
    color: #fff;
    font-size: .36em;
    letter-spacing: .11em;
}

.adorno-titulo {
    width: 440px;
    max-width: 100%;
    margin: 25px 0 19px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--dorado);
}

.adorno-titulo span {
    height: 1px;
    flex: 1;
    background: linear-gradient(
        90deg,
        transparent,
        var(--dorado)
    );
}

.adorno-titulo span:last-child {
    background: linear-gradient(
        90deg,
        var(--dorado),
        transparent
    );
}

.hero-frase {
    max-width: 470px;
    color: #f3eee6;
    font-family: Georgia, serif;
    font-size: clamp(19px, 2vw, 26px);
    line-height: 1.45;
    text-align: center;
}

.hero-botones {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 33px;
}

.boton {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--dorado);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: .25s ease;
}

.boton-dorado {
    background: linear-gradient(
        135deg,
        #d2a34e,
        #9d6926
    );
    color: #080604;
}

.boton-borde {
    background: rgba(0, 0, 0, .45);
    color: #fff;
}

.boton:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(200, 149, 61, .25);
}

.redes-portada {
    display: flex;
    gap: 13px;
    margin-top: 36px;
}

.redes-portada a {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(200, 149, 61, .75);
    border-radius: 50%;
    color: var(--dorado-claro);
    font-size: 19px;
    font-weight: 900;
    text-decoration: none;
    transition: .25s ease;
}

.redes-portada a:hover {
    background: var(--dorado);
    color: #070504;
    transform: translateY(-4px);
}

.indicador-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(200, 149, 61, .7);
    border-radius: 50%;
    color: var(--dorado-claro);
    text-decoration: none;
    animation: flotar 1.7s infinite;
}

@keyframes flotar {
    50% {
        transform: translateY(7px);
    }
}

.animar {
    opacity: 0;
    transform: translateY(25px);
    animation: aparecer-portada .8s forwards;
}

.hero h1 {
    animation-delay: .2s;
}

.adorno-titulo {
    animation-delay: .35s;
}

.hero-frase {
    animation-delay: .48s;
}

.hero-botones {
    animation-delay: .6s;
}

.redes-portada {
    animation-delay: .72s;
}

@keyframes aparecer-portada {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.biografia {
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(200, 149, 61, .08),
            transparent 25%
        ),
        #0a0806;
}

.biografia-grid {
    display: grid;
    grid-template-columns: .9fr 1.2fr .65fr;
    align-items: center;
    gap: 55px;
}

.biografia-foto {
    position: relative;
}

.biografia-foto img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 42% center;
    filter: contrast(1.06) saturate(.9);
}

.marco-dorado {
    position: absolute;
    inset: 17px -17px -17px 17px;
    z-index: -1;
    border: 1px solid rgba(200, 149, 61, .6);
}

.biografia-texto h2 {
    margin: 14px 0 23px;
    font-family: Georgia, serif;
    font-size: clamp(37px, 4.5vw, 62px);
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
}

.biografia-texto h2 span {
    display: block;
    color: var(--dorado-claro);
}

.biografia-texto p {
    margin-bottom: 17px;
    color: #aaa39a;
    line-height: 1.75;
}

.biografia-texto .texto-principal {
    color: #fff;
    font-size:15px;
}

.enlace-dorado {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 13px 20px;
    border: 1px solid var(--dorado);
    color: var(--dorado-claro);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.linea-tiempo {
    padding-left: 28px;
    border-left: 1px solid var(--dorado);
}

.linea-tiempo article {
    position: relative;
    margin-bottom: 27px;
}

.linea-tiempo article::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -34px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--dorado);
}

.linea-tiempo strong {
    display: block;
    color: var(--dorado-claro);
    font-size:15px;
}

.linea-tiempo span {
    display: block;
    margin-top: 5px;
    color: #e1dbd2;
    line-height: 1.45;
}

.lanzamiento {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    background:
        linear-gradient(
            110deg,
            #23080c,
            #0a0707 58%,
            #050504
        );
}

.lanzamiento-luz {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 35% 50%,
            rgba(165, 37, 51, .22),
            transparent 37%
        );
}

.lanzamiento-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .72fr 1fr 1.05fr;
    align-items: center;
    gap: 38px;
}

.portada-disco {
    padding: 11px;
    border: 1px solid rgba(200, 149, 61, .45);
}

.portada-disco-interior {
    min-height: 430px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background:
        radial-gradient(
            circle at 50% 28%,
            rgba(128, 25, 36, .55),
            transparent 35%
        ),
        linear-gradient(145deg, #22090d, #080606);
    text-align: center;
}

.silueta-artista {
    width: 155px;
    height: 210px;
    margin-bottom: 15px;
    border-radius: 48% 48% 15% 15%;
    background: #080606;
    box-shadow: 0 0 45px rgba(200, 149, 61, .12);
}

.portada-disco-interior small {
    color: var(--dorado);
    letter-spacing: .17em;
    text-transform: uppercase;
}

.portada-disco-interior strong {
    margin: 8px 0;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: 31px;
    text-transform: uppercase;
}

.portada-disco-interior span {
    color: #aaa39a;
}

.etiqueta-clara {
    color: var(--dorado-claro);
}

.lanzamiento-texto h2 {
    margin: 10px 0 0;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: clamp(45px, 5vw, 73px);
    font-weight: 500;
    text-transform: uppercase;
}

.lanzamiento-texto h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size:13px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.lanzamiento-texto > p:last-of-type {
    color: #aaa39a;
    line-height: 1.6;
}

.plataformas {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.plataformas a {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .17);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.plataformas a:hover {
    border-color: var(--dorado);
    color: var(--dorado-claro);
}

.reproductor {
    padding: 29px;
    background: rgba(5, 4, 4, .82);
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
}

.reproductor-superior {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mini-portada {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    background: #2a0b10;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: 24px;
}

.reproductor-superior strong,
.reproductor-superior span {
    display: block;
}

.reproductor-superior span {
    margin-top: 5px;
    color: #89837b;
    font-size: 13px;
}

.barra-reproduccion {
    height: 3px;
    margin-top: 24px;
    background: #403b36;
}

.barra-reproduccion span {
    display: block;
    width: 3%;
    height: 100%;
    background: var(--dorado);
}

.tiempos {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: #77716a;
}

.controles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 18px 0;
}

.controles button {
    border: 0;
    background:#111;
    color: #fff;
    cursor: pointer;
}

.controles .play-grande {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: var(--dorado);
    color: #080604;
}

.ver-musica,
.boton-panel {
    min-height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid var(--dorado);
    color: var(--dorado-claro);
    font-size:11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.contenido-destacado {
    padding: 45px 0;
    background:
        radial-gradient(
            circle at 85% 25%,
            rgba(200, 149, 61, .08),
            transparent 25%
        ),
        #080605;
}

.triple-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.1fr;
    border: 1px solid rgba(200, 149, 61, .42);
}

.panel-destacado {
    padding: 28px;
    border-right: 1px solid rgba(200, 149, 61, .35);
}

.panel-destacado:last-child {
    border-right: 0;
}

.video-principal {
    position: relative;
    height: 270px;
    margin: 20px 0 11px;
    overflow: hidden;
}

.video-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-principal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
}

.video-principal button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 24px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.miniaturas-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 17px;
}

.miniaturas-videos img {
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.lista-eventos {
    display: grid;
    gap: 11px;
    margin: 20px 0 17px;
}

.evento {
    min-height: 75px;
    padding: 9px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .02);
}

.fecha-evento {
    width: 57px;
    height: 57px;
    display: grid;
    place-content: center;
    border: 1px solid var(--dorado);
    text-align: center;
}

.fecha-evento strong {
    color: var(--dorado-claro);
    font-size:18px;
}

.fecha-evento span {
    color: #fff;
    font-size:9px;
}

.evento > div:last-child strong,
.evento > div:last-child span {
    display: block;
}

.evento > div:last-child strong {
    text-transform: uppercase;
}

.evento > div:last-child span {
    margin-top: 5px;
    color: #77716a;
    font-size:11px;
}

.contrataciones-panel h2 {
    margin: 19px 0 25px;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.botones-contratacion {
    display: grid;
    gap: 9px;
}

.botones-contratacion a {
    min-height: 69px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.botones-contratacion > a > span {
    font-size: 25px;
}

.botones-contratacion small,
.botones-contratacion strong {
    display: block;
}

.botones-contratacion small {
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.contacto-dorado {
    background: linear-gradient(
        135deg,
        #d3a757,
        #a7762e
    );
    color: #080604;
}

.contacto-oscuro {
    border: 1px solid rgba(200, 149, 61, .65);
    color: #fff;
}

.galeria {
    padding: 100px 0;
    background: #f1eee7;
    color: #16120d;
}

.titulo-seccion {
    max-width: 780px;
    margin: 0 auto 43px;
    text-align: center;
}

.titulo-seccion h2 {
    margin-top: 12px;
    font-family: Georgia, serif;
    font-size: clamp(39px, 5vw, 66px);
    font-weight: 500;
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 12px;
}

.galeria-item {
    overflow: hidden;
    border: 0;
    background: #111;
    cursor: pointer;
}

.galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.galeria-item:hover img {
    transform: scale(1.06);
}

.galeria-grande {
    grid-column: span 2;
    grid-row: span 2;
}

.pie {
    padding: 35px 0;
    background: #050504;
}

.pie-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    align-items: center;
    gap: 30px;
}

.pie-marca {
    display: flex;
    align-items: center;
    gap: 13px;
}

.pie-logo {
    width:42px;
    height:42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--dorado);
    border-radius: 50%;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size:18px;
}

.pie-marca strong,
.pie-marca small {
    display: block;
}

.pie-marca strong {
    font-family: Georgia, serif;
    font-size:18px;
}

.pie-marca small {
    color: var(--dorado-claro);
}

.pie-grid > p {
    color: #77716a;
    font-size:11px;
    text-align: center;
}

.pie-enlaces {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}

.pie-enlaces a {
    color: #77716a;
    font-size:11px;
    text-decoration: none;
}

.revelar {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.revelar.visible {
    opacity: 1;
    transform: translateY(0);
}

.visor-galeria {
    position: fixed;
    inset: 0;
    z-index: 5000;
    padding: 40px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .94);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.visor-galeria.activo {
    opacity: 1;
    visibility: visible;
}

.visor-galeria img {
    max-width: 95vw;
    max-height: 90vh;
    object-fit: contain;
}

.visor-galeria button {
    position: absolute;
    top: 20px;
    right: 25px;
    border: 0;
    background:#111;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

@media (max-width: 1050px) {
    .boton-menu {
        display: block;
    }

    .menu-principal {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(390px, 88%);
        height: 100vh;
        padding: 110px 24px 30px;
        align-items: stretch;
        flex-direction: column;
        background: #090706;
        box-shadow: -20px 0 55px rgba(0, 0, 0, .55);
        transition: right .3s ease;
    }

    .menu-principal.activo {
        right: 0;
    }

    .menu-principal a {
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .menu-principal .boton-contacto-menu {
        margin: 14px 0 0;
        text-align: center;
    }

    .biografia-grid {
        grid-template-columns: .9fr 1.1fr;
    }

    .linea-tiempo {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 28px 0 0;
        border-top: 1px solid var(--dorado);
        border-left: 0;
    }

    .linea-tiempo article {
        padding: 0 12px;
    }

    .linea-tiempo article::before {
        top: -34px;
        left: 12px;
    }

    .lanzamiento-grid {
        grid-template-columns: .8fr 1.2fr;
    }

    .reproductor {
        grid-column: 1 / -1;
    }

    .triple-grid {
        grid-template-columns: 1fr;
    }

    .panel-destacado {
        border-right: 0;
        border-bottom: 1px solid rgba(200, 149, 61, .35);
    }
}

@media (max-width: 720px) {
    .contenedor,
    .navegacion,
    .hero-contenido {
        width: min(100% - 30px, 1280px);
    }

    .navegacion {
        min-height: 80px;
    }

    .marca-logo {
        width: 85px;
        height: 61px;
    }

    .marca-logo img {
        width: 205px;
        height: 305px;
    }

    .hero {
        min-height: 790px;
        align-items: flex-end;
    }

    .hero-fotografia {
        background-position: 60% top;
        background-size: auto 68%;
    }

    .hero-degradado {
        background:
            linear-gradient(
                0deg,
                rgba(5, 5, 4, 1) 0%,
                rgba(5, 5, 4, .96) 34%,
                rgba(5, 5, 4, .35) 68%,
                rgba(5, 5, 4, .15) 100%
            );
    }

    .hero-contenido {
        padding: 0 0 85px;
    }

    .hero h1 {
        font-size: clamp(55px, 18vw, 89px);
    }

    .hero h1 span {
        margin-top: 18px;
    }

    .hero-frase {
        text-align: left;
    }

    .hero-botones {
        align-items: stretch;
        flex-direction: column;
    }

    .boton {
        width: 100%;
    }

    .redes-portada {
        justify-content: center;
    }

    .biografia {
        padding: 75px 0;
    }

    .biografia-grid,
    .lanzamiento-grid {
        grid-template-columns: 1fr;
    }

    .biografia-foto img {
        height: 520px;
    }

    .linea-tiempo {
        grid-template-columns: 1fr;
        padding: 20px 0 0 28px;
        border-top: 0;
        border-left: 1px solid var(--dorado);
    }

    .linea-tiempo article::before {
        top: 5px;
        left: -34px;
    }

    .reproductor {
        grid-column: auto;
    }

    .galeria-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 330px;
    }

    .galeria-grande {
        grid-column: span 1;
        grid-row: span 1;
    }

    .pie-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pie-marca {
        justify-content: center;
    }

    .pie-enlaces {
        justify-content: center;
        flex-wrap: wrap;
    }
}


/* Marca temporal superior */
.marca-iniciales {
    width: 68px !important;
    height: 68px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    border: 1px solid #c8953d !important;
    border-radius: 50% !important;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(239, 206, 136, .18),
            transparent 42%
        ),
        #080604 !important;
    color: #efce88 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    box-shadow:
        0 0 0 5px rgba(200, 149, 61, .06),
        0 10px 30px rgba(0, 0, 0, .35) !important;
}

@media (max-width: 720px) {
    .marca-iniciales {
        width: 57px !important;
        height: 57px !important;
        font-size: 21px !important;
    }
}


/* NAVEGACIÓN SIN LOGO SUPERIOR */
.navegacion {
    justify-content: flex-end;
}

@media (max-width: 1050px) {
    .navegacion {
        justify-content: flex-end;
    }
}

/* ======================================================
   MÚSICA DINÁMICA PÚBLICA
====================================================== */

.imagen-portada-destacada {
    display: block;
    width: 100%;
    min-height: 430px;
    max-height: 560px;
    object-fit: cover;
}

.mini-portada {
    overflow: hidden;
}

.mini-portada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reproductor-audio-publico,
.audio-tarjeta-musical {
    width: 100%;
    margin-top: 24px;
}

.reproductor-audio-publico {
    height: 48px;
}

.audio-no-disponible {
    margin: 25px 0;
    padding: 15px;
    border: 1px dashed rgba(200, 149, 61, .45);
    color: #8f8981;
    font-size: 13px;
    text-align: center;
}

.sin-musica-publica {
    max-width: 760px;
    margin: auto;
    padding: 65px 25px;
    text-align: center;
}

.sin-musica-publica h2 {
    margin: 13px 0;
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: clamp(50px, 7vw, 85px);
    font-weight: 500;
    text-transform: uppercase;
}

.sin-musica-publica > p:last-child {
    color: #aaa39a;
    line-height: 1.7;
}

.discografia-publica {
    margin-top: 95px;
    padding-top: 75px;
    border-top: 1px solid rgba(200, 149, 61, .2);
}

.titulo-discografia {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

.titulo-discografia h2 {
    margin: 12px 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
}

.titulo-discografia > p:last-child {
    color: #aaa39a;
    line-height: 1.6;
}

.rejilla-musica-publica {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tarjeta-musica-publica {
    overflow: hidden;
    border: 1px solid rgba(200, 149, 61, .18);
    background: rgba(6, 5, 4, .78);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.tarjeta-musica-publica:hover {
    border-color: rgba(200, 149, 61, .65);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .36);
    transform: translateY(-7px);
}

.portada-musica-publica {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(200, 149, 61, .15),
            transparent 35%
        ),
        #100b08;
    color: var(--dorado-claro);
    font-size: 55px;
}

.portada-musica-publica img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .45s ease;
}

.tarjeta-musica-publica:hover .portada-musica-publica img {
    transform: scale(1.045);
}

.insignia-destacado {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 11px;
    background: var(--dorado);
    color: #080604;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.informacion-musica-publica {
    padding: 23px;
}

.informacion-musica-publica > small {
    color: var(--dorado);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.informacion-musica-publica h3 {
    margin: 9px 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
}

.album-musical,
.fecha-musical {
    margin: 7px 0;
    color: #918b82;
    font-size: 13px;
}

.enlaces-musica-publica {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 19px;
}

.enlaces-musica-publica a {
    padding: 8px 10px;
    border: 1px solid rgba(200, 149, 61, .35);
    color: var(--dorado-claro);
    font-size:10px;
    text-decoration: none;
    transition: .2s ease;
}

.enlaces-musica-publica a:hover {
    background: var(--dorado);
    color: #080604;
}

.discografia-vacia {
    padding: 45px 20px;
    border: 1px dashed rgba(200, 149, 61, .28);
    color: #8f8981;
    text-align: center;
}

@media (max-width: 1000px) {
    .rejilla-musica-publica {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .discografia-publica {
        margin-top: 70px;
        padding-top: 60px;
    }

    .rejilla-musica-publica {
        grid-template-columns: 1fr;
    }

    .portada-musica-publica img {
        height: auto;
        max-height: 520px;
    }

    .imagen-portada-destacada {
        min-height: 360px;
    }
}

/* ======================================================
   VIDEOS DINÁMICOS
====================================================== */

.video-dinamico {
    cursor: pointer;
}

.informacion-video-principal {
    margin: 15px 0 18px;
}

.informacion-video-principal small {
    color: var(--dorado);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.informacion-video-principal h3 {
    margin: 7px 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.informacion-video-principal p {
    color: #8f8981;
    font-size: 13px;
    line-height: 1.55;
}

.miniatura-video-boton {
    height: 72px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(200, 149, 61, .28);
    background: #080605;
    cursor: pointer;
}

.miniatura-video-boton img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.miniatura-video-boton:hover img {
    transform: scale(1.07);
}

.video-vacio-publico {
    min-height: 310px;
    margin-top: 20px;
    padding: 30px;
    display: grid;
    place-content: center;
    justify-items: center;
    border: 1px dashed rgba(200, 149, 61, .35);
    background: rgba(255,255,255,.02);
    text-align: center;
}

.video-vacio-publico > span {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    border: 1px solid var(--dorado);
    border-radius: 50%;
    color: var(--dorado-claro);
    font-size: 24px;
}

.video-vacio-publico strong {
    margin-top: 18px;
    font-family: Georgia, serif;
    font-size: 26px;
}

.video-vacio-publico p {
    margin-top: 8px;
    color: #8f8981;
}

.visor-video-youtube {
    position: fixed;
    inset: 0;
    z-index: 6000;
    padding: 70px 25px 30px;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.96);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.visor-video-youtube.activo {
    opacity: 1;
    visibility: visible;
}

.visor-video-youtube > button {
    position: absolute;
    top: 15px;
    right: 25px;
    border: 0;
    background:#111;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.contenedor-video-youtube {
    width: min(1100px, 100%);
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 25px 80px rgba(0,0,0,.7);
}

.contenedor-video-youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ======================================================
   GALERÍA DINÁMICA
====================================================== */

.titulo-seccion > p:last-child {
    margin-top: 10px;
    color: #6e675d;
    line-height: 1.6;
}

.galeria-dinamica .galeria-item {
    position: relative;
}

.galeria-dinamica .galeria-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.78),
            transparent 53%
        );
    opacity: .85;
    transition: opacity .3s ease;
}

.galeria-dinamica .galeria-item:hover::after {
    opacity: 1;
}

.informacion-foto-publica {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    z-index: 2;
    color: #fff;
    text-align: left;
    pointer-events: none;
}

.informacion-foto-publica small,
.informacion-foto-publica strong {
    display: block;
}

.informacion-foto-publica small {
    color: var(--dorado-claro);
    font-size:8px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.informacion-foto-publica strong {
    margin-top: 6px;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 500;
}

.galeria-vacia-publica {
    min-height: 350px;
    display: grid;
    place-content: center;
    justify-items: center;
    border: 1px dashed rgba(200,149,61,.4);
    color: #201a13;
    text-align: center;
}

.galeria-vacia-publica > span {
    color: var(--dorado);
    font-size: 45px;
}

.galeria-vacia-publica strong {
    margin-top: 15px;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 500;
}

.galeria-vacia-publica p {
    margin-top: 8px;
    color: #777067;
}

/* EVENTOS DINÁMICOS */

.evento-publico-dinamico {
    align-items: flex-start;
}

.evento-publico-info {
    min-width: 0;
}

.evento-publico-info strong,
.evento-publico-info span,
.evento-publico-info small {
    display: block;
}

.evento-publico-info span {
    margin-top: 5px;
    color: #c8c0b6;
    font-size: 13px;
}

.evento-publico-info small {
    margin-top: 4px;
    color: #77716a;
    font-size:9px;
}

.eventos-vacios-publicos {
    min-height: 300px;
    margin-top: 20px;
    display: grid;
    place-content: center;
    justify-items: center;
    border: 1px dashed rgba(200,149,61,.35);
    text-align: center;
}

.eventos-vacios-publicos > span {
    color: var(--dorado-claro);
    font-size: 40px;
}

.eventos-vacios-publicos strong {
    margin-top: 15px;
    font-family: Georgia, serif;
    font-size: 24px;
}

.eventos-vacios-publicos p {
    margin-top: 8px;
    color: #77716a;
}

.agenda-completa {
    padding: 95px 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(200,149,61,.10),
            transparent 30%
        ),
        #0a0806;
}

.titulo-agenda {
    margin-bottom: 40px;
    text-align: center;
}

.titulo-agenda h2 {
    margin-top: 12px;
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
}

.agenda-lista {
    display: grid;
    gap: 15px;
}

.agenda-evento {
    padding: 17px;
    display: grid;
    grid-template-columns: 110px 80px 1fr auto;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(200,149,61,.23);
    background: rgba(255,255,255,.02);
}

.agenda-evento > img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.agenda-fecha {
    text-align: center;
}

.agenda-fecha strong,
.agenda-fecha span {
    display: block;
}

.agenda-fecha strong {
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: 38px;
}

.agenda-fecha span {
    color: var(--dorado);
    font-weight: 900;
}

.agenda-informacion h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
}

.agenda-informacion p {
    margin: 7px 0;
    color: #bbb3a8;
}

.agenda-informacion small {
    color: #77716a;
    line-height: 1.5;
}

.agenda-botones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.agenda-botones a {
    padding: 10px 13px;
    border: 1px solid var(--dorado);
    color: var(--dorado-claro);
    font-size:9px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .agenda-evento {
        grid-template-columns: 75px 1fr;
    }

    .agenda-evento > img {
        grid-column: 1 / -1;
        width: 100%;
        height: 270px;
    }

    .agenda-botones {
        grid-column: 1 / -1;
    }
}

/* ======================================================
   CONTRATACIONES DINÁMICAS
====================================================== */

.boton-solicitar-fecha {
    margin-top: 18px;
}

.solicitar-contratacion-publica {
    padding: 105px 0;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(200,149,61,.16),
            transparent 30%
        ),
        linear-gradient(
            130deg,
            #180b08,
            #070605 65%
        );
}

.contratacion-publica-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: 65px;
}

.contratacion-publica-info h2 {
    margin: 15px 0 22px;
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 500;
    line-height: 1.05;
}

.contratacion-publica-info > p {
    color: #aaa39a;
    font-size: 17px;
    line-height: 1.75;
}

.datos-representante {
    margin-top: 30px;
    padding: 22px;
    border-left: 2px solid var(--dorado);
    background: rgba(255,255,255,.03);
}

.datos-representante strong,
.datos-representante span {
    display: block;
}

.datos-representante strong {
    color: var(--dorado-claro);
    font-family: Georgia, serif;
    font-size: 23px;
}

.datos-representante span {
    margin-top: 7px;
    color: #8f8981;
}

.formulario-contratacion-publica {
    padding: 30px;
    border: 1px solid rgba(200,149,61,.3);
    background: rgba(5,4,3,.78);
}

.formulario-contratacion-publica label {
    display: block;
    margin-bottom: 17px;
    color: #ddd6cc;
    font-size: 13px;
    font-weight: 700;
}

.formulario-contratacion-publica input,
.formulario-contratacion-publica select,
.formulario-contratacion-publica textarea {
    width: 100%;
    margin-top: 8px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.13);
    background: #080706;
    color: #fff;
    font: inherit;
    outline: none;
}

.formulario-contratacion-publica input:focus,
.formulario-contratacion-publica select:focus,
.formulario-contratacion-publica textarea:focus {
    border-color: var(--dorado);
}

.campo-doble-publico {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.formulario-contratacion-publica > button {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--dorado);
    background: var(--dorado);
    color: #080604;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

.formulario-contratacion-publica > button:disabled {
    opacity: .55;
    cursor: wait;
}

.campo-trampa {
    position: absolute !important;
    left: -10000px !important;
    opacity: 0 !important;
}

.mensaje-formulario-contratacion {
    min-height: 24px;
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
}

.mensaje-formulario-contratacion.exito {
    color: #78e39f;
}

.mensaje-formulario-contratacion.error {
    color: #ff9d9d;
}

@media (max-width: 850px) {
    .contratacion-publica-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .solicitar-contratacion-publica {
        padding: 75px 0;
    }

    .campo-doble-publico {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .formulario-contratacion-publica {
        padding: 23px 18px;
    }
}

/* ======================================================
   REDES DINÁMICAS
====================================================== */

.pie-redes {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.pie-redes a {
    color: #8f8981;
    font-size:11px;
    text-decoration: none;
    transition: color .2s ease;
}

.pie-redes a:hover {
    color: var(--dorado-claro);
}

.redes-portada:empty {
    display: none;
}

@media (max-width: 720px) {
    .pie-redes {
        justify-content: center;
    }
}

/* ======================================================
   REPRODUCTOR FLOTANTE DE RADIO HUÉTAMO
====================================================== */

.radio-flotante {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 4500;
    width:290px;
    min-height:68px;
    padding:8px 34px 8px 8px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(200, 149, 61, .55);
    border-radius:14px;
    background:
        linear-gradient(
            135deg,
            rgba(19, 15, 11, .97),
            rgba(5, 5, 4, .97)
        );
    box-shadow:
        0 20px 55px rgba(0, 0, 0, .55),
        0 0 0 1px rgba(255, 255, 255, .025) inset;
    backdrop-filter: blur(15px);
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease,
        border-color .3s ease;
}

.radio-flotante.oculto {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
}

.radio-flotante.reproduciendo {
    border-color: var(--dorado);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, .6),
        0 0 30px rgba(200, 149, 61, .14);
}

.radio-flotante-boton {
    position: relative;
    width:46px;
    height:46px;
    flex:0 0 46px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--dorado);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 25%,
            #e2bc70,
            #a26e28 72%
        );
    color: #080604;
    cursor: pointer;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.radio-flotante-boton:hover {
    transform: scale(1.06);
    box-shadow: 0 0 25px rgba(200, 149, 61, .35);
}

.radio-flotante-boton:disabled {
    opacity: .65;
    cursor: wait;
}

.radio-icono {
    position: relative;
    z-index: 2;
    margin-left: 3px;
    font-size:15px;
    font-weight: 900;
}

.radio-flotante.reproduciendo .radio-icono {
    margin-left: 0;
    font-size: 16px;
}

.radio-ondas {
    position: absolute;
    inset: 0;
    display: none;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    padding-bottom: 9px;
    opacity: .28;
}

.radio-flotante.reproduciendo .radio-ondas {
    display: flex;
}

.radio-ondas i {
    width: 3px;
    height: 7px;
    border-radius: 4px;
    background: #080604;
    animation: onda-radio .75s ease-in-out infinite alternate;
}

.radio-ondas i:nth-child(2) {
    height: 12px;
    animation-delay: .15s;
}

.radio-ondas i:nth-child(3) {
    height: 9px;
    animation-delay: .3s;
}

@keyframes onda-radio {
    from {
        transform: scaleY(.45);
    }

    to {
        transform: scaleY(1.25);
    }
}

.radio-flotante-informacion {
    min-width: 0;
    flex: 1;
}

.radio-flotante-informacion small,
.radio-flotante-informacion strong,
.radio-flotante-informacion span {
    display: block;
}

.radio-flotante-informacion small {
    color: var(--dorado);
    font-size:8px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.radio-flotante-informacion strong {
    margin-top: 5px;
    overflow: hidden;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size:15px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.radio-flotante-informacion span {
    margin-top: 5px;
    overflow: hidden;
    color: #8e887f;
    font-size:9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.radio-flotante.reproduciendo
.radio-flotante-informacion span {
    color: var(--dorado-claro);
}

.radio-flotante-cerrar {
    position: absolute;
    top: 7px;
    right: 9px;
    width:22px;
    height:22px;
    border: 0;
    background:#111;
    color: #77716a;
    font-size:18px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease;
}

.radio-flotante-cerrar:hover {
    color: #fff;
}

.radio-flotante-restaurar {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 4499;
    min-height:40px;
    padding:0 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--dorado);
    border-radius: 999px;
    background: rgba(8, 6, 4, .96);
    color: var(--dorado-claro);
    font-size:11px;
    font-weight: 900;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;
}

.radio-flotante-restaurar.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.radio-flotante-restaurar span {
    width:22px;
    height:22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--dorado);
    color: #080604;
    font-size:9px;
}

@media (max-width: 600px) {
    .radio-flotante {
        right:10px;
        bottom:10px;
        width:250px;
        min-height:62px;
        padding: 9px 38px 9px 9px;
        border-radius: 15px;
    }

    .radio-flotante-boton {
        width:42px;
        height:42px;
        flex-basis:42px;
    }

    .radio-flotante-informacion strong {
        font-size: 18px;
    }

    .radio-flotante-restaurar {
        right:10px;
        bottom:10px;
    }
}



@media (max-width:600px){

.radio-flotante{
    right:10px;
    bottom:10px;
    width:205px;
    min-height:54px;
    padding:6px 28px 6px 6px;
    border-radius:12px;
}

.radio-flotante-boton{
    width:36px;
    height:36px;
    flex:0 0 36px;
}

.radio-icono{
    font-size:12px;
}

.radio-flotante.reproduciendo .radio-icono{
    font-size:10px;
}

.radio-flotante-informacion small{
    font-size:7px;
}

.radio-flotante-informacion strong{
    font-size:13px;
}

.radio-flotante-informacion span{
    font-size:8px;
}

.radio-flotante-cerrar{
    width:18px;
    height:18px;
    font-size:15px;
    top:4px;
    right:5px;
}

.radio-flotante-restaurar{
    right:10px;
    bottom:10px;
    min-height:34px;
    padding:0 10px;
    font-size:9px;
}

.radio-flotante-restaurar span{
    width:18px;
    height:18px;
    font-size:8px;
}

}

/* ===== AJUSTE EXTRA PARA CELULAR ===== */

@media (max-width:600px){

.radio-flotante{
    width:160px !important;
    min-height:46px !important;
    padding:5px 22px 5px 5px !important;
    right:10px !important;
    bottom:10px !important;
}

.radio-flotante-boton{
    width:32px !important;
    height:32px !important;
    flex:0 0 32px !important;
}

.radio-icono{
    font-size:11px !important;
}

.radio-flotante-informacion small{
    display:none !important;
}

.radio-flotante-informacion strong{
    font-size:11px !important;
    margin:0 !important;
}

.radio-flotante-informacion span{
    display:none !important;
}

.radio-flotante-cerrar{
    width:16px !important;
    height:16px !important;
    font-size:13px !important;
    top:2px !important;
    right:2px !important;
}

.radio-flotante-restaurar{
    width:auto !important;
    min-height:30px !important;
    padding:0 8px !important;
    font-size:8px !important;
}

.radio-flotante-restaurar span{
    width:16px !important;
    height:16px !important;
    font-size:7px !important;
}

}


/* ======================================================
   REPRODUCTOR MÓVIL TIPO BURBUJA
====================================================== */

@media (max-width:600px){

/* Ocultar la tarjeta por defecto */
.radio-flotante{
    width:180px !important;
    min-height:48px !important;
    padding:6px 24px 6px 6px !important;
    right:12px !important;
    bottom:70px !important;
    opacity:0;
    visibility:hidden;
    transform:scale(.9);
    transition:.25s;
}

/* Cuando se abra */
.radio-flotante.visible{
    opacity:1 !important;
    visibility:visible !important;
    transform:scale(1);
}

/* Botón principal */
.radio-flotante-boton{
    width:34px !important;
    height:34px !important;
    flex:0 0 34px !important;
}

.radio-flotante-informacion small{
    display:none !important;
}

.radio-flotante-informacion strong{
    font-size:12px !important;
    margin:0 !important;
}

.radio-flotante-informacion span{
    display:none !important;
}

/* Botón flotante */
.radio-flotante-restaurar{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;

    width:52px;
    height:52px;

    padding:0 !important;

    border-radius:50% !important;

    justify-content:center;
    align-items:center;

    right:12px;
    bottom:12px;

    background:#c8953d;

    color:#111;

    font-size:0;
}

.radio-flotante-restaurar span{
    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#c8953d;

    color:#111;

    font-size:20px;

    margin:0;
}

}


/* ======================================================
   CORRECCIÓN DEFINITIVA: RADIO MÓVIL COMO BURBUJA
====================================================== */

@media (max-width: 600px) {

    /*
     * La tarjeta permanece oculta inicialmente.
     * Solo aparece al tocar la burbuja circular.
     */
    .radio-flotante {
        right: 10px !important;
        bottom: 72px !important;
        width: 175px !important;
        min-height: 48px !important;
        padding: 6px 23px 6px 6px !important;
        gap: 8px !important;
        border-radius: 13px !important;

        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) scale(1) !important;
        pointer-events: auto !important;
    }

    /*
     * Esta es la clase que realmente utiliza
     * el JavaScript al cerrar el reproductor.
     */
    .radio-flotante.oculto {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(12px) scale(.92) !important;
        pointer-events: none !important;
    }

    .radio-flotante-boton {
        width: 34px !important;
        height: 34px !important;
        flex: 0 0 34px !important;
    }

    .radio-icono {
        font-size: 11px !important;
    }

    .radio-flotante.reproduciendo .radio-icono {
        font-size: 9px !important;
    }

    .radio-flotante-informacion small {
        display: none !important;
    }

    .radio-flotante-informacion strong {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .radio-flotante-informacion span {
        display: none !important;
    }

    .radio-flotante-cerrar {
        top: 2px !important;
        right: 3px !important;
        width: 17px !important;
        height: 17px !important;
        font-size: 14px !important;
    }

    /*
     * Burbuja circular que queda siempre visible
     * cuando la tarjeta está cerrada.
     */
    .radio-flotante-restaurar {
        right: 10px !important;
        bottom: 10px !important;

        width: 50px !important;
        min-width: 50px !important;
        height: 50px !important;
        min-height: 50px !important;

        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;

        border-radius: 50% !important;
        background: linear-gradient(
            135deg,
            #e0b761,
            #a87328
        ) !important;

        color: #080604 !important;
        font-size: 0 !important;

        opacity: 0 !important;
        visibility: hidden !important;
        transform: scale(.85) !important;
        pointer-events: none !important;
    }

    .radio-flotante-restaurar.visible {
        opacity: 1 !important;
        visibility: visible !important;
        transform: scale(1) !important;
        pointer-events: auto !important;
    }

    .radio-flotante-restaurar span {
        width: 50px !important;
        height: 50px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;
        background: transparent !important;
        color: #080604 !important;
        font-size: 18px !important;
    }
}

/* ======================================================
   RADIO HUÉTAMO: BOTÓN RECTANGULAR SIMPLE
====================================================== */

/* Ocultar completamente cualquier reproductor anterior */
.radio-flotante,
.radio-flotante-restaurar {
    display: none !important;
}

.radio-huetamo-simple {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 5000;
    width: 150px;
    height: 50px;
    border: 1px solid #c8953d;
    background: linear-gradient(
135deg,
#1b1b1b,
#0b0b0b
);
    box-shadow:
0 12px 35px rgba(0,0,0,.45),
0 0 15px rgba(200,149,61,.18);
}

.radio-huetamo-play-simple {
    width: 100%;
    height: 100%;
    padding: 4px 6px 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    border: 0;
    border-radius: 18px;
    background:#111;
    cursor: pointer;
}

.radio-huetamo-play-simple:disabled {
    cursor: wait;
    opacity: .75;
}

.radio-huetamo-logo-simple {
    display: block;
    width: 96px;
    height: 40px;
    object-fit: contain;
    object-position: left center;
}

.radio-huetamo-icono-simple {
    width: 36px;
    height: 40px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    border-left:1px solid rgba(200,149,61,.35);
    color: #9b681f;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}

.radio-huetamo-simple.reproduciendo {
    border-color: #d6a444;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .4),
        0 0 18px rgba(200, 149, 61, .24);
}

.radio-huetamo-simple.reproduciendo
.radio-huetamo-icono-simple {
    color: #080604;
    background:linear-gradient(
180deg,
#e6bf64,
#c8953d
);
}

.radio-huetamo-simple.error-radio {
    border-color: #b84d4d;
}

/* Tamaño compacto para teléfono */
@media (max-width: 600px) {
    .radio-huetamo-simple {
        right: 10px;
        bottom: 10px;
        width: 128px;
        height: 42px;
    }

    .radio-huetamo-play-simple {
        padding: 3px 4px 3px 6px;
        gap: 4px;
    }

    .radio-huetamo-logo-simple {
        width: 82px;
        height: 34px;
    }

    .radio-huetamo-icono-simple {
        width: 30px;
        height: 34px;
        flex-basis: 30px;
        font-size: 14px;
    }
}

/* ======================================================
   CORRECCIÓN FINAL DEL BOTÓN RADIO HUÉTAMO
====================================================== */

.radio-huetamo-simple {
    overflow: hidden !important;
    border: 1px solid #c8953d !important;
    border-radius: 16px !important;
    background: linear-gradient(
        135deg,
        #1a1713,
        #080706
    ) !important;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, .45),
        0 0 16px rgba(200, 149, 61, .16) !important;
}

.radio-huetamo-play-simple {
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: transparent !important;
}

.radio-huetamo-logo-simple {
    border-radius: 0 !important;
    background: transparent !important;
}

.radio-huetamo-icono-simple {
    border-left: 1px solid rgba(200, 149, 61, .45) !important;
    background: transparent !important;
    color: #d7a645 !important;
}

.radio-huetamo-simple.reproduciendo
.radio-huetamo-icono-simple {
    background: linear-gradient(
        180deg,
        #e2b95d,
        #b97c27
    ) !important;
    color: #080604 !important;
}

@media (max-width: 600px) {
    .radio-huetamo-simple {
        width: 128px !important;
        height: 42px !important;
        border-radius: 14px !important;
        background: linear-gradient(
            135deg,
            #1a1713,
            #080706
        ) !important;
    }

    .radio-huetamo-play-simple {
        border-radius: 13px !important;
        background: transparent !important;
    }
}

/* ======================================================
   LOGO OFICIAL EL ALAZÁN DE HUÉTAMO
====================================================== */

.marca-sitio {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-encabezado {
    display: block;
    width: 92px;
    height: 92px;
    object-fit: contain;
    object-position: center;
}

.pie-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.pie-logo img {
    display: block;
    width: 125px;
    height: 125px;
    object-fit: contain;
}

@media (max-width: 700px) {
    .logo-encabezado {
        width: 66px;
        height: 66px;
    }

    .pie-logo img {
        width: 95px;
        height: 95px;
    }
}

/* ======================================================
   ACEPTACIÓN DE PRIVACIDAD
====================================================== */

.aceptacion-privacidad {
    margin: 8px 0 20px !important;
    padding: 15px;
    display: flex !important;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid rgba(200, 149, 61, .25);
    background: rgba(255, 255, 255, .025);
    color: #aaa39a !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.55;
}

.aceptacion-privacidad input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    margin: 2px 0 0 !important;
    accent-color: #c8953d;
}

.aceptacion-privacidad a {
    color: var(--dorado-claro);
    font-weight: 700;
}

.enlace-privacidad-pie {
    width: fit-content;
    margin: 18px auto 0;
    display: block;
    color: #8f8981;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.enlace-privacidad-pie:hover {
    color: var(--dorado-claro);
}

/* ==========================================
   CENTRAR ENLACES LEGALES DEL PIE
========================================== */

.pie-enlaces{
    width:100%;
    display:flex;
    justify-content:center !important;
    align-items:center;
    gap:24px;
    margin:18px auto 0;
    text-align:center;
}

.pie-enlaces a{
    display:inline-block;
    color:#9f988f;
    text-decoration:none;
    transition:.25s;
}

.pie-enlaces a:hover{
    color:#c8953d;
}

@media(max-width:700px){

.pie-enlaces{
    flex-direction:column;
    gap:10px;
}

}


/* ======================================================
   CENTRO LEGAL: ENLACES DEL PIE
====================================================== */

.pie-enlaces {
    width: 100% !important;
    margin: 22px auto 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px 22px !important;
    text-align: center !important;
}

.pie-enlaces a {
    color: #918a80 !important;
    font-size: 11px !important;
    text-decoration: none !important;
    transition: color .2s ease !important;
}

.pie-enlaces a:hover {
    color: var(--dorado-claro) !important;
}

@media (max-width: 650px) {
    .pie-enlaces {
        gap: 9px 15px !important;
    }

    .pie-enlaces a {
        font-size: 10px !important;
    }
}
