/*
Theme Name: GeneratePress Child
Theme URI: https://escueladenegociosdavinci.es
Description: Tema hijo limpio de GeneratePress para personalizaciones Da Vinci.
Author: Da Vinci
Template: generatepress
Version: 1.0.0
*/

/* Aquí puedes añadir tu CSS personalizado más adelante */



/* ===============================
   CAMBIO DE COLOR FOOTER END
   =============================== */

/* Fondo principal del footer: de negro a gris claro tipo UJA */
.site-footer,
.end-footer,
.end-footer-main,
.footer-end,
.footer-main,
.footer-top {
    background: #e9e9eb !important;
    color: #333333 !important;
}

/* Línea separadora superior */
.site-footer hr,
.end-footer hr,
.end-footer-divider,
.footer-end hr,
.footer-main hr,
.footer-top hr {
    border-color: #c8c8c8 !important;
    background-color: #c8c8c8 !important;
}

/* Logo: si el logo actual es blanco, esto lo convierte a negro */
.site-footer img,
.end-footer img,
.end-footer-logo img,
.footer-end img,
.footer-main img,
.footer-top img {
    filter: brightness(0) !important;
}

/* Títulos de columnas */
.site-footer h2,
.site-footer h3,
.site-footer h4,
.end-footer h2,
.end-footer h3,
.end-footer h4,
.end-footer-col h3,
.footer-end h2,
.footer-end h3,
.footer-end h4,
.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-top h2,
.footer-top h3,
.footer-top h4 {
    color: #222222 !important;
}

/* Enlaces de columnas: un poco más claros que los títulos */
.site-footer a,
.end-footer a,
.end-footer-col a,
.footer-end a,
.footer-main a,
.footer-top a {
    color: #555555 !important;
}

/* Hover de enlaces */
.site-footer a:hover,
.end-footer a:hover,
.end-footer-col a:hover,
.footer-end a:hover,
.footer-main a:hover,
.footer-top a:hover {
    color: #ff3333 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

/* Si quieres mantener algunos enlaces rojos como antes */
.site-footer .red-link,
.end-footer .red-link,
.footer-end .red-link,
.footer-main .red-link,
.footer-top .red-link {
    color: #ff3333 !important;
}

/* Iconos sociales: de rojo a negro */
.site-footer .social-icons a,
.end-footer .social-icons a,
.footer-end .social-icons a,
.footer-main .social-icons a,
.footer-top .social-icons a,
.site-footer .footer-social a,
.end-footer .footer-social a,
.end-footer-social a,
.footer-end .footer-social a,
.footer-main .footer-social a,
.footer-top .footer-social a {
    color: #111111 !important;
}

/* Iconos SVG o FontAwesome */
.site-footer .social-icons svg,
.end-footer .social-icons svg,
.footer-end .social-icons svg,
.footer-main .social-icons svg,
.footer-top .social-icons svg,
.site-footer .footer-social svg,
.end-footer .footer-social svg,
.end-footer-social svg,
.footer-end .footer-social svg,
.footer-main .footer-social svg,
.footer-top .footer-social svg {
    fill: #111111 !important;
    color: #111111 !important;
}

/* Hover de iconos sociales */
.site-footer .social-icons a:hover,
.end-footer .social-icons a:hover,
.footer-end .social-icons a:hover,
.footer-main .social-icons a:hover,
.footer-top .social-icons a:hover,
.site-footer .footer-social a:hover,
.end-footer .footer-social a:hover,
.end-footer-social a:hover,
.footer-end .footer-social a:hover,
.footer-main .footer-social a:hover,
.footer-top .footer-social a:hover {
    color: #ff3333 !important;
}

/* Franja final inferior: ahora negra */
.footer-bottom,
.end-footer-bottom,
.footer-legal,
.site-info {
    background: #0f0f0f !important;
    color: #ffffff !important;
}

/* Texto de derechos en blanco */
.footer-bottom p,
.end-footer-bottom p,
.footer-legal p,
.site-info,
.site-info p {
    color: #ffffff !important;
}

/* Enlaces de la franja final: mantener rojo */
.footer-bottom a,
.end-footer-bottom a,
.end-footer-legal a,
.footer-legal a,
.site-info a {
    color: #ff3333 !important;
}

/* Hover en enlaces de la franja final */
.footer-bottom a:hover,
.end-footer-bottom a:hover,
.end-footer-legal a:hover,
.footer-legal a:hover,
.site-info a:hover {
    color: #ff3333 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

/* ===============================
   LÍNEA NEGRA SEPARADORA FOOTER
   =============================== */

.site-footer,
.end-footer,
.footer-end,
.footer-main,
.footer-top {
    border-top: 16px solid #111111 !important;
}