@charset "UTF-8";
/* 1. VARIABLES Y CONFIGURACIÓN GLOBAL */
/* 1. VARIABLES Y CONFIGURACIÓN GLOBAL */
/* 1. VARIABLES Y CONFIGURACIÓN GLOBAL */
:root {
    --gold: #FAD93C;
    --gold-trans: rgba(250, 217, 60, 0.43);
    --black-pure: #000000;
    --dark-bg: #323232;
    --white: #ffffff;
    --text-soft-black: #333333;
}

* {
    font-family: 'Bebas Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* SELECTOR DE MÁXIMA PRIORIDAD PARA LA TIPOGRAFÍA */

/* 1. Forzamos los Títulos (Bebas Neue Fina) */
body .about-section-white h2.sc_item_title_text,
body .about-section-white h4,
body .about-section-white .texto-negro-fijo-titulo {
    font-family: 'Bebas Neue', sans-serif !important;
    color: #000000 !important;
    font-weight: 400 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 2.8rem;
}

/* 2. Forzamos los Párrafos y Datos (Tipografía Limpia Sans-Serif) */
/* Esto es lo que no te estaba cambiando: el párrafo NO debe usar Bebas Neue para no verse robusto */
body .about-section-white p,
body .about-section-white span.texto-fino-negro,
body .about-section-white li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #000000 !important;
    font-weight: 300 !important; /* Aquí es donde se vuelve fina */
    letter-spacing: 0.5px !important;
    line-height: 1.8 !important;
    text-transform: none !important; /* Evita que todo salga en mayúsculas */
}

/* 3. Ajuste para los Strong (Dorados pero finos) */
body .about-section-white strong {
    font-family: inherit !important;
    color: var(--gold) !important;
    font-weight: 500 !important; /* Un poco más que el 300 para que se note el énfasis, pero sin ser robusto */
}

/* Estilos para Redes Sociales en el Header/Top Bar */
.text-gold {
    color: var(--gold) !important;
    font-size: 1.2rem; /* Tamaño equilibrado */
    transition: all 0.3s ease;
    display: inline-block;
}

.text-gold:hover {
    color: #ffffff !important; /* Cambia a blanco al pasar el ratón */
    transform: translateY(-3px); /* Pequeño salto hacia arriba */
    filter: drop-shadow(0 0 5px var(--gold)); /* Resplandor dorado sutil */
}

/* Contenedor de los iconos para asegurar separación */
.gap-3 {
    gap: 1rem !important;
}

/* Si usas Bootstrap Icons (bi), aseguramos que el renderizado sea fino */
.bi {
    -webkit-font-smoothing: antialiased;
    display: block;
}

/* 2. TIPOGRAFÍA Y ESTILOS DE TEXTO */
h2, .sc_item_title_text, .text-gold-subtitle, .icon-img-box span, .nav-link, .btn-gold-carousel, .btn-dark-outline-gold {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Estilo para los resaltados (strong) */
strong, .dorado-resaltado {
    color: var(--gold) !important;
    /* Forzamos que el grosor sea igual al texto normal */
    font-weight: 400 !important; 
    /* Opcional: un ligero espaciado para que respire igual que el resto */
    letter-spacing: 0.5px;
}

.sc_item_title_text {
    font-size: 3rem;
}

.text-gold-subtitle {
    color: var(--gold) !important;
    font-size: 1.2rem;
}

/* 3. HEADER Y NAVEGACIÓN */
.top-bar {
    background-color: var(--black-pure);
    min-height: 60px;
    display: flex;
    align-items: center;
}

.main-logo {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease;
}

.main-logo:hover { transform: scale(1.05); }

.navbar {
    background-color: var(--black-pure) !important;
    border-bottom: 1px solid rgba(250, 217, 60, 0.2);
}

.navbar-nav .nav-link {
    color: var(--white) !important;
    font-size: 1.1rem;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover { color: var(--gold) !important; }

.navbar-toggler { border-color: var(--gold) !important; }

.navbar-toggler-icon { filter: invert(85%) sepia(21%) saturate(958%) hue-rotate(352deg); }

/* 4. CARRUSEL Y BOTONES INTERACTIVOS */
.img-ajustada {
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.carrusel-corto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.6) 100%);
}

.carousel-caption {
    inset: 0;
    padding: 0;
    z-index: 15;
}

.btn-gold-carousel {
    background-color: var(--gold-trans);
    color: var(--black-pure);
    padding: 12px 30px;
    font-size: 1.3rem;
    border: none;
    transition: 0.3s ease;
    margin-bottom: 20px;
}

.btn-gold-carousel:hover {
    background-color: rgba(255, 255, 255, 0.44);
    box-shadow: 0 0 15px var(--gold);
}

