/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* Necesario para oscurecer las imágenes de carousel noticias Home */
.lqd-fb-style-6 .lqd-fb-img::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Oscuridad, ajusta opacidad a gusto */
    z-index: 1;
    pointer-events: none;
    transition: background 0.3s ease;
}

.lqd-fb-style-6 .lqd-fb-img {
    position: relative; /* Necesario para posicionar correctamente el ::before */
    overflow: hidden; /* Por si hay escalado o bordes */
}