/* ---------------------------------- */
/* 0. Configuración General y Fuentes */
/* ---------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;600&display=swap');

:root {
    --color-primary: #000000; /* Negro */
    --color-secondary: #ffffff; /* Blanco */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--color-primary); 
    color: var(--color-secondary); 
    font-family: var(--font-body);
    scroll-behavior: smooth;
}


/* ---------------------------------- */
/* 1. CABECERA y NAVEGACIÓN (HEADER FIJO) */
/* ---------------------------------- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200; 
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: var(--color-primary); 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    height: 60px; /* Fija la altura del header para cálculos de offset */
}

/* Logo de Imagen */
.header-logo {
    height: 40px; /* Altura correcta para el logo */
    width: auto; 
    display: block;
}

/* Navegación */
.main-nav ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex; 
    gap: 20px; 
}

.main-nav a {
    color: var(--color-secondary); 
    text-decoration: none; 
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #ccc; 
}


/* ---------------------------------- */
/* 2. SECCIÓN HERO (CARRUSEL) */
/* ---------------------------------- */
.hero-section {
    height: 100vh;
    padding: 0;
    /* QUITAMOS EL MARGIN-TOP Y USAMOS SOLO LA ALTURA DE LA SECCIÓN */ 
    position: relative;
    overflow: hidden; 
    width: 100%;
}

/* Contenedor del Carrusel (4 imágenes) */
.slideshow-container {
    width: 400%; /* 4 imágenes * 100% */
    height: 100%;
    position: absolute; /* CLAVE: Flota sobre el flujo normal */
    top: 0;
    left: 0;
    /* CLAVE: Reajustamos el tiempo de animación */
    animation: slide-animation 20s infinite ease-in-out; 
}

/* Estilo para cada imagen del carrusel */
.slideshow-container img {
    width: 25%; /* Cada imagen ocupa 1/4 (25%) */
    height: 100%;
    float: left; 
    object-fit: cover; /* CLAVE: Ajusta la imagen sin distorsionar */
}

/* Superposición de Texto y Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; 
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.6) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-text-content {
    color: var(--color-secondary);
    padding: 20px;
}

.company-name {
    font-family: var(--font-body);
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 5px; 
    margin-bottom: 20px;
}

.hero-text-content h1 {
    font-family: var(--font-heading);
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}


/* ---------------------------------- */
/* 3. SECCIÓN QUIÉNES SOMOS (CON IDIOMAS) */
/* ---------------------------------- */
.about-section {
    background-color: var(--color-secondary); 
    color: var(--color-primary); 
    padding: 80px 20px;
    text-align: center;
    min-height: auto;
    
    /* SOLUCIÓN DE SALTO DE ANCLAJE: Compensación para header fijo */
    scroll-margin-top: 60px; 
}

.about-section h2 {
    font-family: var(--font-heading);
    font-size: 2.2em;
    margin-bottom: 20px;
    text-align: center;
}

.about-section p {
    max-width: 800px;
    margin: 0 auto 30px auto; /* Añadimos margin-bottom para separarlo de Misión/Visión */
    line-height: 1.6;
    text-align: justify; /* Mantenemos la justificación para el párrafo largo */
}

.mv-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    gap: 30px; 
    text-align: justify; /* Justificación dentro de los contenedores */
}

.mv-item h3 {
    font-family: var(--font-heading);
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left; /* Títulos alineados a la izquierda */
}

/* ---------------------------------- */
/* 4. SECCION SERVICIOS */
/* ---------------------------------- */
.services-section {
    background-color: var(--color-primary); 
    color: var(--color-secondary); 
    padding: 80px 20px;
    text-align: center;
    /* SOLUCIÓN DE SALTO DE ANCLAJE: Compensación para header fijo */
    scroll-margin-top: 60px; 
    min-height: auto;
}

.services-section h2 {
    font-family: var(--font-heading);
    font-size: 2.2em;
    margin-bottom: 10px;
}

