/* ESTILOS GENERALES */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
}

/* ENCABEZADO */
header {
    background: linear-gradient(to right, #b30000, #ff1a1a);
    color: white;
    padding: 20px;
}

/* GALERÍA DE PRODUCTOS Y SERVICIOS */
.product-gallery, .service-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.product, .service {
    width: 300px;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product img, .service img {
    width: 100%;
    border-radius: 10px;
}

/* SECCIÓN PROMOCIONES */
.promociones img {
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* BOTÓN DE WHATSAPP */
.whatsapp-button {
    position: fixed;
    bottom: 20px;/* ESTILOS GENERALES */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
}

/* ENCABEZADO */
header {
    background: linear-gradient(to right, #b30000, #ff1a1a);
    color: white;
    padding: 20px;
}

/* GALERÍA DE PRODUCTOS Y SERVICIOS */
.product-gallery, .service-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.product, .service {
    width: 300px;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product img, .service img {
    width: 100%;
    border-radius: 10px;
}

/* SECCIÓN PROMOCIONES */
.promociones img {
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* BOTÓN DE WHATSAPP */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .product-gallery, .service-gallery {
        flex-direction: column;
        align-items: center;
    }
}

    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .product-gallery, .service-gallery {
        flex-direction: column;
        align-items: center;
    }
}
