@charset "UTF-8";
#main-slider {
  width: 100%;
  height: auto;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1366/350;
}
#main-slider .splide__track {
  height: 100%;
}
#main-slider .splide__track .splide__list .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#main-slider .splide__track .splide__list .fondo img,
#main-slider .splide__track .splide__list .fondo video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#main-slider .splide__track .splide__list .fondo.color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1f1539 0%, rgba(31, 21, 57, 0) 90.14%);
  z-index: 1;
}
#main-slider .splide__track .splide__list .contenedor {
  height: 100%;
  display: flex;
  max-width: 90%;
}
#main-slider .splide__track .splide__list .contenedor .info-left {
  justify-content: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
#main-slider .splide__track .splide__list .contenedor .info-left .subtitle {
  color: var(--8, #fff);
  /* Titulo 40 Bold */
  font-family: "Polly Rounded";
  font-size: clamp(10px, 2.5vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(10px, 2.5vw, 40px); /* 112.5% */
  letter-spacing: -2px;
}
#main-slider .splide__track .splide__list .contenedor .info-left .title {
  display: flex;
  padding: 1vw 2vw;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--2, #83c5cd);
  color: #fff;
  /* Titulo 40 Bold */
  font-family: "Polly Rounded";
  font-size: clamp(10px, 2.7vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(10px, 2.7vw, 40px); /* 112.5% */
  letter-spacing: -2px;
}
#main-slider .splide__track .splide__list .contenedor .info-left .description {
  color: var(--8, #fff);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: clamp(6px, 1.8vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(6px, 1.6vw, 20px); /* 135.714% */
}
#main-slider .splide__track .splide__list .contenedor .info-left .btn-banner {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
#main-slider .splide__track .splide__list .contenedor .info-left .btn-banner:hover {
  background: #E31D3F;
}
#main-slider .splide__track .splide__list .contenedor .info-left .btn-banner {
  margin-top: 15px;
}
#main-slider .splide__track .splide__list .contenedor .imagen-right {
  flex: 1;
  position: relative;
  display: flex;
}
#main-slider .splide__track .splide__list .contenedor .imagen-right img {
  position: relative;
  display: flex;
  width: auto;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 0 auto auto;
}