/* 5. SECCIONES (DARK Y WHITE) */
.bg-dark-custom {
    background-color: var(--dark-bg) !important;
    padding: 60px 0;
}

.bg-dark-custom h2, .bg-dark-custom p, .bg-dark-custom span {
    color: var(--white) !important;
}

/* 1. SUAVIZADO GLOBAL (Afecta a toda la web para que sea más fina) */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* 2. AJUSTE PARA TÍTULOS (Bebas Neue) */
/* Al aumentar el letter-spacing, la letra "respira" y parece menos gruesa */
.about-section-white h2.sc_item_title_text {
    font-family: 'Bebas Neue', sans-serif;
    color: #000000 !important;
    font-weight: 400;           /* Peso normal, nunca bold */
    letter-spacing: 3px;        /* Espacio extra entre letras */
    line-height: 1.1;           /* Altura ajustada para títulos */
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* 3. AJUSTE PARA PÁRRAFOS (Texto de la historia) */
/* Usamos una tipografía estándar para que no compita con el logo y sea legible */
.about-section-white p {
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    color: #333333 !important;   /* Un gris casi negro es más "ligero" que el negro puro */
    font-size: 1.05rem;
    line-height: 1.9;            /* Mayor separación entre líneas para evitar el efecto "bloque" */
    letter-spacing: 0.5px;       /* Un toque de separación para las letras pequeñas */
    margin-bottom: 20px;
    font-weight: 300;           /* Si la fuente lo permite, un peso ligero */
}

/* 4. RESALTADO (Strong) */
/* Para que el dorado no se vea tosco, le damos un peso medio */
.about-section-white strong {
    color: var(--gold) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* 6. BOTONES ESPECIALES E ICONOS */
.btn-gold-outline {
    border: 1px solid var(--gold);
    color: var(--gold);
    background: transparent;
    padding: 8px 20px;
    transition: 0.3s;
}

.btn-gold-outline:hover {
    background-color: var(--gold);
    color: var(--black-pure);
    box-shadow: 0 0 10px var(--gold);
}

.btn-dark-outline-gold {
    border: 2px solid var(--black-pure);
    color: var(--black-pure);
    background-color: transparent;
    padding: 12px 35px;
    font-size: 1.2rem;
    transition: 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-dark-outline-gold:hover {
    background-color: var(--black-pure);
    color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.img-icon-style {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: invert(82%) sepia(61%) saturate(460%) hue-rotate(351deg) brightness(102%) contrast(97%);
    transition: 0.3s ease;
}

.icon-img-box:hover .img-icon-style {
    transform: scale(1.1);
    filter: invert(82%) sepia(61%) saturate(460%) hue-rotate(351deg) brightness(115%) contrast(100%);
}

.border-gold-low { border-color: rgba(250, 217, 60, 0.3) !important; }

/* Forzar texto negro en títulos de la galería */
#galeria-preview .text-black {
    color: var(--black-pure) !important;
}

/* Contenedor de imagen adaptado a fondo claro */
.gallery-item {
    overflow: hidden;
    border-radius: 4px;
    background-color: #f8f8f8; /* Color de fondo por si la imagen tarda en cargar */
    border: 1px solid #eee; /* Borde muy suave */
    aspect-ratio: 1 / 1;
    transition: box-shadow 0.3s ease;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    filter: brightness(1); /* En fondo blanco, mejor dejar el brillo original */
}

/* Efectos al pasar el ratón */
.gallery-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.gallery-item:hover .gallery-img {
    transform: scale(1.08);
}

/* Ajuste del botón para que no se pierda */
.btn-dark-outline-gold {
    border: 2px solid var(--black-pure);
    color: var(--black-pure);
    /* El resto de estilos ya los tenemos en tu CSS global ordenado */
}



/* Caja de horarios con estilo moderno */
.horarios-box {
    border: 1px solid #eeeeee;
    background-color: #fafafa;
}

.horarios-box h4 {
    font-family: 'Bebas Neue', sans-serif !important;
    border-bottom: 1px solid var(--gold);
    display: inline-block;
    padding-bottom: 5px;
}

/* Ajuste para los iconos de contacto */
#contacto .bi {
    color: var(--gold) !important;
    filter: drop-shadow(0 0 2px rgba(250, 217, 60, 0.2));
}

/* --- ESTILOS DEL FOOTER --- */

.footer-title {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--gold) !important;
    letter-spacing: 2px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-text, .footer-links li a {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--white) !important;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a:hover {
    color: var(--gold) !important;
    padding-left: 5px;
}

/* Logo en Footer con el mismo tamaño que el Header */
.footer-logo {
    max-width: 120px; /* Ajusta según el tamaño de tu logo de inicio */
    filter: drop-shadow(0 0 5px rgba(250, 217, 60, 0.1));
}

/* Textos legales (Obligatorios LOPD/LSSI) */
.footer-legal-text {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
    letter-spacing: 1px;
}

.footer-legal-text a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    margin: 0 5px;
}

.footer-legal-text a:hover {
    color: var(--gold) !important;
}

/* --- ESTILO CARTA DE SERVICIOS PREMIUM --- */

/* Contenedor de cada servicio */
.servicio-item {
    position: relative;
    padding: 15px 0;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

/* Título del servicio y Precio en la misma línea con puntos */
.servicio-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
}

.servicio-nombre {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 1.3rem !important;
    letter-spacing: 1.5px !important;
    white-space: normal;      /* Permite varias líneas */
    flex: 1;                  /* Ocupa todo el espacio disponible */
    color: var(--black-pure) !important;
    
}

/* La línea de puntos elegante */
.servicio-puntos {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    position: relative;
    top: -4px;
    
}

.servicio-precio {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 1.4rem !important;
    white-space: nowrap;      /* Evita que el precio baje */
    color: var(--gold) !important;
    letter-spacing: 1px;
    font-weight: 400;
}

/* Subtexto: Tiempo y botón de reserva */
.servicio-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.servicio-tiempo {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 0.9rem !important;
    color: #888 !important;
    letter-spacing: 1.2px !important;
}

.btn-reservar-mini {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--black-pure) !important;
    font-size: 0.9rem !important;
    letter-spacing: 1.5px !important;
    text-decoration: none;
    border: 1px solid var(--gold);
    padding: 2px 12px;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-reservar-mini:hover {
    background-color: var(--gold) !important;
    color: var(--black-pure) !important;
}

/* Título de las categorías (Populares / Servicios) */
.servicios-categoria {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--black-pure);
    letter-spacing: 3px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--gold);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 1rem !important;
}

