/* =========================================== */
/* ESTILOS ESPECÍFICOS PARA PÁGINA DE CONTACTOS */
/* =========================================== */

/* Estilos específicos para el hero de contactos */
.seccion-hero-contactos {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, #0a0e17 0%, #0f1525 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.seccion-hero-contactos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(30, 144, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(30, 144, 255, 0.1) 0%, transparent 50%);
    z-index: 1;
}


/* Elementos flotantes específicos para contactos */
.elemento-flotante-contacto {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(30, 144, 255, 0.1);
    border: 2px solid rgba(30, 144, 255, 0.3);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #1e90ff;
    animation: flotar 3s ease-in-out infinite;
    transition: all 0.3s ease;
    z-index: 2;
}

.elemento-flotante-contacto:hover {
    background: rgba(30, 144, 255, 0.2);
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(30, 144, 255, 0.3);
}

.texto-elemento-flotante {
    font-size: 12px;
    margin-top: 8px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
}

.elemento-mensaje {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
}

.elemento-llamada {
    top: 15%;
    right: 15%;
    animation-delay: 0.5s;
}

.elemento-ubicacion {
    bottom: 20%;
    left: 10%;
    animation-delay: 1s;
}

.elemento-calendario {
    bottom: 15%;
    right: 20%;
    animation-delay: 1.5s;
}

/* Tarjeta central del hero para contactos */
.tarjeta-centro-hero-contactos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: rgba(20, 25, 40, 0.9);
    border-radius: 35px;
    border: 2px solid rgba(30, 144, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 3;
}

.contenido-tarjeta-centro-contactos {
    text-align: center;
    padding: 40px;
    z-index: 4;
}

.animacion-comunicacion {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
}

.onda-comunicacion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(30, 144, 255, 0.2);
    border-radius: 50%;
    animation: onda-comunicacion 3s linear infinite;
}

.onda-1 {
    animation-delay: 0s;
}

.onda-2 {
    animation-delay: 1s;
}

.onda-3 {
    animation-delay: 2s;
}

.circulo-centro-comunicacion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(30, 144, 255, 0.1);
    border: 2px solid rgba(30, 144, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #1e90ff;
    z-index: 2;
}

