@charset "UTF-8";
.masked-section {
  transition: none !important;
  --mask-size: 0%;
  inset: 0;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 512 512"><defs><style> .cls-1 { fill: %23000; fill-rule: evenodd; stroke-width: 0px; } </style></defs><path class="cls-1" d="M102.8.13l73.14,208.59,83.54-76.21,37.52,104.32,122.42-114.32.14,388.85-75.17-197.05-79.61,70.47-45.26-100.52-112.74,110.56L102.85.13h-.05Z"/></svg>') 0/100% 100%, linear-gradient(#fff, #fff);
  -webkit-mask-composite: destination-out;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 512 512"><defs><style> .cls-1 { fill: %23000; fill-rule: evenodd; stroke-width: 0px; } </style></defs><path class="cls-1" d="M102.8.13l73.14,208.59,83.54-76.21,37.52,104.32,122.42-114.32.14,388.85-75.17-197.05-79.61,70.47-45.26-100.52-112.74,110.56L102.85.13h-.05Z"/></svg>') 0/100% 100%, linear-gradient(#fff, #fff);
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 512 512"><defs><style> .cls-1 { fill: %23000; fill-rule: evenodd; stroke-width: 0px; } </style></defs><path class="cls-1" d="M102.8.13l73.14,208.59,83.54-76.21,37.52,104.32,122.42-114.32.14,388.85-75.17-197.05-79.61,70.47-45.26-100.52-112.74,110.56L102.85.13h-.05Z"/></svg>') 0/100% 100%, linear-gradient(#fff, #fff);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  -webkit-mask-size: var(--mask-size) var(--mask-size);
          mask-size: var(--mask-size) var(--mask-size);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

body:not(.elementor-editor-active) .character-row {
  -webkit-clip-path: polygon(0% 0, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0, 0% 0%, 0% 100%, 0 100%);
  transition: all 0.5s ease;
}
body:not(.elementor-editor-active) .character-row > .elementor-element {
  transition: all 0.5s ease;
  opacity: 0;
}
body:not(.elementor-editor-active) .character-row.active {
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}
body:not(.elementor-editor-active) .character-row.active > .elementor-element {
  opacity: 1;
}
body:not(.elementor-editor-active) .character-row.character-left {
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
body:not(.elementor-editor-active) .character-row.character-left.active {
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}

.logo-menu-container .logo-extended {
  width: 250px;
}
.logo-menu-container .logo-image {
  opacity: 0;
  transition: all 0.3s ease;
}

[data-elementor-type=header] .logo-menu-container {
  position: relative;
}
[data-elementor-type=header] .logo-menu-container .logo-extended {
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}
[data-elementor-type=header] .logo-menu-container .logo-image {
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 80%;
  translate: -50% -50%;
}
[data-elementor-type=header].scrolled .logo-menu-container .logo-extended {
  -webkit-clip-path: polygon(0% 0, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0, 0% 0%, 0% 100%, 0 100%);
}
[data-elementor-type=header].scrolled .logo-menu-container .logo-image {
  opacity: 1;
  left: 0%;
}

#logo_estatico,
#capa1,
#capa2,
#capa3,
#capa4,
#capa5 {
  transition: none !important;
}
@media (max-width: 768px) {
  #logo_estatico,
  #capa1,
  #capa2,
  #capa3,
  #capa4,
  #capa5 {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 90% !important;
    transform: rotate(0deg) !important;
    height: 270px !important;
    margin: 0 auto;
  }
}

#capa1,
#capa2,
#capa3,
#capa4,
#capa5 {
  border-radius: 25px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.floating-effect {
  animation: float 3s ease-in-out infinite;
  display: inline-block;
  /* O ajusta según tu contexto específico */
  border-radius: 25px;
  overflow: hidden;
}

.floating-effect:hover {
  animation: float 3s ease-in-out infinite;
  display: inline-block;
  /* O ajusta según tu contexto específico */
}

#logo_estatico {
  z-index: 3;
  position: relative;
  pointer-events: none;
}

.image-inner {
  height: 100% !important;
}

/* NIKE 1 */
#capa1 {
  position: absolute;
  height: 13.021vw;
  width: 24.063vw;
  top: 12vh;
  left: 10vw;
  z-index: 3;
  opacity: 0;
  transition-delay: 0.3s;
}

/* BALLENA */
#capa2 {
  position: absolute;
  height: 22.344vw;
  width: 34.531vw;
  top: 32vh;
  left: 10vw;
  z-index: 4;
  opacity: 0;
  transition-delay: 0.1s;
}

/* CORAZON */
#capa3 {
  position: absolute;
  height: 13.021vw;
  width: 20.833vw;
  top: 22vh;
  right: 10vw;
  z-index: 3;
  opacity: 0;
  transition-delay: 0.3s;
}

/* BLURRED FONDO */
#capa4 {
  position: absolute;
  height: 7.813vw;
  width: 15.625vw;
  top: 12vh;
  left: 50vw;
  z-index: 1;
  opacity: 0;
  transition-delay: 0.14s;
}

/* NIKE 2 */
#capa5 {
  position: absolute;
  height: 13.021vw;
  width: 26.042vw;
  top: 42vh;
  right: 20vw;
  z-index: 5;
  opacity: 0;
  transition-delay: 0.2s;
}

#homeCapas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  #homeCapas {
    padding-top: 40vh;
  }
}

#homeCapas .floating-effect {
  margin: 0px;
  padding: 0px;
  transition: all 0.3s;
}

