/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/

/* Cabecera sticky */

.sticky-header.elementor-sticky--active{
	background: #fff !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	padding: 0 !important;
	transition: all 0.25s ease !important;
	-moz-transition: all 0.25s ease !important;
	-webkit-transition: all 0.25s ease !important;
}

.sticky-header.elementor-sticky--active img{
	width: 150px !important;
}

.ribete{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* Testimonios */

/* Testimonios */

.elementor-testimonial--align-center .elementor-testimonial__footer{
	display: flex;
	flex-direction: column;
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite, .elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
	margin: 0;
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

/* Cookies */

#cookie-law-info-bar{
	padding: 40px !important;
}

#cookie-law-info-bar br{
	display: none;
}

#cookie-law-info-bar h5{
	color: #a84079;
	font-size: 24px !important;
	margin: 0 0 20px 0 !important;
}

#cookie-law-info-bar p{
	font-size: 14px;
}

#cookie-law-info-bar p:last-child{
	margin: 40px 0 0 0 !important;
}

#cookie-law-info-bar #cookie_action_close_header{
	margin: 0 20px 0 0;
}