/*
CTC Separate Stylesheet
Updated: 2025-08-12 09:46:15
*/
/* Footer Top - títulos de widgets como h3 visualmente */
.footer_top .widget .widget-title,
.footer_top h5 {
    font-size: 18px;        /* tamaño típico h3 */
    font-weight: 700;       /* negrita */
    color: #ffffff !important; /* blanco */
    margin-bottom: 15px;
}

/* Footer Bottom - si hay títulos también */
.footer_bottom .widget .widget-title,
.footer_bottom h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 15px;
}

