.sueños {
  background: white;
}

.titulo-sueños {
  font-family: Avenir !important;
  color: #81ab4d !important;
  font-size: 38px !important;
  width: 100%;
}

.texto-sueños {
  font-family: Avenir;
  font-size: 18px;
  width: 80%;
  text-align: justify;
  color: black;
  margin-top: 2%;
  margin: auto;
}
.titulo-modal {
  font-family: Avenir !important;
  color: #81ab4d !important;
  font-size: 28px !important;
  /* margin-left: -30%; */
  width: 100%;
}

.texto-modal {
  width: 100%;
  font-family: Avenir;
  font-size: 15px;
  line-height: 30px;
}
.icon-suenos {
  margin-top: 25%;
}
.icon-suenos-modal {
}
.caja-imagenes {
}
.caja-icon {
  margin-left: 2.8%;
}
.text-icon {
  font-family: Avenir !important;
  color: #81ab4d !important;
  font-size: 21px !important;
  width: 100%;
  margin-top: 4%;
}

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.2);
}
@media screen and (max-width: 750px) and (min-width: 480px) {
  .text-icon {
    font-size: 41px !important;
  }
}

@media (max-width: 480px) {
  .icon-suenos {
    width: 100%;
  }
  .caja-icon {
    margin: auto;
  }
  .icon-suenos {
    margin-top: 5%;
  }

  .titulo-sueños {
    margin: auto;
    line-height: normal;
    margin-top: -12%;
  }
  .texto-sueños {
    margin: auto;
    line-height: 20px;
    margin-top: 4%;
  }
  .text-icon {
    font-family: Avenir !important;
    color: #81ab4d !important;
    font-size: 31px !important;
    width: 100%;
    margin-top: 4%;
  }
}
