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

#header-wrapper {
    width: 100%;
    position: relative;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease-out;
}

#header.sticky {
    position: fixed !important;
    transform: translateY(-100%);
}

#header.sticky.sticky-active {
    transform: translateY(0);
}

/** MENU START **/

div#menu-wrapper {
    display: flex;
    max-width: 1400px;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-right: auto;
    margin-left: auto;
	justify-content: space-between;
}

ul#menu-main-menu{
	display: flex;
	list-style: none;
	gap: 28px;
}
/** Header fondo blanco**/

#header.sticky.sticky-active div#menu-wrapper{
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	
}


#header.sticky.sticky-active {
	box-shadow: 1px 0px 60px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 0px 60px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 0px 60px 0px rgba(0,0,0,0.1);
}


#header[data-config-color="blanco"] {
    background-color: white;
    color: black;
}

#header[data-config-color="blanco"] ul#menu-main-menu li a{
	color: #00263E;
	font-size: 15px;
	font-weight: 600;
}


#header[data-config-color="blanco"] .btn-header a{
    background-color: #00263E;
	padding: 10px 22px;
	color: #FFF!important;
	border-radius: 3px;
}

/** Header fondo azul**/
#header[data-config-color="azul"] {
    background-color: #00263E;
    color: white;
}

#header[data-config-color="azul"] .logo-header{
    filter: invert(1) brightness(200%);
}

#header[data-config-color="azul"] ul#menu-main-menu li a{
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
}

#header[data-config-color="azul"] .btn-header a{
    background-color: #FFF;
	padding: 10px 22px;
	color: #00263E!important;
	border-radius: 3px;
}


/* Si no hay config asignado */
#header[data-config-color]:not([data-config-color="blanco"]):not([data-config-color="azul"]) {
    background-color: #FFF;
    color: black;
}


@media (max-width: 1024px) {
	div#mobile-header{
		transition: .3s ease-in-out;
        position: fixed;
        display: flex;
        z-index: 999 !important;
		width: 100%;
		padding: 20px;
		display: flex;
        justify-content: space-between;
	}
	
	#mobile-menu{
		transition: .3s ease-in-out;
		height: 100dvh;
		background: #fff;
		width: 100%;
	}
	
	#mobile-menu.mobile-menu-hidden{
		position: fixed;
		z-index: 9999 !important;
		left: -100%;
	}
	
	#mobile-menu.mobile-menu-visible{
		position: fixed;
		z-index: 9999 !important;
		top: 0;
		left: 0;
	}
	
	div#mobile-header[data-config-color="azul"]{
		background-color: #00263E;
    	color: white;
	}
	
	
	#mobile-header[data-config-color="azul"] .logo-header{
    	filter: invert(1) brightness(200%);
	}
	
	div#mobile-header[data-config-color="blanco"]{
		background-color: #FFF;
    	color: #00263E;
	}
	
	.logo_menu_open{
		display: flex;
		flex-direction: row;
		padding: 20px;
	}
	
	#close-mobile-menu{
		margin-left: auto!important;
	}
	
	.mobile-menu-container ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.mobile-menu-container{
		padding: 20px;
	}
	
	.mobile-menu-container li a, .mobile-menu-container li a:hover{
		font-size: 29px;
		font-style: normal;
		font-weight: 600;
		line-height: 152%;
		color: #00263E;
		font-family: "Public Sans";
	}
	
	body[data-menu-open="true"]{
		max-width: 100vh;
		overflow: hidden;
	}
	
	.elementor[data-elementor-type="wp-page"] {
		padding-top: 75px;
	}
	
}



/** MENU FOOTER **/
ul#menu-menufooter {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

ul#menu-menufooter li a{
	color: #FFF;
}
.btn__menu-fotter {margin-top: 10px!important;}

.btn__menu-fotter a{
	color: #00263E!important;
	background: #FFF;
	background-color: #FFF;
	padding: 10px 22px;
	border-radius: 3px;
}

/** Toggle **/
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle{
	-webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/** BTN WhatsApp Flotante **/
@media screen and (max-width: 1024px){
	.btn-flotante-wp-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00263E;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}
	
	.btn-flotante-wp-menu a{
		color: #FFF!Important;
		display: flex;
		flex-direction: row;
		justify-content: center;
	    align-items: center;
		gap: 14px;

	}
	
	.btn-flotante-wp-menu a:hover{
		color: #FFF!Important;
	}
	
	.btn-flotante-wp-menu a img{
		filter: brightness(0) saturate(100%) invert(71%) sepia(80%) saturate(480%) hue-rotate(74deg) brightness(96%) contrast(101%);
		width: 21px!important;
		height: 21px!important;
	}
}

@media screen and (max-width: 1470px) and (min-width: 767px){
    .section-size div{
        max-width: 1270px!important;
    }
}
		
#glosario div{
	margin-bottom: 5px!important;
}

.elementor-widget-theme-post-content strong {
    font-weight: 700 !important;
}