.banner03{
  bottom:7rem !important;
  display: flex;
  justify-content: start;
  align-items:start;
  flex-direction: column;
  left:10% !important;
  width: 50% !important;
  transition-delay: 5s;
  animation: letrasTop 2s;
  text-align: left !important;
}

.banner-letras-derecha{
  bottom:6rem;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items:end;
  left:40%;
  width: 50%;
  transition-delay: 5s;
  animation: letrasTop 2s;
  text-align: end;
}
.banner-letras-derecha h3, .banner-letras-derecha h1{
  color:white !important;
  font-size: 3rem;
  font-family: texto-bold !important;
  letter-spacing: .5rem !important;
}
.banner-Ensueno h3, .banner-general h1{
  color:black !important;
  font-size: 2.5rem;
  font-family: textos-bold !important;
}
.banner-letras-derecha p{
  color:white !important;
  font-size: 1rem;
  font-family: texto-light !important;
  letter-spacing: .3rem !important;
  text-transform: uppercase !important;
}
.banner-Ensueno p, .banner-general{
  color:black !important;
  font-size: 1.5rem !important;
  font-family: textos-light !important;
}
.banner03-1{
  bottom:7rem !important;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items:end;
  left:30% !important;
  width: 60% !important;
  transition-delay: 5s;
  animation: letrasTop 2s;
  text-align: end !important;

}
.banner03 h3, .banner03 h1, .banner03-1 h3, .banner03-3 h3{
  color:black !important;
  font-size: 3.2rem !important;
  font-family: textos-bold !important;
}

.banner03 p, .banner03-1 p, .banner03-3 p{
  color:black !important;
  font-size: 2rem !important;
  font-family: textos-light !important;
}

@keyframes letrasTop{
  from{
    margin-bottom: 50%;
  }
  to{
    margin-bottom:0%;
  }
}
.dos-elementos{
  display: flex;
}
.logo-banner img{
  width: 100%;
}

.banner02{
  bottom:50% !important;
  left:-5% !important;
  width: 50%;
  animation-delay: 5s;
  animation: letrasDerecha 2s;
}
@keyframes letrasDerecha{
  from{
    margin-left: 50%;
  }
  to{
    margin-left:0%;
  }
}

.banner04{
  top:35% !important;
  left:0% !important;
  width: 100%;
  transition-delay: 5s;
  animation: letrasBottom 2s;
}
@keyframes letrasBottom{
  from{
    margin-top:50%;
  }
  to{
    margin-top:0%;
  }
}

.boton-banners{
  display: inline-block;
  border: 1px solid var(--dorado);
  padding: 5px 20px;
  background-color: var(--dorado);
  color: var(--azul);
  font-size: 15px;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  text-transform: uppercase;
  border-radius: 0px;
  max-width: 100%;
  margin-top: 25px;
  font-family: texto-medio;
  cursor: pointer;
  margin-right:1rem;
}
.boton-banners:hover{
  background-color: transparent;
  color:var(--dorado);
}