﻿:root {
    --fondoOscuro: #002033;
    --fondoOscuroTransparente: rgba(0, 32, 51, 0.9);
    --fondoCuerpo: #1b2838;
    --tamañoTexto: 16px;
    --colorTexto: #f5f5f5;
    --colorTextoHover: #b9e2fa;
    --colorTextoVisitado: #cbeafb;
    --fondoEntrada: #0d1621;
    --fondoBoton: #146a9c;
    --fondoBotonHover: #105279;
    --fondoBotonPequeño: #0d1621;
    --fondoBotonPequeñoHover: #060a0f;
    --fondoBotonPequeñoTransparente: rgba(13, 22, 33, 0.5);
    --colorTextoPeligro: #f04f5e;
    --colorTextoPeligroHover: #b91020;
    --colorTextoOscuro: #86aeef;
    --fondoAlerta: #574200;
    --colorTextoBien: #011a11;
    --fondoBien: #035637;
    --colorTextoDlc: #edddf0;
    --fondoDlc: #733b7f;
    --colorEnlace: #95c0fe;
    --colorEnlaceHover: #3486fd;
    --fondoCodigo: #345884;
    --alturaCabecera: 70px;
    --anchoCuerpo: 1320px;
    --fondoMinimo: #002c47;
    --deckVerificado: #59bf40;
    --deckJugable: #ffc82c;
    --fondoOpcionesTransparente: rgba(13, 22, 33, 0.95);
    --fondoBandaSonora: #ab4364;
    --fondoPeligro: #842029;
    --botonSubcabecera: #324968;
    --fondoSubcabecera: #222b44;
    --buscadorSubcabecera: #141b2b;
    --fondoSubsubcabecera: #293751;
    --steamOSVerificado: #199fff;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
}

@font-face {
    font-family: 'Motiva Sans';
    src: url('/fuente/MotivaSansRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    color: var(--colorEnlace);
}

    a:hover {
        color: var(--colorEnlaceHover);
    }

dl, ol, ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 15px;
}

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }

.boton-pequeño {
    color: var(--colorTexto);
    background-color: var(--fondoBotonPequeño);
    display: inline-block;
    user-select: none;
    width: 100%;
    padding: 6px;
    text-align: left;
    font-size: 16px;
    border: 0px;
    text-decoration: none;
    transition: transform .2s, background-color .1s linear;
    filter: saturate(0.85);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.28),0px 0px 1px 0px rgba(0, 0, 0, 0.24);
}

    .boton-pequeño:hover {
        color: var(--colorTextoHover);
        background: color-mix(in srgb, var(--fondoBotonPequeño), var(--fondoOscuro) 50%);
        transform: scale(1.01);
    }

.perfil-flexible-centrado {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.juego-boton-pequeño {
    color: var(--colorTexto);
    background-color: var(--fondoBotonPequeño);
    user-select: none;
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
    border: 0px;
    text-decoration: none;
    transition: transform .2s;
    filter: saturate(0.85);
}

    .juego-boton-pequeño:hover {
        color: var(--colorTexto);
        background-color: var(--fondoBotonPequeñoHover);
        transform: scale(1.01);
    }

.menu-dropdown {
    position: relative;
    display: inline-block;
}

.menu-dropdown-contenido {
    display: none;
    position: absolute;
    background-color: var(--fondoOscuro);
    color: var(--colorTexto);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    padding: 0px;
    z-index: 1;
}

.menu-dropdown-item {
    display: block;
    padding: 8px 15px;
    margin: 0px;
}

.menu-dropdown:hover .menu-dropdown-contenido {
    display: block;
}

.menu-dropdown-contenido a:hover {
    color: var(--colorTextoHover);
    background-color: var(--fondoBotonHover);
}

.menu-dropdown-contenido button:hover {
    color: var(--colorTextoHover);
    background-color: var(--fondoBotonHover);
}

select {
    appearance: none;
    outline: 10px red;
    border: 0px;
    box-shadow: none;
    flex: 1;
    padding: 10px 15px;
    color: var(--colorTexto);
    background-color: var(--fondoEntrada);
    font-family: 'Motiva Sans';
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

.checkbox-caja .checkbox-interior {
    appearance: none;
    background-color: var(--fondoBotonPequeñoTransparente);
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 24px;
    margin: 0;
    position: relative;
    width: 40px;
    display: flex;
}

    .checkbox-caja .checkbox-interior::before {
        bottom: -6px;
        content: "";
        left: -6px;
        position: absolute;
        right: -6px;
        top: -6px;
    }

    .checkbox-caja .checkbox-interior,
    .checkbox-caja .checkbox-interior::after {
        transition: all 100ms ease-out;
    }

        .checkbox-caja .checkbox-interior::after {
            background-color: var(--bs-gray-500);
            border-radius: 50%;
            content: "";
            height: 19px;
            left: 3px;
            position: absolute;
            top: 3px;
            width: 19px;
        }

.checkbox-caja input[type=checkbox] {
    cursor: default;
}

.checkbox-caja .checkbox-interior:hover {
    background-color: var(--bs-gray-600);
    transition-duration: 0s;
    cursor: pointer;
}

.checkbox-caja .checkbox-interior:checked {
    background-color: var(--fondoBoton);
}

    .checkbox-caja .checkbox-interior:checked::after {
        background-color: var(--colorTexto);
        left: 18px;
    }

.checkbox-caja :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-caja .checkbox-interior:checked:hover {
    background-color: var(--fondoBotonHover);
    cursor: pointer;
}

.tooltip-juego {
    text-decoration: none;
    position: relative;
    display: flex;
    width: fit-content;
}

    .tooltip-juego .tooltip-relleno {
        display: none;
    }

    .tooltip-juego:hover .tooltip-relleno {
        display: block;
        position: fixed;
        overflow: hidden;
        z-index: 1000000000000;
    }

.tooltip-relleno {
    background-color: var(--fondoBotonPequeño);
    color: var(--colorTexto);
    border: 1px solid var(--fondoBotonHover);
    border-radius: 5px;
    z-index: 1000000000000;
}

.cargando {
    width: 48px;
    height: 48px;
    border: 5px solid var(--colorTexto);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotacion 1s linear infinite;
}

@keyframes rotacion {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.opciones-panel {
    overflow-x: auto;
    z-index: 10001;
    padding: 10px;
    background-color: var(--fondoOpcionesTransparente);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.svg-icono {
    display: block;
    fill: var(--colorEnlace);
    width: 100%;
    height: 100%;
}

    .svg-icono:hover {
        transform: scale(1.1);
        fill: var(--colorEnlaceHover);
    }

.svg-boton {
    display: block;
    fill: var(--colorTexto);
    width: 100%;
    height: 100%;
    transition: transform .2s;
}

    .svg-boton:hover {
        transform: scale(1.1);
        fill: var(--colorTextoHover);
    }

.buscador-panel {
    height: calc(100% - var(--alturaCabecera));
    width: 100%;
    left: 0;
    top: 0;
    overflow-x: auto;
    position: fixed;
    z-index: 1000;
    margin-top: var(--alturaCabecera);
    padding: 10px;
    background-color: var(--fondoOscuroTransparente);
}

.subcabecera {
    background-color: var(--fondoSubcabecera);
}

.sub-subcabecera {
    padding: 15px 0px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .sub-subcabecera {
        padding: 15px 5px;
    }
}