@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('/css/fuentestexto/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/fuentestexto/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/fuentestexto/Roboto-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

body{
    color: #e5e5e5;
    background: #000;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1.type2, h2.type2, h3.type2, h4.type2, h5.type2, h6.type2, .h1.type2, .h2.type2, .h3.type2, .h4.type2, .h5.type2, .h6.type2{
    font-family: 'Roboto', sans-serif;
}

.hide{	
    display: none !important;	
}
.w49{
    width: 49%;
}
.w24{
    width: 24%;
}
@media (max-width: 768px){
    .w49,
    .w24{
        width: 100%;
    }
  /*  #chat-widget-container{
        margin-bottom: 50px;
    }*/
}

a{
    color: #fff;
}
a:hover{
    color: #c82333;
}

.ico, .ico--small {
    vertical-align: middle;
    fill: #57e5ca;
}

[class*="btn--"], 
a[class*="btn--"], 
input[class*="btn--"]{
    border-radius: 5px;
}

@media (min-width: 1390px){
    section {
        width: initial;
        max-width: initial;
        margin-left: initial;
        margin-right: initial;
    }

    [class^='section-'].full-slider{
        margin-right: 0;
    }
    
    .section-content .header{
        margin-left: initial;
        margin-right: initial;
    }
}

section {
    width: auto;
    margin-bottom: 50px;
    padding: 30px 0;
    margin-left: 50px;
    margin-right: 50px;
}
section.history {
    margin-left: 0px;
    margin-right: 0px;
  }

[class^='section-'].full-slider{
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 20px;
}

section.full-width{
    margin-left: 0;
    padding-left: 100px;
    margin-right: 0;
    padding-right: 100px;
    background: #f5f7fe;
    margin-bottom: 0;
}

section.full-width.full{
    padding: 0;
}

section.full-width.light{
    background: #fff;
    color: #000;
}

section.full-width.dark{
    background: #191919;
}

section.full-width.grey{
    background: #1e1e1e;
}

section.full-width.darkness{
    background: #000;
}

section.full-width.dark *,
section.full-width.darkness *{
    color: #fff;
}

section.full-width.darkness [class*="btn--"].btn--primary, 
section.full-width.darkness a[class*="btn--"].btn--primary, 
section.full-width.darkness input[class*="btn--"].btn--primary{
    background-color: #003fad;
    border-color: #003fad;
}

.section-content.gray-bg {
    background: #191919;
    margin: 0;
    padding-bottom: 50px;
    padding-left: 10vw;
    padding-right: 10vw;
}

.section-content{
    padding: 0;
}

.section-content .header{
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    background: #2e2e2e;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.section-content .header .title{
    font-size: 50px;
    line-height: 50px;
    margin-top: 0 !important;
}
@media (max-width: 768px){
  .section-content .header .title {
    font-size: 30px;
}
.section-content.gray-bg {
    padding-left: 5vw;
    padding-right: 5vw;
}
  }
.section-content .header .subtitle{
    margin-top: 30px;
}

.section-content .header .subtitle > span{
    font-weight: bold;
}

.section-content .header .lbl-not-verified,
.section-content .header .lbl-verification-pending{
    margin: 0;
    font-weight: bold;
}

.section-content .header .lbl-not-verified a,
.section-content .header .lbl-verification-pending a{
    text-decoration: underline;
}

.section-content .header .lbl-not-verified a:hover,
.section-content .header .lbl-verification-pending a:hover{
    color: #fff;
    text-decoration: none;
}

.section-content .content{
    margin: auto;
    padding: 0;
    padding-top: 1px;
    width: 100%;
}
.content h1{
    font-size: 26px;
    line-height: 26px;
}
@media (max-width: 768px){
    .section-content .content {
      width: 100%;
    }
    .content h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .content h2{
        font-size: 22px;
        line-height: 22px;
    }
  }

.section-content h2:not(.highlight),
.section-content .content > h3:not(.highlight){
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 30px;
}

.section-content h2:not(.highlight):after,
.section-content  .content > h3:not(.highlight):after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.section-content .content ul{
    margin: 20px 0 20px 0px;
    list-style-type: disc;
}

.section-content .content ul > li > ul{
    margin-left: 20px;
}

.section-content .content ul > li > p{
    margin-left: 20px;
    margin-bottom: 10px;
}

.section-content .content a:not(.btn--primary){
    color: #ef7676;
}

.section-content table{
    margin: 30px 0;
}

.section-content table thead tr th{
    border-bottom: solid 1px #000;
    color: #000;
}

.section-content table tbody tr,
.section-content table tbody tr:nth-child(odd){
    background-color: #f5f7fe;
}

.section-content table tbody tr td{
    color: #000;
    font-weight: normal;
    text-align: left;
}

.txtlow{
    text-transform: none !important;
}

.section-content h2.highlight,
.verification-pending h2.highlight,
.section-content .content > h3.highlight{
    font-size: 38px;
    line-height: 44px;
    margin-top: 30px !important;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.verification-pending h2.highlight{
    font-size: 28px;
    line-height: 34px;
}

.section-content h2.highlight > span,
.verification-pending h2.highlight > span,
.section-content .content > h3.highlight > span{
    font-weight: bold;
}

.section-content h3 {
    margin-bottom: 30px;
}

.section-content.gray-bg p {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.section-content .tabs-menu ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 10px;
}

.section-content .tabs-menu ul li{
    margin-right: 0;
}

.section-content .tabs-menu ul li a{
    background: #6b6b6b;
    border: 0 none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    line-height: 18px;
}

.section-content .tabs-menu ul li a{
    color: #fff !important; 
}
.section-content .tabs-menu ul li a.active{
    background: #e41c39;
    color: #fff;
}

.section-content .tabs-menu ul li a img{
    width: 40px;
    filter: brightness(0) invert(1);
}
.section-content .tabs-menu ul li a > .img{
    border-radius: 50%;
    background: #e41c39;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 5px;
    margin-right: 10px;
}
.section-content .tabs .tab:not(.active){
    display: none;
}

.section-content section{
    margin: 0 !important;
    padding: 0 !important;
}

.info-boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 20px;
    width: 90%;
    margin: auto;
    margin-top: 75px;
}

.info-boxes .info-box{
    background: #6b6b6b;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
}

.info-boxes .info-box .img{
    border-radius: 50%;
    background: #e41c39;
    width: 70px;
    height: 70px;
    padding: 10px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
}

.verification-pending .info-boxes .info-box .img{
    background: #ba8114;
}

.info-boxes .info-box .img > img{
    width: 70px;
    filter: brightness(0) invert(1);
}

.info-boxes .info-box a{
    margin-top: 30px;
    display: block;
    font-size: 18px;
}

.info-boxes .info-box a:hover{
    color: #fff;
}

.info-boxes .info-box a span{
    font-size: 14px;
    font-style: italic;
    color: #adadad;
}

.section-content .question-content{
    margin-bottom: 10px;    
}

.section-content .question-content .question{
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 10px 70px 10px 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    z-index: 2;
}

.section-content .question-content .question:after{
    content: "";
    background: url(/img/icos/chevron-right.svg);
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    position: absolute;
}

.section-content .question-content .question .question-text{
    font-size: 14px;
    /* font-weight: normal; */
}

.section-content .question-content .answer{
    background: #e4e4e4;
    padding: 20px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    display: none;
}

.section-content .question-content.expanded .question:after{
    transform: rotate(90deg);
}

.section-content .question-content.expanded .answer{
    display: block;
}

.section-content .highlighted-search{
    background: #fdff00;
    font-weight: bold;
}

@media(max-width: 1100px){
    section {
        margin-left: 50px;
        margin-right: 50px;
    }
    section.full-width{
        padding-left: 50px;
        padding-right: 50px;
    }
    section.full-width.full{
        padding: 0;
    }
    .section-content .header{
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    [class^='section-'].full-slider{
        margin-right: 0;
    }
}

@media(max-width: 820px){
    .section-content .tabs-menu ul{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px){
    section {
        margin-left: 30px;
        margin-right: 30px;
    }
    .membersarea section.profile{
        margin-left: 0;
        margin-right: 0;
    }
    section.full-width{
        padding-left: 30px;
        padding-right: 30px;
    }
    section.full-width.full{
        padding: 0;
    }
    .section-content .header{
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    [class^='section-'].full-slider{
        margin-right: 0;
    }
    
    .info-boxes{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
    .section-content .tabs-menu{
        margin: 50px 30px 30px 30px;
    }
    .section-content .tabs-menu ul{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.section-notfound h1{
    font-size: 50px;
    line-height: 60px;
}

.section-notfound p{
    font-size: 24px;
}
/*LOBBY CUADRICULA*/
.lobbyGames {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
}
.boxGame__tags span {
    border-radius: 0px 0 4px 0px;
    min-width: 55px;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 20px;
}
.boxGame__content {
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    width: 300px;
}

#lobby-list .boxGame__content{
    width: auto;
}
/*.lobbyGames__boxGame:hover {
    transform: scale(1.02);
}*/
.lobbyGames__boxGame {
    overflow: initial;
    cursor: default;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    transition: 250ms all;
}
.lobbyGames__boxGame::before {
    display: none;
}
.lobbyGames__boxGame .boxGame__tags {
    transition: opacity 0.2s ease-in-out;
}
.lobbyGames__boxGame:hover .boxGame__tags {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
.lobbyGames__boxGame .boxGame__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(17,17,17,0.8);
    transition: opacity .2s ease-in-out;
}
.lobbyGames__boxGame:hover .boxGame__content::before {
    opacity: 1;
}
.boxGame__heart > a{
    cursor: pointer;
}
.boxGame__tags {
    z-index: 9;
    top: 0;
}
.boxGame__tags .nuevo{
    background-color: #e41c39;
    filter: drop-shadow(0 0 5px black);
}
.boxGame__tags .recienllegado{
    background-color: #e41c39!important;
    filter: drop-shadow(0 0 5px black);
    
}
.boxGame__tags .exclusivo{
    background-color: #ffc05f;
}
.boxGame__buttons {
    z-index: 11;
    top: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
.lobbyGames__boxGame:hover .boxGame__buttons {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.boxGame__buttons a.btn--primary, 
.boxGame__buttons a.btn--secondary {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}
.boxGame__buttons a:hover {
    color: #d8d8d8;
}
.boxGame__buttons .btn--play{
    width: 50px;
    padding: 0 !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxGame__buttons .btn--play > img{
    width: 28px;
    height: 28px;
}

.full-slider .boxGame__img {
    max-height: 168px;
    min-width: 300px;
    width: 300px;
}

.full-slider .boxGame__img img {
    min-height: 168px;
    min-width: 300px;
    width: 300px;
}

.boxGame__img picture {
    transform: none !important;
}
.lobbyGames__boxGame:hover img, .lobbyGames__boxGame:hover picture{
    transform: scale(1) !important;
    transition: none !important;
}
@media (max-width: 1100px) {
    .lobbyGames {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .lobbyGames {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 590px) {
    .lobbyGames {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

/*LOBBY NETFLIX*/
.lobbyslider {
    padding: 0;
    height: 168px;
    overflow-x: hidden;
}
.lobbyslider>div {
    min-height: 168px;
    min-width: 300px;
    width: 300px;
    margin: 0 13px 0 0;
    background: none;
    border-radius: 0;
    /*overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    margin: 0px 8px;
    transition: 250ms all;*/
}
.lobbyslider>div:hover {
    transform: none;
    margin: 0 10px 0 0;
}
.lobbyslider>div:hover .gamebuttons {
    display: flex;
}
.lobbyslider>div:hover .boxGame__tags{
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
span.lobbyslider-flechal {
    background: rgba(0,0,0,.7);
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    padding: 0;
}
span.lobbyslider-flechar {
    background: rgba(0,0,0,.7);
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 0;
}
span.lobbyslider-flechar span, 
span.lobbyslider-flechal span {
    border-radius: 3px;
    width: 64px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 4px;
}

span.lobbyslider-flechal span img{
    transform: rotate(180deg);
}
span.lobbyslider-flechar span img, 
span.lobbyslider-flechal span img{
    filter: invert(1);
    width: 50px;
    height: 50px;
}

@media(max-width: 440px){
    span.lobbyslider-flechar, 
    span.lobbyslider-flechal {
        display: none;
    }
}

.gamebuttons {
    background-color: rgba(17,17,17,0.8);
    cursor: default;
    border-radius: 6px;
}
.gamebuttons .btn--secondary, .gamebuttons .btn--primary {
    padding: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}
.gamebuttons a:hover {
    color: #d8d8d8;
}

/* proveedores */
.lobby-providers{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: auto;
    height: 270px;
}
.lobby-providers .lobbyslider{
    height: 270px;
  }
.lobby-providers .provider{
    border-radius: 5px;
    width: 180px;
    min-width: 180px;
    background: transparent;
    height: 270px;
    margin-right: 13px;
}

.lobby-providers .provider:last-child{
    margin: 0;
}

.lobby-providers .provider > a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.lobby-providers .provider img{
    position: absolute;
    bottom: 0px;
    width: 100%;
    aspect-ratio: 60 / 83;
    height: auto;
  }

/* home lobbies */
.section-populars .lobbyslider{
    padding-left: 18px;
    counter-reset: clumsycount 0;
}
@media (max-width: 768px){
    .section-populars .lobbyslider{
        margin-left: -18px;
    }
}
.section-populars .lobbyslider .lobbyGames__boxGame{
    counter-increment: clumsycount 1;
}
.section-populars .lobbyslider .lobbyGames__boxGame::after{
    content: counter(clumsycount);
    display: block;
    color: #e41c39;
    position: absolute;
    top: 16px;
    left: -13px;
    font-size: 70px;
    z-index: 99;
    font-weight: bold;
    -webkit-text-stroke: 2px #fff;
}

.section-new.full-slider .lobbyslider .boxGame__content .boxGame__tags {
    top: 0px;
}

[class^='section-'].full-slider:not(.section-new) .lobbyslider .lobbyGames__boxGame .boxGame__tags{
    display: none;
}

.section-new.full-slider .lobbyslider{
    /* padding-top: 10px;
    margin-top: -10px; */
    margin-left: 0px;
    padding-left: 0px;
}

.section-new.full-slider .lobbyslider .lobbyGames__boxGame .boxGame__tags{
    top: 0px;
    left: 0px;
}

.section-new.full-slider .lobbyslider .lobbyGames__boxGame .boxGame__tags :not(.nuevo):not(.recienllegado){
    display: none;
}

.section-new.full-slider .lobbyslider .lobbyGames__boxGame .boxGame__tags .nuevo{
    background-color: #e41c39;
    filter: drop-shadow(0 0 5px black);
}
.section-new.full-slider .lobbyslider .lobbyGames__boxGame .boxGame__tags .recienllegado{
    background-color: #e41c39!important;
    filter: drop-shadow(0 0 5px black);
}

/* GENERAL */
html{
    font-size: 16px;
}

h1{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-top: 1rem!important;
    margin-bottom: 1rem;
}

h2, h2.type2{
    font-size: 25px;
    font-style: normal;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

h2{
    font-size: 22px;
    line-height: 22px;
}

h3, h3.type2{
    font-size: 16px;
}


.txtup{
    text-transform: uppercase;
}
.txtlow{
    text-transform: none;
}

[class*='btn--'].more,
[class*="btn--"].btn--primary.more, 
a[class*="btn--"].btn--primary.more, 
input[class*="btn--"].btn--primary.more{
    border-radius: 3px;
    background: #f5f7fe;
    border: 0 none;
    color: #171d39;
    position: relative;
}
[class*='btn--'].more:not(.no-icon),
[class*="btn--"].btn--primary.more:not(.no-icon), 
a[class*="btn--"].btn--primary.more:not(.no-icon), 
input[class*="btn--"].btn--primary.more:not(.no-icon){
    text-align: left;
}
[class*='btn--'].more:not(.no-icon):before {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: #e9e7e7;
    text-align: center;
    border-radius: 100%;
    line-height: 18px;
}
[class*='btn--'].more:hover{
    background: #f5f7fe;
    border: 0 none;
    color: rgba(0,0,0,.8);
}
.btn--transparent{
    background: transparent !important;
    color: #fff !important;
    border: solid 1px #fff !important;
}
.btn--transparent:hover{
    border-color: #fff !important;
    background: transparent;
    color: #fff;
}
.btn--transparent.btn--contrast{
    background: transparent !important;
    color: #e41c39 !important;
    border: solid 1px #e41c39 !important;
}
.btn--transparent.btn--contrast:hover{
    border-color: #e41c39 !important;
    background: transparent;
    color: #e41c39;
}
.btn--gray{
    background: #535353 !important;
    color: #fff !important;
    border: none !important;
}
.btn--gray:hover{
    background: #6a6a6a !important;
}

[class^='btn--'].btn--play{
    padding: 8px 40px 8px 20px;
    text-align: left;
    position: relative;
}

[class^='btn--'].btn--play:after{
    content: " ";
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
    background: url(/img/icos/playIcon.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
}

.dark-bg {
    background-color: #e41c39;
}

/* HEADER */
header.dark-bg{
    border-bottom: solid 1px #00212f;
}
header.dark-bg .btn--username{
    color: #fdfdfd;
}

header nav{
    margin: 0 50px;
}

header nav a{
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1250px){
    header nav a{
        padding: 5px 10px;
    }
}

header nav a.active,
header nav a:hover{
    color: #e41c39;
}

header .login-register-btns{
    padding: 10px;
    display: block;
    position: absolute;
    right: 0;
}

header .login-register-btns [class*='btn--']:not(.btn--search){
    height: 100%;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 30px !important;
    text-align: center;
    border: 0 none !important;
    font-size: 14px !important;
}

header .login-register-btns [class*='btn--']:not(.btn--search):hover{
    border: 0 none;
}

header .login-register-btns [class*='btn--']:not(.btn--register):not(.btn--search),
header .header__btns:not(.login-register-btns):not(.btn--search) .user-name{
    margin-left: 10px;
    background: transparent;
    color: #fff;
    border: solid 1px #fff !important;
    line-height: 28px;
    height: 30px;
}
header .login-register-btns [class*='btn--']:not(.btn--register):not(.btn--search):not(.btn--login){
    padding: 0 10px !important;
}

header .header__btns .user-name.btn--compress{
    text-transform: uppercase;
}

header .login-register-btns [class*='btn--']:not(.btn--register):not(.btn--search):hover,
header .header__btns:not(.login-register-btns):not(.btn--search) .user-name:hover{
    border-color: #fff !important;
    background: transparent;
    color: #fff;
}

header .header__btns:not(.login-register-btns){
    padding: 5px 20px 5px 10px;
    display: block;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px){
    header .header__btns:not(.login-register-btns){
    padding: 0px 20px 0px 10px !important;
    }
}

header .login-register-btns .btn--register.btn--compress,
header .header__btns .btn--deposit{
    padding: 0 10px !important;
    line-height: 30px;
    height: 30px;
}

header .login-register-btns .btn--login.btn--compress,
header .header__btns:not(.login-register-btns) .user-name{
    position: relative;
    padding: 0 10px 0 35px !important;
}

header .login-register-btns .btn--login:before,
header .header__btns:not(.login-register-btns) .user-name:before{
    content: " ";
    display: block;
    left: 10px;
    position: absolute;
    filter: brightness(0) invert(1);
    background: url(/img/icos/profile/profile-cuenta.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 50%;
    margin-top: -7px;
}

/*header .login-register-btns [class*='btn--']:not(.btn--register).btn--search,
header .header__btns .btn--search{
    border: 0 none !important;
    background: #959595;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}*/

/*header .login-register-btns .btn--search img,
header .header__btns .btn--search img{
    filter: invert(1);
    height: 14px;
}*/

header .header__btns .btn--deposit{
    position: relative;
    padding-left: 45px !important;
}

header .header__btns .btn--deposit:before{
    content: "+";
    color: #e41c39;
    background: #fff;
    font-size: 16px;
    border-radius: 100%;
    padding: 2px;
    position: absolute;
    left: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 11px;
    top: 50%;
    margin-top: -9px;
}

header .header__balance{
    background-color: rgba(0, 81, 115,.4);
    padding: 5px 10px;
    margin: -5px 0 0 0;
    height: 60px;
}

header .header__balance .reloadBalance .ico--small{
    width: 18px;
    height: 18px;
}

header .header__balance > div > span{
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    display: block;
    line-height: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

header .header__balance a{
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

header .header__balance a:hover{
    color: rgba(255, 255, 255, 1);
}

header .user-info{
    /*text-align: center;
    background: rgb(0 33 47);
    margin: -35px -10px 0;
    padding: 35px 0 15px 0;
    margin-right: 10px;*/
}

header .user-info .user-avatar,
header .header__btnMenu.user-avatar{
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
}
header .header__btnMenu .ico,
header .header__btnMenu .ico--small{
    fill: #fff;
}
header .user-info .user-avatar{
    display: inline-block;
    margin: 0 auto;
}

header .user-info .user-avatar .ico--small{
    width: 20px;
    height: 20px;
}

header .user-info .user-name{
    margin: 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

header .user-info .header__time{
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

header .user-info .header__time svg{
    filter: invert(1);
}
header .user-info .header__time img{
    margin-right: 5px;
}

header .header__logout{
    height: 60px;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin: -5px 0 0;
    background: #e41c39;
}

header .header__logout button{
    display: block;
    height: 100%;
    width: 100%;
}

.header__logo {
    width: 160px;
    margin-top: 15px;
}
.header__logo img{
    width: 160px;
    height: 54px;
}
@media (max-width: 440px){
    .header__logo img{
        width: 105px;
        height: 54px;
    }
}
#navprincipal, .navbanner {
    top: 60px;
    margin-bottom: 0;
}

#navprincipal a, #navbanner a{
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
}

#navprincipal a:hover, 
#navprincipal a.active, 
#navbanner a:hover,
#navbanner a.active{
    background: rgba(0, 81, 115,.4);
    color: #fff;
}

@media (min-width: 1390px){
    header {
        max-width: 100% !important;
    }
}

@media (max-width: 1100px){
    .header__btnMenu.user-avatar{
        display: none;
    }
    
    header{
        height: 60px !important;
        padding: 0 10px;
    }
    .has-banner .main{
        margin-top: -60px;
    }
    
    .body header:not(.header-minimal){
        justify-content: flex-start;
        padding: 0px 20px;
    }
    
    .header__logo{
        margin-left: 10px;
    }
    
    header .login-register-btns {
        padding: 0 10px 0px 10px;
    }
    /*header .header__btnMenu{
        margin-left: 10px;
    }*/
    header .user-info .header__time{
        display: none;
    }
}

@media (max-width: 768px){
    header .login-register-btns .btn--register.btn--compress {
        text-transform: uppercase;
        font-size: 12px !important;
    }
    header .login-register-btns .btn--login.btn--compress {
        font-size: 12px !important;
    }
    
    header .header__btns .btn--deposit:before{
        left: -8px;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 29px;
        top: 50%;
        margin-top: -18px;
        font-weight: bold;
        font-size: 36px;
    }
    
    header .header__btns.login-register-btns .btn--login {
        padding: 0 10px 0 10px !important;
    }
    
    header .login-register-btns .btn--login:before{
        display: none;
    }
}
@media only screen and (max-width: 440px) {
    header .header__btns .btn--deposit {
        padding-left: 32px !important;
        max-width: 90px;
    }
    
    header .user-info>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    header .header__btns:not(.login-register-btns) {
        padding: 5px 4px 5px 10px;
    }
    
    a.btn--secondary.btn--compress.user-name {
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px 0 30px !important;
    }
    
    .header__logo {
        width: 105px;
    }
    
    .ico--small {
        width: 30px;
        height: 30px;
    }
    
    .lobbyslider {
        overflow-x: auto;
    }
}

.has-banner .main{
    margin-top: -15px;
}


.has-banner #banner{
    z-index: 1;
    margin-bottom: -30px;
}
@media(max-width: 768px){
    .has-banner #banner{
        /* margin-bottom: 30px; */
    }
    .section-lobby{
        padding: 0;
    }
}
.bannerOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 !important;
    background: linear-gradient(180deg, rgb(0,0,0,0) 80%, rgba(0,0,0) 100%);
}
.comTecnalisBanner img{
    max-width: initial;
    min-width: 100%;
    width: auto;
}
@media(max-width: 768px){
    .comTecnalisBanner img{
        max-width: none;
        min-width: none;
        width: 100%;
    }
}
.botonbannerDiv {
    height: 42px;
    margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
    .botonbannerDiv, comTecnalisBanner>div:first-child>div>div, .comTecnalisBanner>div:first-child>div>div {
        width: 100%;
        left: 0 !important;
        bottom: -5px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .botonbannerDiv {
        height: 100px;
    }
    p#pretextobanner, p#textobanner {
        display: none;
    }
    #bannerContainer .comTecnalisBanner .btn--primary {
        margin: 0 !important;
    }    
}


.has-banner main > section:first-of-type{
    z-index: 2;
    position: relative;
}


#bannerContainer{
    height: 100vh;
    max-height: 470px !important;
}
#bannerContainer .comTecnalisBanner p.subtextobanner {
    font-size: 16px;
    line-height: 25px;
    max-width: 490px;
    margin-bottom: 10px;
    cursor: text;
}
#bannerContainer .comTecnalisBanner .btn--primary{
    margin: 10px 0 0;
    border-color: #e41c39;
    background-color: #e41c39;
    color: #fff;
    padding: 10px 20px 10px 40px;
    text-align: left;
    position: relative;
    border: none !important;
}
#bannerContainer .comTecnalisBanner .btn--primary:hover{
    background-color: #c82333;
  }

#bannerContainer .comTecnalisBanner .btn--primary:after{
    content: " ";
    width: 18px;
    height: 18px;
    left: 10px;
    position: absolute;
    background: url(/img/icos/playIcon.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
}

#bannerContainer .comTecnalisBanner .btn--primary.bt--info {
    background-color: #ffffff63 !important;
    color: #fff !important;
    margin-left: 10px !important;
}

#bannerContainer .comTecnalisBanner .btn--primary.bt--info:after {
    content: " ";
    width: 20px;
    height: 20px;
    left: 10px;
    position: absolute;
    background: url(/img/icos/info.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
    filter: none;
}

#banner .comTecnalisBanner>div:first-child>div>div:first-child{
    padding: 50px 75px 110px 75px;
    background: linear-gradient(180deg, rgb(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
    max-width: 100%;
}

@media(max-width: 1100px){
    #banner .comTecnalisBanner>div:first-child>div>div:first-child{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 768px){
    .comTecnalisBanner>div:first-child>div{
        background-position: top center;
    }
    #banner .comTecnalisBanner>div:first-child>div>div:first-child{
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
    #bannerContainer{
        height: 290px !important;
        max-height: 290px !important;
    }
    #bannerContainer .comTecnalisBanner .btn--primary{
        margin-left: auto;
        margin-right: auto;
    }
}

/* GRID */
.grid{
    grid-template-rows: 60px auto;
}

/* BOTONES */
/*.btn--primary, a.btn--primary, input.btn--primary, .btn--secondary, a.btn--secondary, input.btn--secondary, .btn--disable, a.btn--disable, input.btn--disable, .dark-bg .btn--primary, .dark-bg a.btn--primary, .dark-bg input.btn--primary, .dark-bg .btn--secondary, .dark-bg a.btn--secondary, .dark-bg input.btn--secondary, .dark-bg .btn--disable, .dark-bg a.btn--disable, .dark-bg input.btn--disable{
    border-radius: 0;
}*/

[class*="btn--"].btn--compress,
a[class*="btn--"].btn--compress,
input[class*="btn--"].btn--compress{
    text-transform: none;
    padding: 8px 30px;
    font-size: 12px;
}
[class*="btn--"].btn--medium,
a[class*="btn--"].btn--medium,
input[class*="btn--"].btn--medium{
    padding: 10px 40px;
    font-size: 14px;
    line-height: 21px;
}
[class*="btn--"].btn--contrast,
a[class*="btn--"].btn--contrast,
input[class*="btn--"].btn--contrast{
    background-color: #57e5ca;
}

[class*="btn--"].btn--secondary,
a[class*="btn--"].btn--secondary,
input[class*="btn--"].btn--secondary{
    border: solid 1px #7f7f7f;
    background-color: #7f7f7f;
    color: #fff;
}

[class*="btn--"].btn--secondary:hover,
a[class*="btn--"].btn--secondary:hover,
input[class*="btn--"].btn--secondary:hover{
    background-color: #e41c39;
    border-color: #e41c39;
    color: #fff;
    transition: ease-in-out .2s;
}

[class*="btn--"].btn--primary,
a[class*="btn--"].btn--primary,
input[class*="btn--"].btn--primary{
    border: solid 1px #e41c39;
    background-color: #e41c39;
}

.dark-bg [class*="btn--"].btn--secondary:hover,
.dark-bg a[class*="btn--"].btn--secondary:hover,
.dark-bg input[class*="btn--"].btn--secondary:hover,
.dark-bg [class*="btn--"].btn--secondary:active,
.dark-bg a[class*="btn--"].btn--secondary:active,
.dark-bg input[class*="btn--"].btn--secondary:active{
    border: solid 1px #e41c39;
    background-color: #e41c39;
    color: #fff;
}

.dark-bg .btn--primary:hover, 
.dark-bg .btn--primary:active, 
.dark-bg a.btn--primary:hover, 
.dark-bg a.btn--primary:active, 
.dark-bg input.btn--primary:hover, 
.dark-bg input.btn--primary:active{
    border: solid 1px #e41c39;
    background-color: #e41c39;
}

.dark-bg nav a{
    color: rgba(255, 255, 255, .8);
    padding: 5px 20px;
}

.dark-bg nav a:hover{
    color: rgba(255, 255, 255, 1);
}

/* FOOTER */
footer{
    margin-top: 0;
    background: #272727;
}

footer .section{
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer .section:last-child{
    border: 0 none;
}

footer .section.dark-bg{
    background: #191919;
}

footer ul{
    margin: 0;
}

footer .menu > .w50{
    padding: 0 30px;
}

footer .menu nav > .w50:first-child{
    padding-right: 10px;
}

footer .menu h2{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

footer .menu nav a{
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
footer .menu nav a:hover,
footer .submenu nav a:hover{
    color: #e41c39 !important;
}

footer .submenu{
    margin: 0;
    padding: 5px;
}

footer .submenu ul{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

footer .submenu ul > li{
    position: relative;
    padding-right: 30px;
    margin: 5px 0;
}

footer .submenu ul > li a{
    font-size: 12px;
    line-height: 12px;
}

footer .submenu ul > li:last-child{
    padding: 0;
}

footer .submenu ul > li:before{
    content: " ";
    height: 10px;
    border: solid 1px #fff;
    right: 15px;
    position: absolute;
    top: 0px;
}

footer .submenu ul > li:last-child:before{
    display: none;
}

footer nav a svg{
    fill: #fff;
}
footer nav a:hover svg{
    fill: #e41c39;
}

footer .social,
footer .logos-juegoSeguro{    
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .logos-juegoSeguro > p{
    font-size: 12px;
    line-height: 18px;
    /*margin-bottom: 10px;*/
}

footer .logos-juegoSeguro img {
    height: 55px;
}
footer .logos-juegoSeguro #iconoJuegaConResponsabilidad{
    width: 129px;
    height: 45px;
    margin-top: 20px;
}
footer .logos-juegoSeguro #iconoNoEsJuego{
    width: 112px;
    height: 45px;
    margin-top: 20px;
}
footer .logos-juegoSeguro #iconoAutoProhibicion{
    width: 73px;
}
footer .logos-juegoSeguro #iconoAutoExclusion{
    width: 60px;
}
footer .logos-juegoSeguro #iconoJuegoMasSeguro{
    height: 20px;
    margin-top: 32.5px;
}
footer .logos-juegoSeguro #iconoMasDieciocho{
    width: 40px;
}
footer .logos-juegoSeguro #iconoJuegarBien{
    width: 136px;
}
footer .logos-juegoSeguro #iconoJuegoSeguro{
    width: 129px;
}
footer .logos-juegoSeguro #iconoJuegoAutorizado{
    width: 143px;
    height: 46px;
    transform: translate(0, 8%);
}
@media (max-width: 1100px){
    footer .section {
        padding-left: 50px;
        padding-right: 50px;
    }
    footer .logos-juegoSeguro img {
        height: 45px;
        
    }
    footer .logos-juegoSeguro #iconoJuegaConResponsabilidad{
        width: 101px;
        height: 35px;
        
    }
    footer .logos-juegoSeguro #iconoNoEsJuego{
        width: 87px;
        height: 35px;
    }
    footer .logos-juegoSeguro #iconoAutoProhibicion{
        width: 60px;
    }
    footer .logos-juegoSeguro #iconoAutoExclusion{
        width: 49px;
    }
    footer .logos-juegoSeguro #iconoJuegoMasSeguro{
        height: 20px;
        margin-top: 22.5px;
    }
    footer .logos-juegoSeguro #iconoMasDieciocho{
        width: 33px;
    }
    footer .logos-juegoSeguro #iconoJuegarBien{
        width: 111px;
    }
    footer .logos-juegoSeguro #iconoJuegoSeguro{
        width: 105px;
    }

    footer .logos-juegoSeguro #iconoJuegoAutorizado{
        width: 130px;
        height: 38px;
        transform: translate(0, 7%)
    }
}
@media (max-width: 769px){
    footer .section {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .menu > .w50{
        padding: 0;
    }
    footer .menu > .w50:first-child{
        margin-bottom: 20px;
    }
    footer .social,
    footer .logos-juegoSeguro{  
        margin-bottom: 0;
    }
    
    footer .section.submenu{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

footer .social nav a{
    height: 25px;
    text-align: center;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

footer .social nav a .ico{
    width: 25px;
    height: 25px;
    fill: #fff;
}

footer .paymentgateways img {
    height: 25px;
}

.powered-by img{
    width: 130px;
}

footer>div:nth-child(2)>div, footer>div:nth-child(3) {
    width: 100% !important;
    max-width: 100% !important;
}

.powered-by::after {
    content: "Powered by:";
    position: absolute;
    font-size: 8px;
    color: rgba(255, 255, 255, .5);
    top: -30px;
    right: 0px;
}

/* ICONOS */
.ico--xsmall {
    width: 14px;
    height: 14px;
}
.dark-bg .ico--xsmall{
    fill: #FDFDFD;
}

/* POPUPS */
.reveal-modal .mpucontainer h2{
    margin: 0 0 30px;
    padding: 0 40px 0 20px;
    font-size: 20px;
    border: 0 none;
    background: transparent;
    border-bottom: solid 1px rgba(15, 15, 21, 0.06);
    color: #fff;
    text-align: center;
}
.reveal-modal .mpucontainer h2>span{
    border-bottom: solid 2px #e41c39;
    padding-bottom: 15px;
}
.reveal-modal>div>div{
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.8);
}
.reveal-modal>div{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0,0,0,.7);
}
.reveal-modal hr{
    border-color: rgba(15, 15, 21, 0.06);
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 honeydew;
    margin: 10px 0;
}

#popupContent .ico--cierre .ico,
.reveal-modal .ico--back .ico{
    fill: #e41c39;
    width: 30px;
    height: 30px;
}

.reveal-modal .ico--back {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 250;
}
.reveal-modal .ico--back svg{
    transform: rotate(180deg);
}

.reveal-modal .fluid-popup > div{
    min-width: 75%;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px;
    border: 0 none;
    padding: 30px!important;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    margin: 0 auto;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.reveal-modal .fluid-popup > div > .title{
    background: none;
    border: 0 none;
    margin: -10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}

.reveal-modal .fluid-popup [class^='btn--']{
    padding: 8px 20px;
    font-size: 16px;
}

.welcome-verify-popup .promo-boxes{
    margin: 30px 0;
    align-items: end;
}

.welcome-verify-popup .promo-boxes .promo-box {
    width: 30%;
    text-align: center;
    background: #758188;
    border-radius: 10px;
    padding: 10px 20px;
}

.welcome-verify-popup .promo-boxes .promo-box img{
    display: block;
    margin: 0 auto;
}

.welcome-verify-popup .promo-boxes .promo-box p{
    color: #000;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
    margin-top: 10px;
}

.welcome-verify-popup .promo-boxes .promo-box p > span{
    display: block;
    font-style: italic;
    font-size: 10px;
}

/*.mpucontainer #loginarea [class*="btn--"]{
    width: 100%;
}*/

.mpucontainer.payout-confirm{
    background: #fff;
    color: #000;
    text-align: center;
}

.mpucontainer.payout-confirm h2{
    color: #000;
    border: 0 none;
    margin: 0 0 30px;
    padding: 15px 20px;
    position: relative;
}

.mpucontainer.payout-confirm h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.mpucontainer.payout-confirm .btns-wrapper{
    margin-top: 30px;
    margin-bottom: 10px;
}

.mpucontainer.payout-confirm .btns-wrapper [class^='btn--']{
    border-radius: 10px;
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 15px;
}

.reveal-modal .inactividad{
    align-items: start;
    padding-top: 100px;
}

.reveal-modal .inactividad > div{
    background: #494949;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.reveal-modal .inactividad .ico--cierre .ico{
    width: 40px;
    height: 40px;
}

.reveal-modal .inactividad h2{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    border: 0 none;
    display: inline-block;
}

.reveal-modal .inactividad h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.reveal-modal .inactividad .mpucontainer{
    
}

.reveal-modal .inactividad [class^='btn--'].btn-cont{
    padding: 8px 40px 8px 20px;
    text-align: left;
    position: relative;
}

.reveal-modal .inactividad [class^='btn--'].btn-cont:after{
    content: url('/img/icos/chevron-right.svg');
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
    filter: invert(1);
}

.reveal-modal .responsible-gaming-questionnaire{
    background: #fff;
    color: #000;
}
.reveal-modal .responsible-gaming-questionnaire h2{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #000;
    border: 0 none;
    font-size: 18px;
}
.reveal-modal .responsible-gaming-questionnaire h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:first-child+label{
    margin-right: 10px;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle+label:before{
    border-radius: 10px;
    border: solid 2px #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle+label > span{
    color: #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:checked+label::before{
    background-color: #e41c39;
}
.reveal-modal .responsible-gaming-questionnaire input.toggle:checked+label > span{
    color: #fff;
}

.reveal-modal .responsible-gaming-questionnaire [class^='btn--']{
    font-size: 18px;
    padding: 10px 15px;
    margin: 0 5px;
}

@media (max-width: 768px){
    .mpucontainer.payout-confirm{
        height: 100vh;
    }
    
    .reveal-modal .inactividad{
        width: auto;
    }
    .reveal-modal .inactividad > div{
        height: auto;
        min-height: auto;
        max-width: 95%;
    }
}

.popup-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
}
.popup-wrapper .popup-window{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: auto;
}
#popup-payout-confirm .popup-window{
    align-items: start;
}
.popup-wrapper .popup-window .popup-content{
    color: #333;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 768px;
    min-width: 320px;
}
#popup-payout-confirm .popup-content{
    max-width: 650px;
    margin-top: 30px;
}
.popup-wrapper .popup-window .popup-content{
    border-radius: 10px;
    overflow: initial;
    background: #fff;
    max-height: 85vh
}
.popup-wrapper .popup-window .popup-container h2{
    margin: 0 0 30px;
    padding: 12px 20px;
    font-size: 20px;
    color: #000;
    border: 0 none;
    height: initial;
    line-height: initial;
}
.popup-wrapper .popup-window .popup-container h2:before{
    display: none;
}
.popup-wrapper .popup-window .popup-container h2{
    text-align: center;
}
.popup-wrapper .popup-window .popup-container{
    padding: 20px;
}
.popup-wrapper .popup-window .popup-container{
    border-radius: 10px;
    /*overflow: hidden;*/
    overflow-y: auto;
    max-height: 85vh;
}
.popup-wrapper .popup-window .ico--cierre{
    position: absolute;
    z-index: 250;
}
.popup-wrapper .popup-window .ico--cierre{
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .popup-wrapper .popup-window .popup-container{
        max-height: initial;
    }   
    .popup-wrapper .popup-window .popup-content,
    #popup-payout-confirm .popup-content{
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        border-radius: 0;
    }
    body.minimal.open-popup .body{
        padding-top: 0;
    }
    body.minimal.open-popup .body .header-minimal{
        display: none;
    }
}


