:root {
    --fondo: #ffffff;
    --texto: #2c302e;
    --primario: #8b948c;
    --rojo-logo: #e51a1a; 
    --gris-claro: #fcfbfa;
    --fuente-titulo: 'Playfair Display', serif;
    --fuente-cuerpo: 'Inter', sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body { 
    font-family: var(--fuente-cuerpo); 
    background-color: var(--fondo); 
    color: var(--texto); 
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   ENCABEZADO INTEGRAL (Ocupa todo el ancho)
   ========================================================================== */
.rojo-logo {
    color: #e51a1a;
    font-weight: 800;
    font-size: 1.3em;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 18px 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header.scroll-down { transform: translateY(-100%); }
.header.scroll-up { transform: translateY(0); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); }

.logo-full-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}

.header-logo-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    display: block;
    mix-blend-mode: multiply;
}

.nav-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-menu { 
    display: flex; 
    gap: 45px; 
    list-style: none; 
}

.nav-menu a { 
    text-decoration: none; 
    color: var(--texto); 
    font-size: 0.85rem; 
    font-weight: 500;
    letter-spacing: 2.5px; 
    text-transform: uppercase;
    transition: color 0.3s ease; 
    position: relative;
    padding-bottom: 4px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--rojo-logo);
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-menu a:hover { color: var(--rojo-logo); }
.nav-menu a:hover::after { width: 100%; left: 0; }

/* ==========================================================================
   SECCIÓN HERO (Presentación)
   ========================================================================== */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    //padding: 10px;
    padding-top: 150px; /* Espacio para la cabecera fija */
    
    /* 1. Cargamos la imagen de fondo */
    background-image: 
        /* Capa tenue encima: va de un blanco translúcido a un tono crema suave */
        linear-gradient(135deg, rgba(255, 255, 255, 0.80) 0%, rgba(248, 247, 245, 0.88) 100%),
        url('../imagenes/area_reformer.jpg'); 
    
    /* 2. Ajustes técnicos para que la foto quede perfecta */
    background-size: cover;      /* Hace que la foto ocupe toda la pantalla sin deformarse */
    background-position: center;  /* Centra la imagen vertical y horizontalmente */
    background-repeat: no-repeat; /* Evita que la foto se duplique en pantallas grandes */
}

.hero-content h1 { 
    font-family: var(--fuente-titulo); 
    font-size: 3.5rem; 
    font-weight: 300; 
    margin-bottom: 25px; 
    line-height: 1.2; 
    letter-spacing: -0.5px;
}

.hero-content p { 
    font-size: 1.2rem; 
    max-width: 680px; 
    margin: 0 auto 40px; 
    color: #4a504c; 
    line-height: 1.6;
}

.btn-principal { 
    padding: 16px 42px; 
    border: 1px solid var(--texto); 
    background: transparent; 
    cursor: pointer; 
    font-family: var(--fuente-cuerpo); 
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px; 
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
}

