.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#2D2D2D;--e-global-color-accent:#ED7457;--e-global-color-7587985:#ED7457;--e-global-color-937d70b:#C3B1E1;--e-global-color-f0c61f9:#EAD468;--e-global-color-d62b390:#8CC6E5;--e-global-color-605e013:#9FBE57;--e-global-color-9636596:#2D2D2D;--e-global-color-df41135:#000000;--e-global-color-e893ca4:#FFFFFF;--e-global-typography-primary-font-family:"Josefin Sans";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Josefin Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Josefin Sans";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Josefin Sans";--e-global-typography-accent-font-weight:700;--e-global-typography-00bbe6e-font-size:16px;--e-global-typography-00bbe6e-font-weight:400;--e-global-typography-00bbe6e-text-transform:uppercase;--e-global-typography-298a8f4-font-size:80px;--e-global-typography-298a8f4-font-weight:600;--e-global-typography-298a8f4-line-height:1.2em;--e-global-typography-298a8f4-letter-spacing:-1.2px;--e-global-typography-9c663bf-font-size:40px;--e-global-typography-9c663bf-font-weight:400;--e-global-typography-9c663bf-line-height:1.2em;--e-global-typography-9c663bf-letter-spacing:-0.01em;--e-global-typography-4fb1b5b-font-size:55px;--e-global-typography-4fb1b5b-font-weight:500;--e-global-typography-4fb1b5b-line-height:1.2em;--e-global-typography-dcf02fb-font-size:20px;--e-global-typography-dcf02fb-line-height:1.3em;--e-global-typography-b2e8bd6-font-size:16px;--e-global-typography-b2e8bd6-line-height:1.2em;font-family:"Josefin Sans", Sans-serif;font-size:16px;font-weight:300;text-transform:none;font-style:normal;line-height:1.6em;}.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-7587985 );font-family:"Josefin Sans", Sans-serif;font-weight:700;text-transform:uppercase;color:var( --e-global-color-e893ca4 );padding:16px 40px 16px 40px;}.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-f0c61f9 );color:var( --e-global-color-df41135 );border-radius:0px 0px 0px 0px;}.elementor-kit-7 e-page-transition{background-color:#ED7457FC;}.elementor-kit-7 h1{font-family:"Josefin Sans", Sans-serif;font-size:56px;font-weight:400;text-transform:none;line-height:1.1em;letter-spacing:0.02em;}.elementor-kit-7 h2{font-family:"Josefin Sans", Sans-serif;font-size:40px;font-weight:400;text-transform:none;font-style:normal;line-height:1.2em;letter-spacing:0.01em;}.elementor-kit-7 h3{font-family:"Josefin Sans", Sans-serif;font-size:28px;font-weight:400;text-transform:none;font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-9c663bf-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-298a8f4-font-size:53px;--e-global-typography-9c663bf-font-size:30px;--e-global-typography-4fb1b5b-font-size:45px;--e-global-typography-4fb1b5b-line-height:1.1em;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth scroll global */
html {
  scroll-behavior: smooth;
}

/* Forzar Josefin Sans en todo */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select {
  font-family: 'Josefin Sans', sans-serif !important;
}

/* Offset para anclas con header fijo */
[id] {
  scroll-margin-top: 100px;
}

/* Eliminar border-radius por defecto de Elementor en algunos widgets */
.elementor-widget-image img {
  border-radius: 0;
}/* End custom CSS */