/* /Components/Layout/MainLayout.razor.rz.scp.css */
.votacion-page[b-rowj5s3577] {
    min-height: 100vh;
    background: radial-gradient(circle at top, #1a1a1a 0%, #080808 60%);
    display: flex;
    justify-content: center;
    padding: 12px 12px 24px 12px;
}

.votacion-shell[b-rowj5s3577] {
    width: 100%;
    max-width: 540px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-54iamgkp6s],
.components-reconnect-repeated-attempt-visible[b-54iamgkp6s],
.components-reconnect-failed-visible[b-54iamgkp6s],
.components-pause-visible[b-54iamgkp6s],
.components-resume-failed-visible[b-54iamgkp6s],
.components-rejoining-animation[b-54iamgkp6s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-retrying[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-failed[b-54iamgkp6s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-54iamgkp6s] {
    display: block;
}


#components-reconnect-modal[b-54iamgkp6s] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-54iamgkp6s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-54iamgkp6s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-54iamgkp6s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-54iamgkp6s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-54iamgkp6s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-54iamgkp6s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-54iamgkp6s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-54iamgkp6s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-54iamgkp6s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-54iamgkp6s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-54iamgkp6s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-54iamgkp6s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-54iamgkp6s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-54iamgkp6s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-54iamgkp6s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-54iamgkp6s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-54iamgkp6s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-54iamgkp6s {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-votacion[b-gxjdt1pr5w] {
    min-height: calc(100dvh - 110px);
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: radial-gradient( circle at 50% 55%, rgba(255, 90, 0, .12) 0%, rgba(255, 90, 0, .04) 25%, transparent 55% ), radial-gradient( ellipse at center, rgba(35, 35, 35, .70) 0%, rgba(10, 10, 10, .95) 55% ), linear-gradient( to bottom, #000000 0%, #050505 45%, #1a0700 75%, #4a1500 100% );
}

.landing-titulo[b-gxjdt1pr5w] {
    font-size: 2.65rem;
    font-weight: 900;
    line-height: .95;
    margin-top: .75rem;
    margin-bottom: .5rem;
}

.landing-subtitulo[b-gxjdt1pr5w] {
    max-width: 320px;
    margin: 0 auto 1.4rem auto;
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 700;
}

.landing-jerseys[b-gxjdt1pr5w] {
    margin-bottom: 1.6rem;
}

    .landing-jerseys img[b-gxjdt1pr5w] {
        width: 100%;
        max-width: 390px;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .45));
    }

.landing-convocatoria[b-gxjdt1pr5w] {
    max-width: 360px;
    margin: 0 auto 1.8rem auto;
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 600;
}

.btn-ir-votar[b-gxjdt1pr5w] {
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: .55rem;
    padding: .85rem 1.35rem;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255, 90, 0, .28);
    cursor: pointer;
    transition: all .2s ease;
}

    .btn-ir-votar:hover[b-gxjdt1pr5w] {
        background: #ff6d1a;
        transform: translateY(-1px);
    }

    .btn-ir-votar:active[b-gxjdt1pr5w] {
        transform: scale(.96);
    }

@media (max-width: 768px) {

    .landing-titulo[b-gxjdt1pr5w] {
        font-size: 2.35rem;
    }

    .landing-subtitulo[b-gxjdt1pr5w] {
        max-width: 280px;
        font-size: 1rem;
    }

    .landing-jerseys img[b-gxjdt1pr5w] {
        max-width: 330px;
    }

    .landing-convocatoria[b-gxjdt1pr5w] {
        max-width: 300px;
        font-size: 1rem;
    }
}

@media (max-width: 430px) {

    .landing-votacion[b-gxjdt1pr5w] {
        padding: .75rem 1rem;
    }

    .landing-titulo[b-gxjdt1pr5w] {
        font-size: 2.15rem;
    }

    .landing-jerseys img[b-gxjdt1pr5w] {
        max-width: 300px;
    }

    .landing-convocatoria[b-gxjdt1pr5w] {
        font-size: .95rem;
    }
}
/* /Components/Pages/Votacion/ConfirmacionVoto.razor.rz.scp.css */
.confirmacion-voto[b-9ntbbixdsj] {
    margin-top: 10px;
}

