@font-face {
    font-family: 'Roboto Bold Condensed';
    src: url('/css/fonts/RobotoCondensed-Bold.ttf')
}

.fondoGrisOscuro {
    background-color: #282828 !important;
}

.noBorde {
    border: none !important;
}

input::placeholder{
  color: #D9D9D9;
}

/*----------INPUT PARA ACCEDER AL POPUP BUSCADOR----------*/
#containerBuscadorHome, #containerBuscadorHome-mobile {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 300;
    width: 80%;
    margin: 20px auto 0;
}

#containerBuscadorHome-mobile {
    z-index: 199;
}

#containerBuscadorHome-mobile #terminoInput {
    /*margin: 20px 0;*/
    width: 305px;
    height: 42px;
    background-color: #282828;
    background-image: url(/img/layout/icons/GP_Lupa_Buscador.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px 20px;
    font-size: 16px;
    border: none;
    border-radius:3px;
}

.inputBuscadorHome {
    display: flex;
    margin: 40px 36px 20px;
    border: none;
    border-radius: 3px;
    height: 48px;
    font-size: 16px;
    background: url(/img/layout/icons/GP_Lupa_Buscador.png) no-repeat;
    background-size: 20px 20px;
    background-position: 95.5% 50%;
    color: #D9D9D9 !important;
    max-width: 394px;
    padding: 5px 36px 5px 7px;
    background-color: #282828 !important;
}

.inputBuscadorHome::placeholder {
    color: #D9D9D9;
}

/*---------------------------------------------------------*/
#containerBuscadorDesplegado {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 105vh;
    padding: 0 10px;
    background: linear-gradient(0deg, #E60881 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

#buscadorYcerrado {
    position: relative;
    display: flex;
    width: 100%;
    padding: 14px 0px 14px;
    justify-content: center;
}

.container-titulo-buscador {
    max-width: 453px;
    position: relative;
    width: 100%;
    margin-top: 70px;
}

span.titulo-buscador {
    font-family: 'Roboto Bold Condensed';
    font-size: 30px;
}

#buscadorYcerrado .inputBuscadorHome {
    margin: 0;
    margin-right: 11px;
}

.containerBuscadorLobby {
    width: 100%;
    overflow-y: auto;
}

.containerBuscadorLobby .sub-lobby figure a:first-child {
    display: flex;
}
/*.containerBuscadorLobby p {*/
/*    margin: 10px;*/
/*}*/
#resultadosBusquedaHome, .lobbyPreBusqueda {
    max-width: 453px;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.lobbyPreBusqueda p:first-of-type {
    margin: 0;
    margin-left: 1px;
}

.lobbyPreBusqueda .sub-lobby figure {
    width: 100%;
    min-height: 0;
    min-width: unset;
    max-width: unset;
}

.lobbyPreBusqueda figure:last-child {
    padding-bottom: 80px;
}

.containerBuscadorLobby .sub-lobby figure:hover {
    background: none;
    transform: none;
}

#resultadosBusquedaHome .contenidoJuegoBuscado {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    width: 100%;
}

#resultadosBusquedaHome .juegoBuscado a, .contenido-juego-sugerido {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ABABAB;
    padding: 15px !important;
    width: auto !important;
}

#resultadosBusquedaHome {
    margin-top: 13px;
}

#resultadosBusquedaHome .juegoBuscado a:hover {
    padding: 15px 15px 15px !important;
    background: #6D043D;
}

#resultadosBusquedaHome .juegoBuscado a:hover .flechaJuegoBuscado {
    right: 15px !important;
}

a.contenido-juego-sugerido:hover {
    padding: 15px 15px 15px !important;
    background: #6D043D;
}

a.contenido-juego-sugerido:hover .flechaJuegoBuscado {
    right: 15px !important;
}

#resultadosBusquedaHome .tituloTagJuegoBuscado, #juegos_sugeridos .tituloTagJuegoBuscado {
    width: 45vw;
    line-height: 18px;
    font-family: 'Roboto Bold Condensed';
    display: flex;
    flex-direction: column;
}

#resultadosBusquedaHome .tituloTagJuegoBuscado p {
    margin-bottom: 0;
}

.gris14Roboto {
    font-size: 14px;
    font-family: 'Roboto';
    color: #ABABAB !important;
    margin-bottom: 0;
}

