@font-face {
  font-family: "AVENIR-ROMAN";
  src: url("https://www.falabella.com.pe/static/RDF/site/landing/minisitios/Foreo/fonts/AVENIR-ROMAN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AVENIR-BLACK";
  src: url("https://www.falabella.com.pe/static/RDF/site/landing/minisitios/Foreo/fonts/AVENIR-ROMAN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#landing {
  overflow: hidden;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 650px) {
  #landing .order-2 {
    order: 2;
  }
  #landing .order-1 {
    order: 1;
  }
}
#landing .grid {
  padding: 0;
}
#landing .grid .half {
  padding: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 650px) {
  #landing .grid .half {
    width: 50%;
  }
}
#landing .grid .third {
  padding: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 650px) {
  #landing .grid .third {
    width: calc(100% / 3);
  }
}
#landing #productos {
  background-color: white;
}
#landing #productos .box {
  position: relative;
  overflow: hidden;
}
#landing #productos .box img {
  transition-duration: 0.25s;
}
#landing #productos .box h3 {
  font-family: "AVENIR-BLACK";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  font-size: 1.1em;
  color: #385565;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 650px) {
  #landing #productos .box h3 {
    font-size: 1.5em;
    padding: 20px 10px;
  }
}
#landing #productos .box:hover img {
  transform: scale(1.02);
}
#landing #beneficios {
  background-image: url("https://falabella.com.pe/static/RDF/site/landing/minisitios/Foreo/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 0 0;
}
#landing #beneficios .half {
  width: 50%;
}
@media (max-width: 650px) {
  #landing #beneficios br {
    display: none;
  }
}
#landing #beneficios .beneficio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#landing #beneficios .beneficio img {
  width: 40px;
  margin-top: 20px;
}
@media (min-width: 650px) {
  #landing #beneficios .beneficio img {
    width: 60px;
    margin-top: 50px;
  }
}
#landing #beneficios .beneficio h4 {
  font-family: "AVENIR-BLACK";
  color: #FF3196;
  font-size: 1em;
  margin-top: 30px;
  text-align: center;
  padding: 0 30px;
  line-height: 1.2em;
}
@media (min-width: 650px) {
  #landing #beneficios .beneficio h4 {
    font-size: 2em;
    padding: 0 0px;
  }
}
#landing #beneficios .beneficio p {
  font-family: "AVENIR-ROMAN";
  text-align: center;
  color: #385565;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 15px 0;
  padding: 0 20px;
}
@media (min-width: 650px) {
  #landing #beneficios .beneficio p {
    font-size: 1.5em;
    padding: 0 0px;
    letter-spacing: 1px;
  }
}
#landing #beneficios .contenedorFull {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1280px) {
  #landing #beneficios .contenedorFull {
    min-width: 1500px;
  }
}
#landing #beneficios .contenedorFull .bgFooter {
  width: 100%;
  margin: 30px auto 0px auto;
}
#landing #mundo {
  background-color: #F5F5F5;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 650px) {
  #landing #mundo {
    padding-bottom: 150px;
  }
}
#landing #mundo .wrapper-1280 {
  position: relative;
}
@media (max-width: 650px) {
  #landing #mundo br {
    display: none;
  }
}
#landing #mundo .comilla1 {
  position: absolute;
  width: 90px;
  top: 70px;
  left: 10px;
  z-index: 222;
}
@media (max-width: 650px) {
  #landing #mundo .comilla1 {
    width: 40px;
    top: 60px;
  }
}
#landing #mundo .comilla2 {
  position: absolute;
  width: 90px;
  bottom: 70px;
  right: 30px;
  transform: rotate(180deg);
}
@media (max-width: 650px) {
  #landing #mundo .comilla2 {
    width: 40px;
    bottom: 0px;
  }
}
#landing #mundo h2 {
  font-family: "AVENIR-BLACK";
  color: #FF3196;
  text-align: center;
  font-size: 1em;
  margin-bottom: 50px;
  padding-top: 0px;
}
@media (min-width: 650px) {
  #landing #mundo h2 {
    font-size: 2em;
    margin-top: -40px;
    margin-bottom: 110px;
  }
}
#landing #mundo .famosas {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
@media (min-width: 650px) {
  #landing #mundo .famosas {
    margin: -60px auto;
  }
}
#landing #mundo .famosas .picture {
  width: 30%;
}
#landing #mundo .famosas p {
  font-family: "AVENIR-ROMAN";
  width: 70%;
  font-size: 0.8em;
  color: #385565;
  line-height: 1.2em;
}
@media (min-width: 650px) {
  #landing #mundo .famosas p {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
#landing #mundo .famosas .rigthText {
  text-align: right;
  padding-right: 30px;
  padding-left: 15px;
}
@media (min-width: 650px) {
  #landing #mundo .famosas .rigthText {
    padding-right: 30px;
    padding-left: 0px;
  }
}
#landing #mundo .famosas .leftText {
  text-align: left;
  padding-left: 30px;
  padding-right: 15px;
}
@media (min-width: 650px) {
  #landing #mundo .famosas .leftText {
    padding-left: 30px;
    padding-right: 0px;
  }
}
#landing #premios {
  background-image: url("https://falabella.com.pe/static/RDF/site/landing/minisitios/Foreo/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0 40px 0;
}
@media (min-width: 650px) {
  #landing #premios {
    padding: 60px 0 60px 0;
  }
}
#landing #premios h2 {
  font-family: "AVENIR-BLACK";
  color: #FF3196;
  font-size: 1em;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 650px) {
  #landing #premios h2 {
    font-size: 2em;
  }
}
#landing #premios p {
  font-family: "AVENIR-ROMAN";
  text-align: center;
  font-size: 0.8em;
  color: #385565;
  margin: 40px 0;
  line-height: 1.2em;
}
@media (min-width: 650px) {
  #landing #premios p {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
#landing #premios .premios {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  #landing #premios .premios {
    padding: 0 20px;
  }
}
#landing header {
  background-image: url("https://falabella.com.pe/static/RDF/site/landing/minisitios/Foreo/img/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#landing .section {
  position: relative;
}
#landing .wrapper-1500 {
  max-width: 1500px;
}
#landing .grow-minus:hover img {
  transform: scale(1.07) translateY(-8px);
}
#landing .product-image img {
  margin-top: 10px;
}
#landing .product-details {
  display: flex;
  flex-flow: column;
  background: #fff;
}
#landing .product-brand, #landing .product-name {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.075em;
  color: #888;
}
#landing .product-brand {
  font-size: 0.8em;
  color: #000;
  font-weight: 700;
}
#landing .precio-normal {
  color: #aba9a9;
  font-size: 0.7em;
  letter-spacing: 2px;
}
#landing .dynprice-main-price {
  color: #000;
  font-size: 1.2em;
}
#landing .dynprice-descripcion {
  text-align: center;
}
#landing .slick-next:before {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg);
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}
#landing .slick-prev:before {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  float: right;
}
#landing .precio-normal:after {
  font-size: inherit;
}
#landing .button {
  background-color: #b3de2d;
  margin: 0 auto -15px auto;
  position: relative;
  border-radius: 2px;
  padding: 6px 20px;
  font-size: 0.7em;
  width: auto;
  font-weight: 700;
  top: 0px;
  color: #000;
  transition-duration: 0.5s;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 2px 9px 0px #e0dde0;
  -moz-box-shadow: 0px 2px 9px 0px #e0dde0;
  box-shadow: 0px 2px 9px 0px #e0dde0;
}
#landing .button:hover {
  background-color: #000;
  color: #fff;
}
#landing .product-image {
  background-color: #fff;
}
#landing .dynprice-descripcion {
  height: 18px;
  overflow: hidden;
}
#landing .dynprice-main-price {
  font-weight: 700;
  letter-spacing: 2px;
}
#landing .product-prices {
  align-items: center;
  min-height: 40px;
}
#landing .item-carrusel {
  background-color: transparent;
  margin: 0 5px;
  padding: 0 0 20px 0px;
}
#landing .carrusel {
  padding: 0;
}
@media (min-width: 650px) {
  #landing .carrusel {
    padding: 0 40px;
  }
}
@keyframes pulse {
  0% {
    transform: translate3d(10px, 10px, 0) scale(1);
  }
  25% {
    transform: translate3d(15px, 13px, 0) scale(1.06);
  }
  50% {
    transform: translate3d(5px, 20px, 0) scale(1.04);
  }
  75% {
    transform: translate3d(10px, 14px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(11px, 21px, 0) scale(1);
  }
}
@keyframes box {
  0% {
    transform: scale(1) translate(-6px, -6px);
  }
  85% {
    transform: scale(1) translate(-6px, -6px);
  }
  90% {
    transform: scale(1.1) translate(0px, 0px) rotate(90deg);
  }
  95% {
    transform: scale(1.1) translate(0px, 0px) rotate(180deg);
  }
  100% {
    transform: scale(1) translate(-6px, -6px);
  }
}
#landing .flotantes {
  height: 40px;
  position: relative;
  z-index: 999;
}
@media (max-width: 650px) {
  #landing .flotantes {
    display: none;
  }
}
#landing .flotantes .contenedor {
  position: absolute;
}
#landing .flotantes .contenedor img {
  position: relative;
  width: auto;
}
#landing .flotantes .first img:nth-of-type(1) {
  max-width: 190px;
  left: 548px;
  top: 40px;
}
#landing .flotantes .first img:nth-of-type(2) {
  bottom: -260px;
  max-width: 180px;
  right: 5px;
}
#landing .flotantes .second {
  right: 0px;
}
#landing .flotantes .second img:nth-of-type(1) {
  right: -175px;
  top: -41px;
  max-width: 180px;
}
#landing .flotantes .second img:nth-of-type(2) {
  top: -136px;
  right: 480px;
  max-width: 120px;
}
#landing .flotantes .third img:nth-of-type(1) {
  right: 158px;
  top: 12px;
  max-width: 145px;
}
#landing .flotantes .third img:nth-of-type(2) {
  top: 180px;
  right: 90px;
  max-width: 150px;
}
#landing .flotantes .third img:nth-of-type(3) {
  top: 150px;
  right: -990px;
  max-width: 140px;
}
#landing .flotantes .third img:nth-of-type(4) {
  top: -440px;
  right: -1310px;
  max-width: 190px;
}
#landing .flotantes .fourth {
  position: relative;
}
#landing .flotantes .fourth img {
  position: absolute;
}
#landing .flotantes .fourth img:nth-of-type(1) {
  left: -60px;
  top: -100px;
  max-width: 140px;
}
#landing .flotantes .fourth img:nth-of-type(2) {
  top: -26px;
  right: 518px;
}
#landing .flotantes .fourth img:nth-of-type(3) {
  top: -140px;
  right: -80px;
  max-width: 200px;
}
#landing .digit {
  transition: all 0.8s ease-out;
}
#landing .digit .bottom {
  opacity: 0;
  transform: translateY(10px);
}
#landing .digit .rigth {
  opacity: 0;
  transform: translateX(10px);
}
#landing .digit .left {
  opacity: 0;
  transform: translateX(-10px);
}
#landing .digit2 .bgFooter {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(10px);
}
@media (min-width: 640px) {
  #landing .digit2 .bgFooter {
    transform: translateY(150px);
  }
}
#landing .beneficio h4 {
  opacity: 0;
  transition: all 0.6s ease-out;
}
#landing .beneficio p {
  opacity: 0;
  transition: all 1s ease-out;
}
#landing .beneficio img {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s ease-out;
}
#landing .picture img {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.7s ease-out;
}
#landing .digit.visible .bottom, #landing .digit.visible .rigth, #landing .digit.visible .left {
  transform: none;
  opacity: 1;
}
#landing .digit2.visible .bgFooter {
  transition: all 0.6s ease-out;
  transform: none;
  opacity: 1;
}
#landing .beneficio.visible h4, #landing .beneficio.visible p, #landing .beneficio.visible img {
  transform: none;
  opacity: 1;
}
#landing .picture.visible img {
  transform: none;
  opacity: 1;
}

/*# sourceMappingURL=app.css.map */
