.catalog-main {
  display: flex;
}

.catalog-h1 {
  text-align: center;
}

.catalog-div {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.catalog-products-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 75%;
  gap: 10px;
}

.catalog-product-card {
  min-width: 250px;
  width: 18%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: gray 5px 5px 10px;
  border-radius: 15px;
}

.catalog-productCard-a {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.catalog-card-img {
  width: 100%;
  border-radius: 15px;
}

.catalog-category-a {
  text-decoration: none;
  font-size: 1.5rem;
  color: black;
}
.catalog-category-a:hover {
  text-decoration: underline;
}

.productCard-h3, .productCard-span {
  color: black;
  text-align: center;
}

.catalog-category-div {
  border: black 1px solid;
  margin: 10px;
  width: 250px;
  text-align: center;
  min-width: 320px;
  text-align: center;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-main {
  display: flex;
  width: 60%;
  align-items: center;
  flex-direction: column;
}

.header-div {
  display: flex;
  justify-content: space-around;
  border-bottom: black 1px solid;
}

.header-div-logo {
  text-align: center;
  width: 50%;
}

.header-logo {
  margin: auto;
  width: 25%;
}

.header-nav {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-nav-a {
  text-decoration: none;
  font-size: 2rem;
  color: black;
}
.header-nav-a:hover {
  color: blue;
}

.contact-h1 {
  text-align: center;
}

.contact-form-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px black solid;
  padding: 25px;
  border-radius: 15px;
  background-color: grey;
  margin-top: 10px;
}

.contact-form-label {
  background-color: lightgrey;
}

.contact-form-submit {
  padding: 4px;
  border-radius: 5px;
  font-size: 1.2rem;
  background-color: gray;
  color: white;
}
.contact-form-submit:hover {
  background-color: white;
  color: black;
  transition: 0.4s;
}

a {
  text-decoration: none;
}

.admin_menu_principal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 10px;
}
.admin_menu_principal .menu-logo {
  display: block;
}
.admin_menu_principal .menu-toggle {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
}
.admin_menu_principal .menu-toggle .headerAdmin-logo {
  width: 30px;
  height: auto;
}
.admin_menu_principal .menu-items {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
  gap: 15px;
}
.admin_menu_principal .menu-items a {
  text-decoration: none;
  padding: 10px 15px;
  color: #333;
}
.admin_menu_principal .menu-items a:hover {
  background-color: #f0f0f0;
}
@media (max-width: 620px) {
  .admin_menu_principal {
    flex-direction: column;
    align-items: center;
  }
  .admin_menu_principal .menu-toggle {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .admin_menu_principal .menu-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: white;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .admin_menu_principal .menu-items.active {
    display: flex;
  }
}

.admin_nav_category {
  width: 100vw;
}

.admin_menu_category {
  margin-top: 10vh;
  border-radius: 8px;
  border: black 1px solid;
  padding: 10px;
  width: 230px;
  text-align: center;
}
@media screen and (max-width: 980px) and (min-width: 561px) {
  .admin_menu_category {
    width: 50vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .admin_menu_category {
    width: 80%;
    font-size: 2rem;
  }
}

.listCategoryAdmin {
  width: 50%;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .listCategoryAdmin {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .listCategoryAdmin {
    width: 95%;
  }
}

.listThemeAdmin {
  width: 50%;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .listThemeAdmin {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .listThemeAdmin {
    width: 95%;
  }
}

.image_product-detail {
  width: 750px;
  height: 450px;
  margin-bottom: 10px;
}

.image_product-list {
  width: 150px;
  height: 80px;
}

.product-detail_price {
  font-size: 2rem;
}

.product-detail_right {
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

/*# sourceMappingURL=style.css-09dda32a957a2d43943fef84f718456f.map */
