main {
    margin-bottom: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.box-lobbies {
    margin: 0 0 35px 0;
}

.box-lobbies:first-child {
    margin-top: 30px
}

.lobby-container video {
    width: 245px;
    height: 150px;
}

.sub-lobby figure a {
    width: 100%;
    display: block;
    line-height: 0;
}

.container-fav-and-info{
    display: flex; 
    align-items: center; 
    position: absolute;
    bottom: -4px;
    right: 3px; 
    gap: 10px;
    flex-direction: row;
    align-items: center;
}
.info-game-link{
    width:15px;
    height: 15px;
}


.square-lobby figure img, .proveedores img {
    width: 100%;
    border-radius: 3px;
}


.square-lobby {
    width: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
}


.square-lobby {
    overflow: visible;
    padding-bottom: 10px;
}

.box-figure {
    overflow: hidden;
}

.main-lobby::-webkit-scrollbar, .sub-lobby::-webkit-scrollbar, .square-lobby::-webkit-scrollbar {
    display: none;
}

.square-lobby figure {
    margin-right: 8px;
    min-width: 248px;
    width: 248px;
}

.square-lobby figure:last-child {
    margin-right: 10px;
}


#scale-container figcaption {
    display: none;
}

#scale-container figure {
    min-width: 170px;
    margin-right: 25px;
}

#scale-container .scale:last-child {
    margin-right: 10px;
}

.lobby-container .lobby::-webkit-scrollbar {
    display: none;
    overflow: hidden;
}

.contenido-juego {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}


