.site-main {
  width: auto;
  /* top: 210px; */
  padding: 0;
  margin: 0;
  background: #fafbfc;
}

.home .wpb_content_element{
  margin-bottom: 0px;
} 

#newBannersHome {
  position: relative;
}

#newBannersHome .swiper-button-prev:not(.swiper-button-disabled)::after,
#newBannersHome .swiper-button-next:not(.swiper-button-disabled)::after {
  color: #0074d9; /* azul o tu color deseado */
}

#newBannersHome .swiper-button-prev.swiper-button-disabled::after,
#newBannersHome .swiper-button-next.swiper-button-disabled::after {
  color: #a9aeb3; /* gris */
}

#newBannersHome .swiper-custom-controls .swiper-button-next,
#newBannersHome .swiper-custom-controls .swiper-button-prev {
  position: static; /* ya no absolute aquí */
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
#newBannersHome .swiper-custom-controls .swiper-pagination {
  display: flex;
  justify-content: center;
}

#newBannersHome
  .swiper-custom-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1.3px solid #0074d9;
  background: transparent;
  opacity: 1;
}

#newBannersHome
  .swiper-custom-controls
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #0074d9; /* completamente blanca */
  /* border: 1px solid #FFF;    */
}

#newBannersHome .swiper-custom-controls {
  position: absolute;
  bottom: 0; /* o ajusta según dónde quieres que aparezcan */
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px; /* separación entre flechas y bullets */
  z-index: 10;
  padding-bottom: 95px;
}

@media (max-width: 1023px) {
  #newBannersHome .swiper-custom-controls {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  #newBannersHome .swiper-custom-controls {
    padding-bottom: 290px;
  }
}

.home .container {
  max-width: 100%;
  width: 100%;
}

#piko-content {
  margin: 0px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
}

.wpb_wrapper {
  background: #fafbfc;
}
.site {
  background: #fafbfc;
}

.just-wraper {
  display: none;
}



/* 
.home .row {
  margin-left: -20px;
  margin-right: -20px;
} */

.swiper-container {
  /* background: white; */
  width: 100%;
  height: 600px !important;
  padding: 0px !important;
}

.cards-body {
  width: calc(100vw - 120px);
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  /* Alinea los elementos de manera vertical */
  justify-content: center;
  /* Alinea verticalmente el contenido */
  align-items: center;
  /* Alinea horizontalmente el contenido */
  gap: 56px;
  margin: 0 auto;
  /* background: #fafbfc; */
  font-family: "Open Sans", sans-serif !important;
  position: relative;
  z-index: 2;
  margin-top: -70px;
}

/* .image-banner {
    width: 100%;
    display: block;
} */

/* Slide principal */
.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Contenedor de imagen */
.swiper-container .swiper-slide .image-banner {
  width: 100%;
  height: 100%;
}

/* Imagen como fondo o banner */
.swiper-container .swiper-slide .image-banner .bannerImage {
  width: 100%;
  height: 100%;
}

#newBannersHome .swiper-slide .image-banner .bannerImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #newBannersHome .swiper-slide .image-banner .bannerImage img {
    height: 500px;
  }
}

/* TABLET */
@media (max-width: 1023px) {
  .swiper-container {
    height: 600px !important;
    /* max-width: 768px; */
    width: 100% !important;
  }

  .cards-body {
    width: auto;
    margin-top: -120px;
  }
  #newBannersHome .swiper-slide .image-banner .bannerImage img {
    object-fit: inherit;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .swiper-container {
    height: 790px !important;
    /* max-width: 414px; */
    width: 100% !important;
  }

  #newBannersHome .swiper-slide {
    height: 790px !important;
  }

  .cards-body {
    width: auto;
    margin-top: -260px;
  }
  #newBannersHome .swiper-slide .image-banner .bannerImage img {
    object-fit: inherit;
  }
}

.image-banner {
  position: relative;
}

