/* Comentar algo Cmd + K + C */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

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

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: rgba(255, 255, 255, 0.7);
}

nav .logo {
    width: 200px;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    font-family: 'Montserrat', serif;
    margin: 0;
    padding: 0;
}

nav li {
    margin: 0 1.5rem;
    position: relative;
}

nav a {
    text-decoration: none;
    color: #221712;
    padding: 1rem 0;
    transition: color 0.3s ease;
}

nav a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 74, 128);
    transition: width 0.3s ease;
}

nav a:hover {
    color: rgb(0, 74, 128);
}

nav a:hover::before {
    width: 100%;
}

.contenedor {
    text-align: center;
    max-width: 80%;
    color: black;
}

.contenedor h1 {
    opacity: 0;
    color: black;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 4.5rem;
    margin: 0;
    transform: translateY(30px);
    transition: opacity 2.5s ease-out, transform 2.5s ease-out;
}

.contenedor.activo h1 {
    opacity: 1;
    transform: translateY(0);
    color: black;
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact-section-wrapper {
    max-width: auto;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    /* Para que el radius afecte al contenido */
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    /* Para responsiveness */
}

/* --- Columna 1: El Mapa (50%) --- */
.map-container {
    flex: 1;
    min-width: 320px;
    /* Ancho mínimo antes de apilarse */
    min-height: 500px;
    position: relative;
    background-color: #e0e0e0;
    /* Color mientras carga el mapa */
}

.map-iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* --- El truco de la escala de grises --- */
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

/* Al pasar el mouse, el mapa toma color */
.map-container:hover .map-iframe-wrapper iframe {
    filter: grayscale(0%);
}

/* Botón "Cómo Llegar" sobre el mapa */
.map-route-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

    background-color: #0d47a1;
    /* Azul corporativo HERA */
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.map-route-btn:hover {
    background-color: #0a3a82;
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* --- Columna 2: La Tarjeta de Contacto (50%) --- */
.contact-card {
    flex: 1;
    min-width: 320px;
    /* Ancho mínimo */
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.contact-logo {
    width: 200px;
    height: auto;
    margin-bottom: 2rem;
}

.contact-card h2 {
    font-size: 3.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.contact-card p.subtitle {
    font-size: 2.1rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 2.5rem 0;
}

/* Lista de info de contacto */
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.contact-info-list .icon {
    width: 24px;
    height: 24px;
    margin-right: 1.3rem;
    color: #0d47a1;
    /* Azul HERA */
    flex-shrink: 0;
}

.contact-info-list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    word-break: break-all;
    /* Para que correos largos no rompan el layout */
    transition: color 0.3s ease;
}

.contact-info-list a:hover {
    color: #0d47a1;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .contact-section-wrapper {
        /* Se apila verticalmente */
        flex-direction: column;
    }

    .contact-card {
        /* La tarjeta de contacto va primero en móviles */
        order: -1;
        padding: 2rem;
    }

    .map-container {
        min-height: 400px;
        /* Menos altura en móvil */
    }
}

/*INICIO FOOTER*/
.footer {
    background-color: #AEB8C2;
    color: #fff;
    padding: 60px 0;
    font-size: 16px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex-basis: 30%;
}

.footer-section h3 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    color: black;
}

.footer-map {
    margin-top: 40px;
    text-align: center;
}

/*Fin Footer*/


/* 3 barras */
#checkbox {
    display: none;
}

.toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .3s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    transition-duration: .3s;
}

#checkbox:checked+.toggle .bars {
    margin-left: 13px;
}

#checkbox:checked+.toggle #bar2 {
    transform: rotate(135deg);
    margin-left: 0;
    transform-origin: center;
    transition-duration: .3s;
}

#checkbox:checked+.toggle #bar1 {
    transform: rotate(45deg);
    transition-duration: .3s;
    transform-origin: left center;
}

#checkbox:checked+.toggle #bar3 {
    transform: rotate(-45deg);
    transition-duration: .3s;
    transform-origin: left center;
}

/* Fin de 3 barras */

.toggle {
    display: none;
}