.loginPopup .mpucontainer h2{
    margin-bottom: 80px;
}

.loginPopup .mpucontainer{
    min-width: 400px;
    padding: 40px;
}

.loginPopup .mpucontainer .alert--error{
    padding: 10px;
    background: #e41c39;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-align: left;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    z-index: 9;
}

.loginPopup .mpucontainer .lbl-forgot{
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    display: block;
    margin: 0 0 60px 0;
    color: #959596;
    text-decoration: underline;
}

.loginPopup .mpucontainer [class*='btn--']{
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 60px;
    text-align: center;
    font-size: 18px;
}

.loginPopup .mpucontainer .footer{
    font-size: 14px;
    text-align: center;
    background: rgb(105 11 24 / 70%);
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: -40px;
}

.loginPopup .mpucontainer .footer a{
    text-decoration: underline;
    font-weight: bold;
}

.loginPopup .mpucontainer .lbl-forgot:hover,
.loginPopup .mpucontainer .footer a:hover{
    text-decoration: none;
}

.loginPopup .mpucontainer .field-wrapper{
    min-height: 65px;
    margin-bottom: 0;
}

.loginPopup .mpucontainer .field-wrapper:first-child{
    margin-bottom: 30px;
}

.loginPopup .mpucontainer .field-wrapper:before{
    content: " ";
    display: block;
    background: #000;
    height: 49px;
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    z-index: 1;
    border-radius: 5px;
}