.services-section p {
    font-size: 1.1em;
    color: #ccc;
    margin-bottom: 40px;
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; 
    gap: 30px;
    text-align: left;
}

.service-card {
    background-color: #111; 
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.service-card h3 {
    font-family: var(--font-body);
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

/* ---------------------------------- */
/* 5. SECCIÓN CLIENTES */
/* ---------------------------------- */
.clients-section {
    background-color: #F8F8F8; 
    color: var(--color-primary); 
    padding: 80px 20px;
    text-align: center;
    min-height: auto;
    /* SOLUCIÓN DE SALTO DE ANCLAJE: Compensación para header fijo */
    scroll-margin-top: 60px; 
}

.clients-section h2 {
    font-family: var(--font-heading);
    font-size: 2.2em;
    margin-bottom: 50px;
}

.logos-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px;
    align-items: center;
    padding: 20px;
}

.logo-item {
    padding: 15px;
    overflow: hidden; 
}

.logo-item img {
    width: 100%; 
    max-width: 250px; 
    height: auto;
    opacity: 1; 
    filter: none; 
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.logo-item img:hover {
    transform: scale(1.2);
    opacity: 1; 
    filter: none;
}


/* ---------------------------------- */
/* 6. SECCIÓN CONTACTO Y PIE DE PÁGINA */
/* ---------------------------------- */
.contact-section {
    background-color: var(--color-primary); 
    padding: 100px 20px;
    text-align: center;
    /* Mantenemos el ajuste para el header fijo */
    scroll-margin-top: 60px; 
}

.contact-section p.intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #ccc;
}

/* Contenedor para alinear la info de contacto */
.contact-info-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item h3 {
    font-family: var(--font-body); /* Montserrat */
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* Estilos de los enlaces/botones (Clase general contact-link) */
.contact-link {
    display: inline-block; 
    padding: 12px 25px;
    border: 2px solid var(--color-secondary); 
    color: var(--color-secondary);
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px; 
}

.contact-link:hover {
    background-color: var(--color-secondary); 
    color: var(--color-primary); 
}

/* Contenedor de Dirección */
.address-container {
    margin-top: 60px; /* Espacio después de los botones de contacto */
    padding-top: 40px;
    border-top: 1px solid #333; /* Línea separadora sutil */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.address-container h3 {
    font-family: var(--font-heading); /* Playfair Display */
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
}

.address-text {
    font-size: 1em;
    line-height: 1.5;
    color: #bbb;
    margin-bottom: 20px;
}

.map-link {
    /* Estilo para el botón/enlace de Google Maps */
    display: inline-block;
    padding: 10px 20px;
    background-color: #4285F4; /* Azul de Google Maps */
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.map-link:hover {
    background-color: #3367D6; 
}

/* ---------------------------------- */
/* 7. PIE DE PÁGINA                   */
/* ---------------------------------- */
.main-footer {
    background-color: var(--color-primary);
    padding: 40px 20px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.6;
}

.copyright {
    color: #999; 
    margin: 0; 
}

/* ---------------------------------- */
/* MEDIA QUERIES y ANIMACIÓN */
/* ---------------------------------- */
@media (min-width: 768px) {
    .hero-text-content h1 {
        font-size: 4em; 
    }
    
    .mv-container {
        flex-direction: row; 
    }
    .mv-item {
        flex: 1; 
    }
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .logos-container {
        grid-template-columns: repeat(5, 1fr);
    }
    .contact-info-container {
        flex-direction: row; 
        justify-content: center;
        gap: 50px;
    }
}

/* DEFINICIÓN DE LA ANIMACIÓN (4 imágenes) */
@keyframes slide-animation {
    0% { transform: translateX(0%); } 
    20% { transform: translateX(0%); } 
    25% { transform: translateX(-25%); } 
    45% { transform: translateX(-25%); } 
    50% { transform: translateX(-50%); } 
    70% { transform: translateX(-50%); } 
    75% { transform: translateX(-75%); } 
    95% { transform: translateX(-75%); } 
    100% { transform: translateX(0%); } 
}