/* ==========================================================================
   1. VARIABLES DE COLOR Y CONFIGURACIÓN BASE
   ========================================================================== */
:root {
    --azul-edsa: #002D5A;
    --rojo-edsa: #E30613;
    --glass-bg: rgba(0, 56, 120, 0); 
}

/* ==========================================================================
   2. ESTILOS ESPECÍFICOS DE CONTACTO
   ========================================================================== */

/* ==========================================================================
   2. ESTILOS ESPECÍFICOS DE CONTACTO
   ========================================================================== */


.info-icon {
    width: 50px;
    height: 50px;
    background: #ff0000;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.info-item:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
}

.contacto-info-wrapper {
    background: linear-gradient(135deg, #010a1a 0%, #001744 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mantener el diseño limpio del formulario */
.edsa-input {
    border: 1px solid #dee2e6;
    background-color: #fdfdfd;
}













/* Footer */

.footer-premium {
    background: linear-gradient( #001339, #c20000); /* Degradado moderno */
    color: white;
    padding: 60px 0 20px 0;
    position: relative;
    z-index: 20; /* Para que quede por encima de las secciones anteriores */
}

/* Contenedor del Video Cuadrado */
.footer-video-container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.footer-logo-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que llene el cuadrado sin deformarse */
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-list, .footer-list-info {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: var(--text-light-gray);
    text-decoration: none;
    transition: 0.3s;
}

.footer-list a:hover {
    color: var(--rojo-edsa);
    padding-left: 5px;
}

.footer-list-info li {
    font-size: 0.9rem;
    color: var(--text-light-gray);
    margin-bottom: 10px;
    
}

.social-links a {
    color: white;
    font-size: 1.2rem;
    margin-right: 30px;
    transition: 0.3s;

    
}

.social-links a:hover {
    color: var(--rojo-edsa);
    transform: translateY(-3px);
   
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 40px 0 20px 0;
}

/* Icono de ubicación estilo App */
.location-icon-container {
    background: white;
    width: 60px;
    height: 100px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #002d5a;
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.social-links {
    display: flex; /* Usamos flexbox para control total */
    justify-content: flex-start; /* Opciones: center, flex-end, space-between */
    gap: 20px; /* Controla el espacio exacto entre cada icono */
    
    /* Mover todo el bloque con margen */
    margin-left: 17px;  /* Mueve a la derecha */
    margin-top: 15px;   /* Mueve hacia abajo */
    
    /* Si quieres moverlos a una posición específica sin afectar lo demás */
    position: relative;
    left: 0px; /* Cambia a 10px, 20px, etc. para mover a la derecha */
    top: 0px;  /* Cambia para mover verticalmente */
}





/* FONDO GLOBAL DE LA SECCIÓN CON DEGRADADO */
.contacto-section-global {
    /* Un degradado elegante de azul marino profundo a negro */
    background: linear-gradient(#005d7b ,#001339  ) !important;
    position: relative;
}

/* OPCIONAL: Añadir un patrón sutil de puntos para que no se vea tan plano */
.contacto-section-global::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

/* REFUERZO: Aseguramos que el título siempre sea blanco sobre este degradado */
.main-title-edsa-white {
    color: #ffffff !important;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* EL FORMULARIO PREMIUM (GLASSMORPHISM CON DRIP) */
.form-wrapper {
    /* Efecto Cristal: Semi-transparente y desenfocado */
    background: rgba(1, 10, 26, 0.4) !important; 
    backdrop-filter: blur(15px); /* Desenfoque del fondo */
    -webkit-backdrop-filter: blur(15px);
    
   
    
    /* Efecto Drip: Vamos a usar un sombreado interno para simular gotas */
    position: relative;
    box-shadow: inset 0 20px 40px rgba(0,0,0,0.4), 0 10px 30px rgba(227, 6, 19, 0.1);
    
    border-radius: 25px; /* Bordes suaves */
    overflow: hidden; /* Importante para el Drip */
    transition: all 0.4s ease;
}


/* Ajuste de los Labels (Títulos de los campos) */
.form-wrapper label {
    color: #ffffff !important; /* Texto blanco para resaltar */
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

/* LOS INPUTS (Campos de escritura) */
.edsa-input {
    background: rgba(255, 255, 255, 0.03); /* Fondo muy suave y oscuro */
    border: 1px solid rgba(255, 255, 255, 0.08); /* Borde sutil */
    color: #ffffff !important; /* Texto de escritura blanco */
    border-radius: 8px;
    padding: 15px;
}

/* Al hacer foco (escribir) */
.edsa-input:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: #ff0000; /* Borde rojo EDSA */
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3); /* Brillo rojo */
}

/* Placeholder (Texto de guía) */
.edsa-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* EL BOTÓN FINAL: Un rojo más profundo y profesional */
.btn-danger {
    background: linear-gradient(135deg, #cc0000 0%, #990000 100%) !important;
    border: none;
    transition: 0.3s ease;
}

.btn-danger:hover {
    background: #ff0000 !important; /* Rojo brillante al pasar el mouse */
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}