.titulo-tarjeta-centro-contactos {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.texto-tarjeta-centro-contactos {
    color: #b0b0b0;
    font-size: 0.95rem;
}

@keyframes onda-comunicacion {
    0% {
        transform: scale(0.8);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* =========================================== */
/* SECCIÓN: INFORMACIÓN DE CONTACTO - 3 CUADROS */
/* =========================================== */

.seccion-info-contacto {
    padding: 100px 0;
    background-color: var(--color-fondo-medio);
    position: relative;
}

/* GRID PARA 3 COLUMNAS */
.grid-metodos-contacto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px auto;
    max-width: 1200px;
    width: 100%;
}

/* TARJETA MÁS ANCHA PARA 3 COLUMNAS */
.tarjeta-metodo-contacto {
    background: rgba(25, 30, 50, 0.9);
    border-radius: 25px;
    padding: 40px 30px;
    border: 2px solid rgba(30, 144, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    width: 100%;
}

/* LÍNEA SUPERIOR DE COLOR */
.tarjeta-metodo-contacto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        var(--color-primario), 
        var(--color-secundario),
        #00ffff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.tarjeta-metodo-contacto:hover::before {
    transform: scaleX(1);
}

/* ANIMACIÓN DE ENTRADA */
.tarjeta-metodo-contacto.animado {
    opacity: 1;
    transform: translateY(0);
    animation: aparecerTarjetaAncha 0.6s ease forwards;
}

@keyframes aparecerTarjetaAncha {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* EFECTO HOVER */
.tarjeta-metodo-contacto:hover {
    border-color: rgba(30, 144, 255, 0.4);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(30, 144, 255, 0.1) inset;
}

/* CONTENEDOR DE ICONO MÁS GRANDE */
.icono-metodo-contenedor {
    position: relative;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICONO MÁS GRANDE Y VISIBLE */
.icono-metodo {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, 
        rgba(30, 144, 255, 0.15), 
        rgba(0, 191, 255, 0.1),
        rgba(0, 255, 255, 0.05));
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: var(--color-primario);
    border: 2px solid rgba(30, 144, 255, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(30, 144, 255, 0.15);
}

.tarjeta-metodo-contacto:hover .icono-metodo {
    transform: scale(1.15) rotate(8deg);
    background: linear-gradient(135deg, 
        rgba(30, 144, 255, 0.25), 
        rgba(0, 191, 255, 0.2),
        rgba(0, 255, 255, 0.1));
    box-shadow: 0 15px 30px rgba(30, 144, 255, 0.25);
}

/* EFECTO ONDA MÁS VISIBLE */
.efecto-onda-metodo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border: 2px solid rgba(30, 144, 255, 0.15);
    border-radius: 50%;
    animation: onda-metodo-ancha 3s linear infinite;
    opacity: 0;
    z-index: 1;
}

@keyframes onda-metodo-ancha {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.tarjeta-metodo-contacto:hover .efecto-onda-metodo {
    opacity: 0.8;
}

/* TEXTO MÁS GRANDE Y MEJOR ESPACIADO */
.titulo-metodo {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    width: 100%;
}

.titulo-metodo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--color-primario);
    border-radius: 3px;
}

/* DESCRIPCIÓN MÁS ANCHA Y MEJOR ESPACIADA */
.descripcion-metodo {
    color: var(--color-texto-gris);
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 1.1rem;
    flex-grow: 1;
    min-height: 60px;
    max-width: 350px;
    width: 100%;
}

/* INFORMACIÓN DE CONTACTO DETALLADA - MÁS ANCHA */
.info-contacto-detalle {
    width: 100%;
    margin-bottom: 30px;
    background: rgba(20, 25, 40, 0.5);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(30, 144, 255, 0.15);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 350px;
}

/* ENLACES DE CONTACTO - MÁS ANCHOS */
.enlace-contacto {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--color-primario);
    text-decoration: none;
    font-size: 1.1rem;
    padding: 15px 20px;
    background: rgba(30, 144, 255, 0.07);
    border-radius: 12px;
    border: 1px solid rgba(30, 144, 255, 0.15);
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
}

.enlace-contacto:hover {
    background: rgba(30, 144, 255, 0.15);
    border-color: rgba(30, 144, 255, 0.3);
    color: var(--color-secundario);
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(30, 144, 255, 0.1);
}

.enlace-contacto i {
    font-size: 22px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

/* HORARIO DE CONTACTO - MÁS ANCHO */
.horario-contacto {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--color-texto-gris);
    font-size: 1rem;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    text-align: left;
}

.horario-contacto i {
    color: var(--color-primario);
    font-size: 20px;
    flex-shrink: 0;
}

/* CONTENEDOR DE REDES SOCIALES - MÁS ANCHO */
.contenedor-redes-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin: 25px 0;
    flex-wrap: wrap;
    max-width: 350px;
}

/* BOTONES DE REDES SOCIALES - MÁS GRANDES */
.boton-red-social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
}

