:root {
  --rosa: #eb6ab4;
  --rojo: #e73425;
  --azul: #36b2ea;
  --verde: #82ce6c;
  --cafe: #cc6e2d;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/*Globales*/
img {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  display: block;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}

/*Utilidades*/
.banner-desk {
  display: none !important;
}
.contenedor-sn {
  width: 100%;
  margin: 0 auto;
}
.contenedor-txt-sn {
  width: 98%;
  margin: 2% auto;
  background-color: var(--rojo);
}
.contenedor-txt-sn p {
  padding: 2%;
  color: #ffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.7em;
}
.banner-footer-sn {
  width: 99%;
  margin: 2% auto;
}
@media (min-width: 330px) {
  .contenedor-txt-sn p {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .contenedor-txt-sn p {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  .contenedor-txt-sn p {
    font-size: 1.2em;
  }
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .contenedor-txt-sn {
    width: 98%;
    margin: 1% auto;
  }
  .contenedor-txt-sn p {
    font-size: 1.1em;
  }
  .banner-footer-sn {
    margin: 1% auto;
  }
}
@media (min-width: 900px) {
  .contenedor-txt-sn p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .contenedor-txt-sn p {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  .contenedor-txt-sn p {
    font-size: 1.4em;
  }
}
/*Banner Principal*/
.banner-principal-sn {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-principal-sn h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 0.7em;
  position: absolute;
  top: 10%;
  right: 5%;
}
.banner-principal-sn h2 span {
  display: block;
}
@media (min-width: 330px) {
  .banner-principal-sn h2 {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .banner-principal-sn h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  .banner-principal-sn h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 780px) {
  .banner-principal-sn h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 900px) {
  .banner-principal-sn h2 {
    font-size: 1.7em;
    top: 15%;
    right: 8%;
  }
}
@media (min-width: 1200px) {
  .banner-principal-sn h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1400px) {
  .banner-principal-sn h2 {
    font-size: 2.3em;
  }
}
/**Sección categorías**/
.contenido-categos-section-sn {
  width: 98%;
  margin: 1% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catego-section-sn {
  flex: 0 0 calc(50% - 0.25em);
  margin: 0.25% 0;
}
.catego-section-sn a {
  display: block;
  position: relative;
}
.catego-section-sn a h3 {
  position: absolute;
  width: 90%;
  padding: 0.5%;
  text-align: center;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  font-weight: 600;
}
.blanco-sn a h3 {
  color: #ffff;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -2%);
}
.negro-sn a h3 {
  color: black;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -2%);
}
@media (min-width: 330px) {
  .catego-section-sn a h3 {
    font-size: 1em;
  }
}
@media (min-width: 448px) {
  .catego-section-sn a h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  .catego-section-sn a h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 780px) {
  .catego-section-sn {
    flex: 0 0 calc(25% - 0.5em);
    margin: 0.25% 0;
  }
  .catego-section-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .catego-section-sn a h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  .catego-section-sn a h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .catego-section-sn a h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  .catego-section-sn a h3 {
    font-size: 1.5em;
  }
}
/**Otras Categorias**/
.contenido-otras-categos-sn {
  width: 98%;
  margin: 1% auto;
}
.otras-50-sn {
  display: flex;
  justify-content: space-between;
}
.otra-catego-sn {
  flex: 0 0 calc(50% - 0.25em);
  margin: 0.5% 0;
}
.otra-catego-sn a,
.otra-catego-grande-sn a {
  display: block;
  position: relative;
}
.otra-catego-sn a h3 {
  position: absolute;
  width: 90%;
  padding: 0.5%;
  text-align: center;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  color: black;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -2%);
}
.otra-catego-grande-sn a h3 {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95em;
  font-weight: 600;
  color: black;
  top: 38%;
  left: 8%;
}
@media (min-width: 330px) {
  .otra-catego-sn a h3 {
    font-size: 1em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 448px) {
  .otra-catego-sn a h3 {
    font-size: 1.2em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 600px) {
  .otra-catego-sn a h3 {
    font-size: 1.4em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 780px) {
  .contenido-otras-categos-sn {
    display: flex;
    justify-content: space-between;
  }
  .otras-categos-sn {
    flex: 0 0 calc(50% - 0.25em);
  }
  .otra-catego-sn a:hover,
  .otra-catego-grande-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .otra-catego-sn a h3 {
    font-size: 0.9em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1em;
  }
}
@media (min-width: 900px) {
  .otras-categos-sn {
    flex: 0 0 calc(50% - 0.3em);
  }
  .otra-catego-sn {
    flex: 0 0 calc(50% - 0.3em);
    margin: 0.8% 0;
  }
  .otra-catego-sn a h3 {
    font-size: 1.1em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .otra-catego-sn a h3 {
    font-size: 1.3em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.45em;
  }
}
@media (min-width: 1400px) {
  .otra-catego-sn a h3 {
    font-size: 1.5em;
  }
  .otra-catego-grande-sn a h3 {
    font-size: 1.65em;
  }
}
/*Titulo Productos*/
.contenedor-productos-titulo {
  width: 98%;
  margin: 15px auto;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}
.contenedor-productos-titulo h2 {
  margin: 25px 0;
  font-size: 1.6em;
}
@media (min-width: 330px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 448px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.3em;
  }
}
@media (min-width: 600px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 780px) {
  .contenedor-productos-titulo {
    width: 97%;
  }
  .contenedor-productos-titulo h2 {
    margin: 40px 0;
    font-size: 2.1em;
  }
}
@media (min-width: 900px) {
  .contenedor-productos-titulo {
    width: 95%;
  }
  .contenedor-productos-titulo h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .contenedor-productos-titulo {
    width: 92%;
    margin: 30px auto;
  }
  .contenedor-productos-titulo h2 {
    font-size: 3.1em;
  }
}
/*Descuento en producto*/
.contenedor-productos-google-sheet {
  box-sizing: content-box !important;
  margin-top: 5px;
  border: 0px;
}
.tarjeta-producto-pagos .discount {
  background-image: none !important;
  border-radius: 50%;
  font-weight: bold;
  padding: 17px 5px 17px;
  background: #eb1d2a;
}

@media (max-width: 1240px) {
  .tarjeta-producto-pagos .discount {
    padding: 15px 2px 15px 3px;
  }
}
@media (max-width: 600px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 3px 12px;
  }
}
@media (max-width: 400px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 1px 12px;
  }
}
@media (max-width: 330px) {
  .tarjeta-producto-pagos .discount {
    padding: 11px 1px 11px;
  }
}
