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

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	padding: 5px;
}
#pojo-a11y-toolbar {
	bottom: 0;
	z-index: 999999; 
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 15px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	position: fixed; 
	bottom: 15px; 
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
	width: 25px; 
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	display: none;
}
.gt_float_switcher .gt_options a {
	font-size: 0px;
}
#gt_float_wrapper {
	right: 0 !important;
	bottom: 8px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 5px !important;
}

#cmplz-document {
	max-width: 100%; 
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

header .elementor-sticky:not(.elementor-sticky--effects) .logo {
	display: none;
}
header .elementor-sticky.elementor-sticky--effects .logo-blanco {
	display: none;
}
header .elementor-sticky.elementor-sticky--effects {
	background-color: #fff;
}
header .elementor-sticky.elementor-sticky--effects .elementor-button {
	color: var(--e-global-color-3c2ad25) !important;
    background-color: var(--e-global-color-secondary) !important;
}
header .elementor-sticky.elementor-sticky--effects .elementor-button:hover, header .elementor-sticky.elementor-sticky--effects .elementor-button:focus {
	background-color: var(--e-global-color-accent) !important;
}
header .elementor-sticky:not(.elementor-sticky--effects) .elementor-menu-toggle svg {
	fill: #fff !important;
}

.carrusel-img img {
	height: 450px;
	object-fit: cover;
}

.logo-modelo img {
	width: 400px;
}
.h1-unit1 img {
	width: 300px;
}

@media(min-width: 1024px) {
	header .elementor-sticky.elementor-sticky--effects .menu-item a {
		color: var(--e-global-color-secondary) !important;
	}
	header .elementor-sticky.elementor-sticky--effects .menu-item a.elementor-item-active {
		color: var(--e-global-color-accent) !important;
	}
	header .elementor-sticky.elementor-sticky--effects .menu-item a:hover, header .elementor-sticky.elementor-sticky--effects .menu-item a:focus {
		color: var(--e-global-color-accent) !important;
	}
}

@media(max-width: 1024px) {
	.logo-modelo img {
		width: 320px;
	}
}

@media(max-width: 768px) {
	.logo-modelo img {
		width: 250px;
	}
}