@media (max-width: 768px) {
    nav ul {
        display: none;
        /* Ocultar el menú por defecto en móviles */
        flex-direction: column;
        position: absolute;
        top: 60px;
        /* Ajusta según sea necesario */
        left: 0;
        background-color: transparent;
        /* Fondo del menú */
        width: 100%;
        padding: 10px 0;
    }

    nav ul.active {
        display: flex;
        /* Mostrar el menú al activar */
    }

    .toggle {
        display: flex;
        /* Mostrar el toggle en móviles */
    }

    nav li {
        margin: 50px 0;
        /* Espaciado para elementos de menú en móvil */
        text-align: center;
        /* Centrar texto */
    }

    .hero {
        padding: 0 2%;
        /* Reduce el padding para móviles */
    }

    .back-video {
        position: absolute;
        top: 50%;
        /* Centrar verticalmente */
        left: 50%;
        /* Centrar horizontalmente */
        width: 100%;
        /* Ancho completo */
        height: 100%;
        /* Altura completa */
        object-fit: cover;
        /* Asegura que el video cubra el contenedor sin distorsión */
        transform: translate(-50%, -50%);
        /* Centrar el video */
        z-index: -1;
        /* Asegurar que esté detrás de otros elementos */
    }

    nav {
        padding: 25px 5%;
        /* Ajustar padding en móviles */
        font-size: 0.9rem;
        /* Tamaño de fuente más pequeño en móviles */
    }

    nav .logo {
        width: 150px;
        /* Tamaño del logo más pequeño */
    }

    nav ul {
        flex-direction: column;
        /* Cambiar a columna en móviles */
        display: none;
        /* Ocultar el menú por defecto */
        position: absolute;
        top: 90px;
        /* Ajustar según sea necesario */
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        /* Fondo del menú */
        padding: 30px 0;
    }

    nav ul.active {
        display: flex;
        /* Mostrar el menú al activar */
    }

    nav li {
        margin: 10px 0;
        /* Ajustar margen para elementos en móvil */
        text-align: center;
        /* Centrar texto */
    }

    .contenedor {
        padding: 0 5%;
        /* Añadir padding para evitar que el texto toque los bordes */
    }

    .contenedor h1 {
        font-size: 7vw;
        /* Adaptar tamaño del texto */
        color: #fff;
    }


    .contenedor a {
        font-size: 3vw;
        /* Tamaño de fuente responsive */
        padding: 10px 4vw;
        /* Ajustar padding del botón */
    }

    /* Linea de negocio */
    .business-line-section {
        padding: 20px 0;
        /* Reducir el espaciado superior e inferior */
        margin-bottom: 0;
    }

    .line-title-container {
        flex-direction: column;
        /* Cambiar a columna */
        align-items: center;
        /* Centrar elementos */
        margin-bottom: 20px;
        /* Reducir el margen inferior */
    }

    .line-title {
        flex-basis: 100%;
        /* Hacer que ocupe el 100% del ancho */
        text-align: center;
        /* Centrar el texto */
    }

    .line-title h2 {
        font-size: 28px;
        /* Reducir tamaño de fuente */
    }

    .description-container {
        flex-basis: 100%;
        /* Hacer que ocupe el 100% del ancho */
        display: block;
        /* Cambiar a bloque */
        position: static;
        /* Eliminar posición absoluta */
        margin-top: 20px;
        /* Añadir margen superior */
    }

    .description-container .vertical-line {
        display: none;
        /* Ocultar línea vertical en pantallas pequeñas */
    }

    .description {
        font-size: 16px;
        /* Reducir tamaño de fuente */
        padding-left: 0;
        /* Eliminar padding */
        text-align: center;
        /* Centrar texto */
    }

    .progress-container {
        flex-direction: row;
        /* Mantener alineación horizontal */
        flex-wrap: wrap;
        /* Permitir que los elementos se envuelvan */
    }

    .progress-item {
        flex-basis: 50%;
        /* Cambiar a 50% para dos elementos por fila */
        margin-bottom: 20px;
        /* Añadir margen inferior */
    }

    .progress-circle {
        width: 80px;
        /* Reducir tamaño del círculo */
        height: 80px;
        /* Reducir tamaño del círculo */
    }

    .item-icon {
        width: 40px;
        /* Reducir tamaño del icono */
        height: 40px;
        /* Reducir tamaño del icono */
    }

    .progress-item h4 {
        font-size: 12px;
        /* Reducir tamaño de fuente */
    }

    /* Fin de linea de negocio*/

    /* Galería de Imágenes */
    .imagen-con-texto {
        width: 100%;
        /* Ancho completo en pantallas pequeñas */
        margin: 0;
        /* Sin margen en pantallas pequeñas */
    }

    .texto-sobre-imagen {
        opacity: 0;
        /* Mantener oculto inicialmente */
    }

    /* Fin Galería de Imágenes */

    /* Acerca de Nosotros*/
    .about-content {
        flex-direction: column;
        /* Cambiar a columna en pantallas pequeñas */
        align-items: center;
        /* Centrar los elementos */
    }

    .about-text {
        padding-right: 0;
        /* Eliminar el padding a la derecha */
        padding-bottom: 20px;
        /* Espacio debajo del texto */
    }

    .about-image {
        width: 90%;
        /* Ancho de la imagen en pantallas pequeñas */
        max-width: 400px;
        /* Ancho máximo para la imagen */
    }

    .about-us h2 {
        font-size: 28px;
        /* Tamaño de fuente más pequeño para el título */
        margin-bottom: 30px;
        /* Espacio debajo del título */
    }

    .about-text p {
        font-size: 18px;
        /* Tamaño de fuente más pequeño para el texto */
    }

    /* Fin Acerca de nosotros*/

    /*Clientes*/
    .slider-area h2 {
        font-size: 28px;
        /* Tamaño de fuente más pequeño para el título */
        margin-bottom: 20px;
        /* Espacio debajo del título */
    }

    .logos {
        padding: 40px 0;
        /* Reducir el padding en pantallas pequeñas */
    }

    .logos-slide img {
        height: 40px;
        /* Tamaño más pequeño para los logos */
        margin: 0 20px;
        /* Espacio reducido entre los logos */
    }

    .logos:before,
    .logos::after {
        width: 100px;
        /* Reducir el ancho de los gradientes en pantallas pequeñas */
    }

    /* Fin clientes */

    /*Footer */
    .footer-content {
        flex-direction: column;
        /* Cambiar a columna en pantallas pequeñas */
        align-items: center;
        /* Centrar elementos */
    }

    .footer-section {
        flex-basis: 100%;
        /* Cada sección ocupa el 100% del ancho */
        text-align: center;
        /* Centrar texto en secciones */
        margin-bottom: 40px;
        /* Aumentar el espacio entre secciones */
    }

    .footer-section h3 {
        font-size: 16px;
        /* Tamaño de fuente más pequeño para el título */
        margin-bottom: 15px;
        /* Espacio debajo del título */
    }

    .footer-bottom {
        margin-top: 20px;
        /* Espacio reducido en la parte inferior */
        font-size: 12px;
        /* Tamaño de fuente más pequeño para el texto inferior */
    }

    /*Fin Footer */
}