@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("../plugins-jquery/fontello/css/atenaswellness.css");
@import url("coloresatenaswellness.css");
@import url("sistemas-grid.css");
/*
font-family: 'Roboto', sans-serif;
font-family: 'Bebas Neue', cursive;
*/
header,
section,
article,
nav,
footer,
aside,
figure,
img {
  display: block;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0px;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--negro);
  line-height: 20px;
  margin: 6px;
}
h1 {
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
  color: var(--negro);
  margin: 6px;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-family: "Bebas Neue", cursive;
  color: var(--negro);
  margin: 6px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-family: "Bebas Neue", cursive;
  color: var(--negro);
  margin: 6px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  color: var(--negro);
  margin: 6px;
  font-weight: normal;
}
a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--negro);
}
a img {
  border: none;
}
ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--negro);
}
input,
label,
select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--negro);
}
/***************************************************/
/********           ACEBECERA WEB           ********/
/***************************************************/
#cabecera {
  background: var(--celesteclaro);
  border-bottom: 4px solid var(--azuloscuro);
  position: relative;
  z-index: 15000;
}
#cabeceracentro {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 8px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#mmovil {
  display: none;
}
#cabeceracentro figure img {
  width: 120px;
  height: auto;
}
#menu {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
#menu a {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-left: 10px;
  color: var(--negro);
  font-weight: 600;
  position: relative;
}
#menu a:hover,
#menu a.activo {
  color: var(--celeste);
}
#menu a i {
  font-size: 20px;
}
#menu a.whats {
  color: var(--verde);
  font-size: 15px;
  font-weight: 600;
}
#menu a.whats i {
  font-size: 30px;
}
#menu a .numcar {
  width: 25px;
  height: 25px;
  display: block;
  background: var(--azulclaro);
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border-radius: 100px;
  position: absolute;
  top: -22px;
  left: 4px;
}
/***************************************************/
/********      ICONO REDES SOCIALES         ********/
/***************************************************/
.sociales {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 1000;
}
.sociales li a {
  width: 56px;
  height: 56px;
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  background: #3856a0;
  padding: 0 !important;
}
.sociales li a i {
  color: var(--blanco) !important;
}
.sociales li a.insta {
  background: #b14592;
}
/***************************************************/
/********      DISEÑO PARA CUERPO WEB       ********/
/***************************************************/
#banner {
  overflow: hidden;
}
.zonacentro {
  width: 100%;
  margin: auto;
}
.titulos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.titulos h2 {
  font-size: 40px;
}
.titulos div {
  width: 90px;
  height: 1px;
  background: #363636;
  margin: 0 10px;
}
.zonacentro {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.carrusel {
  padding: 0 0 30px 0;
}
.producto {
  padding: 10px;
}
.producto img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.producto h2 {
  text-align: center;
  font-size: 24px;
  margin: 10px 0 0 0;
}
.producto p {
  text-align: center;
  color: var(--grisoscuro);
  margin: 0;
}
.producto a.detalles {
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  max-width: 250px;
  margin: auto;
  text-align: center;
  background: var(--azuloscuro);
  color: var(--blanco);
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 20px;
  transition: all 0.5s;
}
.producto a.detalles:hover {
  background: var(--celeste);
}
.control-carrusel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 0;
}
.control-carrusel button {
  width: 50px;
  height: 50px;
  background: var(--celeste);
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--blanco);
  border-radius: 50px;
  font-size: 24px;
  margin-right: 6px;
  border: none;
  transition: all 0.5s;
}
.control-carrusel button:hover {
  background: var(--azuloscuro);
}
/***************************************************/
/********    DISEÑO PARA DONDE COMPRAR      ********/
/***************************************************/
#dondecomprar {
  min-height: 600px;
  background: url("../imagenes/fondo-comprar3.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
.titulosblanco {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.titulosblanco h2 {
  font-size: 40px;
  color: var(--blanco);
  text-align: center;
}
.titulosblanco div {
  width: 90px;
  height: 1px;
  background: var(--blanco);
  margin: 0 10px;
}
.icono {
  padding: 10px;
}
.icono i {
  width: 120px;
  height: 120px;
  display: block;
  background: var(--celeste);
  text-align: center;
  line-height: 120px;
  font-size: 60px;
  color: var(--blanco);
  margin: auto;
  border-radius: 100%;
}
.icono h3 {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--blanco);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.icono a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--blanco);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin: 6px;
}
#pieentrega {
  padding: 0 0 50px 0;
}
#pieentrega p {
  text-align: center;
  font-weight: 200;
  font-size: 24px;
  color: var(--blanco);
}
#pieentrega h2 {
  text-align: center;
  font-weight: 200;
  font-size: 24px;
  color: var(--blanco);
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 30px 6px 30px 6px;
}
#pieentrega ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
#pieentrega ul li {
  margin: 0 4px;
}
/***************************************************/
/********      DISEÑO PARA BLOG ATENAS      ********/
/***************************************************/
#zonablog {
  padding: 0 0 50px 0;
}
.fondogris {
  background: #e6e6e6;
}
#colnoticias {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#noticiaizq {
  width: 69%;
}
#noticiader {
  width: 29%;
}
.unanoticia {
  margin-bottom: 30px;
}
.unanoticia img {
  width: 100%;
  height: auto;
}
.unanoticia p {
  color: #9a9299;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.unanoticia h2 {
  font-size: 45px;
  color: #07192c;
  text-align: center;
  font-weight: normal;
  font-family: "Crete Round", serif;
}
.linknoticia:hover h2 {
  text-decoration: underline;
}
.dosnoticias {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.noticia {
  width: 49%;
  margin-bottom: 20px;
}
.noticia figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.noticia figure img {
  width: 100%;
  height: auto;
}
.noticia figure figcaption {
  width: 190px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: var(--celeste);
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.noticia p {
  color: #9a9299;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0 0;
}
.noticia h2 {
  font-size: 20px;
  color: #07192c;
  text-align: center;
  font-weight: normal;
  font-family: "Crete Round", serif;
}
.fecha {
  margin: 0 0 10px 0;
  color: #c3bcc2;
  font-size: 13px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

#cajatituazul {
  background: var(--azuloscuro);
  padding: 10px;
  margin-bottom: 20px;
}
#cajatituazul h2 {
  color: #fff;
  font-family: "Crete Round", serif;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
#cajatituazul a {
  width: 80%;
  display: block;
  margin: auto;
  background: var(--celeste);
  text-align: center;
  color: var(--blanco);
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
}
#cajatop {
  padding: 20px 0;
  border-top: 4px solid #15224d;
}
#cajatop h2 {
  font-family: "Crete Round", serif;
  color: #07192c;
  text-align: center;
  font-size: 30px;
  font-style: italic;
}
#cajalistader {
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 25px 20px;
}
.masleido {
  width: 150px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  color: #07192c;
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
}
.listanot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.listanot figure {
  width: 90px;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}