.body-home {
    background: linear-gradient(to bottom, #000000, #541F5A, #82226C, #E60881);
    padding: 13px 0 26px 0;
    animation: fadeIn 3s ease forwards;
    animation-delay: 1s;
    opacity: 0;
    overflow:hidden;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.body-home h3 {
    color: #000;
    font-size: 20px;
    font-family: var(--roboto-bold-condensed);
}

.casinoHome-cabecera {
    display: flex;
    justify-content: space-between;
}

.casinoHome-cabecera a {
    margin-right: 37px;
    height: 25px;
    width: auto;
    padding: 0 10px;
    border-radius: 3px;
}

.btn-vertodos {
    position: relative;
    background-image: url('/img/layout/icons/flechair_home_mob_gp.svg');
    background-repeat: no-repeat;
    background-position: center;
    font-family: var(--roboto-regular-condensed);
    font-size: 16px;
    color: #FFFF;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.lobbyHome-header {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 20px;
}

.lobbyHome-header h3 {
    display: flex;
    align-items: end;
    color: #fff;
    flex: 1;
    margin-bottom: 0;
}

.tituloslider {
    margin: 0 0 25px 10px;
}

.lobbyHome-header a {
    color: #fff;
    border-radius: 3px;
}

.lobbyHome-header .btn-vertodos img {
    border: 0px;
    width: 21.5px;
    height: 23px;
}

.proveedor-lobby {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: visible;
}

.proveedor-lobby .proveedores {
    min-height: 107px;
    min-width: 248px;
    width: 248px;
    margin-right: 8px;
}

.rectangle-lobby figure a {
    position: relative;
    display: flex;
    flex-direction: column;
}

.little-logo {
    width: 70px !important;
    max-height: 70px;
}

.detalles-maquina {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tags {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    line-height: 1rem;
}

.titulo-juego-lobby {
    font-size: 16px;
    font-family: var(--roboto-bold-condensed);
    line-height: 1rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cantidad-minima {
    color: #A8A8A8;
    position: relative;
}

.cantidad-minima::after {
    content: "\20AC";
}

.cantidad-minima-bingo {
    color: #A8A8A8;
}
#scale-container .lobbyHome-header{
    width: calc(100% - 10px);
    margin-bottom: 10px;
}

/*/////////////////////////////////////////////////////////////*/


.itemList .menutouch-flechaleft, .itemList .menutouch-flecharight {
    position: absolute;
    display: none;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 15px;
    z-index: 100;
} 

.itemList .menutouch-flechaleft {
    left: 55px;
}

.itemList .menutouch-flecharight {
    right: 55px;
}

.sub-lobby, .main-lobby, .mini-destacadas-lobby {
    width: 100%;
    overflow: auto;
    display: flex;
    gap: 10px;
}

.sub-lobby figure {
    min-width: 140px;
    max-width: 140px;
}

.main-lobby figure > a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-lobby figure img, .main-lobby figure img, .mini-destacadas-lobby figure img, .destacadas-lobby figure img {
    width: 100%;
    border-radius: 3px;
    /*box-shadow: 0 0 6px 1px #0000004D;*/
}

.sub-lobby figcaption {
    font-size: 14px;
    font-family: var(--roboto-bold-condensed);
    bottom: 0;
    line-height: 1rem;
    width: calc(100% - 3px);
    margin-top: 5px;
}

.sub-lobby figcaption p {
    /*margin-bottom: 0;*/
    /*-webkit-line-clamp: 1;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*display: block;*/
    /*overflow: hidden;*/
    margin-bottom: 0;
    min-height: 32px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/**/
.main-lobby .swiper-wrapper, .sub-lobby .swiper-wrapper, .destacadas-lobby .swiper-wrapper, .rectangle-lobby .swiper-wrapper {
    padding-left: 15px;
    align-items: flex-start;
}
/**/

.sub-lobby .swiper-slide {
    display: flex;
    min-width: 140px;
    max-width: 140px;
}

.sub-lobby .swiper-slide figure {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-width: unset;
    max-width: unset;
}

/*.sub-lobby .swiper-slide figure:first-child, .main-lobby figure:first-child, .mini-destacadas-lobby .swiper-slide figure:first-child, .destacadas-lobby .swiper-slide figure:first-child {*/
/*    margin-left: 10px;*/
/*}*/
/*.sub-lobby figure:last-child,.main-lobby .container-juego:last-child {*/
/*    margin-right: 0;*/
/*}*/

.sub-lobby, .main-lobby, .destacadas-lobby, .rectangle-lobby, .mini-destacadas-lobby {
    scroll-snap-type: x mandatory;
    scroll-padding-left: 10px;
    overflow-y: hidden;
}

.sub-lobby figure, .main-lobby figure, .destacadas-lobby figure, .rectangle-lobby figure, .mini-destacadas-lobby figure {
    scroll-snap-align: start;
    width: 100%;
}

.main-lobby {
    margin-bottom: 20px;
}

.main-lobby figure, .main-lobby .swiper-slide, .destacadas-lobby .swiper-slide {
    position: relative;
    min-width: 246px;
    max-width: 246px;
}

.main-lobby .swiper-slide figure {
    min-width: unset;
    max-width: unset;
}

.main-lobby figure .info-game-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-lobby figure .info-game {
    width: 15px;
    height: 15px;
}

/*.mini-destacadas-lobby {*/
/*    min-height: 115px;*/
/*}*/

/*.destacadas-lobby {*/
/*    min-height: 180px;*/
/*}*/

.mini-destacadas-lobby .swiper-slide {
    min-width: 140px;
    max-width: 140px;
}

.main-lobby.grid {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 143px;
    margin-left: 0;
}

.main-lobby.grid figure {
    min-width: auto;
    max-width: unset;
    margin-right: 0;
    height: 100%;
    margin-left: 10px;
}

.main-lobby.grid figure img {
    width: 100%;
}

.main-lobby.grid figure:nth-child(2n) {
    grid-column-end: span 2;
}

.contador-card, .marco-card {
    display: none;
}

#top-5-container .marco-card {
    display: block;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 10px);
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 3px;
    border: 2px solid transparent;
    border-image: -webkit-linear-gradient(270deg, #A8A8A8 0%, transparent 100%) 1 1 0 1;
}

#top-5-container .contador-card {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 10px;
    opacity: 0.3;
    font-size: 115px;
    font-family: 'Roboto Bold';
    color: #000000;
    -webkit-text-stroke: 3px #ffffff;
}
#top-5-container .marco-card{
    height: calc(100% - 14%);
}
#top-5-container .container-fav-and-info{
    /*display: none;*/
}

/*#top-5-container .top-5-swiper .contador-card{*/
/*    height: auto !important;*/
/*}*/
.sub-lobby .container-fav-and-info img{
    overflow:visible !important;
}

/*#top-5-container .swiper-slide, #jackpot-container .swiper-slide {*/
/*    min-width: 200px;*/
/*    max-width: 200px;*/
/*}*/

/*#top-5-container figure figcaption, #jackpot-container figure figcaption {*/
/*    display: none;*/
/*}*/

