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*/







/*SLIDER PRINCIPAL */
.sliderpirncipal {
    width: 100%;
}




.container-silder-principal {
    height: 800px;
    width: 100%;
    display: flex;
    place-content: center;
	margin: 0; /* Elimina márgenes */
    padding: 0; /* Elimina relleno */
	
    }
    
    .slide-1 {
        width: 1280px;
        max-width: 100%;
        height: 720px;
        overflow: hidden;
        border-radius: 10px;
		
    }
    
    .slide-1 ul {
        display: flex;
        padding: 10px;
        width: 400%;
    
        animation: slide 15s infinite cubic-bezier(0.55, 0.48, 0.37, 0.92);
         
    }
    
    .slide-1 img{
        width: 100%;
    }
    
    
    @keyframes slide {
        0% {margin-left: 0;}
        20% {margin-left: 0;}
        
        25% {margin-left: -100%;}
        45% {margin-left: -100%;}
        
        50% {margin-left: -200%;}
        70% {margin-left: -200%;}
        
        75% {margin-left: -300%;}
        100% {margin-left: -300%;}
    }
    /*fin del slider principal*/




	/*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;
	}
	
	/*fin del slider de marcas*/





/*nuestras marcas */
.subheadline {
    font-size: 5.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;
}

/*++++++++++++++++*/










/*productos son aca*/

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;   /*color detras del producto y atras de todo */
}

.product-container {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten en varias líneas */
    justify-content: space-around; /* Espacio entre los productos */
    margin: 20px;
    padding: 10px;
    background-color: white; /* Color del cuadrado que están 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;
    flex: 1 1 calc(25% - 20px); /* 4 columnas por defecto */
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 10px;
}



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: 30px;
    margin-bottom: 35px;
}

.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);
}




@media (max-width: 768px) {
    .product {
        flex: 1 1 calc(50% - 20px); /* 2 columnas en dispositivos móviles */
    }
}

/* Productos en pantallas muy pequeñas: 1 columna */
@media (max-width: 480px) {
    .product {
        flex: 1 1 calc(100% - 20px); /* 1 columna en pantallas más pequeñas */
    }
}








	

	







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;
    }
}










/* 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 */






/* Estilos generales para pantallas pequeñas (tablets y móviles) */
@media (max-width: 768px) {
   
    .product {
        flex: 1 1 calc(50% - 20px); /* 2 columnas en dispositivos móviles */
    }


    .logowhatspa{
        max-width: 768px;
    }
    
}



    














/* Estilos específicos para móviles (muy pequeños) */
@media (max-width: 480px) {
    .logowhatspa{
        width: 480px;
    }
    
}
