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

/* Pagina de cookies */
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode{
	max-width: none !important;
}

/* Ocultar icono Recaptcha */
.grecaptcha-badge { 
    visibility: hidden;
}

/* Icono Accesibilidad */
#pojo-a11y-toolbar {
	bottom: 0;
	z-index: 999999; 
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 195px;
    bottom: 15px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	position: fixed; 
	bottom: 15px; 
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
	width: 25px; 
}

/* Traduciones */
.trp-language-switcher > div {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.trp-language-switcher .trp-ls-shortcode-language {
	display: flex !important;
	height: initial !important;
	overflow: visible !important;
	visibility: visible !important;
	width: initial !important;
}

.trp-language-switcher > div > a {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.trp-ls-shortcode-current-language {
	display: none !important;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	max-height: initial !important;
	height: initial !important;
	overflow-y: visible !important;
	visibility: visible !important;
	position: static !important;
	left: 0;
	top: 0;
	display: flex !important;
	min-height: initial !important;
}

.trp-language-switcher > div > a:hover {
	background: transparent !important;
	color: #FCA311;
}

.trp-ls-shortcode-disabled-language {
	opacity: .5;
}

.trp-ls-shortcode-disabled-language:hover {
	color: #FFFFFF !important;
}

.trp-ls-shortcode-language a:first-child:after {
	content: '/';
	margin: 0 10px;
	color: #FFFFFF !important;
	/* opacity: .5 !important; */
}

.trp-language-switcher {
	margin-bottom: -20px !important;
	width: 70px !important;
	/* width: 110px !important; */
}

/* Traduciones Moviles*/
.lenguaje-movil .trp-language-switcher > div > a {
	color: #FFFFFF;
	font-size: 16px;
}

.lenguaje-movil .trp-ls-shortcode-disabled-language:hover {
	color: #FFFFFF !important;
}

.lenguaje-movil .trp-ls-shortcode-language a:first-child:after {
	color: #FFFFFF !important;
}

/* Slider productos */
.elementor-widget[data-widget_type="posts.custom"] .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget[data-widget_type="posts.custom"] article section > div > div > .elementor-widget-wrap {
	background-position: center center;
	background-size: cover;
}