.cont-yellow {
  background-color: #fcd642;
  background-image: url('../images/back-amarillo.jpg');
  border-radius: 0 0 20px 20px;
}
.cont-blue {
  background-color: #001689;
  border-radius: 20px;
}
.wrapperTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/hero/');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.8s ease-in-out;
}
.bannerTitle_0 {
  display: flex;
  text-shadow: 6px 4px 4px #000000;
  text-transform: uppercase;
  justify-content: center;
  font-family: KankinRegular;
  font-size: 6rem;
  transform: rotate(0deg);
  line-height: 4rem;
}
.productos {
  position: relative;
  margin-top: -45px;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-image: url('../images/productos-back-rompela.png'), url('../images/bg-compra.jpg');
  background-repeat: no-repeat;
  background-size: 120%, cover;
  background-position: center 90%, center top;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 1002;
}
.divide {
  background-image: url('../images/divide.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.marca {
  max-width: 240px !important;
}

#nombre,
#email,
#interes {
  border-bottom: 2px solid white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: white;
}

#map {
  height: 400px;
  width: 100%;
}
.number-blue {
  width: 50px;
  height: 50px;
  background-image: url('../images/number-blue.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.productos-encima {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  pointer-events: none;
  background-image: url('../images/productos-front-rompela.png');
  background-repeat: repeat-y;
  background-size: 110%;
  background-position: center 20%;
}
@media screen and (max-width: 990px) {
  .wrapperTitle {
    transform: translate(-50%, -45%) scale(0.8);
  }
}

@media screen and (max-width: 349px) {
  .bg_rompela {
    height: 90vh !important;

    background: url('../images/hero/hero_rompela_dulces2.webp'), url('../images/hero/hero_rompela2.webp');
    background-size: auto 90vh, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }
}

@media screen and (min-width: 350px) and (max-width: 1279px) {
  .bg_rompela {
    height: 90vh !important;

    background: url('../images/hero/hero_rompela_dulces2.webp'), url('../images/hero/hero_rompela2.webp');
    background-size: auto 100vh, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }
}

@media screen and (min-width: 1280px) {
  .bg_rompela {
    height: 90vh !important;

    background: url('../images/hero/hero_rompela_dulces.webp'), url('../images/hero/hero_rompela.webp');
    background-size: auto 80vh, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }
}

@media screen and (min-width: 1440px) {
  .bg_rompela {
    height: 90vh !important;

    background: url('../images/hero/hero_rompela_dulces.webp'), url('../images/hero/hero_rompela.webp');
    background-size: auto 90vh, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
  }
}
