@charset 'UTF-8';


/* Estilos generales */


/* Cabecera de página */

.elementor-location-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 20;
}

body.home:not(.scrolled) .elementor-location-header section {
	background-color: transparent !important;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

body.home:not(.scrolled) .elementor-location-header img {
	width: 100px !important;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-filter: brightness(0) invert(100%);
	        filter: brightness(0) invert(100%);
}

body.home:not(.scrolled) .elementor-location-header a {
	color: white !important;
}

/* Pie de página */


/* Responsive : Tablet */

@media (max-width: 767px) {

}


/* Responsive : Móvil */

@media (max-width: 767px) {

}