.listanot figure img {
  height: 90px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-25%);
}
.listanot figure span {
  width: 30px;
  height: 30px;
  background: #f7f6f6;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.listanot div {
  width: 70%;
  padding: 0 10px;
}
.listanot div p {
  color: #9a9299;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}
.listanot h2 {
  font-family: "Crete Round", serif;
  color: #07192c;
  font-size: 16px;
  font-weight: normal;
}
.listanot:hover h2 {
  text-decoration: underline;
}
#detallenoticias p {
  font-size: 14px;
  line-height: 26px;
  color: var(--grisoscuro);
  text-align: justify;
}
#detallenoticias h2 {
  font-family: "Roboto", sans-serif;
}
/***************************************************/
/********    DISEÑO PARA CONTACTO ATENAS    ********/
/***************************************************/
#zonacontacto {
  min-height: 600px;
  background: url("../imagenes/fondo-contacto.jpg") no-repeat center top;
  background-size: cover;
}
.iconocont {
  padding: 10px;
}
.iconocont i {
  width: 200px;
  height: 200px;
  display: block;
  background: #d290fc;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: var(--blanco);
  margin: auto;
  border-radius: 100%;
}
.iconocont i.amarillo {
  background: #ffe06a;
}
.iconocont h3 {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--blanco);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.iconocont a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--blanco);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 6px;
}
/***************************************************/
/********    DISEÑO PARA PIE DE PÁGINA      ********/
/***************************************************/
#piepagina {
  background: var(--negro);
  padding: 30px 0;
}
#piepagina h3 {
  color: var(--celeste);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
