/* Home */

.slider-principal .swiper .swiper-slide picture img {
  object-fit: cover;
  min-height: 350px;
  object-position: right;

}

.slider-principal .swiper .swiper-slide .info {
  position: absolute;
  top: 50%;
  left: 4%;
  max-width: 40%;
  color: #000;
  background-attachment: fixed;
  background: rgba(255, 255, 255, 0.75);
  padding: 2rem;
  border-radius: 2rem;
  translate: 0 -50%;
}

.slider-principal .swiper .swiper-slide .info h2 {
  font-size: clamp(1.5rem, 2.25vw, 4rem);
  line-height: 1.15;
  font-weight: 600;
}

.slider-principal .swiper .swiper-slide .info span {

  font-size: clamp(1.1, 3vw, 2rem);
  font-weight: 300;
  display: block;
}

.slider-principal .swiper .swiper-slide .info>a {
  display: inline-block;
  background-color: #E1523D;
  color: #fff;
  padding: 10px 3rem;
  border-radius: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 1px 1px 3px 0px #767676;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 30px;
  font-weight: 500;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #e1533d;
}

.swiper-button-next:hover>i,
.swiper-button-prev:hover>i {
  color: #fff;
}

.swiper-pagination.pagination-default.swiper-pagination-bullets {
  background-color: #fff;
  display: inline-block;
  width: 8%;
  margin: 0 auto;
  height: auto;
  padding: 2px 0px;
  border-radius: 20px;
  left: 50%;
  margin-left: -4%;
}

.swiper-pagination.pagination-default.swiper-pagination-bullets span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #000;
}

.categorias-home .title h2 {
  /* font-size: 3rem; */
  font-weight: 600;
}

.categorias-home .swiper .swiper-slide picture {
  max-width: 120px;
  margin: 0 auto;
}

.categorias-home .swiper .swiper-slide picture img {
  z-index: 3;
}

.categorias-home .swiper .swiper-slide picture::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #E1523D;
  z-index: 2;
  translate: -50% -50%;
}

.catfavorita {
  width: 14%;
}

.categorias-home .swiper .swiper-slide p {
  font-weight: 300;
}

section.bloque-botones {
  background-color: #FFF4ED;
}

section.bloque-botones h2 {
  font-weight: 600;
}

section.bloque-botones .row>div>a {
  color: #fff;
}

section.bloque-botones .row>div:nth-child(1)>a {
  background-color: #008EC2;
}

section.bloque-botones .row>div:nth-child(2)>a {
  background-color: #562472;
}

section.bloque-botones .row>div:nth-child(3)>a {
  background-color: #009775;
}

section.bloque-botones .row>div>a>img {
  height: 50px;
}

section.bloque-botones .row>div>a>div {
  display: flex;
  justify-content: space-between;
}

section.bloque-botones .row>div>a>div>h4 {
  font-size: 1.5rem;
  width: 80%;
}

.mySwiperLogos a {
  text-decoration: none;
  color: inherit;
}

.negocios h2 {
  color: #e1523c;
}

.negocios a {
  color: #fff;
  background-color: #e1523c;
  padding: .2rem .5rem;
  font-size: 13px;
  border-radius: 4px;
}

.negocios .row>div:nth-child(even) a {
  background-color: #5e3106;
}

section.bloque-botones .row>div>a>div>h4>span {
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

section.bloque-botones .row>div>a>div .arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 1px 1px 3px 0px #767676;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.bloque-botones .row>div>a>div .arrow i {
  font-size: 30px;
  font-weight: 500;
}

section.bloque-botones .row>div>a:hover>div .arrow {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* Momentos */
.momentos>h2 {
  position: absolute;
  top: 4%;
  z-index: 11;
  color: #fff;
  left: 10px;
  font-size: 34px;
  font-weight: 600;
}

.momentos .mySwiperMomentos .swiper-pagination {
  top: 100px;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  text-align: inherit;
  left: inherit;
}

.momentos .mySwiperMomentos .swiper-pagination-bullet {
  width: auto;
  font-weight: 500;
  height: auto;
  padding: 10px 25px;
  background-color: #0000007a;
  color: #fff;
  opacity: 1;
  border-radius: 20px;
  margin: 0 1rem !important;
  display: flex;
  flex-direction: column-reverse;
  transition: all 1s;
}

.momentos .mySwiperMomentos .swiper-pagination-bullet:hover {
  background-color: #fff;
  color: #000;
}

.momentos .mySwiperMomentos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E1523D;
}

