/* =================================================================== */
/* FOOTER CLEAN - SIN CONFLICTOS */
/* =================================================================== */

/* Main footer container */
.nuevo-footer {
    background-color: #f6f6f6 !important;
    color: #333 !important;
    padding: 60px 0 0 0 !important;
    margin-top: 60px !important;
}

/* Footer content grid */
.nuevo-footer-content {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px !important;
    max-width: 1400px !important;
    width: 95% !important;
    margin: 0 auto !important;
    padding: 0 20px 40px !important;
}

/* Footer headings */
.nuevo-footer h6 {
    color: #333 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

/* Footer lists */
.nuevo-footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nuevo-footer li {
    margin-bottom: 15px !important;
	padding-left:0
}

/* Footer links */
.nuevo-footer a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 0.75rem !important;
    line-height: 1.6 !important;
    transition: color 0.3s ease !important;
}

.nuevo-footer a:hover {
    color: #146ac9 !important;
}

/* Orange accent links */
.nuevo-footer .footer-accent {
    color: #FB7C00 !important;
    font-weight: 600 !important;
}

/* Newsletter text */
.nuevo-footer p {
    color: #333 !important;
    font-size: 0.75rem !important;
    line-height: 1.6 !important;
}

/* Newsletter form */
.nuevo-footer form {
    margin-bottom: 20px !important;
}

.nuevo-footer form > div {
    display: flex !important;
    gap: 0 !important;
}

.nuevo-footer input[type="email"] {
    flex: 1 !important;
    padding: 12px 16px !important;
    border: none !important;
    border-radius: 0 0 0 4px !important;
    font-size: 0.875rem !important;
    outline: none !important;
}

.nuevo-footer button[type="submit"] {
    background: #146ac9 !important;
    color: #333 !important;
    border: none !important;
    padding: 12px 16px !important;
    border-radius: 0 4px 4px 0 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.nuevo-footer button[type="submit"]:hover {
    background: #0d5aa7 !important;
}

/* Social icons */
.nuevo-footer .footer-social {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
}

.nuevo-footer .footer-social img {
    width: 24px !important;
    height: 24px !important;
    transition: opacity 0.3s ease !important;
}

.nuevo-footer .footer-social a:hover img {
    opacity: 0.7 !important;
}

/* Badges */
.nuevo-footer .footer-badges {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: flex-start !important;
}

.nuevo-footer .footer-badges img {
    max-width: 140px !important;
    min-width: 120px !important;
    height: auto !important;
    min-height: 40px !important;
    transition: opacity 0.3s ease !important;
    display: block !important;
    /* Optimización específica para SVG y PNG */
    image-rendering: auto !important;
    image-rendering: -webkit-optimize-contrast !important;
    /* Suavizado de bordes - covered by global rule */
}

.nuevo-footer .footer-badges a:hover img {
    opacity: 0.8 !important;
}

/* Footer bottom */
.nuevo-footer-bottom {
    padding: 20px 0 !important;
    border-top: 1px solid white !important;
    background-color: #004E96 !important;
}

.nuevo-footer-bottom-content {
    max-width: 1400px !important;
    width: 80% !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: white !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.nuevo-footer-bottom-content a {font-size: 12px !important;}

.nuevo-footer-bottom a {
    color: #fff !important;
    text-decoration: underline !important;
}

.nuevo-footer-bottom a:after {display:none!important}

.nuevo-footer-bottom a:hover {
    text-decoration: none !important;
}

/* Responsive design */
@media (max-width: 1200px) {
    .nuevo-footer-content {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 25px !important;
    }
}

@media (max-width: 1024px) {
    .nuevo-footer-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
}

@media (max-width: 991px) {
    .nuevo-footer {
        padding: 40px 0 0 0 !important;
        margin-top: 40px !important;
    }

    .nuevo-footer-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
        padding: 0 20px 30px !important;
    }

    .nuevo-footer .footer-badges {
        align-items: center !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 767px) {
    .nuevo-footer-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .nuevo-footer h6 {
        font-size: 0.8rem !important;
        margin-bottom: 1rem !important;
    }

    .nuevo-footer a {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 479px) {
    .nuevo-footer {
        padding: 30px 0 0 0 !important;
        margin-top: 30px !important;
    }

    .nuevo-footer-content {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        text-align: center !important;
        padding: 0 15px 25px !important;
    }

    .nuevo-footer .footer-badges {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .nuevo-footer-bottom-content {
        padding: 0 15px !important;
        font-size: 10px !important;
    }
}

.nuevo-footer .footer-social img {
	filter:invert(1) sepia(1) saturate(5) hue-rotate(175deg)
}

.no-before:after {display:none!important}