.beneficios {
  background: white;
}
.titulo-beneficios {
  font-family: Avenir !important;
  color: #81ab4d;
  font-size: 28px !important;
  width: 100%;
}

.crea {
  font-family: Avenir !important;
  color: white !important;
  font-size: 58px !important;
  margin-top: 2%;
}

.lista-beneficios div {
  padding-top: 2%;
  padding-left: 10%;
}
.lista-beneficios li {
  color: black;
  font-size: 18px;
  margin-top: 1%;
}

.num {
  font-family: Avenir !important;
  color: #81ab4d !important;
  font-size: 18px !important;
  font-weight: bold;
}
.num-texto {
  font-family: Avenir;
  font-size: 14px;
  color: white;
}

.caja-imagen-capital {
  position: absolute;
  display: inline-block;
  text-align: center;
}

.titulo-capital {
  font-family: Bebas !important;
  color: white !important;
  font-size: 72px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-capital {
  font-family: Avenir;
  font-size: 18px;
  width: 80%;
  text-align: justify;
  color: black;
  margin: auto;
  margin-top: 35%;
}
.segundo-texto {
  margin-top: 45%;
  width: 100%;
}
.texto-modal {
  color: black;
  font-size: 18px;
  width: 80%;
  margin: auto;
}

.btn-capital {
  background: #356252;
  color: white;
  width: 30%;
  height: 40px;
  margin-top: 7%;
  font-family: ChronicaPro;
  padding-top: 7px;
}

.subtitulo-modal {
  font-family: Avenir !important;
  color: #81ab4d !important;
  font-size: 28px !important;
  width: 100%;
  text-align: center;
  padding: 2%;
}

.logo3 {
  width: 80%;
  margin-left: 0%;
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
  .titulo-capital {
    font-size: 52px !important;
  }
}

@media (max-width: 480px) {
  .titulo-beneficios {
    margin: auto;
    margin-top: -23%;
  }

  .lista-beneficios li {
    color: black;
    font-size: 18px;
    margin-top: 1%;
    width: 90%;
    margin: auto;
  }

  .titulo-capital {
    font-family: Avenir !important;
    color: white !important;
    font-size: 32px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .texto-capital {
    margin-top: 14%;
    width: 90%;
    line-height: 1.2em;
  }

  .btn-capital {
    background: #356252;
    color: white;
    width: 60%;
    height: 40px;
    margin-top: 7%;
    font-family: ChronicaPro;
    padding-top: 1%;
  }
}
