/**
 * CUSTOM STYLES
 */

@media (min-width: 1390px){
    .section {
        width:70%;
    }
    .section_home {
        width: 90%;
        max-width: none !important;
    }
}
 
/* lobby games */ 
.lobbySection > h1{
    position: relative;
}

.lobbySection > h1 > .toggle{
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    top: -12px;
}

.lobbySection > h1 > .toggle.more{
    top: -8px;
}

.lobbySection > h1 > .toggle.more > img{
        transform: rotate(180deg);
}

.lobbyGames{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.lobbyGamesBlackJack{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(3, 204px) !important;
    justify-content: center;
    gap: 14px;
}
.lobbyGamesInteresar{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 204px) !important;
    justify-content: center;
    gap: 14px;
}
.lobbyGamesCasino{
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(7, 1fr) !important;
    justify-content: center;
    gap: 14px;
}
.lobbyGames.minify{
    height: 0;
    padding: 0;
    overflow: hidden;
}

.lobbyGames__boxGame {
    overflow: hidden;
    min-height: 200px;
}

.boxGame__content {
    min-width: 100%;
    min-height: 100%;
}

.lobbyGames .gameName{
    overflow: hidden;
    line-height: 18px;
}

.lobbyGames .gameName > span{
    width: 100%;
    height: 100%;
    padding-top: 2%;
    padding-left: 1%;
    padding-right: 1%;
}

.lobbyGames__boxGame .boxGame__tags{
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    bottom: 75px;
}

.lobbyGames__boxGame .boxGame__tags .novedad{
    background-color: rgb(237 21 22 / 70%);
    border: 0 none;
    border-radius: 0;
    width: 107%;
    box-shadow: none;
    transform: rotate(
-13deg);
    margin-left: -10px;
    text-transform: uppercase;
    padding: 0px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
}

.apuestas-virtuales .lobbyGames__boxGame .boxGame__img{
    overflow: hidden;
}

.apuestas-virtuales .lobbyGames__boxGame video{
    display: none;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    width: 100%;
}

.apuestas-virtuales .lobbyGames__boxGame:hover video{
    display: block;
}
.apuestas-virtuales .lobbyGames__boxGame:hover picture{
    display: none;
}
.apuestas-virtuales .lobbyGames__boxGame .boxGame__content::before{
    background-color: rgba(17,17,17,0.1);
}

