/* 
Theme Name: Hello Elementor child jordiblanco.es
Theme URI: https://github.com/elementor/hello-theme/
Description: jordiblanco.es - diseño y desarrollo web 
Author: Jordi Blanco - diseño y desarrollo web
Author URI: https://jordiblanco.es/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/


/*GDPR barfondo color de fondo negro*/
/*#moove_gdpr_cookie_info_bar {
	background-color: #000 !important;
}*/


/*evitar el scroll horizontal*/
html {
	overflow-x: hidden !important;
}
body {
	position: relative !important;
	overflow-x: hidden !important;
}

/*---------------------------*/


/* sticky efect en una columna*/
.titlesticky{
position: sticky !important;
position: -webkit-sticky !important;
top: 6rem !important;
}
.parent-sticky .elementor-widget-wrap {
display: block!important; 
}