/* HERO */
.hero {
  height: 320px;
  padding: 0 180px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  max-width: none;
  height: auto;
}

.hero-content {
  width: 100%;
}
.hero-content-h1,
.hero-content-p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.hero-content-h1 {
  font-size: 3.5rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
  /*text-transform: uppercase;*/
}
.hero-content-p {
  font-size: 1.2rem;
  font-weight: 300;
}
.transparencia{
  background: url('../img/bg-transparencia.png') center no-repeat;
  height: 80px;
}
/* INICIO HERO ESTATICO */



/* INICIO HERO ESTATICO */
.hero-estatico {
  overflow: visible;
  z-index: 100;
  height: 320px;
  overflow: visible;
}

.hero-img-superior {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 10;
  max-width: 90%;
  width: 728px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}
/* CIERRA HERO ESTATICO */
/* CIERRA HERO ESTATICO */



@media (max-width: 991.98px) {
  .hero-content-h1{
    font-size: 2.4rem;
   line-height: 1.2;
  }

.hero-content-p{
  font-size: 1.0rem;
	   line-height: 1.2;
}
  .hero {
    padding: 30px 30px;
  }
.btn-galaxia {
  padding: 0.5rem 1.5rem;
}
}
