body,
.hero-slider {
  margin: 0;
  padding: 0;
}

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



.sustainability-section {
    font-family: "Darker Grotesque", "Odoo Unicode Support Noto", sans-serif;
    background-image: url('/images/ASURE FOTOS_SITIO_WEB/SOSTENIBILIDAD/sostenibilidad_01.jpg'); /* reemplaza por tu imagen real */
    background-size: cover;
    background-position: center;
    padding: 7% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sustainability-overlay {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 30px 40px;
    max-width: 60%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
  }
  
  .quote-icon {
    background-color: #6aac3b;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px auto;
  }
  
  .sustainability-content p {
    font-size: 30px;
    color: #333;
    line-height: 1.6;
    margin: 0;
  }
  
  .sustainability-content strong {
    font-weight: bold;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .sustainability-overlay {
      padding: 20px;
    }
  
    .sustainability-content p {
      font-size: 16px;
    }
  
    .quote-icon {
      font-size: 20px;
      width: 35px;
      height: 35px;
    }
  }













  .environmental-awareness {
    font-family: "Darker Grotesque", "Odoo Unicode Support Noto", sans-serif;
    padding: 1% 0%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
  }
  
  .awareness-content {
    max-width: 75%;
    width: 100%;
    text-align: left;
  }
  
  .awareness-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
  }
  
  .awareness-content p {
    font-size: 25px;
    color: #444;
    margin-bottom: 30px;
  }
  
  .awareness-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .awareness-content h2 {
      font-size: 24px;
    }
  
    .awareness-content p {
      font-size: 16px;
    }
  }
  







  .sustainable-projects {
    font-family: "Darker Grotesque", "Odoo Unicode Support Noto", sans-serif;
    padding: 1px 20px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
  }
  
  .sustainable-container {
    width: 100%;
    max-width: 75%;
    text-align: left;
  }
  
  .sustainable-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
  }
  
  .sustainable-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .sustainable-container h2 {
      font-size: 24px;
    }
  }
  






  .recycling-points {
    font-family: "Darker Grotesque", "Odoo Unicode Support Noto", sans-serif;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
  }
  
  .recycling-container {
    width: 100%;
    max-width: 75%;
    text-align: left;
  }
  
  .recycling-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  
  .recycling-container p {
    font-size: 25px;
    color: #444;
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  .recycling-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .recycling-container h2 {
      font-size: 24px;
    }
  
    .recycling-container p {
      font-size: 16px;
    }
  }
  
  