#piepagina p {
  color: var(--blanco);
}
#piepagina ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#piepagina li a {
  display: block;
  padding: 4px 0;
  color: var(--blanco);
}
#piepagina li a i {
  color: var(--celeste);
}
#piepagina li a:hover {
  color: var(--celeste);
}
.socialespie {
  display: flex;
  margin: 0 0 0 6px !important;
}
.socialespie li a {
  width: 56px;
  height: 56px;
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  background: #3856a0;
  padding: 0 !important;
}
.socialespie li a i {
  color: var(--blanco) !important;
}
.socialespie li a.insta {
  background: #b14592;
}
#textopie {
  background: var(--azuloscuro);
  padding: 5px 10px;
}
#textopie p {
  text-align: center;
  color: var(--blanco);
}
/***************************************************/
/********      DETALLE DE PRODUCTOS         ********/
/***************************************************/
#navegacioninterna {
  width: 100%;
  margin: auto;
  background: var(--azulclaro);
  padding: 10px 0;
}
#navegacioninterna ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#navegacioninterna ul li a {
  display: block;
  line-height: 26px;
  color: var(--blanco);
}
#navegacioninterna ul li a:hover {
  color: var(--celeste);
}
#navegacioninterna ul li a i {
  color: var(--celeste);
}
#zonanombreproducto {
  margin-bottom: 10px;
}
#zonanombreproducto h1 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
#zonanombreproducto section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#zonanombreproducto section p {
  line-height: 26px;
  display: block;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  margin: 0;
  color: var(--grisoscuro);
}
#zonanombreproducto section p:last-child {
  border-right: none;
}
.zonacentrodetalles {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 25px 0;
}
/******************************************************************/
/**********************      Calificacion       *******************/
/******************************************************************/
.calificacion {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.rate {
  width: 150px;
  text-align: left;
}
.rate:not(:checked) > input {
  position: absolute;
  /*top:-9999px;*/
  display: none;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  /*content: '★ ';*/
  content: "\2605";
}
.rate > input:checked ~ label,
.rate input[checked="checked"] ~ label {
  color: #005aa6;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #013562;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #013562;
}
.overall-rating {
  font-family: "Roboto", sans-serif;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #8e8d8d;
}
.statusMsg {
  font-size: 16px;
  padding: 10px !important;
  border: 1.5px dashed;
}
.statusMsg.errordiv {
  color: #ff4040;
}
.statusMsg.succdiv {
  color: #00bf6f;
}
/******************************************************************/
/******************************************************************/
#secciondetalle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#imgproducto {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
}
#detalleproducto {
  width: 50%;
  padding: 0 5%;
}
.navgaleria {
  width: 13%;
  display: flex;
  flex-direction: column;
}
#galeriaproductos {
  width: 85%;
}
#cajagaleria {
  border: 1px solid var(--blanco);
}
.navgaleria a {
  display: block;
  border: 1px solid var(--blanco);
  margin-bottom: 6px;
}
.navgaleria a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.navgaleria a:hover {
  border: 1px solid var(--azulclaro);
  border-radius: 6px;
}
#preciomarca {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.txtprecios {
  width: 60%;
}
.logomarca {
  width: 60%;
}
.logomarca img {
  width: 80%;
  height: auto;
  border: 1px solid var(--grisclaro);
}
.pprecio {
  font-size: 18px;
  color: var(--celeste);
  margin: 0 6px;
}
.pprecio span {
  font-size: 40px;
  font-weight: 600;
  color: var(--celeste);
}
.pnormal {
  font-size: 16px;
  font-weight: 600;
  color: var(--gris);
}
.nstock {
  font-size: 15px;
  font-weight: 500;
  color: var(--celeste);
}
#txtcaracteristicas {
  border-bottom: 1px solid var(--gris);
  padding: 10px 0;
}
#txtcaracteristicas h3 {
  color: var(--grisoscuro);
  margin: 15px 6px 6px 6px;
}
#txtcaracteristicas p {
  color: var(--grisoscuro);
}
#botonesdetalle {
  border-bottom: 1px solid var(--gris);
  padding: 10px 0;
}
#cajabotones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#botonesdetalle p {
  color: var(--grisoscuro);
}
.agregar,
.milista {
  display: block;
  padding: 10px;
  background: var(--azuloscuro);
  color: #fff;
  border: 2px solid var(--azuloscuro);
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.agregar i,
.milista i {
  font-size: 22px;
  margin-left: 5px;
}
.agregar:hover,
.milista:hover {
  border: 2px var(--celeste);
  background: var(--celeste);
  color: var(--blanco);
}
.milista .numcar {
  width: 25px;
  height: 25px;
  display: block;
  background: var(--azulclaro);
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.valores span {
  display: flex;
  flex-direction: row;
}
.cantidad {
  display: block;
  width: 60px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #cccccc;
  background: #ffffff;
}
#min {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}
#plus {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
#cajacompartir {
  border-bottom: 1px solid var(--gris);
  padding: 10px 0;
}
#cajacompartir h2 {
  font-size: 16px;
  font-weight: 600;
}
.despacho {
  display: flex;
  align-items: center;
}
.despacho i {
  font-size: 24px;
  margin-right: 10px;
}
.agregartodos {
  display: block;
  line-height: 45px;
  padding: 0 20px;
  background: var(--azulclaro);
  color: #fff;
  border: 2px solid var(--azulclaro);
  transition: all 0.5s;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
}
.agregartodos:hover {
  border: 2px solid #ccc;
  background: #ececec;
  color: var(--azulclaro);
}
#colvercaracteristica {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vercaracteristicas {
  display: block;
  background: var(--celeste);
  color: var(--blanco);
  text-align: center;
  font-weight: 600;
  padding: 12px 10px;
  margin: 10px 0 0 0;
  border: 2px solid var(--celeste);
}
.vercaracteristicas:hover {
  border: 2px solid var(--azuloscuro);
  background: var(--azuloscuro);
  color: var(--blanco);
}
.vercaracter2 {
  width: 49%;
}
.owl-carousel .owl-nav button.owl-prev {
  background: none;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  display: block;
  background-color: var(--celeste) !important;
  color: var(--blanco) !important;
  border-radius: 0;
}
.owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  display: block;
  background-color: var(--celeste) !important;
  color: var(--blanco) !important;
  border-radius: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--gris) !important;
  color: var(--blanco);
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 30px;
}
/***************************************************/
/********        CARRITO DE COMPRAS         ********/
/***************************************************/
#carritocompras {
  min-height: 600px;
  background: var(--fondocarrito);
}
#navegacioncarrito {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
#navegacioncarrito ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#navegacioncarrito li:first-child a {
  color: var(--azulclaro);
  border-right: 1px solid var(--grisclaro);
  font-weight: 600;
}
#navegacioncarrito li a {
  display: block;
  padding: 0 5px;
}
#botonesavance {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#botonesavance a {
  display: flex;
  color: var(--gris);
  align-items: center;
  padding: 0 60px 0 5px;
  background: url(../imagenes/linea.png) no-repeat right;
}
#botonesavance a:last-child {
  padding: 0 0 0 5px;
  background: none;
}
#botonesavance a.txtactivo {
  color: var(--negro);
  font-weight: 500;
  font-size: 14px;
}
#botonesavance a .circuloactivo {
  width: 40px;
  height: 40px;
  display: block;
  background: var(--azulclaro);
  color: var(--blanco);
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  margin-right: 5px;
}
#botonesavance a span {
  width: 26px;
  height: 26px;
  display: block;
  background: var(--grisclaro);
  color: var(--blanco);
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  margin-right: 5px;
}
.filacarrito {
  background: var(--blanco);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.imgcarrito {
  width: 13%;
  padding: 0 10px;
}
.datospro {
  width: 47%;
}
.txtcantprecio {
  width: 20%;
}
.txtprecionum {
  width: 15%;
}
.cajaborrar {
  width: 5%;
}
#fcarrito h2 {
  margin: 0;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
#fcarrito p {
  color: var(--gris);
  font-size: 14px;
  font-weight: 500;
}
#fcarrito p.pnormal {
  text-decoration: line-through;
}
#fcarrito p.stockactual {
  color: var(--celeste);
  font-size: 14px;
  font-weight: 500;
}
#fcarrito h3 {
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#fcarrito p.preciounit {
  font-size: 16px;
  font-weight: 600;
}
#fcarrito p.preciotot {
  font-size: 16px;
  font-weight: 600;
  color: var(--celeste);
}
.imgcarrito {
  position: relative;
}
.imgcarrito img {
  width: 80%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin: auto;
}
.imgcarrito span {
  width: 26px;
  height: 26px;
  display: block;
  background: var(--rojo);
  text-align: center;
  line-height: 26px;
  color: var(--blanco);
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: roboto;
  font-size: 13px;
}
.addplus {
  display: flex;
  flex-direction: row;
}
.rest,
.agre {
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid var(--grisclaro);
  text-align: center;
  line-height: 33px;
  border-radius: 6px;
  margin: 0 5px;
  cursor: pointer;
}
.cantcar {
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid var(--grisclaro);
  text-align: center;
  line-height: 33px;
  border-radius: 6px;
}
.titdat {
  display: block;
  line-height: 35px;
  font-size: 15px;
}
.cajaborrar a {
  font-size: 30px;
  color: var(--celeste);
  transition: all 0.5s;
}
.cajaborrar a:hover {
  color: var(--azulclaro);
}
.filatotales {
  background: var(--blanco);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.cajacupon {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cupon {
  width: 100%;
  max-width: 350px;
  height: 50px;
  border: 1px solid var(--grisclaro);
  line-height: 48px;
  padding: 0 10px;
  background: var(--blanco);
  border-radius: 10px;
  margin-right: 10px;
}
.cajacupon a {
  width: 26px;
  height: 26px;
  display: block;
  background: var(--gris);
  line-height: 26px;
  text-align: center;
  color: var(--blanco);
  border-radius: 50px;
  transition: all 0.5s;
}
.cajacupon a:hover {
  background: var(--azulclaro);
}
.subrayado {
  border-bottom: 1px solid var(--grisclaro);
  padding: 5px 0;
}
.cajaresumen {
  background: var(--blanco);
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.resumen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.txtresumen {
  width: 33.3%;
}
.cajalugares {
  width: 33.3%;
}
.bcontinuar {
  width: 33.3%;
}
.cajaresumen h2 {
  margin: 10px 6px !important;
}
#cod_tienda {
  display: block;
  border: 1px solid var(--grisclaro);
  color: var(--gris);
  padding: 5px 15px;
  margin-bottom: 6px;
}
.cajalugares a {
  width: 205px;
  display: block;
  padding: 10px;
  background: var(--azulclaro);
  color: var(--blanco);
  border-radius: 6px;
  text-align: center;
  transition: all 0.5s;
}
.cajalugares a:hover {
  background: var(--gris);
}
#bcomprar {
  width: 300px;
  height: 60px;
  display: block;
  background: var(--azuloscuro);
  text-align: center;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 60px;
  border: none;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
#bcomprar:hover {
  background: var(--celeste);
}
.bcontinuar a {
  display: block;
  padding: 10px 0;
  width: 300px;
  color: var(--gris);
  text-align: center;
  border-bottom: 2px dotted var(--gris);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.bcontinuar a:hover {
  color: var(--azulclaro);
}
.cajafonocompras {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0;
}
.cajafonocompras p {
  color: var(--gris);
  font-weight: 500;
  font-size: 15px;
}
.cajafonocompras ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  color: var(--gris);
}
.cajafonocompras ul li {
  margin-right: 6px;
}
.cajafonocompras ul li a img {
  width: 60px;
  height: auto;
}
/***************************************************/
/********    DISEÑO INGRESO REGISTRO        ********/
/***************************************************/
#cajablanca {
  background: var(--blanco);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 300px;
}
.titulofondogris {
  margin: 30px 0;
  font-weight: 600;
  padding: 0 6px;
  font-family: "Roboto", sans-serif;
}
#zonaformularios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#fingreso {
  width: 50%;
  border-right: 1px solid var(--grisclaro);
  padding: 5%;
}
#fregistro {
  width: 50%;
  padding: 5%;
}
.ingfacebook {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grisclaro);
}
.ingfacebook img {
  display: block;
  margin: auto;
}
#zonaformularios h2 {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
#zonaformularios h3 {
  display: block;
  padding: 10px 0 30px 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.campos {
  width: 100%;
  height: 45px;
  border: 1px solid var(--grisclaro);
  border-radius: 6px;
  line-height: 43px;
  padding: 0 10px;
  margin-bottom: 6px;
}
.comentarios {
  width: 100%;
  height: 200px;
  border: 1px solid var(--grisclaro);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 6px;
}
.selecciones {
  height: 45px;
  border: 1px solid var(--grisclaro);
  border-radius: 6px;
  line-height: 43px;
  padding: 0 10px;
  margin-bottom: 6px;
}
#zonaformularios p {
  font-weight: 500;
}
.btsingreso {
  width: 160px;
  height: 60px;
  display: block;
  margin: 30px auto;
  background: var(--azuloscuro);
  text-align: center;
  line-height: 60px;
  border-radius: 6px;
  border: none;
  color: var(--blanco);
  cursor: pointer;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.btsingreso:hover {
  background: var(--celeste);
}
.olvcontra {
  width: 180px;
  padding: 30px 0;
  display: block;
  margin: auto;
  font-size: 16px;
  border-bottom: 2px dotted var(--gris);
  text-align: center;
}
.olvcontra:hover {
  color: var(--azulclaro);
}
.condiciones a {
  font-size: 16px;
  color: var(--azulclaro);
}
.condiciones a:hover {
  text-decoration: underline;
}
#resultado {
  background: var(--azulclaro);
  border-radius: 6px;
  padding: 15px 10px;
  margin: 6px;
}
#resultado p {
  color: white;
  text-align: center !important;
  font-size: 18px;
  font-weight: 600;
}
#resultadoing {
  background: var(--azulclaro);
  border-radius: 6px;
  padding: 10px;
  margin: 30px 0;
}
#resultadoing p {
  color: white;
  text-align: center;
}
/***************************************************/
/********      DISEÑO PARA CONTACTENOS      ********/
/***************************************************/
#zonacontactenos {
  width: 80%;
  margin: auto;
  padding: 2% 0;
}
.titulocontact h2 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
.titulocontact p {
  text-align: center;
}
.cajatelfwhats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid var(--grisclaro);
  margin-bottom: 40px;
}
.c-whatsapp,
.c-fonocompras {
  width: 100%;
  max-width: 360px;
  height: 130px;
  background: var(--verde);
  margin: 0 1%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 2% 4%;
}
.c-fonocompras {
  background: var(--azulclaro);
}
.c-whatsapp i,
.c-fonocompras i {
  display: block;
  font-size: 100px;
  color: var(--blanco);
  margin-right: 20px;
}
.c-whatsapp h3,
.c-fonocompras h3 {
  color: var(--blanco);
  font-weight: 600;
  margin: 6px 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.c-whatsapp a,
.c-fonocompras a {
  display: block;
  color: var(--blanco);
  padding: 4px 0;
  font-weight: 600;
}
.c-whatsapp a:hover,
.c-fonocompras a:hover {
  text-decoration: underline;
}
.tit-ubica-hora {
  font-weight: 600;
  font-size: 22px;
}
#fcontacto h3 {
  font-weight: 600;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#freclamos h3 {
  padding: 0 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.cajatextos h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.cajatextos p {
  line-height: 24px;
  color: var(--grisoscuro);
  text-align: justify;
}
/***************************************************/
/********        OLVIDO CONTRASEÑA          ********/
/***************************************************/
#folvido {
  width: 60%;
  margin: auto;
  padding: 3% 0;
}
.bolsavacia {
  padding: 100px 0;
}
.bolsavacia i {
  display: block;
  margin: auto;
  font-size: 80px;
  text-align: center;
  color: var(--grisclaro);
}
.bolsavacia h4 {
  text-align: center;
  color: var(--gris);
  font-family: "Roboto", sans-serif;
}
.bolsavacia a {
  display: block;
  width: 240px;
  text-align: center;
  border-bottom: 1px dashed var(--gris);
  border-top: 1px dashed var(--gris);
  padding: 10px 0;
  margin: 20px auto;
  color: var(--gris);
  font-size: 16px;
  font-weight: 600;
}
.bolsavacia a:hover {
  color: var(--azulclaro);
}
/***************************************************/
/********     DISEÑO PARA ZONA DESPACHO     ********/
/***************************************************/
#cajadespacho {
  min-height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#datosrecojo {
  width: 63%;
  background: var(--blanco);
  padding: 3%;
}
#resumencompra {
  width: 35%;
  background: var(--blanco);
  padding: 3% 2%;
}
#cajadespacho h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.filaresumen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filaresumen span {
  color: var(--gris);
}
.preresumen {
  color: var(--rojo);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.preresumengris {
  color: var(--gris);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.rotgris {
  color: var(--gris);
  font-size: 14px;
  font-weight: 600;
}
.fprores {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--grisclaro);
  padding: 5px 0;
}
.fprores figure {
  width: 25%;
  padding-right: 5px;
}
.dtares {
  width: 75%;
  padding: 3px 0;
}
.fprores figure img {
  width: 100%;
  height: auto;
}
.dtares h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.dtares p {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--gris);
  margin: 0;
}
.dtaizq {
  width: 50%;
  display: block;
}
.dtader {
  width: 50%;
  display: block;
  text-align: right;
}

