p+P{
    margin-top: 5px;
}

#bannerContainer .comTecnalisBanner>div:first-child{
    cursor: initial;
}

.section-populars h2,
.section-trend h2,
.section-jackpots h2,
.section-new h2,
.section-providers h2,
.section-favourites h2,
.section-play-again h2{
    font-size: 18px;
    line-height: 24px;
}

header .header__btns .btn--search{
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #949494;
    border-radius: 50%;
    margin-right: 10px;
}
header .header__btns .btn--search > img{
    filter: none;
    width: 15px;
    height: 15px;
}

.search-results-wrapper{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.6);
    z-index: 99;
}
.search-results-wrapper.open{
    display: block;
}
.search-results-wrapper .search-wrapper{
    background: #949494;
    border-radius: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 200px;
    position: absolute;
    right: 430px;
    top: 30px;
    z-index: 2;
}

.search-results-wrapper .search-wrapper > img{
    filter: none;
    width: 15px;
    margin-left: 5px;
    height: auto;
}

.search-results-wrapper .search-wrapper .search-text{
    background: transparent;
    height: 30px;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 5px;
    width: 175px;
    font-size: 16px;
}

.search-results-wrapper .search-wrapper .search-text::placeholder{
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
}

.search-results-wrapper .search-results{
    background: rgba(147, 147, 147, .6);
    border-radius: 10px;
    min-width: 320px;
    position: absolute;
    top: 65px;
    padding: 20px;
    right: 320px;
    z-index: 2;
}

