.elementor-kit-5{--e-global-color-primary:#0A66FF;--e-global-color-secondary:#081320;--e-global-color-text:#182433;--e-global-color-accent:#C0C4CC;--e-global-color-b68cf56:#68707B;--e-global-color-8e6c932:#F5F8FC;--e-global-color-09ca934:#E2E7EC;--e-global-color-17e1b8a:#FFFFFF;--e-global-color-9867451:#084FC7;--e-global-color-5869530:#081320;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.08em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-style:none;border-radius:7px 7px 7px 7px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{border-style:none;border-radius:7px 7px 7px 7px;}.elementor-kit-5 label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );accent-color:var( --e-global-color-accent );background-color:var( --e-global-color-17e1b8a );border-radius:7px 7px 7px 7px;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{border-radius:7px 7px 7px 7px;}.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);}@media(max-width:1024px){.elementor-kit-5 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1.08em;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:16px;}.elementor-kit-5 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.bv-header {
    position: relative;
    z-index: 100;

    width: 100%;
    margin: 0;
    padding: 0 !important;

    background: rgba(255, 255, 255, 0.98);

    border-bottom: 1px solid rgba(8, 25, 43, 0.07);

    box-shadow:
        0 5px 20px rgba(8, 25, 43, 0.045);
}


.bv-header__inner {
    width: min(calc(100% - 48px), 1240px);
    min-height: 72px;

    margin: 0 auto;
    padding: 0 !important;

    display: grid;
    grid-template-columns: 300px 1fr auto;
    align-items: center;

    column-gap: 48px;
}


/* =========================================================
   BRAND / LOGO
   ========================================================= */

.bv-header__brand {
    width: 100% !important;
    min-width: 0;

    margin: 0;
    padding: 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: stretch;
}


/* Remove Elementor spacing */

.bv-header__brand .elementor-widget,
.bv-header__brand .elementor-widget-container,
.bv-header__brand a {
    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;
}




/* =========================================================
   NAVIGATION
   ========================================================= */

.bv-header__nav {
    width: 100%;

    margin: 0;
    padding: 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: center;
}


.bv-header__menu {
    width: auto;
}


/* Navigation links */

.bv-header__menu a {
    position: relative;

    color: #08192b;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color 0.22s ease,
        opacity 0.22s ease;
}


/* Hover / active */

.bv-header__menu a:hover,
.bv-header__menu .elementor-item-active {
    color: #0a66ff;
}


/* Underline */

.bv-header__menu a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -7px;

    width: 0;
    height: 2px;

    margin: auto;

    background: #0a66ff;

    border-radius: 999px;

    transition:
        width 0.22s ease;
}


