/*nuevo*/
.hero-background2{
background-image: url(../img/f1.png);
background-position-x: right;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bg-verde{
background-color: #006327;
}
.titulo-verde-h{
color: #006327;
font-weight: bold;
font-family: "Poppins", sans-serif;
font-size: 30px;
}
.titulo-d2{
color: #fff;
font-weight:600;
font-family: "Poppins", sans-serif;
font-size: 30px;
padding: 5% 0;
}
.titulo-pasos{
color: #fff;
font-weight:600;
font-family: "Poppins", sans-serif;
font-size: 50px;
padding: 5% 0;
}
.titulo-directo{
color: #006327;
font-weight:600;
font-family: "Poppins", sans-serif;
font-size: 45px;

}
.hero-background3{
background-image: url(../img/fondo_directo.png);
background-position-x: right;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.hero-background4{
background-image: url(../img/Fondo_Estado.png);
  background-position-x: right;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 31rem;
}
.titulo-estado{
color: #fff;
font-weight:600;
font-family: "Poppins", sans-serif;
font-size: 45px;
}

.txt-amarillo{
color: #FFBE00;
font-weight:600;
font-family: "Poppins", sans-serif;
font-size: 45px;
}

.txt-app{
  color: #006327;
  font-weight:500;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}