section.momentos .swiper .swiper-slide .info {
  position: absolute;
  right: 3%;
  top: 35%;
  background-color: #E1523D;
  width: 22%;
  color: #fff;
}

section.momentos .swiper .swiper-slide .info h2 {
  font-weight: 600;
  line-height: 2.2rem;
}

section.momentos .swiper .swiper-slide .info span {
  display: block;
  font-weight: 300;
}

section.momentos .swiper .swiper-slide .info>a {
  background-color: #fff;
  font-weight: 500;
}

/* RESO */
section.reso {
  background-color: #FFF4ED;

}

section.reso .row .item:nth-child(4n + 1) .bg {
  background-color: #E1523D;
}

section.reso .row .item:nth-child(4n + 2) .bg {
  background-color: #008668
}

section.reso .row .item:nth-child(4n + 3) .bg {
  background-color: #562472;
}

section.reso .row .item:nth-child(4n + 4) .bg {
  background-color: #008EC2
}

section.reso .row .item .arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 1px 1px 3px 0px #767676;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.reso .row .item i {
  font-size: 30px;
  font-weight: 500;
}

section.reso .row .item:hover .arrow {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}


section.reso .row>div>a>div>div {
  display: flex;
  justify-content: space-between;
}

section.reso .row>div>a>div>div>h4 {
  width: 90%;
  font-size: 19px;
}

section.reso .row>div>a>div>div>h4>span {
  font-size: 16px;
  font-weight: 200;
}



/* Marcas */
.content-categorias ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-categorias ul li {
  margin: 0 5px;
}

.content-marcas .row>div>a {
  border: 1px solid #B1B1B1;
  color: #2F2F2F;
}

.content-marcas .row>div>a .content-img img {
  transition: transform .2s;
  object-fit: cover;
  height: 300px;
  object-position: center;
}

.content-marcas .row>div>a:hover {
  text-decoration: underline;
}

