@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

main {
  display: flex;
  justify-content: center;
  background-color: #f4f4f6;
  width: 100%; /* Hace que el contenido dentro ocupe el 100% del ancho del body */
  box-sizing: border-box;
}

.columna-central {
  width: 85%;
  background-color: #f4f4f6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 900px) {
  .columna-central {
    width: 100%;
  }
}

.carrousel {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.carrousel .grande {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.8s ease;
}
@media (min-width: 320px) and (max-width: 900px) {
  .carrousel .grande {
    padding: 0;
  }
}

.carrousel .puntos {
  width: 100%;
  padding: 0.3vh 0 0 3vh;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.carrousel .punto {
  margin: 1em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 5px 5px 10px #929292, -5px -5px 10px #ffffff;
}

.carrousel .activo {
  background-color: #000000;
}

@media (min-width: 1024px) {
  .carrousel .img {
    height: 60vh;
  }
}
@media (min-width: 320px) and (max-width: 900px) {
  .carrousel .img {
    /*
    height: 50vh;
    padding: 0.3em;
    object-fit: fill;
    */
    padding: 0.3em;
    max-height: 50vh;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.marcas img {
  height: auto;
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

.grupoMarcas {
  align-items: center;
  padding: 0 clamp(1px, 5vw, 4.5rem);
}

@media (min-width: 1024px) {
  .carrousel .video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 320px) and (max-width: 900px) {
  .carrousel .video {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.ofertas, .marcas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
  margin: 3vh 0;
}

.ofertas h2, .marcas h2 {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 2vw, 1.8rem);
  font-weight: bold;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3vh;
}
@media (min-width: 320px) and (max-width: 900px) {
  .ofertas h2, .marcas h2 {
    font-size: 4vw;
  }
}

.contenedor-marcas {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
}

.contenedor-ofertas {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.8s ease;
}

.grupoOfertas, .grupoMarcas {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  height: 350px;
}
@media (min-width: 320px) and (max-width: 900px) {
  .grupoOfertas, .grupoMarcas {
    height: auto;
    flex-wrap: wrap;
  }
}

.recuadro-producto {
  margin: 1em;
  padding-bottom: 4vh;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  color: #000000;
  justify-content: space-between;
  transition: transform 0.5s;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .recuadro-producto {
    width: clamp(1px, 46vw, 41.4rem);
    margin: 1em 0;
    padding-bottom: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;
  }
}

.recuadro-producto:hover {
  box-shadow: 0px 0px 10px rgb(100, 100, 100);
}

.recuadro-producto a {
  width: 100%;
  height: 100%;
}

.recuadro-producto a:link,
.recuadro-producto a:visited,
.recuadro-producto a:active {
  text-decoration: none;
}

.info-oferta {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 0 clamp(1px, 1.5vw, 1.35rem);
  margin: 1vh 0 2vh 0;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 900px) {
  .info-oferta {
    justify-content: space-between;
    padding: 2vh clamp(1px, 1.5vw, 1.35rem);
    align-items: center;
  }
}

.info-oferta > #tituloProducto {
  text-decoration: none;
  color: #000000;
  font-size: clamp(1px, 1vw, 0.9rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .info-oferta > #tituloProducto {
    font-size: clamp(1px, 3.5vw, 3.15rem);
  }
}

.precios > div > #precioOriginal {
  text-decoration: line-through;
  font-size: clamp(1px, 0.7vw, 0.63rem);
  margin: 1vh 0 0.5vh 0;
  color: rgb(138, 138, 138);
}
@media (min-width: 320px) and (max-width: 900px) {
  .precios > div > #precioOriginal {
    font-size: clamp(1px, 2.7vw, 2.43rem);
  }
}

.precios > div > #porcentajeDescuento {
  font-size: clamp(1px, 0.6vw, 0.54rem);
  margin: 1vh 0 0.5vh clamp(1px, 0.5vw, 0.45rem);
  padding: 0.2em;
  color: rgb(0, 190, 0);
  background-color: rgba(0, 190, 0, 0.411);
  border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 900px) {
  .precios > div > #porcentajeDescuento {
    margin: 1vh 0 0.5vh clamp(1px, 2vw, 1.8rem);
    font-size: clamp(1px, 3vw, 2.7rem);
  }
}

.precios > #nuevoPrecio {
  font-weight: 800;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 100%;
}
@media (min-width: 320px) and (max-width: 900px) {
  .precios > #nuevoPrecio {
    font-size: clamp(1px, 5vw, 4.5rem);
  }
}

