/*
Theme Name: Child Theme Hello Manya
Template: hello-elementor
Author: Manya Team
Description: Theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3
Updated: 22-03-21 16:04:05

*/



/**********************/
/* FUENTES ELEMENTOR */
/********************/
/* Estilos sarai no borrar */

@font-face {
    font-family: 'Causten';
    src: url('/wp-content/uploads/2021/07/Causten-Black.eot');
    src: url('/wp-content/uploads/2021/07/Causten-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/07/Causten-Black.woff2') format('woff2'),
        url('/wp-content/uploads/2021/07/Causten-Black.woff') format('woff'),
        url('/wp-content/uploads/2021/07/Causten-Black.ttf') format('truetype'),
        url('/wp-content/uploads/2021/07/Causten-Black.svg#Causten-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Causten';
    src: url('/wp-content/uploads/2021/07/Causten-Bold.eot');
    src: url('/wp-content/uploads/2021/07/Causten-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/07/Causten-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/2021/07/Causten-Bold.woff') format('woff'),
        url('/wp-content/uploads/2021/07/Causten-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/2021/07/Causten-Bold.svg#Causten-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Causten';
    src: url('/wp-content/uploads/2021/07/Causten-Regular.eot');
    src: url('/wp-content/uploads/2021/07/Causten-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/07/Causten-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2021/07/Causten-Regular.woff') format('woff'),
        url('/wp-content/uploads/2021/07/Causten-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/2021/07/Causten-Regular.svg#Causten-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
	overflow-x: hidden;
}
h3 a{
	font-size: 28px !important;
	font-weight: bold !important; 
}
.inputSearch button{
	z-index: 5 !important;
}
.btnDescargas i{
	display: none !important
}
.separador_amarillo .elementor-divider-separator{
    border-radius: 6px;
}
@media (max-width: 1024px){
	.h2 br {
		display: none !important;
	}
}
/***************************/
.centerListing .jet-listing-grid__items{
	justify-content: center !important;
}
/**********************/
/* MENU */
/**********************/
#OpenMegaMenu,
#CloseMegaMenu{
	cursor: pointer !important;
}
/************/
@media (max-width: 1575px){
	section.headerTotal{
		padding-right: 10% !important;
	}
}
/************/
.megaMenu{
	position: fixed !important;
	top: 0px !important;
	width: 100% !important;
	right: 0 !important;
	display: none;
}
/*megamenu scroll*/
@media (max-height: 650px){
	.megaMenu{
		overflow-y: auto !important;
		height: 100vh !important;
	}
	.elementor-49 .elementor-element.elementor-element-ae3ec13 > .elementor-container{
		min-height: 700px !important;
		height: 100vh !important;
	}
}
@media (max-width: 768px){
	.megaMenu{
		background: #FFB300 !important;
	}
	.megaMenuCol.col1{
		z-index: 1 !important;
	}
	.megaMenuCol.col2{
		z-index: 2 !important;
		height: 0px;
		min-height: 0px !important;
	}
}
.megaMenu .submenu a{
	font-size: 22px !important;
	line-height: 1.1em !important;
	padding-left: 40px !important;
}
@media (max-width: 768px){
	.megaMenu .submenu a{
		font-size: 17px !important;
		padding-left: 20px !important;
	}
}
/**********************/
/* FORM - NO BORRAR */
/**********************/

.form_style form{
	padding-top: 20px !important;
}


*:focus,
input:invalid,
input:focus,
select:focus{
	box-shadow: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
}
textarea::placeholder,
input::placeholder{
	opacity: 0 !important;
}

/**********/
.form_style .input,/*input file*/
.form_style input,
.form_style select{
	padding: 0 20px 0 10px !important;
	line-height: 50px !important;
	height: 50px !important;
}
.form_style select{ /*select mobile*/
	padding: 0 50px 0 6px !important;
	background-repeat: no-repeat;
	background-position: 97% center;
	background-image: url('/wp-content/uploads/2021/04/drop-mobile.jpg');
	background-size: 28px 28px;
}
.form_style .input, /*input file*/
.form_style input,
.form_style select,
.form_style textarea{
	border-radius: 0 6px 6px 6px !important;
	border: 2px solid #F0F0F0 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	color: #211F1F !important;
	background-color: #F0F0F0 !important;
}

.form_style .active input{
	border-color: #FFB300 !important;
}

.form_style input:focus,
.form_style select:focus,
.form_style textarea:focus{
	border-color: #5A51F7 !important;
}

.form_style .active input::placeholder,
.form_style input:focus::placeholder{
	opacity: 0.5 !important;
}
.form_style .elementor-field-type-html h3,
.form_style .elementor-field-group{
	margin-bottom: 35px !important;
}

/* LABEL */
.form_style .elementor-field-group{
	position: relative;
}
.form_style .elementor-field-label{
	position: absolute;
	top: 16px;
	left: 16px;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	pointer-events: none;
	opacity: 1;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	color: #250040 !important;
}
.form_style .elementor-field-group.active label{
	color: #FFB300 !important;
}
.form_style .elementor-field-type-select .elementor-field-label,
.form_style input:focus + label{
	color: #250040 !important;
}

.form_style input:focus + label,
.form_style textarea:focus + label{
	top: -20px !important;
	left: 10px;
	font-size: 16px !important;
	opacity: 1 !important;
	font-weight: bold !important;
	color: #5A51F7 !important;
}

.form_style .elementor-field-group.active label,
.elementor-field-type-select.active label{
	top: -20px !important;
	left: 10px;
	font-size: 16px !important;
	opacity: 1 !important;
	font-weight: bold !important;
	color: #FFB300 !important;
}

.form_style .elementor-message{
	text-align: center;
}

/* form suscripcion Version 2*/ 
.form_style.c2 input{
    border-radius: 50px !important
}
.form_style.c2 .elementor-button{
    border-radius: 50px !important;
    color: white !important;
    background-color: #5A51F7 !important;
}
.form_style.c2 .elementor-button:hover{
    background-color: #433ADA !important;
}



/**********************/
/*  Estilos Custom    */
/**********************/


#cn-accept-cookie{
	background-color: #5b51f8;	
}
#cn-refuse-cookie{
	background-color: #ffb300;
	color: #250040;
}