.content-marcas .row>div>a:hover .content-img img {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* Valores */
section.valores .content-valores .content-img img {
  transition: transform .2s;


}

section.valores .content-valores>div:hover .content-img img {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.img-big .floting h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.img-big .floting p {
  font-size: 16px;
  font-weight: 200;
}

/* Produccion */
.produccion-distri .mySwiperProduccion .swiper-pagination {
  top: 50px;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  text-align: inherit;
  left: inherit;
}

.produccion-distri .mySwiperProduccion .swiper-pagination-bullet {
  width: auto;
  font-weight: 500;
  height: auto;
  padding: 10px 25px;
  background-color: #0000007a;
  color: #fff;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #fff;
  margin: 0 .8rem !important;
  display: flex;
  flex-direction: column-reverse;
  transition: all 1s;
}

.produccion-distri .mySwiperProduccion .swiper-pagination-bullet:hover {
  background-color: #fff;
  color: #000;
}

.produccion-distri .mySwiperProduccion .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E1523D;
  border: 1px solid #E1523D;
}

section.produccion-distri .swiper .swiper-slide .info {
  position: absolute;
  right: 3%;
  top: 15%;
  background-color: #fff;
  width: 40%;
  color: #2F2F2F;
}

section.produccion-distri .swiper .swiper-slide .info h2 {
  font-weight: 600;
  line-height: 2.2rem;
}

section.produccion-distri .swiper .swiper-slide .info p {
  display: block;
  font-weight: 300;
}

section.produccion-distri .swiper .swiper-slide .info>a {
  /* background-color: #fff; */
  font-weight: 500;
}

/* Nuestro Aporte */

.nuestras-soluciones .tab-content .list:nth-child(4n + 1) .bg {
  background: #008EC2;
}

.nuestras-soluciones .tab-content .list:nth-child(4n + 2) .bg {
  background: #562472;
}

.nuestras-soluciones .tab-content .list:nth-child(4n + 3) .bg {
  background: #E1523D;
}

.nuestras-soluciones .tab-content .list:nth-child(4n + 4) .bg {
  background: #008668;
}

/* Overrides por índice lógico del repeater (no por :nth-child) para que el color
   no dependa del orden DOM y filtros aplicados en page-aporte.php.
   - list-key-0  => Empresa B (azul base)
   - list-key-1,2,3 => iniciativas intermedias (blanco con texto rojo)
   - list-key-4  => Fundación Luker (morado base)
*/
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-1 .bg,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-2 .bg,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-3 .bg {
  background: #fff;
}
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-1 .bg .cont-center h2,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-2 .bg .cont-center h2,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-3 .bg .cont-center h2 {
  color: #E1523D;
}
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-1 .bg .cont-center .desc,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-2 .bg .cont-center .desc,
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-3 .bg .cont-center .desc {
  color: #000;
}

/* Asegurar fondo morado de Fundación Luker (list-key-4), independiente de su
   posición DOM. Esto sobrescribe la regla base .list:nth-child(4n+X) cuando
   el filtro de iniciativas hace que Fundación Luker caiga en un índice DOM
   que de otra forma le aplicaría otro color. */
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-0 .bg {
  background: #008EC2;
}
.nuestras-soluciones .tab-content.nuestro-aporte .list-key-4 .bg {
  background: #562472;
}

.nuestras-soluciones .tab-content .desc a {
  display: inline-block;
  background-color: #fff;
  padding: 15px 15px;
  width: 130px;
  text-align: center;
  border-radius: 20px;
  color: #308ec2;
  font-weight: 400;
}

.nuestras-soluciones .nav-pills .nav-link {
  background-color: #858585;
  border: 1px solid #858585;

  font-weight: 600;
  color: #fff;
}

.nuestras-soluciones .nav-pills .nav-link:hover {
  background-color: #E1523D;
  border: 1px solid #E1523D;
}


.nuestro-aporte .mySwiperAporte .swiper-pagination {
  top: 50px;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  text-align: inherit;
  left: inherit;
}

.nuestro-aporte .mySwiperAporte .swiper-pagination-bullet {
  width: auto;
  font-weight: 500;
  height: auto;
  padding: 10px 25px;
  background-color: #0000007a;
  color: #fff;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #fff;
  margin: 0 .8rem !important;
  display: flex;
  flex-direction: column-reverse;
  transition: all 1s;
}

.nuestro-aporte .mySwiperAporte .swiper-pagination-bullet:hover {
  background-color: #fff;
  color: #000;
}

.nuestro-aporte .mySwiperAporte .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E1523D;
  border: 1px solid #E1523D;
}

section.nuestro-aporte .mySwiperAporte .swiper-slide picture img {
  position: absolute;
  object-fit: cover;
  height: 100%;
}

section.nuestro-aporte .mySwiperAporte .swiper-slide .info .logo img {
  max-height: 200px;
}


