/* .banner-interna>div.container {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e7e7e7;
  text-align: right;
  position: relative;
  overflow: hidden;
  padding: 12vw 0 !important;
} */
.banner-interna img.img-fluid.sol {
  width: 40vw;
  position: relative;
  max-width: 450px;
  margin-bottom: 20px;
  margin-top: -6vw;
  right: -58%;
}

.banner-interna img.img-fluid.hoja1 {
  position: absolute;
  width: 9vw;
  top: 5vw;
  left: 4vw;
}

.banner-interna img.img-fluid.hoja2 {
  position: absolute;
  width: 6vw;
  top: 9vw;
  left: 38vw;
}

.banner-interna img.img-fluid.car {
  width: 20vw;
  position: relative;
  left: 19vw;
  bottom: 1vw;
  max-width: 300px;
}

section.que-es-programa h2 {
  text-align: center;
  font-weight: 800;
  color: #217642;
}

img.img-fluid.pasto {
  position: absolute;
  width: 47vw;
  right: 0;
  bottom: 0;
}

img.img-fluid.arbol {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12vw;
  max-width: 200px;
}

section.beneficios>div>h2 {
  text-align: center;
  color: #217642;
  font-weight: bold;
  margin-bottom: 40px;
}

img.img-fluid.hoja1-1 {
  width: 9vw;
  position: absolute;
  left: -4vw;
  top: 1vw;
  max-width: 120px;
}

img.img-fluid.hoja1-2 {
  position: absolute;
  width: 3vw;
  left: 3vw;
  top: 5vw;
  max-width: 60px;
}

img.img-fluid.hoja1-3 {
  width: 9vw;
  position: absolute;
  left: 16vw;
  top: 1vw;
  max-width: 90px;
}

section.beneficios>div .row .col-md-8 {
  padding: 15px;
  /* border: 1px solid #81c891; */
  color: #666666;
  background-color: #ffffff;
}

img.img-fluid.arbol-pasto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  z-index: -1
}

img.img-fluid.flor {
  position: absolute;
  width: 6vw;
  right: 30vw;
  bottom: 0;
  max-width: 80px;
}

img.img-fluid.casa {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17vw;
  max-width: 250px;
}

@media (max-width: 600px) {
  .banner-interna>div.container {
    padding: 26vw 0 !important;
  }

  .banner-interna img.img-fluid.car {
    width: 47vw;
  }

  .banner-interna img.img-fluid.hoja1 {
    width: 13vw;
  }

  .banner-interna img.img-fluid.hoja2 {
    width: 9vw;
  }

  img.img-fluid.arbol {
    width: 21vw;
  }

  img.img-fluid.pasto {
    width: 94vw;
  }

  img.img-fluid.hoja1-1 {
    width: 15vw;
    position: absolute;
    left: 0vw;
    top: -2vw;
  }

  img.img-fluid.hoja1-2 {
    position: absolute;
    width: 7vw;
    left: 21vw;
    top: 3vw;
  }

  img.img-fluid.hoja1-3 {
    width: 13vw;
    position: absolute;
    left: 35vw;
    top: 0vw;
  }

  img.img-fluid.arbol-pasto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 2;
  }
}