#cn-more-info{
	color: #ffb300 !important;
}
#cn-more-info:hover{
	color: #ffd46e !important;
}



/* .listing-noticesBoletin-buttonSecc, .listing-noticesBoletin-buttonSecc > .elementor-container{
	height: 100% !important;
	border-radius: 0 0 30px 30px;
} */

.postGeneral > .elementor-container{
	height: 100% !important;
}

.home .elementor-element-ce06df8 .elementor-element-populated .elementor-element-824e30e .slick-track .jet-listing-grid__item:nth-child(odd) .elementor-widget-wrap .elementor-widget-icon .elementor-icon svg path{
	fill: #FFB300 !important;
}


body .bannerInternaBlue{
	content:"";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background: #5a51f7;
    top: -30px;
}

.text_bottomline:after{
    content: "";
    display: block;
    width: 170px;
    height: 6px;
    background-color: #FFB300;
    border-radius: 10px;
	margin-top: 10px;
}

.text_bottomline_center{
	position: relative;	
}

.text_bottomline_center:after{
	content: "";
    display: block;
    width: 170px;
    height: 6px;
    background-color: #FFB300;
    border-radius: 10px;
	left: 0;
	right: 0;
	margin: auto;
    margin-top: 20px;
}

.seccBannerInterna{
	margin-top: -2px !important;
/* 	overflow-x: hidden;
	overflow-y: inherit !important; */
}

.h1banner_interna:after{
    content: "";
    display: block;
    width: 170px;
    height: 6px;
    background-color: #FFB300;
    border-radius: 10px;
}

.banner_twocolumn-static, .banner_twocolumn-static .elementor-widget-wrap{
    position: static !important;
}

@media screen and (max-width: 1024px){
	.seccBannerInterna .elementor-container{
		min-height: 420px !important;
	}
}

@media screen and (max-width: 768px){
	.banner_twocolumn-static img{
		max-height: 230px;
		width: auto !important;
	}
	
	.seccBannerInterna .text_bottomline{
		text-align: center;
	}
	
	.seccBannerInterna .text_bottomline:after{
		margin-left: 24px;
	}
}

@media screen and (max-width: 400px){
	.banner_twocolumn-static img{
		width: auto !important;
		position: static;
		max-width: 100% !important;
	}
}