@media (min-width: 1921px){
    .lobbySection .lobbyGames{
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (max-width: 1600px){
    .lobbySection .lobbyGames{
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1300px){
    .lobbySection .lobbyGames{
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 900px){
    .lobbySection .lobbyGames{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px){
    header .forgot-link {
        display: none;
    }
    
    .lobbySection .lobbyGames {
        display: flex;
        grid-template-columns: initial;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: -20px;
        background: initial;
        padding-left: 0;
        gap: initial;
    }
    .lobbySection .lobbyGames .lobbyGames__boxGame {
        min-width: 180px;
        margin-right: 14px;
    }
    
    .lobbySection > h1{
        background: #292525;
        padding: 5px;
    }
    
    .lobbySection > h1 > .toggle{
        right: 5px;
        height: 25px;
        width: 25px;
        top: 2px;
    }
    
    .lobbySection > h1 > .toggle.more{
        top: 4px;
    }
    
    #casinoFilterMobile{
        background: initial !important;
        overflow: initial !important;
        display: block !important;
        align-items: initial !important;
        flex-wrap: initial !important;
        white-space: initial !important;
        padding: 5px !important;
    }
    
    #casinoFilterMobile .filter-menu{
        width: 100%;
        overflow-y: auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    
    #casinoFilterMobile .search-wrapper{
        width: 100%;
        text-align: center;
    }
    
    #casinoFilterMobile .search-wrapper > input{
        margin: 5px auto 0 auto;
        width: 85%;
    }
    
    #casinoFilterMobile .filter-menu > a.filter-option{
        position: relative;
        padding-top: 45px;
        font-size: 12px;
        font-weight: normal;
    }
    
    #casinoFilterMobile .filter-menu > a.filter-option::before{
        content: "";
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -14px;
        display: block;
    }
    
    #casinoFilterMobile .filter-menu> a.filter-option.destacadas::before{
        background-image: url(/assets/img/icos/menu/destacados.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.deportes::before{
        background-image: url(/assets/img/icos/menu/deportes.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.mas-jugadas::before{
        background-image: url(/assets/img/icos/menu/masjugados.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.clasicas-bar::before{
        background-image: url(/assets/img/icos/menu/clasicasbar.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.cinetv::before{
        background-image: url(/assets/img/icos/menu/cinetv.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.mas-gamers::before{
        background-image: url(/assets/img/icos/menu/gamers.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.videobingo::before{
        background-image: url(/assets/img/icos/menu/videobingo.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.videopoker::before{
        background-image: url(/assets/img/icos/menu/videopoker.svg);
    }
    #casinoFilterMobile .filter-menu > a.filter-option.otros::before{
        background-image: url(/assets/img/icos/menu/otros.svg);
    }
    
    .lobbyGames__boxGame .boxGame__buttons{
        
    }
}

/* Slot content */
.section-slot-content{
    background: #000000;
    padding: 0;
    margin-bottom: -50px;
    width: 100%;
    max-width: 100%;
}

.section-slot-content .slot-content{
    margin: 0 100px;
    background: #fff;
    padding: 20px 60px;
}

.section-slot-content .title{
    font-family: Montserrat,sans-serif;
    font-size: 36px;
    font-weight: 800;
}

.section-slot-content .slot-img{
    margin-top: 20px;
}

.section-slot-content .subtitle,
.section-slot-content h2{
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-slot-content .description{
    font-family: Montserrat,sans-serif;
    line-height: 22px;
    padding-right: 40px;
    text-align: justify;
}

.section-slot-content .description p+P{
    margin-top: 20px;
}

.section-slot-content .description ul{
    margin: 0 0 20px 0;
}

.section-slot-content .description ul li{
    margin: 20px 0 0 30px;
    list-style: inherit;
}

.section-slot-content .btn--primary{
    background: red;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 4px;
    line-height: 1em;
    margin: 0 50px;
    border: 0 none !important;
    border-radius: 0;
    font-size: 20px;
    position: relative;
    min-width: 250px;
    display: block;
    width: 250px;
    margin: 0 auto 20px auto;
}

.section-slot-content .btn--primary:hover{
    background: red;
    color: #fff;
}

.section-slot-content .btn--primary::before{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f00 50%);
    width: 20px;
    position: absolute;
    height: 40px;
    top: 0;
    left: -20px;
}

.section-slot-content .btn--primary::after{
    content: "";
    background: linear-gradient(to left top, transparent 49%, #f00 50%);
    width: 15px;
    position: absolute;
    height: 40px;
    top: 0;
    right: -15px;
}

.section-slot-content .btn--secondary{
    background: #0085B9;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 4px;
    line-height: 1em;
    margin: 0 50px;
    border: 0 none !important;
    border-radius: 0;
    font-size: 20px;
    position: relative;
    min-width: 250px;
    -webkit-transition: none;
    transition: none;
    display: block;
    width: 250px;
    margin: 0 auto 20px auto;
}

.section-slot-content .btn--secondary::before{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #0085B9 50%);
    width: 20px;
    position: absolute;
    height: 40px;
    top: 0;
    left: -20px;
    -webkit-transition: none;
    transition: none;
}

.section-slot-content .btn--secondary::after{
    content: "";
    background: linear-gradient(to left top, transparent 49%, #0085B9 50%);
    width: 15px;
    position: absolute;
    height: 40px;
    top: 0;
    right: -15px;
    -webkit-transition: none;
    transition: none;
}

.section-slot-content .btn--secondary:hover::before{
    background: linear-gradient(to right bottom, transparent 49%, #005173 50%);
}

.section-slot-content .btn--secondary:hover::after{
    background: linear-gradient(to left top, transparent 49%, #005173 50%);
}
#infoSlot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0px;
}
#infoSlot>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
#infoSlot h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    margin-bottom: 10px;
    white-space: nowrap;
}
#infoSlot p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    color: #3083BB;
    height: 46px;
    display: flex;
    align-items: center;
}
#infoSlot img {
    width: 50px;
    height: 46px;
}
#infoSlot a {
    height: 46px;
}

@media (max-width: 1100px){
    .section-slot-content .slot-content{
        margin: 0 50px;
    }
}

@media (max-width: 768px){
    .section-slot-content .slot-content{
        margin: 0;
    }
    
    .section-slot-content .slot-img{
        margin-top: 0;
        text-align: center;
    }
    
    .section-slot-content .slot-img img{
        width: auto;
    }
}

/* recuperar contrasena, login */
.box-form{
    font-family: Montserrat,sans-serif;
    max-width: 464px;
    width: 100%;
    min-height: 336px;
    height: auto;
    margin: 150px auto 0 auto;
    padding: 16px 16px 30px 16px;
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0, .09);
    color: #333;
}
.box-form h1{
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #019cd4;
    color: #019cd4;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}
.box-form h2{
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.box-form .lbl-info{
    font-size: 14px;
    line-height: 18px;
}
.box-form form{
    width: 80%;
}
.box-form input{
    color: #495057;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.box-form a{
    color: #333;
}
.box-form a:hover{
    color: #019cd4;
}
.box-form .footer a{
    color: #019cd4;
}
.box-form [class*="btn-"]{
    background-color: #019cd4;
    border-color: #019cd4;
    border-radius: 0;
    color: #fff;
    width: 100%;
}
.box-form input:disabled, 
.box-form select:disabled, 
.box-form textarea:disabled{
    opacity: .6;
}

.section-login.box-form{
    margin-bottom: 10px;
}

.section-login-popup.box-form .notloggedin{
    height: auto;
}

@media (max-width: 768px){
    .box-form{
        box-shadow: none;   
    }
    
    .box-form .footer{
        margin-top: 50px;
    }
}

/* ERRORES */
.error{
    background: rgba(245, 80, 3, .3);
    border-radius: 0 0 2px 2px;
    color: rgba(0,0,0,.8);
}

/* ayuda */
.section-ayuda h1{
    text-transform: capitalize;
    color: #0cf;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-ayuda h2{
    color: #000;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* TABLAS */
table.txtl td,
table.txtl th{
    text-align: left;
}

@media (max-width:480px) {
    table.mobile,
    table.mobile tbody,
    table.mobile td,
    table.mobile th,
    table.mobile thead,
    table.mobile tr {
        display: block;
    }
    table.mobile {
        border-collapse: collapse;
        width: 100%;
        min-width: unset;
    }
    table.mobile thead,
    table.mobile thead tr th {
        display: none;
    }
    table.mobile tbody tr {
        width: 100%;
	    height: auto;
    }
    table.mobile tbody tr td:first-child {
        font-weight: 600;
        background-color: #019cd4;
        color: #fff;
    }
    table.mobile tbody tr td {
        
    }
    table.mobile tbody tr td::before {
        content: attr(data-title);
        display: block;
        text-align: left;
        font-weight: bold;
        padding-right: 5px;
        color: #000;
        font-size: 12px;
    }
    table.mobile tbody tr td:first-child::before {
        display: none;
    }
    table.mobile thead tr th {
        height: 0;
        padding-top: 0;
    }
    table.mobile tbody tr td,
    table.mobile thead tr th {
        text-align: left;
    }
}

/* Membersarea */
.membersarea .member-box.box-form{
    border: 0 none;
    border-radius: 0;
    margin: 0 auto 50px auto;
}

@media (max-width: 1100px){
    .account-verification .w50{
        width: 100%;
    }
}

/* Registro */
#gender_validation{
    position: absolute;
    top: 65px;
    left: 50%;
    width: 150px;
    margin-left: -50px;
}

/*Partidos top*/
.lobbyPartidosTop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.evento {
    border: 1px solid #ddd;
    padding: 4px;
    width: 25%;
}
.evento:hover {
    box-shadow: 0px 0px 10px #b98400 !important;
}

/*Afiliados*/
.afiliate-buttons a{
    background: red;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 4px;
    line-height: 1em;
    margin: 10px 40px;
    border: 0 none !important;
    border-radius: 0;
    font-size: 20px;
    position: relative;
    display: block;
    white-space: nowrap;
}
.afiliate-buttons a:hover{
    background: red;
    color: #fff;
}
.afiliate-buttons a::before{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f00 50%);
    width: 20px;
    position: absolute;
    height: 40px;
    top: 0;
    left: -20px;
}
.afiliate-buttons a::after{
    content: "";
    background: linear-gradient(to left top, transparent 49%, #f00 50%);
    width: 15px;
    position: absolute;
    height: 40px;
    top: 0;
    right: -15px;
}
.afiliate-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/*Cookies*/
.cookie-config {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.cookie-config>div {
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 20px;
}
.cookie-config>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
.cookie-config h1 {
    margin: 0;
    color: #000;
    padding: 10px;
}
.cookie-config h2 {
    margin: 0;
}
.cookie-config button {
    background: #269bff;
    color: #fff;
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 15px;
    margin: 10px;
}
.cookie-config button:hover {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    box-shadow: 5px 5px 5px #bdbdbd;
}
input[type="checkbox"].switch+label::before {
    background-color: #dad5d5;
    border-radius: 50px;
    width: 50px;
    height: 25px;
    border-color: #a5a5a5;
}
input[type="checkbox"].switch+label::after {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: " ";
    position: absolute;
    left: 1px;
    top: 1px;
    transition: all .3s ease-out;
}
input[type="checkbox"].switch:checked+label::before {
    background-color: #269bff;
    border-color: #269bff;
}
input[type="checkbox"].switch:checked+label::after {
    left: 26px;
}
.check-container {
    position: absolute;
    top: 20px;
    right: 0;
}
div#cookiesInfo {
    border-radius: 0;
    background: #282727;
    color: #fff;
    font-size: 14px;
    /*top: 0;*/
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    padding: 10px 100px 10px 20px;
}
div#cookiesInfo button {
    background: #269bff;
    border: 1px solid #269bff;
    color: #fff;
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
}
div#cookiesInfo button:hover {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    box-shadow: 5px 5px 5px #bdbdbd;
}