section.nuestro-aporte .mySwiperAporte .swiper-slide .info {
  /* left: 0%; */
  /* width: 53%; */
  color: #2F2F2F;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}


section.nuestro-aporte .mySwiperAporte .swiper-slide .info h2 {
  font-weight: 600;
  line-height: 2.2rem;
}

section.nuestro-aporte .mySwiperAporte .swiper-slide .info p {
  display: block;
  font-weight: 300;
}

section.nuestro-aporte .mySwiperAporte .swiper-slide .info>a {
  /* background-color: #fff; */
  font-weight: 500;
}


/* ============================================================
   Luker Verde - Sección Acción Climática (Nuestro Aporte)
   ============================================================ */

.nuestras-soluciones .nav-pills .nav-link.nav-luker-verde:hover {
  background-color: #008668;
  border: 1px solid #008668;
}

section.luker-verde {
  margin: 0 0 4rem;
  scroll-margin-top: 100px;
}

/* El wrapper hero NO debe tener background: queremos los bordes blancos a los
   lados (igual que el bloque Empresa B), que se logran respetando el padding
   lateral del container interno (px-md-5). El verde corporativo aplica sólo
   sobre la mitad del texto. */
section.luker-verde .luker-verde-hero {
  color: #fff;
}

section.luker-verde .luker-verde-hero__img img {
  min-height: 320px;
}

section.luker-verde .luker-verde-hero__text {
  background: #008668;
  color: #fff;
}

section.luker-verde .luker-verde-hero__text h2 {
  font-size: 2.4rem;
  color: #fff;
}

section.luker-verde .luker-verde-hero__text .desc {
  font-weight: 300;
  line-height: 1.55;
}

section.luker-verde .luker-verde-hero__text .desc ul {
  padding-left: 1.2rem;
  margin-top: 0.8rem;
}

section.luker-verde .luker-verde-hero__text .desc ul li {
  margin-bottom: 0.6rem;
}

section.luker-verde .luker-verde-hero__text .desc strong {
  color: #fff;
  font-weight: 600;
}

/* Botón "Descarga aquí nuestro reporte de sostenibilidad": replica el patrón
   de los botones "Conoce más" del sitio.
   - Normal: fondo blanco + texto verde corporativo (color del bloque)
   - Hover:  fondo naranja (#E1523D) + texto blanco
   Se usa !important porque las utility classes de Bootstrap (.py-2 .px-3
   .rounded-5) llevan !important y ganarían sobre estos valores. */
section.luker-verde .luker-verde-hero__text .btn-blanco {
  background-color: #fff;
  color: #008668;
  font-weight: 400;
  padding: 15px 15px !important;
  border-radius: 20px !important;
  text-align: center;
  transition: background-color .2s ease, color .2s ease;
}

section.luker-verde .luker-verde-hero__text .btn-blanco:hover {
  background-color: #E1523D;
  color: #fff;
}

/* Centrar el botón de descarga dentro del box hero sin alterar el texto */
section.luker-verde .luker-verde-hero__text .luker-verde-reporte-btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

/* Estado pendiente: el PDF aún no se ha subido. Sólo cursor not-allowed para
   indicarlo, sin tocar fondo ni opacity (mantener fondo blanco puro). */
section.luker-verde .luker-verde-reporte-btn.is-pending {
  cursor: not-allowed;
}

/* Sección "Nuestros pilares ambientales": replica EXACTAMENTE el layout de
   los items del repeater (Empresa B / Fundación Luker) para que la página
   conserve una distribución uniforme. Cada pilar usa la estructura
   .list .row.mx-0 .col-md-6.bg.p-4 + .col-md-6.px-0 con imagen, dentro de un
   container-fluid full-width. Sin border-radius, sin shadow, sin fondo gris. */
section.luker-verde .luker-verde-pilares-section h3 {
  color: #008668;
}

section.luker-verde .lv-pilar .bg {
  background: #fff;
}

section.luker-verde .lv-pilar .bg .cont-center h2 {
  color: #008668;
}

section.luker-verde .lv-pilar .bg .cont-center .desc {
  color: #000;
  font-weight: 300;
  line-height: 1.55;
}

section.luker-verde .lv-pilar .bg .cont-center .desc strong {
  color: #008668;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  section.luker-verde .luker-verde-hero__text h2 {
    font-size: 1.8rem;
  }

  section.luker-verde .luker-verde-hero__img img {
    min-height: 220px;
  }
}

/* Acordeon */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: inherit !important;
  border-bottom: 1px solid #c3c3c3 !important;
}

.accordion-button:focus {
  border-color: inherit;
  -webkit-box-shadow: none !important;
}

/*Producto*/

.grande {
  height: 80%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #B1B1B1;
}

.miniaturas {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.miniaturas .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.miniaturas .swiper-slide-thumb-active {
  opacity: 1;
}

.miniaturas .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #B1B1B1;
  border-radius: 20px;
}

section.info {
  display: flex;
}

section.info>div {
  width: 50%;
  background-color: #FFF4ED;
}

section.anclas {
  background-color: #e1523d;
  display: flex;
  align-items: center;
  padding: 1vw 3rem;
}

section.anclas>a {
  margin: 0 !important;
  border: 1px solid;
  margin-right: 1rem !important;
}

section.descripcion {
  background-color: #58220C;
  color: #fff;
  padding: 3vw;
}

section.descripcion>div {
  border: 1px solid;
  border-radius: 50px;
}

section.descripcion>div .contenido {
  /* padding: 1vw 3vw;
  font-size: 1vw;
  font-weight: 200;
  flex-direction: column; */
}

section.descripcion>div .contenido ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw;
}

section.descripcion>div .contenido ul li {
  width: 50%;
  padding: 1vw;
  padding-right: 5vw;
}

.descripcion ul h3 {
  font-size: 1.3vw;
}

section.caracteristicas {
  background-color: #FFF4ED;
  padding: 4vw;
}

section.caracteristicas>div {
  border: 1px solid;
  border-radius: 50px;
  padding: 4vw 8vw;
}