.prods-oferta .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.prods-oferta .contenedor .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.prods-oferta .contenedor .top .title {
  color: var(--3, #1F1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.prods-oferta .contenedor .top .filtros {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.prods-oferta .contenedor .top .filtros button {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid var(--3, #1f1539);
  transition: all 0.3s ease;
}
.prods-oferta .contenedor .top .filtros button img {
  width: 23px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 23/15;
  transition: all 0.3s ease;
}
.prods-oferta .contenedor .top .filtros button span {
  color: var(--3, #1f1539);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  transition: all 0.3s ease;
}
.prods-oferta .contenedor .top .filtros button.active {
  background: var(--1, #da3d58);
  border: 1px solid #da3d58;
}
.prods-oferta .contenedor .top .filtros button.active img {
  filter: brightness(0) invert(1);
}
.prods-oferta .contenedor .top .filtros button.active span {
  color: #fff;
}
.prods-oferta .contenedor .bottom {
  width: 100%;
}
.prods-oferta .contenedor .bottom .splide__arrows .splide__arrow--prev {
  left: 0;
}
.prods-oferta .contenedor .bottom .splide__arrows .splide__arrow--next {
  right: 0;
}
.prods-oferta .contenedor .link a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.prods-oferta .contenedor .link a:hover {
  background: #E31D3F;
}

.marca-destacada .contenedor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.marca-destacada .contenedor .banner-marca {
  border-radius: 20px;
  height: auto;
  display: flex;
  background: linear-gradient(90deg, #a988b3 0%, #9c75a8 100%);
  padding: 0 50px;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.marca-destacada .contenedor .banner-marca > img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.marca-destacada .contenedor .banner-marca::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 101%;
  height: 70%;
  background-image: url(./fondo-onda.webp);
  z-index: 0;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  bottom: 0;
}
.marca-destacada .contenedor .banner-marca .info {
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  justify-content: center;
}
.marca-destacada .contenedor .banner-marca .info .titulo {
  color: var(--8, #fff);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #876293;
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.marca-destacada .contenedor .banner-marca .info .texto {
  color: var(--8, #fff);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* --- LIMITAR A 2 LÍNEAS --- */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de líneas máximo */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* -------------------------- */
}
.marca-destacada .contenedor .banner-marca .info .link a {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--8, #fff);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.marca-destacada .contenedor .banner-marca .img {
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.marca-destacada .contenedor .banner-marca .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.marca-destacada .contenedor .productos-marca {
  width: 100%;
}

.envios-info {
  position: relative;
}
.envios-info .back-envio {
  z-index: -1;
  background: var(--2, #83c5cd);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
.envios-info .contenedor {
  display: flex;
}
.envios-info .contenedor .left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.envios-info .contenedor .left .titulo {
  color: var(--3, #1F1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.envios-info .contenedor .left .texto {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.envios-info .contenedor .left .link a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.envios-info .contenedor .left .link a:hover {
  background: #E31D3F;
}
.envios-info .contenedor .right {
  flex: 1;
}
.envios-info .contenedor .right .img {
  display: flex;
  justify-content: center;
  position: relative;
}
.envios-info .contenedor .right .img img {
  width: 366.824px;
  height: 375px;
  aspect-ratio: 45/46;
  -o-object-fit: contain;
     object-fit: contain;
}
.envios-info .contenedor .right .img::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 80%);
  filter: blur(6px);
  z-index: 1;
}

.ultimos-posts .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.ultimos-posts .contenedor .titulo h2 {
  color: var(--3, #1F1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.ultimos-posts .contenedor .posts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-self: stretch;
}
.ultimos-posts .contenedor .posts .card-post {
  display: flex;
  width: 372px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #fff;
  /* Sombra base 1 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}
.ultimos-posts .contenedor .posts .card-post .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ultimos-posts .contenedor .posts .card-post .img {
  display: flex;
  height: 218px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  overflow: hidden;
}
.ultimos-posts .contenedor .posts .card-post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ultimos-posts .contenedor .posts .card-post .contenido {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.ultimos-posts .contenedor .posts .card-post .contenido .cat {
  display: flex;
  padding: 1px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(218, 61, 88, 0.2);
  color: var(--1, #da3d58);
  /* Titulo 12 Regular */
  font-family: "Polly Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
  letter-spacing: -0.6px;
}
.ultimos-posts .contenedor .posts .card-post .contenido h3 {
  color: var(--3, #1f1539);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.ultimos-posts .contenedor .posts .card-post:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}
.ultimos-posts .contenedor .posts .card-post:hover .img img {
  transform: scale(1.1);
}
.ultimos-posts .contenedor .link a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.ultimos-posts .contenedor .link a:hover {
  background: #E31D3F;
}

.testimonios {
  overflow: hidden;
}
.testimonios .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.testimonios .titulo-principal {
  color: var(--3, #1F1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
  text-align: center;
}
.testimonios .muro-testimonios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 600px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}
@media (max-width: 800px) {
  .testimonios .muro-testimonios {
    display: flex;
    flex-direction: column;
    height: 500px;
    overflow-y: auto;
    -webkit-mask-image: none;
            mask-image: none;
    padding: 10px;
    gap: 0;
  }
}
.testimonios .columna-scroll {
  display: flex;
  flex-direction: column;
}
.testimonios .columna-scroll .scroll-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scrollVertical 20s linear infinite;
}
@media (max-width: 800px) {
  .testimonios .columna-scroll .scroll-content {
    animation: none;
    transform: none !important;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.testimonios .columna-scroll.col-1 .scroll-content {
  animation-duration: 25s;
  animation-direction: reverse;
}
.testimonios .columna-scroll.col-2 .scroll-content {
  animation-duration: 30s;
}
.testimonios .card-testimonio {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--4, #f4f9ff);
  position: relative;
}
.testimonios .card-testimonio .comilla-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65.612px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='52' viewBox='0 0 66 52' fill='none'%3E%3Cpath opacity='0.2' d='M1.52941 52L11.6235 15.2941L14.9882 29.2118C10.6039 29.2118 6.98431 27.9373 4.12941 25.3882C1.37647 22.7373 0 14.6824 0 14.6824C0 10.298 1.42745 6.7804 4.28235 4.12941C7.13726 1.37647 10.6549 0 14.8353 0C19.1176 0 22.6353 1.37647 25.3882 4.12941C28.1412 6.7804 29.5176 10.298 29.5176 14.6824C29.5176 16.0078 29.4157 17.3333 29.2118 18.6588C29.1098 19.8824 28.7529 21.3608 28.1412 23.0941C27.6314 24.8275 26.7647 27.1216 25.5412 29.9765L16.6706 52H1.52941ZM37.6235 52L47.7176 15.2941L51.0824 29.2118C46.698 29.2118 43.0784 27.9373 40.2235 25.3882C37.4706 22.7373 36.0941 19.1686 36.0941 14.6824C36.0941 10.298 37.5216 6.7804 40.3765 4.12941C43.2314 1.37647 46.749 0 50.9294 0C55.2118 0 58.7294 1.37647 61.4824 4.12941C64.2353 6.7804 65.6118 10.298 65.6118 14.6824C65.6118 16.0078 65.5098 17.3333 65.3059 18.6588C65.2039 19.8824 64.8471 21.3608 64.2353 23.0941C63.7255 24.8275 62.8588 27.1216 61.6353 29.9765L52.7647 52H37.6235Z' fill='%2383C5CD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.testimonios .card-testimonio .comentario {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  margin-bottom: 10px;
}
.testimonios .card-testimonio .nombre {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
.testimonios .card-testimonio .estrellas {
  display: flex;
  gap: 5px;
}
.testimonios .card-testimonio .estrellas .paw {
  width: 15px;
  height: 15px;
  background-color: #b6b6b6;
  -webkit-mask-image: url("estrella-completa.svg");
          mask-image: url("estrella-completa.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.testimonios .card-testimonio .estrellas .paw.active {
  background-color: #8cc6d1;
}

@keyframes scrollVertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.contacto-banner .contenedor {
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #da3d58 0%, #f45470 100%);
}
.contacto-banner .contenedor .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
}
.contacto-banner .contenedor .fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacto-banner .contenedor .adorno1 {
  position: absolute;
  top: -50px;
  left: -30px;
  width: 197px;
  height: 229px;
  z-index: 2;
  filter: blur(4.3000001907px);
}
.contacto-banner .contenedor .adorno2 {
  width: 160.287px;
  height: 185.763px;
  transform: rotate(-25.954deg);
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 2;
  filter: blur(4px);
}
.contacto-banner .contenedor .adorno3 {
  position: absolute;
  width: 247.95px;
  height: 287.359px;
  transform: rotate(180deg);
  filter: blur(2px);
  right: -20px;
  bottom: -110px;
  z-index: 4;
}
.contacto-banner .contenedor .contenido-flex {
  display: flex;
  z-index: 3;
  padding: 0 50px;
}
.contacto-banner .contenedor .contenido-flex .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  justify-content: center;
}
.contacto-banner .contenedor .contenido-flex .left .titulo {
  color: var(--8, #fff);
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1.5px;
}
.contacto-banner .contenedor .contenido-flex .left .texto {
  color: var(--8, #fff);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.contacto-banner .contenedor .contenido-flex .left .link a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.contacto-banner .contenedor .contenido-flex .left .link a:hover {
  background: #E31D3F;
}
.contacto-banner .contenedor .contenido-flex .left .link a {
  background: #fff;
  color: var(--3, #1f1539);
  margin-top: 20px;
}
.contacto-banner .contenedor .contenido-flex .left .link a:hover {
  background: #ebebeb;
}
.contacto-banner .contenedor .contenido-flex .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto-banner .contenedor .contenido-flex .right .img {
  position: relative;
  display: flex;
  width: auto;
  height: 391px;
  aspect-ratio: 4/3;
}
.contacto-banner .contenedor .contenido-flex .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-instagram-section .contenedor {
  display: flex;
  position: relative;
  padding: 50px;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1f1539 0%, #12082b 100%);
}
.custom-instagram-section .contenedor .instagram-brand-image {
  position: absolute;
  left: 0;
  top: auto;
  height: auto;
  width: 36%;
  bottom: 0;
}
.custom-instagram-section .contenedor .instagram-brand-image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper h2 {
  color: var(--8, #fff);
  /* Titulo 25 Bold */
  font-family: "Polly Rounded";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  letter-spacing: -1.25px;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__swiper-arrow {
  display: none;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item {
  border-radius: 20px;
  background: #fff;
  padding: 15px;
  /* Sombra base 1 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  aspect-ratio: auto;
  position: relative;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Quitamos el bottom para que el aspect-ratio mande */
  height: auto;
  aspect-ratio: 1/1;
  /* El degradado debe ser sutil para que los likes se vean pro */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Z-index 1 para estar sobre la imagen, pero bajo los iconos de likes */
  z-index: 0;
  border-radius: 20px;
  pointer-events: none;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-social-feed .inavii-view__img,
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-social-feed .inavii-view__item-video {
  height: auto;
  border-radius: 20px;
  aspect-ratio: 1;
  position: relative;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-social-feed .inavii-view__img::after,
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-social-feed .inavii-view__item-video::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-overlay {
  opacity: 1;
  position: relative;
  z-index: 1;
  height: 50%;
  transform: none;
  background: #fff;
  padding: 0;
  gap: 0;
  display: none;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-overlay .inavii-view__item-caption span {
  color: var(--Temp, #565C6C);
  text-align: center;
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-meta {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0;
  justify-content: center;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-meta .inavii-view__item-stats {
  gap: 25px;
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-meta .inavii-view__item-stats .inavii-view__item-stat span {
  color: var(--8, #fff);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.custom-instagram-section .contenedor .instagram-feed-wrapper .instagram-feed-container .inavii-view__item-meta .inavii-view__item-stats .inavii-view__item-stat span svg path {
  fill: #fff;
}

@media (max-width: 800px) {
    
    .marca-destacada .contenedor .banner-marca .info .titulo {
        text-align: center;
    }
    .marca-destacada .contenedor .banner-marca .info .texto{
        text-align: center;
    } 
  .custom-instagram-section .contenedor {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .custom-instagram-section .contenedor .instagram-brand-image {
    position: relative;
    width: 100%;
    max-width: 400px;
  }
  .custom-instagram-section .contenedor .instagram-feed-wrapper {
    width: 100%;
  }
  .custom-instagram-section .contenedor .instagram-feed-wrapper h2 {
    text-align: center;
  }
  #main-slider {
    height: 484px;
    aspect-ratio: unset;
  }
  #main-slider .splide__track .splide__list .contenedor {
    flex-direction: column;
    padding: 20px 0;
  }
  #main-slider .splide__track .splide__list .contenedor .imagen-right {
    max-height: 60%;
  }
  #main-slider .splide__track .splide__list .contenedor .imagen-right img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #main-slider .splide__track .splide__list .contenedor .info-left {
    align-items: center;
  }
  #main-slider .splide__track .splide__list .contenedor .info-left .subtitle {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
  #main-slider .splide__track .splide__list .contenedor .info-left .title {
    padding: 8px 30px;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
  }
  #main-slider .splide__track .splide__list .contenedor .info-left .description {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }
  .prods-oferta .contenedor .top {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  .marca-destacada .contenedor .banner-marca {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
  }
  .marca-destacada .contenedor .banner-marca .info {
    align-items: center;
  }
  .envios-info .contenedor {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .envios-info .back-envio {
    top: 0;
    transform: none;
    height: 80%;
  }
  .envios-info .contenedor .right .img img {
    max-width: 100%;
  }
  .envios-info .contenedor .left {
    align-items: center;
    text-align: center;
  }
  .ultimos-posts .contenedor .titulo h2 {
    text-align: center;
    align-items: center;
  }
  .testimonios .card-testimonio .comentario {
    font-size: 14px;
  }
  .testimonios .card-testimonio .nombre {
    font-size: 14px;
  }
  .contacto-banner .contenedor .contenido-flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 30px 30px 0 30px;
  }
  .contacto-banner .contenedor .contenido-flex .left {
    align-items: center;
    text-align: center;
  }
  .contacto-banner .contenedor .contenido-flex .right .img {
    width: 100%;
    height: auto;
  }
  .contacto-banner .contenedor .adorno1 {
    top: -75px;
    left: -92px;
  }
  .contacto-banner .contenedor .adorno2 {
    top: -79px;
    left: 65%;
  }
  .contacto-banner .contenedor .adorno3 {
    right: -103px;
    bottom: -159px;
  }
}/*# sourceMappingURL=index.css.map */