.confirmacion-titulo[b-9ntbbixdsj] {
    color: var(--nj-orange);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.confirmacion-card[b-9ntbbixdsj] {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, #2b2b2b, #1d1d1d);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.confirmacion-img[b-9ntbbixdsj] {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: linear-gradient(180deg, #2a1308, #120804);
    padding: 8px;
}

.confirmacion-jersey[b-9ntbbixdsj] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.confirmacion-disenador[b-9ntbbixdsj] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.confirmacion-avatar[b-9ntbbixdsj] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.confirmacion-label[b-9ntbbixdsj] {
    font-size: .75rem;
    color: var(--nj-muted);
}

.confirmacion-nombre[b-9ntbbixdsj] {
    font-size: .95rem;
    font-weight: 600;
}

.confirmacion-label-email[b-9ntbbixdsj] {
    display: block;
    margin-bottom: 8px;
    font-size: .9rem;
    font-weight: 600;
}

.confirmacion-input[b-9ntbbixdsj] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #555;
    background: #141414;
    color: white;
    font-size: 1rem;
    outline: none;
}

    .confirmacion-input:focus[b-9ntbbixdsj] {
        border-color: var(--nj-orange);
    }

.confirmacion-error[b-9ntbbixdsj] {
    color: #ff6b6b;
    margin-top: 8px;
    font-size: .85rem;
}

.confirmacion-aviso[b-9ntbbixdsj] {
    margin-top: 14px;
    border: 1px solid var(--nj-orange);
    border-radius: 12px;
    padding: 12px;
    color: #f5f5f5;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: .6rem;
}

    .confirmacion-aviso i[b-9ntbbixdsj] {
        color: var(--nj-orange);
        font-size: 1rem;
        flex-shrink: 0;
    }

.confirmacion-acciones[b-9ntbbixdsj] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-cancelar[b-9ntbbixdsj],
.btn-confirmar[b-9ntbbixdsj] {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-cancelar[b-9ntbbixdsj] {
    background: transparent;
    border: 1px solid #666;
    color: white;
}

    .btn-cancelar:hover[b-9ntbbixdsj] {
        border-color: #888;
    }

.btn-confirmar[b-9ntbbixdsj] {
    background: var(--nj-orange);
    color: white;
}

    .btn-confirmar:hover[b-9ntbbixdsj] {
        background: var(--nj-orange-dark);
    }

    .btn-confirmar:disabled[b-9ntbbixdsj] {
        opacity: .85;
        cursor: not-allowed;
    }

.captcha-label[b-9ntbbixdsj] {
    margin-top: 14px;
}

.captcha-box[b-9ntbbixdsj] {
    margin-bottom: 4px;
}

.captcha-pregunta[b-9ntbbixdsj] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 8px;
    color: #f5f5f5;
    font-size: .9rem;
}

    .captcha-pregunta i[b-9ntbbixdsj] {
        color: var(--nj-orange);
    }