.imagen-producto {
  width: 100%;
  min-height: 209px;
  max-height: 210px;
  padding: 5px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.quienes-somos {
  width: 100%;
  margin-bottom: 7vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.info-negocio {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 900px) {
  .info-negocio {
    height: 100%;
    justify-content: space-evenly;
  }
}

.info-negocio > #tituloQuinesSomos {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 2vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 3vh;
  margin-top: 7vh;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .info-negocio > #tituloQuinesSomos {
    margin-bottom: 1vh;
    margin-top: 2vh;
    font-size: 8vw;
  }
}

.info-negocio > #textoQuienesSomos {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 1.4vw, 1.26rem);
  font-weight: 500;
  color: #000000;
  text-align: justify;
}
@media (min-width: 320px) and (max-width: 900px) {
  .info-negocio > #textoQuienesSomos {
    font-size: 4vw;
  }
}

.paginasOfertas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginasOfertas i {
  margin: 1em 1em;
  font-size: clamp(1px, 1.7vw, 1.53rem);
}

.paginasOfertas i:hover {
  cursor: pointer;
}

.pagina {
  margin: 1em 0.5em;
  width: 0.7em;
  height: 0.7em;
  transition: all 0.4s ease;
  border-radius: 50px;
  background-color: #e0e0e0;
  box-shadow: 5px 5px 10px #c9c9c9, -5px -5px 10px #ffffff, inset 0 0 0 transparent, inset 0 0 0 transparent;
}

.pagina-activo {
  background: #000000;
}

.novedades {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 5vh 0;
}
@media (min-width: 320px) and (max-width: 900px) {
  .novedades {
    flex-direction: column;
    align-items: center;
  }
}

.novedades h1 {
  width: 100%;
  text-align: center;
  margin: 3vh 0 3vh 0;
  font-size: clamp(1px, 2vw, 1.8rem);
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .novedades h1 {
    font-size: 4vw;
  }
}

.noticia {
  width: 27%;
  border-radius: 1em 0 1em 0;
  background-color: #ffffff;
}
@media (min-width: 320px) and (max-width: 900px) {
  .noticia {
    width: 90%;
    margin: 2vh 0;
  }
}

.infoNoticia {
  padding: 0 0 0.5vh clamp(1px, 0.5vw, 0.45rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .infoNoticia {
    padding: 0 0.7em 0.5em;
  }
}

.sector-img {
  width: 100%;
  height: 306px;
  border-radius: 1em 0 1em 0;
  background-color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1em 0 1em 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}

.sector-img i {
  display: block;
  color: black;
  font-size: clamp(1px, 2.2vw, 1.98rem);
  text-align: center;
}

.sector-img img:hover {
  opacity: 0.5;
}

.titulo-noticia {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 1.7vw, 1.53rem);
  margin: 1vh 0;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .titulo-noticia {
    font-size: clamp(1px, 5vw, 4.5rem);
  }
}

.resumen-noticia {
  color: #929292;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 1vh;
  font-size: clamp(1px, 1.2vw, 1.08rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .resumen-noticia {
    font-size: clamp(1px, 3.5vw, 3.15rem);
  }
}

.noticia a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 0.9vw, 0.81rem);
  color: #000000;
}
@media (min-width: 320px) and (max-width: 900px) {
  .noticia a {
    font-size: clamp(1px, 4vw, 3.6rem);
  }
}

.noticia .fecha {
  color: #929292;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1px, 0.9vw, 0.81rem);
}
@media (min-width: 320px) and (max-width: 900px) {
  .noticia .fecha {
    font-size: clamp(1px, 3.5vw, 3.15rem);
  }
}

.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  color: #FFF;
  text-align: center;
  font-size: 2.4vw;
  z-index: 100;
  border-radius: 50px;
  transition: all 300ms ease;
  transition: all 0.4s ease;
  border-radius: 50px;
  background-color: #25d366;
  box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #ffffff, inset 0 0 0 transparent, inset 0 0 0 transparent;
}
@media (min-width: 320px) and (max-width: 900px) {
  .btn-wsp {
    font-size: 6.4vw;
  }
}

.btn-wsp:active {
  transition: all 0.4s ease;
  border-radius: 50px;
  background-color: #25d366;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent, inset 2px 2px 4px #1eac53, inset -2px -2px 4px #47df80;
}/*# sourceMappingURL=index.css.map */