.mainContent {
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  position: relative;
}
.hero .swiper {
  height: calc(var(--viewportHeight) - 166px);
}
.hero .swiper .swiper-slide {
  padding-bottom: 90px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
}
.hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper .swiper-slide .hero-tit {
  font-weight: 700;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
  transform: translateY(-83px);
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
  .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 64px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-tit {
    max-width: 564px;
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 58px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .hero {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .hero p {
    max-width: 560px;
    margin-bottom: 40px;
  }
}

.featured {
  margin-top: 60px;
}
.featured .blq-items {
  display: flex;
  justify-content: space-between;
}
.featured .blq-items .item {
  border-radius: 20px;
  background-color: #F8F9FA;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.featured .blq-items .item .item-img {
  height: 159px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.featured .blq-items .item .item-img img {
  max-height: 100%;
}
.featured .blq-items .item .item-tit {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .featured .blq-items .item {
    width: 420px;
    padding: 40px;
  }
  .featured .blq-items .item .item-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1439px) {
  .featured .blq-items {
    gap: 20px;
  }
  .featured .blq-items .item {
    padding: 20px;
  }
  .featured .blq-items .item .item-tit {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .featured .blq-items .item {
    width: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .featured .blq-items {
    flex-direction: column;
  }
}

.productos {
  margin-top: 60px;
}
.productos .productos-top {
  margin-bottom: 42px;
}
.productos .productos-top .section-tit {
  color: #FF6200;
  font-weight: 400;
}
@media (min-width: 768px) {
  .productos .productos-top .section-tit {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .productos .productos-top .section-tit {
    font-size: 42px;
    line-height: 46px;
  }
}

.tienda-carrito {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;
}
.tienda-carrito .tienda-aside {
  max-height: calc(100% - 100px);
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 70px;
  display: none;
  overflow: auto;
}
.tienda-carrito .tienda-aside #htmlCarrito,
.tienda-carrito .tienda-aside .carrito,
.tienda-carrito .tienda-aside .carrito-cont {
  border-radius: 12px;
}
@media (min-width: 768px) {
  .tienda-carrito .tienda-aside {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .tienda-carrito .tienda-aside {
    left: 0;
    right: 0;
  }
}

.cart-on {
  content: "";
  background-color: rgba(33, 36, 41, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}

.btn-cart {
  position: relative;
}
.btn-cart .badge {
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 10px;
  padding: 0px;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #FF6200;
  font-weight: 600;
  line-height: 10px;
  min-width: 17px;
  aspect-ratio: 1/1;
  text-align: center;
  z-index: 10;
  display: grid;
  border: 1px solid #FF6200;
  align-items: center;
}
.btn-cart i {
  margin-left: 0;
}
.btn-cart .animatedElement {
  animation: pulse 0.5s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.puntosventa {
  margin-top: 90px;
  background-color: #F8F9FA;
}
.puntosventa .blq-cont {
  padding-block: 66px;
}
.puntosventa .blq-cont .blq-sup {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
.puntosventa .blq-cont .blq-tit {
  font-weight: 700;
}
.puntosventa .blq-cont .blq-btn {
  margin-top: 24px;
}
@media (min-width: 1440px) {
  .puntosventa .container {
    display: flex;
    align-items: center;
  }
  .puntosventa .blq-cont {
    width: 560px;
  }
  .puntosventa .blq-img {
    position: relative;
    left: 56px;
    align-self: flex-end;
  }
}
@media (max-width: 1439px) {
  .puntosventa .blq-cont {
    text-align: center;
  }
  .puntosventa .blq-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .puntosventa .blq-cont .blq-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .puntosventa .blq-cont .blq-tit {
    font-size: 44px;
    line-height: 48px;
  }
}

#modalPideTuBombona .duaModal-backdrop {
  background-color: rgba(33, 36, 41, 0.3);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
#modalPideTuBombona .duaModal-backdrop .duaModal-content {
  padding: 0;
  overflow: hidden;
}/*# sourceMappingURL=inicioFront.css.map */