#resultadosBusquedaHome .flechaJuegoBuscado, #juegos_sugeridos .flechaJuegoBuscado {
    width: 3%;
    position: absolute;
    right: 15px;
    
}

#juegos_sugeridos .flechaJuegoBuscado img {
    border-radius: unset;
    box-shadow: unset;
}

#resultadosBusquedaHome .juegoBuscado:last-child {
    margin-bottom: 120px;
}

.flechaJuegoBuscador {
    width: 10px;
    position: relative;
    right: 5%;
}

.lobbyPreBusqueda .sub-lobby figure .imgJuegoBuscador, .imgJuegoBuscador {
    width: 67px !important;
    margin-right: 22px;
    border-radius: 3px;
    height: auto;
}

.closePopup {
    position: relative;
    border: 1px solid #282828;
    border-radius: 3px;
    width: 48px;
    padding: 15px;
    cursor: pointer;
    background-color: #282828 !important;
}

#loadingContainer {
    display: none;
    width: 110px;
    position: relative;
    justify-content: center;
    top: 100px;
}

.sinResultados {
    border: 1px solid #ABABAB;
    border-radius: 3px;
    text-align: center;
    padding: 31px 21%;
    line-height: 18px;
}

.letraMayusculas {
    text-transform: uppercase;
}

.amarilloTS {
    color: #FFD030;
}

.lobbyPreBusqueda .lobby {
    width: 100%;
}

.lobbyPreBusqueda .container-juego {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 23px;
    border-bottom: 1px solid white;
    padding: 10px 0;
}

.lobbyPreBusqueda .sub-lobby {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ----------------------------------------- */
.container-selectores {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.selector-tematica {
    margin-right: 14px;
}

.selector-tematica:after, .selector-proveedor:after {
    content: "";
    width: 22px;
    height: 20px;
    background-size: 20px;
    background-image: url(/img/layout/icons/desplegar.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
}

div.selector-activado:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 16px;
    background-image: url(/img/layout/icons/plegar.svg);
}

.selector-tematica, .selector-proveedor {
    width: 100%;
    max-width: 218px;
    height: 48px;
    background: #d9d9d9;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #282828 !important;
    position: relative;
    cursor: pointer;
    transition: color 0.5s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selector-image {
    position: relative;
    left: 8px;
    width: 33px;
    margin-right: 19px;
    pointer-events: none;
}

.selector-activado {
    background: #D9D9D9 !important;
}

.selector-activado span {
    color: #282828 !important;
}

.selector-tematica span, .selector-proveedor span {
    color: #D9D9D9;
    font-family: 'Roboto Bold Condensed';
    pointer-events: none;
}

.tituloResultadoBusqueda {
    display: none;
    max-width: 453px;
    position: relative;
    width: 100%;
    /* padding-bottom: 20px; */
    margin-right: auto;
    margin-left: auto;
}

.container-tematica-desplegadas, .container-proveedores-desplegados, .container-with-scrollbar {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: calc(100%);
    height: 0;
    background: #D9D9D9;
    z-index: 2;
    border-radius: 3px;
    flex-direction: column;
    transition: height 0.05s linear;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.container-proveedores-desplegados {
    overflow: hidden;
}

.container-with-scrollbar {
    top: 0;
    width: calc(100% - 1px);
    margin: 2px 0;
}

.container-with-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.container-with-scrollbar::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 8px;
    background-clip: padding-box;
}

.container-tematica-desplegadas a, .container-proveedores-desplegados a {
    color: #282828;
    font-family: 'Roboto';
    padding-left: 20px;
    min-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.container-tematica-desplegadas a:hover, .container-proveedores-desplegados a:hover {
    background-color: #A8A3A3 !important;
    color: #282828;
}

.container-tematica-desplegadas a:first-of-type:hover, .container-proveedores-desplegados a:first-of-type:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.container-tematica-desplegadas a:last-of-type:hover, .container-proveedores-desplegados a:last-of-type:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.container-tematica-desplegadas a:after, .container-proveedores-desplegados a:after {
    position: absolute;
    content: "";
    background-image: url(/img/layout/icons/flecha_ir.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    right: 16px;
}

/*-------------------------------------------*/
.animacionCarga {
    animation-iteration-count: infinite;
    animation-name: cambiaColor ;
    animation-duration: 5s;
}

@keyframes cambiaColor {
    0% {
        color: #fff;
    }

    50% {
        color: #FFD030;
    }

    100% {
        color: #fff;
    }
}

/*--------------------------------------------*/