img {
  width: 100%;
}
.categoria-frio {
  width: 24%;
  margin: 5px auto;
  display: flex;
}
.contenedor-categorias-frio {
  width: 99%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.fondo-copos {
  width: 100%;
  margin: auto;
  background-image: url(/c/spring-colors/img/fondo/FONFO-FLORES.webp) !important;
  animation: move-twink-back 150s linear infinite;
  background-size: 100%;
}
.categoria-frio-texto {
  position: absolute;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 4%;
  margin-left: 1%;
  line-height: 1.2;
}
.titulo-bajo-esp {
  margin-top: 90% !important;
}
.catego-de-descuento {
  font-size: 50%;
}
.banner-mobile {
  display: none;
}
.texto-carrusel {
  color: #fc993f;
}
.imagen-carrusel img {
  border: 1px solid #cec926;
}
.carosel-categos {
  width: 95%;
  margin: 2% auto;
  padding: 10px 0;
}
.carosel-nav-right-categos {
  right: 3px;
}
.contenedor-productos-google-sheet {
  margin-top: 0;
}
.tarjeta-producto-pagos .discount {
  background: #cec926;
}
@media (max-width: 1240px) {
  .categoria-frio-texto {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .categoria-frio-texto {
    font-size: 1.3rem;
  }
}
@media (max-width: 780px) {
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .carosel-nav {
    display: none !important;
  }
  .categoria-frio {
    width: 48%;
  }
  .categoria-frio-texto {
    font-size: 1.6rem;
    margin-top: 9%;
  }
  .titulo-bajo-esp {
    margin-top: 81% !important;
  }
}
@media (max-width: 600px) {
  .carosel-categos {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 1% auto 3%;
    width: 100%;
  }
  .carosel-categos .carosel-item {
    line-height: 1.2;
    width: 28%;
    margin: 0 1% 0 auto;
    flex: 0 0 auto;
  }
  .categoria-frio-texto {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .categoria-frio-texto {
    font-size: 1.2rem;
  }
}
@media (max-width: 330px) {
  .categoria-frio-texto {
    font-size: 1.1rem;
  }
}
@media (max-width: 290px) {
  .categoria-frio-texto {
    font-size: 0.9rem;
  }
}
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 5000px;
  }
}
@media (max-width: 780px) {
  .categoria-frio.fila-completa {
    flex: 0 0 97%;
  }
  .categoria-frio.fila-completa .fondo-copos {
    display: flex;
    flex-wrap: wrap;
  }
  .categoria-frio.fila-completa .categoria-frio-texto {
    width: 45%;
    margin: auto;
    text-align: center;
  }
  .categoria-frio.fila-completa .catego-frio-imagenes {
    width: 45%;
    margin: auto;
  }
  .categoria-frio.fila-completa .catego-frio-desc {
    justify-content: center;
  }
}
.fondo-verde {
  background-color: #cec926;
}
.fondo-amarillo {
  background-color: #fec502;
}
.fondo-naranja {
  background-color: #fc993f;
}
.catego-frio-titulo {
  font-family: 'Bebas Neue';
  letter-spacing: 2px;
}
.blanco-borde {
  border-color: #fff;
}
.blanco-txt {
  color: #fff;
}
.card-carrusel {
  background-color: transparent !important;
}
.texto-categos-destacadas p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2% 5px;
  margin: 0;
  font-size: 1em;
}
@media (min-width: 448px) {
  .texto-categos-destacadas p {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  .texto-categos-destacadas p {
    font-size: 1.3em;
  }
}
@media (min-width: 780px) {
  .texto-categos-destacadas p {
    font-size: 1.4em;
  }
}
@media (min-width: 900px) {
  .texto-categos-destacadas p {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .texto-categos-destacadas p {
    font-size: 1.8em;
  }
}
.carosel-root {
  margin-top: 10px;
}