section.caracteristicas>div ul {
  list-style: none;
  padding: 0;
  font-size: 1.2vw;
}

section.caracteristicas>div ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: .5vw;
  margin-bottom: .5vw;
}

section.caracteristicas>div ul li h3 {
  margin: 0;
  font-size: 1.3vw;
  min-width: 25%;
}

section.caracteristicas>div ul li p {
  margin: 0;
}

.info>div.contenido {
  padding: 0 3vw;
}

.info .superior {
  background-color: #E1523D;
  color: #fff;
  padding: 2vw;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.info span.nuevo {
  color: #2F2F2F;
  background-color: #fff;
  font-weight: 700;
  font-size: 1vw;
  padding: .5vw;
  border-radius: 20px;
}

.info .informacion {
  background-color: #FFF4ED;
  padding: 1vw 3vw;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.video iframe {
  width: 100%;
  height: 500px;
}

.grande img {
  width: 500px;
  object-fit: contain;
}

.grande .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info>div.imagenes {
  padding-left: 2rem;
}

/*MIGA DE PAN*/
nav.rank-math-breadcrumb {
  padding: 1rem;
  font-size: 1vw;
  font-weight: 300;
}

nav.rank-math-breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

nav.rank-math-breadcrumb p {
  margin: 0;
}

.datos .mapa #map {
  height: 500px
}

/* Puntos */
ul.puntos {
  height: 440px;
  overflow: auto;
}

/*Recetas y tips*/
section.sliderecetas {
  background-color: #FFF4ED;
  padding: 3rem 5rem 4rem;
}

section.sliderecetas h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.itemreceta h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1rem 1rem;
}

.itemreceta>a>div>div,
.itemreceta>div>div {
  position: relative;
}

img.preset-ur {
  height: 350px;
  object-fit: cover;
}

.itemreceta>a>div>div.text-white,
.itemreceta>div>div.text-white {
  display: flex;
  font-size: 14px;
  align-items: center;
}

p.bdif i {
  margin: 0 .2rem 0;
}

.itemreceta>a>div>div.text-white p,
.itemreceta>div>div.text-white p {
  margin: 0;
}

i.fa-solid.fa-clock {
  margin-right: .5rem;
}

p.bdif {
  margin: 0 0.5rem !important;
  padding-left: 0.5rem;
  border-left: 2px solid;
  font-size: 12px;
}

.masc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.8939950980392157) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.8939950980392157) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.8939950980392157) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.recetatips .videos-juniors>div iframe {
  width: 100%;
}

.recetatips section.videos h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.recetatips section.videos {
  padding-top: 3rem;
}

.ultimasRecetassw {
  padding-bottom: 3rem;
}

.ultimasRecetassw .swiper-pagination.pagination-default.swiper-pagination-bullets {
  bottom: 0;
}

.recetatips section.cont-noticias {
  display: none;
}

.recetatips .main-title,
.receta .main-title,
.tips .main-title,
.recetas .main-title {
  border-bottom: 1px solid;
}

section.recomendados {
  padding: 5rem 3rem 0;
}

section.recomendados h2 {
  text-align: center;
  margin-bottom: 4rem;
}

/*RECETAS*/
.swiper-slide.todas {
  display: flex;
  margin-right: 2rem;
  color: #fff;
}

.swiper-slide.todas>div {
  height: 100%;
  padding: 5.7rem 2rem;
}

.contenido {
  display: flex;
}


.items ul {
  border: 1px solid #2F2F2F;
  list-style: none;
}

.items ul li {
  border-bottom: 1px solid;
}

.items ul li h4,
.items ul li p {
  margin: 0 !important;
}

.items ul li h4 {
  width: 40%;
}

.pasos ul {
  list-style: none;
  padding: 0;
}

