.elementor-kit-763{--e-global-color-primary:#013B72;--e-global-color-secondary:#CF1B21;--e-global-color-text:#1A1A1A;--e-global-color-accent:#97161A;--e-global-color-2d13520:#FEFEFE;--e-global-color-a8bf354:#A2A2A2;--e-global-color-28f0865:#003D6F;--e-global-typography-primary-font-family:"AreaNormal";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"AreaNormal";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"AreaNormal";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"AreaNormal";--e-global-typography-accent-font-weight:500;--e-global-typography-c16c46a-font-family:"AreaNormal";--e-global-typography-c16c46a-font-size:15px;--e-global-typography-c16c46a-font-weight:400;--e-global-typography-c16c46a-text-transform:uppercase;--e-global-typography-c16c46a-font-style:normal;--e-global-typography-c16c46a-letter-spacing:1px;--e-global-typography-acfdccf-font-family:"AreaNormal";--e-global-typography-acfdccf-font-size:56px;--e-global-typography-acfdccf-font-weight:700;--e-global-typography-acfdccf-line-height:1.1em;--e-global-typography-3f5e8ec-font-family:"AreaNormal";--e-global-typography-3f5e8ec-font-size:28px;--e-global-typography-3f5e8ec-font-weight:800;--e-global-typography-3f5e8ec-line-height:1.1em;}.elementor-kit-763 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 .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-763{--e-global-typography-acfdccf-font-size:46px;--e-global-typography-3f5e8ec-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-763{--e-global-typography-acfdccf-font-size:36px;--e-global-typography-3f5e8ec-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --azul1: #013B72;
    --azul2: #195885;
    --rojo: #CF1B22;
    --rojo2: #98151A;
    --negro: #000;
}

.btn.btn-solid{
    display: inline-flex;
    font-size: 18px;
    border: 1px solid var(--azul2);
    font-style: normal;
    align-items: center;
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--azul1);
    text-decoration: none;
}
.btn.btn-solid:hover,
.btn.btn-solid:focus{
    border-color: var(--rojo);
}
.btn.btn-solid:has(svg) svg{
    color: var(--rojo);
    margin-left: 7px;
}

.btn.btn-solid.white{
    border-color: #fff;
    color: #fff;
}/* End custom CSS */