.elementor-kit-7{--e-global-color-primary:#009FFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#54BFFF;--e-global-color-3a01e78:#000000;--e-global-color-1e64e25:#EBF0F2;--e-global-color-635efcc:#000643;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{font-family:"Rubik", Sans-serif;}.elementor-kit-7 h2{font-family:"Rubik", Sans-serif;}.elementor-kit-7 h3{font-family:"Rubik", Sans-serif;}.elementor-kit-7 h4{font-family:"Rubik", Sans-serif;}.elementor-kit-7 h5{font-family:"Rubik", Sans-serif;}.elementor-kit-7 h6{font-family:"Rubik", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    /*color-scheme: light dark;*/
	--header-height: 70px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(0, 0, .2, 1);    
}

/***
* class: .sticky-header
*/
.cab {
	transition:	box-shadow var(--transition);
	width:100% !important;
  background-color: rgba(255, 255, 255, 0.3); /* Fondo semi-transparente */
  backdrop-filter: blur(10px); /* Desenfoque del fondo */
  -webkit-backdrop-filter: blur(10px); /* Soporte para Safari */	
}


/***
* Sticky header activated
*/
.cab.elementor-sticky--effects {
	height: var(--header-height);
	transition: all var(--transition);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}

/***
* class: .logo
*/
.cab .logo img {
	transition: width var(--transition);
}
.cab.elementor-sticky--effects .logo img {
	width: 170px !important;
}

.tx_w{
    word-wrap: break-word;
}

.espa1{
    height: 50px;
}

.col1{
    height: 720px;
    overflow-x: hidden;
    overflow-y: auto;
}/* End custom CSS */