/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/*-----MENU----*/

nav.elementor-nav-menu--dropdown  ul.elementor-nav-menu li.menu-item.menu-item-has-children svg {
  color: #fff;
  fill: #fff;
}



/*-----CATEGORY----*/

.main-intro h2{
	font-size: 1.1em;
    font-weight: 700;
}

.ventajas-list ul{
	list-style: none;
    padding: 0;
}

.ventajas-list ul li{
	padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid var( --e-global-color-accent );
}

.ventajas-list ul li:last-child{
    border-bottom: 3px solid var( --e-global-color-accent );
}

/*-----MAIN CATEGORIES----*/

.swiper .intro h3{
	font-size: 1.1em;
    font-weight: 700;
}

/*----WPML---*/

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	font-family: 'FontAwesome';
	/*display: none !important;*/
    content: '\f107';
    vertical-align: middle;
    display: inline-block;
    border: unset;
    border-top: unset;
    position: absolute;
    right: 5px;
    top: calc(50% - 0.5em);
}
 
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown>ul,
.wpml-ls-legacy-dropdown>ul li,
.wpml-ls-legacy-dropdown>ul li a {
	border: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
	font-size:1em!important;
}