.btn-principal:hover { 
    background: var(--texto); 
    color: var(--fondo); 
    transform: translateY(-2px);
}
.contenedor-pilates-premium {
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  background-color: #f4f7f6; /* Fondo verde agua/gris sutil */
  border: 1px solid #e3ebe8;
  border-radius: 12px;
  padding: 25px 30px;
  text-align: center;
  max-width: 550px;
  margin: 20px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.contenedor-pilates-premium .apertura-texto {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #556f66; /* Verde Pilates */
  background-color: #e3ebe8;
  padding: 6px 18px;
  border-radius: 20px;
  margin: 0 0 15px 0;
}

.contenedor-pilates-premium .info-texto {
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}

.contenedor-pilates-premium .telefono-destacado {
  display: block;
  font-weight: 700;
  color: #334740;
  font-size: 1.2rem;
  margin-top: 8px;
  letter-spacing: 0.5px;
}
/* Contenedor del aviso adaptado al "Próximamente" */
.contenedor-pilates-activo {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.12); /* Fondo semitransparente elegante */
  backdrop-filter: blur(10px); /* Efecto cristal difuminado moderno */
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #e67e22; /* El toque naranja activo de dxt */
  border-radius: 12px;
  padding: 20px 25px;
  text-align: center;
  max-width: 480px;
  margin: 30px auto 0 auto; /* Centrado y separado del texto anterior */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contenedor-pilates-activo .aviso-apertura {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff; /* Texto blanco para que contraste con el overlay */
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
}

.contenedor-pilates-activo .aviso-contacto {
  font-size: 0.95rem;
  color: #e0e0e0; /* Gris muy claro, perfectamente legible */
  line-height: 1.5;
  margin: 0;
}

.contenedor-pilates-activo .boton-telefono {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #e67e22; /* Naranja corporativo vibrante para el teléfono */
  text-decoration: none;
  margin-top: 12px;
  letter-spacing: 1px;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Efecto sutil al pasar el cursor o pulsar */
.contenedor-pilates-activo .boton-telefono:hover {
  transform: scale(1.05);
  color: #ff943d; /* Se ilumina un poco más al pasar el ratón */
}

/* ==========================================================================
   SECCIÓN FILOSOFÍA: EL METODO DXT
   ========================================================================== */
.filosofia-section {
    background-color: var(--gris-claro);
    padding: 100px 40px;
}

.container-blocks {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.filosofia-texto h2 {
    font-family: var(--fuente-titulo);
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.2;
}

.filosofia-texto p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555e58;
    margin-bottom: 20px;
}

/* El proceso de 3 pasos */
.pasos-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.paso-card {
    background: var(--fondo);
    padding: 30px;
    border-left: 3px solid var(--texto);
    box-shadow: 0 5px 15px rgba(0,0,0,0.01);
    transition: transform 0.3s;
}

.paso-card:hover {
    transform: translateX(5px);
    border-left-color: var(--rojo-logo);
}

.paso-num {
    font-family: var(--fuente-titulo);
    font-size: 0.9rem;
    color: var(--rojo-logo);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.paso-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.paso-card p {
    font-size: 0.95rem;
    color: #606662;
    line-height: 1.6;
}

/* ==========================================================================
   BOTONERA DE PIE INTERACTIVA (Móvil)
   ========================================================================== */
.footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-around;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.03);
}

.footer-nav-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-decoration: none; 
    color: #707772; 
    font-size: 0.75rem; 
    font-weight: 500;
    gap: 5px; 
    flex: 1;
    text-align: center;
}

.footer-nav-item.active { color: var(--rojo-logo); font-weight: 600; }
.footer-nav-item svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* ==========================================================================
   DISEÑO RESPONSIVE GENERAL
   ========================================================================== */
@media (max-width: 900px) {
    .container-blocks {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .header { padding: 12px 0; }
    .logo-full-area { padding: 0 25px; margin-bottom: 0; }
    .header-logo-img { max-width: 290px; }
    .nav-container { display: none; }
    .hero { padding-top: 250px; }
    .hero-content h1 { font-size: 1.6rem; }
    .hero-content p { font-size: 1rem; }
    .filosofia-section { padding: 60px 24px 140px; }
    .filosofia-texto h2 { font-size: 2rem; }
}

@media (min-width: 769px) {
    .footer-nav { display: none; }
}

/* ==========================================================================
   GLOBO FLOTANTE DE WHATSAPP
   ========================================================================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
    animation: pulse-green 2s infinite;
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.whatsapp-float:hover {
    transform: scale(1.08) translateY(-3px);
    background-color: #20ba5a;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 85px; /* Evita pisar la botonera móvil */
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .whatsapp-float svg {
        width: 26px;
        height: 26px;
    }
}

/* ==========================================================================
   SECCIÓN EL CENTRO
   ========================================================================== */
.centro-section {
    padding: 100px 40px;
    background-color: var(--fondo);
}

