@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
}

.ssll {
  position: absolute;
  top: 7.5rem;
  right: 4rem;
  width: 10%;
}

.llss {
  position: absolute;
  top: 7.5rem;
  left: 4rem;
  width: 10%;
}

.gallery-item .label {
  font-size: 22px;
}

.whatsapp-button {
  position: fixed;
  bottom: 6rem;
  right: 20px;
  z-index: 2;
}

.whatsapp-icon {
  width: 4rem;
  height: 4rem;
  font-size: 36px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-window {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-header {
  background-color: #25D366;
  color: white;
  padding: 10px;
}

.chat-header h3 {
  margin: 0;
  font-size: 18px;
}

.chat-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f0f0f0;
}

.message {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.chat-footer {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}

.contact-button {
  width: 100%;
  padding: 10px;
  background-color: #25D366;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-button:hover {
  background-color: #128C7E;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 88px;
  box-shadow: 0 0 1.12px #000;
  z-index: 3;
  transition: 0.9s ease;
  background-color: white;
}

header nav {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.829);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.infomenu {
  width: 245px;
}

.menucentro {
  width: 280px;
  position: relative;
}

.infomenu-1 {
  margin-top: 10px;
  position: relative;
}
.infomenu-1 button {
  position: absolute;
  top: 5.5px;
  right: 14px;
  z-index: 2;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.infomenu-1 button i {
  font-size: 1.3rem;
  cursor: pointer;
  color: #000 !important;
}
.infomenu-1 input {
  top: -2px;
  width: 0px;
  transition: 0.5s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.infomenu-1 .limpiar {
  margin-right: 44px;
}
.infomenu-1 .cuadrores {
  position: absolute;
  top: 50%;
  left: -3%;
  width: 110% !important;
  z-index: 7;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.infomenu-1 .vaciado {
  padding: 18px;
}
.infomenu-1 .product-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.infomenu-1 .product-item:hover {
  background-color: #f0f0f0;
}
.infomenu-1 .product-item img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 4px;
}
.infomenu-1 .product-info {
  font-weight: bold;
  color: #333;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.infomenu-1 .active {
  width: 275px !important;
  padding: 12px 77px 12px 12px;
  opacity: 1 !important;
  border-radius: 20px;
}


.infomenu-2 sup {
  font-size: 1.1rem;
  position: absolute;
  top: -2px;
  right: 38px;
}


.infomenu-3 {
  display: flex;
  justify-content: space-evenly;
  cursor: pointer;
  align-items: center;
}
.infomenu-3 a {
  color: #000;
}
.infomenu-3 #user-icon {
  font-size: 1.7rem;
}
.infomenu-3 button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.infomenu-3 button i {
  font-size: 1.7rem;
}
.infomenu-3 .user-info {
  text-align: center;
}

.cart-container {
  display: flex;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.43s ease;
}

.ns-ns {
  position: absolute;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.3098039216);
  height: 100vh;
  transform: translateX(-230%);
  transition: 0.4s ease-out;
}

.apare {
  top: 0;
  transform: translateX(-121%);
}

.absolute {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
  padding: 2rem;
  width: 39%;
  height: 100vh;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.f {
  overflow-y: auto;
  margin-bottom: 1rem;
  width: 106%;
  z-index: 5;
  height: 66%;
}

.h {
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: 5;
}

.cart-content {
  flex-grow: 1;
  overflow-y: auto;
  z-index: 5;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.cart-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.cart-icon {
  font-size: 1.5rem;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  padding-bottom: 0;
  transition: background-color 0.3s ease;
}

.cart-items:last-child {
  padding-bottom: 11%;
}

.va-catr {
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-cat {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suggestions {
  margin-top: 7rem;
  text-align: center;
}

.links {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-items: center;
}

.links a {
  text-decoration: none;
  color: #000;
}

.links span {
  display: none;
}

.cart-va {
  width: 12rem;
  height: 10rem;
}

.item-image {
  width: 30%;
  height: 14vh;
  background-color: #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
}

.item-details {
  flex-grow: 1;
  padding: 0 0 0 20px;
}

.item-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.item-quantit {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.item-quantit .decrease {
  margin-right: 10px;
  font-size: 1.5rem;
}
.item-quantit .increase {
  margin-left: 10px;
  font-size: 1.5rem;
}

.item-quantit input:focus {
  outline: none;
}

.item-quantit input::-webkit-inner-spin-button,
.item-quantit input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.item-quantit input {
  text-align: center;
  width: 1.5rem;
  border: none;
  font-size: 15px;
}

.quantit-btn {
  background-color: #3a3a3a;
  color: #000000;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.quantit-btn:hover {
  background-color: #242424;
  color: #fff;
}

.quantit {
  margin: 0 1rem;
  font-weight: 600;
}

.remove-btn {
  color: #ac1111;
  border: 1px solid #8c8c8c !important;
  border-radius: 5px;
  padding: 0.3rem 0.8rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.7s ease;
  align-self: flex-start;
}

.remove-btn:hover {
  background-color: #eb0e0e;
  color: #ffffff;
}

.item-price {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin-left: auto;
  align-self: flex-start;
  padding: 6.5px 11.5px;
  background-color: #000;
  border-radius: 30px;
}

.cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background-color: #2c2c2c;
  font-size: 1.2rem;
  font-weight: 600;
}

.total-label {
  color: #e0e0e0;
}

.total-price {
  color: #a0a0a0;
}

.checkout-btn {
  background-color: #FFE0F0 !important;
  color: black;
  border: none;
  padding: 1rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: 0.6s ease;
}

.checkout-btn:hover {
  background-color: #e2b7cd !important;
  color: rgb(255, 255, 255);
}

.cart-total {
  padding-bottom: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
.cart-total p {
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}

.desplegar {
  transform: translateX(0%);
}

.dropdown {
  display: none;
  position: fixed;
  top: 8.5%;
  right: 12%;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-radius: 5px;
  overflow: hidden;
  width: 250px;
  text-align: center;
}
.dropdown form button {
  cursor: pointer;
  padding: 26px 25px;
  align-items: center;
  border: none;
  font-weight: bold;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown a {
  color: black;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-size: 18px;
}
.dropdown a i {
  margin-right: 10px;
}
.dropdown a:hover {
  background-color: #f1f1f1;
}
.dropdown a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.show {
  display: block;
  z-index: 3;
}

.filter-container {
  max-width: 1000px;
  margin: 0 auto;
}

.filter-toggle {
  display: none;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}

.filters {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.filter-section {
  margin-bottom: 15px;
}

.filter-section h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-option {
  display: flex;
  align-items: center;
}

.filter-option input {
  margin-right: 5px;
}

.reset-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

.reset-button:hover {
  background-color: #d0d0d0;
}

.products-container {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 20px;
}

.product-card {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-height: 410px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card img {
  max-width: 100%;
  height: 60%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #00000C;
}

.product-card p {
  font-size: 16px;
  margin: 5px 0;
  color: #777;
}

.product-card a {
  color: #00000C;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
}

.product-card a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.product-card .view-details {
  background-color: #030903;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 25%;
  transition: background-color 0.3s, transform 0.3s;
}

.product-card .view-details:hover {
  background-color: #acacac;
  transform: translateY(-3px);
}

.but-lik {
  padding-bottom: 38%;
}
.but-lik button {
  background: none;
  border: none;
  font-size: 18px;
}

.add-to-cart {
  font-size: 22px;
  margin-left: 3px;
}

/**/
.producto {
  flex-wrap: wrap;
  gap: 25px;
  width: 90%;
  margin: 6% auto 0;
  position: relative;
  padding-bottom: 8%;
}

.filtro {
  width: 10%;
}

.listProduct {
  width: 75%;
}

.fil-co {
  list-style-type: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  padding: 20px 65px;
}

.gallery-item {
  position: relative;
  width: 25%;
  overflow: hidden;
  transition: box-shadow 0.3s;
  align-items: center;
  cursor: pointer;
}


.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 2s;
  border-radius: 10px;
  margin-top: 22px;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.label {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

.label::before, .label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 0 10px;
  vertical-align: middle;
}

h1 {
  text-align: center;
  color: #333;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 20px;
  background-color: #ddd;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tab:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab.active {
  background-color: #4a90e2;
  color: white;
}

.orders {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 7.5rem;
  position: relative;
  padding: 0 3rem;
}

.order {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.order-id {
  font-weight: bold;
  font-size: 1.1em;
}

.order-status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: bold;
}

.status-aceptado {
  background-color: #4CAF50;
  color: white;
}

.status-en {
  background-color: #FFC107;
  color: black;
}

.status-rechazado {
  background-color: #F44336;
  color: white;
}

.order-details {
  font-size: 0.9em;
}

.order-details p {
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.order-details p::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-date::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
}

.order-delivery::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle></svg>');
}

.order-items::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>');
}

.order-amount::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg>');
}

.footer {
  background-color: #ffffff;
  color: #333333;
  padding: 40px 20px;
}
.footer hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-content .footer-section {
  flex: 1 1 7rem;
  margin-bottom: 20px;
  padding: 0 15px;
}
.footer h3 {
  color: #1a1a1a;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.footer p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 1.1rem;
}
.footer a {
  color: #333333;
  text-decoration: none;
}
.footer a:hover {
  color: #1a1a1a;
}
.footer .social-icons {
  display: flex;
  gap: 15px;
}
.footer .social-icons a {
  color: #666666;
}
.footer .social-icons a:hover {
  color: #1a1a1a;
}
.footer .contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .contact-info li .icon {
  width: 16px;
  height: 16px;
  fill: #666666;
}
.footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  color: #666666;
}
.footer .footer-bottom p {
  font-size: 1rem;
}

/* Responsive */
.image-gallery {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

.image-gallery .image-box:nth-child(7n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

.image-gallery .image-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.9490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box:hover .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #222222;
  text-decoration: none;
}

/* Let's make it responsive */
.servicios-adicionales {
  padding: 3rem 1rem;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.servicios-adicionales h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.servicio-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-5px);
}

.servicio-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-color: #e9ecef;
  border-radius: 50%;
}

.servicio-icon svg {
  width: 30px;
  height: 30px;
  color: #495057;
}

.servicio-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.servicio-card p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #e9ecef;
  color: #495057;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}

.quienes-somos {
  background-color: #f8f8f8;
  padding: 50px 0;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.descripcion {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #666;
}

.equipo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.miembro {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 300px;
}

.miembro img {
  width: 60%;
  height: 180px;
  padding: 30px 10px 0 10px;
  display: block; /* Asegúrate de que la imagen sea un bloque */
  margin: 0 auto;
}

.miembro-info {
  padding: 20px;
}

.miembro-info h3 {
  margin: 0 0 10px;
  color: #2c3e50;
}

.miembro-info p {
  margin: 0;
  font-size: 14px;
}

.cargo {
  color: #7f8c8d;
  margin-bottom: 10px;
}

.vompras {
  margin-top: 9rem;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.title-description h4,
.title-additional-information h4,
.title-reviews h4 {
  font-weight: 300;
  color: #666;
  font-size: 1.3rem;
}

.text-description p {
  font-size: 1.3rem;
}

.espec-prod {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #4b5563;
}

.quantity-btn {
  width: 3rem;
  height: 3rem;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
  transition: background-color 0.3s ease;
}

.input-quantity {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  font-size: 1.3rem;
}

.btn-add-to-cart {
  border: none;
  background-color: #252525;
  padding: 10px;
  color: #dbdada;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: ;
  --letra:#000000 ;
  --back: #FFFFFF ;
  --contco:#ffffff;
  --titles:#000000;
  --bocol: #ffffff;
  --btncolo: #adb6b0;
  --hovcol:#454e48 ;
}

@media (max-width: 992px) {
  .footer h3 {
    font-size: 1.5rem;
  }
  .footer p {
    font-size: 1.5rem;
  }
  .footer ul li a {
    font-size: 1.4rem;
  }
  .footer .social-icons {
    display: flex;
    gap: 15px;
  }
  .footer .social-icons a {
    color: #666666;
  }
  .footer .social-icons a:hover {
    color: #1a1a1a;
  }
  .footer .contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer .contact-info li .icon {
    width: 16px;
    height: 16px;
    fill: #666666;
  }
  .footer .footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #666666;
  }
  .footer .footer-bottom p {
    font-size: 1.4rem;
  }
  .item-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.7rem;
  }
  .infomenu-1 button i {
    font-size: 1.7rem;
  }
  .infomenu-3 #user-icon {
    font-size: 2.3rem;
  }
  .infomenu-3 button i {
    font-size: 2.3rem;
  }
  .item-quantit {
    margin-bottom: 2.2rem;
  }
  .btn-add-to-cart {
    padding: 15px;
    font-size: 19px;
  }
  .quantity-btn {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
  }
  .input-quantity {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
  }
  .espec-prod {
    font-size: 20px;
  }
  .title-description h4,
  .title-additional-information h4,
  .title-reviews h4 {
    font-size: 2rem;
  }
  .text-description p {
    font-size: 1.3rem !important;
  }
  .whatsapp-button {
    bottom: 12rem;
  }
  .whatsapp-icon {
    width: 6rem;
    height: 6rem;
    font-size: 3.5rem;
  }
  .va-catr {
    margin-top: 25rem;
  }
  .suggestions {
    margin-top: 15rem;
  }
  .links {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .item-image {
    height: 10vh;
  }
  .orders {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    padding: 0 3rem;
  }
  .checkout-btn {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
  .cart-header {
    margin-bottom: 0PX;
  }
  .cart-total {
    margin-bottom: 8rem;
  }
  .f {
    height: 77vh;
  }
  #main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .infomenu-1 .cuadrores {
    width: 90%;
    left: 5%;
  }
  .absolute {
    width: 70%;
  }
  .products-container {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .gallery-item {
    width: 50%;
  }
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
  }
  .servicios-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
  }
  .footer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer-content h3 {
    margin-bottom: 2rem;
  }
  .footer-content .footer-section {
    flex: 1 1 100%;
  }
  .footer-content .footer-section ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content .footer-section ul li {
    font-size: 1.5rem;
  }
  .ssll {
    top: 10%;
    right: 2%;
  }
  .llss {
    top: 10%;
    left: 2%;
  }
}
@media (max-width: 576px) {
  .infomenu-1 input.active {
    width: 200px !important;
  }
  .cart-item {
    flex-direction: column;
    align-items: center;
  }
  .item-image {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .item-price {
    margin-top: 1rem;
    align-self: center;
  }
  .products-container {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
}

#contacto .container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#contacto h2 {
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
#contacto .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contacto .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contacto .form-group label {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
}
#contacto .form-group input,
#contacto .form-group textarea {
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#contacto .form-group input:focus,
#contacto .form-group textarea:focus {
  outline: none;
  border-color: #d4af37; /* Color dorado */
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.1);
}
#contacto .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
#contacto .btn {
  background-color: #1a1a1a;
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
#contacto .btn:hover {
  background-color: #333333;
  transform: translateY(-1px);
}
#contacto .btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #contacto .container {
    margin: 20px;
    padding: 15px;
  }
  #contacto h2 {
    font-size: 24px;
  }
  #contacto .form-group input,
  #contacto .form-group textarea,
  #contacto .btn {
    font-size: 14px;
    padding: 10px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#contacto .container {
  animation: fadeIn 0.5s ease-out;
}

/*# sourceMappingURL=style.css.map */
