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

.gdpr-fbo-1 {
    background-color: transparent !important;		
	box-shadow: inset 0 0 0 1px currentColor;		
    opacity: .7;	
    color: #fff;
}
.gdpr-fbo-1:hover {
	background-color: white !important;
	color: black !important;
	opacity: 2;	
}

header .elementor-sticky .header-azul,
header .elementor-sticky.header-azul {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}
header .elementor-sticky--effects .header-azul,
header .elementor-sticky--effects.header-azul {
    background-color: var( --e-global-color-secondary );
}

.elementor-image-box-img a {
	display: flex;
}

.elementor-icon-wrapper { 
	line-height: 0; 
}

.equipo .e-child .e-child .elementor-image-box-title small {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	color: var( --e-global-color-primary );
	font-size: 14px;
    line-height: 1.2em !important;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.formulario-gf .gform-footer {
    padding: 0 !important;
}
.formulario-gf .gform_button {
    padding: 15px 45px !important;
    border: 0;
}
.formulario-gf .gfield--type-html {
    margin: 0 !important;
}
.formulario-gf .gfield_label {
    font-weight: 500 !important;
}

.ediciones-anteriores .e-n-accordion-item-title {
    width: 250px;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}
.ediciones-anteriores .e-n-accordion-item {
    align-items: center;
}
.ediciones-anteriores .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title,
.ediciones-anteriores .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-title-normal-color);
}
.ediciones-anteriores .e-n-accordion-item:not([open])>.e-n-accordion-item-title:hover,
.ediciones-anteriores .e-n-accordion-item:not([open])>.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-title-active-color);
}

.evento_donde .elementor-shortcode {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.evento_donde .lugar-info {
    display: flex;
    gap: 15px;
    color: #fff;
}
.evento_donde .lugar-info i {
    color: #fff;
    font-size: 20px;
}
.evento_donde .lugar-info .evento-ubicacion,
.evento_donde .lugar-info .evento-fecha,
.evento_donde .lugar-info .evento-hora {
    display: flex;
    gap: 10px;
    align-items: center;
}
.evento_donde .lugar-info .evento-ubicacion a {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}
.evento_donde .lugar-info .evento-enlace a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    margin-left: 20px;
}
.evento_donde .lugar-info .evento-enlace a:hover {
    border-bottom: 1px solid #fff;
}

.evento_participantes .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.evento_participantes .participante-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33% - 10px);
}
.evento_participantes .participante-imagen img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.evento_participantes .participante-nombre {
    font-family: var( --e-global-typography-94485de-font-family ), Sans-serif;
    font-size: 18px;
    color: #000;
}
.evento_participantes .participante-puesto {
    font-size: 15px;
    line-height: 1.2em;
}

.evento_redes .elementor-shortcode {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.evento_redes .evento-redes-nombre {
    font-family: var( --e-global-typography-94485de-font-family ), Sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.evento_redes .evento-redes-iconos {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.evento_redes .evento-redes-iconos a {
    background-color: var(--e-global-color-primary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.evento_redes .evento-redes-iconos a svg {
    height: 30px;
    fill: #fff;
}
.evento_redes .evento-redes-iconos a:hover {
    background-color: var( --e-global-color-81b50c9 );
}

.evento_colaboran img {
    width: 100%;
    height: 100px;
    max-width: 300px;
    object-fit: contain;
}

.evento_mapa .elementor-shortcode {
    display: flex;
    gap: 20px;
}
.evento_mapa .evento-mapa-container {
    width: 100%;
}

.evento_ocultar {
    height: 0;
}

.evento_entrada a {
    background-color: var( --e-global-color-9516a79 ) !important;
}
.evento_entrada a:hover {
    background-color: var(--e-global-color-3c2ad25) !important;
    color: var(--e-global-color-secondary) !important;
}

.galeria-logos-eventos .gallery {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.galeria-logos-eventos .gallery-item{
    width: auto;
}
.galeria-logos-eventos img {
	height: 80px;
    width: 250px;
    max-width: 100%;
	object-fit: contain;
}

.evento-videos iframe {
    border: 5px solid #fff;
}
.evento-videos .elementor-widget-text-editor {
    display: flex;
    flex-direction: column;
    gap: 20px;;
}

.logos-footer .elementor-widget-image-carousel {
    mix-blend-mode: multiply;
}
.logos-footer img {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    height: 80px;
    max-width: 120px;
    object-fit: contain;
}

.img-loop,
.img-loop a {
	width: 100%;
	height: 100%;
}
.img-loop img {
	max-height: 250px;
}

.destacada-evento img {
    max-height: 600px;
    object-fit: cover;
}

.texto-hover-blanco a:hover {
    color: #fff !important;
}

.contadores .elementor-counter-title {
    text-align: center;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
    max-width: 25px !important;
    max-height: 25px !important;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
    line-height: 31px !important;
    font-size: 20px !important;
    min-width: 31px !important;
    height: 31px !important;
}
#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
    bottom: 30px !important;
    height: 31px !important;
}

@media(max-width: 1024px) {
	header .elementor-sticky--effects .header-azul {
		background-color: transparent;
	}
    .evento_participantes .participante-item {
        width: calc(50% - 10px);
    }
	.img-loop img {
		max-height: 350px;
	}
}

@media(max-width: 768px) {
    .evento_donde .elementor-shortcode {
        gap: 30px;
    }
    .evento_donde .lugar-info {
        flex-wrap: wrap;
    }
    .evento_donde .lugar-info .evento-ubicacion {
        width: 100%;
    }
    .evento_participantes .participante-imagen img {
        height: 175px;
        width: 175px;
    }
    .evento_mapa .elementor-shortcode {
        flex-direction: column;
    }
	.img-loop img {
		max-height: 180px;
	}
}