body {
  background: #fff8e1;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
.navbar-brand {
  padding-left: 10px;
}

h1 {
  margin: 20px 0;
  text-align: center;
  font-family: fantasy;
}

.grid-productos {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 1rem;
}

.grid-productos .item {
  background: #fff3cd;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.grid-productos .item:hover {
  transform: scale(1.05);
}

.grid-productos img {
  border-radius: 10px;
  width: 100%;
}

.form-contacto {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  max-width: 400px;
  padding: 20px;
}

input,
textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

button {
  background-color: #ffb300;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ffa000;
}

.servicios {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.servicio {
  background: #ffe0b2;
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 15px;
}

@media (min-width: 768px) {
  .servicios {
    flex-direction: row;
    justify-content: space-around;
  }
}
.Promociones-dia h2 {
  font-family: math;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}

.carousel-item img {
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.card-img-top,
.promociones-hover {
  transition: transform 0.3s ease;
}

.card-img-top:hover,
.promociones-hover:hover {
  transform: scale(1.05);
}

.info-section h2 {
  color: #222;
  font-family: math;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.info-section h4 {
  color: #444;
  font-size: 1.1rem;
}

footer {
  background: #414141;
  padding: 60px 0 30px;
}

.inicio-de-footer {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-bottom: 50px;
}

.derechos-reservados {
  color: #ffb300;
  margin: revert-layer;
  font-size: 26px;
  font-family: serif;
}

.conte-foo {
  text-align: center;
}

.conte-foo h4 {
  border-bottom: 3px solid #ffb300;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.conte-foo p {
  color: #ccc;
}

.text-white {
  --bs-text-opacity: 1;
  color: #f8f9fa !important;
  background: #ffc107;
}
/*# sourceMappingURL=estilos.css.map */