#homeCapas .floating-effect img {
  border-radius: 25px;
  overflow: hidden;
}

.capa-head:hover {
  z-index: 99 !important;
}

.capa-head .video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  width: auto;
  height: -moz-max-content;
  height: max-content;
  transform: scale(1);
  margin: auto 0;
  transform: scale(1.4);
}

.capa-head:hover .video {
  opacity: 1; /* Full opacity on hover */
}

.title-character {
  opacity: 0;
  transform: translateY(-30px);
}

.title-character {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.3s;
  transition-delay: 0.5s;
}

.list-character {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s;
  transition-delay: 0.5s;
}

.character-row.active .list-character,
.character-row.active .title-character {
  opacity: 1;
  transform: translateY(0);
}

.swiper-home .swiper-pagination {
  bottom: 27px !important;
}
.swiper-home .swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}
.swiper-home .swiper-pagination-bullet-active {
  background: #1da1f2;
}
.swiper-home img:not([draggable]),
.swiper-home embed,
.swiper-home object,
.swiper-home video {
  max-width: 100%;
  height: auto;
}
.swiper-home .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper-home .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-home .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-home .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-home .swiper-container-android .swiper-slide,
.swiper-home .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-home .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-home .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-home .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-home .swiper-slide img {
  transform: scale(1);
  transition: all 0.3s;
}
.swiper-home .swiper-slide:hover img {
  transform: scale(1.02);
}
.swiper-home .swiper-container-autoheight,
.swiper-home .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-home .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-home .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-home .swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-home .swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-home .swiper-button-next,
.swiper-home .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-home .swiper-button-next.swiper-button-disabled,
.swiper-home .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-home .swiper-button-prev,
.swiper-home .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-home .swiper-button-prev.swiper-button-black,
.swiper-home .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-home .swiper-button-prev.swiper-button-white,
.swiper-home .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-home .swiper-button-next,
.swiper-home .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-home .swiper-button-next.swiper-button-black,
.swiper-home .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-home .swiper-button-next.swiper-button-white,
.swiper-home .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-home .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-home .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-home .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-home .swiper-pagination-custom,
.swiper-home .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-home .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-home button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-home .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-home .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-home .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-home .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-home .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-home .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-home .swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-home .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-home .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-home .swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-home .swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-home .swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-home .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-home .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-home .swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-home .swiper-container-3d .swiper-cube-shadow,
.swiper-home .swiper-container-3d .swiper-slide,
.swiper-home .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-home .swiper-container-3d .swiper-slide-shadow-left,
.swiper-home .swiper-container-3d .swiper-slide-shadow-right,
.swiper-home .swiper-container-3d .swiper-slide-shadow-top,
.swiper-home .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-home .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-home .swiper-container-3d .swiper-slide-shadow-left,
.swiper-home .swiper-container-3d .swiper-slide-shadow-right,
.swiper-home .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-home .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-home .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-home .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-home .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-home .swiper-container-coverflow .swiper-wrapper,
.swiper-home .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-home .swiper-container-cube,
.swiper-home .swiper-container-flip {
  overflow: visible;
}
.swiper-home .swiper-container-cube .swiper-slide,
.swiper-home .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-home .swiper-container-cube .swiper-slide .swiper-slide,
.swiper-home .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-home .swiper-container-cube .swiper-slide-active,
.swiper-home .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-home .swiper-container-flip .swiper-slide-active,
.swiper-home .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-home .swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-home .swiper-container-cube .swiper-slide-shadow-left,
.swiper-home .swiper-container-cube .swiper-slide-shadow-right,
.swiper-home .swiper-container-cube .swiper-slide-shadow-top,
.swiper-home .swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-home .swiper-container-flip .swiper-slide-shadow-left,
.swiper-home .swiper-container-flip .swiper-slide-shadow-right,
.swiper-home .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-home .swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-home .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-home .swiper-container-cube .swiper-slide-active,
.swiper-home .swiper-container-cube .swiper-slide-next,
.swiper-home .swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-home .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-home .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-home .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-home .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-home .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-home .swiper-container-fade .swiper-slide-active,
.swiper-home .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-home .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-home .swiper-zoom-container > canvas,
.swiper-home .swiper-zoom-container > img,
.swiper-home .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-home .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-home .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-home .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-home .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-home .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-home .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-home .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-home .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-home .swiper-container.one {
  padding-top: 40px;
  text-align: center;
}
.swiper-home .swiper-container.one .swiper-slide {
  padding: 0 43px;
}
.swiper-home .swiper-container {
  width: 100%;
  padding-bottom: 60px;
}
.swiper-home .swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}
.swiper-home .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}
.swiper-home .two .swiper-slide {
  width: 410px;
}
.swiper-home .swiper-slide img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.swiper-home .swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}
.swiper-home .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}
.swiper-home .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-home .swiper-pagination-custom,
.swiper-home .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-home .swiper-pagination-bullet {
  background: #ffffff;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  border: none !important;
  opacity: 1;
  width: 12px;
  transition: 0.2s;
}
.swiper-home .swiper-pagination-bullet-active {
  background: #7C29D8;
  border: medium none;
  height: 12px;
  opacity: 1;
  width: 12px;
}

/* Animaciones de entrada y salida */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.fadeInLeft {
  animation: fadeInLeft 1s forwards;
}

.fadeOutRight {
  animation: fadeOutRight 1s forwards;
}/*# sourceMappingURL=style.css.map */