.overlay-boxes {
  max-width: 1160px;
  width: 100%;
  /* position: absolute; */
  bottom: 1px;
  /* left: 50%;
  transform: translateX(-50%); */
  display: flex;
  gap: 40px;
  justify-content: center;
  z-index: 2;
}

.overlay-boxes .box {
  width: 272px;

  min-width: 256px;
  max-width: 480px;
  border-bottom-width: 2px;
  border-radius: 8px;
  /* box-shadow: 0px 0px 2px 0px #919eab33; */

  display: flex;
  align-items: center;
  padding: 24px;
  gap: 18px;
  min-width: 256px;
  max-width: 480px;
  height: 98px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2);
}

.overlay-boxes .box .img-svg {
	width: 50px !important;
	height: 50px !important;
	object-fit: cover !important;
}	
.overlay-boxes .box img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover !important;
}

.overlay-boxes .box-text {
  font-family: "Open Sans" !important;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  /* width: 256px; */
}

.overlay-boxes .box-text1 {
  color: #05304e;
}

.overlay-boxes .box-text2 {
  color: #5a2b04;
}

.overlay-boxes .box-text3 {
  color: #05510a;
}

.overlay-boxes .box1 {
  background: #ebf4fb;
  border-bottom: 2px solid #318fce;
}

.overlay-boxes .box2 {
  background: #f9f2ec;
  border-bottom: 2px solid #d98500;
}

.overlay-boxes .box3 {
  background: #edfbee;
  border-bottom: 2px solid #2c7631;
}

/*  (m贸viles) */
@media (max-width: 767px) {
  .overlay-boxes {
    flex-direction: column;
    align-items: center;
    max-width: 366px;
    width: 100%;
    gap: 24px;
  }

  .overlay-boxes .box {
    width: 100%;
    height: 98px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .overlay-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 720px;
    width: 100%;
    bottom: -50px;
  }

  .overlay-boxes .box {
    width: 348px;
    height: 98px;
  }

  .overlay-boxes .box:nth-child(3) {
    grid-column: span 2;

    justify-self: center;
  }

  /* .swiper-container {
    margin-bottom: 20px;
  } */

  /* .swiper-container .swiper-slide {
    padding-bottom: 40px;
  } */
}

/* .bottom-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    pointer-events: none;
} */

