.elementor-kit-6{--e-global-color-primary:#1A3A5C;--e-global-color-secondary:#E8622A;--e-global-color-text:#1D2733;--e-global-color-accent:#E8622A;--e-global-color-0f85da5:#FFFFFF;--e-global-color-f61d04b:#F3EFE9;--e-global-color-e0023b3:#C95220;--e-global-color-46fe120:#E7E2DC;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:3.5rem;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.1;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.1;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.55;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:0.9375rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-letter-spacing:-0.01em;--e-global-typography-e4ab3fb-font-family:"Sora";--e-global-typography-e4ab3fb-font-size:2rem;--e-global-typography-e4ab3fb-font-weight:700;--e-global-typography-e4ab3fb-line-height:1.2;--e-global-typography-1d6d75a-font-family:"Sora";--e-global-typography-1d6d75a-font-size:1.312rem;--e-global-typography-1d6d75a-font-weight:600;--e-global-typography-1d6d75a-line-height:1.2;--e-global-typography-1d6d75a-letter-spacing:-0.01em;--e-global-typography-fe36e3f-font-family:"Sora";--e-global-typography-fe36e3f-font-size:0.9375rem;--e-global-typography-fe36e3f-font-weight:600;--e-global-typography-fe36e3f-text-transform:uppercase;--e-global-typography-fe36e3f-letter-spacing:0.1em;--e-global-typography-fdaf559-font-family:"Manrope";--e-global-typography-fdaf559-font-size:1.25rem;--e-global-typography-fdaf559-font-weight:500;--e-global-typography-fdaf559-line-height:1.55;--e-global-typography-5b170a1-font-family:"Manrope";--e-global-typography-5b170a1-font-size:0.9375rem;--e-global-typography-5b170a1-font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-0f85da5 );border-radius:35px 35px 35px 35px;padding:1rem 1rem 1rem 1rem;}.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-e0023b3 );color:var( --e-global-color-0f85da5 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-6{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-secondary-font-size:2rem;--e-global-typography-e4ab3fb-font-size:1.6875rem;--e-global-typography-1d6d75a-font-size:1.25rem;--e-global-typography-fdaf559-font-size:1.1875rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:94vw;}.e-con{--container-max-width:94vw;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.625rem;--e-global-typography-e4ab3fb-font-size:1.4375rem;--e-global-typography-1d6d75a-font-size:1.1875rem;--e-global-typography-fe36e3f-font-size:0.875rem;--e-global-typography-fdaf559-font-size:1.125rem;--e-global-typography-5b170a1-font-size:0.875rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:94vw;}.e-con{--container-max-width:94vw;}}/* Start custom CSS */html {
    font-size: clamp(16px, 0.93701vw, 17px);
}


/* pantallas superiores a 1920px */

@media (min-width: 1920px) {

html {
    font-size: 17px;
  }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
} 

.bg-dots::before {
    content: '';           /* sin esto no renderiza */
    position: absolute;    /* sin esto no se posiciona */
    inset: 0;              /* cubre todo el contenedor */
    opacity: .16;
    background: radial-gradient(circle at 18% 30%, #fff 0 1.5px, transparent 2px) 0 0 / 40px 40px;
    pointer-events: none;  /* recomendable: no interfiere con clicks */
}/* End custom CSS */