        .mobile-fondo-verde {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('/images/responsabilidad/fondo-mobile.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Contenedor del personaje */
        .mobile-preciazo-container {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            width: 100%;
            overflow: hidden; /* Oculta la parte inferior de la imagen */
        }

        /* Imagen del personaje */
        .mobile-preciazo-container img {
            max-width: 80%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        /* Imagen del trabajador */
        .trabajador-movil {
            display: flex;
            justify-content: center;
            margin-top: 15px;
        }

        .trabajador-movil img {
            max-width: 60%;
            height: auto;
        }
        /* Contenedor principal */
        .seccion-merco-movil {
            max-width: 90%;
            margin: 0 auto;
            padding: 20px;
        }

        /* Títulos */
        .seccion-merco-movil h2 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .fondo-naranja-mobile{
            background-color: #E64A19;
            padding: 15px;
            padding-bottom: 0;
            border-radius: 20px;
        }
        .box-mobile{
            padding: 10px !important;
        }
        .cultura-corporativa-mobile p, span, h2{
            margin-right: 10px;
            margin-left: 10px;
        }
        .cultura-corporativa-mobile h2, span{
            text-align: center;
        }
        .cultura-corporativa-mobile p{
            font-family: 'Mansfield Light';
        }
        .cultura-corporativa-mobile p, strong{
            font-size: 1em;
        }

        .image-wrapper {
            position: relative;
            display: inline-block;
        }

        /* Fondo verde */
        .background-image img {
            position: absolute;
            top: -35px;  /* Más desplazamiento hacia arriba */
            left: -35px; /* Más desplazamiento hacia la izquierda */
            width: calc(100% + 30px); /* Extiende más el fondo a la derecha */
            height: calc(100% - 10px); /* Ajusta la altura para que termine antes en la esquina inferior */
            z-index: 0;
            border-radius: 15px;
        }

        /* Imagen principal */
        .image-container img {
            position: relative;
            display: block;
            width: 100%;
            z-index: 1;
            border-radius: 15px;
        }
        .text p, strong{
            font-family: 'Mansfield Light';
            font-size: 1.25em;
        }

        .font-light{
            font-family: 'Mansfield Light';
        }
        .font-bold, b{
            font-family: 'Mansfield Extra Bold';
        }

        .comunidad-image {
            display: flex;
            align-items: stretch; /* Hace que la imagen crezca junto con el texto */
        }

        .comunidad-image img {
            object-fit: cover; /* Evita que la imagen se deforme */
            height: 100%; /* Ajusta la altura de la imagen automáticamente */
            width: 100%;
        }

        /* Sección de texto con altura dinámica */
        .comunidad-text {
            color: white;
            padding: 40px;
            height: 100%;
            min-height: 100%;
        }
        .comunidad-text p, span{
            font-family: 'Mansfield Light' !important;
            font-size: 1.2em;
        }

        /* Fila sin márgenes para que el fondo y la imagen coincidan */
        .col-comunidad {
            background-image: url('/images/responsabilidad/fondo-naranja.webp');
        }

        .contenedor-texto {
            max-width: 800px;
            margin: auto;
            text-align: left;
            padding-bottom: 20px;
        }

        /* Título con color */
        .titulo-merco {
            color: #4CAF50;
            font-weight: bold;
        }
        .verde-merco{
            color: #4CAF50;
        }
        .titulo{
            font-family: 'Mansfield Extra Bold';
            font-weight: 900;
        }

        /* Fondo naranja cubriendo toda la sección */
        .fondo-naranja {
            background-color: #E64A19;
            padding: 50px 30px;
            border-radius: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            width: 100%;
        }

        /* Contenedor de los cuadros */
        .contenedor-cuadros {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            max-width: 700px;
        }

        .contenedor-cuadros p{
            font-size: .85em;
            font-family: 'Mansfield Light';
        }

        .contenedor-cuadros {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            max-width: 800px;
        }

        /* Cuadros de información */
        .box {
            background-color: white;
            color: black;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

        /* Contenedor del icono (Ahora está en la esquina absoluta) */
        .icono-container {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 45px;
            height: 40px;
            background-color: #4CAF50;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Icono dentro del recuadro verde */
        .icono {
            height: 20px;
            width: auto;
        }

        /* Contenido (Asegurando el espacio para el icono) */
        .contenido {
            display: flex;
            flex-direction: column;
            padding-left: 40px; /* Ajusta el texto para evitar que se sobreponga con el icono */
        }


        /* Imagen del trabajador */
        .trabajador-img {
            max-width: 350px;
            position: absolute;
            right: 5%;
            bottom: 0px;
            z-index: 2;
        }

        /* Responsivo */
        @media (max-width: 992px) {
            .fondo-naranja {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding-bottom: 80px;
            }

            .contenedor-cuadros {
                grid-template-columns: 1fr;
            }

            .trabajador-img {
                position: relative;
                right: auto;
                bottom: auto;
                max-width: 250px;
                margin: -30px auto 10px;
                display: block;
            }
        }
        /* OCULTAR SECCIONES EN MÓVILES (MENOS DE 768px) */
        @media (max-width: 768px) {
            .web {
                display: none !important;
            }

            .mobile {
                display: block !important;
            }
        }

        /* MOSTRAR SECCIONES SOLO EN ESCRITORIO (MÁS DE 768px) */
        @media (min-width: 769px) {
            .mobile {
                display: none !important;
            }

            .web {
                display: block !important;
            }
        }