/*#top-5-container figure a, #jackpot-container figure a {*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

.see-more-games-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.see-more-games-button span {
    display: none;
}

.see-more-games-button img {
    width: 21px;
    height: 23px;
}

 .lobby-img-container {
    position: relative;
    line-height: 0;
}

.table-closed.disabled-provider {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-wrap: nowrap;
    z-index: 10;
}

.table-closed.disabled-provider {
    height: 100%;
}

.sliders-container {
    margin-bottom: 35px;
    width: 100%;
}

.sliders-container h3 {
    color: #ffffff;
}

.sliders-container .swiper-slide {
   display: flex;
}
/*---------------------------------------------------------------- */
.sliders-container .swiper-wrapper {
    padding-left: 15px;
    width: 85%;
    max-width: 460px;
}

.sliders-container .slider-link {
    width: 100%;
    overflow-x: hidden;
    border-radius: 3px;
}

.sliders-container .slider-image {
    max-width: unset;
    height: 120px;
    width: inherit;
}

/* --------------------------------------------------------------- */
.sub-menu-wrapper {
    display: flex;
    top: 94px;
    width: 100%;
    background-color: var(--dark-main-color);
    z-index: 10;
    padding: 0px 15px;
}

.sub-menu-wrapper.sticked {
    top: 92px;
    z-index: 385;
}

.sub-menu-wrapper.sticked #sub-menu-game-search {
    display: none;
}

.sub-menu-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 15px;
    white-space: nowrap;
    user-select: none;
    box-sizing: border-box;
    padding-right: 15px;
    mask-image: linear-gradient(to right, black, black 88%, transparent 98%);
}

.sub-menu-container.dragging {
    cursor: grabbing;
}


.sub-menu-container::-webkit-scrollbar {
    display: none;
}

.sub-menu-container .sub-menu-link {
    align-items: center;
    height: fit-content;
    scroll-snap-align: start;
    background-color: var(--dark-secondary-color);
    padding: 7px 12px 6px 12px;
    border-radius: 5px;
}

.sub-menu-container .sub-menu-link .sub-menu-image {
    width: 55px;
}

.sub-menu-container.sticked .sub-menu-link .sub-menu-image {
    width: 40px;
}

.sub-menu-container .sub-menu-link .sub-menu-text {
    font-family: var(--roboto-regular-condensed);
    font-size: 16px;
    line-height: normal;
    text-wrap: nowrap;
}

.sub-menu-container.sticked .sub-menu-link .sub-menu-text {
    font-size: 14px;
}
.sub-menu-container.sticked .sub-menu-links .sub-menu-text {
    font-size: 14px;
}

#sub-menu-game-search {
    min-width: 39.59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #646464;
    border-radius: 5px;
}

#sub-menu-game-search:hover {
    cursor: pointer;
}

#sub-menu-game-search img {
    width: 20px;
    height: 20px;
}
/* ---------------------------------------------------------------- */

@media screen and (min-width: 593px) {
    .main-lobby.grid {
        grid-auto-columns: 179px;
    }
}

@media (min-width: 965px) {
    .sliders-container .swiper-wrapper {
        padding-left: unset;
    }
    
    .sliders-container .slider-image {
        width: 100%;
        height: unset;
    }
}

