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

/* Estilos de Menú Hamburguesa (Comunes) - Se mantienen fuera de las MQ, ya que solo la propiedad display cambia */
.menu_hamburguesa {
    display: none;
    cursor: pointer;
}

.menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu_cerrar_container {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.menu_mobile_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.menu_mobile_links a {
    text-decoration: none;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: #6A8921;
    text-align: center;
}

.titulo_negro {
    color: #000000;
}

/* ------------------------------------------- */
/* Rango: Escritorio Extragrande (min-width: 1367px) */
/* ------------------------------------------- */
@media (min-width: 1367px) {
    .bg {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .menu {
        position: fixed;
        z-index: 3;
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .logo {
        display: flex;
        width: 15%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        height: 60px;
    }

    .menu-pc {
        display: flex;
        width: 70%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 2.5%;
    }

    .menu-pc a {
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-size: 0.8rem;
        text-align: center;
        color: #000000;
    }

    .menu-pc a:hover {
        color: #6FB2A5;
    }

    .rrss_encabezado {
        display: flex;
        width: 15%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .rrss_encabezado img {
        width: 22px;
        height: 22px;
    }

    /* Sección Hero */
    .seccion_hero {
        display: flex;
        width: 100%;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        padding-top: 100px;
    }

    .contenido_hero {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1200px;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    h1 {
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: 900;
        font-size: 3.7rem;
        line-height: 1.1;
        color: #6A8921;
    }

    .texto_principal {
        font-family: Arial, sans-serif;
        font-size: 1.3rem;
        line-height: 1.6;
        color: #000000;
        max-width: 900px;
    }

    /* Sección Credenciales */
    .seccion_credenciales {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
        gap: 40px;
    }

    .contenido_credenciales {
        display: flex;
        width: 80%;
        max-width: 1200px;
        justify-content: space-around;
        gap: 30px;
    }

    .credencial_item {
        flex: 1;
        text-align: center;
    }

    .texto_credencial {
        font-family: Arial, sans-serif;
        font-size: 1.1rem;
        line-height: 1.5;
        color: #6A8921;
        font-weight: bold;
    }

    .frase_etica {
        width: 80%;
        max-width: 900px;
        text-align: center;
    }

    .texto_etica {
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #000000;
    }

    /* Sección Diferenciadores */
    .seccion_diferenciadores {
        display: flex;
        width: 100%;
        padding: 80px 0;
        justify-content: center;
        align-items: center;
    }

    .contenido_diferenciadores {
        width: 80%;
        max-width: 1200px;
        text-align: center;
    }

    h2 {
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: 900;
        font-size: 3rem;
        line-height: 1.2;
        color: #6A8921;
    }

    /* Sección Filosofía */
    .seccion_filosofia {
        display: flex;
        width: 100%;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
    }

    .contenido_filosofia {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1000px;
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .texto_filosofia {
        font-family: Arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1.6;
        color: #000000;
    }

    .quote {
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: 900;
        font-size: 1.8rem;
        line-height: 1.4;
        color: #6A8921;
        font-style: italic;
        margin-top: 20px;
    }

    /* Sección Compromisos */
    .seccion_compromisos {
        display: flex;
        width: 100%;
        padding: 80px 0;
        justify-content: center;
        align-items: center;
    }

    .contenido_compromisos {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1200px;
        gap: 40px;
        align-items: center;
    }

    .lista_compromisos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        width: 100%;
    }

    .compromiso_item {
        padding: 30px;
        background: #f5f5f5;
        border-left: 4px solid #6A8921;
    }

    .texto_compromiso {
        font-family: Arial, sans-serif;
        font-size: 1.1rem;
        line-height: 1.5;
        color: #000000;
    }

    /* Sección Misión */
    .seccion_mision {
        display: flex;
        width: 100%;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
    }

    .contenido_mision {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1000px;
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .texto_mision {
        font-family: Arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1.6;
        color: #000000;
    }

    /* Sección Visión */
    .seccion_vision {
        display: flex;
        width: 100%;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
    }

    .contenido_vision {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1000px;
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .texto_vision {
        font-family: Arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1.6;
        color: #000000;
    }

    /* Sección ADN */
    .seccion_adn {
        display: flex;
        width: 100%;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
    }

    .contenido_adn {
        display: flex;
        flex-direction: column;
        width: 80%;
        max-width: 1000px;
        gap: 25px;
        align-items: center;
        text-align: center;
    }

    .texto_adn {
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #6A8921;
    }

    /* Sección Carousel */
    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .carousel-container {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding: 60px 0;
    }

    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .carousel-item {
        flex: 0 0 calc(100% / 3);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .carousel-item img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter 0.3s;
    }

    .carousel-item img:hover {
        filter: grayscale(0%);
    }

    /* Footer */
    .footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .pie {
        display: flex;
        width: 100%;
        height: 50px;
        background: #6A8921;
        justify-content: space-around;
        align-items: center;
    }

    .texto_pie {
        font-family: Arial, sans-serif;
        font-size: 0.9rem;
        color: #fff;
    }

    .menu_hamburguesa {
        display: none;
    }
}

/* ------------------------------------------- */
/* Rango: Escritorio Grande (1281px - 1366px) */
/* ------------------------------------------- */
@media (min-width: 1281px) and (max-width: 1366px) {
    .bg { position: relative; display: flex; flex-direction: column; }
    .menu { position: fixed; z-index: 3; display: flex; width: 100%; height: 100px; justify-content: center; align-items: center; background: #ffffff; }
    .logo { display: flex; width: 15%; height: 100%; justify-content: center; align-items: center; }
    .logo img { height: 60px; }
    .menu-pc { display: flex; width: 70%; height: 100%; justify-content: center; align-items: center; gap: 2.5%; }
    .menu-pc a { text-decoration: none; font-family: Arial, sans-serif; font-size: 0.7rem; text-align: center; color: #000000; }
    .menu-pc a:hover { color: #6FB2A5; }
    .rrss_encabezado { display: flex; width: 15%; justify-content: center; align-items: center; gap: 7px; }
    .rrss_encabezado img { width: 20px; height: 20px; }
    .seccion_hero { display: flex; width: 100%; min-height: 100vh; justify-content: center; align-items: center; padding-top: 100px; }
    .contenido_hero { display: flex; flex-direction: column; width: 80%; max-width: 1200px; gap: 30px; align-items: center; text-align: center; }
    h1 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 3.5rem; line-height: 1.1; color: #6A8921; }
    .texto_principal { font-family: Arial, sans-serif; font-size: 1.2rem; line-height: 1.6; color: #000000; max-width: 900px; }
    .seccion_credenciales { display: flex; flex-direction: column; width: 100%; padding: 60px 0; justify-content: center; align-items: center; background: #f5f5f5; gap: 40px; }
    .contenido_credenciales { display: flex; width: 80%; max-width: 1200px; justify-content: space-around; gap: 30px; }
    .credencial_item { flex: 1; text-align: center; }
    .texto_credencial { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.5; color: #6A8921; font-weight: bold; }
    .frase_etica { width: 80%; max-width: 900px; text-align: center; }
    .texto_etica { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.3rem; line-height: 1.5; color: #000000; }
    .seccion_diferenciadores { display: flex; width: 100%; padding: 80px 0; justify-content: center; align-items: center; }
    .contenido_diferenciadores { width: 80%; max-width: 1200px; text-align: center; }
    h2 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 2.8rem; line-height: 1.2; color: #6A8921; }
    .seccion_filosofia { display: flex; width: 100%; padding: 60px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_filosofia { display: flex; flex-direction: column; width: 80%; max-width: 1000px; gap: 25px; align-items: center; text-align: center; }
    .texto_filosofia { font-family: Arial, sans-serif; font-size: 1.1rem; line-height: 1.6; color: #000000; }
    .quote { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.7rem; line-height: 1.4; color: #6A8921; font-style: italic; margin-top: 20px; }
    .seccion_compromisos { display: flex; width: 100%; padding: 80px 0; justify-content: center; align-items: center; }
    .contenido_compromisos { display: flex; flex-direction: column; width: 80%; max-width: 1200px; gap: 40px; align-items: center; }
    .lista_compromisos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; width: 100%; }
    .compromiso_item { padding: 30px; background: #f5f5f5; border-left: 4px solid #6A8921; }
    .texto_compromiso { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.5; color: #000000; }
    .seccion_mision { display: flex; width: 100%; padding: 60px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_mision { display: flex; flex-direction: column; width: 80%; max-width: 1000px; gap: 25px; align-items: center; text-align: center; }
    .texto_mision { font-family: Arial, sans-serif; font-size: 1.1rem; line-height: 1.6; color: #000000; }
    .seccion_vision { display: flex; width: 100%; padding: 60px 0; justify-content: center; align-items: center; }
    .contenido_vision { display: flex; flex-direction: column; width: 80%; max-width: 1000px; gap: 25px; align-items: center; text-align: center; }
    .texto_vision { font-family: Arial, sans-serif; font-size: 1.1rem; line-height: 1.6; color: #000000; }
    .seccion_adn { display: flex; width: 100%; padding: 60px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_adn { display: flex; flex-direction: column; width: 80%; max-width: 1000px; gap: 25px; align-items: center; text-align: center; }
    .texto_adn { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.4rem; line-height: 1.5; color: #6A8921; }
    .seccion_4 { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center; }
    .carousel-container { width: 90%; max-width: 1400px; margin: 0 auto; overflow: hidden; position: relative; padding: 60px 0; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
    .carousel-item { flex: 0 0 calc(100% / 3); display: flex; justify-content: center; align-items: center; padding: 0 30px; box-sizing: border-box; }
    .carousel-item img { max-width: 100%; height: auto; max-height: 100px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s; }
    .carousel-item img:hover { filter: grayscale(0%); }
    .footer { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
    .pie { display: flex; width: 100%; height: 50px; background: #6A8921; justify-content: space-around; align-items: center; }
    .texto_pie { font-family: Arial, sans-serif; font-size: 0.9rem; color: #fff; }
    .menu_hamburguesa { display: none; }
}

/* ------------------------------------------- */
/* Rango: Escritorio Mediano (1025px - 1280px) */
/* ------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1280px) {
    .bg { position: relative; display: flex; flex-direction: column; }
    .menu { position: fixed; z-index: 3; display: flex; width: 100%; height: 90px; justify-content: center; align-items: center; background: #ffffff; }
    .logo { display: flex; width: 15%; height: 100%; justify-content: center; align-items: center; }
    .logo img { height: 55px; }
    .menu-pc { display: flex; width: 70%; height: 100%; justify-content: center; align-items: center; gap: 2%; }
    .menu-pc a { text-decoration: none; font-family: Arial, sans-serif; font-size: 0.65rem; text-align: center; color: #000000; }
    .menu-pc a:hover { color: #6FB2A5; }
    .rrss_encabezado { display: flex; width: 15%; justify-content: center; align-items: center; gap: 5px; }
    .rrss_encabezado img { width: 18px; height: 18px; }
    .seccion_hero { display: flex; width: 100%; min-height: 100vh; justify-content: center; align-items: center; padding-top: 90px; }
    .contenido_hero { display: flex; flex-direction: column; width: 85%; gap: 25px; align-items: center; text-align: center; }
    h1 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 3rem; line-height: 1.1; color: #6A8921; }
    .texto_principal { font-family: Arial, sans-serif; font-size: 1.1rem; line-height: 1.6; color: #000000; }
    .seccion_credenciales { display: flex; flex-direction: column; width: 100%; padding: 50px 0; justify-content: center; align-items: center; background: #f5f5f5; gap: 35px; }
    .contenido_credenciales { display: flex; width: 85%; justify-content: space-around; gap: 25px; }
    .credencial_item { flex: 1; text-align: center; }
    .texto_credencial { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.5; color: #6A8921; font-weight: bold; }
    .frase_etica { width: 85%; text-align: center; }
    .texto_etica { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.2rem; line-height: 1.5; color: #000000; }
    .seccion_diferenciadores { display: flex; width: 100%; padding: 70px 0; justify-content: center; align-items: center; }
    .contenido_diferenciadores { width: 85%; text-align: center; }
    h2 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 2.5rem; line-height: 1.2; color: #6A8921; }
    .seccion_filosofia { display: flex; width: 100%; padding: 50px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_filosofia { display: flex; flex-direction: column; width: 85%; gap: 20px; align-items: center; text-align: center; }
    .texto_filosofia { font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1.6; color: #000000; }
    .quote { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.6rem; line-height: 1.4; color: #6A8921; font-style: italic; margin-top: 15px; }
    .seccion_compromisos { display: flex; width: 100%; padding: 70px 0; justify-content: center; align-items: center; }
    .contenido_compromisos { display: flex; flex-direction: column; width: 85%; gap: 35px; align-items: center; }
    .lista_compromisos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; width: 100%; }
    .compromiso_item { padding: 25px; background: #f5f5f5; border-left: 4px solid #6A8921; }
    .texto_compromiso { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.5; color: #000000; }
    .seccion_mision { display: flex; width: 100%; padding: 50px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_mision { display: flex; flex-direction: column; width: 85%; gap: 20px; align-items: center; text-align: center; }
    .texto_mision { font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1.6; color: #000000; }
    .seccion_vision { display: flex; width: 100%; padding: 50px 0; justify-content: center; align-items: center; }
    .contenido_vision { display: flex; flex-direction: column; width: 85%; gap: 20px; align-items: center; text-align: center; }
    .texto_vision { font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1.6; color: #000000; }
    .seccion_adn { display: flex; width: 100%; padding: 50px 0; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_adn { display: flex; flex-direction: column; width: 85%; gap: 20px; align-items: center; text-align: center; }
    .texto_adn { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.3rem; line-height: 1.5; color: #6A8921; }
    .seccion_4 { display: flex; width: 100%; height: 80vh; justify-content: center; align-items: center; }
    .carousel-container { width: 90%; margin: 0 auto; overflow: hidden; position: relative; padding: 50px 0; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
    .carousel-item { flex: 0 0 calc(100% / 3); display: flex; justify-content: center; align-items: center; padding: 0 25px; box-sizing: border-box; }
    .carousel-item img { max-width: 100%; height: auto; max-height: 90px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s; }
    .carousel-item img:hover { filter: grayscale(0%); }
    .footer { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
    .pie { display: flex; width: 100%; height: 50px; background: #6A8921; justify-content: space-around; align-items: center; }
    .texto_pie { font-family: Arial, sans-serif; font-size: 0.85rem; color: #fff; }
    .menu_hamburguesa { display: none; }
}

/* ------------------------------------------- */
/* Rango: Tablet (768px - 1024px) */
/* ------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .bg { position: relative; display: flex; flex-direction: column; }
    .menu { position: fixed; z-index: 3; display: flex; width: 100%; height: 80px; justify-content: space-between; align-items: center; background: #ffffff; padding: 0 20px; }
    .logo { display: flex; height: 100%; justify-content: center; align-items: center; }
    .logo img { height: 50px; }
    .menu-pc { display: none; }
    .rrss_encabezado { display: none; }
    .menu_hamburguesa { display: block; }
    .seccion_hero { display: flex; width: 100%; min-height: 100vh; justify-content: center; align-items: center; padding: 100px 20px 40px 20px; }
    .contenido_hero { display: flex; flex-direction: column; width: 100%; gap: 25px; align-items: center; text-align: center; }
    h1 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 2.5rem; line-height: 1.1; color: #6A8921; }
    .texto_principal { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.6; color: #000000; }
    .seccion_credenciales { display: flex; flex-direction: column; width: 100%; padding: 40px 20px; justify-content: center; align-items: center; background: #f5f5f5; gap: 30px; }
    .contenido_credenciales { display: flex; flex-direction: column; width: 100%; gap: 20px; }
    .credencial_item { text-align: center; }
    .texto_credencial { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.5; color: #6A8921; font-weight: bold; }
    .frase_etica { width: 100%; text-align: center; }
    .texto_etica { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.1rem; line-height: 1.5; color: #000000; }
    .seccion_diferenciadores { display: flex; width: 100%; padding: 60px 20px; justify-content: center; align-items: center; }
    .contenido_diferenciadores { width: 100%; text-align: center; }
    h2 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 2.2rem; line-height: 1.2; color: #6A8921; }
    .seccion_filosofia { display: flex; width: 100%; padding: 40px 20px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_filosofia { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; text-align: center; }
    .texto_filosofia { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.6; color: #000000; }
    .quote { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.4rem; line-height: 1.4; color: #6A8921; font-style: italic; margin-top: 15px; }
    .seccion_compromisos { display: flex; width: 100%; padding: 60px 20px; justify-content: center; align-items: center; }
    .contenido_compromisos { display: flex; flex-direction: column; width: 100%; gap: 30px; align-items: center; }
    .lista_compromisos { display: flex; flex-direction: column; gap: 20px; width: 100%; }
    .compromiso_item { padding: 20px; background: #f5f5f5; border-left: 4px solid #6A8921; }
    .texto_compromiso { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.5; color: #000000; }
    .seccion_mision { display: flex; width: 100%; padding: 40px 20px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_mision { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; text-align: center; }
    .texto_mision { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.6; color: #000000; }
    .seccion_vision { display: flex; width: 100%; padding: 40px 20px; justify-content: center; align-items: center; }
    .contenido_vision { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; text-align: center; }
    .texto_vision { font-family: Arial, sans-serif; font-size: 1rem; line-height: 1.6; color: #000000; }
    .seccion_adn { display: flex; width: 100%; padding: 40px 20px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_adn { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; text-align: center; }
    .texto_adn { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.2rem; line-height: 1.5; color: #6A8921; }
    .seccion_4 { display: flex; width: 100%; min-height: 60vh; justify-content: center; align-items: center; }
    .carousel-container { width: 90%; margin: 0 auto; overflow: hidden; position: relative; padding: 40px 0; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
    .carousel-item { flex: 0 0 calc(100% / 2); display: flex; justify-content: center; align-items: center; padding: 0 20px; box-sizing: border-box; }
    .carousel-item img { max-width: 100%; height: auto; max-height: 80px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s; }
    .carousel-item img:hover { filter: grayscale(0%); }
    .footer { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
    .pie { display: flex; flex-direction: column; width: 100%; padding: 20px; background: #6A8921; justify-content: center; align-items: center; gap: 10px; }
    .texto_pie { font-family: Arial, sans-serif; font-size: 0.8rem; color: #fff; text-align: center; }
}

/* ------------------------------------------- */
/* Rango: Móvil Grande (481px - 767px) */
/* ------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
    .bg { position: relative; display: flex; flex-direction: column; }
    .menu { position: fixed; z-index: 3; display: flex; width: 100%; height: 70px; justify-content: space-between; align-items: center; background: #ffffff; padding: 0 15px; }
    .logo { display: flex; height: 100%; justify-content: center; align-items: center; }
    .logo img { height: 45px; }
    .menu-pc { display: none; }
    .rrss_encabezado { display: none; }
    .menu_hamburguesa { display: block; }
    .seccion_hero { display: flex; width: 100%; min-height: 100vh; justify-content: center; align-items: center; padding: 90px 15px 30px 15px; }
    .contenido_hero { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; text-align: center; }
    h1 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 2rem; line-height: 1.1; color: #6A8921; }
    .texto_principal { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.6; color: #000000; }
    .seccion_credenciales { display: flex; flex-direction: column; width: 100%; padding: 35px 15px; justify-content: center; align-items: center; background: #f5f5f5; gap: 25px; }
    .contenido_credenciales { display: flex; flex-direction: column; width: 100%; gap: 18px; }
    .credencial_item { text-align: center; }
    .texto_credencial { font-family: Arial, sans-serif; font-size: 0.85rem; line-height: 1.5; color: #6A8921; font-weight: bold; }
    .frase_etica { width: 100%; text-align: center; }
    .texto_etica { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1rem; line-height: 1.5; color: #000000; }
    .seccion_diferenciadores { display: flex; width: 100%; padding: 50px 15px; justify-content: center; align-items: center; }
    .contenido_diferenciadores { width: 100%; text-align: center; }
    h2 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.8rem; line-height: 1.2; color: #6A8921; }
    .seccion_filosofia { display: flex; width: 100%; padding: 35px 15px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_filosofia { display: flex; flex-direction: column; width: 100%; gap: 18px; align-items: center; text-align: center; }
    .texto_filosofia { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.6; color: #000000; }
    .quote { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.2rem; line-height: 1.4; color: #6A8921; font-style: italic; margin-top: 12px; }
    .seccion_compromisos { display: flex; width: 100%; padding: 50px 15px; justify-content: center; align-items: center; }
    .contenido_compromisos { display: flex; flex-direction: column; width: 100%; gap: 25px; align-items: center; }
    .lista_compromisos { display: flex; flex-direction: column; gap: 18px; width: 100%; }
    .compromiso_item { padding: 18px; background: #f5f5f5; border-left: 4px solid #6A8921; }
    .texto_compromiso { font-family: Arial, sans-serif; font-size: 0.85rem; line-height: 1.5; color: #000000; }
    .seccion_mision { display: flex; width: 100%; padding: 35px 15px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_mision { display: flex; flex-direction: column; width: 100%; gap: 18px; align-items: center; text-align: center; }
    .texto_mision { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.6; color: #000000; }
    .seccion_vision { display: flex; width: 100%; padding: 35px 15px; justify-content: center; align-items: center; }
    .contenido_vision { display: flex; flex-direction: column; width: 100%; gap: 18px; align-items: center; text-align: center; }
    .texto_vision { font-family: Arial, sans-serif; font-size: 0.95rem; line-height: 1.6; color: #000000; }
    .seccion_adn { display: flex; width: 100%; padding: 35px 15px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_adn { display: flex; flex-direction: column; width: 100%; gap: 18px; align-items: center; text-align: center; }
    .texto_adn { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.1rem; line-height: 1.5; color: #6A8921; }
    .seccion_4 { display: flex; width: 100%; min-height: 50vh; justify-content: center; align-items: center; }
    .carousel-container { width: 90%; margin: 0 auto; overflow: hidden; position: relative; padding: 35px 0; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
    .carousel-item { flex: 0 0 100%; display: flex; justify-content: center; align-items: center; padding: 0 15px; box-sizing: border-box; }
    .carousel-item img { max-width: 100%; height: auto; max-height: 70px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s; }
    .carousel-item img:hover { filter: grayscale(0%); }
    .footer { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
    .pie { display: flex; flex-direction: column; width: 100%; padding: 18px; background: #6A8921; justify-content: center; align-items: center; gap: 10px; }
    .texto_pie { font-family: Arial, sans-serif; font-size: 0.75rem; color: #fff; text-align: center; }
}

/* ------------------------------------------- */
/* Rango: Móvil Pequeño (320px - 480px) */
/* ------------------------------------------- */
@media (min-width: 320px) and (max-width: 480px) {
    .bg { position: relative; display: flex; flex-direction: column; }
    .menu { position: fixed; z-index: 3; display: flex; width: 100%; height: 65px; justify-content: space-between; align-items: center; background: #ffffff; padding: 0 12px; }
    .logo { display: flex; height: 100%; justify-content: center; align-items: center; }
    .logo img { height: 40px; }
    .menu-pc { display: none; }
    .rrss_encabezado { display: none; }
    .menu_hamburguesa { display: block; }
    .seccion_hero { display: flex; width: 100%; min-height: 100vh; justify-content: center; align-items: center; padding: 85px 12px 25px 12px; }
    .contenido_hero { display: flex; flex-direction: column; width: 100%; gap: 18px; align-items: center; text-align: center; }
    h1 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.7rem; line-height: 1.1; color: #6A8921; }
    .texto_principal { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.6; color: #000000; }
    .seccion_credenciales { display: flex; flex-direction: column; width: 100%; padding: 30px 12px; justify-content: center; align-items: center; background: #f5f5f5; gap: 20px; }
    .contenido_credenciales { display: flex; flex-direction: column; width: 100%; gap: 15px; }
    .credencial_item { text-align: center; }
    .texto_credencial { font-family: Arial, sans-serif; font-size: 0.8rem; line-height: 1.5; color: #6A8921; font-weight: bold; }
    .frase_etica { width: 100%; text-align: center; }
    .texto_etica { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 0.95rem; line-height: 1.5; color: #000000; }
    .seccion_diferenciadores { display: flex; width: 100%; padding: 45px 12px; justify-content: center; align-items: center; }
    .contenido_diferenciadores { width: 100%; text-align: center; }
    h2 { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.5rem; line-height: 1.2; color: #6A8921; }
    .seccion_filosofia { display: flex; width: 100%; padding: 30px 12px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_filosofia { display: flex; flex-direction: column; width: 100%; gap: 15px; align-items: center; text-align: center; }
    .texto_filosofia { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.6; color: #000000; }
    .quote { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1.1rem; line-height: 1.4; color: #6A8921; font-style: italic; margin-top: 10px; }
    .seccion_compromisos { display: flex; width: 100%; padding: 45px 12px; justify-content: center; align-items: center; }
    .contenido_compromisos { display: flex; flex-direction: column; width: 100%; gap: 20px; align-items: center; }
    .lista_compromisos { display: flex; flex-direction: column; gap: 15px; width: 100%; }
    .compromiso_item { padding: 15px; background: #f5f5f5; border-left: 4px solid #6A8921; }
    .texto_compromiso { font-family: Arial, sans-serif; font-size: 0.8rem; line-height: 1.5; color: #000000; }
    .seccion_mision { display: flex; width: 100%; padding: 30px 12px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_mision { display: flex; flex-direction: column; width: 100%; gap: 15px; align-items: center; text-align: center; }
    .texto_mision { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.6; color: #000000; }
    .seccion_vision { display: flex; width: 100%; padding: 30px 12px; justify-content: center; align-items: center; }
    .contenido_vision { display: flex; flex-direction: column; width: 100%; gap: 15px; align-items: center; text-align: center; }
    .texto_vision { font-family: Arial, sans-serif; font-size: 0.9rem; line-height: 1.6; color: #000000; }
    .seccion_adn { display: flex; width: 100%; padding: 30px 12px; justify-content: center; align-items: center; background: #f5f5f5; }
    .contenido_adn { display: flex; flex-direction: column; width: 100%; gap: 15px; align-items: center; text-align: center; }
    .texto_adn { font-family: 'Arial Black', Arial, sans-serif; font-weight: 900; font-size: 1rem; line-height: 1.5; color: #6A8921; }
    .seccion_4 { display: flex; width: 100%; min-height: 40vh; justify-content: center; align-items: center; }
    .carousel-container { width: 90%; margin: 0 auto; overflow: hidden; position: relative; padding: 30px 0; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; }
    .carousel-item { flex: 0 0 100%; display: flex; justify-content: center; align-items: center; padding: 0 12px; box-sizing: border-box; }
    .carousel-item img { max-width: 100%; height: auto; max-height: 60px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s; }
    .carousel-item img:hover { filter: grayscale(0%); }
    .footer { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; }
    .pie { display: flex; flex-direction: column; width: 100%; padding: 15px; background: #6A8921; justify-content: center; align-items: center; gap: 8px; }
    .texto_pie { font-family: Arial, sans-serif; font-size: 0.7rem; color: #fff; text-align: center; }
}
