body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa04;
  color: #33333300;
  
}

.navbar {
  background-color: #9c8f94;
}

.navbar a {
  color: rgb(255, 255, 255) !important;
}

.navbar a:hover {
  color: #f8f9fa !important;
}
.header {
position: relative;
text-align: center;
padding: 50px 20px;
background-image: url('/IMG/2.jpeg'); /* Cambia la ruta con la ubicación de tu imagen */
background-size: cover; /* Ajusta el tamaño de la imagen al tamaño del contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
height: 300px; /* Ajusta la altura del encabezado según sea necesario */
}

.header .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); /* Filtro oscuro, puedes ajustar la opacidad (0.5) */
z-index: 1;
}

.header h1, .header p {
position: relative;
z-index: 2; /* Asegura que el texto esté por encima de la capa oscura */
color: white; /* Cambia el color del texto si es necesario para hacerlo más legible */
}



.header h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.header p {
  font-size: 1.25rem;
}

.product-section {
  padding: 50px 0;
}

.product-card {
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-card-body {
  padding: 15px;
}

.product-card-body h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.product-card-body p {
  font-size: 1rem;
  color: #666;
}



.footer p {
  font-size: 1rem;
}

.footer a {
  color: #f8f9fa;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  color: #007bff;
}

.social-icons a {
  font-size: 1.5rem;
  margin: 0 10px;
  color: white;
}

.social-icons a:hover {
  color: #007bff;
}

.product-card {
background: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
text-align: center;
padding: 20px;
max-width: 1500px;
margin: auto;
}

.product-card img {
width: 100%;
height: auto;
border-radius: 8px;
}

.product-card-body {
padding: 15px;
}

.card-title {
font-size: 1.5rem;
color: #333;
font-weight: bold;
}

.card-text {
font-size: 1rem;
color: #666;
margin-bottom: 15px;
}

ul {
list-style: none;
padding: 0;
}

ul li {
font-size: 0.9rem;
color: #444;
text-align: left;
margin-bottom: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
padding: 10px;
}

 /* Establecer fondo naranja y bordes curvos para simular energía */
 .product-carousel {
  background-color: rgba(255, 166, 0, 0.366);
  padding: 20px; 
  border-radius: 20px; /* Bordes más redondeados para simular dinamismo */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidad */
}

/* Estructura irregular para el contorno */
.product-card {
  border: 3px solid #ff6a00;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Sombra suave */
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: scale(1.05); /* Aumenta un poco el tamaño al hacer hover */
}

.product-card img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #ff6a00; /* Línea divisoria de color vibrante */
}

.product-card-body {
  padding: 15px;
  background-color: #f8f8f8; /* Fondo ligeramente gris para destacar el contenido */
}

/* Añadir forma de onda para darle un toque "onomatopeya" */
.carousel-inner {
  position: relative;
  overflow: hidden;
}

.carousel-item {
  border-radius: 15px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Efecto de profundidad */
  transform: scale(1.05);
}

/* Fondo de la imagen de cada producto */
.carousel-item img {
  border-radius: 15px;
}

/* Efecto de texto dentro del carrusel */
.product-card-body h5 {
  color: #ff6a00;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.product-card-body p {
  font-size: 12px;
  color: #333;
}

.product-card-body ul {
  font-size: 12px;
  color: #666;
}

/* Estilo adicional para los controles del carrusel si es necesario */
.carousel-control-prev, .carousel-control-next {
  color: #ff6a00; /* Color de los controles */
}

/* Redondeo de imágenes */
.img-reducida {
  width: 80%; /* Ajusta el tamaño de la imagen según lo necesites */
}

.product-card-body h5 {
    color: #212529;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}