@media screen and (min-width: 1024px) {
    .sub-lobby figure:hover img, .destacadas-lobby figure:hover img, .rectangle-lobby figure:hover img, .mini-destacadas-lobby figure:hover img, .main-lobby figure:hover img.imgdestacada, .main-lobby.grid figure:hover img {
        filter: brightness(70%);
    }
        
    .sub-lobby .swiper-slide,  .main-lobby .swiper-slide, .destacadas-lobby .swiper-slide, #top-5-container .swiper-slide, #jackpot-container .swiper-slide {
        min-width: unset;
        max-width: unset;
    }
    
    .sub-lobby, .main-lobby, .destacadas-lobby, .rectangle-lobby, .mini-destacadas-lobby {
        scroll-snap-type: unset;
        scroll-padding-left: unset;
    }
    
    .sub-lobby .swiper-slide figure:first-child, .main-lobby figure:first-child, .mini-destacadas-lobby .swiper-slide figure:first-child, .destacadas-lobby .swiper-slide figure:first-child {
        margin-left: unset;
    }
    
    .sub-lobby figure, .main-lobby figure, .destacadas-lobby figure, .rectangle-lobby figure, .mini-destacadas-lobby figure {
        scroll-snap-align: unset;
    }
        
    .itemList .menutouch-flechaleft, .itemList .menutouch-flecharight {
        display: block;
    }
    
    .main-lobby {
        overflow: hidden !important;
    }
    
    .main-lobby figure {
        min-width: calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
    
    .main-lobby.grid {
        grid-auto-columns: calc(16.67% - 13px);
        grid-gap: 15px;
        justify-content: flex-start;
        overflow-y: hidden;
    }
    
    .main-lobby.grid figure {
        margin-left: 0;
    }
    
    .lobbyHome-header h3 {
        margin-left: 0;    
    }
    
    .btn-vertodos {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: unset;
        border: 1px solid #fff;
        width: 70px;
        height: 35px;
    }
    
    .btn-vertodos::before {
        content: 'MAIS';
    }
    
    #top-5-container .contador-card, #jackpot-container .contador-card {
        font-size: 8vw;
        bottom: 3.5vw;
    }
    
    .table-closed.disabled-provider {
        font-size: 1vw;
        line-height: 1.3vw;
    }
    
    .sub-lobby figure .table-closed.disabled-provider {
        font-size: 0.8vw;
        line-height: 1.2vw;
    }
    
    .main-lobby .swiper-wrapper, .sub-lobby .swiper-wrapper, .destacadas-lobby .swiper-wrapper, .rectangle-lobby .swiper-wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .sub-lobby:after, .square-lobby:after, .main-lobby:after, .proveedor-lobby:after {
        content: "";
        min-width: 10px;
    }

    .main-lobby.grid:after {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    
    .box-lobbies {
        margin: 0;
        margin-bottom: 50px;
    }

    .box-lobbies > div {
        padding: 0 100px;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    #sportncoHome, #juegos-mesaHome, #portugueseCelebritiesHome {
        width: 100%;
    }

    .lobbyHome-header {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .menutouch-flechaleft, .menutouch-flecharight {
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
        cursor: pointer;
        height: 100%;
        position: static;
        top: 0;
        width: 35px;
        height: 35px;
        z-index: 100;
        border-radius: 3px;
    }

    .menutouch-flechaleft {
        background-image: url("/img/layout/flecha_izq.svg");
    }

    .menutouch-flecharight {
        background-image: url("/img/layout/flecha_der.svg");
    }

    .lobby-container .main-lobby.grid.grid_auto {
        grid-auto-columns: auto;
    }

    .lobby-container .main-lobby.virtuales figure {
        min-width: 0;
    }

    #scale-container figure {
        width: 20%;
        min-width: auto;
        margin-right: 25px;
        min-height: auto;
    }

    #scale-container figure img {
        width: 368px;
        height: auto;
    }

    .square-lobby figure {
        margin-right: calc(25/1920 * 100%);
        width: calc(25% - calc(20/1920 * 100%));
        min-width: auto;
    }

    .square-lobby figure:last-child {
        margin-right: 10px;
    }
    
    
    .subLobbyContainer{
        margin-top: 6px;
    }
    .proveedor-lobby .proveedores {
        min-height: 107px;
        width: calc(25% - calc(20/1920 * 100%));
        margin-right: calc(25/1920 * 100%);
        min-width: auto;
    }

    .proveedor-lobby .proveedores:last-child {
        margin-right: 10px;
    }
    .lobbyHome-header.flechasContainer-subLobby {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 calc(100/1920 * 100%);
        left: 0;
    }
    
    .flechasContainer-subLobby span.menutouch-flechaleft.pre_noauto {
        left: -60px;
        position: relative;
        border: 0;
    }
    
    .flechasContainer-subLobby span.menutouch-flecharight.next_noauto {
        right: -49px;
        position: relative;
        border: 0;
    }
    
    .see-more-games-button span {
        display: block;
    }
    
    .table-closed.disabled-provider {
        font-size: 0.8vw;
        line-height: 1.2vw;
    }
    
    .sliders-container {
        padding: 0 100px;
    }
    
    .sliders-container h3 {
        display: none;
    }
    
    #header #desktop-container .deposit-button {
        width: 150px;
        height: 49px;
        font-family: var(--roboto-bold-condensed);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 5px;
        margin: 0 8px 0 16px;
        transition: all 0.8s ease;
    }
    
    #header #desktop-container .deposit-button:hover {
        transition: all 0.8s ease;
        background-color: #90004f;
    }
    .sub-menu-wrapper.sticked {
        top: 72px;
        position: fixed;
        background-color: var(--dark-secondary-color);
    }
    .sub-menu-container.sticked {
        width: auto;
        max-width: unset;
        margin: 0;
        mask-image: none;
    }
    
    .sub-menu-container.sticked .sub-menu-link .sub-menu-image {
        width: 55px;
    }
    
    .sub-menu-wrapper {
        position: sticky;
        padding: 0px 100px;
    }
    div.sub-lobby div.sportnco-swiper div.swiper-wrapper {
        padding-left: 0px;
    }
}

/*GP*/