.elementor-kit-6{--e-global-color-primary:#042052;--e-global-color-secondary:#000000;--e-global-color-text:#CCCCCC;--e-global-color-accent:#51504F;--e-global-color-bd63748:#FFFFFF;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;line-height:1em;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:16px;}.elementor-kit-6 h1{font-family:"Lora", Sans-serif;font-size:64px;font-weight:500;}.elementor-kit-6 h2{font-family:"Lora", Sans-serif;font-size:46px;}.elementor-kit-6 h3{font-family:"Lora", Sans-serif;font-size:27px;font-weight:bold;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Lora", Sans-serif;font-size:16px;font-weight:bold;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-bd63748 );background-color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:20px 50px 20px 50px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );box-shadow:0px 0px 10px 0px rgba(3.9999999999999867, 32.00000000000008, 82.00000000000003, 0.28);}.elementor-kit-6 img{border-radius:5px 5px 5px 5px;}.elementor-kit-6 label{font-family:"Roboto", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Roboto", 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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6{font-size:16px;}.elementor-kit-6 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container */
.hover-box{
transition: all 0.4s ease;
}

/* Transición textos */
.hover-box h2,
.hover-box p{
transition: color 0.4s ease;
}

/* Hover */
.hover-box:hover{
background: linear-gradient(135deg, #000000, #042052);
}

/* Cambio de color textos */
.hover-box:hover h2,
.hover-box:hover p{
color: #ffffff;
}/* End custom CSS */