co/* Fuente general */
body {
    font-family: 'Poppins', sans-serif;
}

/* Botón flotante WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Hover efecto */
.whatsapp-float:hover {
    background-color: #1ebe5d;
}

/* Mejora títulos */
h1, h2, h3 {
    font-weight: bold;
}
/* ===== ESTILO GENERAL ===== */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

/* ===== NAVBAR MÁS ELEGANTE ===== */
.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* ===== HERO (PORTADA) ===== */
#about-us {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== BOTONES ===== */
.btn-success {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
}

/* ===== TARJETAS (TESTIMONIOS) ===== */
.card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ===== GALERÍA ===== */
.carousel img {
    height: 400px;
    object-fit: cover;
}

/* ===== MINIATURAS ===== */
.thumb {
    cursor: pointer;
    transition: transform 0.3s, opacity 0.3s;
}

.thumb:hover {
    transform: scale(1.08);
    opacity: 0.8;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}
.precio-grande {
    font-size: 3rem;
    font-weight: bold;
    color: #1b3022;
}

.precio-sub {
    font-size: 1.2rem;
    color: #555;
}
.alerta-urgencia {
    background-color: #fff3cd;
    color: #856404;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.bg-suave {
    background-color: #f8f9fa;
}

.bg-blanco {
    background-color: #ffffff;
}
.bg-suave {
    background: linear-gradient(to bottom, #ffffff, #f1f3f5);
}
.bg-suave {
    background: linear-gradient(to bottom, #ffffff, #e9f5ec);
}
.bg-suave {
    background-color: #ffffff;
}