body{
	font-family: sans-serif;
	margin: 0;
  }
  
  
  
  
  :root {
  --primary-color: #31790d;
  --background-color: white;
  --background-color:black
  --dark-color: #151515;
  }
  
  html {
  font-size: 62.5%;
  font-family: 'Poppins', sans-serif;
  }
  
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  
  /* ********************************** */
  /*             UTILIDADES             */
  /* ********************************** */
  .container {
  max-width: 100%;
  margin: 0 auto;
  }
  
  .heading-1 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  }
  
  /* ********************************** */
  /*               HEADER               */
  /* ********************************** */
  
  .headercustom {
	width: 100%;
	padding: 10px 2px 5px 10px;
  }
  
  
  
  .container-hero {
  background-color: var(--background-color);
	
  }
  
  .hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0s 0;
  }
  
  .customer-support {
  display: flex;
  align-items: center;
  gap: 2rem;
  }
  
  .customer-support i {
  font-size: 1px;
  
  }
  
  .content-customer-support {
  display: flex;
  flex-direction: column;
  }
  
  .container-logo {
  display: flex;
  align-items: center;
  font-size: 2px;
	
  }
  
  
  .fotodelogo {
	font-size: 5px;
  }
  
  
  
  
  .container-logo i {
  font-size: 3rem;
  }
  
  .container-logo h1 a {
  text-decoration: none;
  color: #000;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  }
  
  .container-user {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  }
  
  .container-user .fa-user {
  font-size: 3rem;
  color: var(--primary-color);
  padding-right: 2.5rem;
  border-right: 1px solid #e2e2e2;
  }
  
  .container-user .fa-basket-shopping {
  font-size: 3rem;
  color: var(--primary-color);
  padding-left: 1rem;
  }
  
  .content-shopping-cart {
  display: flex;
  flex-direction: column;
  }
  
  
  
  
  /* ************* NAVBAR ************* */
  .navcustom{
	width: 100%;
  }
  
  
  
  
  .container-navbar {
  background-color: var(--primary-color);
	width: 100%;
  }
  
  .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  }
  
  .navbar .fa-bars {
  display: none;
  }
  
  .menu {
  display: flex;
  gap: 2rem;
	padding-left: 10px;
  }
  
  .menu li {
  list-style: none;
  }
  
  .menu a {
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  }
  
  .menu a::after {
  content: '';
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.3s ease;
  }
  
  .menu a:hover::after {
  opacity: 1;
  }
  
  .menu a:hover {
  color: #fff;
  }
  
  .search-form {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 2rem;
  background-color: #fff;
  height: 4.4rem;
  overflow: hidden;
  }
  
  .search-form input {
  outline: none;
  font-family: inherit;
  border: none;
  width: 25rem;
  font-size: 1.4rem;
  padding: 0 2rem;
  color: #777;
  cursor: pointer;
  }
  
  .search-form input::-webkit-search-cancel-button {
  appearance: none;
  }
  
  .search-form .btn-search {
  border: none;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  }
  
  .btn-search i {
  font-size: 2rem;
  color: #fff;
  }
  
  
  /*carrito foto */
  .carritofoto {
  height: 20px;
  width: 30px;
  left: 30px;
  }
  /*termina nav*/
  
  





/* Estilos para el botón flotante de WhatsApp */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    width: 60px; /* Ancho fijo */
    height: 60px; /* Alto fijo */
    display: flex;
    align-items: center; /* Alineación vertical centrada */
    justify-content: center; /* Alineación horizontal centrada */
    text-decoration: none;
}
/* Estiliza el botón flotante de WhatsApp, con posición fija, bordes redondeados, sombra y centro del icono. Comentado por asistente */

.whatsapp-btn:hover {
    background-color: #128C7E;
}
/* Cambia el color del botón flotante al pasar el ratón por encima. Comentado por asistente */

.whatsapp-btn i {
    font-size: 2rem; /* Asegura que el ícono tenga el tamaño adecuado */
}
/* Establece el tamaño del ícono dentro del botón flotante de WhatsApp. Comentado por asistente */















/*PRODUCTOS DISPONIBLES */
h1 {
    font-size: 3.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.subheadline {
    font-size: 2.2rem;
    color: green;
    text-align: center;
    margin-top: 0;
    background: linear-gradient(90deg, red, green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: pulse 2s infinite;
    padding: 5px 10px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/******* FIN */




body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;   /*color detras del producto y atras de todo */
}

.product-container {
    display: flex;
    justify-content: space-around; /* Espacio entre los productos */
    margin: 20px;
    padding: 10px;
    background-color: white;        /*color del cuadrado que estan todos los productos juntos*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product {
    text-align: center;
    background-color: #fafafa;   /*Color de fondo de imagen*/
    border: 1px solid #ddd;      /*color de borde de imagen*/
    border-radius: 8px;
    padding: 10px;  
    max-width: 300px;           /*agrandar el cuadrado del producto*/
    transition: transform 0.3s, box-shadow 0.3s;
}



h2{
    text-align: center;

}





.product2 {
    text-align: center;
    background-color: #fafafa;   /*Color de fondo de imagen*/
    border: 1px solid #ddd;      /*color de borde de imagen*/
    border-radius: 8px;
    padding: 10px;
    max-width: 600px;
    transition: transform 0.3s, box-shadow 0.3s;
}




.product2 img {
    max-width: 100%;
    border-radius: 30px;
    margin-bottom: 35px;
}










.product img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 14px;
}



.product h3 {
    color: black;           /*color del titulo de los productos */
    font-size: 2.2em;
    margin-bottom: 1px;
}

.product p {
    color: black;           /*color de la discripcion y precio de los productos*/
    font-size: 1.5em;
    margin-bottom: 15px;
}

.product button {
    padding: 10px 20px;
    background-color: #28a745;          /*color del boton comprar */
    color: white;                       /*color del nombre comprar */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.product button:hover {
    background-color: red;           
}

.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}






	/*SLIDER DE PRODUCTOS*/
	.slider {
		width: 100%;
		height: auto;
		margin: auto;
		overflow: hidden;
	}
	
	.slider .slide-track {
		display: flex;
		animation: scroll 40s linear infinite;
		-webkit-animation: scroll 40s linear infinite;
		width: calc(200px * 14);
	}
	
	.slider .slide {
		width: 200px;
	}
	
	.slider .slide img {
		width: 100%;
	}
	
	@keyframes scroll {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		100% {
			-webkit-transform: translateX(calc(-200px * 7));
			transform: translateX(calc(-200px * 7));
		}
	}
	
	.container-marca {
	height: auto;
	width: 100%;
	display: grid;
	place-content: center;
	}
	
	














footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 250px;
    margin: 10px;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-column p, .footer-column ul {
    font-size: 14px;
    line-height: 1.8;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: green;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #fff;
}

.social-media a {
    margin: 0 10px;
    display: inline-block;
}

.social-media img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.social-media img:hover {
    transform: scale(1.2);
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #555;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
    }
}