/*
Theme Name: Hub Child
Theme URI: https://hub.liquid-themes.com/
Template: hub
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Tags: responsive,retina,rtl-language-support,blog,portfolio,custom-colors,live-editor
Version: 4.4.1720092515
Updated: 2024-07-04 11:28:35

*/

#comments{
	display:none !important;
}

::selection { 
    background: #FCD5E8; /*Color naranja para el fondo*/
    color:#000;  /*Color blanco para el texto seleccionado*/
}

/*Noticias*/
.entry-meta .byline {
    display: none;
}
.single-post .container a {
    color: #FCD5E8;
}

/*Banners*/
.quads-location img {
    width: 100% !important;
}
/*planes*/
span.evoet_title.evcal_desc2.evcal_event_title, #evcal_list .eventon_list_event .evoet_cx em, .evo_lightboxes .evoet_cx em {
    color: white !important;
}

/*VERYBILBAINOS*/
.single-very-bilbainos .elementor-widget-container a {
    color: #f0b2d0;
}


/*BANNERS ROTATIVOS*/

/* Oculta la imagen de Escritorio en dispositivos pequeños */
.ocultar-en-movil {
    display: block; /* Por defecto, visible */
}

/* Oculta la imagen de Móvil por defecto en escritorio */
.mostrar-solo-en-movil {
    display: none;
}

/* ----------------------------------------------------------------- */
/* Reglas para Pantallas Pequeñas (Móviles y Tablets) */
/* (Ajustar el valor de 768px si tus puntos de corte son diferentes) */
/* ----------------------------------------------------------------- */
@media (max-width: 768px) {
    
    /* Oculta la imagen de Escritorio en móvil */
    .ocultar-en-movil {
        display: none !important;
    }
    
    /* Muestra la imagen de Móvil en móvil */
    .mostrar-solo-en-movil {
        display: block !important;
        /* Puedes añadir aquí más estilos si lo necesitas (ej. width: 100%;) */
    }
}