/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* MENU FLOTANTE */

#menu_flotante{
	opacity:0;
	transition:0.6s ease-in-out;
}
#menu_flotante.visible{
	opacity:1;
	transition:0.6s ease-in-out;
	backdrop-filter: blur(5px) saturate(180%);
}

/* GALERÍA */

#galeria .e-gallery-item:hover .elementor-gallery-item__overlay{
	background-color: rgba(136,79,184, 0.4);
}

/* CONTACTO */

.listado_contacto .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon{
	background-color: var(--e-global-color-accent);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 40px;
    height: 40px;
	margin-right:12px;
}
.listado_contacto .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg{
	margin-right:0px;
}

/* FOOTER */

#footer_laura .listado_contacto .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon{
	background-color: #FFFFFF;
}
#footer_laura .col_idiomas .selector_idiomas .wpml-ls-statics-shortcode_actions.wpml-ls{
	padding:0px;
	border:none;
}
#footer_laura .col_idiomas .selector_idiomas .wpml-ls-statics-shortcode_actions.wpml-ls ul{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	row-gap:10px;
}
#footer_laura .col_idiomas .selector_idiomas .wpml-ls-statics-shortcode_actions.wpml-ls ul > li:first-child{
	margin-right:10px;
}
#footer_laura .col_idiomas .selector_idiomas .wpml-ls-statics-shortcode_actions.wpml-ls .wpml-ls-item a.wpml-ls-link{
	padding:0px;
}


/* COOKIES */

.secc_cookies .cookies #cmplz-document{
	width:100%;
	max-width:100%;
}


/* QUERYS */

@media(max-width:912px) and (min-width:767px){
	.hero_home{
		min-height:60vh;
	}
}
@media(max-width:767px){
	#menu_flotante{
		padding-top:10px;
	}
	#menu_flotante .elementor-nav-menu--dropdown{
		background-color:transparent;
	}
	#menu_flotante .elementor-nav-menu--dropdown li.menu-item{
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
	#menu_flotante .elementor-nav-menu--dropdown-mobile {
		row-gap:0px;
	}
}