/* CORRECCIÓN: Twitter con Font Awesome */
.boton-red-social.twitter {
    background: linear-gradient(135deg, #1DA1F2, #0d8bd9);
    border-color: rgba(29, 161, 242, 0.3);
}

.boton-red-social.twitter:hover {
    background: linear-gradient(135deg, #0d8bd9, #1DA1F2);
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 12px 25px rgba(29, 161, 242, 0.3);
}

.boton-red-social.facebook {
    background: linear-gradient(135deg, #1877F2, #0D5FCC);
    border-color: rgba(24, 119, 242, 0.3);
}

.boton-red-social.facebook:hover {
    background: linear-gradient(135deg, #0D5FCC, #1877F2);
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 12px 25px rgba(24, 119, 242, 0.3);
}

.boton-red-social.instagram {
    background: linear-gradient(135deg, #E4405F, #C13584);
    border-color: rgba(193, 53, 132, 0.3);
}

.boton-red-social.instagram:hover {
    background: linear-gradient(135deg, #C13584, #E4405F);
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 12px 25px rgba(193, 53, 132, 0.3);
}

.boton-red-social.linkedin {
    background: linear-gradient(135deg, #0A66C2, #004182);
    border-color: rgba(10, 102, 194, 0.3);
}

.boton-red-social.linkedin:hover {
    background: linear-gradient(135deg, #004182, #0A66C2);
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 12px 25px rgba(10, 102, 194, 0.3);
}

.boton-red-social.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-color: rgba(37, 211, 102, 0.3);
}

.boton-red-social.whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 12px 25px rgba(37, 211, 102, 0.3);
}

/* CONTENEDOR DE BOTONES HORIZONTAL - MÁS ANCHO */
.contenedor-botones-horizontal {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
    max-width: 350px;
}

/* BOTONES DE ACCIÓN - MÁS ANCHOS */
.boton-metodo {
    flex: 1;
    padding: 18px 25px;
    background: linear-gradient(135deg, 
        var(--color-primario), 
        #0066cc,
        #004488);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    box-shadow: 0 8px 20px rgba(30, 144, 255, 0.2);
}

.boton-metodo:hover {
    background: linear-gradient(135deg, 
        #004488, 
        #0066cc,
        var(--color-primario));
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(30, 144, 255, 0.4);
}

/* EFECTO DE BRILLO AL HACER HOVER */
.boton-metodo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.7s ease;
}

.boton-metodo:hover::before {
    left: 100%;
}

/* BOTÓN SECUNDARIO */
.boton-metodo-secundario {
    background: transparent;
    color: #25D366;
    border: 2px solid #25D366;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.15);
}

.boton-metodo-secundario:hover {
    background: rgba(37, 211, 102, 0.15);
    color: white;
    border-color: #25D366;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3);
}

/* =========================================== */
/* RESPONSIVE DESIGN PARA 3 CUADROS */
/* =========================================== */

@media (max-width: 1200px) {
    .grid-metodos-contacto {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 800px;
    }
    
    .tarjeta-metodo-contacto {
        min-height: 480px;
        padding: 35px 25px;
    }
}

@media (max-width: 768px) {
    .seccion-info-contacto {
        padding: 80px 0;
    }
    
    .grid-metodos-contacto {
        grid-template-columns: 1fr;
        max-width: 500px;
        gap: 30px;
    }
    
    .tarjeta-metodo-contacto {
        min-height: auto;
        padding: 35px 25px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .info-contacto-detalle {
        max-width: 400px;
    }
    
    .contenedor-redes-sociales {
        max-width: 400px;
    }
    
    .contenedor-botones-horizontal {
        max-width: 400px;
    }
    
    .icono-metodo-contenedor {
        width: 90px;
        height: 90px;
    }
    
    .icono-metodo {
        width: 75px;
        height: 75px;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .tarjeta-metodo-contacto {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .icono-metodo-contenedor {
        width: 85px;
        height: 85px;
    }
    
    .icono-metodo {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    
    .titulo-metodo {
        font-size: 1.5rem;
    }
    
    .descripcion-metodo {
        font-size: 1.05rem;
    }
    
    .info-contacto-detalle {
        padding: 20px;
    }
    
    .enlace-contacto,
    .horario-contacto {
        padding: 14px 18px;
        font-size: 1rem;
    }
    
    .boton-red-social {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    
    .contenedor-botones-horizontal {
        flex-direction: column;
        gap: 15px;
    }
    
    .boton-metodo {
        width: 100%;
        padding: 16px 20px;
    }
}

/* =========================================== */
/* RESPONSIVE DESIGN CORREGIDO PARA 4 COLUMNAS */
/* =========================================== */

@media (max-width: 1400px) {
    .grid-metodos-contacto {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .grid-metodos-contacto {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 800px;
    }
    
    .tarjeta-metodo-contacto {
        padding: 35px 25px;
    }
    
    .icono-metodo-contenedor {
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }
    
    .icono-metodo {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    
    .titulo-metodo {
        font-size: 1.4rem;
    }
    
    .descripcion-metodo {
        font-size: 1rem;
    }
    
    .contenedor-botones-horizontal.doble {
        flex-direction: column;
    }
    
    .contenedor-redes-sociales {
        flex-wrap: wrap;
        gap: 8px;
    }
}

@media (max-width: 992px) {
    .grid-metodos-contacto {
        gap: 20px;
    }
    
    .tarjeta-metodo-contacto {
        padding: 30px 20px;
    }
    
    .icono-metodo-contenedor {
        width: 85px;
        height: 85px;
        margin-bottom: 20px;
    }
    
    .icono-metodo {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
    
    .titulo-metodo {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .grid-metodos-contacto {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto 60px;
    }
    
    .tarjeta-metodo-contacto {
        padding: 30px 20px;
    }
    
    .icono-metodo-contenedor {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .icono-metodo {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .titulo-metodo {
        font-size: 1.3rem;
    }
    
    .descripcion-metodo {
        font-size: 0.95rem;
    }
    
    .enlace-contacto {
        font-size: 1rem;
        padding: 10px 12px;
    }
    
    .boton-metodo {
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .contenedor-botones-horizontal.doble {
        flex-direction: column;
    }
    
    .contenedor-redes-sociales {
        justify-content: center;
        gap: 10px;
    }
    
    .boton-red-social {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .seccion-info-contacto {
        padding: 80px 0;
    }
    
    .tarjeta-metodo-contacto {
        padding: 25px 20px;
    }
    
    .icono-metodo-contenedor {
        width: 70px;
        height: 70px;
    }
    
    .icono-metodo {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .info-contacto-detalle {
        padding: 15px;
    }
    
    .boton-metodo {
        max-width: 100%;
    }
    
    .contenedor-redes-sociales {
        gap: 8px;
    }
    
    .boton-red-social {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* ANIMACIONES MEJORADAS */
@keyframes onda {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes aparecerMetodo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Aplicar animación escalonada a las tarjetas */
.tarjeta-metodo-contacto:nth-child(1) {
    animation-delay: 0.1s;
}

.tarjeta-metodo-contacto:nth-child(2) {
    animation-delay: 0.2s;
}

.tarjeta-metodo-contacto:nth-child(3) {
    animation-delay: 0.3s;
}

.tarjeta-metodo-contacto:nth-child(4) {
    animation-delay: 0.4s;
}

/* =========================================== */
/* SECCIÓN: FORMULARIO DE CONTACTO */
/* =========================================== */

.seccion-formulario-contacto {
    padding: 120px 0;
    background-color: #0a0e17;
    position: relative;
}

.grid-formulario-contacto {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.columna-info-formulario {
    display: flex;
    flex-direction: column;
}

.encabezado-formulario {
    margin-bottom: 40px;
}

.pasos-formulario {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.paso-formulario {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: rgba(20, 25, 40, 0.5);
    border-radius: 15px;
    border: 1px solid rgba(30, 144, 255, 0.1);
    transition: all 0.3s ease;
}

.paso-formulario.activo {
    border-color: #1e90ff;
    background: rgba(30, 144, 255, 0.05);
}

.paso-formulario:hover {
    border-color: rgba(30, 144, 255, 0.3);
    transform: translateX(5px);
}

.numero-paso-formulario {
    width: 50px;
    height: 50px;
    background: rgba(30, 144, 255, 0.1);
    border: 2px solid rgba(30, 144, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e90ff;
    font-family: 'Roboto Mono', monospace;
    flex-shrink: 0;
}

.paso-formulario.activo .numero-paso-formulario {
    background: #1e90ff;
    color: white;
}

.contenido-paso-formulario h4 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.contenido-paso-formulario p {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.info-adicional-formulario {
    margin-bottom: 40px;
}

.titulo-info-adicional {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.lista-info-adicional {
    list-style: none;
}

.lista-info-adicional li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #b0b0b0;
    font-size: 0.95rem;
}

.lista-info-adicional i {
    color: #1e90ff;
    font-size: 14px;
}

.garantias-formulario {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.garantia-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: rgba(20, 25, 40, 0.5);
    border-radius: 15px;
    border: 1px solid rgba(30, 144, 255, 0.1);
}

.garantia-item i {
    font-size: 24px;
    color: #1e90ff;
    flex-shrink: 0;
}

.contenido-garantia h5 {
    color: white;
    font-size: 1rem;
    margin-bottom: 5px;
}

.contenido-garantia p {
    color: #b0b0b0;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Estilos del formulario */
.columna-formulario {
    background: rgba(20, 25, 40, 0.8);
    border-radius: 20px;
    padding: 50px;
    border: 1px solid rgba(30, 144, 255, 0.1);
}

.encabezado-formulario-contacto {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30, 144, 255, 0.1);
}

.titulo-formulario-contacto {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.subtitulo-formulario-contacto {
    color: #b0b0b0;
    font-size: 0.95rem;
}

.grupo-campos {
    margin-bottom: 40px;
}

.titulo-grupo-campos {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(30, 144, 255, 0.1);
}

.grid-campos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.campo-formulario {
    position: relative;
}

.campo-formulario.campo-full {
    grid-column: 1 / -1;
}

.etiqueta-campo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.etiqueta-campo span {
    color: #b0b0b0;
    font-size: 0.95rem;
    font-weight: 500;
}

.etiqueta-campo i {
    color: #1e90ff;
    font-size: 14px;
}

.input-campo {
    width: 100%;
    padding: 15px 20px;
    background: rgba(30, 144, 255, 0.05);
    border: 1px solid rgba(30, 144, 255, 0.2);
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.input-campo:focus {
    outline: none;
    border-color: #1e90ff;
    background: rgba(30, 144, 255, 0.08);
}

.textarea-campo {
    resize: vertical;
    min-height: 150px;
    line-height: 1.5;
}

.contador-caracteres {
    text-align: right;
    margin-top: 5px;
    color: #b0b0b0;
    font-size: 0.85rem;
}

.mensaje-error {
    color: #ff4757;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

/* Estilos para archivos */
.contenedor-archivos {
    position: relative;
    cursor: pointer;
}

.input-archivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.etiqueta-archivo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 40px 20px;
    background: rgba(30, 144, 255, 0.05);
    border: 2px dashed rgba(30, 144, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.etiqueta-archivo:hover {
    background: rgba(30, 144, 255, 0.08);
    border-color: rgba(30, 144, 255, 0.5);
}

.etiqueta-archivo i {
    font-size: 48px;
    color: #1e90ff;
}

.etiqueta-archivo span {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.texto-archivo {
    color: #b0b0b0;
    font-size: 0.9rem;
    font-weight: normal;
}

.lista-archivos {
    margin-top: 20px;
}

.item-archivo {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(20, 25, 40, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(30, 144, 255, 0.1);
}

.item-archivo i {
    color: #1e90ff;
    font-size: 24px;
    flex-shrink: 0;
}

.info-archivo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nombre-archivo {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.tamano-archivo {
    color: #b0b0b0;
    font-size: 0.8rem;
}

.eliminar-archivo {
    background: transparent;
    border: none;
    color: #ff4757;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.eliminar-archivo:hover {
    color: #ff6b81;
}

/* Checkboxes */
.campo-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.checkbox-input {
    margin-top: 5px;
    accent-color: #1e90ff;
}

.checkbox-label {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.4;
    cursor: pointer;
}

.enlace-privacidad {
    color: #1e90ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.enlace-privacidad:hover {
    color: #00bfff;
    text-decoration: underline;
}

.contenedor-boton-enviar {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.boton-enviar {
    width: 100%;
    max-width: 300px;
}

/* =========================================== */
/* SECCIÓN: PREGUNTAS FRECUENTES DE CONTACTO */
/* =========================================== */

.seccion-faq-contactos {
    padding: 120px 0;
    background-color: #0f1525;
    position: relative;
}

.grid-faq-contactos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.tarjeta-faq-contacto {
    background: rgba(20, 25, 40, 0.8);
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid rgba(30, 144, 255, 0.1);
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(50px);
}

.tarjeta-faq-contacto.animado {
    opacity: 1;
    transform: translateY(0);
}

.tarjeta-faq-contacto:hover {
    border-color: rgba(30, 144, 255, 0.3);
    transform: translateY(-10px);
}

.icono-faq {
    width: 70px;
    height: 70px;
    background: rgba(30, 144, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #1e90ff;
    margin-bottom: 25px;
}

.pregunta-faq {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.respuesta-faq {
    color: #b0b0b0;
    line-height: 1.6;
}

.cta-faq-contactos {
    text-align: center;
    padding: 40px;
    background: rgba(30, 144, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(30, 144, 255, 0.1);
}

.texto-cta-faq {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.enlace-cta-faq {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.enlace-cta-faq:hover {
    color: #00bfff;
    text-decoration: underline;
}

/* =========================================== */
/* SECCIÓN: CTA FINAL DE CONTACTO */
/* =========================================== */

.seccion-cta-final-contactos {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0e17 0%, #0f1525 100%);
    position: relative;
    overflow: hidden;
}

.seccion-cta-final-contactos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 40%, rgba(30, 144, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(30, 144, 255, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.contenido-cta-final-contactos {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.titulo-cta-final-contactos {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 25px;
    line-height: 1.2;
}

.descripcion-cta-final-contactos {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 40px;
    line-height: 1.7;
}

.botones-cta-final-contactos {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.botones-cta-final-contactos .boton {
    min-width: 200px;
}

/* =========================================== */
/* MODAL DE CONFIRMACIÓN */
/* =========================================== */

.modal-confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 23, 0.95);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-confirmacion.activo {
    opacity: 1;
    visibility: visible;
}

.modal-contenido {
    background: rgba(20, 25, 40, 0.95);
    border-radius: 20px;
    border: 1px solid rgba(30, 144, 255, 0.2);
    max-width: 500px;
    width: 90%;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-confirmacion.activo .modal-contenido {
    transform: translateY(0);
}

.modal-cabecera {
    padding: 25px 30px;
    background: rgba(30, 144, 255, 0.1);
    border-bottom: 1px solid rgba(30, 144, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-titulo {
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

.modal-cerrar {
    background: transparent;
    border: none;
    color: #1e90ff;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 5px;
}

.modal-cerrar:hover {
    color: #00bfff;
}

.modal-cuerpo {
    padding: 40px 30px;
    text-align: center;
}

.icono-exito {
    font-size: 80px;
    color: #2ecc71;
    margin-bottom: 25px;
    animation: latido 1.5s infinite;
}

.modal-subtitulo {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.modal-texto {
    color: #b0b0b0;
    line-height: 1.7;
    margin-bottom: 30px;
}

.modal-info {
    background: rgba(30, 144, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(30, 144, 255, 0.1);
    text-align: left;
}

.modal-info p {
    color: white;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.modal-info p:last-child {
    margin-bottom: 0;
}

.modal-info span {
    color: #1e90ff;
    font-weight: 600;
}

.modal-pie {
    padding: 25px 30px;
    background: rgba(30, 144, 255, 0.05);
    border-top: 1px solid rgba(30, 144, 255, 0.1);
    display: flex;
    justify-content: center;
}

/* =========================================== */
/* RESPONSIVE DESIGN PARA CONTACTOS */
/* =========================================== */

@media (max-width: 1200px) {
    .grid-metodos-contacto,
    .grid-faq-contactos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-formulario-contacto {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .grid-formulario-contacto {
        grid-template-columns: 1fr;
    }
    
    .contenido-hero {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    
    .info-rapida-contacto {
        justify-content: center;
    }
    
    .contenedor-ilustracion-hero {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    
    .elemento-flotante-contacto {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }
    
    .texto-elemento-flotante {
        font-size: 10px;
    }
    
    .tarjeta-centro-hero-contactos {
        width: 250px;
        height: 250px;
    }
    
    .titulo-tarjeta-centro-contactos {
        font-size: 1.5rem;
    }
    
    .texto-tarjeta-centro-contactos {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .grid-metodos-contacto,
    .grid-faq-contactos,
    .grid-campos {
        grid-template-columns: 1fr;
    }
    
    .campo-formulario.campo-full {
        grid-column: auto;
    }
    
    .columna-formulario {
        padding: 30px;
    }
    
    .botones-cta-final-contactos {
        flex-direction: column;
        align-items: center;
    }
    
    .botones-cta-final-contactos .boton {
        width: 100%;
        max-width: 300px;
    }
    
    .titulo-cta-final-contactos {
        font-size: 2rem;
    }
    
    .contenedor-ilustracion-hero {
        width: 300px;
        height: 300px;
    }
    
    .elemento-flotante-contacto {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .texto-elemento-flotante {
        font-size: 8px;
        margin-top: 5px;
    }
    
    .tarjeta-centro-hero-contactos {
        width: 200px;
        height: 200px;
    }
    
    .animacion-comunicacion {
        width: 100px;
        height: 100px;
    }
    
    .circulo-centro-comunicacion {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .titulo-tarjeta-centro-contactos {
        font-size: 1.2rem;
    }
    
    .texto-tarjeta-centro-contactos {
        font-size: 0.8rem;
    }
    
    .info-rapida-contacto {
        flex-direction: column;
        align-items: center;
    }
    
    .item-info-rapida {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .titulo-hero .linea-titulo {
        font-size: 2rem;
    }
    
    .titulo-cta-final-contactos {
        font-size: 1.6rem;
    }
    
    .modal-contenido {
        width: 95%;
    }
    
    .modal-cuerpo {
        padding: 30px 20px;
    }
    
    .icono-exito {
        font-size: 60px;
    }
    
    .modal-subtitulo {
        font-size: 1.4rem;
    }
    
    .info-rapida-contacto {
        gap: 20px;
    }
    
    .contenedor-ilustracion-hero {
        width: 250px;
        height: 250px;
    }
    
    .elemento-flotante-contacto {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .tarjeta-centro-hero-contactos {
        width: 180px;
        height: 180px;
        border-radius: 25px;
    }
    
    .contenido-tarjeta-centro-contactos {
        padding: 20px;
    }
    
    .animacion-comunicacion {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .circulo-centro-comunicacion {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Animaciones específicas para contactos */
@keyframes flotar-contactos {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-25px) rotate(5deg);
    }
}

/* Aplicar animación a elementos flotantes de contactos */
.elemento-flotante-contacto {
    animation: flotar-contactos 3s ease-in-out infinite;
}