.loginPopup .mpucontainer .field-wrapper.field-error:after{
    content: " ";
    display: block;
    background: #e41c39;
    height: 5px;
    position: absolute;
    bottom: 18px;
    right: -2px;
    left: -2px;
    z-index: 1;
    border-radius: 5px;
}

.loginPopup .field-wrapper input{
    border-color: #303030;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #303030;
    color: #fff;
    z-index: 2;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}
.loginPopup .field-wrapper input:placeholder{
    color: #959596;
}

.loginPopup .field-wrapper.completed > label:not(.fixed){
    z-index: 3;
}

.loginPopup .field-wrapper .togglePwd{
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #959596;
    z-index: 8;
    font-size: 12px;
    line-height: 12px;
    margin-top: -16px;
}

.loginPopup .field-wrapper .togglePwd:after{
    content: 'mostrar';
    text-transform: uppercase;
}

.loginPopup .field-wrapper.completed .togglePwd{
    display: block;
}

.loginPopup .field-wrapper .togglePwd.show:after{
    content: 'ocultar';
}

.loginPopup .mpucontainer .field-wrapper .validation{
    display: none;
    font-size: 11px;
    color: #e41c39;
    line-height: 11px;
    margin-left: 5px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.loginPopup .mpucontainer .field-wrapper.field-error .validation{
    display: block;
}

.loginPopup .logo{
    display: none;
}

@media (max-width: 768px){
    .loginPopup .logo{
        display: block;
        width: 100px;
        padding: 15px 0 0 15px;
    }
    
    .loginPopup .mpucontainer [class*='btn--']{
        border-radius: 5px;
        width: 100%;
        font-size: 25px;
        padding: 15px 40px;
    }
    
    .loginPopup .mpucontainer .footer{
        background: #373737;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        padding: 10px 0;
    }
    .loginPopup .mpucontainer{
        height: calc(100vh - 50px);
        min-width: 100%;
    }
}

/* FORMULARIOS */
input, select, textarea{
    border-color: #303030;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #303030;
    color: #fff;
}

input::placeholder, 
select::placeholder, 
textarea::placeholder{
    color: rgba(51, 51, 51, .7);
}

input[type="checkbox"]+label::before, input[type="radio"]+label::before{
    border-color: #ccc;
    border-radius: 4px;
}
input[type="checkbox"]:checked+label::before{
    background-color: #e41c39;
    border-color: #e41c39;
}

input:disabled, select:disabled, textarea:disabled {
    opacity: .6;
    background-color: #f5f7fe;
}

#consejo{
    position: fixed;
    z-index: 99999;
    top: -60px; /* cabecera */
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#consejo .consejo-content{
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.9);
    border-radius: 4px;
    border: 0 none;
    padding: 20px;
    width: 400px;
}
#consejo .consejo-content h5{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#consejo .consejo-content h5:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.fields-column {
    padding: 0 35px;
}

.field-wrapper{
    margin-bottom: 10px;
}

.section-register .field-wrapper{
    margin: 0 auto 10px auto;
}

.field-wrapper.radio > label{
    display: none;
}
.field-wrapper.radio input[type="radio"]:checked+label::before {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff;
}
.field-wrapper.radio input[type="radio"]+label::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    color: #a8a8a8;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 10px;
    margin-right: 0;
}
.field-wrapper.radio input[type="radio"]+label::after {
    content: none;
    display: block;
}
/*.field-wrapper.radio input[type="radio"]:first-of-type+label::before {
    border-radius: 5px 0 0 5px;
}
.field-wrapper.radio input[type="radio"]:last-of-type+label::before {
    border-radius: 0 5px 5px 0;
}*/
.field-wrapper.radio input[type="radio"]+label {
    padding: 10px 30px;
    min-width: 100px;
    text-align: center;
    margin-right: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.field-wrapper.radio input[type="radio"]+label>span{
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: relative;
    z-index: 10;
}
.field-wrapper.radio input[type="radio"]:checked+label span {
    text-shadow: none;
    color: #fff;
}
.field-wrapper.radio .flex--between input[type="radio"]+label{
    min-width: 45%;
    max-width: 49%;
    padding: 10px 0;
    text-align: center;
}
.field-wrapper.checkbox input[type="checkbox"]+label, 
.field-wrapper.checkbox input[type="radio"]+label{
    color: #fff;
}
.field-wrapper.checkbox input[type="checkbox"]+label a, 
.field-wrapper.checkbox input[type="radio"]+label a{
    color: #e41c39;
}

.field-wrapper.checkbox input[type="checkbox"]+label::before{
    border-width: 2px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#gender-div{
    max-width: 300px;
    margin-bottom: 30px;
}

#c18old-div.field-wrapper.checkbox input[type="checkbox"]+label,
#mktSubscriptions-div.field-wrapper.checkbox input[type="checkbox"]+label{
    position: relative;
    padding-left: 35px;
}
#mktSubscriptions-div.field-wrapper.checkbox input[type="checkbox"]+label{
    padding-top: 4px;
}
#c18old-div.field-wrapper.checkbox input[type="checkbox"]+label:before,
#mktSubscriptions-div.field-wrapper.checkbox input[type="checkbox"]+label:before{
    position: absolute;
    top: 0;
    left: 0;
}

#c18old-div.field-wrapper.checkbox.field-success input[type="checkbox"]+label,
#c18old-div.field-wrapper.checkbox.field-error input[type="checkbox"]+label,
#mktSubscriptions-div.field-wrapper.checkbox.field-success input[type="checkbox"]+label,
#mktSubscriptions-div.field-wrapper.checkbox.field-error input[type="checkbox"]+label{
    padding-right: 25px;
}


.field-wrapper > label:not(.fixed){
    opacity: 0;
    visibility: hidden;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 10px;
    padding: 0 5px;
    text-transform: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.field-wrapper > label > a{
    color: #e41c39;
}

.field-wrapper input,
.field-wrapper select,
.field-wrapper textarea{
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    height: 45px;
    background-color: #fff;
    border-radius: 10px;
    color: #a8a8a8;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.field-wrapper textarea.auto{
    height: auto;
}

.field-wrapper .iti input{
    margin-bottom: 10px !important;
}

.field-wrapper .iti__selected-flag{
    height: calc(100% - 10px);
}

.field-wrapper input::placeholder, 
.field-wrapper select::placeholder, 
.field-wrapper textarea::placeholder{
    color: #a8a8a8;
}

.field-wrapper.completed input,
.field-wrapper.completed select,
.field-wrapper.completed textarea{
    padding-top: 17px;
    padding-bottom: 3px;
}

.field-wrapper.completed input[type="date"]::-webkit-calendar-picker-indicator{
    margin-top: -12px;
    margin-right: -10px;
}

.field-wrapper select{
    background-position: 99%;
}

.field-wrapper.completed > label:not(.fixed){
    opacity: 1;
    visibility: visible;
}

.field-wrapper .ojo{
    top: 12px;
    width: 24px;
    height: 24px;
}

.field-wrapper .ojo-invisible{
    background-image: url(/img/icos/eye.png);
    opacity: 1;
}

.field-wrapper .ojo-visible{
    background-image: url(/img/icos/eye.png);
    opacity: .5;
}

.field-wrapper #bonus{
    border-style: dashed;
}
.field-wrapper:not(.field-success) #bonus{
    border-color: #a8a8a8;
}

