/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.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
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
*/

.play:hover #Icon_awesome-play {
	fill: var( --e-global-color-secondary );
}

.tarjeta-servicio img { 
	margin-top: -150px;
	margin-bottom: 10px;
}

#columna-mov {
	position: absolute; 
	top: 41%; 
	left: -30%; 
}
#columna-mov-izq {
	position: absolute; 
	top: 50%; 
	left: -31%; 
}

.col-slider .elementor-posts {
	display: flex; 
	flex-direction: row; 
	align-items: center !important; 
}
.slick-slider .slick-track {
	display: flex; 
	flex-direction: row; 
	align-items: center; 
}
img.slick-arrow  {
	cursor: pointer; 
	width: 35px; 
	height: 35px;  
}

.desplegable-marcas .elementor-tab-title {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.desplegable-marcas .elementor-tab-content {
	text-align: center; 
}

#cmplz-document  {
	max-width: 1440px !important; 
}
#cmplz-document p {
	font-size: 20px !important; 
}

a.enlace {
	color: #565264; 
}
a.enlace:hover {
	color: #d54e4e !important; 
}

@media (max-width: 1024px){	
	#columna-mov {
		position: absolute; 
		top: 40%; 
		left: -5%; 
	}
	#columna-mov-izq {
		display: none;  
	}
}
@media (max-width: 768px) {
	.elementor-icon-list-item:after {
		display: none !important; 
	}
	#columna-mov {
		position: absolute; 
		top: 110%; 
		left: 0%; 
	}
	#columna-mov-izq {
		display: none;  
	}
} 