.bv-header__menu a:hover::after,
.bv-header__menu .elementor-item-active::after {
    width: 22px;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.bv-header__actions {
    width: auto !important;

    margin: 0;
    padding: 0 !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 16px;

    justify-self: end;
}


/* =========================================================
   CTA
   ========================================================= */

.bv-header__cta {
    margin: 0;
}


.bv-header__cta .elementor-button {
    min-height: 44px;

    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #0a66ff;
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    white-space: nowrap;

    box-shadow:
        0 7px 18px rgba(10, 102, 255, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


.bv-header__cta .elementor-button:hover {
    background: #0759df;

    transform: translateY(-1px);

    box-shadow:
        0 10px 23px rgba(10, 102, 255, 0.24);
}


/* =========================================================
   PHONE — OPTIONAL
   ========================================================= */

.bv-header__phone {
    display: flex;
    align-items: center;

    gap: 10px;

    white-space: nowrap;
}


.bv-header__phone::before {
    content: "☎";

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(10, 102, 255, 0.09);
    color: #0a66ff;

    font-size: 16px;
}


.bv-header__phone small {
    display: block;

    color: #697586;

    font-size: 11px;
    line-height: 1.2;
}


.bv-header__phone strong {
    display: block;

    margin-top: 2px;

    color: #08192b;

    font-size: 14px;
    line-height: 1.2;
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 1024px) {

    .bv-header__inner {
        width: min(calc(100% - 36px), 1240px);

        min-height: 68px;

        grid-template-columns:
            240px
            1fr
            auto;

        column-gap: 24px;
    }




    .bv-header__menu a {
        font-size: 13px;
    }


    .bv-header__actions {
        gap: 10px;
    }


    .bv-header__cta .elementor-button {
        min-height: 42px;

        padding-inline: 18px;

        font-size: 12px;
    }


    .bv-header__phone small {
        display: none;
    }


    .bv-header__phone strong {
        font-size: 13px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bv-header {
        padding: 0 !important;
    }


    .bv-header__inner {
        width: calc(100% - 24px);

        min-height: 66px;

        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 14px;
    }


    /* Brand */

    .bv-header__brand {
        flex: 1 1 auto;

        width: auto !important;

        display: flex;
        align-items: center;
        justify-content: flex-start;
    }


    .bv-header__brand .elementor-widget,
    .bv-header__brand .elementor-widget-container,
    .bv-header__brand a {
        width: auto;

        display: flex;
        align-items: center;
        justify-content: flex-start;
    }



    /* Navigation / hamburger */

    .bv-header__nav {
        width: auto;

        flex: 0 0 auto;

        margin-left: auto;

        justify-content: flex-end;
    }


    /* Hide CTA desktop area */

    .bv-header__actions {
        display: none !important;
    }


    /* Hamburger */

    .bv-header__menu .elementor-menu-toggle {
        width: 42px;
        height: 42px;

        margin: 0;
        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 7px;

        background:
            rgba(10, 102, 255, 0.08);

        color: #0a66ff;
    }


    .bv-header__menu .elementor-menu-toggle:hover {
        background:
            rgba(10, 102, 255, 0.13);
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .bv-header__inner {
        width: calc(100% - 20px);

        gap: 10px;
    }

    .bv-header__menu .elementor-menu-toggle {
        width: 40px;
        height: 40px;
    }
}


/* =========================================================
   SMART STICKY HEADER
   ========================================================= */

.bv-header {
    position: sticky;

    top: 0;

    z-index: 999;

    transition:
        transform 0.32s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;

    will-change: transform;
}


/* Scrolled */

.bv-header.is-scrolled {
    background:
        rgba(255, 255, 255, 0.96);

    -webkit-backdrop-filter:
        blur(12px);

    backdrop-filter:
        blur(12px);

    box-shadow:
        0 8px 28px
        rgba(8, 25, 43, 0.09);
}


/* Hide while scrolling down */

.bv-header.is-hidden {
    transform:
        translateY(-110%);
}


/* Show when scrolling upward */

.bv-header.is-visible {
    transform:
        translateY(0);
}


/* =========================================================
   WORDPRESS ADMIN BAR
   ========================================================= */

body.admin-bar .bv-header {
    top: 32px;
}


@media (max-width: 782px) {

    body.admin-bar .bv-header {
        top: 46px;
    }
}


/* =========================================================
   REDUCED MOTION ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bv-header,
    .bv-header__cta .elementor-button,
    .bv-header__menu a::after {
        transition: none !important;
    }
}

@media (max-width: 767px) {
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 55px !important;
    }
}

/* =========================================================
   BLUE VOLT — SCROLL TO TOP
   ========================================================= */

#ast-scroll-top {
    width: 42px;
    height: 42px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: rgba(8, 20, 34, 0.94) !important;
    color: #ffffff !important;

    border: 1px solid rgba(0, 132, 255, 0.75);
    border-radius: 12px;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.28),
        0 0 14px rgba(0, 132, 255, 0.14);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;

    right: 24px;
    bottom: 24px;

    z-index: 999;
}


/* Hover */
#ast-scroll-top:hover {
    background: #087fe7 !important;
    border-color: #3da4ff;

    transform: translateY(-4px);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.32),
        0 0 20px rgba(0, 132, 255, 0.32);
}


/* Icono */
#ast-scroll-top .ast-icon {
    font-size: 15px;
    transition: transform 0.25s ease;
}


/* Pequeño movimiento de la flecha */
#ast-scroll-top:hover .ast-icon {
    transform: translateY(-2px);
}


/* Mobile */
@media (max-width: 767px) {

    #ast-scroll-top {
        width: 38px;
        height: 38px;

        right: 16px;
        bottom: 16px;

        border-radius: 10px;
    }
}/* End custom CSS */