.field-wrapper .date-separated .day, 
.field-wrapper .date-separated .month, 
.field-wrapper .date-separated .year {
    width: 31%;
}

.field-wrapper.completed .date-separated div > label:not(.fixed) {
    opacity: 1;
    visibility: visible;
}
.field-wrapper .date-separated div > label:not(.fixed) {
    opacity: 0;
    visibility: hidden;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 10px;
    padding: 0 5px;
    text-transform: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.register.errors-style-popover .field-wrapper.date .toggle-error-msg,
.register.errors-style-popover .field-wrapper.select.field-success .toggle-error-msg{
    display: none !important;
}


input[type="checkbox"]+label, input[type="radio"]+label {
    font-size: 13px;
    text-transform: none;
    color: #333;
}

.validation-error {
    background: #ff6579;
    color: #fff;
}
.validation-info {
    background: #a5a5a5;
    color: #fff;
}

.register.errors-style-minimal .field-wrapper.field-error input, 
.register.errors-style-minimal .field-wrapper.field-error select, 
.register.errors-style-minimal .field-wrapper.field-error textarea{
    border-color: #ff6579;
}

.register.errors-style-minimal .field-wrapper.field-info input, 
.register.errors-style-minimal .field-wrapper.field-info select, 
.register.errors-style-minimal .field-wrapper.field-info textarea{
    border-color: #a5a5a5;
}

.register.errors-style-minimal .field-wrapper.field-success input, 
.register.errors-style-minimal .field-wrapper.field-success select, 
.register.errors-style-minimal .field-wrapper.field-success textarea{
    border-color: #00aa00;
}

.register.errors-style-minimal [class*='validation-'] {
    background: none;
    padding: 5px 0;
    text-transform: none;
    font-size: 12px;
}

.register.errors-style-minimal .phone [class*='validation-'] {
    top: 0;
}

.register.errors-style-popover .field-wrapper .toggle-error-msg{
    display: none;
    width: 20px;
    position: absolute;
    top: 13px;
    right: 7px;
    height: 20px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    border-radius: 50%;
    z-index: 3;
}
.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg{
    background-color: #dedede;
}
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg{
    background-color: #ff6579;
}
/*.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg{
    background-color: #00aa00;
}*/

.register.errors-style-popover .field-wrapper.field-info select,
.register.errors-style-popover .field-wrapper.field-error select
/*.register.errors-style-popover .field-wrapper.field-success select*/{
    background-position: 90%;
}

.register.errors-style-popover .field-wrapper.field-success input, 
.register.errors-style-popover .field-wrapper.field-success select, 
.register.errors-style-popover .field-wrapper.field-success textarea,
.register.errors-style-popover .field-wrapper.field-success.radio input[type="radio"]:checked+label::before,
.register.errors-style-popover .field-wrapper.field-success.checkbox input[type="checkbox"]+label::before{
    border-color: #00aa00;
}

.register.errors-style-popover .field-wrapper.field-error input, 
.register.errors-style-popover .field-wrapper.field-error select, 
.register.errors-style-popover .field-wrapper.field-error textarea,
.register.errors-style-popover .field-wrapper.field-error.radio input[type="radio"]+label::before,
.register.errors-style-popover .field-wrapper.field-error.checkbox input[type="checkbox"]+label::before{
    border-color: #F55024;
}

.register.errors-style-popover .field-wrapper.field-info input[type="date"]::-webkit-calendar-picker-indicator, 
.register.errors-style-popover .field-wrapper.field-error input[type="date"]::-webkit-calendar-picker-indicator, 
.register.errors-style-popover .field-wrapper.field-success input[type="date"]::-webkit-calendar-picker-indicator{
    margin-right: 10px;
}

.register.errors-style-popover .field-wrapper.field-info .ojo,
.register.errors-style-popover .field-wrapper.field-error .ojo,
.register.errors-style-popover .field-wrapper.field-success .ojo{
    right: 32px;
}

.register.errors-style-popover .field-wrapper.field-info#c18old-div .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-error#c18old-div .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-success#c18old-div .toggle-error-msg{
    right: 2px;
}

.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg,
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg{
    display: block;
}

.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg::before,
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg::before,
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg::before{
    content: " ";
    width: 16px;
    height: 16px;
    line-height: 49px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}
.register.errors-style-popover .field-wrapper.field-info .toggle-error-msg::before,
.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg::before{
    content: "i";
    top: 0;
    margin-top: -14px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: none;
}
/*.register.errors-style-popover .field-wrapper.field-error .toggle-error-msg::before{
    background-image: url(/img/icos/x.svg);
    filter: invert(100%);
}*/
.register.errors-style-popover .field-wrapper.field-success .toggle-error-msg::before{
    background-image: url(/img/icos/check_verde.png);
    /*filter: invert(39%) sepia(97%) saturate(1991%) hue-rotate(92deg) brightness(97%) contrast(104%);*/
}

.register.errors-style-popover .field-wrapper [class*='validation-']{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 40px;
    border-radius: 5px;
    line-height: 1;
}
.register.register.errors-style-popover .validation-error {
    background: #ff6579;
    color: #fff;
}
.register.register.errors-style-popover .validation-info {
    background: #a5a5a5;
    color: #fff;
}
.register.register.errors-style-popover .validation-success {
    display: none !important;
}
.register.errors-style-popover.errors-fields-position-ontop .field-wrapper [id*='_validation']{
    display: none;
}
/* TABLAS */
thead tr{
    background-color: #f5f7fe;
    color: #333;
}
tbody tr:nth-child(odd){
    background: none;
}
@media(max-width:748px){
    table.mobile-view{
        max-width: 100%;
        min-width: 100%;
        border: 0 none;
    }

    table.mobile-view thead{
        display: none;
    }

    table.mobile-view tr{
        border: 0 none;
    }

    table.mobile-view td{
        display: block;
        border-bottom: solid 1px rgba(0,0,0,.16);
        line-height: 20px;
    }

    table.mobile-view td::before{
        content: attr(title);
        display: block;
        font-weight: bold;
        background-color: #f5f7fe;
        margin: -15px -15px 15px;
        padding: 15px;
    }
    
    #gender-div{
        max-width: 100%;
    }
}

/* PAGINACION */
.pagination{
    margin-top: 10px;
}
.pagination li{
    margin: 5px 0;
}
.pagination li a{
    background: #f5f7fe;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    color: #333;
}
.pagination li a.current{
    background: #e41c39;
    color: #fff;
}

/* ASIDES */
aside{
    background: #f5f7fe;
}

.aside--left{
    background: transparent;
    padding: 30px 0 0;
}

.aside--left .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}

.aside--left .aside__time{
    position: absolute;
    top: 20px;
    left: 10px;
}
.aside--left .aside__time svg{
    filter: invert(1);
}

.aside--left .menu-help{
    background: #272727;
    margin: 30px 0;
}

.aside--left .menu-help a{
    border-color: #fff;
}

.aside--left .menu-help ul li:first-child a{
    font-weight: bold;
    pointer-events: none;
}

.aside--left .menu-help .social{
    text-align: center;
}

.aside--left .menu-help .social a{
    border: 0 none;
    display: inline-block;
    margin: 0 5px;
    padding-left: 0;
    padding-right: 0;
}

.aside--left .menu-help .social a .ico{
    fill: #fff;
}

.aside--left .user-options{
    padding: 30px;
    margin-bottom: 60px;
}

.user-options [class*='btn--'] {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform:uppercase;
}

.user-options [class*='btn--']:last-child {
    margin: 0;
}

aside .btn-close .ico{
    fill: #fff
}

aside nav{
    padding: 0 0 30px 0;
    display: flex;
    justify-content: center;
}

aside nav ul{
    margin-bottom: 0;
}

.aside--right nav{
    margin-top: 0;
}

aside nav a{
    border-bottom: 1px solid #e41c39;
    color: #fff;
    padding: 30px 32px 20px 32px;
    text-align: center;
    font-size: 20px;
}

aside nav a:hover,
aside nav a.active{
    color: #e41c39;
}

aside form label{
    color: #fdfdfd;
}

aside .aside__logo-wrapper{
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
}

nav .bonos.count{
    position: relative;
}
nav .bonos.count::after{
    content: attr(data-n);
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    background-color: #e41c39;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
}
aside nav .bonos.count::after{
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    top: 15px;
    right: 13px;
}

.fullbg-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    opacity: .4;
}

/* MEMBERSAREA */
.membersarea .membersarea-content{
    max-width: 1200px;
    margin: 0 auto;
}

