@font-face {
  font-family: montserrat_b;
  src: url(../font/Montserrat-Black.otf);
}
@font-face {
  font-family: montserrat_sb;
  src: url(../font/Montserrat-SemiBold.otf);
}
@font-face {
  font-family: montserrat_bd;
  src: url(../font/Montserrat-Bold.otf);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: calibri;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #ffb347;
}
body::-webkit-scrollbar-track {
  background-color: #766f8a4d;
}
video{
  width: 640px ;
  height: 480px;
}
/* Botones slider productos */
.page-color{
  background-color: #ffb347;
}

.paginacion {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 7px 7px;
  font-family: kalinga;
  color: #000;
  font-size: 15px;
  margin: 20px 0px;
}
.pag_anterior {
  display: flex;
  border-top: 1.7px solid #e4e8ee;
  border-right: 1.7px solid #e4e8ee;
  border-bottom: 1.7px solid #e4e8ee;
  border-left: 1.7px solid #e4e8ee;
  width: 80px;
  height: 70%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.pag {
  display: flex;
  border-top: 1.7px solid #e4e8ee;
  border-right: 1.7px solid #e4e8ee;
  border-bottom: 1.7px solid #e4e8ee;
  width: 40px;
  height: 70%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pag_siguiente {
  display: flex;
  border-top: 1.7px solid #e4e8ee;
  border-right: 1.7px solid #e4e8ee;
  border-bottom: 1.7px solid #e4e8ee;
  width: 80px;
  height: 70%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}
.paginacion span:hover {
  color: #ffb347;
}
.item-botones {
  width: 100%;
  display: flex;
  justify-content: center;
}
.item-prev {
  cursor: pointer;
  position: absolute;
  color: #ffb347;
  font-weight: bold;
  font-size: 50px;
  bottom: 10%;
  left: 10%;
  z-index: 5;
  user-select: none;
}
.item-next {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  font-size: 50px;
  color: #ffb347;
  bottom: 10%;
  right: 10%;
  z-index: 5;
  user-select: none;
}
/* Botones slider productos */
/* popup video */
#videoPopup {
  display: none;
}
.popup-video {
  top: 0;
  z-index: 100;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.596);
}
.popup-video .boton-cerrar {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #ffb347;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.card-video {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.contenedor-video video {
  background-color: #000;
}
/* popup video */
/* popup buscador */
#ventanaBuscador {
  display: none;
}
.popup-buscador {
  top: 0;
  z-index: 100;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.596);
}
.popup-buscador .boton-cerrar {
  cursor: pointer;
  position: absolute;
  top: 15%;
  right: 21%;
  background-color: #ffb347;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.card-buscador {
  min-width: 50%;
  max-height: 80%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow-y: scroll;
}
.card-buscador::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #cccccc;
}
.card-buscador::-webkit-scrollbar {
  width: 10px;
}
.card-buscador::-webkit-scrollbar-thumb {
  background-color: #ffb347;
}
.contenedor-buscador {
  background-color: #fff;
}
.contenedor-buscador {
  background-color: #fff;
}
/* popup buscador */
.titulo_cr a {
  text-decoration: none;
  color: #40322c;
}
.item-productos {
  position: relative;
}
.item-productos .item.producto {
  position: relative;
}
.menu-mobil {
  display: none;
}
.pagina {
  display: flex;
  flex-direction: column;
}
.encabezado-pc {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.izquierda {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.menu-pc {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  position: relative;
}
.item_menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #40322c;
}
.item_menu a:hover {
  color: #ffb347;
}
/* sub menu navecgacion */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -1%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -1%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.item_menu .cuadro-submenu {
  display: none;
  width: calc(100% + 50%);
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.925);
  height: auto;
  z-index: 30;
  border-radius: 0px 0px 2px 2px;
  border: 1px solid #ffb347;
  left: 0;
}
.cuadro-submenu a {
  text-decoration: none;
  color: #000;
  padding: 0;
  display: inline;
}
.cuadro-submenu ul.submenu {
  display: flex;
  padding: 0px 10px;
}
.cuadro-submenu li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.192);
}
.cuadro-submenu li a:hover {
  text-decoration: underline;
  color: #ffb347;
}
.cuadro-submenu li a:hover {
  text-decoration: none;
  color: #ffb347;
}
.item_menu:hover > .cuadro-submenu {
  display: block;
}
/* sub menu navecgacion */
.centro {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}
.logo {
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circulo {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}
.derecha {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
}
.medios-pc {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
}
.medios-pc a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #40322c;
}
.medios-pc a:hover {
  color: #ffb347;
}
.whatsapp {
  margin-left: 5px;
}
.banner {
  display: flex;
  width: 100%;
}
.banner_img {
  display: flex;
  width: 100%;
  height: 100%;
}
.banner_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contenido_banner {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
}
.banner_titulo {
  display: flex;
}
.buscador {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.buscador form {
  display: flex;
  width: 100%;
}
form .search-container {
  width: 100%;
  position: relative;
}
/* input search */
.header-search .search-container {
  width: 100%;
}
.search-container input {
  background-color: #40322c;
  /* background: transparent; */
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffb347;
  color: #fff;
  padding: 10px;
  z-index: 15;
  position: relative;
}
#cuadro-input {
  display: none;
  border-radius: 2px;
  position: relative;
  width: 100%;
  z-index: 20;
  overflow: hidden;
  margin-top: 20px;
}
#cuadro-input .cuadro_busqueda {
  display: none;
  width: 100%;
  height: 100%;
  animation-name: desplegable;
  animation-duration: 1s;
  display: flex;
  flex-direction: column;
}
/* menu items resultado */
.cuadro_busqueda .contenido_busqueda {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 5px;
}
.contenido_busqueda .item_contenido {
  width: 100%;
  height: 80px;
  display: flex;
}
.item_contenido .imagen {
  width: 20%;
}
.item_contenido .detalle {
  padding: 0px 10px;
  width: 60%;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detalle .precio_producto {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.detalle .precio_producto span {
  padding: 0px;
  margin-top: -10px;
}
.item_contenido .botones {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.botones .cantidad {
  width: 100%;
  display: flex;
}
.botones .numero {
  width: 70%;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.numero span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(214, 214, 214);
}
.botones .botones_cantidad {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 4%;
}
.botones_cantidad .mas {
  background-color: #e7e7e7;
  color: #000;
  cursor: pointer;
}
.botones_cantidad .menos {
  background-color: #e7e7e7;
  color: #000;
  cursor: pointer;
}
.botones .carrito {
  height: 100%;
  padding: 4%;
}
.carrito > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #efc206;
  cursor: pointer;
}
.carrito .icono {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.cuadro_busqueda img {
  width: 70%;
  height: 100%;
}

/* menu boton resultado */
.cuadro_busqueda .btn_resultado {
  width: 100%;
}
.cuadro_busqueda .btn_resultado button {
  width: 100%;
  padding: 10px 0px;
  color: #000;
}
/* menu etiquetas */
.cuadro_busqueda .etiquetas_menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
.cuadro_busqueda button {
  border-style: none;
  outline: none;
  cursor: pointer;
}
.cuadro_busqueda a {
  text-decoration: none;
  margin-left: 10px;
  color: #40322c;
}
.cuadro_busqueda a:hover {
  text-decoration: underline;
}
.etiquetas_menu .etiqueta {
  width: 50%;
  color: #e7e7e7;
  margin-top: 10px;
}
#cuadro-input .display {
  background-color: #fff;
  display: block;
}
.fondogris {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 15;
  opacity: 1;
  animation-name: opacidad;
  animation-duration: 1s;
}
@keyframes desplegable {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes opacidad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* input search */
::placeholder {
  background: transparent;
  color: #fff;
  font-size: 15px;
}
textarea:focus,
input:focus,
input[type]:focus,
input:active {
  color: #fff;
  outline: none;
}
.modulos {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.contenido_modulo.alimentacion {
  background-image: url(../../rg/img/banner_a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contenido_modulo.salud {
  background-image: url(../../rg/img/banner_b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contenido_modulo.accesorios {
  background-image: url(../../rg/img/banner_c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contenido_modulo {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 3px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.titulo_modulo {
  -webkit-text-stroke: 1px #fff;
  width: 80%;
  font-style: italic;
  color: #40322c;
  text-align: center;
}
.texto_modulo {
  width: 80%;
  display: none;
  text-align: justify;
}
.boton_modulo button {
  background: #ffb347;
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
  color: #40322c;
}
.boton_modulo button:hover {
  background: #40322c;
  color: #fff;
}
.promocion {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  background-image: url(../../rg/img/banner_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.titulo_promocion {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d6a742;
}

/* PEKE AHORROS */
.titulo_promocion span {
  display: block;
}
.titulo_promocion span.txt_superior {
  font-size: 20px;
  line-height: 10pt;
  font-family: montserrat_sb;
}
.titulo_promocion span.txt_centro {
  /* -webkit-text-stroke: 10px #d6a742; */
  font-size: 100px;
  line-height: 70pt;
  font-family: montserrat_b;
}
.titulo_promocion span.txt_inferior {
  font-size: 50px;
  line-height: 20pt;
  font-family: montserrat_bd;
}
/* PEKE AHORROS */

.boton_promocion button {
  position: relative;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  margin-left: 80px;
  padding-left: 30px;
  border-radius: 10px;
  border: 2px solid #ffb347;
  cursor: pointer;
  color: #40322c;
}
.boton_promocion button:hover {
  background: #40322c;
  color: #fff;
  border: 2px solid #fff;
}
.regalo {
  position: absolute;
}
.caja_rapida {
  position: fixed;
  z-index: 20;
  right: 0;
  display: flex;
  flex-direction: column;
}
.contenido_caja_rapida {
  position: relative;
  display: flex;
  border-radius: 50px 0 0 50px;
  background: #ffb347;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.cr_img {
  position: absolute;
  display: flex;
  left: 0;
}
.cr_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.boton_cr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boton_cr a {
  font-weight: bolder;
  text-decoration: none;
  display: flex;
  color: #40322c;
}
.boton_cr a span {
  cursor: pointer;
}
.linea {
  display: flex;
  width: 100%;
  background: #ffb347;
}
.productos {
  display: grid;
  background: #f9f9f9;
  width: 100%;
  border-radius: 0 0 100% 100%;
  align-items: center;
  justify-content: space-evenly;
}
.item {
  width: 90%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-radius: 10px;
  margin: 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.item .nombre_producto a {
  text-decoration: none;
  color: #40322c;
}
.item .nombre_producto a:hover {
  text-decoration: none;
  color: #ffb347;
}
.producto_img {
font-size: 12px;
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
}
.producto_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  padding: 10px;
}
.producto_presentacion {
  position: absolute;
  display: flex;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ffb347;
  justify-content: center;
  align-items: center;
}
.producto_precio {
  position: absolute;
  display: flex;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ffb347;
  justify-content: center;
  align-items: center;
  color: #40322c;
}
.producto_stock {
  position: absolute;
  display: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ffb347;
  justify-content: center;
  align-items: center;
  color: #40322c;
}
/* botones */
button.button-decrease {
  outline: none;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #ffb347;
  color: #000;
  cursor: pointer;
}
button.button-increase {
  outline: none;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #ffb347;
  color: #000;
  cursor: pointer;
}
button.button-add {
  outline: none;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #ffb347;
  color: #000;
  cursor: pointer;
}
button.button-decrease:disabled,
button.button-increase:disabled,
button.button-add:disabled {
  background-color: #ffb24781;
}
.item-productos .producto_presentacion {
  cursor: pointer;
}
/* botones */
/* slider */
.swiper-button-next, .swiper-button-prev{
  color: #ffb347;
}
.swiper-slide, swiper-slide {
  display: flex;
}
#carouselBanner img {
  /* width: auto;
  height: 100%; */
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider {
  margin-bottom: 40px;
  width: 100%;
  border-top: 5px solid #ffb347;
  border-bottom: 5px solid #ffb347;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel div {
  overflow: hidden;
  width: 100%;
}
.carousel div ul {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 200%;
}
.carousel div ul li {
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0px 50px;
}
.carousel div ul li img {
  display: block;
  height: auto;
}
.carousel div ul li + li {
  margin-left: 30px;
}
.carousel ol {
  list-style: none;
}
.carousel button {
  display: none;
}
/* slider */
/* 1440x900, 1600x900, 1600x1024, 1680x1050, 1920x1080 */
@media (min-width: 1440px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 120px;
  }
  .item_menu img {
    width: 40px;
    margin-bottom: 5px;
  }
  .logo img {
    height: 100px;
  }
  .circulo {
    top: 10px;
    width: 160px;
    height: 160px;
  }
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 28px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 26px;
  }
  .banner {
    height: 600px;
  }
  .contenido_banner {
    margin: 5% 0 0 10%;
  }
  .banner_titulo {
    height: 300px;
    margin-bottom: 20px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 480px;
    height: 320px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 25px;
  }
  .texto_modulo {
    font-size: 18px;
  }
  .promocion {
    /* top: -50px; */
    height: 200px;
  }
  .descuento {
    font-size: 65px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 5px;
    font-size: 20px;
  }
  .boton_modulo button {
    width: 160px;
    height: 30px;
  }
  .boton_promocion button {
    width: 200px;
    height: 30px;
  }
  .regalo {
    left: 20px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 700px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 0 260px 0;
  }
  .item {
    height: 400px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1367px) and (max-width: 1439px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 120px;
  }
  .item_menu img {
    width: 40px;
    margin-bottom: 5px;
  }
  .logo img {
    height: 100px;
  }
  .circulo {
    top: 10px;
    width: 160px;
    height: 160px;
  }
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 28px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 26px;
  }
  .banner {
    height: 600px;
  }
  .contenido_banner {
    margin: 5% 0 0 10%;
  }
  .banner_titulo {
    height: 300px;
    margin-bottom: 20px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 400px;
    height: 260px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 25px;
  }
  .texto_modulo {
    font-size: 18px;
  }
  .promocion {
    /* top: -50px; */
    height: 200px;
  }
  .descuento {
    font-size: 65px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 5px;
    font-size: 20px;
  }
  .boton_modulo button {
    width: 160px;
    height: 30px;
  }
  .boton_promocion button {
    width: 200px;
    height: 30px;
  }
  .regalo {
    left: 20px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 600px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 0 260px 0;
  }
  .item {
    height: 400px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
/* 1366x768 */
@media (min-width: 1281px) and (max-width: 1366px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 120px;
  }
  .item_menu img {
    width: 40px;
    margin-bottom: 5px;
  }
  .logo img {
    height: 100px;
  }
  .circulo {
    top: 10px;
    width: 160px;
    height: 160px;
  }
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 28px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 26px;
  }
  .banner {
    height: 600px;
  }
  .contenido_banner {
    margin: 5% 0 0 10%;
  }
  .banner_titulo {
    height: 300px;
    margin-bottom: 20px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 400px;
    height: 260px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 25px;
  }
  .texto_modulo {
    font-size: 18px;
  }
  .promocion {
    /* top: -50px; */
    height: 200px;
  }
  .descuento {
    font-size: 65px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 5px;
    font-size: 20px;
  }
  .boton_modulo button {
    width: 160px;
    height: 30px;
  }
  .boton_promocion button {
    width: 200px;
    height: 30px;
  }
  .regalo {
    left: 20px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 600px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0 80px 0;
  }
  .item {
    height: 400px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
/* 1280x720, 1280x768, 1280x800, 1280x960, 1280x1024 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 120px;
  }
  .item_menu img {
    width: 40px;
    margin-bottom: 5px;
  }
  .logo img {
    height: 100px;
  }
  .circulo {
    top: 10px;
    width: 160px;
    height: 160px;
  }
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 28px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 26px;
  }
  .banner {
    height: 600px;
  }
  .contenido_banner {
    margin: 5% 0 0 10%;
  }
  .banner_titulo {
    height: 300px;
    margin-bottom: 20px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 300px;
    height: 220px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 18px;
  }
  .texto_modulo {
    font-size: 15px;
  }
  .promocion {
    /* top: -50px; */
    height: 200px;
  }
  .descuento {
    font-size: 65px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 5px;
    font-size: 20px;
  }
  .boton_modulo button {
    width: 160px;
    height: 30px;
  }
  .boton_promocion button {
    width: 200px;
    height: 30px;
  }
  .regalo {
    left: 20px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 590px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0 80px 0;
  }
  .item {
    height: 400px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 100px;
  }
  .menu-pc {
    width: 70%;
  }
  .item_menu a {
    font-size: 13px;
  }
  .item_menu img {
    width: 30px;
    margin-bottom: 2px;
  }
  .logo img {
    height: 80px;
  }
  .circulo {
    top: 10px;
    width: 130px;
    height: 130px;
  }
  .medios-pc {
    width: 85%;
  }
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 18px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 16px;
  }
  .linea_redes {
    font-size: 12px;
  }
  .banner {
    height: 500px;
  }
  .contenido_banner {
    margin: 10% 0 0 7%;
  }
  .banner_titulo {
    margin-bottom: 15px;
  }
  .banner_titulo img {
    width: 340px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 240px;
    height: 220px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 16px;
  }
  .texto_modulo {
    font-size: 13px;
  }
  .promocion {
    /* top: -50px; */
    height: 130px;
  }
  .descuento {
    font-size: 50px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 2px;
    font-size: 16px;
  }
  .boton_modulo button {
    width: 140px;
    height: 25px;
  }
  .boton_promocion button {
    width: 160px;
    height: 25px;
    margin-left: 70px;
    padding-left: 35px;
    font-size: 12px;
  }
  .regalo {
    left: 5px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 465px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 80px 0;
  }
  .item {
    height: 400px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .titulo_promocion {
    margin-top: -40px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .menu-mobil {
    display: none;
  }
  .encabezado-pc {
    height: 100px;
  }
  .menu-pc {
    width: 90%;
  }
  .item_menu a {
    font-size: 13px;
  }
  .item_menu img {
    width: 30px;
    margin-bottom: 2px;
  }
  .logo img {
    height: 80px;
  }
  .circulo {
    top: 10px;
    width: 130px;
    height: 130px;
  }
  .modulos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .titulo_promocion {
    margin-top: -40px;
  }
  .medios-pc {
    width: 85%;
  }
  .item_medios {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 18px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 16px;
  }
  .linea_redes {
    font-size: 12px;
  }
  .banner {
    height: 500px;
  }
  .contenido_banner {
    margin: 10% 0 0 7%;
  }
  .banner_titulo {
    margin-bottom: 15px;
  }
  .banner_titulo img {
    width: 340px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .contenido_modulo {
    top: -80px;
    width: 60%;
    height: 150px;
    border-radius: 20px;
  }
  .titulo_modulo {
    font-size: 16px;
  }
  .texto_modulo {
    font-size: 13px;
  }
  .promocion {
    /* top: -50px; */
    height: 130px;
  }
  .descuento {
    font-size: 50px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 2px;
    font-size: 16px;
  }
  .boton_modulo button {
    width: 140px;
    height: 25px;
  }
  .boton_promocion button {
    width: 160px;
    height: 25px;
    margin-left: 20px;
    padding-left: 35px;
    font-size: 12px;
  }
  .regalo {
    left: 5px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 465px;
    width: 220px;
  }
  .contenido_caja_rapida {
    height: 50px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 80px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 80px 0;
  }
  .item {
    height: 400px;
    margin: 10px;
  }
  .producto_img {
    width: 80%;
    height: 250px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .card-video {
    width: 90%;
  }
  video{
    width: 100% ;
    height: auto;
  }
  .popup-video .boton-cerrar {
    top: -10px;
    right: -10px;
  }
  .card-buscador {
    width: 90%;
    padding: 10px;
  }
  .popup-buscador .boton-cerrar {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .encabezado-pc {
    height: 80px;
  }
  .logo {
    height: auto;
  }
  .logo img {
    height: 50px;
  }
  .circulo {
    display: none;
  }
  .linea_redes {
    display: none;
  }
  .medios-pc {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  /* grid iconos */
  .medios-pc .icon_wsp {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    justify-content: flex-end;
  }
  /* grid iconos */
  /* menu mobil */
  .izquierda {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
  }
  .menu-pc {
    display: none;
  }
  .menu-mobil img {
    width: 20px;
    margin-right: 5px;
  }
  .menu-mobil {
    width: 90%;
    display: flex;
    padding: 5px;
    position: relative;
    flex-direction: column;
  }
  .menu-mobil #btnMenu {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  .menu-mobil #btnTelefono {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menuMobil {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ffb347;
    border-radius: 5px;
    z-index: 20;
    padding: 10px 20px;
    top: calc(50% + 10px);
    box-shadow: rgb(60 64 67 / 30%) 0px 2px 3px 0px,
      rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  }
  #menuMobil .item_menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #menuMobil .item_menu {
    padding: 10px;
    border-bottom: 1px solid #40322c;
  }
  #menuMobil .item_menu:last-child {
    border: none;
  }

  /* ------- */
  #menuMobilTelefono {
    width: max-content;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ffb347;
    border-radius: 5px;
    z-index: 20;
    padding: 10px 20px;
    top: calc(100% + 10px);
    box-shadow: rgb(60 64 67 / 30%) 0px 2px 3px 0px,
      rgb(60 64 67 / 15%) 0px 1px 3px 1px;
      font-size: 15px;
  }
  #menuMobilTelefono .item_menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #menuMobilTelefono .item_menu {
    padding: 10px;
    border-bottom: 1px solid #40322c;
  }
  #menuMobilTelefono .item_menu:last-child {
    border: none;
  }
  /* ------- */
  .item_menu a p {
    display: inline-flex;
  }
  .menu-mobil span {
    display: flex;
    align-items: center;
  }
  /* menu mobil */
  .item_medios {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item_medios:first-child {
    display: none;
    border-right: 2px solid rgb(59, 59, 59);
    padding-right: 10px;
  }
  .item_medios img {
    width: 18px;
  }
  .item_medios a:last-child {
    margin-top: 5px;
  }
  .item_medios a:last-child img {
    width: 22px;
  }
  .linea_redes {
    font-size: 12px;
  }
  .banner {
    height: max-content;
  }
  .contenido_banner {
    margin: 15% 0 0 7%;
  }
  .banner_titulo {
    margin-bottom: 15px;
  }
  .banner_titulo img {
    width: 230px;
  }
  .buscador {
    width: 100%;
  }
  /* .buscador form {
    height: 30px;
  } */
  .modulos {
    flex-direction: column;
    align-items: center;
  }
  .contenido_modulo {
    margin-top: 20px;
    width: 90%;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .titulo_modulo {
    font-size: 16px;
  }
  .texto_modulo {
    font-size: 13px;
  }
  .promocion {
    flex-direction: column;
    height: 220px;
  }
  .titulo_promocion {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    color: #d6a742;
    text-align: center;
    margin-bottom: 30px;
  }
  .descuento {
    font-size: 50px;
  }
  .frase_descuento {
    width: 300px;
    margin-left: 2px;
    font-size: 16px;
  }
  .boton_modulo button {
    width: 140px;
    height: 25px;
  }
  .boton_promocion {
    display: flex;
    justify-content: center;
  }
  .boton_promocion button {
    width: 160px;
    height: 25px;
    font-size: 12px;
    margin-left: 0px;
  }
  .regalo {
    left: 5px;
    bottom: 5px;
  }
  .caja_rapida {
    top: 465px;
    width: 180px;
  }
  .contenido_caja_rapida {
    height: 40px;
    padding-right: 20px;
  }
  .cr_img {
    top: -15px;
  }
  .cr_img img {
    width: 50px;
  }
  .cr_texto {
    margin-left: 20px;
  }
  .titulo_cr {
    font-size: 20px;
    margin-bottom: -5px;
  }
  .productos_importe {
    font-size: 10px;
  }
  .boton_cr a {
    margin-top: 10px;
  }
  .boton_cr img {
    width: 20px;
    margin-right: 5px;
  }
  .linea {
    height: 5px;
  }
  .productos {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0 80px 0;
    justify-items: center;
  }
  .item {
    height: max-content;
    padding: 20px;
  }
  .item-productos {
    width: 100%;
  }
  .producto_img {
    width: 100%;
    height: 150px;
  }
  .producto_presentacion {
    top: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_precio {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .producto_stock {
    top: 130px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .card-video {
    width: 90%;
  }
  video{
    width: 100% ;
    height: auto;
  }
  .popup-video .boton-cerrar {
    top: -10px;
    right: -10px;
  }
  .card-buscador {
    width: 90%;
    padding: 10px;
  }
  .popup-buscador .boton-cerrar {
    top: 20px;
    right: 20px;
  }
}





