.header {
  display: flex;
  flex-direction: column;
  background-color: black;
}
.header__logo {
  display: flex;
  align-self: center;
}

/*MAIN*/
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main h1 {
  font-family: "Anton", sans-serif;
  font-size: 4rem;
  margin-top: 2rem;
}
.main__index__h2 h2 {
  font-family: "Anton", sans-serif;
  margin-top: 2rem;
}
.main__index__h3 h3 {
  font-family: "Anton", sans-serif;
  margin-top: 2rem;
}
.main__index__frase h3 {
  text-align: start;
  font-family: "Anton", sans-serif;
  margin-top: 4rem;
}
.main__index__img {
  display: flex;
  align-self: center;
  justify-content: center;
}
.main__index__img img {
  max-width: 100%;
  margin-top: 10px;
}
.main__productos__div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main__productos__div p {
  font-family: "Anton", sans-serif;
  margin-top: 3rem;
}
.main__productos__btn {
  padding: 10px;
  box-shadow: 2px 2px 0px gray;
  border-radius: 1rem;
}
.main__staff__section h2 {
  font-family: "Anton", sans-serif;
  margin-top: 2rem;
}
.main__container__div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__container__div p {
  font-size: larger;
}
.main__contacto__div p {
  font-family: "Anton", sans-serif;
  margin-top: 2rem;
}

/*STAFF*/
.staff__img img {
  max-width: 10rem;
  padding: 10px;
  border-radius: 1rem;
}
.staff__img__michael {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staff__img__michael img {
  max-width: 25rem;
  padding: 10px;
  border-radius: 1rem;
}

/*PRODUCTOS*/
.productos__papel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem;
}
.productos__papel__img {
  max-width: 15rem;
}
.productos__papel__h4 {
  margin-top: 3rem;
}
.productos__papel__btn {
  padding: 10px;
  box-shadow: 2px 2px 0px gray;
  border-radius: 1rem;
}

.productos__papel__carrito {
  display: none;
  justify-content: center;
  padding: 10px;
  box-shadow: 4px 4px 0px rgb(23, 22, 22);
  border-radius: 1rem;
}

/*CONTACTO*/
.staff__img__rrhh {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staff__img__rrhh img {
  max-width: 15rem;
  padding: 10px;
}

/*Otros*/
.swal-overlay {
  background-color: rgba(44, 54, 52, 0.45);
}

.div__carrito {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carrito__final__p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.p__suma {
  font-family: "Anton", sans-serif;
  font-size: larger;
}

.btn__suma {
  padding: 10px;
  box-shadow: 4px 4px 0px gray;
  border-radius: 1rem;
}

.frase__h4 {
  margin: 10px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
}
.frase__p {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: larger;
}

/*FOOTER*/
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5rem;
}
.footer p {
  font-family: "Anton", sans-serif;
  margin-top: 2rem;
}
.footer h4 {
  font-size: 1rem;
}
.footer__productos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5rem;
}

@media (min-width: 320px) and (max-width: 539px) {
  /*Index*/
  .main__index__img img {
    margin-top: 10px;
  }
  /*Contacto*/
  .main__contacto iframe {
    max-width: 20rem;
  }
}
/*GENERAL*/
* {
  margin: 0;
  padding: 0;
}

html {
  margin: 15px;
}/*# sourceMappingURL=estilos.css.map */