@keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 5px #B09279;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 20px #B09279;
  }
}
@keyframes introduceBadge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseBadge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes introduceLabel {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4) rotateY(-1800deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(20deg);
  }
}
@keyframes rotateLabel {
  0% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateY(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(20deg);
  }
}
#foto {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  left: 0;
  margin: 0;
  min-height: 2vh;
}
body.noPhoto #foto {
  display: none;
}

.akSwiper {
  padding: 140px 0 6vh 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .akSwiper {
    padding: 170px 0 6vh 0;
  }
}
.akSwiper .swiper-container {
  width: 100%;
  padding-bottom: 60px;
}
.akSwiper .swiper-slide {
  height: auto;
  padding: 0 55px;
  max-width: 80%;
}
@media (min-width: 768px) {
  .akSwiper .swiper-slide {
    padding: 0 90px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .akSwiper .swiper-slide {
    max-width: 744px;
    padding: 0 110px;
  }
}
.akSwiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  object-fit: cover;
}
.akSwiper .swiper-slide.swiper-slide-active img {
  mask-image: url("../../../../../images/deco/onda2.svg");
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: 100%;
}
@media (min-width: 768px) {
  .akSwiper .swiper-slide.swiper-slide-active img {
    mask-size: 110%;
    mask-image: url("../../../../../images/deco/onda1new.svg");
  }
}
@media (min-width: 2200px) and (min-height: 1190px) {
  .akSwiper .swiper-slide.swiper-slide-active img {
    mask-image: unset;
  }
}
@media (min-height: 1190px) {
  .akSwiper .swiper-slide.swiper-slide-active img {
    mask-image: unset;
  }
}

#foto-after {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
#foto-after .slogan {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#foto-after .slogan p {
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: 100%;
  font-weight: 300;
  color: #fff;
  font-family: "Exo 2", sans-serif;
}
#foto-after .slogan p span {
  font-weight: 400;
  color: #B09279;
}

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