.cards-body .beneficios-card {
  margin-top: 30px !important;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 10px;
  max-width: 1160px;
  width: 100%;
  margin: 0px !important;
  padding: 24px;
  flex-wrap: nowrap;
  /* box-shadow: 0px 1px 6px 0px; */
  box-shadow: 0px 4px 32px 0px rgba(145, 158, 171, 0.239),
    0px 0px 2px 0px rgba(145, 158, 171, 0.239);
  background: #ffffff;
  height: 124px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.beneficios-card .beneficio {
  display: flex;
  align-items: flex-start;
  margin: 0;
  gap: 16px;
  background: white;
  /* padding: 16px; */
  width: 320px;
  height: 100px;
  min-width: 280px;
}

.beneficio img, .beneficio .img-svg {
  width: 47px;
  height: 47px;
  border-radius: 8px;
}

.beneficio-texto {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 135%;
  letter-spacing: 0%;
  gap: 8px;
}

.beneficio-texto h1 {
  font-size: 18px;
  /* font-family: ; */
  font-weight: 700;
  margin: 0;
  color: #2e3133;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 135%;
  letter-spacing: 0%;
}

.beneficio-texto p {
  font-size: 16px;
  color: #43474a;
  font-weight: 400;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0%;
  margin: 0px;
}

/* 馃摫 M贸viles: todas las cajas en columna */
@media (max-width: 767px) {
  .cards-body .beneficios-card {
    max-width: 366px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-height: 376px;
    height: 100%;
    padding: 24px;
    gap: 8px;
    /* flex-wrap: wrap; */
  }

  .beneficio {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

/* 馃摫 Tablets: dos arriba y una centrada abajo */
@media (min-width: 768px) and (max-width: 1023px) {
  .cards-body .beneficios-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    justify-content: center;
    max-height: 256px;
    height: 100%;
    padding: 24px;
    max-width: 720px;
    width: 100%;
  }

  .beneficio {
    max-width: 308px;
    width: 100%;
    justify-self: center;
    max-height: 76px;
    height: 100%;
  }

  .beneficio:nth-child(3) {
    grid-column: 1;
  }
}

.marcas-container {
  max-width: 1160px;
  width: calc(100vw - 120px);
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17.5px;
  box-sizing: border-box;
}

.marca-1 {
  width: 709.08px;
  height: 475px;
  border-radius: 8px;
  overflow: hidden;
}

.marcas-derecha {
  display: grid;
  grid-template-rows: auto auto;

  gap: 10px;

  height: 100%;
}

.marcas-juntas {
  display: grid;
  grid-template-columns: 1fr 1fr;

  height: 100%;
  align-items: stretch;
  gap: 17.5px;
}

.marca {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;

  align-items: center;
}

.marca img {
  width: 100%;
  height: 100%;
}

.marca-2,
.marca-3 {
  height: 212.7472381591797px;
  width: 207.7611846923828px;
}

.marca-4 {
  height: 247.6141815185547px;
  width: 433.8129333496094px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .marca-1 {
    width: 559.08px;
    height: auto;
  }

  .marca-2,
  .marca-3 {
    width: auto;
    height: auto;
  }

  .marca-4 {
    width: auto;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .marcas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .marca-1 {
    width: 709.08px;
    height: 484px;
  }

  .marcas-derecha {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
  }

  .marcas-juntas {
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .marca-2,
  .marca-3 {
    width: 345.54px;
    height: 353.83px;
  }

  .marca-4 {
    width: 709.08px;
    height: 405px;
    position: relative;
  }

  .marca img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .marcas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .marca-1 {
    width: 366px;
    height: 249.82px;
  }

  .marcas-derecha {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
  }

  .marcas-juntas {
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .marca-2,
  .marca-3 {
    width: 174px;
    height: 178.18px;
  }

  .marca-4 {
    width: 366px;
    height: 209.82px;
    position: relative;
  }

  .marca img {
    width: 100%;
    height: 100%;
  }
}

/* banner NH */

.bannerNH {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  height: 424px;
}

.cardNH {
  position: relative;
  max-width: 1160px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

/*
@media (max-width: 1023px) {

.cardNH {
  max-width: 720px;
  width: 100%;
  height: 360px;

}
}

@media (max-width: 767px) {

  .cardNH {
    max-width: 366px;
    width: 100%;
    height: 512px;
  }
} */

.cardNH picture img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bannerNH .divTexto {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 75%;
  /* mueve el texto hacia la mitad del lado derecho */
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  /* padding: 1rem 2rem; */
  /* background-color: rgba(0, 0, 0, 0.4); */
  border-radius: 12px;
  max-width: 540px;
  width: 100%;
  text-align: left;
  gap: 24px;
}

.bannerNH .divTexto h2 {
  font-size: 2rem;
  /* tama帽o por defecto */
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (max-width: 1023px) {
  .bannerNH {
    max-width: 720px;
    width: 100%;
    height: 360px;
  }

  .bannerNH .divTexto {
    max-width: 348px;
    width: 100%;
    max-height: 157px;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bannerNH {
    max-width: 366px;
    width: 100%;
    height: 512px;
  }

  .bannerNH .divTexto h2 {
    font-size: 23px;
  }

  .bannerNH .divTexto {
    max-width: 300px;
    width: 100%;
    max-height: 157px;
    height: 100%;
    top: 20%;
    /* Subimos el texto m谩s arriba */
    left: 42%;
    /* Puedes ajustar si quieres centrar m谩s horizontal */
    transform: translate(-40%, -53%);
  }

  .bannerNH .divTexto p {
    font-size: 18px !important;
  }
}

.bannerNH .divTexto p {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0%;
  margin: 0px;
  color: #585c61;
}

.bannerNH .divTexto input[type="button"] {
  width: 171px;
  /* height: 22px; */
  height: 46px;
  border-radius: 4px;
  gap: 8px;

  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;

  color: white;
  background: #0074d9;
  border: none;
}

.bannerNH .divTexto input[type="button"]:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* MARCAS CSS */

.sliderMarcas {
  max-width: 1160px;
  width: calc(100vw - 120px);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .sliderMarcas {
    max-width: 720px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .sliderMarcas {
    max-width: 366px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

.sliderMarcas .list {
  display: flex;
  width: max-content;
  animation: scrollSlider 30s linear infinite;
  animation-play-state: running;
}

.sliderMarcas .item {
  width: 239px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 10px; */
  box-shadow: none;
  border: none;
  background: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sliderMarcas .item img {
  width: 205px;
  height: auto;
  object-fit: contain;
  box-shadow: none;
  border: none;
}

.sliderMarcas .list:hover .list {
  animation-play-state: paused;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* .sliderMarcas .marcasTexto h2 {
  color: #2e3133;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
} */

.sliderMarcas .marcasTexto p {
  color: #585c61;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0%;
}

.sliderMarcas .marcasTexto {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
  margin-bottom: 16px;
}

/* swipper productos mas vendidos */

/* .mas-Vendidos {
  width: 100%;
} */

.mas-Vendidos .titulo-Mas-Vendidos {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 1160px;
  width: calc(100vw - 120px);
  gap: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .mas-Vendidos .titulo-Mas-Vendidos {
    max-width: 720px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mas-Vendidos .titulo-Mas-Vendidos {
    max-width: 366px;
    width: 100%;
  }
}

.ver-todos-swiper-productos {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  width: calc(100vw - 120px);
  height: auto;
  margin-top: 8px;
}

.ver-todos-swiper-productos :hover {
  background: #c2ddf5;
  border-radius: 4px;
  background: rgba(0, 116, 217, 0.1);
}

.ver-todos-swiper-productos:hover a {
  color: #0074d9 !important;
}

.ver-todos-swiper-productos a {
  font-weight: 700;
  padding: 4px;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #0074d9;
  width: auto;
  text-align: center;
}

.ver-todos-swiper-productos a:active {
  color: #0074d9 !important;
}

.ver-todos-swiper-productos a:focus {
  color: #0074d9 !important;
}

.ver-todos-swiper-productos a:hover {
  color: #0074d9 !important;
}

.swiper-productos {
  width: calc(100vw - 120px);
  max-width: 1160px;
  margin: 0 auto;
  /* padding: 40px 0; */
  padding: 20px 0px;
  /* overflow: visible; */
}

/* @media screen and (min-width: 1440px) {
  .swiper-productos {
    overflow: hidden;
  }
} */

@media screen and (max-width: 1023px) {
  .swiper-productos {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    /* padding: 40px 23px; */
  }
}

@media screen and (max-width: 767px) {
  .swiper-productos {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
    /* padding: 40px 10px; */
  }
}

.swiper-productos .swiper {
  padding: 10px 0;
}

.swiper-productos .swiper-slide {
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24),
    0px 4px 32px rgba(145, 158, 171, 0.24);
  border-radius: 12px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  /* font-size: unset; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  /* width: 370px !important; */
  height: 544.49462890625px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.product-price {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1%;
  letter-spacing: 0px;
  color: #003666;
}

.product-prices {
  height: 24px;
}

.product-regular-price {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  bottom: 3px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  text-decoration: line-through;
}

.product-title {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 135% !important;
  letter-spacing: 0px;
  color: #43474a;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.product-sku {
  /* font-weight: 700 !important; */
  font-size: 14px !important;
  line-height: 135% !important;
  letter-spacing: 0%;
  color: #585c61;
  margin: 0px !important;
}

.swiper-productos .swiper-slide .iva-span {
  /* font-family: font/family/body; */
  height: 15px;
  font-weight: 600;
  font-size: 11px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #003666;
}

.descripcion-Producto {
  display: flex;
  flex-direction: column;
  text-align: left;
  text-align: left;
  /* margin-left: 30px; */
  /* height: 372px; */
  gap: 16px;
}

.descripcion-Producto .img-center {
  text-align: center;
}

.descripcion-Producto .img-center img {
  display: inline-block;
  max-width: 100%; /* opcional, por si necesitas responsive */
  height: auto;
}

.DP-seccion2 {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  /* padding-right: 8px;
  padding-left: 8px; */
  /* height: 71px; */

  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  /* line-height: normal !important; */
}

.DP-seccion1 {
  display: flex;
  flex-direction: column;
  /* height: 67px; */
  gap: 8px;
}

.swiper-productos .swiper-slide .adquierelo-paquete {
  /* font-family: font/family/body; */
  text-decoration: none;
  height: 24px;
  font-weight: 600;
  font-size: 10px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #118d57;
  margin-top: 8px;
 /* display: flex; */
  display: none;
  align-items: center;
  gap: 6px;
}

.adquierelo-paquete:hover {
  color: #118d57 !important;
}

.adquierelo-paquete .iconito {
  width: 20px !important;
  height: 15px !important;
  border: none !important;
}

.swiper-productos .swiper-slide:hover {
  transform: translateY(-5px);
}

.swiper-productos .swiper-slide img {
  width: 283px;
  height: 283px;
  object-fit: cover;
  /* border-bottom: 1px solid #e0e0e0; */
}



/* Flechas de navegaci贸n */
.swiper-productos .swiper-button-next,
.swiper-productos .swiper-button-prev {
  color: #333;
  background-color: #0074d9;
  border-radius: 50%;
  /* padding: 12px; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-productos .swiper-button-next:hover,
.swiper-productos .swiper-button-prev:hover {
  /* background-color: #f5f5f5; */
  transform: scale(1.1);
}

/* Paginaci贸n si la usas */
/* .swiper-productos .swiper-pagination {
  margin-top: 20px;
} */

/* .swiper-productos .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
} */

/* .swiper-productos .swiper-pagination-bullet-active {
  background: #333;
} */

.swiper-wrapper {
  display: flex !important;
}

/* Badge en la esquina superior derecha del slide */
.badge-mas-vendido {
  position: absolute;
  top: -14px;
  right: 15px;
  color: white;
  font-size: 12px;
  color: #003500;
  z-index: 10;
  width: 139;
  height: 35;
  border-radius: 32px;
  gap: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background: #e0ffda;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0%;
}

.badge-mas-nuevo {
  position: absolute;
  top: -14px;
  right: 15px;
  color: white;
  font-size: 12px;
  color: #0a2d66;
  z-index: 10;
  width: 139;
  height: 35;
  border-radius: 32px;
  gap: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background: #E1EAFA;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0%;
}

/* Aseg煤rate que el slide tenga position: relative para posicionar el badge */
.swiper-productos .swiper-slide {
  position: relative;
}

.producto-bottom {
  display: flex;
  flex-direction: column; /* <-- importante: ahora est谩n uno arriba del otro */
  align-items: center; /* centra horizontalmente */
  margin-top: 24px;
  /* margin-bottom: 25px; */
  max-width: 322.67px;
  width: 100%;
  padding: 0px;
  gap: 8px 16px;

  /* height: 108px; */
}

/* Bot贸n "Pru茅batelos" */
.producto-bottom a {
  font-size: 16px;
  color: #0074d9;
  font-weight: bold;

  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  max-width: 322.67px;
  height: 46px;
  border-radius: 4px;
  min-width: 156px;
}
.producto-bottom a:hover {
  color: #0074d9 !important;
  background: rgba(0, 116, 217, 0.1) !important;
}

/* Bot贸n "Comprar ahora" */
.producto-bottom button {
  display: none !important;
  background-color: #0074d9;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  max-width: 322px;
  height: 46px;
}

.producto-bottom .text-prov {
  color: #585c61;
  margin: 0;
  /* Body/Regular/title2 */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
}	
.producto-bottom button:hover {
  background-color: #005fa3 !important;
}

/* Responsive
  @media (max-width: 768px) {
    .swiper-productos .swiper-slide {
       width: 90%;
      margin: 0 auto;
    }

    .swiper-productos .swiper-button-next,
    .swiper-productos .swiper-button-prev {
      padding: 10px;
    }
  }

/* TITULOS CONTENEDORES */

.cards-body .tituloscontenedores {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2e3133;
  font-size: 32px;
  margin: 0px;
  font-family: "Montserrat", sans-serif !important;
}

.cards-body .subtituloscontenedores {
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #585c61;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .cards-body .tituloscontenedores {
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.swiper-custom-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  border-radius: 900px;
  /* box-shadow: 2px 2px 24px 0px #00000029; */
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.16);
}

.swiper-button-disabled::after {
  color: #a9aeb3 !important;
}

/* Flechas manuales */
.swiper-button-prev::after {
  /* content: '鈫?; */
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.swiper-button-next::after {
  /* content: '鈫?; */
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.swiper-button-disabled {
  background-color: #ffffff !important;
  /* cursor: not-allowed;  */
  /* box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.16); */
}

.swiper-button-disabled::after {
  /* color: #a9aeb3 !important; */
  /* Blanco semitransparente */
}

/* .swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  background: #FFFFFF;
} */

/* Paginaci贸n al centro */
.swiper-pagination {
  position: static !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
}

.swiper-paquetes .swiper-custom-controls .swiper-pagination .swiper-pagination-bullet {
    background: white;
    border: 1px solid #0074d9;
}

.swiper-paquetes .swiper-custom-controls .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0074d9;
}

.swiper-productos
  .swiper-custom-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  background: white;
  border: 1px solid #0074d9;
  /* Cambia 'red' por el color que quieras */
}

.swiper-productos
  .swiper-custom-controls
  .swiper-pagination			
.swiper-pagination-bullet-active {
  background-color: #0074d9 !important;
  /* El color de la bullet activa */
}

/* .swiper-button-next img{
  background-color: red;
} */

.paquetes {
  gap: 24px;
  text-align: left;
  max-width: 1160px;
  width: calc(100vw - 120px);
  /* height: 588px !important; */
}

.paquetes .titulo-paquetes {
  text-align: left;
  max-width: 1160px;
  width: calc(100vw - 120px);
  /* margin-bottom: 24px; */
}
.paquetes .servicios-paquetes{
  top: 0px;
}

.paquetes .servicios-paquetes .container {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1023px) {
  .paquetes .titulo-paquetes {
    max-width: 720px !important;
    width: 100% !important;
  }

  .paquetes .servicios-paquetes .container {
    max-width: 720px !important;
    width: 100% !important;
  }

  .paquetes {
    max-width: 720px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .paquetes .titulo-paquetes {
    max-width: 366px !important;
    width: 100% !important;
  }

  .paquetes .servicios-paquetes .container {
    max-width: 366px !important;
    width: 100% !important;
  }

  .paquetes {
    max-width: 366px !important;
    width: 100% !important;
  }
}

.titulo-paquetes h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.container-card-paquetes {
  transition: transform 0.3s;
}

.container-card-paquetes:hover {
  transform: translateY(-5px);
}

.servicios-paquetes .precios .precio-container .precio-salud {
  font-size: 24px;
}



@media (max-width: 1023px) {
  .home .servicios-paquetes .container-card-paquetes {
    width: 348px;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .home .servicios-paquetes .container-card-paquetes {
    width: 366px;
  }
}

.paquetes .servicios-paquetes .card-container{
  gap: 0px;
}



.paquetes .swiper-custom-controls{
  margin-top: 38px;

}

.paquetes .servicios-paquetes .card-container .container-card-paquetes{
  margin: 0px;
}



.swiper-paquetes .swiper-button-next,
.swiper-paquetes .swiper-button-prev {
  color: #333;
  background-color: #0074d9;
  border-radius: 50%;
  /* padding: 12px; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease, transform 0.3s ease;
}



.paquetes .servicios-paquetes .swiper-paquetes{
  padding-bottom: 18px;
}