/* 
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 */

/*SUBHEADER*/
.subheader1 {
	display: flex;
	justify-content: end;
	color: #FFFFFF;
	gap: 2rem;
}

.subheader1 a {
    color: #fff !important;
    font-family: 'Lato';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.subheader1 .elementor-widget-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: 60%;
    justify-content: end;
    margin-left: auto;
}

.subheader1 .elementor-container.elementor-column-gap-default {
    width: 100%;
}

.wpml-ls-legacy-dropdown-click a {
    color: #fff;
    background-color: #191e28 !important;
    padding: 5px 10px;
    line-height: 1;
	width: 100%;
}
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	background: #191e28 !important;
}

/*FOOTER*/
.titlekit {
    margin-right: auto !important;
    margin-left: auto !important;
	margin-top: 2rem !important;
}

/*SERVICIOS*/
.tabs .elementor-tab-content.elementor-clearfix.elementor-active {
    display: flex !important;
    align-items: center;
}

.tabs-text {
    margin-right: 2rem;
}

.tabs-text-right {
    margin-left: 2rem;
}

.tabs-text,
.tabs-text-right,
.tabs-img {
    display: flex !important;
    width: 50% !important;
}

.tabs-img  {
    aspect-ratio: 3/2 !important;
}


/**************** Móvil (950px) ****************/
@media only screen and (max-width: 950px) {
	.tabs .elementor-tab-content.elementor-clearfix.elementor-active {
    	display: block !important;
	}
	.tabs-text,
	.tabs-text-right,
	.tabs-img {
		display: flex !important;
		width: 100% !important;
	}
	.tabs-text-right {
		margin-left: 0rem;
		margin-top: 2rem;
	}
	.tabs-text {
		margin-right: 0rem;
	}
}