.search-results-wrapper .search-results .result-games-wrapper{
    max-height: 500px;
    min-height: 103px;
    overflow-y: auto;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 15px;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game{
    margin-top: 10px;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    padding-right: 50px;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a:before{
    content: "";
    border: solid 2px #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0px;
    margin-top: -17px;
    position: absolute;
}
.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a:after{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: url(/img/icos/playIcon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -9px;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a > img{
    width: 125px;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a > .game__link_container > .name {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100px;
    text-align: left;
}
.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a > .game__link_container > .provider {
    font-size: 12px;
    font-style: italic;
}

.search-results-wrapper .search-results .result-games-wrapper .search-game-list .search-game a > .game__link_container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.search-results-wrapper .search-results .result-games-wrapper .no-results{
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
    font-style: italic;
}

.search-results-wrapper .close-results-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1390px){
    .search-results-wrapper .search-wrapper{
        right: 380px;
    }
    
    .search-results-wrapper .search-results{
        right: 270px;
    }
}

@media (max-width: 1100px){
    .search-results-wrapper .search-wrapper{
        top: 15px;
        right: 255px;
    }
    
    .search-results-wrapper .search-results{
        top: 55px;
        right: 160px;
    }
}

@media (max-width: 768px){
    header .header__btns .btn--search{
        display: none;
    }
    
    .search-results-wrapper{
        background: #010214;
    }
    
    .search-results-wrapper .search-wrapper{
        left: 10px;
        right: 10px;
        width: auto;
        justify-content: start;
        margin-right: 0;
        border-radius: 10px;
    }
    
    .search-results-wrapper .search-wrapper > img{
        margin-left: 10px;
    }
    
    .search-results-wrapper .search-wrapper .search-text{
        width: calc(100% - 25px);
        padding: 5px 15px;
    }
    
    .search-results-wrapper .search-results{
        background: none;
        left: 10px;
        right: 10px;
        width: auto;
    }
    
    .search-results-wrapper .search-results .result-games-wrapper{
        max-height: calc(100vh - 156px);
    }
}

/* game */
.main.game{
    margin-top: -30px;
}
.section-game{
    position: relative;
}
/* .section-game:before{
    content: "";
  height: 100%;
  width: 150px;
    background: linear-gradient(-90deg, rgb(0,0,0) 10px, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 2;
} */
/* .section-game:after{
    content: "";
  height: 100%;
  width: 150px;
    background: linear-gradient(90deg, rgb(0,0,0) 10px, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 2;
} */
/* @media(max-width: 1100px){
    .section-game:before{
        right: -50px;
    }
    .section-game:after{
        left: -50px;
    }
} */
/* @media(max-width: 768px){
    .section-game:before{
        right: -30px;
    }
    .section-game:after{
        left: -30px;
    }
} */
.section-game .section-game-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% + 100px);
    height: 500px;
    /* z-index: 1; */
    filter: blur(20px);
    -webkit-filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: -50px;
  }
.section-game > *{
    z-index: 5;
}
.section-game .game-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 25px;
}

.section-game .game-header .game-title{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 3;
}

.section-game .game-header .game-title .game-favourite{
    height: 22px;
    width: 25px;
    margin-right: 20px;
}

.section-game .heart{
    transition: none;
}

.section-game [data-fav="1"] img,
.section-game [data-fav="0"] img{
    filter: drop-shadow(0px 0px 10px #000);
}

.section-game .game-header .game-title .game-favourite a{
    text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -webkit-text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
}

.section-game .game-header .game-title .title{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 !important;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -webkit-text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
}

.section-game .game-header .game-actions{
    text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -webkit-text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.section-game .game-header .game-actions .lbl-demo-mode{
    margin-right: 10px;
}

.section-game .game-header .game-fullscreen{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    z-index: 3;
}

.section-game .game-header .game-fullscreen .fullscreen img{
    filter: invert(99%) sepia(4%) saturate(0%) hue-rotate(343deg) brightness(106%) contrast(100%) drop-shadow(0px 0px 10px #000);
    height: auto;
}

.section-game .game-header .game-fullscreen .fullscreen .nofull{
    display:none;
    transform: rotate(180deg);
}

.section-game a.link{
    color: #fff;
    text-decoration: underline;
}

.section-game a.link:hover{
    color: #fff;
    text-decoration: none;
}

.section-game .game-info{
    display: -ms-grid;
  display: grid;
  -ms-grid-columns: (3fr)[2];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
  gap: 20px;
  width: 80%;
  margin: 30px auto;
}
@media (max-width: 1115px){
    .section-game .game-info {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (3fr)[2];
      grid-template-columns: repeat(3, 1fr);
      grid-auto-flow: dense;
      grid-auto-rows: 1fr;
      gap: 20px;
      width: 100%;
      margin: 30px auto;
    }
  
  }

.section-game .game-info .game-info-box{
    background: #6b6b6b;
    color: #fff;
    border-radius: 5px;
    display: flex;
}

.section-game .game-info .game-info-box .img{
    background: #e41c39;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.section-game .game-info .game-info-box .img img{
    filter: invert(99%) sepia(4%) saturate(0%) hue-rotate(343deg) brightness(106%) contrast(100%);
    width: 40px;
}

.section-game .game-info .game-info-box .info{
    padding: 20px;
}

.section-game .game-info .game-info-box .info-text{
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.section-game .game-info .game-info-box .info .info-text-mobile{
    display: none;
}

.section-game .game-info .game-info-box .info-value{
    color: #a7a7a7;
    font-size: 38px;
    line-height: 38px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.section-game .section-content{
    padding: 0 !important;
    text-align: center;
    width: 80%;
    margin: auto;
}
@media (max-width: 1115px){
    
    .section-game .section-content {
      margin: 0 !important;
      padding: 0 !important;
      width: 100%;
      text-align: center;
    }
  
  }

.section-game .section-content h2{
    text-transform: none;
}

.section-game .game-favourite-mobile{
    display: none;
}

.section-game .game-header-real{
    text-align: center;
    margin: 30px 0;
}

.section-game .game-header-real .game-img{
    max-width: 500px;
    min-height: 162px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -box-text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
}

.section-game .game-header-real .title{
    font-size: 30px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -webkit-text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    margin: 30px 0 !important;
    line-height: 30px;
}

.section-game .game-header-real [class^='btn--'].btn--play{
    padding: 8px 20px 8px 40px;
    max-width: 49%;
    white-space: nowrap;
}

.section-game .game-header-real [class^='btn--'].btn--play:after{
    left: 10px;
    right: initial;
}

.section-game .game-header-real .btn--primary{
    background-color: #e41c39;
  color: #fff;
  border: 0 none;
}
.section-game .game-header-real .btn--primary:hover {
    background-color: #c82333;
  }
.section-game .game-header-real .btn--primary.btn--play:after{
    /* filter: invert(1); */
}

.section-game .game-header-real .btn--secondary{
    background-color: rgba(255, 255, 255, .3);
    border: 0 none;
}

.section-game .game-header-real .heart{
    height: 30px;
}

.section-game .game-header-real .heart img{
    height: 100%;
    width: auto;
}

.section-game #gameIframe {
    background-color: #1d1d1d;
    height: calc(100vh - 125px);
    position: relative;
    width: 100% !important;
}

.fullscreen .section-game #gameIframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100%;
}
.fullscreen header,
.fullscreen footer,
.fullscreen .bottom-mobile,
.fullscreen .section-game .game-header,
.fullscreen #chat-widget-container{
    display: none;
}
.fullscreen,
.fullscreen body,
.fullscreen .body > div,
.fullscreen .main.game,
.fullscreen main{
    height: 100vh;
    padding: 0;
    margin: 0;
}
.fullscreen .body{
    padding: 0;
    height: 100%;
    width: 100vw;
}
.fullscreen .section-game{
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.fullscreen .section-game .game-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    z-index: 99;
    background: #000;
    padding: 5px 10px;
}*/


.fullscreen .section-game .game-header .game-fullscreen .fullscreen .nofull{
    display:block;
}

.fullscreen .section-game .game-header .game-fullscreen .fullscreen .full{
    display:none;
}

.msg-demo-popup{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 99999;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,.6);
}

.msg-demo-popup .btn-close{
    right: 5px;
    top: 5px;
    position: absolute;
}

.msg-demo-popup .btn-close svg{
    width: 25px;
    height: 25px;
}

@media(max-width: 768px){
    .section-game .game-favourite-mobile{
        display: block;
        height: 22px;
        width: 25px;
        position: absolute;
        top: 30px;
        left: 15px;
    }
    
    .section-game .game-header .game-title,
    .section-game .game-header .game-actions,
    .section-game .game-header .game-fullscreen,
    .section-game .game-header-real .heart{
        display: none;
    }
    
    .section-game .game-info{
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        margin-right: -30px;
        margin-left: 0;
        width: auto;
    }
    
    .section-game .game-info .game-info-box{
        text-align: center;
        width: 135px;
        height: 120px;
        min-width: 135px;
    }
    
    .section-game .game-info .game-info-box:nth-child(1){
        order:1;
    }
    
    .section-game .game-info .game-info-box:nth-child(4){
        order:2;
    }
    
    .section-game .game-info .game-info-box:nth-child(2){
        order:3;
    }
    
    .section-game .game-info .game-info-box:nth-child(5){
        order:4;
    }
    
    .section-game .game-info .game-info-box:nth-child(3){
        order:5;
    }
    
    .section-game .game-info .game-info-box:nth-child(6){
        order:6;
    }
    
    .section-game .game-info .game-info-box .img{
        display: none;
    }
    
    .section-game .game-info .game-info-box .info{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 20px 10px;
    }
    
    .section-game .game-info .game-info-box .info .info-text{
        display: none;
    }
    .section-game .game-info .game-info-box .info .info-text-mobile{
        display: block;
        height: 50%;
        border-bottom: solid 2px #e41c39;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 16px;
        font-weight: bold;
    }
    .section-game .game-info .game-info-box .info .info-value{
        color: #fff;
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        margin-top: 20px;
    }
    
    .section-game .section-game-bg{
        height: 325px;
    }
    
    .section-game #gameIframe {
        background-color: #1d1d1d;
        height: calc(100vh - 190px);
        position: relative;
        width: 100% !important;
    }
}

/* autoexclusion */
#autoexclusion input[type='number']{
    width:100px;
}
/* bonos y balances */
.code-box-wrapper{
    background-color: #333;
    border-radius: 5px;
    border: 0 none;
    padding: 20px 30px !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    margin: 0 auto;
}
@media(max-width: 410px){
    .code-box-wrapper{
        width: 100%;
    }
}
.code-box-wrapper input[name="bonusCode"]{
    width: 100%;
}
.code-box-wrapper h2{
    color: #fff;
    border: 0 none;
    margin: 0 0 30px;
    padding: 15px 0;
    position: relative;
    background: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}