#hero-servicios {
    background: #1a1a1a; /* Color de respaldo mientras carga el gif */
}

.hero-gif-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* CLAVE: Cubre todo el área sin estirarse */
    object-position: center; /* Centra la acción del gif */
    z-index: 1;
}

/* Capa de contraste por si el GIF es muy brillante */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Oscurece un 20% el gif */
    z-index: 2;
}

/* --- ESTILOS EXCLUSIVOS SECCIÓN CONTACTO --- */

#contacto-page {
    /* Compensación para el Nav (ajusta los 80px según el grosor de tu nav) */
    padding-top: 250px !important; 
    background-color: #ffffff;
    min-height: 100vh; /* Asegura que ocupe toda la pantalla */
}

/* Títulos y Subtítulos */
#contacto-page .sc_item_title_text {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #000000 !important;
}

#contacto-page .text-gold-subtitle {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--gold) !important;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

/* Párrafos y Datos (Bebas Fina) */
#contacto-page p, 
#contacto-page .texto-fino-negro {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    font-size: 1.15rem;
    color: #333333 !important;
    line-height: 1.6;
}

/* Caja de Horarios Estilizada */
#contacto-page .horarios-box {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    margin-top: 30px;
}

#contacto-page h4 {
    font-family: 'Bebas Neue', sans-serif !important;
    border-bottom: 2px solid var(--gold);
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 2px;
}

/* Mapa con altura responsiva */
.map-container {
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    #contacto-page {
        padding-top: 80px !important;
    }
    #contacto-page .sc_item_title_text {
        font-size: 2.2rem;
    }
}

/* --- ESTILO PARA SECCIONES LEGALES --- */

#seccion-legal {
    /* Ajusta este valor (120px) dependiendo de la altura real de tu navbar */
    padding-top: 250px !important; 
    background-color: #ffffff;
    min-height: 100vh;
}

/* Títulos con Bebas Neue Estilizada */
#seccion-legal .sc_item_title_text {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 3.5rem;
    letter-spacing: 3px;
    color: var(--black-pure);
    text-transform: uppercase;
}

/* Subtítulos de la política */
.legal-subtitle {
    font-family: 'Bebas Neue', sans-serif !important;
    color: var(--black-pure);
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    margin-top: 40px;
    border-left: 3px solid var(--gold);
    padding-left: 15px;
    text-transform: uppercase;
}

/* Texto de la política (Bebas Fina) */
.texto-legal {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-top: 15px;
    text-align: justify;
    text-transform: uppercase;
}

.divisor-gold {
    width: 80px;
    height: 3px;
    background-color: var(--gold);
    margin-top: 15px;
}

