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

.bounce {
  animation: bounce 2s infinite;
}

span.destacado {
	color: var(--e-global-color-secondary);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

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

.absolute .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	color:#fff!important;
	background:transparent!important;
	padding:10px!important;
}

.wpml-ls-legacy-dropdown a {
	padding-bottom:0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	background:transparent!important;
}

.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.3em);
}
 
.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;
	color: var(--e-global-color-primary);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
	padding:5px 10px;
}

.hide-is-empty-loop{
	display: none;
}

