@charset "UTF-8";
/* RESET */
#landing {
  color: #333;
}
#landing ul {
  padding: 0;
  margin: 0;
}
#landing li {
  list-style-type: none;
}
#landing a {
  text-decoration: none;
  color: #333;
}
#landing :focus,
#landing :hover {
  outline: none;
}

#landing .picture {
  display: block;
}
#landing a {
  display: block;
}
#landing img {
  width: 100%;
  height: auto;
  display: flex;
}
#landing .mobile,
#landing .mobile-flex {
  display: none !important;
}
@media (max-width: 650px) {
  #landing .desktop {
    display: none !important;
  }
  #landing .mobile {
    display: block !important;
  }
  #landing .mobile-flex {
    display: flex !important;
  }
}
#landing .wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
#landing .wrapper-1280 {
  margin: 0 auto;
  max-width: 1280px;
}
#landing .wrapper-1440 {
  margin: 0 auto;
  max-width: 1440px;
}
#landing .wrapper-2000 {
  margin: 0 auto;
  max-width: 2000px;
}
#landing .bg-white {
  background-color: white;
}
#landing .bg-black {
  background-color: #333;
}
#landing .bg-falabella {
  background-color: #acd800;
}
#landing .text-white {
  color: white;
}
#landing .text-black {
  color: #333;
}
#landing .text-falabella {
  color: #acd800;
}

/* PRICES */
#landing .product-image {
  max-width: 500px;
}
#landing .product-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#landing .dynprice-brand {
  font-size: 0.8em;
  line-height: 1.2em;
}
#landing .dynprice-descripcion {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
}
#landing .product-discount {
  background-color: #777;
  color: white;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
}
#landing .product-discount:empty {
  display: none;
}
#landing .product-prices {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#landing .dynprice-price {
  color: #333333;
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: bold;
  margin-bottom: 4px;
}
#landing .dynprice-main-price {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: normal;
  color: #e5032e;
}
#landing .precio-internet:after {
  content: " (Internet)";
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 400;
  color: inherit;
}
#landing .precio-normal {
  color: #555;
}
#landing .precio-normal:after {
  content: " (Normal)";
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 400;
  color: #777;
}
#landing .dynprice-main-price.precio-internet:after {
  display: none;
}
#landing .dynprice-price.CMR:after {
  background: url(https://www.falabella.com.pe/static/RDF/site/home/hero/2s17/icons-services-payment.svg) left bottom 0px no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 4px;
  width: 34px;
}
#landing .dynprice-currency {
  margin-right: 4px;
}
#landing .product-price,
#landing .dynprice-price-range1,
#landing .dynprice-price-range2 {
  display: flex;
}
#landing .dynprice-price-separator {
  margin: 0 3px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  min-height: initial;
  height: initial;
}

.slick-prev,
.slick-next {
  z-index: 1001;
  width: 50px;
  height: 50px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
  font-family: "icomoon" !important;
  color: rgba(0, 0, 0, 0.6);
}
.slick-prev:before:hover,
.slick-next:before:hover {
  color: black;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.carrusel .item-carrusel {
  display: none;
}
.carrusel .item-carrusel:first-child {
  display: block;
}
.carrusel .item-carrusel.slick-slide {
  display: block;
}

#landing .tab-content .tab-panel {
  width: 100%;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#landing .tab-content .tab-panel.active {
  opacity: 1;
  visibility: visible;
  height: initial;
}

body {
  background-color: transparent;
}

#landing {
  background-color: transparent;
  /* HERO */
  /* MENU */
  /* ANIMATION */
  /* UTILITIES */
}
#landing .scene-full-400 {
  height: 400px;
}
#landing .scene-full-400 img {
  object-fit: cover;
  height: 100%;
}
@media (min-width: 2000px) {
  #landing .scene-full-400 {
    height: auto;
  }
}
@media (max-width: 1280px) {
  #landing .scene-full-400 {
    height: calc( 100vw * ( 0.2777777778));
  }
}
@media (max-width: 650px) {
  #landing .scene-full-400 {
    height: auto;
  }
  #landing .scene-full-400 img {
    height: auto;
  }
}
#landing nav.menu .menu-container .menu-desktop {
  width: 100%;
  display: flex;
}
@media (max-width: 650px) {
  #landing nav.menu .menu-container .menu-desktop {
    opacity: 0;
    visibility: hidden;
    height: 0;
    flex-wrap: wrap;
    transition-duration: 0.5s;
  }
  #landing nav.menu .menu-container .menu-desktop.open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