.membersarea__menu{
    background-color: #f5f7fe;
    padding: 0;
    width: 200px;
    display: block;
}
.membersarea__menu a {
    color: #e41c39;
    font-family: 'principal';
    display: block;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.membersarea__menu a:hover,
.membersarea__menu a.active{
    color: #0252c6;
    background: #57e5ca;
}
@media (max-width: 1100px){
    .membersarea__menu {
        min-width: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: row;
        justify-items: flex-start;
        flex-wrap: nowrap;
        place-content: flex-start;
    }
    .membersarea__menu a{
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        border: 0 none;
    }
}
@media (max-width: 768px){
    .membersarea__menu a{
        padding: 10px 20px;
        font-size: 14px;
    }
}

.membersarea > section{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.membersarea .marketing label {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    padding-right: 25px;
    line-height: 25px;
}

.membersarea .marketing label > span {
    display: block;
    font-size: 12px;
    color: #5e5e5e;
    margin: 0 0 15px;
}

.membersarea .marketing .subscriptions-wrapper{
    text-align: center;
    transition: .3s all ease-out;
    height: 152px;
    overflow: hidden;
}

.membersarea .marketing .subscriptions-wrapper.collapsed {
    height: 0;
    padding: 0;
}

.membersarea .marketing input[type="checkbox"]+label {
    padding: 0;
    margin: 0;
}

.membersarea .marketing input[type="checkbox"]+label::before {
    margin-right: 20px;
}

.membersarea .marketing input[type="checkbox"]:checked+label::after {
    content: " ";
    position: absolute;
    top: 4px;
    left: 10px;
    background: url(/img/icos/check-white.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-left: -7px;
}

.membersarea .marketing input[type="checkbox"].switch:checked+label::before {
    background-color: #57e5ca;
}
.membersarea .marketing input[type="checkbox"].switch+label::before {
    background-color: #f5f7fe;
    border-color: rgb(0 0 0 / 5%);
    border-radius: 12px;
    width: 40px;
    height: 18px;
}
.membersarea .marketing input[type="checkbox"].switch:checked+label::after {
    left: 30px;
}

.membersarea .marketing input[type="checkbox"].switch+label::after {
    background-color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    content: " ";
    position: absolute;
    left: 0;
    top: -1px;
    transition: all .3s ease-out;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}

/* MENSAJES ALERTA */
/* MENSAJES ERROR INFO ... */
.alert--error, 
.alert--warning, 
.alert--success, 
.alert--info{
    color: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 20px;
    font-weight: 500;
    font-size: inherit;
    position: relative;
    text-align: center;
}

.alert--error a, 
.alert--warning a, 
.alert--success a, 
.alert--info a{
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.alert--error a:hover, 
.alert--warning a:hover, 
.alert--success a:hover, 
.alert--info a:hover{
    color: #fff;
    text-decoration: none;
}
.alert--error::before,
.alert--warning::before,
.alert--success::before,
.alert--info::before{
    content: "";
    display: none;
}

.alert--error{
    border: solid 1px #ff6579;
    background: rgba(245, 80, 3, .3);
}

.alert--warning{
    border: solid 1px #ff9c1a;
    background: #ff9c1a;
    color: #fff;
}

.alert--success{
    border: solid 1px #00aa00;
    background: rgba(0,181, 51, .3);
    padding-left: 50px;
}

.alert--info{
    border: solid 1px #a5a5a5;
    background: #a5a5a5;
}


@media (max-width: 768px){
    .member-box .alert--error, 
    .member-box .alert--warning, 
    .member-box .alert--success, 
    .member-box .alert--info{
        border: 0 none;
        border-radius: 4px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* QUITAR EL GRID */
.body{
    position: initial;
    width: initial;
    height: initial;
    padding-top: 90px;
}

.main{
    overflow: hidden;
    grid-area: none;
}

header{
    grid-area: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 90px !important;
    padding: 0 30px;
    background: linear-gradient(180deg, rgb(0,0,0) 50px, rgba(0,0,0,0) 100%);
    width: 100%;
    z-index: 99;
    background: #000;
    background: linear-gradient(180deg, rgb(0,0,0) 75px, rgba(0,0,0,0) 100%);
    padding: 0 20px;
}
header.header-minimal{
    background: #000;
}

header.header-minimal .close-minimal .ico{
    filter: invert(1);
}

#popup{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}

.reveal-modal-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

aside{
    position: fixed;
    z-index: 1000;
    max-height: 100%;
    overflow-y: auto;
}

/*aside.dark-bg{
    background-color: #00212f;
}*/

aside .user-info{
    text-align: center;
    background: #e41c39;
    margin: -35px -10px 0;
    padding: 35px 0 15px 0;
}

aside .user-info .user-avatar{
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
}

aside .user-info .user-name{
    margin: 10px 0 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

aside .user-info [class*='ico']{
    fill: #fff;
}

aside .user-info .sessionTime{
    font-size: 14px;
    color: #fff;
}

aside #balanceMobile{
    margin: 0 -10px;
    background: #57e5ca;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

aside #balanceMobile .balance > span,
aside #balanceMobile .bonus > span:not(#balanceHeaderBonus){
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #e41c39;
}

aside #balanceMobile .balance > a,
aside #balanceMobile .bonus > a{
    color: #e41c39;
    text-decoration: none;
}

aside #balanceMobile .balance > a:hover,
aside #balanceMobile .bonus > a:hover{
    color: #0252c6;
}

/* PROMOCIONES */
.lobbyPromotions{
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
    margin: auto;
    width: 90%;
}
.lobbyPromotions__box.filtrable-box:hover {
    transform: scale(1.02);
    z-index: 99;
  }
@media (max-width: 1400px){
  .lobbyPromotions {
  grid-template-columns: repeat(3, 1fr);
}
  }
  @media (max-width: 1000px){
  .lobbyPromotions {
  grid-template-columns: repeat(2, 1fr);
}
  }
  @media (max-width: 550px){
  .lobbyPromotions {
  grid-template-columns: repeat(1, 1fr);
}
  }
.lobbyPromotions .lobbyPromotions__box{
    background-color: #333;
    border-radius: 4px;
    border: 0 none;
    padding: 20px 30px !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    color: #5a5a5a;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lobbyPromotions .lobbyPromotions__box .img-wrapper{
    display: block;
    margin-bottom: 2.4rem;
}

.lobbyPromotions .lobbyPromotions__box img{
    border-radius: 4px;
}

.lobbyPromotions .lobbyPromotions__box h3{
    padding-top: 1.2rem;
}

.lobbyPromotions .lobbyPromotions__box h3 > a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lobbyPromotions .lobbyPromotions__box .date{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    color: #646464;
    margin: 0;
}

.lobbyPromotions .lobbyPromotions__box .btns-wrapper{
    margin: 20px 0 0;
}

.lobbyPromotions .lobbyPromotions__box .btns-wrapper > [class*='btn--']{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.lobbyPromotions .lobbyPromotions__box .btns-wrapper > [class*='btn--']:last-child{
    margin: 0;
}

.lobbyPromotions .lobbyPromotions__box .pre-title{
    font-size: 16px;
    border-bottom: solid 1px #e41c39;
    padding-bottom: 10px;
    margin: 0 10px;
    color: #fff;
}

.lobbyPromotions .lobbyPromotions__box .title{
    color: #9c9c9c;
    font-size: 18px;
    padding: 0;
    margin: 20px 0;
}

.lobbyPromotions .lobbyPromotions__box .title a{
    color: #8d8d8d;
}

.lobbyPromotions .lobbyPromotions__box .subtitle{
    color: #fff;
}

.lobbyPromotions .lobbyPromotions__box .code{
    color: #e41c39;
    text-transform: uppercase;
    border: solid 1px #e41c39;
    border-radius: 10px;
    padding: 10px 30px;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.lobbyPromotions .lobbyPromotions__box .code:before{
    content: "Código promo";
    color: #e41c39;
    background-color: #333;
    padding: 0 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    font-size: 10px;
    line-height: 10px;
    width: 95px;
    margin-left: -53px;
}

.countdown{
    text-align: center;
}

.countdown .timer{
    justify-content: center;
}

.countdown .timer .days, 
.countdown .timer .hours, 
.countdown .timer .minutes, 
.countdown .timer .seconds {
    background: #e41c39;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    padding: 15px 15px 25px;
    border-radius: 10px;
    position: relative;
    letter-spacing: -2px;
    line-height: 50px;
    margin-left: 15px;
    text-align: center;
    max-width: 90px;
}

.countdown .timer > div:first-child{
    background: #b50e1f;
    margin-left: 0;
}

.countdown .timer .days:after, 
.countdown .timer .hours:after, 
.countdown .timer .minutes:after, 
.countdown .timer .seconds:after {
    content: "Días";
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: initial;
    font-weight: normal;
}
.countdown .timer .hours:after {
    content: "Horas";
}
.countdown .timer .minutes:after {
    content: "Minutos";
}
.countdown .timer .seconds:after {
    content: "Segundos";
}

.section-promotion .title{
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    /*color: #57e5ca;*/
    margin-top: 2.4rem!important;
    margin-bottom: 1rem;
}

.section-promotion .subtitle{
    font-size: 16px;
    line-height: 24px;
}

.section-promotion .date-wrapper{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}
.section-promotion .date-wrapper .date{
    color: #57e5ca;
}

.section-promotion .date-wrapper .date:first-child{
    display: none;
}
.section-promotion .date-wrapper span:not(.date){
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
}

.section-promotion .content{
    margin-top: 40px
}

.section-promotion .content h3{
    font-size: 24px !important;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-promotion .content p+P {
    margin-top: 1.5em;
}

.section-promotion .terms h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.section-promotion .terms ul{
    margin: 30px 0 0 0;
}

.section-promotion .terms ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    list-style: none;
    font-weight: bold;
}

.section-promotion .terms ul li:before {
    content: " ";
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    border-radius: 4px;
    padding: 3px;
    background: #57e5ca url(/img/icos/check-white.svg) center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
}

.section-promotion .content{
    width: calc(100% - 400px);
    padding-right: 30px;
}

.section-promotion .info-box{
    position: initial;
    top: initial;
    width: auto;
    width: 400px;
    height: auto;
}

.section-promotion .info-box .box{
    background: #f5f7fe;
    border-radius: 4px;
    margin-top: 40px;
    padding: 30px;
}

.section-promotion .info-box .btns-wrapper [class*='btn--']{
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

@media(max-width: 800px){
    .section-promotion .content{
        width: 100%;
        padding-right: 0;
    }
    
    .section-promotion .info-box{
        width: 100%;
    }
}

.promotionBanner h1,
.promotionBanner p{
    color: #fff;
    text-shadow: 0px 0px 1px rgb(0 0 1);
}

/* MEMBER AREA */
.membersarea {
    padding: 20px 20px 0 20px;
    flex: auto;
    width: 100%;/*calc(100% - 200px);*/
    background: #2a2a2a;
}
@media (max-width: 1100px){
    .membersarea{
        width: 100%;
    }
}

.tabs-menu{
    margin: 50px 0 30px 0;
}

.tabs-menu ul{
    display: flex;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
}
@media (max-width: 600px){
    .tabs-menu ul {
        display: block;
        grid-template-columns: repeat(2, 1fr);
    }
}

.tabs-menu ul li{
    margin-right: 10px;
}
@media (max-width: 600px){
    .tabs-menu ul li{
        margin-bottom: 10px;
    }
}

.tabs-menu ul li:last-child{
    margin-right: 0;
}
@media (max-width: 600px){
    .tabs-menu ul li:last-child{
        margin-right: 10px;
    }
    .content .tabs-menu ul li:last-child{
        margin-right: 0px;
    }
}

.tabs-menu ul li a{
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 5px;
    display: block;
    text-align: center;
}

.tabs-menu ul li a.active{
    background-color: #e41c39;
    border-color: #e41c39;
    pointer-events: none
}

.membersarea .subtitle {
    display: block !important;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0;
    line-height: 28px;
}

.table-filter{
    background: #6b6b6b;
    padding: 20px;
    border-radius: 5px;
}

.table-filter label{
    color: #fff;
    text-transform: none;
}

.table-filter input, 
.table-filter select, 
.table-filter textarea{
    background-color: #fff;
    color: #adadad;
    border: 0 none;
}

.table-filter .w15{
    width: 15%;
}

.table-filter .w19{
    width: 19%;
}

.table-filter .btn-wrapper{
    align-self: center;
}

.table-filter .btn-wrapper > a{
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: center;
}

.table-filter .btn--primary,
.table-filter .btn-wrapper > .btn--primary,
.member-box [class^='btn--'].btn-cont,
.membersarea [class^='btn--'].btn-cont{
    padding: 8px 40px 8px 20px;
    text-align: left;
    position: relative;
}

.table-filter .btn--primary:after,
.table-filter .btn-wrapper > .btn--primary:after,
.member-box [class^='btn--'].btn-cont:after,
.membersarea [class^='btn--'].btn-cont:after{
    content: url('/img/icos/chevron-right.svg');
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
    filter: invert(1);
}

.history.yearly .table-filter .flex,
.support .table-filter{
    justify-content: center;
}

@media(max-width: 768px){
    .table-filter .w15{
        width: 49%;
    }
}

/* USER PROFILE */
.user-profile-info{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 20px;
}

.membersarea .mobile{
    display: none;
}

.user-profile-info .user-info{
    background: #6b6b6b;
    padding: 20px 15px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    flex-direction: column;
}

.user-info-header{
    position: relative;
    text-align: center;
}

.user-info-header .alias-wrapper,
.user-profile-info .user-info{
    display: inline-block;
}

.user-profile-info .user-info .alias,
.user-info-header .alias{
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}

.user-info-header .alias{
    display: block;
    margin-right: 0;
    margin-top: 5px;
}

.user-profile-info .user-info .alias > span,
.user-info-header .alias > span{
    text-transform: uppercase;
    font-weight: normal;
}

.user-profile-info .user-info .id,
.user-info-header .id{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #a0a0a0;
}

.user-profile-info .user-info .logout{
    font-size: 14px;
    text-decoration: underline;
}

.user-profile-info .user-info .lbl-not-verified,
.user-profile-info .user-info .lbl-verification-pending,
.user-profile-info .user-info .lbl-verified,
.user-info-header .lbl-not-verified,
.user-info-header .lbl-verification-pending,
.user-info-header .lbl-verified{
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 12px;
    display: inline-block;
    /*position: absolute;
    top: 5px;
    right: -120px;*/
}

.user-info-header h2.lbl-verification-pending{
    font-size: 18px;
    border-radius: 50px;
}

.misDatos-tab .user-info-header .lbl-not-verified,
.misDatos-tab .user-info-header .lbl-verification-pending,
.misDatos-tab .user-info-header .lbl-verified{
    position: initial;
    top: initial;
    right: initial;
    white-space: nowrap;
}

.user-profile-info .user-info .lbl-not-verified,
.user-info-header .lbl-not-verified{
    background: #e41c39;
    color: #fff;
}

.user-profile-info .user-info .lbl-verification-pending,
.user-info-header .lbl-verification-pending{
    background: #ba8114;
    color: #fff;
}

.user-profile-info .user-info .lbl-verified,
.user-info-header .lbl-verified{
    border: solid 1px #00ca00;   
    color: #00ca00;
    /*position: absolute;
    top: 5px;
    right: -120px;*/
}

.user-profile-info .user-info .btn--deposit,
.cajero .btn--deposit.mobile{
    border: solid 1px #e41c39;
    color: #e41c39;
    padding: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 132px;
}

.user-profile-info .user-info .btn--deposit img,
.cajero .btn--deposit.mobile img{
    width: 20px;
    margin-right: 10px;
}

.user-balances-info{
    grid-column: span 2;
    
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.user-balances-info .balance{
    background: #6b6b6b;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 110px;
}

.user-balances-info .balance .title{
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #e41c39;
    padding-bottom: 10px;
    height: 50%;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-balances-info .balance .amount{
    height: 50%;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}

.user-balances-info .btn--deposit{
    border: solid 2px #e41c39;
    color: #e41c39;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.user-balances-info .btn--deposit img{
    width: 50px;
    justify-self: center;
}

.user-profile-menu{
    margin: 50px 0;
}

.user-profile-menu ul{
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 20px;
}

.user-profile-menu ul li{
    background: #6b6b6b;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.user-profile-menu ul li > a{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.user-profile-menu ul li > a > :first-child{
    background: #e41c39;
    border-radius: 100%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    align-self: center;
}

.user-profile-menu ul li > a > :first-child img{
    filter: brightness(0) invert(1);
    width: 35px;
}

.user-profile-menu ul li > a > :last-child{
    color: #fff;
    align-self: center;
    width: calc(100% - 65px);
}

.user-profile-menu ul li > a > :last-child > span{
    display: block;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 16px;
}

.cajero .more{
    margin-top: 30px;
    text-align: center;
}

.cajero .more p{
    margin-bottom: 30px;
}

.cajero .more [class^='btn--']{
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 15px;
}

.profile-mobile-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-mobile-tabs p {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    max-width: 100px;
    min-width: 100px;
    font-size: 14px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-weight: bold;
}

.profile-mobile-tabs p.activeTab {
    background: #e41c39;
    border: 1px solid #e41c39;
}

@media(max-width: 768px){
    .user-profile-info{
        display: block;
    }
    
    .user-info-header .lbl-not-verified, 
    .user-info-header .lbl-verification-pending, 
    .user-info-header .lbl-verified{
        position: initial;
        top: initial;
        right: initial;
    }
    
    .membersarea .mobile{
        display: block;
    }
    
    .user-profile-info .user-info{
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        margin-bottom: 30px;
    }
    
    .user-balances-info{
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        max-width: 300px;
    }
    
    .user-balances-info .btn--deposit{
        display: none;
    }
    
    /*.user-profile-info .user-info .logout{
        margin-top: -18px;
        position: absolute;
    }*/
    
    .user-profile-info .user-info .lbl-not-verified,
    .user-profile-info .user-info .lbl-verification-pending,
    .user-profile-info .user-info .lbl-verified{
        /*border-radius: 0;*/
        padding: 3px 10px; 
        /*top: initial;
        right: initial;
        position: relative;*/
    }
    
    .user-profile-menu{
        margin: 30px 0;
    }
    
    .user-profile-menu ul{
        margin: 0;
        display: block
    }
    
    .user-profile-menu ul li a{
        padding: 15px 30px;
        display: block;
        position: relative;
        font-size: 18px;
    }
    
    .user-profile-menu ul li a:after{
        content: "";
        display: block;
        right: 10px;
        top: 50%;
        background: url(/img/icos/chevron-right.svg);
        width: 25px;
        height: 25px;
        position: absolute;
        filter: invert(1);
        margin-top: -12px;
    }
    
    .user-profile-menu ul li a > :first-child{
        display: none;
    }
    
    .user-profile-menu ul li a > :last-child{
        color: #fff;
    }
    
    .user-profile-menu ul li a > :last-child > span{
        display: none;
    }
    
    .cajero .more [class^='btn--']{
        display: block;
        width: 100%;
        margin: 20px auto;
        max-width: 320px;
    }
}

.profile .row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    gap: 20px;
}

.profile .row .two-col{
    grid-column: span 2;
}
.profile .row .three-col{
    grid-column: span 3;
}

.profile .user-info-header{
    text-align: left;
    margin-bottom: 20px;
}

.profile .user-info-header .alias{
    display: inline-block;
    margin-right: 5px;
}

.profile .user-info-header .lbl-not-verified, 
.profile .user-info-header .lbl-verification-pending, 
.profile .user-info-header .lbl-verified{
    display: inline-block;
}

.profile .user-info-header .alias-wrapper{
    display: inline-block;
}

.profile p+P {
    margin-top: 10px;
}

.member-box p:last-of-type{
    font-size: initial;
}

.profile .member-box p:not(.label){
    font-weight: bold;
}

.profile .member-box p > span{
    font-weight: normal;
}

.profile .security>div:first-child {
    margin-right: 0;
}

.profile .security .field-wrapper .ojo{
    top: 37px;
}

.profile .member-box .btn--primary{
    font-size: 18px;
    padding: 10px 15px;
}

.profile .marketing > .flex--between,
.profile #security-module{
    height: calc(100% - 75px);
}

.profile .modify-wrapper{
    margin-top: 30px;
}

/*.profile .modify-wrapper{
    margin-top: 30px;
    height: calc(100% - 207px);
}

.profile .modify-wrapper > .flex--between,*/
.profile .history-limits > .flex--between{
    height: calc(100% - 85px);
    /**flex-direction: column;**/
}

.profile .history-limits div#paginationButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 0;
}

.profile .history-limits input[type="button"] {
	padding: 10px 0px;
	border: 1px solid #e41c39;
    border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 5px;
}

.profile .history-limits input[type="button"]:not(.active) {
	background-color:transparent;
	border: 1px solid #fff;
}

.profile .history-limits input[type="button"].active {
	background-color: #e41c39;
}

.profile .history-limits input[type="button"][disabled] {
	opacity: 0.2;
}

.profile .security,
.profile .security .flex--between{
    height: 100%;
}

.profile .marketing > .flex--between,
.profile .security .flex--between{
    flex-direction: column;
}

@media(max-width: 830px){
    .profile .row{
        display: block;
    }
    
    .profile .row .two-col{
        grid-column: initial;
    }
    .profile .row .three-col{
        grid-column: initial;
    }
    
    .profile .member-box .btns--wrapper{
        margin-top: 20px;
    }
}

.verify .files-selector{
    justify-content: center;
}

.verify .files-selector .file-wrapper .file{
    background: #e41c39;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
}

.verify .files-selector .file-wrapper .file img{
    max-width: 150px;
    width: 100%;
}

.verify .files-selector .file-wrapper .file a,
.verify .files-selector .file-wrapper .file a:hover{
    display: block;
    font-weight: bold;
    color: #fff;
}

.verify .files-selector .file-wrapper .file span{
    display:flex;
    line-height: 18px;
    justify-content: center;
    align-items: center
}

.verify .files-selector .file-wrapper.required .file-validation {
    color: #ff6579;
    font-size: 15px;
    line-height: 20px;
}

.verify .files-selector .file-selected{
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 45px 0;
    background: rgba(255, 255, 255, .7);
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}

.verify .format-info{
    font-size: 14px !important;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}

.verify .format-info > span{
    text-decoration: underline;
}

.verify .member-box h3{
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
}

.verify .field-wrapper{
    width: auto;
    max-width: 250px;
    margin: 0 auto 10px auto;
}

.verify .member-box,
.verify .upload-wrapper{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.verify .upload-wrapper .qr{
    text-align: center;
    width: 300px;
}

.verify .upload-wrapper .qr .img{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.verify .upload-wrapper .qr .chevron{
    filter: invert(20%) sepia(68%) saturate(4829%) hue-rotate(341deg) brightness(91%) contrast(96%);
    max-width: 100px;
    margin: 30px 0;
}

.verify .upload-wrapper > .member-box{
    margin-left: 0;
    margin-right: 0;
}

.verify .upload-wrapper #upload_div{
    width: calc(100% - 320px);
}

.verify .member-box.white{
    background: #fff;
    text-align: center;
    color: #000;
    padding-bottom: 50px;
}

.verify .img-card{
    width: 250px;
}

.verify .member-box.white h2:after{
    display: none;
}

.verify .member-box.white [class*='btn--']{
    margin-top: 50px;
}

.verification-pending.verify .files-selector {
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.verification-pending.verify .files-selector .file-wrapper .file{
    background: #ececec;
    color: #2e2e2e;
    cursor: initial;
    padding: 20px;
}

.verification-pending.verify .files-selector .file-wrapper .file img{
    max-width: 60px;
}

.verification-pending.verify .files-selector .file-wrapper .file a{
    color: #ba8114;
    text-decoration: underline;
    margin-top: 20px;
}
.verification-pending.verify .files-selector .file-wrapper .file a:hover{
    color: #ba8114;
    text-decoration: none;
}

.verification-pending.verify .files-selector .file-wrapper .file .type{
    font-weight: bold;
    margin-top: 30px;
}

@media(max-width: 768px){
    .verify .files-selector{
        margin-left: -30px;
        margin-right: -30px;
    }
    .verify .field-wrapper{
        max-width: 100%;
    }
    .verify .files-selector .file-wrapper .file img{
        max-width: 100px;
    }
    .verify .files-selector .file-wrapper .file{
        padding: 0 10px 5px 10px;
    }
    .verify .file-wrapper.w50{
        width: 50%;
    }
    .verify .member-box [class*='btn--']{
        font-size: 18px;
        line-height: 20px;
        padding: 15px 50px 15px 30px;
    }
    .verify .img-card{
        width: 150px;
    }
    
    .verify .upload-wrapper{
        display: block;
    }
    
    .verify .upload-wrapper .qr{
        display: none;
    }
    .verify .upload-wrapper #upload_div{
        width: 100%;
    }
    
    .verify.verification-pending{
        margin-left: 0;
        margin-right: 0;
    }
    
    .membersarea .verification-pending.verify .member-box{
        padding: 30px 10px;    
    }
}

.last-session-info{
    background: #f5f7fe;
    font-size: 14px;
    padding: 5px;
    color: #e41c39;
    border-top: 1px solid rgba(0,0,0,.1);
}

.member-box label.fixed{
    color: #fff;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.member-box > li{
    list-style: none;
    color: rgba(0,0,0,.5);
}

.member-box li > strong{
    display: block;
    text-transform: none;
    font-size: 16px;
    color: rgb(51,51,51);
    margin: 0 0 10px 0;
}

.cashBonus div div:first-child, 
.cashPayout div div:first-child {
    background-color: #f5f7fe;
    border-radius: 4px;
}

.cashBonus div div:first-child span, 
.cashPayout div div:first-child span{
    color: #e41c39;
}

.cashBonus div div:first-child .h3, 
.cashPayout div div:first-child .h3{
    font-family: 'principal';
    font-size: 16px;
}

.membersarea .table__block{
    max-width: 100%;
}

.membersarea .table__block,
.membersarea .member-box{
    background: #6b6b6b;
    padding: 30px;
    border: 0 none;
    border-radius: 5px;
    margin-top: 30px;
}

.membersarea h1{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: initial;
}

.membersarea .verify h1{
    margin-top: 0 !important;
}

.membersarea h1:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.membersarea .member-box h2{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 20px;
}

.membersarea .member-box h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.membersarea table thead tr{
    background: none;
}

.membersarea table .thead {
    background: none;
    box-shadow: none;
}

.membersarea table th{
    color: #fff;
    font-weight: bold;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

td {
  border: solid 1px #000;
  border-style: none solid solid none;
  padding: 10px;
}

.membersarea table tbody tr td a{
    color: #e41c39;
    text-decoration: underline;
}
.membersarea table tbody tr td a:hover{
    color: #e41c39;
    text-decoration: none;
}
.membersarea table tbody tr{
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.membersarea table tbody tr td{
    color: #000;
}
.membersarea table tbody tr td:first-child { 
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px;
}
.membersarea table tbody tr td:last-child { 
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
}
.membersarea table tbody tr td {
    border-top-style: solid; 
    border-color: #fff; 
    border-left-style: solid;  
}

.membersarea .box-porcentaje svg circle{
    stroke: #97b90069;
}

form:not(.register) input[type="checkbox"]+label::before, 
form:not(.register) input[type="radio"]+label::before {
    background-color: #f5f7fe;
    border: solid 1px #9a9a9a;
    width: 24px;
    height: 24px;
}

label {
    font-size: 11px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    color: #6f6f6f;
}

/* REGISTRO */

.progress{
    width: 100%;
}
.progress .progress-bar{
    height: 8px;
    width: 100%;
    background: #f5f7fe;
    border-radius: 10px;
}
.progress .progress-bar .luzStep1,
.progress .progress-bar .luzStep2,
.progress .progress-bar .luzStep3,
.progress .progress-bar .progress-percent{
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    width: 0;
}
.progress .progress-bar .activeStep,
.progress .progress-bar .progress-percent{    
    background: #57e5ca;
}
.section-register .progress .progress-bar .luzStep1{    
    width: 33.333%;
    background: #57e5ca;
}
.section-register .progress .progress-bar .luzStep2{    
    width: 66.666%;
    background: #57e5ca;
}
.section-register .progress .progress-bar .luzStep3{    
    width: 100%;
    background: #57e5ca;
}
.progress .progress-lbl{    
    font-size: 14px;
    color: #333;
    font-weight: 400;

}
.progress .progress-lbl>span{
    font-weight: 700;
}

.step-by-step-lbl > span{
    font-weight: bold;
    background: #e41c39;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.section-register.bysteps .progress{
    width: 75%;
    margin: 10px auto;
}


.section-register{
    height: calc(100vh - 60px);
    background: url(/img/layout/bg.png) center no-repeat;
    background-size: cover;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section-register h1,
.section-register h2{
    font-size: 18px;
    font-weight: normal;
    -webkit-text-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    text-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    margin: 0 !important;
    line-height: 26px;
    text-transform: none;
}

.section-register h2{
    margin-bottom: 30px !important;
}

.section-register.bysteps form,
.section-register .fluid-box{
    width: 75%;
    max-width: 800px;
    background-color: rgba(147, 147, 147, .54);
    border-radius: 20px;
    border: 0 none;
    padding: 2.4rem!important;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
    margin: 0 auto;
    position: relative;
}

.section-register .fluid-box{
    text-align: center;
    padding: 50px !important;
    background: #fff;
    color: #000;
}

.section-register .fluid-box h1{
    font-size: 26px;
    font-weight: bold;
    -webkit-text-shadow: none;
    text-shadow: none;
    margin-top: 50px !important;
}

.section-register .fluid-box p{
    margin: 50px 0;
}

.section-register .fluid-box p > span{
    font-weight: bold;
}

.section-register.bysteps form .step{
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.section-register.bysteps form .step::after{
    content: none;
    display: none;
}

.section-register.bysteps form .step .step-title{
    text-align: center;
    margin: 0 0 50px 0;
}

.section-register form .btnForm-volver{
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    text-shadow: none;
    padding: 10px 20px 10px 40px;
    text-align: right;
    font-size: 18px;
    position: relative;
}

.section-register form .btnForm-volver:before{
    content: url('/img/icos/chevron-right.svg');
    width: 18px;
    height: 18px;
    left: 10px;
    position: absolute;
    filter: invert(1);
    transform: rotate(180deg);
    top: 14px;
}

.section-register form .btnForm-volver:hover{
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.6);
}

.section-register form .btnForm-continuar{
    padding: 10px 40px 10px 20px;
    text-align: left;
    font-size: 18px;
    position: relative;
}

.section-register form .btnForm-continuar:after{
    content: url('/img/icos/chevron-right.svg');
    width: 18px;
    height: 18px;
    right: 10px;
    position: absolute;
    filter: invert(1);
    top: 50%;
    margin-top: -10px;
}

.section-register .register-footer{
    text-align: center;
    margin-top: 30px;
}

.section-register .register-footer a{
    text-decoration: underline;
}

.section-register .register-footer a:hover{
    color: #fff;
    text-decoration: none;
}

.global-fields-errors-ontop {
    background-color: rgb(220 82 97);
    display: none;
    color: #fff;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin: 0 20px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9999;
    font-size: 14px;
    padding: 20px 40px 20px 20px;
}

.global-fields-errors-ontop .close {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
}

.global-fields-errors-ontop .close .ico{
    filter: invert(1);
}

.section-register [class*="btn--"], 
.section-register a[class*="btn--"], 
.section-register input[class*="btn--"]{
    border-radius: 10px;
    margin: 0 10px;
}

@media(max-width:1100px){
    .section-register .fields-column {
        padding: 0 20px;
    }
}

@media (max-width: 748px){
    .section-register{
        margin: 0 !important;
        padding: 0 !important;
        height: 100vh;
    }
    .section-register.bysteps .progress{
        width: 100%;
    }
    .section-register.bysteps form,
    .section-register .fluid-box{
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: 0 none;
        background: #505050;
        padding: 0 0 20px 0 !important;
        height: 100%;
    }
    
    .reveal-modal .fluid-popup{
        height: calc(100vh - 100px);
        margin-top: 50px;
    }
    
    .reveal-modal .fluid-popup > div{
        background: #505050;
        border-radius: 0;
        min-height: 100%;
        margin: 0;
    }
    .welcome-verify-popup .promo-boxes .promo-box{
        width: 48%;
        background: none;
    }
    
    .welcome-verify-popup .promo-boxes .promo-box:last-child{
        width: 100%;
    }
    
    .welcome-verify-popup .promo-boxes .promo-box p{
        background: #758188;
        border-radius: 5px;
        display: inline-block;
        padding: 5px;
    }
    
    .welcome-verify-popup .promo-boxes .promo-box p > span{
        display: initial;
    }
    
    .section-register .fluid-box{
        padding: 50px !important;
        background: #fff;
    }
    
    .section-register .fluid-box .btn--play{
        font-size: 20px;
        line-height: 20px;
        padding: 10px 40px 10px 20px;
    }
    
    .section-register.bysteps form .step{
        padding-top: 20px;
    }
    
    .section-register .title,
    .section-register .subtitle,
    .section-register .register-footer{
        display: none;
    }
    
    .section-register .fields-column {
        padding: 0 20px;
    }
    
    #gender-div{
        padding: 0 10px;
        margin-top: -30px;
    }
    
    .section-register .fields-column.w50{
        padding: 0 30px;
    }
    
    .section-register [data-col="3"]{
        margin-top: 30px;
    }
    
    .section-register .field-wrapper input, 
    .section-register .field-wrapper select, 
    .section-register .field-wrapper textarea,
    .section-register .field-wrapper.radio input[type="radio"]+label::before,
    .section-register [class*="btn--"], .section-register a[class*="btn--"], .section-register input[class*="btn--"]{
        border-radius: 5px;
    }
    
    .global-fields-errors-ontop{
        border-radius: 0;
        width: 100%;
        margin: 0;
        top: 0;
    }
    .global-fields-errors-ontop .close {
        display: none;
    }
    
    .register.errors-style-popover .field-wrapper.field-info select, .register.errors-style-popover .field-wrapper.field-error select, .register.errors-style-popover .field-wrapper.field-success select {
        background-position: 94%;
    }
    
    .section-register .buttons-wrapper [class^='btn--']{
        width: 43%;
        max-width: 150px;
    }
}

.locked,
.btn--locked{
    pointer-events: none;
}

.btn--disabled{
    opacity: .6;
    pointer-events: none;
}

/* FILTROS */
.filter{
    display: flex;
    justify-content: center;
    background-color: #e41c39;
    margin: 30px 0px 30px 0px;
}

.filter ul{
    display: flex;
    overflow: auto;
}

.filter ul li{
    white-space: nowrap;
}

.filter ul li a{
    background-color: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    display: block;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 400;
}

.filter ul li a.active{
    background-color: #f78649;
    color: #fff;
    font-weight: 600;
}

.filter .form-search{
    align-items: center;
}

.filter .form-search .filter-txt-search-wrapper input,
.filter .form-search select{
    color: rgba(255, 255, 255, .4);
    font-weight: 400;
    padding: 5px 15px;
    width: 48%;
    margin-bottom: 0;
    border-radius: 5px;
}

.filter .form-search input{
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    padding: 15px;
    position: relative;
    width: 100%;
}	

.filter.filter-webp .form-search input{
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    padding: 15px;
    position: relative;
    width: 100%;
    border: none;
    background-color: transparent;
}

.filter .form-search input:-webkit-autofill,
.filter .form-search input:-webkit-autofill:hover, 
.filter .form-search input:-webkit-autofill:focus, 
.filter .form-search input:-webkit-autofill:active{
    box-shadow: 0 0 0 30px transparent inset !important;
        -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.filter .open-tags-select,
.filter .open-form-search,
.filter .close-form-search{
    display: none;
}

.filter .form-search .filter-txt-search-wrapper{	
    padding-left: 25px;	
    background: #f5f7fe;	
    border-radius: 5px;	
    width: 100%;	
}	



.filter .form-search .filter-txt-search-wrapper::before{	
    content: " ";	
    background-image: url(/img/icos/search.svg);	
    background-size: 16px;	
    width: 16px;	
    position: absolute;	
    left: 10px;	
    height: 16px;	
    display: block;	
    top: 50%;	
    opacity: .5;	
    margin-top: -8px;	
}	
	
.filter .form-search .btn-filter{	
    background: #e41c39;	
    color: #fff;	
    border-radius: 5px;	
    position: absolute;	
    right: 0;	
    top: 0;	
    text-align: center;	
    line-height: 49px;	
    padding: 0 15px 0 40px;	
}	
.filter .form-search .btn-filter::before{	
    content: url('/img/icos/20x20-filter.svg');	
    width: 20px;	
    height: 20px;	
    position: absolute;	
    top: 5px;	
    left: 10px;	
}	
.filter .form-search .btn-filter > span{	
    background: #D20723;
    padding: 0;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;	
}	
.filter .form-search .btn-filter.active > span{	
    display: block;	
}	
.btn-filter-launcher-wrapper.mobile{
    display: none;
    margin: 0 0 30px 0;
}
.filter .form-search select{	
    border: solid 1px rgba(255, 255, 255, .4);	
    background-color: #141E34;	
}	
.filter .filter-more-options .filter-group-wrapper{
    display: flex;
}

.filter.filter-basic .filter-more-options .filter-group-wrapper .filter-group{
    width: 100%;
    text-align: center;
    padding: 0;
}
	
.filter .filter-more-options.hide{	
    display: none;	
}

.filter .filter-more-options .filter-group{	
    /*margin-left: 10px;	*/
    padding: 0;	
    font-weight: 700;	
}	
.filter .filter-more-options .filter-group{	
    padding-top: 0;	
}	
.filter .filter-more-options .filter-group:first-child{	
    padding-left: 0;	
}	
.filter .filter-more-options .filter-group .title{	
    display: block;	
    cursor: pointer;	
    position: relative;	
    background: #535353;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
}		

.filter .filter-more-options .filter-group .title::after{
    content: "";
    display: block;
    background: url(/img/icos/ico-arrow-down-white.png);
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.filter .filter-more-options .filter-fav{
    height: 55px;
}

.filter .filter-more-options .filter-fav .fav-wrapper{
    width: 150px;
    height: 55px;
    /*position: absolute;
    right: 0;
    top: 0;*/
}

.filter .filter-more-options label.myFavourite {
    position: relative;
    display: block;
    line-height: 55px;
    max-width: 175px;
}

.filter .filter-more-options label.myFavourite::before {
    content: "";
    display: block;
    width: 50px;
    height: 24px;
    background-color: #d6dddd;
    border: 2px solid #d6dddd;
    border-radius: 30px;
    margin-right: 0px;
    position: absolute;
    top: 14px;
    left: inherit;
    right: 0px;
    transition: all .1s ease-in-out;
}

.filter .filter-more-options label.myFavourite::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    transition: all .1s ease-in-out;
    margin-top: -11px;
}

.filter .filter-more-options input[type=checkbox]:checked+label.myFavourite::before  {
    background-color: #e41c39;
    border: 2px solid #e41c39;
}

.filter .filter-more-options input[type=checkbox]:checked+label.myFavourite::after{
    right: 2px;
    content: "";
    left: initial;
}

/*.filter  .filter-more-options .filter-group.fixed .title::after{	
    display: none;	
    content: "";	
}	*/
.filter .filter-group ul{	
    display: block;	
    overflow-y: auto;	
    margin-bottom: 0;	
    background: #535353;
    border-radius: 5px;
    padding: 10px;
    min-width: 100%;
}	
.filter .filter-group ul{	
    margin-left: 0;	
}	
.filter .filter-more-options .filter-group ul li{	
    list-style: none;	
}	
.filter .filter-more-options .filter-group ul li a{	
    color: #fff;		
    padding: 0 5px 0 30px;	
    display: block;	
    font-weight: 400;	
    text-align: left;
    text-transform: none;	
    position:relative;
}	
.filter .filter-more-options .filter-group ul li a.active,	
.filter .filter-more-options .filter-group ul li a.selected{
    color: #fff;	
}	

.filter .filter-more-options .filter-group ul li a:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    border-radius: 3px;
}

.filter .filter-more-options .filter-group ul li a.active:after,	
.filter .filter-more-options .filter-group ul li a.selected:after{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #e41c39;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -7px;
    border-radius: 3px;
}

.filter .filter-more-options .filter-group.select .options {
    display: none;
    position: absolute;
    z-index: 9999;
}

.filter .filter-more-options .filter-group.select.open .options{
    display: block;
}

.filter.filter-webp,
.filter.filter-basic{	
    background: none;	
    display: block;	
}	
.filter.filter-webp.casino-vivo{	
    margin: -30px -100px 30px -100px;	
    display:flex;	
    background-color: #141E34;	
}

.filter.filter-webp:not(.form-expanded) .reset-form-txt-search{
    display: none;
}

.filter .filter-reset{
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.filter .filter-count{
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin-left: 10px;
}

.filter .filter-count > span{
    font-weight: bold;
}

.filter .btns-wrapper{
    display: flex;
    align-items: center;
}

.filter input[type="checkbox"]+label, 
.filter input[type="radio"]+label{
    color: #fff;
}

/*.filter .filter-reset:before{
    content: ' ';
    position: absolute;
    left: 10px;
    top: 50%;
    background: url(/img/icos/x.svg) center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-top: -5px;
}*/

.filter.mobile-popup .ico--cierre{
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.filter.mobile-popup .btn-show-results{
    display: none;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options{
    display: flex;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
    background: none;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options li{
    margin-right: 10px;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options li:last-child{
    margin-right: 0;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options li a{
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options a.selected{
    background-color: #e41c39;
    border-color: #e41c39;
}

.filter.filter-basic .filter-group-wrapper .filter-group .options li a:before,
.filter.filter-basic .filter-group-wrapper .filter-group .options li a:after{
    display: none;
}

@media(max-width: 1080px){
    .btn-filter-launcher-wrapper.mobile{
        display: block;
    }
    
    .filter.mobile-popup{
        display: none;
        position: absolute;
        top: -40px;
        width: 100vw;
        height: 100vh;
        background: #000;
        z-index: 999;
        margin: 0;
        padding: 50px 20px 20px;
        overflow: auto;
        padding-bottom: 50vw;
    }
    
    
    .filter.mobile-popup.open{
        display: block;
        left: -20px;
    }
    
    .filter.mobile-popup.open .ico--cierre{
        display: block;
    }
    
    .filter.mobile-popup.open .btn-show-results{
        display: block;
        font-size: 16px;
        padding: 8px 20px;
    }
    
    .filter .btns-wrapper{
        justify-content: space-between;
    }

    .filter .filter-more-options .filter-group-wrapper{
        display: block;
    }
    
    .filter .filter-more-options .filter-group{
        padding-left: 0;
        padding-right: 0;
    }
    
    .filter .filter-more-options .filter-group.select{
        -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
        padding: 0;
        margin: 0;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    }
    
    .filter .filter-more-options .filter-group.select .title{
        background: #8c8c8c;
    }
    
    .filter .filter-more-options .filter-group.select .options{
        margin: 0;
        position: initial;
    }
    
    .filter .filter-reset{
        margin: 10px;
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .filter.mobile-popup{
        top: 30px;
        
    }
    
    .filter.mobile-popup.open{
        left: -20px;
    }
}

/* DEPOSITOS - RETIRADAS */
.deposit-methods ul,
.payout-methods ul{
    margin: 30px auto;
    max-width: 830px;
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: 200px;
    grid-auto-rows: 200px;
    grid-gap: 10px;
}
.deposit-methods ul li,
.payout-methods ul li{
    list-style: none;
    max-width: 200px;
    max-height: 200px;
    min-width: 200px;
    min-height: 200px;
    position: relative;
}
.deposit-methods ul li .method-wrapper,
.payout-methods ul li .method-wrapper{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.deposit-methods ul li .method-wrapper .img,
.payout-methods ul li .method-wrapper .img{
    display: flex;
    align-items: center;
}
.deposit-methods ul li .method-wrapper .img img,
.payout-methods ul li .method-wrapper .img img{
    width: 100%;
}
.deposit-methods ul li .method-wrapper[data-method="40"] .img,
.deposit-methods ul li .method-wrapper[data-method="42"] .img,
.deposit-methods ul li .method-wrapper[data-method="146"] .img{
    margin-top: -30px;
}
.deposit-methods ul li .method-wrapper .info,
.payout-methods ul li .method-wrapper .info{
    position: absolute;
    bottom: 15px;
    text-align: center;
    line-height: 14px;
}
.deposit-methods ul li .method-wrapper .info a,
.payout-methods ul li .method-wrapper .info a{
    color: #000;
    font-size: 12px;
}

.deposit-methods ul li .method-wrapper .advice,
.payout-methods ul li .method-wrapper .advice{
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    background: #e41c38;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 949px){
    .deposit-methods ul,
    .payout-methods ul{
        max-width: 620px;
        grid-template-columns: repeat(3, 200px);
    }
}
@media(max-width: 768px){
    .deposit-methods ul,
    .payout-methods ul{
        max-width: 310px;
        grid-template-columns: repeat(2, 150px);  
        grid-template-rows: 150px;
        grid-auto-rows: 150px;
    }
    .deposit-methods ul li,
    .payout-methods ul li{
        list-style: none;
        max-width: 150px;
        max-height: 150px;
        min-width: 150px;
        min-height: 150px;
    }
}

.section-deposit-method,
.section-payout-method{
    background-color: #2a2a2a;
    margin: 0;
}

.section-deposit-method.confirm{
    background: #fff;
    color: #000;
    padding: 30px;
    text-align: center;
}
.section-deposit-method.confirm .img-check{
    width: 100px;
    margin: 15px auto 30px auto;
    display: block;
}
.section-deposit-method.confirm a:not([class^='btn--']),
.section-deposit-method.confirm a:not([class^='btn--']):hover{
    color: #000;
}
.section-deposit-method.confirm h4{
    margin-bottom: 30px;
}
.section-deposit-method.confirm p{
    margin-top: 5px;
}

.section-deposit-method [class^='btn--'],
.section-payout-method [class^='btn--']{
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

.section-deposit-method form,
.section-deposit-method .mpucontainer__description,
.section-payout-method form,
.section-payout-method .mpucontainer__description{
    max-width: 600px;
    margin: 0 auto;
}
.section-deposit-method .deposit-method-wrapper,
.section-payout-method .deposit-method-wrapper{
    max-width: 900px;
    margin: 0 auto;
}

.section-deposit-method .deposit-method-info-box,
.section-payout-method .deposit-method-info-box{
    border: solid 1px #fff;
    list-style: none;
    width: 375px;
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    font-size: 18px;
}

.section-deposit-method .icon-wrapper,
.section-payout-method .icon-wrapper{
    margin: 0 auto 20px auto;
    background: #6b6b6b;
    width: 400px;
    max-width: 100%;
    height: 70px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 24px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-deposit-method.paypal .icon-wrapper,
.section-payout-method.paypal .icon-wrapper,
.section-payout-method.paysafecard .icon-wrapper,
.section-payout-method.neteller .icon-wrapper{
    padding: 15px;
}

.section-deposit-method .icon-wrapper > img,
.section-payout-method .icon-wrapper > img{
    max-height: 75px;
    height: 100%;
}

.section-deposit-method .icon-wrapper.with-text,
.section-payout-method .icon-wrapper.with-text{
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.section-deposit-method .icon-wrapper.with-text > img,
.section-payout-method .icon-wrapper.with-text > img{
    width: 30%;
    height: auto;
}
.section-deposit-method .icon-wrapper.with-text > span,
.section-payout-method .icon-wrapper.with-text > span{
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin-left: 20px;
}

.section-deposit-method.bank-transfer .icon-wrapper,
.section-payout-method.bank-transfer .icon-wrapper{
    margin: 0 auto 50px auto;
}

.section-deposit-method .lbl-info,
.section-payout-method .lbl-info{
    text-align: center;
    font-style: italic;
    margin: 30px 0;
}

.section-deposit-method.bank-transfer .lbl-info,
.section-payout-method.bank-transfer .lbl-info{
    margin-top: 0;
}

.section-deposit-method [class*='btn--'],
.section-payout-method [class*='btn--']{
    font-size: 18px;
    padding: 10px 35px;
}

.section-deposit-method h2,
.section-payout-method h2{
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-deposit-method h2:after,
.section-payout-method h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.section-deposit-method input[type="checkbox"]+label,
.section-payout-method input[type="checkbox"]+label{
    font-size: 16px;
    margin-right: 0;
    padding-left: 40px;
    text-align: left;
}
.section-deposit-method input[type="checkbox"]+label:before,
.section-payout-method input[type="checkbox"]+label:before{
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.section-deposit-method input[type="checkbox"]:checked+label::before,
.section-payout-method input[type="checkbox"]:checked+label::before{
    background-color: #e41c39;
    border-color: #e41c39;
}

.section-payout-method #payoutContents,
.section-payout-method #payoutLoader{
    max-width: 800px;
    margin: 0 auto;
}

.section-payout-method #balances_div{
    border: solid 1px #fff;
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    max-width: 100%;
    margin-top: 15px;
}

.section-payout-method #balances_div p>span{
    font-weight: bold;
    text-transform: uppercase;
}

.section-payout-method #balances_div p+P{
    margin-top: 0;
}

@media(max-width: 768px){
    .section-deposit-method,
    .section-payout-method{
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-deposit-method.confirm{
        height: calc(100vh - 80px);
    }
}

#amount-div .field-wrapper{
    max-width: 400px;
    margin: 0 auto;
}
.section-payout-method #amount-div .field-wrapper{
    max-width: 100%;
}

#amount-div input{
    width: calc(100% - 125px);
    margin-bottom: 0;
    text-align: center;
}

.section-payout-method #amount-div input{
    width: 100%;
    max-width: 400px;
    text-align: left;
}

.section-payout-method #amount-div input.validation_nok{
    border-color: #F55024;
}
.section-payout-method #amount-div input.validation_nok{
    border-color: #F55024;
}

.section-payout-method label.fixed{
    font-size: initial;
    text-transform: none;
    color: #fff;
    margin: 0 0 30px 0;
}

#amount-div .btn-minus, 
#amount-div .btn-plus{
    background: #6b6b6b;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 200;
}

#amount-div .validation-info,
#cardStored-div .validation-info{
    display: none !important;
}

#amount-div .validation-error,
#cardStored-div .validation-error{
    background: none;
    color: red;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    top: initial;
    padding: 0;
    border: 0 none;
    margin-top: 10px;
}

.amounts-list{
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 90px;
}
.amounts-list li {
    list-style: none;
}
.amounts-list li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #8a8a8a;
    border-radius: 10px;
    color: #fff;
}
.amounts-list li a.active,
.amounts-list li a:hover{
    background: #8a8a8a;
    color: #fff;
}

.section-deposit-method .bono-list{
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 125px);
    grid-gap: 10px;
    grid-auto-rows: 125px;
    justify-content: center;
}
.section-deposit-method .bono-list li{
    list-style: none;
}

.section-deposit-method .bono-list li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    border: solid 2px #8a8a8a;
    border-radius: 10px;
    color: #8a8a8a;
    position: relative;
    padding: 10px;
    flex-direction: column;
    font-weight: bold;
}
.section-deposit-method .bono-list li a.active{
    background: #8a8a8a;
    color: #2a2a2a;
}

.section-deposit-method .bono-list li a:after{
    content: "";
    display: block;
    background: url(/img/icos/profile/no-bono.png) center no-repeat;
    width: 75px;
    height: 75px;
    top: 10px;
    left: 50%;
    margin-left: -37px;
    position: absolute;
    background-size: contain;
}
.section-deposit-method .bono-list li.no-bono a:after{
    width: 50px;
    height: 50px;
    top: 20px;
    left: 50%;
    margin-left: -25px;
    filter: invert(69%) sepia(1%) saturate(1788%) hue-rotate(3deg) brightness(79%) contrast(89%);
    transition: filter .5s ease-in-out;
}
.section-deposit-method .bono-list li.no-bono a.active:after{
    filter: invert(12%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(93%) contrast(82%);
}
.section-deposit-method .bono-list li.bono-slots a:after{
    background-image: url(/img/icos/profile/bono-slots.png);
    filter: invert(57%) sepia(4%) saturate(4%) hue-rotate(65deg) brightness(96%) contrast(83%);
    width: 68px;
    height: 68px;
    top: 5px;
    left: 50%;
    margin-left: -34px;
}
.section-deposit-method .bono-list li.bono-slots a.active:after{
    filter: initial;
}
.section-deposit-method .bono-list li.bono-casino a:after{
    background-image: url(/img/icos/profile/bono-ruleta.png);
    filter: invert(57%) sepia(4%) saturate(4%) hue-rotate(65deg) brightness(96%) contrast(83%);
    width: 60px;
    height: 60px;
    top: 12px;
    left: 50%;
    margin-left: -30px;
}
.section-deposit-method .bono-list li.bono-casino a.active:after{
    filter: initial;
}
.section-deposit-method .bono-list li.bono-deportes a:after{
    background-image: url(/img/icos/profile/bono-video-bingo.png);
    filter: invert(57%) sepia(4%) saturate(4%) hue-rotate(65deg) brightness(96%) contrast(83%);
    width: 60px;
    height: 60px;
    top: 12px;
    left: 50%;
    margin-left: -30px;
}
.section-deposit-method .bono-list li.bono-deportes a.active:after{
    filter: initial;
}

@media(max-width: 768px){
    .section-deposit-method form,
    .section-payout-method form{
        width: 100%;
    }
    .amounts-list{
        margin: 10px 0;
        display: flex;
        overflow-x: auto;
        margin-right: -30px;
    }
    .section-deposit-method .lbl-info{
        margin: 10px 0;
    }
    .section-deposit-method h2{
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .amounts-list li,
    .section-deposit-method .bono-list li{
        width: 90px;
        height: 90px;
        min-width: 90px;
    }
    
    .section-deposit-method .bono-list{
        margin: 10px 0;
        display: flex;
        overflow-x: auto;
        /*justify-content: flex-start;*/
        margin-right: -30px;
    }
    
    /*.section-deposit-method .bono-list li{
        width: 125px;
        height: 125px;
        min-width: 125px;
    }*/
    
    .section-deposit-method .bono-list li a{
        font-size: 14px;
    }
    
    .section-deposit-method .bono-list li.no-bono a:after,
    .section-deposit-method .bono-list li.bono-casino a:after{
        width: 40px;
        height: 40px;
        top: 10px;
        margin-left: -20px;
    }
    .section-deposit-method .bono-list li.bono-deportes a:after{
        width: 45px;
        height: 45px;
        top: 8px;
        margin-left: -23px;
    }
}
@media(max-width: 365px){
    .section-deposit-method .bono-list{
        justify-content: flex-start;
    }
}


/*COOKIES*/
#cookiesInfo p {
    color: #000;
    margin-bottom: 20px;
}

#cookiesInfo a {
    color: #A7112A;
}
#cookiesInfo button{
    border: solid 1px #A7112A;
    background-color: #A7112A;
}

.section-forgot-password{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-forgot-password .field-wrapper input{
    border-color: #303030;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #303030;
    color: #fff;
    z-index: 2;
    height: 45px;
    margin-bottom: 0;
}
.section-forgot-password .field-wrapper input:placeholder{
    color: #959596;
}

.section-forgot-password .field-wrapper.completed > label:not(.fixed){
    z-index: 3;
}
.section-forgot-password .lbl-footer{
    text-align: center;
    margin-top: 20px;
}
.section-forgot-password .lbl-footer a {
    text-decoration: underline;
}

.section-forgot-password .field-wrapper {
    margin-top: 50px;
}
.section-forgot-password [class*='btn--']{
    padding: 10px 70px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
}

.section-forgot-password > section{
    padding-top: 50px !important;
}

.section-forgot-password .img-check{
    width: 100px;
    margin: 15px auto 30px auto;
    display: block;
}

/* Loading */
#registerLoader, #loaderContent{
    z-index: 9999;
    height: 100vh;
    position: fixed;
}
#registerLoader img, #loaderContent img{
    width: 175px;
}
#registerLoader>div, #loaderContent>div{
    background: #000;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e61c36;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* MENU MOBILE FOOTER */
.bottom-mobile{
    display: none;
}

@media(max-width: 768px){
    .main{
        padding-bottom: 60px;
    }
    .bottom-mobile{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
    }
    .bottom-mobile ul{
        display: flex;
        background: #f5f5f5;
        margin: 0;
        height: 60px;
        justify-content: space-between;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: 0px -20px 21px rgb(0 0 0 / 30%);
        box-shadow: 0px -20px 21px rgb(0 0 0 / 30%);
    }
    .bottom-mobile ul li{
        position: relative;
        width: calc((100% - 75px) / 4);
    }
    .bottom-mobile ul li a{
        padding: 10px;
        text-align: center;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    .bottom-mobile ul li:not(.search) a > img{
        opacity: .5;
        max-height: 40px;
        max-width: 75px;
        height: 40px;
        width: 40px;
    }
    .bottom-mobile ul li.blackjack a > img{
        height: 40px;
        width: 34px;
    }
    .bottom-mobile ul li.search a{
        height: 75px;
        width: 75px;
        padding: 0;
        margin-top: -11px;
    }
    .bottom-mobile ul li.search a > img{
        width: 100%;
        height: 100%;
    }
}

/* MENSAJE BIENVENIDA */
.welcome-msg{
    display: none;
    position: fixed;
    top: 175px;
    z-index: 9;
    right: 50%;
    margin-right: -325px;
    background: #fff;
    width: 650px;
    border-radius: 10px;
    box-shadow: px 10px 35px rgb(0 0 0 / 30%);;
    -webkit-box-shadow: px 10px 35px rgb(0 0 0 / 30%);
    padding: 50px;
}

.welcome-msg .welcome-msg-header{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #000;
    padding: 5px 10px;
    z-index: 1;
}
.welcome-msg .welcome-msg-header img{
    max-height: 40px;
}

.welcome-msg .ico--cierre{
    display:block;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
}

.welcome-msg .ico--cierre .ico{
    width: 30px;
    height: 30px;
}

.welcome-msg .content{
    color: #000;
    text-align: center;
}

.welcome-msg h2{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.welcome-msg h2:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%; /*150px;*/
    bottom: 0;
    left: 0;
    /*left: 50%;
    margin-left: -75px;*/
    position: absolute;
}

.welcome-msg .alias{
    text-transform: uppercase;
}

.welcome-msg .content p+P{
    margin-top: 10px;
}

.welcome-msg .content p > span{
    font-weight: bold;
}

.welcome-msg .btns-wrapper{
    margin-top: 30px;
    text-align: center;
}

.welcome-msg .btns-wrapper [class^='btn--']{
    padding: 5px 20px;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    margin: 0 10px;
}

@media (max-width: 768px){
    .welcome-msg {
        top: 0;
        z-index: 99999;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        padding-top: 100px
    }
    .welcome-msg .welcome-msg-header{
        display: block;
    }
    .welcome-msg .ico--cierre{
        filter: invert(1);
        top: 8px;
    }
    .welcome-msg .content #ultimafecha{
        display: block;
        margin-top: 10px;
    }
    .welcome-msg .btns-wrapper [class^='btn--']{
        padding: 13px 32px;
        border-radius: 5px;
        min-width: 150px;
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 20px;
        max-width: 200px;
    }
    .welcome-msg .btns-wrapper [class^='btn--']:last-child{
        margin-top: 15px;
        border-width: 2px !important;
    }
}

/* 404 */
.section-notfound.full-width.light{
    background-image: url(/img/layout/404-bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-notfound p{
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px;
}

.section-notfound nav ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.section-notfound nav ul li{
    margin: 0 10px;
    position: relative;
}
.section-notfound nav ul li:not(:last-child):after{
    content: "";
    display: block;
    background: url(/img/icos/red-point.png) no-repeat center;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -3px;
    background-size: cover;
}

.section-notfound nav ul li a,
.section-notfound nav ul li a:hover{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.section-notfound img{
    max-width: 50%;
    margin: 50px 0;
}

@media(max-width: 768px){
    .section-notfound.full-width.light{
        background-image: none;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-notfound > *{
        position: relative;
        z-index: 2;
    }
    .section-notfound.full-width.light:before{
        background-image: url(/img/layout/404-bg-mobile.png);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        content:"";
        display: block;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        width: 100px;
        height: 100%;
        z-index: 1;
    }
    .section-notfound.full-width.light:after{
        background-image: url(/img/layout/404-bg-mobile.png);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        content:"";
        display: block;
        position:absolute;
        top:0;
        bottom:0;
        right:0;
        width: 100px;
        height: 100%;
        z-index: 1;
    }
    .section-notfound img{
        max-width: 60%;
    }
}
@media(min-width:547px) and (max-width: 620px){
    .section-notfound nav ul li:nth-child(5):after{
        display: none;
    }
}
@media(min-width:435px) and (max-width: 546px){
    .section-notfound nav ul li:nth-child(4):after{
        display: none;
    }
}
@media(min-width:398px) and (max-width: 434px){
    .section-notfound nav ul li:nth-child(3):after{
        display: none;
    }
}
@media(min-width:324px) and (max-width: 397px){
    .section-notfound nav ul li:nth-child(3):after{
        display: none;
    }
    .section-notfound nav ul li:nth-child(5):after{
        display: none;
    }
}
@media(min-width:322px) and (max-width: 323px){
    .section-notfound nav ul li:nth-child(3):after{
        display: none;
    }
    .section-notfound nav ul li:nth-child(4):after{
        display: none;
    }
}
@media(min-width:299px) and (max-width: 322px){
    .section-notfound nav ul li:nth-child(2):after{
        display: none;
    }
    .section-notfound nav ul li:nth-child(4):after{
        display: none;
    }
}
@media(max-width: 298px){
    .section-notfound nav ul{
        flex-direction: column;
    }
    .section-notfound nav ul li{
        margin: 0;
    }
    .section-notfound nav ul li:after{
        display: none !important;
    }
}
  
  
  @media (min-width: 1100px) {
    .full-slider .boxGame__img img{
      min-height: 8vw;
      min-width: 15vw;
      width: 15vw;
  }
  .boxGame__img{
        background-image: url("../img/logos/logo-juego.jpg");
        background-size: 100% 8vw;
    }
  .full-slider .boxGame__img{
      max-height: 8vw;
      min-width: 15vw;
      width: 15vw;
  }
  
  .boxGame__content{
    width: 15vw;
  }
  
  .lobbyslider>div{
    min-height: 8vw;
      min-width: 15vw;
      HEIGHT: 8vw;
      width: 15vw;
  }
  .lobbyslider{
    height: 8vw;
  }
  }
  @media (max-width: 1100px) {
    .full-slider .boxGame__img img{
      min-height: 12vw;
      min-width: 22vw;
      width: 22vw;
  }
  .boxGame__img{
        background-image: url("../img/logos/logo-juego.jpg");
        background-size: 100% 12vw;
    }
  
  .full-slider .boxGame__img{
      max-height: 12vw;
      min-width: 22vw;
      width: 22vw;
  }
  
  .boxGame__content{
    width: 22vw;
  }
  
  .lobbyslider>div{
    min-height: 12vw;
      min-width: 22vw;
      HEIGHT: 12vw;
      width: 22vw;
  }
  .lobbyslider{
    height: 12vw;
  }
  }
  @media (max-width: 770px) {
    .full-slider .boxGame__img img{
      min-height: 16vw;
      min-width: 30VW;
      width: 30VW;
  }

  .boxGame__img{
        background-image: url("../img/logos/logo-juego.jpg");
        background-size: 100% 16vw;
    }
  
  .full-slider .boxGame__img{
      max-height: 16vw;
      min-width: 30VW;
      width: 30VW;
  }
  
  .boxGame__content{
    width: 30VW;
  }
  
  .lobbyslider>div{
    min-height: 16vw;
      min-width: 30VW;
      HEIGHT: 16vw;
      width: 30VW;
  }
  .lobbyslider{
    height: 16vw;
  }
  }
  @media (max-width: 570px) {
    .full-slider .boxGame__img img{
      min-height: 22vw;
      min-width: 40vw;
      width: 40vw;
  }
  .boxGame__img{
  background-image: url("../img/logos/logo-juego.jpg");
  background-size: 100% 22vw;
}
  
  .full-slider .boxGame__img{
      max-height: 22vw;
      min-width: 40vw;
      width: 40vw;
  }
  
  .boxGame__content{
    width: 40vw;
  }
  
  .lobbyslider>div{
    min-height: 22VW;
      min-width: 40VW;
      HEIGHT: 22VW;
      width: 40VW;
  }
  .lobbyslider{
    height: 22VW;
  }
  }
  
  @media (max-width: 360px) {
    a.btn--secondary.btn--compress.user-name{
      max-width:30px;
    }
  }
  
  section.section-providers.full-slider h2 {
    margin-bottom: 10px;
  }
  @media (max-width: 780px){
    .lobby-providers{
      height: 220px;
    }
    .lobby-providers .lobbyslider{
      height: 220px;
    }
    .lobby-providers .provider{
      height: 220px;
      width: 156px;
      min-width: 156px;
    }
  }
  a.btn--search:hover {
    zoom: 1.1;
  }
  .section-lobby h2 {
    font-size: 22px;
    line-height: 22px;
  }
  section.section-lobby {
    width: auto;
    margin-bottom: 30px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    }

    a.close-results-wrapper.cerrarBuscador {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
        left: initial;
      }
      svg.ico.cerrarBuscador {
        width: 30px;
        height: 30px;
    }

    section.section-content p a {
        color: #e41c39;
    }
    section.section-content figure img {
        margin: 20px 0px;
        border-radius: 10px;
      }

      .info-box a {
        color: #fff !important;
      }
      
      .info-box a:hover {
        color: #e41c39 !important;
      }
      .scrollArribaDiv{
        position: fixed;
        z-index: 99;
        background: #e41c39;
        bottom: 80px;
        right: 7px;
        width: 60px;
        height: 60px;
        border-radius: 100px;
      }
        
      @media (max-width: 780px){
        .scrollArribaDiv{
            bottom: 130px;
        }
        
      }
      
      
      .scrollArribaA{
        width: 60%;
        position: absolute;
        left: 12px;
        bottom: 12px;
        filter: invert(1);
      }

      #tablecontainer thead th {
        background-color:#5a5a5a;
        color: #FFF;
        font-weight: normal;
      }
      #tablecontainer tbody td {
        border: none;
      }
      
      #tablecontainer tbody td:first-child{
        font-weight: bold;
      }
      
      .mpucontainer .txtc{
        margin: 30px 0px 20px;
      }
      #lastSlotSessionInfo #popupWindow .mpucontainer .txtc [class*="btn--"].btn--secondary{
        background-color: #e41c39;
        border: none;
        margin: 0;
        border-radius: 18px;
        font-size: 18px;
        padding: 7px 29px;
      }
      
      #tablecontainer tbody tr:nth-child(odd) {
        background-color:#e5e5e5 ;
      }
      #tablecontainer tbody tr:nth-child(even) {
        background-color: #c5c5c5;
      }

      #lastSlotSessionInfo #popupWindow #popupContent{
        padding: 30px 80px;
      }

      .lineaSeparador{
        border-top: 3.5px solid #e41c39;
        max-width: 170px;
        border-radius: 10px;
        padding: 0;
        margin: auto;
        margin-top: 4px;
        margin-bottom: 20px
      }
      @media (max-width: 768px){
        #lastSlotSessionInfo .mpucontainer h2 {
          margin: 0px;
          padding: 0 20px 0 20px;
          font-size: 26px;
          border: 0 none;
          background: transparent;
          color: #000;
          text-align: center;
      }
      .lineaSeparador {
        border-top: 3.5px solid #e41c39;
        max-width: 170px;
        border-radius: 10px;
        padding: 0;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
      }
      #lastSlotSessionInfo #popupWindow #popupContent {
        padding: 0;
        padding-top: 120px;
        padding-left: 10px;
      }
      #lastSlotSessionInfo #popupWindow .mpucontainer .txtc [class*="btn--"].btn--secondary {
        background-color: #e41c39;
        border: none;
        margin: 0;
        border-radius: 7px;
        font-size: 24px;
        margin-left: -10px;
        padding: 20px 100px;
      }
      }

      #lastSlotSessionInfo>div>div {
        -webkit-box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
        box-shadow: 0px 4px 16px 0px rgb(6 0 97 / 15%);
        border-radius: 30px;
        color: #000;
        background: #fff;
    }
    #lastSlotSessionInfo .mpucontainer h2 {
        margin: 0px;
        padding: 0 20px 0 20px;
        font-size: 28px;
        border: 0 none;
        background: transparent;
        color: #000;
        text-align: center;
    }
    #createSession{
        border-radius: 0px;
    }
    p#bono-content-1 {
        margin-bottom: 10px;
    }

    @media (max-width: 768px){
        .dondeEstamos{
            margin-top: -262px;
        }
    }
    

    table.tableDeBonos {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 60%;
        min-width: auto;
        background-color: #000;
        border-radius: 20px;
        border: 1px solid #3c3b3b;
        overflow: hidden;
      }
      table.tableDeBonos tbody tr:nth-child(even) {
        background-color: #3c3b3b;
      }
      
      table.tableDeBonos td {
        text-align: left;
        width: 70%;
        font-size: 16px;
        border: none;
        line-height: 18px;
      }
      table.tableDeBonos a{
        color: #e41c39;
      }
      table.tableDeBonos th {
        font-size: 18px;
      }
      table.tableDeBonos h2{
        padding: 15px;
        margin-bottom: auto;
      }
      
      table.tableDeBonos tr:first-child{
        background-color: #686666;
      }
      
      @media (max-width: 768px){
        table.tableDeBonos {
          width: 95%;
        }
        table.tableDeBonos th {
            font-size: 16px;
          }
        table.tableDeBonos td {
          width: 60%;
          font-size: 13px;
          line-height: 16px;
        }
      }
      .btn--relevante {
        font-size: 24px !important;
        line-height: 40px !important;
        background-color: #e41c39 !important;
    }
    
    .h1JuegosProveedores{
        font-size: 30px;
        line-height: 60px;
    }

    .section-content li{
        margin-left: 20px;
        text-align: center;
    }
    .section-content a{
        color: #F28292;
    }

