.elementor-kit-13{--e-global-color-primary:#446B94;--e-global-color-secondary:#040F1F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#756B65;--e-global-color-1299b6e:#F2F2F2;--e-global-color-6a7a787:#161616;--e-global-color-a8b4d0e:#303030;--e-global-color-d51a056:#99C1DA;--e-global-color-0574cb2:#80C1D5;--e-global-color-8e4c483:#85D8FF;--e-global-color-302a017:#41C0FC;--e-global-typography-primary-font-family:"PT Serif";--e-global-typography-secondary-font-family:"PT Serif";--e-global-typography-text-font-family:"PT Serif";--e-global-typography-accent-font-family:"Palanquin";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.8em;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-1637dfa-font-family:"Montserrat";--e-global-typography-1637dfa-font-size:35px;--e-global-typography-2e22330-font-family:"Montserrat";--e-global-typography-2e22330-font-size:30px;--e-global-typography-df69742-font-family:"Montserrat";--e-global-typography-df69742-font-size:25px;--e-global-typography-6f21c83-font-family:"Montserrat";--e-global-typography-6f21c83-font-size:20px;--e-global-typography-fc7c54d-font-family:"Montserrat";--e-global-typography-fc7c54d-font-size:16px;color:#756B65;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-primary );text-transform:uppercase;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:11px 20px 11px 20px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-13 h2{font-family:"PT Serif", Sans-serif;font-size:3em;font-weight:800;line-height:1.2em;}.elementor-kit-13 h3{font-family:"PT Serif", Sans-serif;font-size:1.5em;font-weight:600;line-height:1em;}.elementor-kit-13 h4{font-family:"PT Serif", Sans-serif;font-size:1em;font-weight:600;}.elementor-kit-13 h5{font-family:"PT Serif", Sans-serif;}.elementor-kit-13 h6{font-family:"Lato", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1366px){.elementor-kit-13{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-13 h1{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-secondary-font-size:4em;--e-global-typography-accent-font-size:0.875em;font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-13 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-secondary-font-size:3em;font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-kit-13 h1{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 90px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(68, 107, 148, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
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) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}


/* CABECERA PROYECTO  */



/***
* class: .sticky-header-pro
*/
header.sticky-header-pro {
	--header-height: 90px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header-pro.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header-pro > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header-pro.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header-pro {
		--header-height: 70px;
	}
}

/***
* class: .logo-pro
*/
header.sticky-header-pro .logo-pro img {
	transition: transform var(--transition);
}
header.sticky-header-pro.elementor-sticky--effects .logo-pro img {
	transform: scale(.8);
}/* End custom CSS */