.pasos h4 {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.pasos p {
  width: 95%;
}

p.productodest {
  top: 5%;
  left: 5%;
}

/*HISTORIA*/
.mySwiperH .swiper-pagination {
  left: 12rem;
  height: 100% !important;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  width: 0 !important;
}

.mySwiperH .swiper-pagination>span {
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex !important;
  align-items: center;
  margin: .5rem 0 !important;
  text-indent: -4rem;
  font-weight: 600;
}

.mySwiperH .swiper-pagination>span.swiper-pagination-bullet-active {
  border: 1px solid;
  background-color: #E1523D;
  text-decoration: underline;
}

.sscroll {
  width: 8%;
  height: 100%;
  z-index: 999;
}

.sscroll.sright {
  width: 20%;
}

.mySwiperH {
  width: 100%;
  height: 100%;
}

.mySwiperH .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiperH .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filters .form-check-input:checked {
  background-color: #e1523d;
  border-color: #e1523d;
}

/*RESPONSIVE ESTILOS */
@media only screen and (max-width: 768px) {
  /* FIX EMERGENCIA: slider-principal en mobiles reales (iOS/Android)
     - Forzar altura auto para que el wrapper no quede inflado por fade
     - La imagen reserva su alto natural y .info queda pegado debajo */
  .slider-principal .swiper,
  .slider-principal .swiper .swiper-wrapper,
  .slider-principal .swiper .swiper-slide {
    height: auto !important;
  }
  .slider-principal .swiper .swiper-slide picture {
    display: block;
    width: 100%;
  }
  .slider-principal .swiper .swiper-slide picture img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    display: block;
  }

  .categorias-home .title h2 {
    font-size: 7vw;
    text-align: center;
  }

  .categorias-home .title {
    width: 100%;
  }

  section.categorias-home {
    padding: 8vw !important;
  }

  .categorias-home .px-5 {
    width: 100%;
  }

  .momentos .mySwiperMomentos .swiper-pagination {
    display: none;
  }

  section.momentos .swiper .swiper-slide .info {
    width: 50%;
    padding: 5vw 3vw !important;
  }

  section.momentos .swiper .swiper-slide .info h2 {
    margin: 0 !important;
    font-size: 4vw;
    line-height: 4vw;
  }

  section.momentos .swiper .swiper-slide .info span {
    font-size: 3vw;
    padding: 0 !important;
  }

  .pre-footer .row>div:last-child {
    padding: 1rem !important;
  }

  .pre-footer .row>div.border-right-1 {
    border: none;
  }

  footer>div .redes ul {
    flex-flow: wrap;
  }

  footer>div .redes ul li {
    width: 33.3%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  footer>div .redes ul li a {
    margin: 0;
  }

  #footer>div {
    padding: 1.5rem !important;
  }

  #footer p {
    font-size: 12px;
    text-align: justify;
  }

  footer>div .legal {
    font-size: 12px;
  }

  footer>div .legal a {
    width: 100%;
  }

  section.pre-footer {
    padding: 1.5rem !important;
  }

  .swiper-pagination.pagination-default.swiper-pagination-bullets {
    display: none;
  }

  .slider-principal .swiper .swiper-slide picture img {
    object-fit: contain;
    min-height: auto;
    object-position: center;
  }

  .slider-principal .swiper .swiper-slide .info {
    position: relative;
    background: #562472;
    color: #fff;
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 40px 80px;
    border-radius: 0;
    translate: 0;
  }



  nav.rank-math-breadcrumb {
    display: none;
  }

  section.info {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }

  section.info>div {
    width: 100%;
  }

  .info>div.contenido {
    display: block;
  }

  .info span.nuevo {
    font-size: 4vw;
    padding: 1vw;
  }

  .info .superior {
    padding: 2rem 1rem 1rem;
  }

  .info h3 {
    margin: 1rem 0 0 !important;
  }

  .info>div.imagenes {
    padding: 0 1rem;
  }

  section.anclas {
    padding: 1.5rem 1rem;
  }

  section.anclas>a {
    font-size: .75rem;
  }

  section.descripcion>div {
    flex-direction: column;
  }

  section.descripcion>div .contenido {
    flex-direction: column;
    padding: 5vw;
    width: 100%;
  }

  .descripcion ul h3 {
    font-size: 1.3rem;
  }

  section.descripcion>div .contenido ul {
    flex-direction: column;
    padding-left: 3vw;
  }

  section.descripcion>div .contenido ul li {
    width: 100%;
    font-size: 1rem;
  }

  section.caracteristicas>div ul {
    font-size: 1rem;
  }

  section.caracteristicas>div ul li h3 {
    font-size: 1rem;
    padding-bottom: 0.4rem;
  }

  section.caracteristicas>div ul li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  section.sliderecetas {
    background-color: #FFF4ED;
    padding: 1rem 12px 1rem;
  }

}