.filafdespa {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filafdespa div {
  width: 33%;
}
#bdespacho {
  width: 100%;
  height: 60px;
  background: var(--rojo);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s;
  margin: 30px 0;
}
#bdespacho:hover {
  background: var(--gris);
}
#retirotienda {
}
.filatienda {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.filatienda div {
  width: 33.33%;
  border-right: 1px solid var(--grisclaro);
  padding: 1% 0;
}
.filatienda div:last-child {
  border: none;
}
.filatienda h3 {
  color: var(--azulclaro);
  font-size: 16px;
  font-weight: 500;
}
.filatienda h4 {
  color: #ffb044;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.vermapa {
  width: 85%;
  margin: auto;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  color: var(--blanco);
  background: var(--azulclaro);
  transition: all 0.5s;
  text-align: center;
}
.vermapa:hover {
  background: var(--azuloscuro);
}
.vercentro {
  margin: 10px auto;
  text-align: center;
}
.colorwhatsapp {
  color: #2cd24a !important;
  font-weight: 600 !important;
}
.colorwhatsapp i {
  font-size: 18px;
}
.selec {
  width: 90%;
  height: 50px;
  border: 2px solid var(--grisclaro);
  display: block;
  margin: auto;
  line-height: 46px;
  text-align: center;
  color: var(--gris);
  border-radius: 6px;
  transition: all 0.5s;
}
.selec:hover {
  border: 2px solid var(--azulclaro);
}
.filatienda label {
  width: 230px;
  display: block;
  margin: auto;
  cursor: pointer;
  color: var(--gris);
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid var(--grisclaro);
}
.filatienda label:hover {
  border: 2px solid var(--azulclaro);
}
.filatienda label:before {
  display: none;
}
.filatienda input[type="radio"] {
  display: none;
}
.filatienda input[type="radio"]:checked + label:before {
  display: none;
}
.filatienda input[type="radio"]:checked + label {
  padding: 10px;
  background: var(--azulclaro);
  border: 2px solid var(--azulclaro);
  border-radius: 6px;
  color: #fff;
}
.continuarcompra {
  width: 100%;
  margin-top: 30px;
}
.continuarcompra .bopciones {
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: auto;
  color: var(--gris);
  text-align: center;
  border-bottom: 2px dotted var(--gris);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.continuarcompra .bopciones:hover {
  color: var(--azulclaro);
}
.condiciones a {
  font-size: 14px;
}
#btncontinuar {
  width: 100%;
  height: 60px;
  display: block;
  background: var(--azuloscuro);
  text-align: center;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 60px;
  border: none;
  margin: 15px auto;
  cursor: pointer;
  transition: all 0.5s;
}
#btnpagarahora {
  width: 100%;
  height: 60px;
  display: block;
  background: var(--celeste);
  text-align: center;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 60px;
  border: none;
  margin: 15px auto;
  cursor: pointer;
  transition: all 0.5s;
}
#vermastiendas {
  margin: 20px auto;
}
.mastiendas {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: 2px solid var(--grisclaro);
  display: block;
  margin: auto;
  line-height: 46px;
  text-align: center;
  color: var(--gris);
  border-radius: 6px;
  transition: all 0.5s;
}
.mastiendas:hover {
  border: 2px solid var(--azulclaro);
}
.filaradio label {
  width: 100%;
  display: block;
  border: 1px solid var(--grisclaro);
  border-radius: 6px;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  background: var(--blanco);
  color: #787878;
}
.filaradio label:hover {
  border: 1px solid var(--grisclaro);
}
.filaradio label:before {
  display: none;
}
.filaradio input[type="radio"] {
  display: none;
}
.filaradio input[type="radio"]:checked + label:before {
  display: none;
}
.filaradio input[type="radio"]:checked + label {
  background: var(--azulclaro);
  border: 2px solid var(--azulclaro);
  border-radius: 6px;
  color: #fff;
}
#comodeseapagar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comodeseapagar label {
  width: 49%;
  display: block;
  border: 1px solid var(--grisclaro);
  border-radius: 6px;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  background: var(--blanco);
  color: var(--negro);
  text-align: center;
  cursor: pointer;
}
#comodeseapagar label:hover {
  border: 1px solid var(--grisclaro);
  color: var(--azulclaro);
}
#comodeseapagar label:before {
  display: none;
}
#comodeseapagar input[type="radio"] {
  display: none;
}
#comodeseapagar input[type="radio"]:checked + label:before {
  display: none;
}
#comodeseapagar input[type="radio"]:checked + label {
  background: var(--azulclaro);
  border: 2px solid var(--azulclaro);
  border-radius: 6px;
  color: #fff;
}
.dosfidespa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dosfidespa p {
  width: 100%;
  display: block;
}
.dosfidespa h2 {
  width: 100%;
  display: block;
}
.dosfidespa input {
  width: 49%;
}
/***************************************************/
/**************   DISEÑO GRACIAS     ***************/
/***************************************************/
.tablagracias {
  width: 100%;
  border-collapse: collapse;
}
.tablagracias th {
  background: #003f86;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  padding: 10px 6px;
}
.tablagracias td,
th {
  padding: 6px;
  border: 1px solid #003f86;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #333;
}
.tablagraciassb {
  width: 100%;
  border-collapse: collapse;
}
.tablagraciassb th {
  background: #003f86;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 10px 6px;
}
.tablagraciassb td,
th {
  padding: 6px;
  border: none;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #333;
}
#zonablancagracias {
  background: white;
  width: 100%;
  display: block;
  border-radius: 6px;
  padding: 1% 3%;
  margin-bottom: 15px;
}
.txtder {
  text-align: right;
}
.txtcen {
  text-align: center;
}
.otracompra {
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: auto;
  color: var(--gris);
  text-align: center;
  border-bottom: 2px dotted var(--gris);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.otracompra:hover {
  color: var(--azulclaro);
}
#bimprimir {
  width: 100%;
  height: 60px;
  display: block;
  background: var(--azulclaro);
  text-align: center;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 60px;
  border: none;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
#bimprimir:hover {
  background: var(--gris);
}
/***************************************************/
/********    DISEÑO PARA ACTIVAR CUENTA     ********/
/***************************************************/
#cajablancactivar {
  background: white;
  padding: 5% 0;
}
#cajactivar {
  width: 95%;
  max-width: 900px;
  margin: auto;
  background: var(--azulclaro);
  padding: 3% 2%;
  border-radius: 10px;
}
#cajactivar h2 {
  color: white;
  font-family: "Roboto", sans-serif;
}
#cajactivar p {
  color: white;
}
/***************************************************/
/********      DISEÑO PARA NOSOTROS         ********/
/***************************************************/
#bannercontenidos {
  width: 100%;
}
#bannercontenidos img {
  width: 100%;
  height: auto;
  display: block;
}
.imgcont {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px) {
  /***********************************************/
  /********      DETALLE DE PRODUCTOS     ********/
  /***********************************************/
  #navegacioninterna ul {
    width: 90%;
    margin: auto;
  }
  #zonanombreproducto {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  #secciondetalle {
    width: 90%;
    margin: auto;
  }
  #imgproducto {
    width: 100%;
    margin-bottom: 30px;
  }
  #detalleproducto {
    width: 100%;
    padding: 5% 0;
    margin-bottom: 30px;
  }
  .complemento {
    width: 33.33%;
    padding: 5%;
  }
  /***********************************************/
  /********     DISEÑO PARA ZONA DESPACHO     ****/
  /***********************************************/
  #datosrecojo {
    width: 97%;
    margin: auto;
  }
  #resumencompra {
    width: 97%;
    margin: auto;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px) {
  /***********************************************/
  /********        ACEBECERA WEB          ********/
  /***********************************************/
  #cabeceracentro {
    padding: 8px 10px;
    position: relative;
  }
  #mmovil {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #0c2075;
    font-size: 30px;
    cursor: pointer;
  }
  #cabeceracentro figure img {
    width: 100px;
    height: auto;
  }
  #menu {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 100%;
    background: #254a8e;
    padding: 10px 20px;
    z-index: 10000;
    transition: all 0.5s;
  }
  #menu a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 15px 0;
    color: var(--blanco);
    border-bottom: 1px solid #2d589b;
  }
  #menu a:last-child {
    border-bottom: none;
  }
  #menu a i {
    display: none;
  }
  #menu a.whats {
    color: var(--celeste);
    font-size: 16px;
  }
  .sociales {
    display: none;
  }
  /***************************************************/
  /********        CARRITO DE COMPRAS         ********/
  /***************************************************/
  #navegacioncarrito {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #navegacioncarrito ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  #navegacioncarrito li a {
    display: block;
    padding: 0 5px;
    cursor: pointer;
  }
  #navegacioncarrito li a:hover {
    color: var(--azulclaro);
    border-left: 1px solid var(--grisclaro);
    border-right: 1px solid var(--grisclaro);
  }
  .activoletra {
    color: var(--azulclaro);
    border-left: 1px solid var(--grisclaro);
    border-right: 1px solid var(--grisclaro);
    font-weight: 600;
  }
  #botonesavance {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 10px 0 0;
  }
  #fcarrito h2 {
    padding: 0 6px;
  }
  .filacarrito {
    width: 97%;
    margin: 0 auto 15px auto;
    justify-content: space-between;
  }
  .imgcarrito {
    display: none;
  }
  .datospro {
    width: 60%;
  }
  .txtcantprecio {
    width: 115px;
  }
  .txtprecionum {
    width: 115px;
  }
  .cajaborrar {
    width: 30px;
  }
  #fcarrito h2 {
    margin: 30px 0;
    font-weight: 600;
  }
  #fcarrito p {
    color: var(--gris);
    font-size: 13px;
    font-weight: 500;
  }
  #fcarrito h3 {
    font-weight: 600;
    font-size: 13px;
  }
  #fcarrito p.preciounit {
    font-size: 14px;
  }
  #fcarrito p.preciotot {
    font-size: 14px;
  }
  .titdat {
    font-size: 14px;
  }
  .filatotales {
    width: 97%;
    margin: 0 auto 15px auto;
  }
  .cajacupon {
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cajaresumen {
    width: 97%;
    margin: 0 auto 15px auto;
  }
  .resumen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .txtresumen {
    display: none;
  }
  .cajalugares {
    display: none;
  }
  .bcontinuar {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  #bcomprar {
    width: 250px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .bcontinuar a {
    width: 250px;
    font-size: 14px;
  }
  .cajafonocompras {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .cajafonocompras p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .cajafonocompras ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gris);
  }
  /***************************************************/
  /********    DISEÑO INGRESO REGISTRO        ********/
  /***************************************************/
  #cajablanca {
    width: 97%;
    margin: 0 auto 15px auto;
    padding: 15px;
  }
  #fingreso {
    width: 100%;
    border-right: none;
    padding: 2%;
  }
  #fregistro {
    width: 100%;
    padding: 2%;
  }
  .titulofondogris {
    font-size: 17px;
  }
  /***************************************************/
  /********      DISEÑO PARA CONTACTENOS      ********/
  /***************************************************/
  #zonacontactenos {
    width: 90%;
    margin: auto;
    padding: 2% 0;
  }
  .c-whatsapp,
  .c-fonocompras {
    margin-bottom: 15px;
  }
  /***************************************************/
  /********     DISEÑO PARA ZONA DESPACHO     ********/
  /***************************************************/
  .filaresumen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .filaresumen span {
    color: var(--gris);
  }
  .preresumen {
    color: var(--rojo);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
  }
  .preresumengris {
    color: var(--gris);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
  }
  .rotgris {
    color: var(--gris);
    font-size: 14px;
    font-weight: 600;
  }
  .fprores {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--grisclaro);
    padding: 5px 0;
  }
  .fprores figure {
    display: none;
  }
  .dtares {
    width: 100%;
    padding: 3px 0;
  }
  .fprores figure img {
    width: 100%;
    height: auto;
  }
  .dtares h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
  }
  .dtares p {
    width: 98%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--gris);
    margin: 0;
  }
  .dtaizq {
    width: 50%;
    display: block;
  }
  .dtader {
    width: 50%;
    display: block;
    text-align: right;
  }

  .filafdespa {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .filafdespa div {
    width: 100%;
  }
  #bdespacho {
    width: 100%;
    height: 60px;
    background: var(--rojo);
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s;
    margin: 30px 0;
  }
  #bdespacho:hover {
    background: var(--gris);
  }
  .dosfidespa input {
    width: 100%;
    margin-bottom: 6px;
  }
  /***********************************************************/
  /**********************    DISEÑO BLOG    ******************/
  /***********************************************************/
  #noticiaizq {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  }
  #noticiader {
    width: 90%;
    margin: auto;
  }
  .noticia {
    width: 49%;
    margin-bottom: 20px;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 600       ********/
/***************************************************/
@media only screen and (max-width: 600px) {
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px) {
  /***************************************************/
  /********      DISEÑO PARA CUERPO WEB       ********/
  /***************************************************/
  .titulos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  .titulos h2 {
    font-size: 26px;
  }
  .titulos div {
    width: 60px;
    margin: 0 5px;
  }
  .producto {
    padding: 20px;
  }
  .producto h2 {
    font-size: 20px;
  }
  /***************************************************/
  /********    DISEÑO PARA DONDE COMPRAR      ********/
  /***************************************************/
  .titulosblanco {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  .titulosblanco h2 {
    font-size: 26px;
  }
  .titulosblanco div {
    width: 60px;
    margin: 0 5px;
  }
  .icono {
    padding: 10px;
  }
  .icono h3 {
    font-size: 16px;
  }
  #pieentrega {
    padding: 0 0 50px 0;
  }
  #pieentrega p {
    font-weight: 300;
    font-size: 20px;
  }
  #pieentrega h2 {
    font-size: 20px;
  }
  #pieentrega ul li img {
    width: 80px;
    height: auto;
    display: block;
  }
  /***************************************************/
  /********    DISEÑO PARA PIE DE PÁGINA      ********/
  /***************************************************/
  #piepagina h3 {
    font-size: 18px;
  }
  /***************************************************/
  /********      DETALLE DE PRODUCTOS         ********/
  /***************************************************/
  #navegacioninterna ul {
    width: 95%;
  }
  #zonanombreproducto {
    width: 95%;
  }
  #secciondetalle {
    width: 95%;
  }
  #imgproducto {
    margin-bottom: 10px;
  }
  .navgaleria {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #galeriaproductos {
    width: 100%;
  }
  .navgaleria a {
    width: 24%;
    margin-bottom: 0;
  }
  #zonanombreproducto h1 {
    font-size: 16px;
  }
  #zonanombreproducto section p {
    border-right: none;
    padding: 0 10px;
  }
  .pprecio span {
    font-size: 24px;
  }
  #txtcaracteristicas {
    column-count: 1;
  }
  #cajabotones {
    flex-wrap: wrap;
  }
  #cajabotones div {
    width: 100%;
  }
  .agregar,
  .milista {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
    cursor: pointer;
  }
  .valores {
    margin: 6px 0 15px 0;
  }
  .cantidad {
    width: 50%;
    height: 50px;
    line-height: 48px;
  }
  #min {
    display: block;
    width: 25%;
    height: 50px;
    line-height: 48px;
  }
  #plus {
    display: block;
    width: 25%;
    height: 50px;
    line-height: 48px;
  }
  #cajadisponibilidad div {
    column-count: 1;
  }
  .complemento {
    width: 100%;
    padding: 8%;
  }
  #galeriaproductos {
    padding: 15px 0;
  }
  .vercaracter2 {
    width: 100%;
  }
  /***************************************************/
  /********        CARRITO DE COMPRAS         ********/
  /***************************************************/
  .datospro {
    width: 100%;
  }
  .cajacupon {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  /***************************************************/
  /********     DISEÑO PARA ZONA DESPACHO     ********/
  /***************************************************/
  .filatienda div {
    width: 100%;
  }
  .filatienda h3 {
    text-align: center;
  }
  .filatienda div {
    border: none;
  }
  .filatienda div p {
    text-align: center;
  }
  .filatienda div a {
    text-align: center;
  }
  .vermapa {
    width: 90%;
  }
  /***********************************************************/
  /********************** CONTENIDO HOME  ********************/
  /***********************************************************/
  .noticia {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
  }
  .unanoticia h2 {
    font-size: 26px;
  }
  /***********************************************************/
  /**********************    DISEÑO BLOG    ******************/
  /***********************************************************/
  #noticiasmovil {
    display: none;
  }
  .titulomasleidos {
    display: none;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 360       ********/
/***************************************************/
@media only screen and (max-width: 360px) {
}
