* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* estilos generales  */
body {
  background: linear-gradient(to bottom, #15161B, #26283a, #4b5d77);
}

#home {
  width: 50px;
}
#home:hover {
  transition: 0.2s;
}
#home:hover:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

.dropdown-menu {
  background-color: #15161B;
}

.item-de-dropdown {
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 10px;
  margin-top: 5%;
}
.item-de-dropdown:hover {
  background-color: transparent;
  transition: 0.2s;
}
.item-de-dropdown:hover:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

.divisor {
  border-color: rgb(240, 234, 252);
}

/* Buscador */
#boton-buscar {
  border-color: transparent;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#boton-buscar:hover {
  transition: 0.2s;
}
#boton-buscar:hover:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

#icono-buscar {
  width: 40px;
}

.barra-busqueda {
  background-color: transparent;
  border-color: rgb(240, 234, 252);
  color: rgb(240, 234, 252);
  border-radius: 10px;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 30px rgb(240, 234, 252);
  padding-bottom: 3%;
}
header #logo {
  margin: 0 auto;
  width: 50%;
}
header h1 {
  color: rgb(255, 187, 98);
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}
header #eslogan {
  display: flex;
  justify-content: center;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgb(255, 187, 98);
}

main {
  padding-top: 30px;
}

#Usuario {
  width: 50px;
  transition: 0.2s;
}
#Usuario:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

.Categorias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-top: 3%;
}
.Categorias img {
  width: 30%;
  height: auto;
  transition: 0.2s;
}
.Categorias img:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

div p {
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

h2 {
  color: rgb(240, 234, 252);
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 100px;
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  display: flex;
  justify-content: center;
}

.Productos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Productos img {
  width: 190px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 10px;
  border-color: rgb(240, 234, 252);
  transition: 0.2s;
}
.Productos img:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}

a, h3, h4 {
  text-decoration: none;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

@media (max-width: 768px) {
  .Categorias {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .Productos {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .Categorias {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
#header-2 {
  gap: 10px;
  padding-bottom: 5%;
}
#header-2 h1 {
  padding-left: 5%;
}
#header-2 section#Mi-usuario {
  display: flex;
  gap: 10px;
}
#header-2 section#Mi-usuario #Usuario1 {
  width: 190px;
}
#header-2 section#Mi-usuario .iconos {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header-2 section#Mi-usuario #NombreDeUsuario {
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: rgb(255, 187, 98);
}

#mi-usuario-nav {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
}
#mi-usuario-nav button {
  background: transparent;
  background: transparent;
  border-color: rgb(240, 234, 252);
  width: 75%;
  border-width: 3px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5%;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 20px;
  transition: 0.2s;
}
#mi-usuario-nav button:hover {
  filter: drop-shadow(0 0 10px rgb(240, 234, 252));
  transform: scale(105%);
}
#mi-usuario-nav .iconos {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#mi-usuario-nav .imagen-texto {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  #mi-usuario-nav {
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: repeat(8, auto);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mi-usuario-nav {
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(4, auto);
  }
}

.producto-muestra {
  width: 110%;
}

.pag-productos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.info {
  text-align: justify;
}
.info h1 {
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: rgb(255, 187, 98);
}
.info h3 {
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgb(255, 187, 98);
}
.info p {
  color: rgb(240, 234, 252);
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.info .rating {
  color: rgb(255, 187, 98);
  font-size: 20px;
}

.acciones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acciones label {
  color: rgb(240, 234, 252);
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.acciones {
  margin-left: 10%;
}
.acciones #Carrito {
  background: transparent;
  border-color: rgb(240, 234, 252);
  width: 75%;
  border-width: 3px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5%;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  transition: 0.1s;
}
.acciones #Carrito:hover {
  box-shadow: 0px 0px 30px rgb(240, 234, 252);
  transform: scale(105%);
}
.acciones #Comprar {
  background: transparent;
  border-color: rgb(240, 234, 252);
  width: 75%;
  border-width: 3px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5%;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  transition: 0.1s;
  color: rgb(255, 187, 98);
  border-color: rgb(255, 187, 98);
}
.acciones #Comprar:hover {
  box-shadow: 0px 0px 30px rgb(255, 187, 98);
  transform: scale(105%);
}
.acciones #Cantidad {
  background: transparent;
  border-color: rgb(240, 234, 252);
  width: 75%;
  border-width: 3px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5%;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

@media (max-width: 768px) {
  .pag-productos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .img {
    grid-column: 1;
    grid-row: 1;
  }
  .acciones {
    grid-column: 2;
    grid-row: 1;
  }
  .info {
    grid-column: 1/3;
    grid-row: 2;
    text-align: center;
    margin: 10px;
  }
  .producto-muestra {
    width: 150%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pag-productos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .img {
    grid-column: 1;
    grid-row: 1;
  }
  .acciones {
    grid-column: 2;
    grid-row: 1;
  }
  .info {
    grid-column: 1/3;
    grid-row: 2;
    margin-left: 10%;
    text-align: center;
  }
  .producto-muestra {
    width: 100%;
    height: auto;
  }
}
.beneficios {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-top: 5%;
  padding: 5%;
}
@media (max-width: 768px) {
  .beneficios {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .beneficios {
    flex-direction: column;
    gap: 20px;
  }
}

.beneficio {
  flex: 1;
  padding: 7px;
  text-align: center;
  box-shadow: 0 0 30px rgb(240, 234, 252);
  border-radius: 10px;
}
.beneficio img {
  width: 30%;
}

footer {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: rgb(240, 234, 252);
  box-shadow: 0 0 30px rgb(240, 234, 252);
  padding-top: 3%;
  margin-top: 10%;
  padding-left: 3%;
}
footer img {
  width: 150px;
  height: auto;
}
footer .texto-footer-1 {
  font-size: 20px;
  color: rgb(240, 234, 252);
  text-decoration: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
footer a {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .redes {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  footer {
    display: flex;
    flex-wrap: wrap;
  }
}

.contactos {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=styles.css.map */