@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem 2.5rem;
  }
}
/* Adaptación de banners del carrusel para dispositivos móviles */
.carousel-header img,
.carousel-item img {
  height: 500px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .carousel-header img,
  .carousel-item img {
    height: 200px;
    object-fit: cover;
  }
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

/* header */
.navbar {
  background-color: #F8B132;
}

.navbar-brand {
  overflow: hidden;

  img {
    border-radius: 50%;
    width: 75px;
  }
}

.nav-link {
  background: #F8B132;

}

.nav-link {
  color: white;
  font-size: 1.2rem;

  &:hover {
    scale: 1.1;
    color: rgba(0, 0, 0, 0.712);
    transition: all 0.4s;
  }
}

.carousel-header {
  height: 500px;

  img {
    object-fit: cover;
    height: 500px;

  }

}

.destacados {
  background: linear-gradient(#F8B132, rgba(255, 255, 255, 0.712));
  padding-bottom: 80px;
}

/* Productos Destacados - Estilo Rojo */
.container-fluid .card {
  border: 1px solid #b71c1c81;
  border-radius: 10px;
  box-shadow: 0 4px 16px #b71c1c22;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
}

.container-fluid .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 32px #b71c1c55;
  border-color: #d32f2f;
}

.container-fluid .card-img-top {
  border-radius: 18px 18px 0 0;
  border-bottom: 2px solid #d32f2f;
  background: #fff5f5;
  padding: 10px;
  object-fit: contain;
  height: 140px;
}

.container-fluid .card-title {
  color: #b71c1c;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.card {
  overflow: hidden;
}

.container-fluid .card-text,
.container-fluid .card .fw-bold.text-success {
  color: #d32f2f !important;
  font-size: 1.1rem;
  font-weight: 600;
}

.container-fluid .card-footer {
  background: #fff0f0;
  border-top: 1px solid #ffcdd2;
  border-radius: 0 0 18px 18px;
}

.container-fluid .btn.btn-secondary {
  background: linear-gradient(90deg, #b71c1c 60%, #d32f2f 100%);
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
}

.container-fluid .btn.btn-secondary:hover {
  background: #fff;
  color: #b71c1c;
  border: 1px solid #b71c1c;
}

.border-nosotros {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px 2px #f8b032b6;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(#f8b032e1, #f8b032a4);
}

/* nosotros */
.img-nosotros {
  border-radius: 20px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 4px 4px #ccccccb2;
}

/* Carrusel Nosotros */
#carouselExample {
  background: linear-gradient(135deg, #fffbe6 60%, #ffe0b2 100%);
  border-radius: 30px;
  box-shadow: 0 4px 24px 0 #f8b03255;
  padding: 2rem 0;
}

#carouselExample .carousel-inner {
  border-radius: 30px;
}

#carouselExample .carousel-item article {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 12px 0 #f8b03233;
  padding: 2rem 1rem;
  margin: 0 1rem;
}

#carouselExample .img-nosotros {
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 #f8b03233;
  border: 3px solid #f8b132;
  object-fit: cover;
}

#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon {
  background-color: #f8b132;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 2px 8px #f8b03255;
}

#carouselExample .carousel-control-prev,
#carouselExample .carousel-control-next {
  width: 5%;
}

#carouselExample h2,
#carouselExample h3 {
  color: #b85c00;
}

#carouselExample p {
  color: #333;
}

.bi-instagram {
  color: #E4405F;
}

.bi-facebook {
  color: #1877F2;
}

.bi-whatsapp {
  color: #25D366;
}



/* formulario */
.formulario {
  padding: 20px;
  max-width: 600px;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 4px #cccccc9c;
  background: linear-gradient(#f8b032ea, #f8b032a8);


}

footer {
  background: #252525;
  color: white;
}

.mapa {
  iframe {
    width: 100%;
    max-width: 390px;
    height: 180px;
  }
}




.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-float i {
  font-size: 30px;
}