#landing nav.menu .menu-container .menu-mobile {
  display: none;
}
@media (max-width: 650px) {
  #landing nav.menu .menu-container .menu-mobile {
    display: flex;
    width: 100%;
  }
}
#landing nav.menu .menu-container .menu-item {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
}
@media (max-width: 650px) {
  #landing nav.menu .menu-container .menu-item {
    height: 40px;
  }
}
#landing nav.menu .menu-container.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
#landing nav.menu .menu-container[class*=wrap].fixed-top {
  left: 50%;
  transform: translate(-50%);
}
#landing .menu-item {
  background-color: white;
}
#landing .menu-item.active,
#landing .menu-item:hover {
  color: white;
  background-color: #27ae60;
}
#landing .section {
  padding: 2em 0;
}
@media (max-width: 650px) {
  #landing .section {
    padding: 1em 0;
  }
}
#landing .title {
  margin-bottom: 1rem;
}
#landing .item-wrapper,
#landing .item-grid {
  height: 100px;
  background-color: #8acc00;
  display: flex;
  justify-content: center;
  align-items: center;
}
#landing .item-wrapper {
  margin-bottom: 10px;
}
#landing .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#landing .grid > * {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
#landing .grid .full {
  width: 100%;
}
#landing .grid .half {
  width: calc( 50% - 7.5px );
}
#landing .grid .third {
  width: calc( 33.33% - 10px );
}
#landing .grid .quarter {
  width: calc( 25% - 11.25px );
}
#landing .grid .sixty {
  width: calc( 60% - 7.5px );
}
#landing .grid .fourty {
  width: calc( 40% - 7.5px );
}
#landing .grid .three-quarter {
  width: calc( 75% - 3.75px );
}
#landing .grid .two-third {
  width: calc( 66.66% - 5px );
}
@media screen and (max-width: 650px) {
  #landing .grid .sm-full {
    width: 100% !important;
  }
  #landing .grid .sm-half {
    width: calc( 50% - 7.5px );
  }
  #landing .grid.sm-column-reverse {
    flex-direction: column-reverse;
  }
}
#landing .marcas-carrusel,
#landing .carrusel {
  padding: 0 40px;
}
#landing .item-carrusel {
  background-color: white;
  padding: 10px;
  margin: 0 10px;
}
#landing .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #333;
  cursor: pointer;
  color: white;
  padding: 0 10px;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(30%, 0, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
#landing .jump {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump 1s linear alternate infinite;
}
@keyframes jump-vertical {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, 30%, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
#landing .jump-vertical {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump-vertical 1s linear alternate infinite;
}
@keyframes jump-horizontal {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(30%, 0, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
#landing .jump-horizontal {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump-horizontal 1s linear alternate infinite;
}
@keyframes jump-horizontal-reverse {
  0% {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  50% {
    transform: translate3d(30%, 0, 0) rotate(180deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
#landing .jump-horizontal-reverse {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump-horizontal-reverse 1s linear alternate infinite;
}
@keyframes jump-vertical-reverse {
  0% {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  50% {
    transform: translate3d(0, 30%, 0) rotate(180deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
#landing .jump-vertical-reverse {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump-vertical-reverse 1s linear alternate infinite;
}
#landing .grow img {
  transition-duration: 0.3s;
}
#landing .grow:hover img {
  transform: scale(1.05);
}
#landing .grow-minus img {
  transition-duration: 0.3s;
  transform: scale(0.95);
}
#landing .grow-minus:hover img {
  transform: scale(1);
}
#landing .grow--overflow {
  overflow: hidden;
}
@media (min-width: 650px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
      opacity: 0;
    }
    to {
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes slideInRight {
    0% {
      transform: translate3d(10%, 0, 0);
      visibility: visible;
      opacity: 0;
    }
    to {
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes textAppear {
    0% {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  #landing .animate {
    visibility: hidden;
  }
  #landing .animate.active {
    visibility: visible;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  #landing .animate.active.slideInRight {
    animation-name: slideInRight;
  }
  #landing .animate.active.slideInLeft {
    animation-name: slideInLeft;
  }
  #landing .animate.active.slideInTop {
    animation-name: slideInTop;
  }
  #landing .animate.active.slideInBotton {
    animation-name: slideInBotton;
  }
}
#landing .animate.t02 {
  animation-duration: 0.2s;
}
#landing .animate.t04 {
  animation-duration: 0.4s;
}
#landing .animate.t06 {
  animation-duration: 0.6s;
}
#landing .animate.t08 {
  animation-duration: 0.8s;
}
#landing .animate.t10 {
  animation-duration: 1s;
}
#landing .animate.t12 {
  animation-duration: 1.2s;
}
#landing .animate.t14 {
  animation-duration: 1.4s;
}
#landing .animate.d02 {
  animation-delay: 0.2s;
}
#landing .animate.d04 {
  animation-delay: 0.4s;
}
#landing .animate.d06 {
  animation-delay: 0.6s;
}
#landing .animate.d08 {
  animation-delay: 0.8s;
}
#landing .animate.d10 {
  animation-delay: 1s;
}
#landing .animate.d12 {
  animation-delay: 1.2s;
}
#landing .animate.d14 {
  animation-delay: 1.4s;
}

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