@import url("layaut.css");
@import url("colores.css");
.cajasocialespie {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cajasocialespie li {
  width: 25%;
}
.caja-beneficios {
  font-size: 16px;
}
.caja-beneficios h2 {
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
}
.caja-beneficios h3 {
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
  color: var(--blanco);
  margin: 0;
}
.caja-beneficios p {
  font-size: 1em;
  text-align: center;
  color: var(--blanco);
}
.conte-beneficios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.beneficios {
  width: 16.6%;
  padding: 0.6%;
}
.benef {
  min-height: 220px;
  padding: 20px 10px;
}
.benef i {
  display: block;
  font-size: 4em;
  color: var(--blanco);
  text-align: center;
}
.caja-piepagina {
  font-size: 16px;
  color: var(--blanco);
}
.caja-piepagina h2 {
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
}
.caja-piepagina h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 10px 0;
}
.enlacespie {
  margin: 0;
  padding: 0;
  list-style: none;
}
.enlacespie li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: var(--blanco);
}
.enlacespie li a:hover {
  text-decoration: underline;
}
.libro i {
  display: block;
  font-size: 4em;
  color: var(--blanco);
}
.logoblanco {
  width: 220px;
  height: auto;
  display: block;
}
.cajaseolinks p {
  text-align: center;
  margin: 0;
}
.cajaseolinks p span {
  font-weight: 600;
}
.cajaseolinks p a {
  color: var(--blanco);
  text-decoration: none;
}
.cajaseolinks p a:hover {
  text-decoration: underline;
}
.mediospagospie {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.medios {
  width: 15%;
  padding: 5px;
}
.medios img {
  width: 100%;
  height: auto;
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px) {
  .beneficios {
    width: 33.33%;
    padding: 0.6%;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px) {
  .cajasocialespie li {
    width: 50%;
  }
  .beneficios {
    width: 50%;
    padding: 0.6%;
  }
  .beneficios p {
    display: none;
  }
  .benef {
    min-height: auto;
  }
  .mediospagospie {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .medios {
    width: 25%;
  }
  .medios img {
    width: 100%;
    height: auto;
  }
  .caja-piepagina h3 {
    text-align: center;
  }
  .enlacespie li a {
    text-align: center;
  }
  .logoblanco {
    margin: auto;
  }
  .img-medios {
    display: block;
    margin: auto;
  }
  /*************************************************/
  .nproducts {
    height: auto;
    margin: 6px 0;
  }
  .stock {
    line-height: normal !important;
  }
  .c-preciolist {
    height: auto;
  }
  .nombreprods {
    padding: 0 5px 5px 5px;
  }
  #detallemarca img {
    width: 60%;
    height: auto;
  }
  .zonabaner {
    display: none;
  }
}
