
/*********************************************
 * STICKY HEADER
 *********************************************/
/* Initial state of the sticky header */
header .sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}



header .sticky-header .e-con-inner #menu-menu-principal > li > a:hover,
header .sticky-header .e-con-inner #menu-menu-principal > li.active > a{
	border-bottom: 3px solid var(--e-global-color-434ddd1);
}


/* Sticky header activated */
header .sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header .sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header .sticky-header.elementor-sticky--effects .e-con-inner{
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	margin-top: 8px;
}
header .sticky-header.elementor-sticky--effects .e-con-inner #menu-menu-principal > li > a{
	color: var(--e-global-color-text);
	border-bottom: 3px solid transparent;
	transition: border-bottom var(--transition);
}



header .sticky-header.elementor-sticky--effects .e-con-inner #menu-menu-principal > li > a:hover,
header .sticky-header.elementor-sticky--effects .e-con-inner #menu-menu-principal > li.active > a{
	border-bottom: 3px solid var(--e-global-color-434ddd1);
}

.sticky-header.elementor-sticky--effects .xpro-elementor-horizontal-menu-toggler-wrapper .fa-bars::before {
	color: var(--e-global-color-primary);
}


/* class: .logo */
header .sticky-header .logo img {
	transition: transform var(--transition);
}
header .sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("/wp-content/uploads/2025/09/Logo-recumar-sticky_compress.webp") ;
	background-repeat: no-repeat;
	background-size: contain;
	width: 208px; /* Width of new image */
	height: 48px; /* Height of new image */
	padding-left: 208px; /* Equal to width of new image */
}

header .sticky-header.elementor-sticky--effects #blckSocialMediaSticky .elementor-social-icon svg{
	fill: var(--e-global-color-primary);
}

.sticky-header.elementor-sticky--effects .e-con-inner .sticky-box-02{
	position: relative;
	z-index: 9999;
}
.sticky-header.elementor-sticky--effects .e-con-inner .sticky-box-03{
	--align-items: center;
	align-items: center;
}





/****************************************************
 * ESTILOS PERSONALIZADOS
 ****************************************************/
/* LISTA CAJAS AZULES */
#listaBoxAzules ul li{
    background-color: var(--e-global-color-ebc9bc0);
    padding: 10px 20px;
    border-radius: 30px;
	margin-bottom: 15px;
}
/* TEXTO AZUL */
.colorAzul{
	color: var(--e-global-color-primary);
}
.colorAmarillo{
	color: var(--e-global-color-434ddd1);
}

/* BOTON ROSA */
.blckServicioBox{
	overflow: hidden !important;
}
.blckServicioExperiencia{
	border: 1px solid #C2D5F545
}


/***************************************************
 * MEDIA QUERIES
 ***************************************************/

/* Shorter header on mobile (70px instead of 100px) */
@media only screen and (max-width: 767px) {
	header .sticky-header {
		--header-height: 70px;
	}
	#listaBoxAzules ul li{
		width: 100%;
	}
	.titleLatinoamerica{
		background-color: var(--e-global-color-b62be3a) !important;
		padding: 10px !important;
		border-radius: 15px !important;
	}
	#listaBoxAzules ul li:last-child{
		margin-bottom: 0;
	}
}