.elementor-4645 .elementor-element.elementor-element-3d28d84{margin-top:-40px;margin-bottom:0px;}.elementor-4645 .elementor-element.elementor-element-8ca3cf3{margin-top:-40px;margin-bottom:-40px;}/* Start custom CSS for html, class: .elementor-element-8923f0e *//* --- PIE DE PÁGINA NUTRISALUDABLE: ESTILO MINIMALISTA BLANCO --- */

.nutri-footer {
    padding: 60px 20px 40px 20px;
    background-color: #ffffff; /* Fondo blanco solicitado */
    font-family: 'Poppins', sans-serif;
    color: #333333;
    text-align: center;
    border-top: 1px solid #eeeeee; /* Línea divisoria muy suave */
}

/* 1. Estilo para el Logo */
.nutri-footer img {
    max-width: 220px;
    height: auto;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
}

/* 2. Divisor Neón (Pequeño detalle de marca) */
.nutri-footer::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #b6e925; /* Tu color corporativo */
    margin: 25px auto;
    border-radius: 10px;
}

/* 3. Texto de Copyright y Enlaces */
.nutri-footer .copyright-text {
    font-size: 15px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 10px;
}

.nutri-footer .copyright-text a {
    color: #262626 !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #b6e925; /* Subrayado neón sutil */
    padding-bottom: 2px;
    transition: 0.3s;
}

.nutri-footer .copyright-text a:hover {
    color: #b6e925 !important;
    background: #f9f9f9;
}

/* 4. Avisos Legales (Más discretos en gris claro) */
.nutri-footer .disclaimer-text {
    font-size: 12px;
    color: #999999;
    max-width: 850px;
    margin: 20px auto 0 auto;
    line-height: 1.6;
}/* End custom CSS */