/* 
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
*/
/* MENU */
#menu{
	position: absolute;
	width: 100%;
	z-index: 9;
}
.menu-item a{
	text-decoration: none !important;
}
.trp-language-switcher-container a{
	padding: 6px 20px !important;
} 
.trp-language-switcher-container .elementor-nav-menu--dropdown{
	background-color: transparent !important;
} 
/* BANNER INICIO */
#banner-home{
	position: relative !important;
}

@media (min-width: 1200px){
	#banner-home:after {
		content: "";
		background-image: url(/wp-content/uploads/2023/03/mundo_banner.png);
		background-repeat: no-repeat;
		width: 500px;
		height: 129px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

/* SERVICIOS */

#services .card-services{
	padding-left: 1em;
	padding-right: 1em;
}
#services .card-services a {
	position: absolute;
    bottom: -37px;
    z-index: 9;
    left: 34%;
}

@media(max-width: 675px){
	#services .card-services{
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	
	#services .card-services a {
		left: 40%;
	}
}