.code-box-wrapper h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.code-box-wrapper label.fixed{
    color: #fff;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
}
/* player bonus */
.bonus-list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 30px;
    max-width: 720px;
    margin: 0 auto;
}
.bonus-list .bonus-box{
    background: #efefef;
    border-radius: 5px;
    border: 0 none;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.bonus-list .bonus-box .bonoProgress{
    border-radius: 5px;
    background-color: #000;
}
.bonus-list .bonus-box .bonoProgress>span:first-child{
    border-radius: 5px;
    background-color: #e41c39;
}
.bonus-list .bonus-box h2{
    border: 0 none;
    /*margin: 0 0 30px;*/
    padding: 15px 0;
    position: relative;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto 30px auto;
}

.bonus-list .bonus-box h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    /*margin-left: -75px;*/
    position: absolute;
}
.bonus-list .bonus-box .cancel{
    color: #e41c39;
    text-decoration: underline;
}
.bonus-list .bonus-box .terms{
    color: #8f8f8f;
    text-decoration: underline;
}
.bonus-list .bonus-box .cancel:hover,
.bonus-list .bonus-box .terms:hover{
    text-decoration: none;
}
.bonos-y-balances .lobbyPromotions{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 720px;
    margin: 0 auto;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box{
    background-color: #494949;
    color: #fff;
    pointer-events: initial;
    padding: 20px 30px 50px 30px !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .pre-title{
    border: 0 none;
    /*margin: 0 0 30px;*/
    padding: 15px 0;
    position: relative;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto 20px auto;
}

.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .pre-title:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    /*margin-left: -75px;*/
    position: absolute;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .title{
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: normal;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .title a{
    color: #fff;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .subtitle{
    display: none !important;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .code{
    border-radius: 0;
    border-width: 2px;
}
.lobbyPromotions .lobbyPromotions__box .code>span{
    display: none;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .code>span{
    display: initial;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .code:before{
    display: none;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .link{
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.bonos-y-balances .lobbyPromotions .lobbyPromotions__box .link:hover{
    color: #fff;
    text-decoration: none;
}
@media(max-width: 768px){
    .bonus-list,
    .bonos-y-balances .lobbyPromotions{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
/* tickets */
.support .status{
    font-weight: bold;
}
.support .status.cerrado{
    color: #e41c38;
}
.support .status.pendiente{
    color: #398c29;
}
.support .msg-detail .msg{
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 5px 20px;
}
.support .msg-detail .msg.msg-support{
    background: #6ac67b;
    color: #fff;
}
.support .msg-answer .file{
    width: 50%;
}
.support .msg-answer .btns-wrapper{
    width: auto;
    display: flex;
}
.support #detail_div a:not([class^='btn--']){
    color: #fff;
    text-decoration: underline;
}
.support #detail_div a:not([class^='btn--']):hover{
    color: #fff;
    text-decoration: none;
}

@media(max-width: 768px){
    .support .msg-answer .file{
        width: 100%;
    }
    .support .msg-answer .btns-wrapper{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px;
    }
}
/* MPU white*/
.reveal-modal .white #popupContent{
    background: #fff;
    border-radius: 10px;
}

.reveal-modal .white>div{
    color: #000;
}

.reveal-modal .white .popup-header{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #000;
    padding: 5px 10px;
    z-index: 1;
}
.reveal-modal .white .popup-header img{
    max-height: 40px;
}

.reveal-modal .white h2{
    color: #000;
    border: 0 none;
    margin: 0 0 30px;
    padding: 15px 20px 5px 20px;
    position: relative;
    background: none;
    text-align: center;
}

.reveal-modal .white h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 110px;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    position: absolute;
}

.reveal-modal .white .mpucontainer{
    padding: 20px 40px 40px;
}

/* MPU grey*/
.reveal-modal .grey #popupContent{
    background: #3f3f3f;
    border-radius: 10px;
}

.reveal-modal .grey h2{
    color: #fff;
    border: 0 none;
    margin: 0 0 30px;
    padding: 15px 20px 5px 20px;
    position: relative;
    background: none;
    text-align: center;
}

.reveal-modal .grey h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 110px;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    position: absolute;
}

@media (max-width: 768px){
    .reveal-modal .grey #popupContent{
        border-radius: 0;
    }
    
    .reveal-modal .white #popupContent{
        border-radius: 0;
        padding-top: 100px;
    }
    
    .reveal-modal .white .ico--cierre svg > use{
        fill: #fff;
    }
    
    .reveal-modal .white .popup-header{
        display: block;
    }
}

.mpucontainer.retry-verify-popup{
    padding-top: 0;
}

/* collapsables */
.collapsable-content{
    margin-bottom: 10px;    
}

.collapsable-content .title{
    background: #6a6a6a;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px 10px 40px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    z-index: 2;
    text-align: left;
}

.collapsable-content .title:after{
    content: "";
    background: url(/img/icos/chevron-right.svg);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    position: absolute;
    filter: invert(1);
}

.collapsable-content .title-text{
    font-size: 16px;
    font-weight: normal;
}

.collapsable-content .content{
    padding: 20px 20px 20px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    display: none;
    text-align: left;
}

.collapsable-content .content p+P{
    margin-top: 15px;
}

.collapsable-content.expanded .title:after{
    transform: rotate(90deg);
}

.collapsable-content.expanded .content{
    display: block;
}

/* boxes slider */
.boxes-slider{
    margin: 50px 0;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.boxes-slider .box-wrapper{
    border: solid 2px #fff;
    padding: 15px;
    width: 275px;
    min-width: 275px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    margin-right: 40px;
}
.boxes-slider .box-wrapper:last-child{
    margin: 0;
}
.boxes-slider .box-wrapper .box-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: solid 1px #e41c39;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    position: relative;
}
.boxes-slider .box-wrapper .box-title:before{
    content: "";
    background: url(/img/icos/ico-angle-red.png) center no-repeat;
    background-size: cover;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -7px;
}
.boxes-slider .box-wrapper .box-info{
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}
.boxes-slider .box-wrapper .box-img{
    max-width: 100px;
    filter: invert(1);
    position: absolute;
    top: 50px;
}
.boxes-slider .box-wrapper.juegos .box-img{
    max-width: 75px;
    top: 65px;
}
.boxes-slider .box-wrapper.soporte .box-img{
    max-width: 75px;
    top: 65px;
}
.boxes-slider .box-wrapper .btn--primary{
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
@media(max-width: 925px){
    .boxes-slider{
        justify-content: start;
        overflow-x: auto;
        margin-right: -50px;
    }
}
@media(max-width: 768px){
    .boxes-slider{
        margin-right: -30px;
    }
}
/* tabs */
.tabs .tab:not(.active){
    display: none;
}

.search-scroll::-webkit-scrollbar {
    width: 5px;
    
  }
  
.search-scroll::-webkit-scrollbar-thumb {
background: #dfd8d8; 
border-radius: 20px;
}


  
  
  @media (max-width: 768px){
    .section-game .game-header-real {
      text-align: center;
      margin: 30px 20px;
    }
    .section-game .game-favourite-mobile {
        display: block;
        height: 22px;
        width: 32px;
        position: absolute;
        top: 30px;
        left: -20px;
    }
    .section-game .game-header-real .title {
      font-size: 22px;
  }
  .section-game .game-header-real .btn--secondary {
    background-color: rgba(255, 255, 255, .3);
      border: 0 none;
      margin: 0;
      margin-top: 20px;
  }
  .section-game .game-header-real [class^='btn--'].btn--play:after {
    left: 10px;
    right: initial;
  }
  .section-game .game-header-real [class^='btn--'].btn--play {
    padding: 20px 20px 20px 20px;
    max-width: 60%;
    text-align: center;
    width: 60%;
    font-size: 20px;
    white-space: nowrap;
  }
  .section-game .game-info .game-info-box .info .info-text-mobile {
    display: block;
    height: 50%;
    border-bottom: solid 2px #e41c39;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    line-height: 0px;
    font-weight: bold;
  }
  .section-game .game-info .game-info-box .info .info-value {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  .section-game .game-info .game-info-box {
    text-align: center;
    width: 100px;
    height: 80px;
    min-width: 100px;
    margin-right: -10px;
  }
  .noWrap {
    flex-wrap: wrap
  }
  a.btn--secondary.btn--play.ml20 {
    padding: 10px 10px 10px 10px !important;
    font-size: 16px !important;
    width: 41% !important;
}
  [class^='btn--'].btn--secondary:after{
    display: none;
  }
  }
  .section-content img {
    height: auto;
}



@media (max-width: 768px) {
    .section-game .game-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: auto;
        margin: auto;
        justify-items: center;
        align-items: center;
	    overflow: auto;
        margin-bottom: 20px;
    }
    .section-game .game-info .game-info-box .info .info-value {
        color: #fff;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
    }
	
}


/* Lobby juegos similares */

#lobbyia{
    min-height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    #lobbyia{
        min-height: 180px;
    }
}