* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
    background: #fff;
  }

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 9%;
    right: 5%;
  }
  
  .logo {
    max-height: 80px;
  }
  
  .menu {
    display: flex;
    gap: 30px;
    margin-right: 9%;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
  }
  
  .menu a:hover {
    color: #205747;
  }

  .seccion-otr-info {
    background-color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 10%;
    margin-left: 2%;
    margin-right: 2%
  }
  
  .titulo-otr-info {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800; 
    color: #1f775a;
    margin-bottom: 30px;
  }
  
  .contenido-otr-info {
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    min-height: 90vh;
  }  
  
  .imagen-otr-info {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .imagen-otr-info img {
    width: auto;
    height: 92vh;
  }
  
  .texto-otr-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* ⬅ centra el contenido vertical dentro */
    min-width: 320px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #444;
    line-height: 1.8;
    text-align: justify;
    max-width: 600px;
  }
  
  .seccion-proceso-residuo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    gap: 40px;
  }
  
  .texto-proceso {
    width: 33%;
    font-size: 1.1rem;
    font-weight: 600;
    color: #444;
    line-height: 1.5;
    text-align: justify;
  }
  
  .grafico-proceso {
    width: 60%;
    display: flex;
    justify-content: center;
  }
  
  .grafico-proceso img {
    width: 100%;
    height: auto;
  }
  
  .seccion-video-inproeco {
    background-color: #fff;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 2%;
  }
  
  .contenedor-video {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
  }
  
  .contenedor-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .seccion-servicios {
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 2%;
  }
  
  .contenido-servicios {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  
  .texto-servicios {
    flex: 1;
    width: 60%;
  }
  
  .texto-servicios h2 {
    color: #1f775a;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .texto-servicios ul {
    list-style-type: circle;
    padding-left: 40px;
    color: #777;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 30px;
  }

  .boton-wrapper {
    text-align: center;
    margin-top: 70px; /* opcional */
  }
  
  .btn-catalogo {
    display: inline-block;
    background-color: #1f775a;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    text-align: center;
  }
  
  .btn-catalogo:hover {
    background-color: #165c47;
  }
  
  .imagen-servicios {
    flex: 1;
    display: flex;
    justify-content: right;
  }
  
  .imagen-servicios img {
    width: 100%;
    height: auto;
  }
  
  .seccion-residuos-especificos {
    background-color: white;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 6%;
  }
  
  .titulo-residuos {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1f775a;
    margin-bottom: 30px;
  }
  
  .logos-residuos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    background-color: #dce2db;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .logo-raees img,
  .logo-rcd img {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  
  .footer-inproeco {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 4%;
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
  }
  
  .footer-contenido {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .footer-col {
    flex: 1;
    width: 20%;
    margin-right: 5%;
  }
  .footer-col.izquierda a{
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 2%;
  }
  .footer-col h4 {
    color: #1f775a;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: #555;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 100;
    line-height: 2;
  }
  
  .datos-contacto{
    text-align: right;
    width: 20%;
  }
  .datos-contacto h4{
    color: #111;
  }
  .datos-contacto p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 6px;
  }
  
  .datos-contacto a {
    color: #205747;
    text-decoration: none;
  }
  
  .logo-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto; /* <--- Esto empuja el bloque al extremo derecho */
    text-align: right;
    margin-right: 2%;
  }
  
  .logo-social img {
    max-width: 220px;
    margin-bottom: 10px;
  }
  
  .redes-sociales {
    display: flex;
    gap: 12px;
  
  }
  
  .redes-sociales img {
    width: 35px;
    height: 35px;
  }
  
  .sellos {
    margin-top: 0px;
  }
  
  .sellos img {
    height: 60px;
  }
  
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .modal-content {
    background: #228362;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
    width: 55%;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  
  .modal-content p {
    margin-bottom: 20px;
  }
  
  .modal-titulo {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3;
    text-shadow: 1px 1px 2px #00000050;
  }
  
  .modal-secundario {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
  }
  
  .modal-secundario a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin-left: 0px;
  }
  
  .modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
  }