﻿@font-face {
    font-family: 'regular';
    src: url('/rg/fonts/Regular.woff2') format('woff2'),
        url('/rg/fonts/Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'black';
    src: url('/rg/fonts/Negrita.woff2') format('woff2'),
        url('/rg/fonts/Negrita.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@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: 'regular';
        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;
    }

    .seccion_1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    h1 {
        font-family: 'black';
        font-size: 3.7rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_1 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_1:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_1:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_1-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_1-ab img {
        width: 570px;
    }

    .seccion_2 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_2-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_2-aa {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .seccion_2-aa img {
        width: 570px;
    }

    .seccion_2-ab {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .seccion_2-ab h2 {
        font-family: 'black';
        font-size: 3.5rem;
        text-align: left;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_2 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_2:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_2:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_3-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_3-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    .seccion_3-aa h2 {
        font-family: 'black';
        font-size: 3.5rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_3 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_3:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_3:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_3-ab img {
        width: 570px;
    }

    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_4-a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: #6A8921;
    }

    .seccion_4-aa {
        position: absolute;
        z-index: 1;
        bottom: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .seccion_4-aa h2 {
        font-family: 'black';
        font-size: 2.7rem;
        color: #000000;
    }

    .seccion_4-aa img {
        width: 520px;
    }

    .seccion_4-ab {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .seccion_4-ab img {
        width: 100%;
    }

    .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: regular;
        font-size: 0.9rem;
        color: #fff;
    }
}

@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: 'regular';
        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_1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    h1 {
        font-family: 'black';
        font-size: 3.7rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_1 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_1:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_1:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_1-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_1-ab img {
        width: 570px;
    }

    .seccion_2 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_2-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_2-aa {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .seccion_2-aa img {
        width: 570px;
    }

    .seccion_2-ab {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .seccion_2-ab h2 {
        font-family: 'black';
        font-size: 3.5rem;
        text-align: left;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_2 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_2:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_2:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_3-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_3-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    .seccion_3-aa h2 {
        font-family: 'black';
        font-size: 3.5rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_3 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_3:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_3:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_3-ab img {
        width: 570px;
    }

    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_4-a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: #6A8921;
    }

    .seccion_4-aa {
        position: absolute;
        z-index: 1;
        bottom: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .seccion_4-aa h2 {
        font-family: 'black';
        font-size: 2.7rem;
        color: #000000;
    }

    .seccion_4-aa img {
        width: 520px;
    }

    .seccion_4-ab {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .seccion_4-ab img {
        width: 100%;
    }

    .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: regular;
        font-size: 0.9rem;
        color: #fff;
    }
}

@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: 70px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .logo {
        display: flex;
        width: 15%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        height: 50px;
    }

    .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: 'regular';
        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: 3px;
    }

    .rrss_encabezado img {
        width: 15px;
        height: 15px;
    }

    .seccion_1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    h1 {
        font-family: 'black';
        font-size: 2.9rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_1 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_1:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_1:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_1-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_1-ab img {
        width: 470px;
    }

    .seccion_2 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_2-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_2-aa {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .seccion_2-aa img {
        width: 470px;
    }

    .seccion_2-ab {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .seccion_2-ab h2 {
        font-family: 'black';
        font-size: 2.9rem;
        text-align: left;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_2 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_2:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_2:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_3-a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_3-aa {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
    }

    .seccion_3-aa h2 {
        font-family: 'black';
        font-size: 2.8rem;
        text-align: right;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_3 {
        display: flex;
        gap: 10px;
    }

    .boton_izquierdo_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_3:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_3:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3-ab {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .seccion_3-ab img {
        width: 470px;
    }

    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_4-a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: #6A8921;
    }

    .seccion_4-aa {
        position: absolute;
        z-index: 1;
        bottom: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .seccion_4-aa h2 {
        font-family: 'black';
        font-size: 2.7rem;
        color: #000000;
    }

    .seccion_4-aa img {
        width: 520px;
    }

    .seccion_4-ab {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .seccion_4-ab img {
        width: 100%;
    }

    .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: regular;
        font-size: 0.9rem;
        color: #fff;
    }
}

@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: 70px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .logo {
        display: flex;
        width: 15%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        height: 40px;
    }

    .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: 'regular';
        font-size: 0.6rem;
        text-align: center;
        color: #000000;
    }

    .menu-pc a:hover {
        color: #6FB2A5;
    }

    .rrss_encabezado {
        display: none;
    }

    .rrss_encabezado img {
        width: 15px;
        height: 15px;
    }

    .seccion_1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-a {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 1%;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 5%;
    }

    h1 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    h1 br:nth-child(1) {
        display: none;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_1 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_1:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_1:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_1-ab {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: self-end;
    }

    .seccion_1-ab img {
        width: 370px;
    }

    .seccion_2 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_2-a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 1%;
    }

    .seccion_2-aa {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: flex-end;
    }

    .seccion_2-aa img {
        width: 470px;
    }

    .seccion_2-ab {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .seccion_2-ab h2 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    .seccion_2-ab h2 br:nth-child(1) {
        display: none;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_2 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_2:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_2:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_3-a {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_3-aa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .seccion_3-aa h2 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_3 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_3:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_3:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3-ab {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: self-end;
    }

    .seccion_3-ab img {
        width: 470px;
    }

    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_4-a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: #6A8921;
    }

    .seccion_4-aa {
        position: absolute;
        z-index: 1;
        bottom: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .seccion_4-aa h2 {
        font-family: 'black';
        font-size: 2rem;
        color: #000000;
    }

    .seccion_4-aa img {
        width: 420px;
    }

    .seccion_4-ab {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .seccion_4-ab img {
        width: 100%;
    }

    .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: regular;
        font-size: 0.9rem;
        color: #fff;
    }
}

@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: center;
        align-items: center;
        background: #ffffff;
    }

    .logo {
        display: flex;
        width: 15%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        height: 40px;
    }

    .menu-pc {
        display: none;
    }

    .menu-pc a {
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.6rem;
        color: #000000;
    }

    .menu-pc a:hover {
        color: #6FB2A5;
    }

    .rrss_encabezado {
        display: none;
    }

    .rrss_encabezado img {
        width: 15px;
        height: 15px;
    }

    .seccion_1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-a {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 1%;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 5%;
    }

    h1 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    h1 br:nth-child(1) {
        display: none;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_1 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_1:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_1 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_1:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_1-ab {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: self-end;
    }

    .seccion_1-ab img {
        width: 370px;
    }

    .seccion_2 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_2-a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 1%;
    }

    .seccion_2-aa {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: flex-end;
    }

    .seccion_2-aa img {
        width: 470px;
    }

    .seccion_2-ab {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .seccion_2-ab h2 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    .seccion_2-ab h2 br:nth-child(1) {
        display: none;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_2 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_2:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_2 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_2:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_3-a {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }

    .seccion_3-aa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .seccion_3-aa h2 {
        font-family: 'black';
        font-size: 2.7rem;
        text-align: center;
        color: #6A8921;
    }

    .titulo_negro {
        color: #000000;
    }

    .boton_seccion_3 {
        display: flex;
        gap: 7%;
    }

    .boton_izquierdo_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #ffffff;
    }

    .boton_izquierdo_3:hover {
        background: #ffffff;
        border: 1px solid #6A8921;
        color: #6A8921;
    }

    .boton_derecho_3 {
        display: flex;
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border: 1px solid #6A8921;
        text-decoration: none;
        font-family: 'regular';
        font-size: 0.9rem;
        color: #6A8921;
    }

    .boton_derecho_3:hover {
        background: #6A8921;
        border: none;
        color: #ffffff;
    }

    .seccion_3-ab {
        display: flex;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: self-end;
    }

    .seccion_3-ab img {
        width: 470px;
    }

    .seccion_4 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .seccion_4-a {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: #6A8921;
    }

    .seccion_4-aa {
        position: absolute;
        z-index: 1;
        bottom: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .seccion_4-aa h2 {
        font-family: 'black';
        font-size: 2rem;
        color: #000000;
    }

    .seccion_4-aa img {
        width: 420px;
    }

    .seccion_4-ab {
        position: absolute;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .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: regular;
        font-size: 0.9rem;
        color: #fff;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .bg {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .menu {
        position: fixed;
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
        z-index: 3;
        background: #ffffff;
    }

    .logo {
        display: flex;
        width: auto;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
        margin-right: auto;
    }

    .logo img {
        height: 40px;
    }

    .menu-pc {
        display: none;
    }

    .menu_libre {
        display: none;
    }

    .rrss_encabezado {
        display: none;
    }

    .seccion_1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .seccion_1-a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .seccion_1-aa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    h1 {
        font-family: 'black';
        font-size: 30px;
        color: #6A8921;
        text-align: center;
    }

    .seccion_1-aa img {
        width: 300px;
    }

    .seccion_1-b {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .boton_contacto {
        display: flex;
        width: 300px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #6A8921;
        border-radius: 50px;
        text-decoration: none;
        font-family: 'regular';
        font-size: 14px;
        color: #ffffff;
    }

    .seccion_2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .mapa {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: center;
    }

    .footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
        justify-content: center;
        align-items: center;
    }

    .info_footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 85%;
        background: #000;
        justify-content: center;
        align-items: center;
    }

    .contacto {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 60%;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .contacto h2 {
        font-family: 'regular';
        font-size: 20px;
        color: #fff;
    }

    .datos_contacto {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: start;
    }

    .enlace_contacto {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-family: 'regular';
        font-size: 14px;
        color: #fff;
    }

    .enlace_contacto img {
        width: 20px;
    }

    .rrss {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 40%;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .rrss h2 {
        font-family: 'regular';
        font-size: 20px;
        color: #fff;
    }

    .datos_rrss {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .enlace_rrss {
        display: flex;
        text-decoration: none;
    }

    .enlace_rrss img {
        width: 40px;
    }

    .enlace_rrss span {
        display: none;
    }

    .pie {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 15%;
        background: #6A8921;
        justify-content: space-evenly;
        align-items: center;
    }

    .texto_pie {
        font-family: regular;
        font-size: 14px;
        color: #fff;
    }
}

/* Estilos MenÃº Hamburguesa */
.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: 'black';
    font-size: 1.5rem;
    color: #6A8921;
    text-align: center;
}

/* Media query para mostrar menÃº hamburguesa y posicionar logo a la izquierda */
@media (max-width: 1024px) {
    .menu {
        justify-content: flex-start;
        padding: 0 20px;
    }

    .logo {
        width: auto;
        justify-content: flex-start;
        margin-right: auto;
    }

    .menu-pc {
        display: none;
    }

    .menu_hamburguesa {
        display: block;
        position: relative;
        right: 0;
    }

    .rrss_encabezado {
        display: none;
    }
}

/* Carousel Styles - Desktop */
@media (min-width: 1025px) {
    .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%);
    }
}

/* Carousel Styles - Tablet */
@media (min-width: 481px) and (max-width: 1024px) {
    .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 50%;
        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%);
    }
}

/* Carousel Styles - Mobile */
@media (max-width: 480px) {
    .carousel-container {
        width: 100%;
        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 15px;
        box-sizing: border-box;
    }

    .carousel-item img {
        max-width: 80%;
        height: auto;
        max-height: 60px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter 0.3s;
    }

    .carousel-item img:hover {
        filter: grayscale(0%);
    }
}


/* ===== ESTILOS ESPECÍFICOS PARA PÁGINA DE AGENTES ===== */



/* ===== HERO SECTION AGENTES ===== */
.hero {
    display: flex;
    width: 100%;
    min-height: 50vh;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.hero-content {
    text-align: center;
    padding: 60px 20px;
}

.hero-content h1 {
    font-family: 'black';
    font-size: 4rem;
    color: #000000;
    margin-bottom: 20px;
}

.titulo_verde {
    color: #6A8921;
}

.hero-content p {
    font-family: 'regular';
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ===== SECCIÃ“N AGENTES ===== */
.agentes-section {
    padding: 80px 5%;
    background: #ffffff;
}

.agentes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== TARJETA DE AGENTE CIRCULAR ===== */
.agente-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.agente-card:hover {
    transform: translateY(-10px);
}

/* Imagen circular */
.agente-image {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 8px 30px rgba(106, 137, 33, 0.15);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.agente-card:hover .agente-image {
    box-shadow: 0 12px 50px rgba(106, 137, 33, 0.3);
}

.agente-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.agente-card:hover .agente-image img {
    transform: scale(1.08);
}

/* InformaciÃ³n del agente */
.agente-info {
    width: 100%;
    max-width: 280px;
    margin-top: 25px;
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.agente-card:hover .agente-info {
    opacity: 1;
    transform: translateY(0);
}

.agente-info h3 {
    font-family: 'black';
    font-size: 1.4rem;
    color: #6A8921;
    margin-bottom: 18px;
    text-align: center;
}

.agente-contacto {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacto-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #f8f8f8;
    border-radius: 10px;
    transition: all 0.3s;
}

.contacto-item:hover {
    background: rgba(106, 137, 33, 0.08);
    transform: translateX(5px);
}

.contacto-item img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.contacto-item span {
    font-family: 'regular';
    font-size: 0.85rem;
    color: #333333;
    word-break: break-word;
}

/* ===== RESPONSIVE AGENTES - TABLET ===== */
@media (min-width: 481px) and (max-width: 1024px) {
    .hero {
        padding-top: 80px;
        min-height: 40vh;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .agentes-section {
        padding: 60px 4%;
    }

    .agentes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .agente-image {
        width: 200px;
        height: 200px;
    }
}

/* ===== RESPONSIVE AGENTES - MOBILE ===== */
@media (max-width: 480px) {
    .hero {
        padding-top: 60px;
        min-height: 35vh;
    }

    .hero-content {
        padding: 40px 20px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .agentes-section {
        padding: 40px 5%;
    }

    .agentes-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .agente-card {
        max-width: 350px;
        margin: 0 auto;
    }

    .agente-image {
        width: 180px;
        height: 180px;
    }

    /* En mÃ³vil, mostrar info siempre visible */
    .agente-info {
        opacity: 1;
        transform: translateY(0);
        margin-top: 20px;
    }

    .agente-info h3 {
        font-size: 1.3rem;
    }

    .contacto-item span {
        font-size: 0.8rem;
    }
}
