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

    body {
      font-family: 'Segoe UI', sans-serif;
      background: #fff;
    }
/*MENU*/
    nav {
      background: #1f5b00;
      padding: 15px 25px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      font-size: 18px;
    }


    .menu {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .menu li a {
      color: white;
      text-decoration: none;
      font-weight: 500;
      padding: 8px 14px;
      border-radius: 6px;
      transition: background 0.3s;
    }

    .menu li a:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    .menu-toggle {
      display: none;
    }

    .hamburger {
      display: none;
      font-size: 26px;
      color: white;
      cursor: pointer;
      user-select: none;
    }

    

 /*SECCION 1*/   
.banner_section {
    width: 100%;
    float:left;
    padding-bottom: 90px;
}

.images_1 {
    width: 80%;
    float: right;
    padding-top: 50px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #b0b300;
    font-weight: bold;
    line-height: 60px;
    padding-top: 150px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 30px 0px 70px 0px;
    color: #252525;
}

.btn_main {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f6f8f8;
    background-color: #b0b300;
    text-align: center;
    padding: 10px 0px;
}

.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f6f8f8;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
}

.contact_bt a:hover {
    color: #f6f8f8;
    background-color: #0f5223;
}
/*Seccion 1*/
.section {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: #d3ff99;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      max-width: 100%;
      margin: auto;
    }

    .image-container {
      flex: 1 1 300px;
      min-width: 280px;
    }

    .image-container img {
      width: 100%;
      height: auto;
      display: block;
      padding-left: 10%;
      padding-right: 10%;
      padding-bottom: 60px;
    }

    .text-container {
      flex: 1 1 300px;
      padding: 30px;
    }

    .text-container h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      color: #333;
    }

    .text-container p {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
      padding-bottom: 150px;
    }

   
    
.health_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    background-color: white;
}

.health_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
}

.health_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
}

.health_section_2 {
    width: 100%;
    float: left;
}
/*Seccion 1*/
/*Seccion 2*/
 .full-screen-section {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding: 0 75px 60px 75px;
      text-align: center;
    }

    .full-screen-section h1 {
      font-size: 2.5rem;
      margin: 50px 0 50px 0;
      color: #333;
    }

    .full-screen-section p {
      font-size: 18px;
      margin-bottom: 50px;
      color: #555;
    }i

    .images-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      width: 100%;
    }

    .images-container img {
      flex: 0 1 300px;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
      width: 240px;
    }

    @media (max-width: 768px) {
      .full-screen-section h1 {
        font-size: 2rem;
      }

      .full-screen-section p {
        font-size: 1rem;
      }

      .images-container {
        flex-direction: column;
        align-items: center;
      }

      .images-container img {
        width: 90%;
      }
    }
/*Seccion 2*/
/*Section 3*/
 .carousel-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-slide {
      display: flex;
      height: 100%;
      transition: transform 0.6s ease-in-out;
    }

    .carousel-item {
      min-width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #d3ff99;
      position: relative;
      padding: 2rem;
      text-align: center;
      flex-direction: column;
    }

    .carousel-item img {
      width: 200px;
      max-width: 70%;
      height: auto;
      border-radius: 10px;
      margin-top: 10px;
      margin-bottom: 1.5rem;
    }

    .carousel-item h2 {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      color: #b0b300;
    }

    .carousel-item p {
      font-size: 1.2rem;
      color: #000000;
      max-width: 800px;
    }

    /* Botones manuales */
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      background: #b0b300;
      color: white;
      border: none;
      cursor: pointer;
      padding: 0.5rem 1rem;
      z-index: 10;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    /* Indicadores */
    .dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
    }

    .dot {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 0 20px 0 0;
      background: rgba(254, 193, 51, 0.973);
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .dot.active {
      background: #b0b300;
    }

    
    .mvv{
      height: 100vh; /* altura del 100% de la pantalla */
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 2rem;
    }
    /*Section3*/

    /*Section4*/

.section .contenido .imagen .img1{
  height: 10px;
      width: 10px;
}
    .seccion {
      width: 100%;
      padding: 40px 20px;
      margin: auto;
    }

    .seccion h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 70px;
    }

    .contenido {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      background: #fff;
      padding: 50px;
    }

    .contenido .imagen {
      flex: 1 1 220px;
      text-align: center;
    }

    .contenido img {
      max-width: 300px;
      height: auto;
      border-radius: 10px;
    }

    .contenido .texto {
      flex: 1 1 300px;
    }

    .contenido .texto h2 {
      font-size: 1.8rem;
      margin-bottom: 10px;
    }

    .contenido .texto p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }

    /*Section 4*/
  
    .contacto-info {
    background-color:  #e5ffa6;
    padding: 60px 20px;
    text-align: center;
  }
  
  .contacto-info h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 15px;
  }
  
  .contacto-info p {
    font-size: 16px;
    margin: 8px 0;
    line-height: 1.5;
  }
  
  
  
.copyright_section {
    width: 100%;
    float: left;
    background-color: #b0b300;
    height: auto;
    text-align: center;
    color: black;
    padding: 20px;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
}
.mapa{ 
      height: 100%; /* altura del 100% de la pantalla */
      width: 100%;
    }
    

    .carousel-container {
      position: relative;
      overflow: hidden;
      max-width: 100%;
    }

    .carousel {
      display: flex;
      transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
      touch-action: pan-y;
      will-change: transform;
    }

    .slide {
      flex-shrink: 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 40px;
      background-color: #e5ffa6;
    }

    .slide-content {
      flex: 1;
      padding-right: 30px;
    }

    .slide-content h2 {
      margin: 0 0 10px;
      font-size: 2em;
      color: #333;
    }

    .slide-content h4 {
      margin: 0 0 10px;
      font-size: 1.2em;
      color: #777;
    }

    .slide-content p {
      font-size: 18px;
      color: #555;
    }

    .slide-image {
      flex: 1;
      text-align: center;
    }

    .slide-image img {
      max-width: 50%;
      height: auto;
      border-radius: 10px;
    }

    .indicators {
      text-align: center;
      margin: 0px 0 20px 0;
      padding-bottom: 70px;
      background-color: #e5ffa6;
    }

    .indicator {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .indicator.active {
      background: #333;
    }
