.navbar-brand img {
  max-width: 50px;
  height: auto;
}

.custom-navbar-bg {
  background-color: #F5F5F6 !important;
  color: #000 !important;
}
.custom-navbar-bg .nav-link {
  color: #000 !important;
}
.custom-navbar-bg .navbar-brand {
  color: #000 !important;
}

.carrusel-fondo {
  width: 100%;
  background-color: #E0E0E0;
  border-radius: 10px;
  padding: 40px 0;
}

.carrusel-img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #E0E0E0;
}

.producto {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  width: 300px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.producto img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.producto:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.producto:hover img {
  transform: scale(1.1);
}

.producto-container {
  background: #cad6e0;
  background: linear-gradient(90deg, rgb(202, 214, 224) 0%, rgb(213, 224, 217) 61%, rgb(235, 231, 213) 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  justify-items: center;
  margin: 10px 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .producto-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .producto-container {
    grid-template-columns: 1fr;
  }
}

main h2 {
  text-align: center;
}

.Destacados {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.Destacados-1, .Destacados-2, .Destacados-3, .Destacados-4 {
  border: 3px solid #000;
  padding: 10px;
  text-align: center;
  width: 300px;
  border-radius: 15px;
}
.Destacados-1 img, .Destacados-2 img, .Destacados-3 img, .Destacados-4 img {
  max-width: 100%;
  height: auto;
}

.footer {
  text-align: center;
  background: #1a1a1a;
  background: linear-gradient(90deg, rgb(26, 26, 26) 0%, rgb(189, 187, 187) 78%);
  color: #fff;
  padding: 20px 0;
  margin-top: 150px;
}

.img-same {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.Historia {
  margin: 20px;
  text-align: center;
}

.circle-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.contacto {
  text-align: center;
  margin: 20px;
  font-family: "Cormorant Garamond", serif;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
}

.redes-sociales a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.index {
  font-family: "Cormorant Garamond", serif;
  font: 1em sans-serif;
}

.productos {
  font-family: "Cormorant Garamond", serif;
}

.nosotros {
  font-family: "Cormorant Garamond", serif;
}

.Destacados {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.Destacados-1:hover, .Destacados-2:hover, .Destacados-3:hover, .Destacados-4:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=main.css.map */