.centro-container {
    max-width: 1100px;
    margin: 0 auto;
}

.centro-cabecera {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.subtitulo-caps {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--rojo-logo);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.centro-cabecera h2 {
    font-family: var(--fuente-titulo);
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
}

.centro-introduccion {
    font-size: 1.1rem;
    color: #555e58;
    line-height: 1.7;
}

/* Grid de la galería */
.galeria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.galeria-item {
    background: var(--gris-claro);
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.galeria-item:hover {
    transform: translateY(-5px);
    border-bottom-color: var(--texto);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.galeria-imagen-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f0f2f0;
}

.galeria-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

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

.galeria-info {
    padding: 25px;
}

.galeria-info h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.galeria-info p {
    font-size: 0.95rem;
    color: #606662;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .centro-section { padding: 60px 24px; }
    .centro-cabecera h2 { font-size: 2rem; }
}

/* ==========================================================================
   PIE DE PÁGINA (FOOTER)
   ========================================================================== */
.site-footer {
    background-color: var(--gris-claro);
    padding: 80px 40px 40px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

.footer-column h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-weight: 600;
    color: var(--texto);
}

.footer-logo {
    font-family: var(--fuente-titulo);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-text {
    font-size: 0.95rem;
    color: #606662;
    line-height: 1.7;
}

.footer-info-list { list-style: none; }
.footer-info-list li {
    font-size: 0.95rem;
    color: #555e58;
    margin-bottom: 12px;
    line-height: 1.5;
}

.footer-note {
    font-size: 0.85rem;
    color: var(--rojo-logo);
    margin-top: 15px;
    font-style: italic;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 30px;
}

.footer-bottom-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #808782;
}

.footer-legal-links {
    display: flex;
    gap: 25px;
}

.footer-legal-links a {
    color: #808782;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-legal-links a:hover { color: var(--texto); }

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 40px;
    }
    .site-footer {
        padding: 60px 24px 140px 24px; /* Colchón para no tapar los créditos */
    }
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ==========================================================================
   ESTILOS VENTANA EMERGENTE (MODAL)
   ========================================================================== */
.legal-modal {
    display: none; 
    position: fixed; 
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.legal-modal-contenido {
    background-color: var(--fondo);
    margin: 10% auto; 
    padding: 40px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 80%; 
    max-width: 700px;
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.legal-modal-cerrar {
    color: #aaa;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s;
}

.legal-modal-cerrar:hover { color: var(--texto); }
.legal-modal h2 { font-family: var(--fuente-titulo); font-size: 1.8rem; margin-bottom: 20px; font-weight: 400; }
.legal-modal h3 { font-size: 1.1rem; margin: 20px 0 10px 0; font-weight: 600; }
.legal-modal p, .legal-modal li { font-size: 0.9rem; color: #555e58; line-height: 1.6; margin-bottom: 12px; }
.legal-modal ul { padding-left: 20px; margin-bottom: 15px; }

@media (max-width: 768px) {
    .legal-modal-contenido {
        width: 90%;
        margin: 20% auto;
        padding: 25px;
    }
}
/* VARIABLES DE COLOR (Ajusta los códigos hexadecimales a tu marca) */
:root {
    --color-oscuro: #12161a;      /* Fondo sofisticado, gris muy oscuro o negro */
    --color-acento: #00b4d8;      /* Tu color de identidad (azul, verde oliva, oro...) */
    --color-texto-claro: #f4f4f6; /* Blanco roto para lectura cómoda */
    --color-texto-mutado: #a0a5b0;/* Gris suave para descripciones */
    --fuente-elegante: 'Inter', sans-serif; /* Cambia por la fuente de tu web */
}

/* SECCIÓN PRINCIPAL */
.metodo-dxt {
    background-color: var(--color-oscuro);
    color: var(--color-texto-claro);
    padding: 80px 20px;
    font-family: var(--fuente-elegante);
    text-align: center;
}

.metodo-dxt .container {
    max-width: 1100px;
    margin: 0 auto;
}

.titulo-seccion {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.titulo-seccion span {
    color: #e51a1a;
    font-weight: 800;
}

.subtitulo-seccion {
    color: var(--color-texto-mutado);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.5;
}

/* GRID DE LAS TARJETAS */
.grid-metodo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

/* LA TARJETA DE CADA LETRA */
.tarjeta-letra {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efecto sutil al pasar el ratón */
.tarjeta-letra:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 180, 216, 0.4); /* Usa el color de acento rebajado */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* DISEÑO DE LA LETRA (Inspirada en el logo) */
.letra-logo {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
    font-family: sans-serif; /* O la fuente geométrica de tu logo */
    color: rgba(255, 255, 255, 0.1); /* Por defecto es una marca de agua discreta */
    transition: color 0.3s ease;
}

/* Al pasar el ratón por la tarjeta, la letra se enciende con tu color corporativo */
.tarjeta-letra:hover .letra-logo {
    color: #e51a1a;
}

/* TEXTOS DE LA TARJETA */
.tarjeta-letra h3 {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #ffffff;
}

.sub-concepto {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-acento);
    margin-bottom: 15px;
    font-weight: 500;
}

.tarjeta-letra p {
    color: var(--color-texto-mutado);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE (Para tablets y móviles) */
@media (max-width: 992px) {
    .grid-metodo {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-metodo {
        grid-template-columns: 1fr; /* Una columna en móvil */
        gap: 20px;
    }
    
    .titulo-seccion {
        font-size: 2rem;
    }
    
    .tarjeta-letra {
        padding: 30px 25px;
    }
}
.esquema-filosofia {
    list-style: none; /* Quitamos los puntos por defecto */
    padding: 0;
    margin-top: 25px;
}

.esquema-filosofia li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555e58;
}

/* Ponemos un indicador elegante antes de cada punto del esquema */
.esquema-filosofia li::before {
    content: "—"; 
    position: absolute;
    left: 0;
    color: var(--rojo-logo); /* Tu toque rojo de identidad */
    font-weight: bold;
}

.esquema-filosofia strong {
    color: var(--texto);
    font-weight: 600;
}

/* PÁGINA DE PRÓXIMAMENTE */
#proximamente {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed; /* Asegura que cubra toda la pantalla por encima de todo */
    top: 0;
    left: 0;
    z-index: 9999; /* Se coloca por encima de la web real */
    text-align: center;
    padding: 20px;
    font-family: sans-serif;
    
    /* Imagen de fondo tenue (puedes cambiarla por cadillac-torre.jpg si prefieres) */
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 247, 245, 0.90) 100%),
        url('../imagenes/area_reformer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.proximamente-content {
    max-width: 550px;
    position: relative;
    z-index: 2;
}

/* EL LOGO OFICIAL */
.logo-branding {
    font-size: 3.5rem; /* Un tamaño hermoso e imponente para la portada */
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.logo-branding .texto-pilates {
    color: #1a1a1a; /* El gris oscuro/negro de tu marca */
    font-weight: 700;
    margin-left: 5px;
}

/* TEXTOS DE LA BIENVENIDA TEMPORAL */
#proximamente h2 {
    font-size: 1.8rem;
    color: #2b2b2b;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

#proximamente p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 35px;
}

/* BOTÓN/BADGE DE APERTURA */
.badge {
    display: inline-block;
    background-color: #1a1a1a;
    color: white;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
/* CONTROL DEL LOGO EN IMAGEN */
.logo-branding-img {
    margin-bottom: 30px; /* Espacio debajo del logo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-branding-img img {
    max-width: 280px;  /* Controla el ancho del logo en pantalla (puedes subirlo a 320px si lo ves chico) */
    width: 100%;       /* Hace que sea responsive y no se corte en móviles */
    height: auto;      /* Mantiene la proporción original para que no se deforme */
    object-fit: contain;
}