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

body {
  width: 100vw;
  font-family: "Roboto", sans-serif;
}

#webPage {
  display: none;
}

#sesion3, #sesion2 {
  display: block;
  position: fixed;
  width: 33vw;
  height: 90vh;
  border-radius: 9px;
  border: solid 3px white;
  margin-left: 33vw;
  margin-top: 5vh;
  justify-items: center;
  justify-content: center;
  background-color: white;
  color: black;
}

#sesion3 img, #sesion2 img {
  width: 130px;
  margin-top: 7vh;
  margin-left: 35%;
}

#sesion1 {
  width: 100%;
  height: 100vh;
  background-color: black;
}

#sesion2 img:hover {
  transform: rotate(-6deg);
}

#sesion3 img:hover {
  transform: rotate(-6deg);
}

.textoPrincipal {
  display: flex;
  font-size: 1vh;
  justify-content: center;
  margin-top: 10%;
  color: black;
}

.textoSecundario {
  display: flex;
  font-size: 30px;
  margin-top: 1vh;
  margin-bottom: 0vh;
  justify-content: center;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#usuarios {
  margin-top: 25%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
}

#formulario {
  display: block;
  height: 30vh;
}

.form--text {
  display: block;
  margin-top: 10%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.form--input {
  width: 200px;
  height: 30px;
}

.form--submit {
  display: inline;
  width: 80px;
  height: 30px;
}

.iniciarSesion {
  display: inline;
  width: 80px;
  height: 30px;
}

#confirm-sesion {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-bottom: 1vh;
}

#ingresarALaPagina {
  display: block;
  background-color: black;
  color: white;
  font-family: "anton";
  margin-top: 2vh;
  border-radius: 10px;
}

#ingresarALaPagina:hover {
  transform: scale(1.02);
}

#crearUsuario {
  display: block;
  width: 94px;
  height: 30px;
  font-family: "anton";
  color: white;
  background-color: black;
  border-radius: 10px;
  margin-top: 6vh;
}

#crearUsuario:hover {
  transform: scale(1.02);
}

.crearUsuario {
  display: flex;
  justify-content: center;
}

.crearUsuario h2 {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-top: 7vh;
  margin-right: 1vw;
}

#formularioSesion {
  display: flex;
  width: 100%;
  height: 35vh;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

#volverIniciarSesion {
  display: block;
  background-color: black;
  color: white;
  font-family: "anton";
  width: 94px;
  height: 30px;
  border-radius: 10px;
  margin-left: 5vw;
}

#crearCuenta {
  display: block;
  background-color: black;
  color: white;
  width: 94px;
  height: 30px;
  font-family: "anton";
  margin-top: 1.5vh;
  border-radius: 10px;
}

.iniciarSesion {
  display: block;
  justify-content: center;
  padding-top: 7vh;
  padding-left: 7vw;
  width: 100%;
}

.iniciarSesion h2 {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-top: 7vh;
}

.form--text2 {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.form--input2 {
  width: 200px;
  height: 20px;
}

.form--submit2 {
  display: inline;
  width: 80px;
  height: 30px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2%;
  box-shadow: 0px 5px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.input {
  width: 50% !important;
}

.logo {
  width: 130px;
}

.logo-usuario {
  width: 60px;
}

.logo-usuario img {
  width: 100%;
}

.logo-usuario p {
  text-align: center;
}

#boton-carrito {
  width: 12vw;
  border: none;
  color: black;
  font-size: 40px;
  background-color: white;
  border-radius: 7px;
  padding: 10px 20px;
  transition: all 0.3s;
}

#boton-carrito:hover {
  cursor: pointer;
  color: white;
  background-color: black;
}

#boton-carrito:focus {
  outline: none;
}

.productoEnCarrito {
  display: grid;
  grid-template-columns: 30% 25% 20% 10% 10% 5%;
  border: 1px solid white;
  margin: 5px 0;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}

.productoEnCarrito:hover {
  border: 2px solid white;
}

.botonCantidad {
  color: black;
  background-color: white;
  font-size: 15px;
  width: 27px;
  height: 27px;
  border: 1px solid;
  border-radius: 50%;
}

.boton-eliminar {
  color: white;
  background-color: black;
  border: none;
  font-size: 20px;
}

.boton-eliminar:hover {
  cursor: pointer;
}

.boton-eliminar:focus {
  outline: none;
}

#vaciar-carrito {
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: black;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  padding: 3px;
}

#vaciar-carrito:hover {
  background-color: white;
  color: black;
}

#finalizarCompra {
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: black;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  padding: 3px;
}

#finalizarCompra:hover {
  background-color: white;
  color: black;
}

.text-bienvenida {
  font-size: 1.4rem;
  margin-bottom: 3vh;
}

.seleccion {
  width: 20vw;
  text-align: center;
}

main {
  display: grid;
  grid-template-columns: 18vw 1fr;
}

h1 {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}

#selecTalles {
  width: 100%;
}

#contenedor-productos {
  max-width: 90vw;
  padding: 1vh 1vw 1vh 3vw;
  display: flex;
  flex-wrap: wrap;
}

p {
  line-height: 1.8;
  font-size: 14px;
  font-family: "anton";
}

.precio {
  font-size: 22px;
}

.producto {
  background-color: black;
  padding: 1rem;
  margin: 0.7rem;
  margin-bottom: 20px;
  box-shadow: 2px 6px 3px 3px rgba(0, 0, 0, 0.3);
}

.producto:hover {
  transform: scale(1.02);
}

.card {
  border: 1px solid black;
}

.card:hover {
  transform: rotate(-4deg);
}

.boton-agregar {
  padding: 3px;
  color: white;
  font-family: "anton";
  background-color: black;
}

.boton-agregar:hover {
  transform: scale(1.04);
}

select {
  display: inline;
  text-align: center;
  border: 1px solid white;
  font-family: "anton";
}

.modal-contenedor {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.modal-carrito {
  position: relative;
  background-color: white;
  border: 1px solid black;
  min-width: 500px;
  padding: 0px;
  margin-left: 200%;
  transition: all 0.5s;
  color: white;
}

.modal-carrito-black {
  background-color: black;
  min-width: 500px;
  transform: rotate(-3deg);
  padding: 1rem;
}

.modal-active .modal-carrito {
  margin-left: 0;
}

.modal-carrito h3 {
  color: white;
  padding-bottom: 5px;
  font-family: "Anton", sans-serif;
}

.modal-carrito #carritoCerrar {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: black;
  border: none;
  background-color: white;
  padding-left: 2px;
  padding-right: 2px;
}

.modal-carrito #carritoCerrar:hover {
  cursor: pointer;
}

.modal-carrito #carritoCerrar:focus {
  outline: none;
}

.modal-carrito .precioProducto {
  padding-top: 10px;
  margin-bottom: 9px;
  margin-left: 30px;
}

.card .card-image .card-title {
  color: black;
  position: unset;
  font-family: "anton";
}

.card image img {
  background-color: black;
  opacity: 0.2;
}

#contador {
  display: none;
}

.cantidad {
  width: 30px;
}/*# sourceMappingURL=main.css.map */