div#banner{
    height: 470px;
}
@media (max-width: 770px) {
        div#banner{
            height: 290px;
        }
    }

/* a.promociones::after {
    content: attr(data-n);
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    background-color: #e41c39;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
} */

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton{
    display: block;
}

.a-ver-mas{
    color: #ef7676;
    font-size: 12px;
    margin: 5px;
    position: relative;
}

@media (max-width: 770px) {
    h1.title:after{
        content: "";
        display: block;
        background: #e41c39;
        height: 2px;
        width: 150px;
        bottom: -11px;
        left: 50%;
        margin-left: -75px;
        position: absolute;
    }
}

.full-slider p, .section-lobby p{
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

footer .menu p {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

#appcasinopauseandplay p {
    font-size: 25px;
    font-style: normal;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.HerramientaJuegoResponsable .titulojuegoresponsable{
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

.HerramientaJuegoResponsable .titulojuegoresponsable::after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    position: absolute;
}

.welcome-msg .titulobienvenida{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 25px;
    font-style: normal;
    line-height: 30px;
    font-weight: 700;
}

.welcome-msg .titulobienvenida:after{
    content: "";
    display: block;
    background: #e41c39;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

p.tittleBuscador{
    font-size: 16px;
    font-weight: bold;
}

p.tittleResumenSession{
    margin: 0px;
    padding: 0 20px 0 20px;
    font-size: 28px;
    border: 0 none;
    background: transparent;
    color: #000;
    text-align: center;
    font-style: normal;
    line-height: 30px;
    font-weight: 700;
}

.section-game .game-header .game-title .titulodalelike{
    font-style: normal;
    font-weight: 700;
}

.lobbyPromotions .lobbyPromotions__box .pre-title{
    font-weight: bold;
}

.lobbyPromotions .lobbyPromotions__box .title{
    font-weight: bold;
}

.section-content .titlepreguntas{
    color: #000;
    margin-bottom: 0px;
}
p.txtc~div.flex--center {
    margin-top: 20px;
}

.cabeceraFiltros{
    height: 70px;
}