/* /Components/Pages/Votacion/DetalleJersey.razor.rz.scp.css */
.detalle-loading[b-akas2k7ow6] {
    min-height: calc(100dvh - 110px);
    background: radial-gradient(circle at center, #242424 0%, #070707 75%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.detalle-container[b-akas2k7ow6] {
    min-height: calc(100dvh - 110px);
    background: radial-gradient(circle at center, #242424 0%, #070707 75%);
    color: #fff;
    padding: .75rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.btn-regresar[b-akas2k7ow6] {
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #ff5a00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: .2s ease;
}

.detalle-nombre[b-akas2k7ow6] {
    color: #ff5a00;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .15rem;
}

.detalle-imagen-container[b-akas2k7ow6] {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.detalle-imagen[b-akas2k7ow6] {
    width: min(74vw, 300px);
    max-height: 340px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .65));
}

.btn-flecha[b-akas2k7ow6] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #ff5a00;
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
}

    .btn-flecha.izquierda[b-akas2k7ow6] {
        left: 0;
    }

    .btn-flecha.derecha[b-akas2k7ow6] {
        right: 0;
    }

.detalle-dots[b-akas2k7ow6] {
    display: flex;
    justify-content: center;
    gap: .45rem;
    margin-top: -.35rem;
    margin-bottom: .75rem;
}

.detalle-dot[b-akas2k7ow6] {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: none;
    background: #b8b8b8;
    padding: 0;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    transition: all .2s ease;
}

    .detalle-dot.active[b-akas2k7ow6] {
        background: #ff5a00;
        transform: scale(1.2);
    }

.detalle-inspiracion[b-akas2k7ow6] {
    margin-bottom: .75rem;
}

    .detalle-inspiracion .titulo[b-akas2k7ow6] {
        color: #ff5a00;
        font-size: .9rem;
        font-weight: 800;
        margin-bottom: .2rem;
    }

    .detalle-inspiracion .texto[b-akas2k7ow6] {
        color: #f1f1f1;
        font-size: .8rem;
        line-height: 1.3rem;
    }

.detalle-footer[b-akas2k7ow6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .5rem;
    padding-bottom: .25rem;
}

.disenador[b-akas2k7ow6] {
    display: flex;
    align-items: center;
    gap: .6rem;
    min-width: 0;
}

    .disenador .avatar[b-akas2k7ow6] {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        object-fit: cover;
        background: #333;
    }

    .disenador .label[b-akas2k7ow6] {
        color: #cfcfcf;
        font-size: .68rem;
    }

    .disenador .nombre[b-akas2k7ow6] {
        color: #fff;
        font-size: .85rem;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-seleccionar[b-akas2k7ow6] {
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: .45rem;
    padding: .75rem 1rem;
    font-size: .8rem;
    font-weight: 900;
    min-width: 105px;
    box-shadow: 0 8px 18px rgba(255, 90, 0, .25);
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    transition: all .2s ease;
}

    .btn-seleccionar:hover[b-akas2k7ow6] {
        background: #ff6d1a;
    }

    .btn-seleccionar:active[b-akas2k7ow6] {
        transform: scale(.96);
    }

.detalle-dot:active[b-akas2k7ow6] {
    transform: scale(.9);
}

.btn-regresar:active[b-akas2k7ow6] {
    transform: scale(.9);
}

.btn-regresar:hover[b-akas2k7ow6] {
    background: rgba(255,90,0,.15);
}

.btn-flecha:active[b-akas2k7ow6] {
    transform: translateY(-50%) scale(.92);
}

@media (min-width: 768px) {
    .detalle-container[b-akas2k7ow6] {
        max-width: 430px;
        margin: 0 auto;
    }
}
/* /Components/Pages/Votacion/Index.razor.rz.scp.css */
.votacion-title[b-u90kutaqdl] {
    color: var(--nj-orange);
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0;
}

.votacion-subtitle[b-u90kutaqdl] {
    color: #f1f1f1;
    margin-bottom: 14px;
}

.votacion-progress[b-u90kutaqdl] {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    border: 1px solid #666;
    border-radius: 999px;
    padding: 4px 12px;
    margin-bottom: 16px;
    font-size: .9rem;
}

    .votacion-progress strong[b-u90kutaqdl] {
        color: var(--nj-orange);
    }

.jersey-card[b-u90kutaqdl] {
    display: grid;
    grid-template-columns: 38% 1fr auto;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg,#2b2b2b,#1d1d1d);
    border: 1px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
    color: white;
    text-decoration: none;
    min-height: 150px;
}

    .jersey-card:hover[b-u90kutaqdl] {
        border-color: var(--nj-orange);
        color: white;
    }

    .jersey-card.selected[b-u90kutaqdl] {
        border-color: var(--nj-orange);
        box-shadow: 0 0 0 1px var(--nj-orange);
    }

.jersey-img[b-u90kutaqdl] {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: linear-gradient(180deg, #2a1308, #120804);
    padding: 6px;
}

.jersey-info[b-u90kutaqdl] {
    padding: 12px 0;
}

.jersey-name[b-u90kutaqdl] {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 14px;
}

.designer[b-u90kutaqdl] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.designer-avatar[b-u90kutaqdl] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.designer-label[b-u90kutaqdl] {
    font-size: .75rem;
    color: var(--nj-muted);
}

.designer-name[b-u90kutaqdl] {
    font-size: .95rem;
    font-weight: 600;
}

.radio-fake[b-u90kutaqdl] {
    width: 26px;
    height: 26px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    margin-right: 14px;
}

    .radio-fake.selected[b-u90kutaqdl] {
        background: var(--nj-orange);
        border-color: var(--nj-orange);
        position: relative;
    }

        .radio-fake.selected[b-u90kutaqdl]::after {
            content: "✓";
            color: white;
            font-size: 14px;
            font-weight: 800;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.vote-note[b-u90kutaqdl] {
    border: 1px solid var(--nj-orange);
    border-radius: 12px;
    padding: 14px;
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #f5f5f5;
}

    .vote-note i[b-u90kutaqdl] {
        color: var(--nj-orange);
        font-size: 1.15rem;
        flex-shrink: 0;
    }

.vote-action[b-u90kutaqdl] {
    text-align: center;
    margin-top: 16px;
}

.btn-votar[b-u90kutaqdl] {
    background: var(--nj-orange);
    border: none;
    color: white;
    font-weight: 800;
    font-size: 1rem;
    padding: 12px 34px;
    border-radius: 8px;
}

.votacion-ayuda[b-u90kutaqdl] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: #d8d8d8;
    font-size: .9rem;
}

    .votacion-ayuda i[b-u90kutaqdl] {
        color: var(--nj-orange);
    }
/* /Components/Pages/Votacion/VotoError.razor.rz.scp.css */
.voto-error[b-ypsmf6src0] {
    min-height: calc(100dvh - 110px);
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: radial-gradient( circle at 50% 55%, rgba(255, 90, 0, .12) 0%, rgba(255, 90, 0, .04) 25%, transparent 55% ), radial-gradient( ellipse at center, rgba(35, 35, 35, .70) 0%, rgba(10, 10, 10, .95) 55% ), linear-gradient( to bottom, #000000 0%, #050505 45%, #1a0700 75%, #4a1500 100% );
}

.voto-error-titulo[b-ypsmf6src0] {
    font-size: 3rem;
    font-weight: 900;
    line-height: .95;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.voto-error-jerseys[b-ypsmf6src0] {
    margin-bottom: 2rem;
}

    .voto-error-jerseys img[b-ypsmf6src0] {
        width: 100%;
        max-width: 430px;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(0 20px 30px rgba(0,0,0,.45));
    }

.voto-error-mensaje[b-ypsmf6src0] {
    max-width: 420px;
    margin: 0 auto 2rem auto;
    font-size: 1.2rem;
    line-height: 1.4;
}

.btn-intentar[b-ypsmf6src0] {
    background: #ff5a00;
    color: #fff;
    border: none;
    border-radius: .5rem;
    padding: .9rem 1.5rem;
    font-size: .95rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255,90,0,.25);
    transition: all .2s ease;
}

    .btn-intentar:hover[b-ypsmf6src0] {
        background: #ff6d1a;
    }

    .btn-intentar:active[b-ypsmf6src0] {
        transform: scale(.96);
    }

@media (max-width: 768px) {

    .voto-error-titulo[b-ypsmf6src0] {
        font-size: 2.5rem;
    }

    .voto-error-jerseys img[b-ypsmf6src0] {
        max-width: 340px;
    }

    .voto-error-mensaje[b-ypsmf6src0] {
        font-size: 1rem;
        max-width: 300px;
    }
}
/* /Components/Pages/Votacion/VotoRegistrado.razor.rz.scp.css */
.voto-registrado[b-mit5emsthm] {
    min-height: calc(100dvh - 110px);
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: radial-gradient( circle at 50% 55%, rgba(255, 90, 0, .12) 0%, rgba(255, 90, 0, .04) 25%, transparent 55% ), radial-gradient( ellipse at center, rgba(35, 35, 35, .70) 0%, rgba(10, 10, 10, .95) 55% ), linear-gradient( to bottom, #000000 0%, #050505 45%, #1a0700 75%, #4a1500 100% );
}

.voto-titulo[b-mit5emsthm] {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: .95;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

.voto-jerseys[b-mit5emsthm] {
    margin-bottom: 2rem;
}

    .voto-jerseys img[b-mit5emsthm] {
        width: 100%;
        max-width: 430px;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .45));
    }

.voto-mensaje[b-mit5emsthm] {
    max-width: 500px;
    margin: 0 auto 2rem auto;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 500;
}

.voto-redes[b-mit5emsthm] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

    .voto-redes a[b-mit5emsthm] {
        color: #fff;
        font-size: 2rem;
        text-decoration: none;
        transition: all .2s ease;
    }

        .voto-redes a:hover[b-mit5emsthm] {
            color: #ff5a00;
            transform: scale(1.1);
        }

        .voto-redes a:active[b-mit5emsthm] {
            transform: scale(.95);
        }

@media (max-width: 768px) {

    .voto-titulo[b-mit5emsthm] {
        font-size: 3rem;
    }

    .voto-jerseys img[b-mit5emsthm] {
        max-width: 340px;
    }

    .voto-mensaje[b-mit5emsthm] {
        max-width: 320px;
        font-size: 1.1rem;
    }

    .voto-redes a[b-mit5emsthm] {
        font-size: 1.75rem;
    }
}

@media (max-width: 430px) {

    .voto-titulo[b-mit5emsthm] {
        font-size: 2.6rem;
    }

    .voto-jerseys img[b-mit5emsthm] {
        max-width: 300px;
    }

    .voto-mensaje[b-mit5emsthm] {
        font-size: 1rem;
        max-width: 280px;
    }
}
/* /Components/VotacionHeader.razor.rz.scp.css */
.votacion-logo[b-s30lqzmew9] {
    text-align: center;
    margin-bottom: 10px;
}

    .votacion-logo img[b-s30lqzmew9] {
        max-width: 170px;
    }