/* ACEPTANCE Y RADIO BUTTOM */
.form_style .elementor-field-type-radio .elementor-field-option{
	position: relative !important;
	margin: 0 0 20px 0 !important;
	display: block  !important;
}
.form_style .elementor-field-type-radio .elementor-field-option:last-child{
	margin-bottom: 0px !important;
}
.form_style .elementor-field-type-radio label.elementor-field-label,
.form_style .elementor-field-type-acceptance label.elementor-field-label{
	opacity: 0 !important;
	display: none;
}
.form_style .elementor-field-type-radio input,
.form_style .elementor-field-type-acceptance .elementor-field-option input{
	position: absolute !important;
	opacity: 0 !important;
}
.form_style .elementor-field-type-upload .elementor-field-label, /* Input file */
.form_style .elementor-field-type-upload.active .elementor-field-label, /* Input file */
.form_style .elementor-field-type-radio .elementor-field-option input:checked + label,
.form_style .elementor-field-type-radio.active .elementor-field-option input + label,
.form_style .elementor-field-type-radio .elementor-field-option label,
.form_style .elementor-field-type-acceptance .elementor-field-option input:checked + label,
.form_style .elementor-field-type-acceptance .elementor-field-option label{
	width: 100% !important;
	padding: 0 0 0 20px !important;
	font-size: 16px !important;
	display: block !important;
	position: relative !important;
	top: inherit !important;
	left: inherit !important;
	bottom: inherit !important;
	font-weight: normal !important;
	color: #250040 !important;
}
.form_style .elementor-field-type-radio .elementor-field-option label a,
.form_style .elementor-field-type-acceptance .elementor-field-option label a{
	font-size: inherit !important;
	color: #5A51F7 !important;
	line-height: inherit !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
.form_style .elementor-field-type-radio .elementor-field-option label a:hover,
.form_style .elementor-field-type-acceptance .elementor-field-option label a:hover{
	text-decoration: underline !important;
}
.form_style .elementor-field-type-radio .elementor-field-option label:before,
.form_style .elementor-field-type-acceptance .elementor-field-option label:before{
	content: '' !important;
	border: 2px solid #250040  !important;
	position: absolute !important;
	border-radius: 1px !important;
	width: 20px !important;
    height: 20px !important;
    top: -3px !important;
    left: -5px !important;
	background-color: #fff !important;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.form_style .elementor-field-type-radio .elementor-field-option label:before{
	border-radius: 50px !important;
}
.form_style .elementor-field-type-radio .elementor-field-option input:checked + label:before,
.form_style .elementor-field-type-acceptance .elementor-field-option input:checked + label:before{
	background-color: #FFB300 !important;
}
.form_style .elementor-field-type-acceptance .elementor-field-option input:checked + label:before{
	background-image: url('/wp-content/uploads/2021/04/check2.png');
	background-repeat: no-repeat;
	background-size: 98%; 
	background-position: center center;
}

/* INPUT FILE */
.form_style .elementor-field-type-upload input{
	position: absolute !important;
	opacity: 0 !important;
	width: 100% !important;
	top: 0 !important;
	height: 0px !important;
}
.form_style .elementor-field-type-upload.active .elementor-field-label,
.form_style .elementor-field-type-upload .elementor-field-label{
	padding: 0px !important;
	font-size: 0px !important;
	pointer-events: inherit !important;
}
.form_style .elementor-field-type-upload .input{
	width: calc( 100% - 166px );
	vertical-align: middle;
	font-weight: normal !important;
	line-height: 50px !important;
	height: 50px !important;
	overflow: hidden;
	display: inline-block  !important;
}
.form_style .elementor-field-type-upload .input strong{
	font-weight: normal !important;
}
/* boton de subir archivo */
.form_style .elementor-field-type-upload .elementor-field-label span{
	background-color: #fff;
	border: 2px solid #FFB300;
	background-image: url('/wp-content/uploads/2021/04/mdi_paperclip.png');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 91% center;
	color: #5A51F7 !important;
	width: 146px;
	border-radius: 6px;
	position: relative !important;
	margin: 0 0 0px 20px !important;
	display: inline-block  !important;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
	padding: 0 20px 0 10px !important;
	line-height: 45px !important;
	height: 50px !important;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.form_style .elementor-field-type-upload .elementor-field-label span:hover{
	border-color: #5A51F7;
}

/* SOLO PARA INGLES*/
html[lang="en-US"] .form_style .elementor-field-type-upload .elementor-field-label span{
	font-size: 0px !important;
}
html[lang="en-US"] .form_style .elementor-field-type-upload .elementor-field-label span:after{
	content: 'Select';
	font-size: 16px !important;
}

/* HTML */
.form_style .elementor-field-type-html{
	margin-bottom: 0 !important;
}
.form_style .elementor-field-type-html sup{
	color: #211F1F !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 15px !important;
	top: -35px !important;
}
.form_style .elementor-field-type-html span{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #5A51F7;
	display: block;
	padding-bottom: 4px;
	line-height: 16px !important;
}

/* SEPARACION DE TERMINOS */

.form_style .elementor-field-group-tamanio{
	margin-bottom: 10px !important;
}

/* BOTON */

.form_style .elementor-button{
	color: #250040 !important;
	height: 50px !important;
	line-height: 45px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.form_style .elementor-button:hover{
	color: #250040 !important;
	background-color: #ffbf29 !important; 
}

/**********************/
/*  BLOG    */
/**********************/
.imgPost:after{
    content: '';
    background: linear-gradient(180deg, rgba(36, 24, 61, 0) 0%, #24183D 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
}
.titlePost a{
    font-size: 20px !important;
}
.elementor-post-navigation__link{
    padding: 0 5px !important;
}
.inputSearch input{
   background: #F5F7FB; 
   border: 5px solid #F5F7FB !important;
}
.inputSearch input::placeholder{
   opacity: 1 !important;
}
.inputSearch .jet-search-filter__submit{
    right: 5px !important;
    top: -5px !important;
    position: relative !important;
}
.postGeneral.id107 .postGeneralContent .elementor-widget-wrap{
	background-color: #5a51f7 !important;
}
.postGeneral.id107 .postGeneralContent .elementor-widget-wrap *{
	color: #fff !important;
}
.postGeneral.id107 .postImgCtn:before{
	content: '' !important;
	width: 70px !important;
	height: 70px !important;
	margin: 0px !important;
	top: 0px !important;
	left: 0px !important;
	position: absolute !important;
	z-index: 9 !important;
	pointer-events: none !important;
	background-image: url('/wp-content/uploads/2021/08/destacar.png');
	background-size: 100% 100%;
}
.imgPost a{
	width: 100%;
}

/************/
/* FOOTER */
/************/
@media (min-width: 768px){
	.clickToggle{
		pointer-events: none !important;
	}
	.bodyToggle{
		display: block !important;
	}
}
@media (max-width: 767px){
	.footer:before{
		top: -40px !important;
		left: -2% !important;
		width: 104% !important;
		height: 100px !important;
	}
	.clickToggle{
		position: relative !important;
		pointer-events: auto !important;
	}
	.clickToggle:before{
		content: '' !important;
		position: absolute !important;
		background-image: url('/wp-content/uploads/2021/04/drop-footer-acordeon.png')  !important;
		background-size: 100% 100% !important;
		width: 20px !important;
		height: 20px !important;
		display: block !important;
		top: -2px !important;
		right: 5px !important;
		transform: rotate(180deg) !important;
		-webkit-transform: rotate(180deg) !important;
		transition: all .3s ease !important;
		-webkit-transition: all .3s ease !important;
	}
	.clickToggle.active:before{
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
	.bodyToggle{
		display: none;    
	}
}
@media (max-width: 640px){
	.footer:before{
		top: -25px !important;
		left: 0% !important;
		width: 100% !important;
		height: 60px !important;
	}
}
/* Cierra estilos sarai*/


/**********************/
/* HOME */
/**********************/

/* F3 VALORES - Estilos del scroll Horizontal GAD */ 

.serv_ctn .elementor-image-box-content{
	padding: 0 0 0 30px !important;
}
.serv_ctn .elementor-image-box-img{
	max-width: 90px !important;
}
.serv_ctn .elementor-widget-container{
	height: 280px !important;
}
@media (max-width: 1400px){
	.serv_ctn .elementor-widget-container{
		height: 320px !important;
	}
}
@media (max-width: 768px){
	.serv_ctn .elementor-widget-container{
		height: auto !important;
	}

	#pinContainer2 .pinContainer .elementor-background-overlay{
		display: none !important;
	}
}
.serv_ctn .elementor-widget-wrap{
	background-size: 100% 80% !important;
	background-position: -70px center !important;
}

#pinContainer2 {
	width: 100% !important;
	overflow: hidden !important;
	-webkit-perspective: 1000 !important;
	perspective: 1000 !important;
}
@media (min-width: 1025px){
	#pinContainer2 .jet-listing-grid__items {
		width: 280% !important;
		min-width: 280% !important;
		height: 100% !important;
		flex-wrap: nowrap !important;
	}

	#pinContainer2 .jet-listing-grid__item  {
		height: 100% !important;
		width: 16.6% !important;
		min-width: 16.6% !important;
		float: left !important;
		max-width: 16.6%;
	}
}