/* _content/FlyGam/Pages/Shared/_EmptyLayout.cshtml.rz.scp.css */
body[b-xrkelcli6f] {
    font-family: "Be Vietnam Pro", sans-serif;
}
/* _content/FlyGam/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-w29dq02nwd] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-w29dq02nwd] {
    color: #0077cc;
}

.btn-primary[b-w29dq02nwd] {
    color: #fff;
    background-color: #f5006e;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-w29dq02nwd], .nav-pills .show > .nav-link[b-w29dq02nwd] {
    color: #fff;
    background-color: #f5006e;
    border-color: #1861ac;
}

.navbar-toggler[b-w29dq02nwd] {
    color: #f5006e;
    font-size: 25px;
}

.border-top[b-w29dq02nwd] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-w29dq02nwd] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-w29dq02nwd] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-w29dq02nwd] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-w29dq02nwd] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.navbar[b-w29dq02nwd] {
    transition: all 0.3s ease-in-out;
}

.navbar-brand img[b-w29dq02nwd] {
    filter: drop-shadow(0 0 4px #11d8ff88);
}

.nav-link:hover[b-w29dq02nwd],
.dropdown-item:hover[b-w29dq02nwd] {
    color: #11d8ff !important;
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.dropdown-menu[b-w29dq02nwd] {
    border: none;
    z-index: 2000 !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.6);
}

.navbar-toggler:focus[b-w29dq02nwd] {
    box-shadow: none;
}

body[b-w29dq02nwd] {
    padding-top: 70px; /* espacio para nav fija */
}

.menu-toggle-btn[b-w29dq02nwd] {
    background: transparent;
    backdrop-filter: blur(6px);
    border: none;
    padding: 0.6rem 0.75rem;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #11d8ff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

    .menu-toggle-btn:hover[b-w29dq02nwd] {
        background: rgba(17, 216, 255, 0.2);
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }

    .menu-toggle-btn:focus[b-w29dq02nwd] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(17, 216, 255, 0.3);
    }

.hamburger[b-w29dq02nwd] {
    cursor: pointer;
    color: #11d8ff;
    display: inline-block;
    width: 36px;
    height: 36px;
}

    .hamburger input[b-w29dq02nwd] {
        display: none;
    }

    .hamburger svg[b-w29dq02nwd] {
        height: 2rem; /* 🔽 Reducción del tamaño total */
        width: 2rem;
        transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.line[b-w29dq02nwd] {
    fill: none;
    stroke: #11d8ff; /* Aquí va el color deseado */
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5; /* 🔽 Ligeramente más delgado */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line:hover[b-w29dq02nwd]{
    transition:all ease .5s;
    stroke:white;
}

.line-top-bottom[b-w29dq02nwd] {
    stroke-dasharray: 12 63;
}

.hamburger input:checked + svg[b-w29dq02nwd] {
    transform: rotate(-45deg);
}

    .hamburger input:checked + svg .line-top-bottom[b-w29dq02nwd] {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42;
    }

