﻿
/* --------------------------------------------------------------
CUSTOM FONTS
-------------------------------------------------------------- */

.barcodefont {
    font-family: 'barcode_IDAutomationHC39M';
}

:root {
    --primary-color-violet: #bb11b9; /*violet*/
    --primary-color-fucsia: #00c100; /*green*/
    --primary-color-blue: #0090b9; /*blue*/
    --primary-color-green: #04817b; /*green*/
    --primary-color-grey: #5d5d5d; /*grey*/
    --primary-color-redwine: #555; /*redwine*/
    --button-border-color: #c8b076;
    --button-color-primary: #c8b076;
    --button-color-register: #c8b076;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --fontFamily: 'Lato Bold', sans-serif;
    --fontFamilyBold: 'Lato Bold', sans-serif;
    /*--color-primario: #251d4f;*/
    --color-primario: #080562;
    --color-primario-claro: #7a90fd;
    /*--color-acento: #7a90fd;*/
    --color-acento: #c8b076;
    --color-acento-resaltado: #A89360;
    /*--color-texto: #1f1f1f;*/
    --color-texto: #4b4b4b;
    --color-texto-blanco: #fafafa;
    /*--color-fondo: #ede9e9;*/
    --color-fondo: #f4f4f4;
    --color-fondo-resaltado: #e9e9e9;
    --box-shadow: 6px 6px 14px rgba(165, 177, 198, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.6);
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfixFooter {
    display: block;
}

a:visited {
    text-decoration: none;
    color: #909090;
}

.fb {
    font-family: var(--fontFamily);
    /* font-weight: bold; */
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
}

.fm {
    font-family: 'futura-mediumregular';
}

.ebi {
    font-family: var(--fontFamily);
    ,'ElectraLTStdBoldCursive',Times;
}

.ie7 .ebi, .ie8 .ebi {
    font-style: italic;
}

input, select, textarea {
    font-family: var(--fontFamily);
    /*font-weight: bold;*/
}

.btn {
    border: 0;
    position: relative;
    vertical-align: middle;
    overflow: visible;
    color: #FFFFFF !important;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 8px #111;
    -webkit-box-shadow: 0 0 8px #111;
    -moz-box-shadow: 0 0 8px #111;
    text-decoration: none !important;
    display: inline-block;
}

.small-btn {
    background: none repeat scroll 0 0 var(--color-acento);
    border: 1px solid var(--color-acento);
    border-radius: 2px;
    color: #FFFFFF;
    height: 21px;
    line-height: 20px;
    padding: 0 24px 0 23px;
    float: left;
    cursor: pointer;
    height: 22px;
    padding: 0 18px;
    margin: 5px 2px;
}

#login .small-btn {
    font-family: var(--fontFamily);
    background: none repeat scroll 0 0 var(--color-acento);
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 10px;
    font-weight: normal;
    height: 24px;
    left: 245px;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 126px;
    height: 31px;
    border: 1px solid var(--color-acento);
    transition: all .4s;
}

    #login .small-btn:hover {
        background: var(--color-acento-resaltado);
        border: solid 1px var(--color-acento-resaltado);
    }


.small-btn-light {
    font-family: var(--fontFamily);
    background: var(--color-acento);
    box-sizing: border-box;
    border: none;
    color: #FFF !important;
    cursor: pointer;
    float: right;
    font-size: 10px;
    padding: 5px;
    margin: 5px 2px;
    border-radius: 2px;
}

.small-btn-brown {
    font-family: var(--fontFamily);
    background: #FFFFFF;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 10px;
    padding: 5px;
    margin: 5px 2px;
    border-radius: 2px;
    color: #5D5D5D !important;
}

.big-btn {
    height: 28px;
    line-height: 28px;
    background: url(img/bg/btns.png) 0 -22px;
    padding: 0 34px 0 33px;
}

.bigger-btn {
    background: url("img/ico/btn-fucha.png") repeat scroll 175px -63px transparent;
    height: 43px;
    line-height: 42px;
    padding: 0 7px;
}

    .bigger-btn:hover {
        background: url("img/ico/btn-fucha.png") repeat scroll -13px -63px transparent;
    }

.grey-btn { /*background:url(img/bg/btns.png) 0 135px*/
}

.white-btn {
    border: medium none;
    color: #E13737 !important;
    background: url("img/bg/btns.png") repeat scroll 0 -160px transparent;
    margin: 0 !important;
}

.placeholder {
    color: #FFFFFF;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

::-moz-placeholder {
    color: #FFFFFF;
}

:-ms-input-placeholder {
    color: #FFFFFF;
}

input:-moz-placeholder {
    color: #FFFFFF;
}
/* --------------------------------------------------------------
BODY, HEADER & NAV
-------------------------------------------------------------- */
body {
    font-family: var(--fontFamily);
    font-weight: normal;
    color: #6f6f6f;
    font-size: 11px;
    padding: 0;
    position: relative;
    background: var(--color-primario);
    overflow-x: hidden;
}


#page-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}

#header {
    position: relative;
    z-index: 12;
    display: inline-block;
    width: 100%;
    margin-bottom: -2px;
    background-color: var(--color-fondo);
}

    #header .section {
        width: 955px;
        margin: 0 auto;
        position: relative;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }

.logoImage {
    height: auto;
    width: 138px;
    display: block;
}

    .logoImage a img {
        width: 180px;
        height: auto;
        margin-left: 10px;
        top: 7px;
    }

.name {
    width: 182px;
    height: 154px;
    background: url(img/ico/logo.png);
    position: absolute;
    top: 14px;
    left: 0;
}

    .name a {
        display: block;
        width: 182px;
        height: 154px;
    }

.slogan {
    font-size: 0;
    text-indent: -5000px;
    position: absolute;
    top: 0;
    left: -5000px;
}

/*#nav{background: none repeat scroll 0 0 #940000;left: 0;width: 100%;height: 36px; }*/
#nav {
    background-color: var(--color-fondo);
    left: 0;
    width: 100%;
    height: 36px;
}

    #nav ul {
        margin: 0 auto;
        width: 960px;
    }

    #nav li {
        display: inline-block;
        float: left;
        height: 36px;
        margin: 0;
        position: relative;
        text-align: center;
        transition: all .4s;
    }

        #nav li:hover {
            background: var(--color-fondo-resaltado);
            display: block;
            height: 36px;
        }

    #nav .ul-1 .ico {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #nav ul li span.slots {
        background: url(/css/styles/img/ico/mobile-menu-03.png);
        background-size: 27px;
        width: 27px;
        height: 28px;
        left: 42px;
    }

    #nav ul li span.casino {
        background: url(img/ico/mobile-menu-01.png);
        background-size: 27px;
        width: 28px;
        height: 28px;
        left: 42px;
    }

    #nav ul li span.mesas-en-vivo {
        background: url(img/ico/mobile-menu-02.png);
        background-size: 27px;
        width: 27px;
        height: 28px;
        left: 16px;
    }

    #nav ul li span.bingo {
        background: url(img/ico/mobile-menu-04.png);
        background-size: 27px;
        width: 27px;
        height: 28px;
        left: 42px;
    }

    #nav ul li span.virtual-sports {
        background: url(img/ico/virtual-sports.png);
        width: 23px;
        height: 25px;
        left: 5px;
        top: 9px;
    }

    #nav ul li span.deportes {
        background: url(img/ico/virtual-sports.png);
        width: 26px;
        height: 28px;
        left: 5px;
    }

    #nav ul li span.promociones {
        background: url(img/ico/promociones-icon-top-nav.png);
        width: 27px;
        height: 28px;
        left: 17px;
    }

    #nav li:first-child {
    }

    #nav li:last-child {
    }

    #nav li a {
        color: var(--color-primario);
        position: relative;
        text-decoration: none;
        -webkit-transition: color 0.4s ease-in-out;
        -moz-transition: color 0.4s ease-in-out;
        -o-transition: color 0.4s ease-in-out;
        -ms-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
        /*text-shadow:0 0 4px #111;-moz-text-shadow:0 0 4px #111;-webkit-text-shadow:0 0 4px #111;*/
        height: 36px;
        letter-spacing: 0px;
        font-family: var(--fontFamily);
        font-size: 13px;
        font-weight: bold;
        /*opacity: 0.85;*/
        filter: alpha(opacity=85);
        display: block;
    }

        #nav li a:hover span {
            /*display: none;*/
        }

    #nav li.itemSelected {
        background: none repeat scroll 0 0 var(--color-fondo-resaltado);
        display: block;
        height: 36px;
    }

    #nav li span {
        /*position: absolute;*/
        top: 4px;
        left: 0;
        width: 100%;
        height: 9px;
        background: none repeat scroll 0 0 transparent;
    }

    #nav.fixed {
        position: fixed;
        top: 0;
        opacity: 0.9;
        z-index: auto;
    }

.loggedin .help.fixed, .help.fixed {
    top: 46px !important;
}

#top {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

    #top li {
        border-top: 2px solid #121212;
        display: inline-block;
        float: left;
        margin: 2px 0;
        padding: 0 0 0 25px;
        position: relative;
        width: 159px;
    }

        #top li a {
            color: #fff;
        }

        #top li .ico {
            position: absolute;
            top: 6px;
            left: 0;
            width: 18px;
            height: 15px;
        }

        #top li.tel .ico {
            background: url(img/ico/ico.png);
        }

        #top li.mail .ico {
            background: url(img/ico/ico.png) -20px 0;
        }

        #top li.chat .ico {
            background: url(img/ico/ico.png) -40px 0;
        }

/* --------------------------------------------------------------
LOGIN HEADER
-------------------------------------------------------------- */
#login {
    float: right;
    height: 77px;
    padding: 11px 20px;
    position: relative;
    width: 516px;
}

    #login .txt {
        font-family: var(--fontFamily);
        background: none repeat scroll 0px 0px #fafafa;
        border: 1px solid #e1e1e1;
        font-size: 13px;
        height: 23px;
        margin: 7px 8px 0px 0px;
        display: block;
        padding: 3px 5px;
        width: 202px;
        border-radius: 1px;
        font-weight: normal;
    }

        #login .txt::placeholder {
            color: #AAA;
            font-weight: normal;
        }

    #login .btn {
        background: none repeat scroll 0 0 #910000;
        border: 1px solid #910000;
        border-radius: 2px;
        font-size: 15px;
        font-weight: normal;
        height: 24px;
        left: 245px;
        margin: 0 10px 0 0;
        padding: 0 10px;
        position: absolute;
        text-align: center;
        top: 18px;
        width: 126px;
    }

    #login .reg {
        display: inline-block;
        float: left;
        font-size: 13px;
        color: #e13737;
        font-weight: bold;
        line-height: 21px;
    }

    #login .rec {
        font-family: var(--fontFamily);
        color: var(--color-texto);
        display: block;
        font-size: 11px;
        font-weight: normal;
        left: 245px;
        margin: 5px 7px 0px 10px;
        position: absolute;
        text-decoration: none;
        top: 53px;
        height: 23px;
        margin-left: 10px;
        padding-top: 10px;
    }

        #login .rec:hover {
            color: #ccc;
        }

    #login .column {
        display: block;
        height: 105px;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 165px;
    }

        #login .column .register-login {
            background-color: var(--color-fondo-resaltado);
            border: none;
            color: var(--color-primario);
            font-family: var(--fontFamily);
            font-size: 10px;
            font-weight: normal;
            letter-spacing: 1px;
            display: block;
            height: 90px;
            cursor: pointer;
            width: 111px;
            text-transform: uppercase;
            position: absolute;
            left: 55px;
            padding: 60px 0 0 0;
            transition: all .4s;
        }

            #login .column .register-login:hover {
                font-weight: bold;
            }

.collapsable .menu-collapsables {
    background: url("img/ico/flecha-abajo.png") no-repeat scroll center 52px #000000;
    border-right: 2px solid #121212;
    float: left;
    font-size: 14px;
    padding: 25px 10px;
    position: relative;
}

.hiddenAtBegining {
    background: none repeat scroll 0 0 #000000;
    display: none;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 63px;
    width: 186px;
}

.menu-collapsables {
    width: auto;
    cursor: pointer;
}

.helpercontainer {
    display: none;
    top: 0;
    left: -63px;
    z-index: 999;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

#infoCont {
    top: 0;
    right: 0;
    left: 0;
    background: var(--color-primario);
    position: fixed;
    color: #dbdbdb;
    vertical-align: middle;
    z-index: 13;
}

div#Cont.middle {
    width: 955px;
    margin: 0 auto;
    position: relative;
}

div#infoCont {
    position: relative;
}

#infoContul {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

    #infoContul li {
        display: inline;
        float: left;
        margin-left: 2px;
        padding: 5px;
        font-family: var(--fontFamily);
        font-size: 12px;
        font-weight: lighter;
        vertical-align: middle;
        word-wrap: break-word;
    }

    #infoContul #chat #chatspan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/chat.svg");
        padding-right: 4px;
    }

    #infoContul #phone #phonespan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/phone.svg");
        padding-right: 2px;
    }

    #infoContul #mail #mailspan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/mail.svg");
        padding-right: 2px;
    }

    #infoContul #facebook #facebookspan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/facebook.svg");
        padding-right: 2px;
        float: right;
        margin-left: 468px;
        margin-right: -246px;
    }

    #infoContul #instagram #instagramspan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/instagram.svg");
        padding-right: 2px;
        float: right;
        margin-left: 187px;
    }

    #infoContul #twitter #twitterspan {
        vertical-align: middle;
        height: 20px;
        content: url("img/ico/X_icon.svg");
        padding-right: 2px;
        float: right;
        margin-left: 15px;
    }

    #infoContul #mail a {
        color: #dbdbdb;
    }


.infotooltip {
    position: relative;
    display: inline-block;
    z-index: 999;
}

    .infotooltip .tooltiptext {
        visibility: hidden;
        /*width: 120px;*/
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .infotooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .infotooltip .tooltiptext::after {
        content: attr(data-name);
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: 5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }
/* --------------------------------------------------------------
USER
-------------------------------------------------------------- */
#user {
    height: auto;
    padding: 10px;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    margin: 13px 0;
    display: inline-block;
}

.user {
    float: right;
}

#user .item-izqu .item-header, #user .item-derecha .item-header, #user .item-center .item-header {
    float: left;
    height: 26px;
    margin: 2px 0;
    line-height: 26px;
    width: 100%;
}

#user .item-izqu, #user .item-derecha, #user .item-center {
    border-left: 0;
    display: inline-block;
    float: left;
    height: auto;
    text-align: center;
}

    #user .item-derecha .grey-btn {
        margin-top: 5px;
        background: none repeat scroll 0 0 #5d5d5d;
    }

#user .item-izqu {
    /*width: 69%;*/
}

#user .item-derecha {
    /*width: 31%;*/
    border-left: 0;
    display: inline-block;
    float: right;
    height: 58px;
    text-align: center;
    width: 112px;
}


.registrate-home:hover span {
    color: white;
}

.loggedin .deposita-home.home:hover span {
    color: white;
}

#user .item-derecha a:hover {
    color: #FFFFFF;
    background: none repeat scroll 0 0 var(--color-primario);
}

#user .item-derecha a {
    border-radius: 0px;
    color: #FFFFFF;
    display: inline-block;
    width: 90px;
    line-height: 24px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    float: right;
    font-family: var(--fontFamily);
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
}

    #user .item-derecha a.grey-btn:hover {
        color: #FFFFFF;
        background: none repeat scroll 0 0 #484647;
    }


#user .btn {
    display: block;
}

#user .balanceType, .vPointsBalance {
    background: url("img/bg/inputs.png") repeat scroll 0 -22px transparent;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #A9A9A9;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 30px;
    margin: 0 0 3px;
    padding: 0 5px;
    text-align: center;
    width: 90px;
}

#user .balanceValue {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
    height: 26px;
    /*text-indent: 5.5em;*/
}

.balanceValue.diner1 span {
    margin-left: 45px;
    float: left;
}

.balanceValue.diner2 span {
    margin-left: 45px;
    float: left;
}

#user .balanceValue.diner1 {
    background: url("img/ico/desktop-saldo-icon.png") no-repeat 5px 2px transparent;
    left: 2px;
    position: relative;
    background-size: 22px;
}

#user .balanceValue.diner2 {
    background: url("img/ico/desktop-bonus-icon.png") no-repeat 5px 2px transparent;
    left: 2px;
    position: relative;
    background-size: 22px;
}

#user .item-header .balanceType, #user .item-header .vPointsBalance {
    display: none;
}

#user .collapsable.balancin {
    float: left;
    position: relative;
    text-align: center;
}

    #user .collapsable.balancin .menu-collapsables {
        width: 160px;
    }

    #user .collapsable.balancin span {
        float: left;
        margin: 0 3px;
        line-height: 30px;
    }

    #user .collapsable.balancin .hiddenAtBegining div {
        font-size: 100%;
    }

    #user .collapsable.balancin span.balanceleft {
        text-align: left;
        line-height: 30px;
        width: 163px;
        height: 16px;
        padding: 25px 10px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    #user .collapsable.balancin span.balanceright {
        text-align: left;
        line-height: 30px;
        width: 125px;
        height: 16px;
        padding: 25px 0 25px 75px;
        margin: 0;
        position: absolute;
        top: 0;
        left: -15px;
        overflow: hidden;
    }

#user .hiddenAtBegining {
    background: none repeat scroll 0 0 #000000;
    border-top: 1px solid #121212;
    display: none;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 66px;
    width: 163px;
    padding-left: 11px;
}

    #user .hiddenAtBegining.helpbox {
        width: 145px !important;
    }

    #user .hiddenAtBegining.balancebox {
        width: 170px !important;
    }

#user .helpercontainer {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: -245px;
    position: absolute;
    top: 0;
    z-index: 999;
}

#user .collapsable.ayuda {
    float: left;
}

    #user .collapsable.ayuda .hiddenAtBegining {
        background: none repeat scroll 0 0 #000000;
        border-top: medium none;
        display: none;
        left: 0;
        line-height: 20px;
        overflow: hidden;
        position: absolute;
        top: 63px;
        width: 177px;
    }

#user .collapsable .menu-collapsables {
    line-height: 30px;
    height: 16px;
}

.logout {
    float: right;
    font-size: 9px;
    color: #909090;
    display: inline-block;
    padding: 4px 0 0 0;
}

.avatar {
    display: inline-table;
    float: left;
    margin-top: -5px;
}

    .avatar a {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
    }

        .avatar a span {
            top: 0;
            left: 0;
            z-index: 1;
            width: 30px;
            height: 30px;
            background: url(img/ico/ico.png) -340px -110px;
        }

.nombre-user {
    margin-left: 5px;
}

    .nombre-user .username {
        color: #A9A9A9;
        font-size: 12px;
        margin-bottom: 4px;
        text-align: left;
        display: none;
    }

    .nombre-user .username-dat {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-break: break-all;
        float: left;
        margin-left: 21px;
    }

.avatar .msg {
    height: 18px;
    width: 18px;
    background-color: var(--color-acento);
    border-radius: 13px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
    padding: 0;
    margin-left: -22px;
    top: -15px;
}

.red-back {
    background: #555 !important;
    height: 18px;
    width: 18px;
    border-radius: 13px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
    padding: 0;
}

.user .btn.grey-btn {
    padding: 0 14px 0 13px;
    float: right;
    margin: 5px 0 0 0;
}

.user .btn {
    padding: 0 17px 0 18px;
}

.info {
    float: left;
    font-size: 10px;
    color: #a9a9a9;
    text-align: right;
    padding: 10px 10px 0 0;
}

    .info h5 {
        font-weight: bold;
        color: #fff;
        font-size: 13px;
        padding: 2px 0 0 0;
        margin: 0 0 10px 0;
    }

    .info div a {
        color: #e13737;
        font-size: 10px;
        display: inline-block;
        position: relative;
        top: -2px;
    }

    .info .total {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    .info div .ico {
        height: 17px;
        width: 15px;
        background: url(img/ico/ico.png) -385px -57px;
        margin: 0 5px;
        position: relative;
        top: 3px;
    }
/* --------------------------------------------------------------
PROMOCIONES
-------------------------------------------------------------- */
.grayscale {
    filter: grayscale(100%)
}

#promociones > div.block {
    color: #555;
    background: #ede9e9;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

    #promociones > div.block > div.top {
        display: inline-block;
    }

.divTable {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.divTableBody {
    display: table-row-group;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    border: none;
    padding: 3px 0;
}

    .divTableCell img {
        height: 200px;
        width: 479.3px;
        /*margin-right: 1px;*/
    }

.footerPromo {
    display: flow-root;
    background: var(--button-color-primary);
    width: 479.3px;
}
/* --------------------------------------------------------------
SLIDER
-------------------------------------------------------------- */
#top-img {
    position: relative;
}

.front #top-img {
    width: 960px;
    position: relative;
    margin: auto;
    height: 380px;
}

    .front #top-img .caroufredsel_wrapper {
        overflow: visible !important;
    }

.loggedin #top-img {
    position: relative;
    max-height: 400px;
}

    .loggedin #top-img .caroufredsel_wrapper {
        position: relative;
    }

    .loggedin #top-img .ico-bg {
        top: 148px;
        height: 550px;
        top: 148px;
    }


.loggedin #pasos {
    display: none;
}

.loggedin #prices {
    display: none;
}

.slider {
    z-index: 5 !important;
    margin: 0 auto;
    position: relative;
}

#top-img .slide {
    width: 100%;
    position: absolute;
    z-index: -2;
}

#top-img .section {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 10;
}

/*.ico-bg{background: url("img/bg/bagraound.png") no-repeat scroll 0 0 transparent;height: 656px;left: 50%;margin-left: -900px;position: absolute;width: 1800px;}
	.front .ico-bg{top:148px;height: 669px;}*/

.help {
    background: none repeat scroll 0 0 #222222;
    border-radius: 5px 0 0 5px;
    display: block;
    height: 140px;
    position: fixed;
    right: 0;
    top: 160px !important;
    width: 55px;
    z-index: 999;
}

.registrate-home, .registrate-vertical {
    background-color: var(--color-acento);
    color: var(--color-texto);
    display: inline-block;
    height: 58px;
    width: 210px;
    transition: all .4s;
}

    .registrate-home:hover {
        background: var(--color-acento-resaltado);
    }

    .registrate-home:visited, .registrate-vertical:visited {
        color: var(--color-texto);
    }

.register-and-play, .deposit-and-win {
    color: var(--color-texto-blanco);
    font-family: var(--fontFamily);
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto;
    height: auto;
}

    .register-and-play.small, .deposit-and-win.small {
        font-size: 17px;
    }

.register-and-play {
    line-height: 20px;
}

.deposit-and-win {
    line-height: 38px;
}

.register-and-play.small {
    line-height: 30px;
}

.register-steps {
    width: 50%;
    height: 70px;
    margin: 10px auto;
    position: relative;
}

    .register-steps .step {
        width: 50px;
        height: 50px;
        display: inline-block;
        background: url('img/ico/registro-por-pasos-123-sprite.png') no-repeat transparent;
        position: absolute;
        top: 0;
    }

        .register-steps .step span {
            position: absolute;
            bottom: -20px;
            color: #FFF;
            width: 80px;
            margin-left: -13px;
            text-align: center;
            display: inline-block;
        }

    .register-steps .unifying-line {
        display: inline-block;
        margin: 20px 2%;
        width: 96%;
        height: 12px;
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
    }

    .register-steps .setp-1 {
        background-position: top left;
        left: 0;
    }

    .register-steps .setp-2 {
        background-position: top center;
        left: 45%;
    }

    .register-steps .setp-3 {
        background-position: top right;
        right: 0;
    }

    .register-steps .setp-1.current-step-1 {
        background-position: center left;
    }

    .register-steps .setp-2.current-step-2 {
        background-position: center center;
    }

    .register-steps .setp-1.current-step-2, .register-steps .setp-1.current-step-3 {
        background-position: bottom left;
    }

    .register-steps .setp-2.current-step-3 {
        background-position: bottom center;
    }

    .register-steps .setp-3.current-step-3 {
        background-position: center right;
    }

.deposit-and-win.small {
    line-height: 20px;
}

.loggedin .deposita-home.home, .deposita-vertical {
    background: var(--color-acento);
    color: var(--color-texto);
    display: inline-block;
    height: 58px;
    width: 210px;
    opacity: 90%;
}

    .loggedin .deposita-home.home:hover, .deposita-vertical:hover {
        background: var(--color-acento-resaltado);
    }

.pager {
    position: absolute;
    top: 430px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

    .pager a {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 2px;
        background: url(img/ico/ico.png) -20px -20px;
        font-size: 0;
        text-indent: -9000px;
    }

        .pager a.selected {
            cursor: default;
            background: url(img/ico/ico.png) -35px -20px;
        }

.loggedin .pager {
    top: 186px;
}

.help .livechatlink {
    background: url("img/ico/home-whatsapp-icono.png") no-repeat scroll 15px 15px transparent;
    display: block;
    height: 50px;
    width: 55px;
}

.help .telefono-icon {
    background: url("img/bg/chat-ok.png") no-repeat scroll 0 -107px transparent;
    cursor: pointer;
    display: block;
    height: 41px;
    width: 55px;
}

.help .mail-icon {
    background: url("img/bg/chat-ok.png") no-repeat scroll 0 -144px transparent;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 55px;
}

.help .facebook-icon {
    background: url("img/bg/chat-ok.png") no-repeat scroll 0 -188px transparent;
    cursor: pointer;
    display: block;
    height: 41px;
    width: 55px;
    display: none;
}

.help .twitter-icon {
    background: url("img/bg/chat-ok.png") no-repeat scroll 0 -229px transparent;
    cursor: pointer;
    display: block;
    height: 41px;
    width: 55px;
    display: none;
}

.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        background: none repeat scroll 0 0 #FDFDFD;
        border-radius: 5px 5px 0 5px;
        bottom: 17px;
        color: #000000;
        content: attr(name);
        font-family: var(--fontFamily);
        font-size: 10px;
        padding: 5px 35px 5px 10px;
        position: absolute;
        right: 55px;
        text-align: center;
        z-index: 98;
        width: 92px;
        white-space: pre-line;
        line-height: 12px;
    }

    .tooltip:hover:before {
        bottom: 17px;
        content: "";
        right: 46px;
        position: absolute;
        z-index: 99;
        /* el tri�ngulo inferior */
        border: solid;
        border-color: #FDFDFD transparent;
        border-width: 0 9px 8px 0;
    }


/* --------------------------------------------------------------
JUEGOS
-------------------------------------------------------------- */
#wrapper {
    background: repeat scroll 0 0 transparent;
    padding: 0;
    /*margin-top: 10px;*/
}

#page {
    position: relative;
}

#juegos {
    margin: 0 0 14px 0;
}

    #juegos .top {
        clear: both;
        margin: 0;
        padding: 1.5em 0;
        width: auto;
        background: var(--color-fondo-resaltado);
    }

.loggedin #juegos .top {
}

.loggedin #juegos {
    background: #e9e9e9;
}


#juegos .top h3 {
    color: var(--color-primario);
    font-family: var(--fontFamily);
    font-size: 22px;
    height: 20px;
    overflow: hidden;
    padding: 9px 0px 0px 12px;
}


#juegos h3 {
    color: #6f6f6f;
    font-size: 24px;
    float: left;
    margin: 0 15px 0 0;
    padding: 3px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#juegos .btn {
    float: left;
    margin: 0 13px 0 0;
}

.item-game {
    cursor: pointer;
}


    .item-game h3 {
        color: red;
        margin-right: 3px;
    }

.jugar-title {
    color: var(--color-primario);
}

#juegos form {
    float: left;
    position: relative;
    margin-right: -4px;
}

#juegos .txt {
    width: 315px;
    height: 29px;
    background: url(img/bg/inputs.png) 0 -22px;
    border: 0;
    line-height: 30px;
    font-size: 11px;
    color: #a9a9a9;
    float: left;
    padding: 0 5px;
    margin: 0;
}

#juegos .glass {
    position: absolute;
    top: 8px;
    right: 7px;
    width: 16px;
    height: 16px;
    background: url(img/ico/ico.png) 0 -20px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

#juegos .top ul {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    background: url(img/ico/ico.png) 0 -40px;
    padding: 0 0 0 33px;
}

#juegos .top li {
    list-style: none;
    width: 35px;
    height: 28px;
    float: left;
    position: relative;
    margin: 0 -1px 0 0;
}

#juegos li.grid.current {
    background: url(img/ico/ico.png) -105px 0;
}

#juegos li.list.current {
    background: url(img/ico/ico.png) -145px 0;
}

#juegos .top li .ico {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
}

#juegos li.grid .ico {
    background: url(img/ico/ico.png) -60px 0;
    left: 12px;
}

#juegos li.list .ico {
    background: url(img/ico/ico.png) -80px 0;
    left: 6px;
}

#juegos ul.section-verticals li {
    color: #787878;
}

    #juegos ul.section-verticals li.current {
        background: none repeat scroll 0 0 #000000;
        border: 1px solid #303030;
        top: 1px;
        z-index: 20;
        border-bottom: none;
        color: #FFFFFF;
        box-shadow: none;
    }

    #juegos ul.section-verticals li:hover {
        color: #FFFFFF;
    }

#promociones .top h3 {
    color: var(--color-primario);
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: normal;
    height: 25px;
    overflow: hidden;
    padding: 0;
    margin-left: 18px;
    margin-bottom: -12px;
    padding-top: 16px;
}

#promociones > div.block > div.top > h3.titte-pasos {
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    color: var(--color-acento);
    margin: 9px 44px 0px;
}

#virtualsports .top h3 {
    color: #00c100;
    font-family: var(--fontFamily);
    font-size: 22px;
    font-weight: normal;
    height: 19px;
    /*letter-spacing: 3px;*/
    overflow: hidden;
    padding: 0;
}

#sports {
    margin-top: 10px;
}

.mlive .panes {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #303030;
    border-radius: 7px 7px 10px 10px;
    padding: 16px 0 2px 79px;
    position: relative;
    width: 880px !important;
}

    .mlive .panes .item-game {
        height: 180px;
        margin: 0 -7px 0 0;
        overflow: hidden;
        width: 168px;
    }

        .mlive .panes .item-game .play-again:hover {
            height: 180px;
        }

        .mlive .panes .item-game h3 {
            display: block;
            font-size: 12px !important;
            height: 14px;
            line-height: 13px;
            margin: 0 !important;
            text-align: center;
            width: 160px;
        }

.loggedin .mlive .panes {
    padding: 20px 0 20px 9px;
    width: 667px !important;
}

.kwicks {
    width: 706px;
    height: 266px;
}

    .kwicks > li {
        width: 84px;
        height: 266px;
        margin-left: 4px;
        float: left;
        position: relative;
        overflow: hidden;
        border-radius: 0;
    }

        .kwicks > li a img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 10+ */
            /*filter: gray;*/ /* IE6-9 */
            /* ReSharper disable CssNotResolved */
            /*-webkit-filter: grayscale(100%);*/ /* Chrome 19+ & Safari 6+ */
            /* ReSharper restore CssNotResolved */
            -webkit-transition: filter .6s ease; /* Fade to color for Chrome and Safari */
            -webkit-backface-visibility: hidden; /* Fix for transition flickering */
        }

.contentHome .kwicks > li a img {
    -webkit-transition: filter .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    width: 478px;
    height: auto;
}


.kwicks > li a img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); /* Transition Color */
}


.kwicks > li h4 {
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 100%;
    background: url(img/juegos/bg.png);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 82px;
}

    .kwicks > li h4 span.fadeOut {
        display: block;
        position: absolute;
        left: 6px;
        top: 7px;
    }

    .kwicks > li h4 span.fadeIn {
        position: absolute;
        left: 10px;
        top: 7px;
        color: #FFFFFF;
        font-size: 25px;
    }

    .kwicks > li h4 em {
        bottom: 21px;
        font-size: 11px;
        font-weight: normal;
        left: 12px;
        position: absolute;
    }

.kwicks li .play {
    background: url("img/ico/jugar.png") no-repeat scroll 0 0 transparent;
    height: 87px;
    left: 118px;
    position: absolute;
    top: 70px;
    width: 92px;
}

.kwicks li hr {
    margin-top: 40px;
    border-width: 0px;
    height: 3px;
    vertical-align: bottom;
}

hr#slots, hr#juegos-imperdibles, hr#juegos-m-s-populares, hr#juegos-nuevos {
    background-color: var(--button-color-primary);
}

span#slots, span#juegos-imperdibles, span#juegos-m-s-populares, span#juegos-nuevos {
    color: var(--button-color-primary);
}

hr#casino, hr#ruleta, hr#blackjack, hr#poker {
    background-color: #b85c1c;
}

span#casino, span#ruleta, span#blackjack, span#poker {
    color: #b85c1c;
}

hr#mesas-en-vivo, hr#baccarat-en-vivo, hr#ruleta-en-vivo, hr#poker-en-vivo, hr#blackjack-en-vivo {
    background-color: #00c100;
}

span#mesas-en-vivo, span#baccarat-en-vivo, span#ruleta-en-vivo, span#poker-en-vivo, span#blackjack-en-vivo {
    color: #00c100;
}

hr#bingo {
    background-color: #0090b9;
}

hr#virtual-sports {
    background-color: #04817b;
}

.kwicks span#slots {
    color: var(--button-color-primary);
}

.kwicks span#casino {
    color: #bb11b9;
}

.kwicks span#mesas_en_vivo {
    color: #00c100;
}

.kwicks span#bingo {
    color: #0090b9;
}

.kwicks span#virtual-sports {
    color: #04817b;
}

.ico-t {
    position: absolute;
    bottom: 0;
    right: 4px;
}

.fadeIn {
    opacity: 0;
    filter: alpha(opacity=0);
}
/* --------------------------------------------------------------
Guia registro
-------------------------------------------------------------- */
#registersteps {
    position: relative;
    width: 100%;
}

    #registersteps > ul {
        height: 112px;
        width: 960px;
    }

    #registersteps h3 {
        width: 230px;
        color: #fff;
        font-size: 15px;
        float: left;
        padding: 44px 0 0 0;
    }

        #registersteps h3 a {
            color: #fff;
            text-decoration: none;
        }

        #registersteps h3 span {
            display: block;
            color: #6f6f6f;
            font-size: 11px;
            font-family: var(--fontFamily);
            line-height: 150%;
            text-transform: none;
            padding: 5px 0 0 0;
            width: 220px;
        }

    #registersteps ul {
        text-align: center;
    }

    #registersteps li {
        list-style: none;
        display: inline-block;
        width: 17%;
        height: 110px;
        margin: 0 3px 0 3px;
        position: inherit;
        background-color: var(--color-primario);
        border-radius: 0px;
    }

        #registersteps li .ico {
            width: 120px;
            height: 125px;
            left: 20px;
        }

#steps li.current .ico {
}

#steps li .ico span {
    left: 29px;
    top: 59px;
    display: block;
    padding-top: 20px;
}

#registersteps ul li .descript-absolut {
    color: #DDDDDD;
    font-size: 13px;
    left: 0;
    padding: 42px 0 0;
    position: absolute;
    top: 0;
    width: 262px;
}

    #registersteps ul li .descript-absolut .titte-pasos {
        color: #E13737;
        text-decoration: none;
    }

    #registersteps ul li .descript-absolut span {
        color: #b5b5b5;
        display: block;
        font-family: var(--fontFamily);
        font-size: 12px;
        line-height: 16px;
        padding: 5px 0 0;
        text-transform: none;
        width: 270px;
        letter-spacing: 0px;
        text-align: justify;
        font-weight: normal;
    }

#registersteps ul li span span img {
    border: medium none;
    display: block;
    height: 65px;
    width: 64px;
    margin-left: 40px;
    margin-top: 15px;
}

#registersteps ul li span span #imgPasoCuatroOff {
    display: block;
    height: 100px;
    width: 90px;
    margin: auto;
    margin-top: 15px;
}

#registersteps li .paso {
    top: 0;
    left: 46px;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    z-index: 2;
}

#registersteps ul li div span.light {
    color: #fff;
    font-size: 20px;
}

#registersteps ul li div span.reddish {
    color: var(--color-acento);
    font-size: 20px;
}

#registersteps .centerspan {
    text-align: center;
    margin-top: 5px;
}

#registersteps ul li h4 {
    font-size: 50px;
    font-weight: normal;
    margin-top: 8px
}

#registersteps li h4, #registersteps li span {
    bottom: 1px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

#registersteps hr {
    position: absolute;
    display: inline-flex;
    border: 2.5px solid #b5b5b5;
    height: 80px;
    border-radius: 55px;
    left: 320px;
    top: 25px;
}
/* --------------------------------------------------------------
Guia Promociones
-------------------------------------------------------------- */
#steps {
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

    #steps h3 {
        width: 230px;
        color: #fff;
        font-size: 15px;
        float: left;
        padding: 44px 0 0 0;
    }

        #steps h3 a {
            color: #fff;
            text-decoration: none;
        }

        #steps h3 span {
            display: block;
            color: #6f6f6f;
            font-size: 11px;
            font-family: var(--fontFamily);
            line-height: 150%;
            text-transform: none;
            padding: 5px 0 0 0;
            width: 220px;
        }

    #steps ul {
        /*float: right;*/
        /*background: url("img/ico/barra.png") no-repeat scroll 65px 55px transparent;*/
    }

    #steps li {
        list-style: none;
        float: left;
        width: 314px;
        height: 167px;
        margin: 0 9px 0 0;
        position: inherit;
        background-color: var(--color-acento);
        border-radius: 0;
    }

    #steps ul li.item-3 {
        margin: 0;
    }


    #steps li .ico {
        width: 120px;
        height: 125px;
        left: 20px;
    }

    #steps li.current .ico {
    }

    #steps li .ico span {
        left: 29px;
        top: 59px;
        display: block;
        padding-top: 20px;
    }

    #steps ul li .descript-absolut {
        color: #DDDDDD;
        font-size: 13px;
        left: 0;
        padding: 42px 0 0;
        position: absolute;
        top: 0;
        width: 262px;
    }

        #steps ul li .descript-absolut .titte-pasos {
            color: #E13737;
            text-decoration: none;
        }

        #steps ul li .descript-absolut span {
            color: #b5b5b5;
            display: block;
            font-family: var(--fontFamily);
            font-size: 12px;
            line-height: 16px;
            padding: 5px 0 0;
            text-transform: none;
            width: 270px;
            letter-spacing: 0px;
            text-align: justify;
            font-weight: normal;
        }

    #steps ul li span span img {
        border: medium none;
        display: block;
        height: 65px;
        width: 64px;
        margin-left: 40px;
        margin-top: 15px;
    }

    #steps ul li span span #imgPasoCuatroOff {
        display: block;
        height: 100px;
        width: 90px;
        margin: auto;
        margin-top: 15px;
    }

    #steps li .paso {
        top: 0;
        left: 46px;
        display: block;
        width: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        z-index: 2;
    }

    #steps ul li div span.light {
        color: #fafafa;
        font-size: 20px;
    }

    #steps ul li div span.reddish {
        color: var(--color-primario);
        font-size: 20px;
    }

.centerspan {
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0 20px;
}

#steps ul li h4 {
    font-size: 96px;
    font-weight: normal;
}

#steps li h4, #steps li span {
    font-family: var(--fontFamily);
    bottom: 1px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fafafa;
}

#steps hr {
    position: absolute;
    display: inline-flex;
    border: 2.5px solid #b5b5b5;
    height: 80px;
    border-radius: 55px;
    left: 320px;
    top: 25px;
}

#uljoin {
    background: var(--color-fondo);
    display: inline-flex;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border-radius: 9px;
}

#btnjoin {
    display: flow-root;
    text-align: center;
    list-style: none;
    width: 100%;
    position: inherit;
}

#termcondi > ul {
    display: inherit;
    background: none;
    margin-top: 10px;
}

#promociones > div > ul > li > span {
    text-transform: uppercase;
    font-family: var(--fontFamily);
    height: 50px;
    font-size: 15px;
    color: #FFFFFF;
    height: 21px;
    line-height: 40px;
    padding: 5px 24px 5px 24px;
    cursor: pointer;
}

    #promociones > div > ul > li > span > a {
        color: var(--color-acento);
    }

        #promociones > div > ul > li > span > a:hover {
            text-decoration: none;
        }

#cssbonusdisplay {
    display: block;
    margin: auto;
    width: 960px
}

#termcondi {
    padding: 1% 6% 3%;
}

.cssbonusnodisplay {
    display: none !important;
}

element.style {
    display: block;
}
/* --------------------------------------------------------------
PASOS REGISTRO
-------------------------------------------------------------- */
#pasos {
    clear: both;
    float: left;
    margin: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
    width: 960px;
    background: var(--color-fondo-resaltado);
}

    #pasos h3 {
        width: 230px;
        color: #fff;
        font-size: 15px;
        float: left;
        padding: 44px 0 0 0;
    }

        #pasos h3 a {
            color: #fff;
            text-decoration: none;
        }

        #pasos h3 span {
            display: block;
            color: #6f6f6f;
            font-size: 11px;
            font-family: var(--fontFamily);
            line-height: 150%;
            text-transform: none;
            padding: 5px 0 0 0;
            width: 220px;
        }

    #pasos ul {
        float: right;
        /*background: url("img/ico/barra.png") no-repeat scroll 65px 55px transparent;*/
    }

    #pasos li {
        list-style: none;
        float: left;
        width: 132px;
        margin: 0 -28px 0 94px;
        position: inherit;
        margin-right: 13px;
    }



        #pasos li .ico {
            width: 120px;
            height: 100px;
            left: 20px;
        }

        #pasos li.current .ico {
        }

        #pasos li .ico span {
            left: 29px;
            top: 59px;
            display: block;
            /*padding-top: 10px;*/
        }

    #pasos ul li .descript-absolut {
        color: #DDDDDD;
        font-size: 13px;
        left: 0;
        padding: 20px 0 0;
        position: absolute;
        top: 0;
        width: 262px;
    }

        #pasos ul li .descript-absolut .titte-pasos {
            color: var(--color-primario);
            text-decoration: none;
            padding: 0px 25px;
        }

        #pasos ul li .descript-absolut span {
            color: var(--color-texto);
            display: block;
            font-family: var(--fontFamily);
            font-size: 12px;
            line-height: 16px;
            padding: 5px 25px 0;
            text-transform: none;
            width: 270px;
            letter-spacing: 0px;
            font-weight: normal;
        }

    #pasos ul li span span img {
        border: medium none;
        display: block;
        height: 65px;
        width: 64px;
        margin-left: 40px;
        margin-top: 15px;
    }

element.style {
    display: block;
}

#pasos ul li span span #imgPasoCuatroOff {
    display: block;
    height: 100px;
    width: 90px;
    margin: auto;
    margin-top: 15px;
}
/*#pasos .item-1 .ico span{width:40px;height:37px;background:url(img/ico/pasos.png) 0 -140px;}
			#pasos .item-2 .ico span{width:44px;height:45px;background:url(img/ico/pasos.png) -50px -134px;top:56px;}
			#pasos .item-3 .ico span{width:51px;height:39px;background:url(img/ico/pasos.png) -100px -140px;left:28px;}*/

#pasos li .paso {
    top: 0;
    left: 46px;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    z-index: 2;
    text-shadow: 1px 1px 0 #121212;
}

#pasos li h4 {
    font-family: var(--fontFamily);
    bottom: 1px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: var(--color-texto);
    padding: 0px 5px;
}

#pasos #horizontalBar {
    position: absolute;
    display: inline-flex;
    border: 2.0px solid #CDCDCD;
    background: var(--color-fondo-resaltado);
    height: 80px;
    border-radius: 210px;
    left: 320px;
    top: 25px;
}


#pasos .vertialBar {
    border: 2.0px solid var(--color-fondo-resaltado);
    background: var(--color-fondo-resaltado);
    width: 96px;
    margin-left: 34px;
    border-radius: 210px;
}

#pasos .separadoVertical {
    list-style: none;
    float: left;
    width: 31px;
    height: 90px;
    margin: 40px 0 0 -40px;
    position: inherit;
}





/* --------------------------------------------------------------
REGISTRO PASO3
-------------------------------------------------------------- */
.reg03 h2.fb {
    clear: both;
    color: #FFFFFF;
    float: left;
    margin: 0 6px -180px 0;
    padding: 14px 317px 192px 8px;
    width: 635px;
    background: none repeat scroll 0 0 var(--button-color-primary);
    color: #FFDB7B;
    font-family: var(--fontFamily);
    font-size: 20px;
    height: 19px;
}

.fake-form {
    background: none repeat scroll 0 0 #222222;
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 960px;
}

.reg03 .ico-line {
    display: none;
}

.ico-ok {
    float: left;
    width: 94px;
    height: 70px;
    background: url(img/ico/ico2.png) 0 -130px;
    margin: 0 17px 0 0;
}

.fake-form h3 {
    font-size: 12px;
    font-weight: bold;
    font-family: var(--fontFamily);
    color: #666;
    line-height: 160%;
    float: left;
}

.fake-form .btn {
    top: 20px;
}

.fake-form .reg3-container {
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .fake-form .reg3-container .reg3-head h3 {
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

.flag-tag {
    display: none;
}

.form.reg3 {
    border: 0 none;
}

    .form.reg3 .fake-form h3 {
        float: none;
        font-size: 13px;
    }

    .form.reg3 .fake-form a {
        color: #999;
    }

.ico-ok {
    float: left;
    width: 400px;
    height: 30px;
    background: url(img/ico/ico-ok.png) 0 0px;
    margin: 30px 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-left: 60px;
    line-height: 30px;
}

.ico-wrong {
    float: left;
    width: 400px;
    height: 30px;
    background: url(img/ico/ico-wrong.png) 0 0px;
    margin: 30px 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-left: 60px;
    line-height: 30px;
}

.fake-form h3 {
    font-size: 12px;
    font-weight: bold;
    font-family: var(--fontFamily);
    color: #333;
    line-height: 160%;
    float: left;
}

    .fake-form h3 span {
        display: block;
        text-align: justify;
        padding: 5px 10px;
    }

.fake-form .btn {
    top: 20px;
}

.reg03 #tip {
    color: #333;
    float: left;
    font-size: 11px;
    line-height: 120%;
    margin-top: 0;
    position: relative;
    text-decoration: none;
}

.form.reg3 .fake-form {
    background-color: #FFFFFF;
    padding-bottom: 32px;
    margin-bottom: -3px;
    /*border: 1px solid #DDD;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(200, 210, 230, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -moz-linear-gradient(top, rgba(200, 210, 230, 1) 0%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top, rgba(200, 210, 230, 1) 0%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(200, 210, 230, 1) 0%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(200, 210, 230, 1) 0%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to top, rgba(200, 210, 230, 1) 0%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acacac',endColorstr='#131313',GradientType=0);*/
}

    .form.reg3 .fake-form h3 {
        float: none;
        font-size: 13px;
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    }

    .form.reg3 .fake-form a {
        color: #666;
    }

.horizontal-gradient-separator {
    float: none;
    background: #eee;
    height: 0px;
    border-top: 0;
}
/* --------------------------------------------------------------
BLOQUES SIDEBAR
-------------------------------------------------------------- */
.sidebar .block {
}

#registro {
    height: 80px;
    background: none repeat scroll 0 0 transparent;
    margin: 0 0 24px;
}

    #registro div {
        margin: -12px 0 0 -5px;
        padding: 10px 0 0;
        position: relative;
    }

    #registro h3 {
        font-size: 16px;
    }

        #registro h3 a {
            text-decoration: none;
            color: #969696;
        }

        #registro h3 span {
            display: block;
            font-size: 14px;
            color: #fff;
            text-transform: none;
            font-weight: normal;
            padding: 4px 0 0 0;
            position: relative;
            float: left;
        }

.banner-home {
    display: block;
    height: 250px;
    margin-left: -75px;
    width: 300px;
    margin-bottom: 15px;
}

    .banner-home div a {
        display: block;
        height: 250px;
        width: 300px;
    }

.ico-arrow {
    width: 4px;
    height: 7px;
    background: url(img/ico/ico.png) -185px 0;
}

#registro .ico-arrow {
    position: absolute;
    top: 8px;
    right: -9px;
}

.gecko #registro .ico-arrow {
    top: 9px;
}

.ico-line {
    border-left: 1px solid #525252;
    width: 2px;
}

    .ico-line span {
        display: block;
        width: 3px;
        height: 23px;
        background: #525252;
        position: absolute;
        top: 0;
        left: 0;
    }

#registro .ico-line {
    position: absolute;
    top: 21px;
    left: 16px;
    height: 48px;
}

#buscador {
    position: relative;
    height: 35px;
}

.loggedin #buscador {
    height: 32px;
    position: relative;
    top: 0;
}

#buscador input {
    background: #fafafa;
    font-size: 13px;
    height: 39px;
    padding: 3px 5px;
    margin: 1px 4px;
    border: solid 1px #cecece;
}

.demos-buscar input {
    margin: 6px 0 !important;
}

#buscador input::placeholder {
    color: #FFFFFF;
}

/*#buscador .glass {
    background: url("img/ico/ico.png") repeat scroll 0 -20px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 15px;
    width: 16px;
}*/

#buscador.demos-buscar {
    height: 46px;
    margin-bottom: 1em;
}

.ui-menu {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    max-height: 500px;
    margin-top: 6px;
    overflow: auto;
    z-index: 999 !important;
}

    .ui-menu .ui-menu-item {
        background: none repeat scroll 0 0 #eee !important;
        border-bottom: 1px solid #d3d3d3;
        font-size: 11px;
        height: 25px;
        overflow: hidden;
        text-indent: 55px;
    }

        .ui-menu .ui-menu-item:hover {
            border-bottom: 1px solid #3a3a3a;
            font-size: 11px;
            height: 24px;
            overflow: hidden;
            text-indent: 55px;
        }

        .ui-menu .ui-menu-item a:hover {
            border: none;
        }

        .ui-menu .ui-menu-item a {
            background: url("img/ico/play.png") no-repeat scroll 0 -22px transparent;
            padding-top: 5px;
        }

            .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
                background: url("img/ico/play.png") no-repeat scroll 1px 2px transparent;
                padding-top: 5px;
                cursor: pointer;
            }

#tip {
    height: 35px;
    position: relative;
    padding: 0 0 0 39px;
    margin: 0 0 30px 0;
}

.ico-tip {
    position: absolute;
    left: -50px;
    top: -3px;
    width: 58px;
    height: 35px;
    background: url(img/ico/ico.png) -195px 0;
}

#tip {
    color: #6F6F6F;
    float: right;
    font-size: 11px;
    line-height: 120%;
    z-index: 9;
    margin-top: 60px;
    position: relative;
    text-decoration: none;
    width: 192px;
}

    #tip span {
        font-size: 11px;
        color: #cd362e;
        text-transform: uppercase;
        font-weight: bold;
        left: -11px;
        float: left;
        margin-right: 5px;
    }

    #tip ul {
        width: 200px !important;
        list-style: none;
    }

    #tip li a {
        color: #6F6F6F;
    }

        #tip li a:hover, #tip li:hover {
            color: #FFFFFF;
        }

    #tip .tiper {
        display: inline;
        vertical-align: top;
    }

    #tip .ico-arrow {
        position: absolute;
        top: 17px;
        right: -9px;
    }

.gecko #tip .ico-arrow {
    top: 16px;
    right: 18px;
}

.loggedin #tip {
    position: absolute;
    right: 0;
    top: 275px;
    margin: 0;
}

#help {
    position: relative;
    height: 123px;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
}

    #help h3 {
        color: #C4C4C4;
        font-size: 18px;
        padding: 17px 0 0 0;
    }

        #help h3 span {
            display: block;
            padding-top: 3px;
        }

.contact {
    background: url("img/bg/price.png") no-repeat scroll left top transparent;
    position: relative;
    height: 123px;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
}

    .contact h3 {
        color: #C4C4C4;
        font-size: 18px;
        padding: 17px 0 0 0;
    }

        .contact h3 span {
            display: block;
            padding-top: 3px;
        }

    .contact a {
        color: #fff;
        font-size: 12px;
        display: inline-block;
        padding: 4px 0 0 0;
    }

    .contact .ico-arrow {
        top: 1px;
        margin-left: 2px;
    }

    .contact img {
        position: absolute;
        top: 0;
        right: -15px;
    }

    .contact .ico-line {
        height: 112px;
        position: absolute;
        top: 1px;
        left: 0;
    }

.sobre-rojo {
    background: url("img/bg/price.png") no-repeat scroll left top transparent;
    height: 63px;
    list-style: none outside none;
    margin-bottom: 22px;
    padding: 10px 0 0 10px;
    width: 195px;
    float: left;
}

    .sobre-rojo h3 {
        color: #C4C4C4;
        float: left;
        font-size: 18px;
        margin-top: -5px;
        padding: 0 0 0 10px;
        width: 135px;
    }

    .sobre-rojo img {
        float: left;
    }

    .sobre-rojo a {
        color: #FFFFFF;
        display: inline-block;
        font-size: 12px;
        padding: 4px 0 0 57px;
    }

    .sobre-rojo h3 span {
        display: block;
        padding-top: 3px;
    }

#help a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 0 0 0;
}

#help .ico-arrow {
    top: 1px;
    margin-left: 2px;
}

#help img {
    position: absolute;
    top: 0;
    right: -15px;
}

#help .ico-line {
    height: 112px;
    position: absolute;
    top: 1px;
    left: 0;
}



#prices ul {
    display: inline-flex;
    float: left;
    height: 62.75px;
    margin-top: 3px;
    padding: 16px 0;
    width: 739px;
}

.loggedin #prices ul {
    display: none;
}
/*.loggedin #prices
 {
    visibility: hidden;
}
.loggedin #pasos {
    visibility: hidden;
}*/

#prices {
    width: auto;
    border: solid 2px var(--color-acento);
    background: var(--color-fondo-resaltado);
}

#juegos #prices ul {
    width: auto;
}

#prices li {
    list-style: none;
    position: relative;
    color: var(--color-texto);
    height: 70px;
    margin-bottom: 22px;
    width: 235px;
    float: left;
    padding: 0 0 0 10px;
    display: inline-flex;
}

    #prices li:first-child {
        background: none repeat scroll 0 0 transparent;
    }

#prices .item-3 {
    margin: 0;
}


#prices li h4 {
    font-family: var(--fontFamily);
    font-size: 13px;
    padding: 10px 0 0 0;
    width: 140px;
}

#prices ul li h4 span {
    letter-spacing: 0;
    display: block;
    float: left;
    font-family: var(--fontFamily);
    font-size: 9px;
    line-height: 10px;
    margin-top: 5px;
    padding: 0;
    text-transform: none;
    width: 166px;
    opacity: 0.8;
}

#prices li img {
    max-width: 70px;
    max-height: 70px;
    float: left;
    margin: 0 5px 0 5px;
}

#prices li .value {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin-top: -9px;
    padding: 0 0 0 38px;
    text-transform: uppercase;
    width: 150px;
}

#prices li .ico {
    position: absolute;
    left: 14px;
}

#prices .item-1 .ico {
    width: 46px;
    height: 50px;
    top: 7px;
    background: url(img/ico/ico.png) -255px 0;
}

#prices .item-2 .ico {
    width: 52px;
    height: 49px;
    top: 10px;
    background: url(img/ico/ico.png) -305px -1px;
}

#prices .item-3 .ico {
    width: 41px;
    height: 40px;
    top: 10px;
    background: url(img/ico/ico.png) -365px 0;
    left: 16px;
}


.interna01 #prices ul {
    width: 100%;
    justify-content: space-evenly;
}

.interna01 .wide-block #prices li {
    width: 33%;
}
/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
#footer {
    margin: 0 0 0 0;
    padding: 25px 0 10px;
    background: var(--color-fondo);
    position: relative;
    z-index: 9;
}

    #footer .section {
        width: 960px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }

        #footer .section .logoImage a img {
            width: 112px;
            margin-top: 20px;
        }

#Redfooter {
    font-family: var(--fontFamily);
    background-color: var(--color-acento);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: white;
    text-align: center;
}

    #Redfooter span {
        line-height: 10px;
        vertical-align: middle;
        top: 6px;
        position: relative;
    }

#secondary {
    font-family: var(--fontFamily);
    display: inline;
    float: left;
    margin: 0;
}

    #secondary ul {
        display: inline-block;
        margin: -7px 30px 6px 6px;
    }

    #secondary li {
        list-style: none;
        margin-bottom: 10px;
        padding: 0 2px 0 2px;
        width: 100% !important;
        height: 10px;
    }

    #secondary img {
        display: none;
    }

        #secondary li a {
            color: #555;
            font-size: 11px;
        }

            #secondary li a:hover {
                color: var(--button-color-primary);
            }

.logo-pie {
    background: url("img/ico/logo-foot.png") no-repeat scroll 0 0 transparent;
    height: 120px;
    left: 0;
    position: absolute;
    top: 31px;
    width: 150px;
    display: block;
}

#social {
    text-align: center;
    padding: 12px;
    display: none;
}

    #social li {
        display: inline-block;
    }

    #social .item-0 {
        clear: both;
        float: none;
        padding-left: 3px;
    }

    #social h5 {
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        padding-bottom: 8px;
    }

    #social li .ico {
        display: block;
        height: 22px;
        width: 25px;
    }

    #social .item-1 .ico {
        background: url("img/ico/social-images.png") no-repeat scroll 7px 0 transparent;
    }

    #social .item-2 .ico {
        background: url("img/ico/social-images.png") no-repeat scroll -28px 0 transparent;
    }

    #social .item-3 .ico {
        background: url("img/ico/social-images.png") repeat scroll -63px 0 transparent;
    }

    #social .item-4 .ico {
        background: url("img/ico/social-images.png") no-repeat scroll -96px 0 transparent;
    }


.quick-links {
    float: left;
    margin: 0 15px;
}

    .quick-links ul {
        display: inline-block;
        margin: 6px 6px 6px 6px;
    }

    .quick-links .ul-1 {
    }

        .quick-links .ul-1 li {
            padding-left: 20px;
            position: relative;
            border: none;
            margin-bottom: 10px;
        }

        .quick-links .ul-1 .ico {
            width: 16px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .quick-links .chat .ico {
        background: url(img/ico/whatsappLogo.png);
        background-size: 16px;
    }

    .quick-links .tel .ico {
        background: url(img/ico/redphone.png);
        background-size: 16px;
    }

    .quick-links .mail .ico {
        background: url(img/ico/redmail.png);
        background-size: 16px;
        height: 15px;
    }

    .quick-links .face .ico {
        background: url(img/ico/ico.png) -185px -40px;
    }

    .quick-links p {
        clear: both;
        float: right;
        margin-top: 27px;
        display: none;
    }

    .quick-links li {
        color: var(--color-primario);
        font-size: 10px;
        font-weight: normal;
        height: 10px;
        list-style: none outside none;
        margin-bottom: 10px;
    }

        .quick-links li:first-child {
            border: medium none;
        }

        .quick-links li a {
            color: var(--color-texto);
            font-weight: normal;
            font-size: 11px;
        }

#clousure {
    background: none repeat scroll 0 0 #121212;
    bottom: 0;
    height: 44px;
    left: 0;
    padding-top: 9px;
    position: absolute;
    width: 100%;
    display: none;
}

    #clousure ul {
        margin: 0 auto;
        width: 985px;
    }

    #clousure li {
        float: left;
        list-style: none;
        margin-left: 10px;
    }

        #clousure li .ico {
            float: left;
            height: 42px;
            display: block;
        }

    #clousure .item-1 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll 0 0 transparent;
        width: 127px;
    }

    #clousure .item-2 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -152px 0 transparent;
        width: 138px;
    }

    #clousure .item-3 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -284px 0 transparent;
        width: 89px;
    }

    #clousure .item-4 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -376px 0 transparent;
        width: 100px;
    }

    #clousure .item-5 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -490px 0 transparent;
        width: 122px;
    }

    #clousure .item-6 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -627px 0 transparent;
        width: 137px;
    }

    #clousure .item-7 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -784px 0 transparent;
        width: 78px;
    }

    #clousure .item-8 .ico {
        background: url("img/ico/logo_operaciones_bw.png") no-repeat scroll -876px 0 transparent;
        width: 83px;
    }

    #clousure p {
        float: left;
        line-height: 25px;
    }

.img-vertical {
    display: block;
    text-align: center;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 5;
    width: 100%;
    height: 100px;
    margin: 0px;
}

#top-img .img-vertical .slide {
    position: relative;
}

    #top-img .img-vertical .slide img {
        position: relative;
        left: 5px;
        margin-left: 0;
        width: 990px;
    }

.logo-opmaster {
    display: inline-flex;
    text-align: center;
    margin-top: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    width: -moz-max-content;
    width: -ms-max-content;
    width: -webkit-max-content;
    width: intrinsic;
    width: -ie-max-content;
    width: 980px;
    justify-content: space-between;
}

    .logo-opmaster a {
        margin: 0 25px;
    }

.data-fiscal a {
    margin: 0 55px;
}

.address-opmaster {
    float: left;
    display: inline-block;
    margin-right: -64px;
    margin-left: 0px;
    margin-top: 7px;
}

    .address-opmaster h5 {
        color: var(--button-color-primary);
        font-size: 11px;
        /*margin: 0 0 5px 0;*/
        letter-spacing: 1px;
    }

    .address-opmaster p {
        color: #555;
        margin-bottom: 20px;
        line-height: 15px;
    }

#contenedor {
    display: table;
    width: 333px;
    text-align: left;
    margin: 0 auto;
}

    #contenedor #contenidos {
        display: table-row;
    }

#columna1 {
    /*text-align: right;*/
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0px;
}

#columna2 {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0px;
    font-family: var(--fontFamily);
}

#columna1 .img {
    width: 24px;
    height: 24px;
}

/* --------------------------------------------------------------
INTERNAS
-------------------------------------------------------------- */

#top-img .JoinNow {
    display: block;
    height: 58px;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 214px;
}

#top-img .Deposit {
    display: block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 89px;
    width: 214px;
}

#top-img .JoinNow .deporte {
    position: relative;
    right: 0;
    top: -22px;
}

#top-img .Deposit .deporte {
    position: relative;
    right: 0;
    top: -17px;
}

.n20-margin-bottom {
    margin-bottom: -37px !important;
}

    .n20-margin-bottom #prices ul {
        width: 100%;
    }


.wide-block-margin {
    margin: 0 0 0 0 !important;
}

.wide-block {
    clear: both;
    overflow: hidden;
    margin: 0 0 0 0;
}

    .wide-block #prices li {
        float: left;
        margin: 0 12px 0 0;
        height: 58px;
        width: 207px;
    }

        .wide-block #prices li img {
            float: left;
            margin: 1px 5px 0 0;
            width: 50px;
        }

        .wide-block #prices li:first-child {
            margin-right: 22px;
        }

        .wide-block #prices li:last-child {
            margin-right: 0; /*padding-left:65px;*/
        }

    .wide-block #prices .item-prices li h4 {
        padding-left: 56px;
        width: 180px;
    }

    .wide-block #prices li h4 {
        padding-top: 7px;
        /*color: #E13737;*/
        width: 239px;
    }

        .wide-block #prices li h4 span {
            width: 185px;
        }

            .wide-block #prices li h4 span a {
                color: #fff;
            }

    .wide-block #prices li .ico {
        top: 2px;
        left: 13px;
    }

#prices .item-0 .ico {
    width: 45px;
    height: 48px;
    background: url(img/ico/ico.png) -335px -57px;
}

.wide-block #prices li .value {
    font-size: 11px;
    padding-top: 4px;
}

.wide-block #prices li .tel {
    color: #6f6f6f;
    font-size: 14px;
    font-style: italic;
    padding: 2px 0 0 0;
    display: block;
}

/* --------------------------------------------------------------
FICHA pasador
-------------------------------------------------------------- */
#ficha .left {
    float: left;
    margin: 7px 30px 20px 0;
}

    #ficha .left .thumbs {
        padding: 30px 0 0 2px;
    }


.left .img-wrapper {
    background: none repeat scroll 0 0 transparent;
    /*border: 3px solid #353334;*/
    position: relative;
    border-radius: 17px;
    margin-left: 13px;
}

.images figure {
    float: left;
}

    .images figure img {
        height: 227px;
        width: 386px;
        border-radius: 17px
    }

.img-wrapper .ico {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.fig-left {
    background: url("img/ico/flecha-prev.png") repeat scroll 0 0 transparent;
    left: 12px;
}

.fig-right {
    background: url("img/ico/flecha-next.png") repeat scroll 0 0 transparent;
    right: 12px;
}

.fig-left:hover {
    opacity: 0.75;
}

.fig-right:hover {
    opacity: 0.75;
}
/*.fig-left{background:url(img/ico/ico.png) -335px -145px;left:12px;}
	.fig-right{background:url(img/ico/ico.png) -365px -145px;right:12px;}
	.fig-left:hover{background:url(img/ico/ico.png) -395px -145px;}
	.fig-right:hover{background:url(img/ico/ico.png) -425px -145px;}*/

.thumbs {
    padding: 10px 0 0 2px;
}

    .thumbs img {
        background: none repeat scroll 0 0 transparent;
        /*border: 2px solid #6B6B6B;*/
        border-radius: 3px 3px 3px 3px;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        margin: 0 19px 0 0;
        padding: 0;
        position: relative;
        width: 156px;
        height: 92px;
        border-radius: 12px;
    }

        .thumbs img:last-child {
            margin: 0;
        }

        .thumbs img.selected {
            background: none repeat scroll 0 0 transparent;
            /*border: 2px solid #E03838;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 2px 2px 7px gray;*/
            cursor: default;
        }

        .thumbs img:hover, .thumbs img.selected {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            /* ReSharper disable CssNotResolved */
            -webkit-filter: grayscale(0);
        }
/* ReSharper restore CssNotResolved */

#details #top-img {
    text-align: center;
}

    #details #top-img .img-center {
        left: 0;
        margin-left: 0;
        position: relative;
    }

#ficha {
    float: left;
    padding: 0;
    background: #E7E7E7;
}

    #ficha .also {
        border: medium none;
        padding: 0;
        width: 960px;
    }

    #ficha .top {
        clear: both;
        float: left;
        margin: 0 30px 0 0;
        padding: 15px 0 0;
        width: 665px;
    }

        #ficha .top h3 {
            color: var(--color-primario);
            font-family: var(--fontFamily);
            font-size: 20px;
            font-weight: normal;
            height: 19px;
            overflow: hidden;
            padding: 0;
            margin-left: 16px;
        }

.section .top-demo {
    clear: both;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    top: -1px;
    width: 703px;
    z-index: 1;
}

    .section .top-demo h3 {
        color: var(--color-primario);
        font-family: var(--fontFamilyBold);
        font-size: 20px;
        font-weight: normal;
        height: 19px;
        /*letter-spacing: 3px;*/
        opacity: 0.8;
        overflow: hidden;
        padding: 0 25px;
        margin-top: 14px;
    }

#ficha .also #buscador {
    float: right;
    height: 30px;
    margin: 0;
    padding: 0;
}

    #ficha .also #buscador input {
        margin-right: 16px;
    }

    #ficha .also #buscador .glass {
        top: 7px;
    }

#ficha .right {
    float: left;
}

#ficha #tip {
    margin: 5px 0 0;
}

.ficha h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 22px;
}

.ficha {
    margin: 8px 0;
    position: relative;
}

    .ficha ul {
        clear: both;
        overflow: hidden;
    }

.ie7 .ficha ul {
    padding-bottom: 18px;
}

.ficha li {
    list-style: none;
    width: 230px;
    float: left;
    position: relative;
    padding: 0;
    height: 41px;
    font-size: 13px;
    color: #717171;
    font-weight: bold;
    margin: 0 0 15px 0;
}

    .ficha li img {
        float: left;
        width: 55px;
    }

    .ficha li h5 {
        display: inline-block;
        float: left;
        padding-top: 10px;
        width: 155px;
    }

.ficha .item-2, .ficha .item-4 {
    padding-left: 51px;
    width: 181px;
}

.ficha li a {
    color: #717171;
}

.ficha li .ico {
    position: absolute;
    top: 0;
    left: 0;
}

.ficha .item-1 .ico, .ficha .item-3 .ico {
    width: 58px;
    height: 38px;
    background: url(img/ico/ico.png) -510px 0;
    top: 2px;
}

.ficha .item-2 .ico {
    width: 41px;
    height: 41px;
    background: url(img/ico/ico.png) -510px -45px;
}

.ficha .item-4 .ico {
    width: 37px;
    height: 43px;
    background: url(img/ico/ico.png) -560px -45px;
}

/*centrado vertical*/

.ficha h5 {
    display: table;
    height: 35px;
    position: relative;
    overflow: hidden;
    line-height: 130%;
}

    .ficha h5 a {
        display: table-cell;
        vertical-align: middle;
    }

.ie7 .ficha h5 a {
    position: absolute;
    top: 50%;
}

    .ie7 .ficha h5 a span {
        position: relative;
        top: -50%;
    }


.also h4 {
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    clear: both;
    color: var(--color-texto);
    float: left;
    margin: 0;
    padding: 10px 21px;
    position: relative;
    top: 24px;
    width: 260px;
    z-index: 9;
    font-size: 17px;
    font-weight: normal;
}

    .also h4 span {
        text-transform: none;
        display: block;
        color: #fff;
        font-size: 14px;
    }

.also .games-section .pane {
    overflow: visible;
    position: relative;
    width: 812px;
    margin: auto;
}

.also .games-section .panes {
    background: none repeat scroll 0 0 #E7E7E7;
    padding: 1.7em 0;
    margin-top: 10px;
    border-radius: 0 !important;
    margin-bottom: 40px;
}

.full-width {
    padding-top: 20px;
}

.ficha-popular .panes {
    background: none repeat scroll 0 0 #303030 !important;
    padding: 14px 10px 14px 20px !important;
    border-radius: 0 5px 5px 5px !important;
}

.ficha-popular ul {
}

.ficha-popular .tabs li {
    background: none repeat scroll 0 0 #282627;
    /*letter-spacing: 2px;*/
}

.ficha-popular ul li.current {
    box-shadow: none;
    position: relative;
    top: 9px;
    z-index: 2;
    border-bottom: none;
    background: none repeat scroll 0 0 #303030;
}

.ficha-popular .panes .top-game h4 {
    color: #BF3232;
    float: left;
    font-family: var(--fontFamily);
    font-size: 21px;
    /*letter-spacing: 3px;*/
    line-height: 33px;
    margin: 0 14px 0 0;
    opacity: 0.9;
    text-transform: uppercase;
}

.ficha-popular ol li a {
    background: none repeat scroll 0 0 #C73333;
    border-radius: 20px;
    color: #FFFFFF !important;
    font-size: 9px !important;
    font-weight: bold;
    height: 13px;
    line-height: 12px !important;
    margin-top: -5px;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 75px;
}

#ficha-bottom {
    clear: both;
    margin: 0 0 0;
    overflow: hidden;
    padding-top: 0;
}

    #ficha-bottom .full-bottom {
        float: left;
    }

    #ficha-bottom .bigger-btn {
        box-shadow: none;
        float: left;
        font-size: 24px;
        font-weight: normal;
        /*letter-spacing: 3px;*/
        padding: 0;
        width: 164px;
        font-family: var(--fontFamily);
        text-align: center;
        height: 50px;
        border-radius: 2px;
        line-height: 0;
        margin: 0 10px 0 1px;
    }

        #ficha-bottom .bigger-btn.fichauno {
            background: var(--color-acento);
        }

        #ficha-bottom .bigger-btn.fichados {
            background: var(--color-acento);
        }

        #ficha-bottom .bigger-btn.fichtres {
            background: #666;
        }


        #ficha-bottom .bigger-btn.fichados .play-for-fun.play, #ficha-bottom .bigger-btn.fichauno .play-cash.play {
            line-height: 36px;
            display: inline-block;
            width: 100%;
            height: 30px;
            text-align: center;
        }

        #ficha-bottom .bigger-btn.fichados .play-for-fun.now, #ficha-bottom .bigger-btn.fichauno .play-cash.now {
            font-size: 13px;
            display: inline-block;
            line-height: normal;
            width: 100%;
            text-align: center;
        }

        #ficha-bottom .bigger-btn.fichtres .tutorial {
            line-height: 50px;
            display: inline-block;
            width: 100%;
            text-align: center;
        }


        #ficha-bottom .bigger-btn.fichauno:hover {
            /*background: url("img/ico/btn-ficha.png") repeat scroll 177px 0 transparent;*/
        }

        #ficha-bottom .bigger-btn.fichados:hover {
            /*background: url("img/ico/btn-ficha.png") repeat scroll 176px -99px transparent;*/
        }

        #ficha-bottom .bigger-btn.fichtres:hover {
            /*background: url("img/ico/btn-ficha.png") repeat scroll 176px 95px transparent;*/
        }

    #ficha-bottom ul {
        width: 507px;
    }

    #ficha-bottom li {
        list-style: none;
        float: left;
        margin: 0 10px 0 0;
    }

    #ficha-bottom #tip {
        bottom: -90px;
        padding: 10px 0 0 39px;
        position: absolute;
        width: 500px;
    }

        #ficha-bottom #tip a {
            display: inline-block;
        }

        #ficha-bottom #tip .ico-arrow {
            top: 10px;
        }

        #ficha-bottom #tip ul {
            list-style: none outside none;
            width: 265px !important;
        }

            #ficha-bottom #tip ul li {
                font-size: 11px;
                font-weight: normal;
                padding-left: 10px;
                width: 250px;
            }


.tabs {
    height: 56px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fafafa;
    clear: both;
    /*font-weight: bold;*/
    width: 100%;
    display: flex;
    margin-top: -2px;
}

#section-users .tabs {
    width: 75%;
}

.tabs li {
    flex: 1 0 10%;
    float: left;
    list-style: none;
    cursor: pointer;
    position: relative;
    top: 9px;
    background: var(--color-acento);
    border-bottom: 0;
    height: auto;
    line-height: 0;
    margin-left: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

    .tabs li:first-child {
        margin-left: 0;
    }

    .tabs li:hover {
        color: #fff;
    }

    .tabs li.current {
        font-family: var(--fontFamilyBold);
        cursor: default;
        padding: 0 14px;
        height: inherit;
        line-height: 34px;
        font-size: 13px;
        font-weight: normal;
        background: var(--color-fondo);
    }

.panes {
    clear: both;
    overflow: hidden;
    padding: 27px 25px;
}

.ie7 .panes {
    padding-bottom: 0;
}
/*.panes .pane{display:none;}*/
#topgames {
    width: 960px;
    margin: 30px 0;
}

    #topgames .panes {
    }

    #topgames ol {
        float: left;
        margin-right: 38px;
        width: 265px;
    }

        #topgames ol li {
            background: none repeat scroll 0 0 #181818;
            border-radius: 25px 25px 25px 25px;
            display: list-item;
            height: 16px;
            left: -5px;
            list-style: none outside none;
            margin: 10px 3px 0;
            overflow: hidden;
            padding-bottom: 5px;
            position: relative;
            width: 283px;
            padding-bottom: 5px;
        }

            #topgames ol li span {
                line-height: 10px;
                color: #FFFFFF;
                display: inline-block;
                font-size: 15px;
                font-weight: bold;
                left: 9px;
                text-align: center;
                width: 15px;
            }

            #topgames ol li:last-child {
                border: none;
            }

.top-game {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

    .top-game a {
        background: none repeat scroll 0 0 #C73333;
        border-radius: 7px 7px 7px 7px;
        color: #DDDDDD !important;
        font-size: 12px !important;
        font-weight: bold;
        height: 20px;
        line-height: 20px !important;
        margin: 7px 3px;
        opacity: 0.9;
        padding: 0 12px;
        text-decoration: none !important;
        text-indent: 0;
    }

.full-width .top-game span {
    background: none repeat scroll 0 0 #181818;
    border-radius: 27px 27px 27px 27px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    line-height: 36px;
    margin: 0 7px 0 0;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
    width: 35px;
}

.full-width h4 {
    float: left;
    line-height: 48px;
    font-size: 23px;
    color: #bf3232;
    margin: 0 14px 0 0;
}

.full-width .pane a {
    font-size: 13px;
    color: #7d7d7d;
    text-decoration: underline;
    float: left;
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase;
}

    .full-width .pane a:hover {
        text-decoration: none;
    }

.pane {
    clear: both;
    overflow: hidden;
    width: 960px;
}

.full-width .pane ul {
    float: left;
    width: 100%;
    padding: 3px 18px 0 0;
    border-right: 1px solid #323232;
    height: 60px;
    margin: 0 22px 0 0;
}

    .full-width .pane ul:last-child {
        border: 0;
        padding-right: 0;
        margin: 0;
    }

.full-width .pane li {
    background: url("img/ico/barra-listado2.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 25px;
    left: -35px;
    list-style: none outside none;
    margin: 0 20px;
    overflow: hidden;
    padding: 9px 3px 0 13px;
    position: relative;
    width: 260px;
}

    .full-width .pane li span {
        color: #9B9B9B;
        font-size: 16px;
        float: left;
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }

    .full-width .pane li h5 {
        color: #FFFFFF;
        float: left;
        font-size: 12px;
        font-weight: bold;
        height: 13px;
        overflow: hidden;
        position: relative;
        right: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 136px;
    }

    .full-width .pane li a {
        float: right;
        line-height: 100%;
        position: relative;
        right: 15px;
        font-size: 8px;
        top: 4px;
    }

.wide-ad {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid #2a2a2a;
    background: #222;
    display: none;
}

#tutorial {
    background: none repeat scroll 0 0 #313030;
    border-radius: 10px 10px 10px 10px;
    border: none;
    padding: 0;
    width: 700px;
    height: 440px;
    position: relative;
    padding-bottom: 20px;
}

    #tutorial .container {
        background: none repeat scroll 0 0 #FBFBFB;
        border: 1px solid #EBEAEA;
        border-radius: 8px 8px 8px 8px;
        height: 408px;
        margin: 10px 11px;
        min-height: 150px;
        padding: 0 5px;
        width: 666px;
    }

        #tutorial .container .modalBoxInt {
            height: 381px;
            margin: 10px 0;
            overflow: auto;
            padding: 0 15px;
            text-align: justify;
        }

    #tutorial .close {
        background: none repeat scroll 0 0 var(--color-acento);
        border-radius: 5px 5px 0 0;
        color: #FFFFFF !important;
        display: block;
        height: 26px;
        cursor: default;
    }

        #tutorial .close:hover {
            text-decoration: none;
        }

        #tutorial .close img {
            border: 0 none;
            cursor: pointer;
            height: 23px;
            position: absolute;
            right: 0;
            top: 2px;
            width: 23px;
        }

        #tutorial .close span {
            color: #FFFFFF;
            cursor: default;
            display: block;
            font-family: var(--fontFamily);
            font-size: 13px;
            margin: 0 0 3px;
            padding: 7px 10px;
            text-align: left;
            text-transform: uppercase;
        }

    #tutorial h3 {
        color: #E13737;
        font-size: 18px;
        margin: 10px 0;
    }

    #tutorial p {
        color: #333333;
        font-size: 12px;
        text-align: justify;
        line-height: 24px;
    }

.launch-chrome {
}

    .launch-chrome a {
    }

.launch-chrome {
}

/* --------------------------------------------------------------
HOME USUARIO LOGUEADO
-------------------------------------------------------------- */
.top-user {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.games-section {
    display: block;
    float: left;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

    .games-section.cssTabNotAuthorized .carousel .mask {
        overflow: hidden;
        position: relative;
    }

    .games-section.tabs li {
        padding: 0 11px;
    }

        .games-section .tabs li.current {
            padding: 0 14px;
            background: var(--color-acento-resaltado);
        }

#section-users.games-section {
    width: 100%;
    background: #e9e9e9;
}

.games-section .panes {
    background: none repeat scroll 0 0 #000000;
    padding: 10px;
    position: relative;
}

.games-section .pane {
    position: relative;
    overflow: visible;
    width: auto;
}

.games-section .item-game h3 {
    color: var(--color-acento);
    font-size: 12px !important;
    font-weight: bold;
    height: 13px;
    overflow: hidden;
    padding: 2px 0 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 155px;
}

.slide-game, .slide-game2, .slide-game3 {
    margin-left: -4px !important;
}

#section-users #divTab {
    background: var(--color-fondo);
    padding: 10px 0;
    width: 100%;
}

    #section-users #divTab .item-game h3 {
        display: none;
    }

    #section-users #divTab .item-game img {
        max-height: 142px;
        max-width: 168px;
    }

    #section-users #divTab .item-game:hover img {
        display: inline-block;
        position: initial;
        left: 0;
        top: 0;
    }

    #section-users #divTab .item-game {
    }

    #section-users #divTab .carouselul {
        left: 0px;
        width: 100%;
        height: 100%;
        padding-top: 2px;
    }

    #section-users #divTab .carousel .mask {
        position: relative;
        display: block;
        width: 90%;
        margin: auto;
        min-height: 148px;
    }

#section-users .pane {
    width: 100%;
}

#section-users #divTab .prev {
    background: url("img/ico/pager-prev.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 10px;
    overflow: visible;
    width: 24px;
    top: 55px !important;
}

#section-users #divTab .next {
    background: url("img/ico/pager-next.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    overflow: visible;
    right: 10px;
    width: 24px;
    top: 55px !important;
}

#section-users #divTab .prev.disabled {
    background: url("img/ico/pager-prev-disabled.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 10px;
    overflow: visible;
    width: 24px;
    top: 55px !important;
    opacity: 1;
    margin: auto 0;
    padding: 0;
}

#section-users #divTab .next.disabled {
    background: url("img/ico/pager-next-disabled.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    overflow: visible;
    right: 10px;
    width: 24px;
    top: 55px !important;
    opacity: 1;
    margin: auto 0;
    padding: 0;
}

#section-users #divTab .play-again:hover {
    height: 100%;
    left: 0;
    width: 100%;
    border-radius: 3px;
}


#section-users .tabs li.current {
    background: var(--color-acento-resaltado);
}

#section-users .tabs li {
    background: none repeat scroll 0 0 var(--color-acento);
    border: 0 none;
    box-shadow: none;
    color: #FFF;
    height: 50px;
    left: 0;
    line-height: 37px;
    /*letter-spacing: 3px;*/
    text-align: center;
    top: 6px;
    width: 150px;
}



/* Override*/
.slots-home #section-users .tabs li {
    text-indent: 15px;
    text-align: left;
    width: 60%;
    background: none;
    color: var(--color-primario);
    font-family: var(--fontFamilyBold);
    font-size: 22px;
    font-weight: normal;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    padding: 0;
    display: block;
}


/* Override*/

.item-game {
}

    .item-game img {
        background: none repeat scroll 0 0 transparent;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 0;
        margin: 0;
        border-radius: 17px 17px 17px 17px;
        transition: .3s cubic-bezier(0.67, 0.18, 0.25, 1);
    }

    .item-game h3 {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 0 0 0 4px;
    }

        .item-game h3 a {
            display: block;
            color: #8e8e8e;
            font-size: 11px;
            font-weight: normal;
            padding: 4px 0 0 0;
        }




.ico-bt {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 72px;
    cursor: pointer;
    z-index: 5;
}

.left-game, .left-game2, .left-game3 {
    background: url("img/ico/botons-left-right.png") no-repeat scroll 6px 4px transparent;
    right: -27px;
}

.right-game, .right-game2, .right-game3 {
    background: url("img/ico/botons-left-right.png") no-repeat scroll -15px 4px transparent;
    right: -31px;
}
/*.left-game, .left-game2, .left-game3{background:url(img/ico/ico.png) -335px -145px;right:-30px;}
	.right-game, .right-game2, .right-game3{background:url(img/ico/ico.png) -365px -145px;right:-30px;}
	.left-game:hover, .left-game2:hover, .left-game3:hover{background:url(img/ico/ico.png) -395px -145px;}
	.right-game:hover, .right-game2:hover, .right-game3:hover{background:url(img/ico/ico.png) -425px -145px;}*/



.also .games-section .panes .slide-SuggestedGamesTab .left-game {
    left: -40px;
    top: 60px !important;
}

.also .games-section .panes .slide-SuggestedGamesTab .right-game {
    right: -40px;
    top: 60px !important;
}

.slide-RelatedGamesTab .left-game {
    left: -45px;
    top: 60px !important;
}

.slide-RelatedGamesTab .right-game {
    right: -45px;
    top: 60px !important;
}

.also .games-section {
    width: 100%;
    top: 25px;
}

    .also .games-section .panes .ico-bt {
        width: 25px;
        height: 26px;
        position: absolute;
        top: 72px;
        cursor: pointer;
        z-index: 21;
    }

    .also .games-section .panes .left-game, .left-game2, .left-game3 {
        background: url("img/ico/pager-prev.png") no-repeat scroll 0 0 transparent;
    }

    .also .games-section .panes .right-game, .right-game2, .right-game3 {
        background: url("img/ico/pager-next.png") no-repeat scroll 0 0 transparent;
    }

    .also .games-section .panes .left-game:hover, .left-game2:hover, .left-game3:hover {
        background: url("img/ico/pager-prev.png") no-repeat scroll 0 0 transparent;
    }

    .also .games-section .panes .right-game:hover, .right-game2:hover, .right-game3:hover {
        background: url("img/ico/pager-next.png") no-repeat scroll 0 0 transparent;
    }

    .also .games-section .panes .slide-RelatedGamesTab .left-game {
        left: -40px;
        top: 60px !important;
    }

    .also .games-section .panes .slide-RelatedGamesTab .right-game {
        right: -40px;
        top: 60px !important;
    }

#section-verticals.cssTabAuthorized .left-game, #section-verticals.cssTabAuthorized .left-game2, #section-verticals.cssTabAuthorized .left-game3 {
    left: 0;
}

    #section-verticals.cssTabAuthorized .left-game:hover, #section-verticals.cssTabAuthorized .left-game2:hover, #section-verticals.cssTabAuthorized .left-game3:hover {
    }

#section-verticals.cssTabNotAuthorized .left-game, #section-verticals.cssTabNotAuthorized .left-game2, #section-verticals.cssTabNotAuthorized .left-game3 {
    left: 15px;
}

    #section-verticals.cssTabNotAuthorized .left-game:hover, #section-verticals.cssTabNotAuthorized .left-game2:hover, #section-verticals.cssTabNotAuthorized .left-game3:hover {
        left: 15px;
    }

#section-verticals.cssTabAuthorized .carousel .mask {
    left: 22px;
}

#section-verticals.cssTabAuthorized .right-game {
    right: -41px;
}

.info-game {
    background: url("img/bg/black.png") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #D62828;
    font-size: 11px;
    font-weight: bold;
    height: 110px;
    left: 5px;
    padding: 30px 0 0 20px;
    position: absolute;
    top: 1px;
    width: 140px;
    z-index: 1;
}

    .info-game li {
        list-style: none;
        padding-left: 32px;
        height: 19px;
        position: relative;
        line-height: 19px;
        margin: 0 0 8px;
    }

    .info-game .ico {
        width: 25px;
        height: 19px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .info-game .item-1 .ico {
        background: url(img/ico/ico.png) -492px -188px;
    }

    .info-game .item-2 .ico {
        background: url(img/ico/ico.png) -492px -212px;
    }

    .info-game .item-3 .ico {
        background: url(img/ico/ico.png) -492px -238px;
    }

.half-ad {
    width: 300px;
    height: 250px;
    float: right;
    border: 1px solid #2a2a2a;
    background: #222;
}

.top-user #tip {
    padding-top: 3px;
    float: right;
    margin: 0 45px 0 0;
}

    .top-user #tip .ico {
        top: -3px;
    }

    .top-user #tip a {
        line-height: 26px;
        display: inline-block;
    }

    .top-user #tip .ico-arrow {
        top: 10px;
    }

/* --------------------------------------------------------------
CASINO LOGUEADO
-------------------------------------------------------------- */

.casino #page {
    margin-top: 10px;
}

.games-cat .kwicks li .play {
    background: url(img/ico/ico2.png);
    width: 98px;
    height: 98px;
    top: 125px;
    left: 95px;
}

.games-cat .kwicks > li h4 {
    height: 74px;
}

    .games-cat .kwicks > li h4 span.fadeIn {
        font-size: 18px;
    }

    .games-cat .kwicks > li h4 em {
        bottom: 31px;
    }

.casino .top-user {
    padding-top: 25px;
}

/* --------------------------------------------------------------
CASINO INTERNA LOGUEADO
-------------------------------------------------------------- */
.games-pag li {
    color: #fff;
    font-family: var(--fontFamily);
}

    .games-pag li.current {
        color: #e13737;
        background: #191919;
    }

.games-pag .panes {
    padding-bottom: 0;
    padding-top: 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: url(img/bg/panes.png) top center no-repeat;
}

.games-pag .pane {
    width: 100%;
}

.games-pag .item-game {
    width: 125px;
    height: 175px;
    margin: 0 6px 25px 0;
}

    .games-pag .item-game img {
        width: 115px;
        height: 115px;
        background: url(img/ico/ico2.png) -210px 0;
        margin-bottom: 20px;
    }

.games-pag .ico-play {
    position: absolute;
    top: 30px;
    left: 25px;
    background: url(img/ico/ico.png) -510px -95px;
    width: 64px;
    height: 64px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ico-ficha {
    position: absolute;
    bottom: 28px;
    right: -15px;
    width: 105px;
    height: 72px;
    background: url(img/ico/ico2.png) -100px 0;
    z-index: 50;
}

.game-search {
    margin-bottom: 15px;
}

.games-pag form {
    float: left;
    position: relative;
    margin-right: -4px;
}

.games-pag .txt {
    width: 315px;
    height: 29px;
    background: url(img/bg/inputs.png) 0 -22px;
    border: 0;
    line-height: 30px;
    font-size: 11px;
    color: #a9a9a9;
    float: left;
    padding: 0 5px;
    margin: 0;
}

.games-pag .glass {
    position: absolute;
    top: 8px;
    right: 7px;
    width: 16px;
    height: 16px;
    background: url(img/ico/ico.png) 0 -20px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.games-pag .top ul {
    float: right;
    display: block;
    width: 100px;
    height: 34px;
    background: url(img/ico/ico.png) 0 -40px;
    padding: 0 0 0 33px;
}

.games-pag .top li {
    list-style: none;
    width: 35px;
    height: 28px;
    float: left;
    position: relative;
    margin: 0 -1px 0 0;
}

.games-pag li.grid.current {
    background: url(img/ico/ico.png) -105px 0;
}

.games-pag li.list.current {
    background: url(img/ico/ico.png) -145px 0;
}

.games-pag .top li .ico {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
}

.games-pag li.grid .ico {
    background: url(img/ico/ico.png) -60px 0;
    left: 12px;
}

.games-pag li.list .ico {
    background: url(img/ico/ico.png) -80px 0;
    left: 6px;
}

/*paginador*/
.pagination {
    text-align: center;
    color: #fff;
    background: url(img/bg/line.png) center repeat-x;
    margin-bottom: -10px;
    position: relative;
    top: -10px;
    left: -15px;
    width: 711px;
}

    .pagination span {
        display: inline-block;
        line-height: 25px;
        padding: 0 5px;
        background: #272727;
        margin-right: -3px;
        position: relative;
        top: -8px;
    }

.webkit .pagination span {
    top: 0;
}

.pagination .btn-l {
    padding-left: 10px;
    top: 0;
}

.pagination .btn-r {
    padding-right: 10px;
    top: 0;
}

.pagination a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

    .pagination a.current, .pagination a:hover {
        color: #cd362e;
    }

.pagination .ico {
    width: 25px;
    height: 26px;
}

.ico-prev {
    background: url(img/ico/ico.png) -335px -145px;
    left: -21px;
}

.ico-next {
    background: url(img/ico/ico.png) -365px -145px;
    right: 12px;
}

.ico-prev:hover {
    background: url(img/ico/ico.png) -395px -145px;
}

.ico-next:hover {
    background: url(img/ico/ico.png) -425px -145px;
}

/* --------------------------------------------------------------
SLOTS LOGUEADO
-------------------------------------------------------------- */
.slots #page {
    margin-top: 25px;
}

.slots.kwicks > li h4 {
    height: 74px;
}

    .slots .kwicks > li h4 span.fadeIn {
        font-size: 18px;
    }

    .slots .kwicks > li h4 em {
        bottom: 31px;
    }

.slots .top-user {
    padding-top: 25px;
}

/* --------------------------------------------------------------
SLOTS LOGUEADO INTERNA
-------------------------------------------------------------- */
.ico-coin {
    position: absolute;
    bottom: 28px;
    right: -5px;
    width: 105px;
    height: 59px;
    background: url(img/ico/ico2.png) -340px 0;
    z-index: 50;
}

/* --------------------------------------------------------------
LIVE-DEALER DESLOGUEADO - LOGUEADO
-------------------------------------------------------------- */

#livedealer {
    width: 960px;
    margin: 20px auto;
}

    #livedealer h3 {
        font-family: var(--fontFamily);
        color: #E13737;
        font-size: 22px;
        font-weight: normal;
        height: 19px;
        /*letter-spacing: 3px;*/
        padding: 0;
        text-transform: uppercase;
        text-align: left;
        /*margin: 0 25%;*/
    }

    #livedealer .ul-container {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    #livedealer ul {
        display: inline-block;
    }


/* --------------------------------------------------------------
JUGAR DEMOS
-------------------------------------------------------------- */
#jugarbingo {
    background: none repeat scroll 0 0 var(--color-fondo);
    padding: 27px 22px 15px;
    border-radius: 15px;
    margin: 10px 0 10px 0;
}

    #jugarbingo .panes {
        overflow: hidden;
        list-style: none;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        background: var(--color-fondo);
        border: 0;
        margin: 0 auto;
        padding: 0;
    }

#jugardemos {
    padding: 27px 22px 20px;
    margin-bottom: -3px;
    background: #FFF;
    border-radius: 0;
}

    #jugardemos .panes {
        overflow: hidden;
        list-style: none;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        background: #FFF;
        border: 0;
        margin: 0 auto;
        padding: 0;
    }


        #jugardemos .panes .pane, #jugarbingo .panes .pane {
            padding-left: 0;
        }

    #jugardemos .item-gam, #jugarbingo .item-gam {
        padding: 0;
    }

    #jugardemos .panes .item-game img, #jugarbingo .panes .item-game img {
        width: 160px;
        height: 139px;
        transition: .3s cubic-bezier(0.67, 0.18, 0.25, 1);
    }

    #jugardemos .panes .item-game:hover img,
    #jugarbingo .panes .item-game:hover img {
        width: 160px;
        height: 139px;
        margin-bottom: 0%;
        webkit-filter: brightness(160%);
        filter: brightness(160%);
        border: solid 4px #f5f5f5
    }


#jugar_bingo_prox .panes .item-game {
    display: inline-block;
    width: 100%;
}

#jugardemos .panes .item-game,
#jugarbingo .panes .item-game {
    float: left;
    display: inline;
    position: relative;
    text-align: center;
    flex: 0 0 20%;
    overflow: hidden;
    padding-bottom: 16px;
    color: #6f6f6f;
}

#jugarbingo .panes .item-game {
    height: 160px;
    width: 180px;
}

.play-again {
    background-image: none;
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    display: inline-block;
}

    .play-again:hover {
        height: 100%;
        left: -2px;
        opacity: 0.8;
        display: inline-block;
        width: 100%;
        z-index: 666;
        filter: alpha(opacity=80);
    }




/*--------------------------------------------------------------
MESAS VIVO
-------------------------------------------------------------- */
#jugarLive {
    margin-bottom: 30px;
}

    #jugarLive .panes {
        overflow: hidden;
        list-style: none;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        background: none;
        border: 0;
        margin: 0 auto;
        padding: 0;
    }


        #jugarLive .panes .pane {
            padding-left: 0;
        }

    #jugarLive .item-gam {
        padding: 0;
    }

    #jugarLive .panes .item-game img {
        /*width: 95%;
        height: 95%;*/
    }

    #jugarLive .panes .item-game:hover img,
    #jugarLive .panes .item-game:hover img {
        width: 100%;
        height: 100%;
        margin-bottom: 2%;
    }

    #jugarLive .panes .item-game {
        float: left;
        display: inline;
        position: relative;
        text-align: center;
        flex: 0 0 20%;
        overflow: hidden;
        padding-bottom: 12px;
    }

    #jugarLive .panes .item-game {
        /*height: 280px;*/
        /*width: 180px;*/
    }

.mesas-vivo .top-user {
    padding-top: 25px;
}

#aside-search {
    margin: 0 0 25px;
    color: #fff;
}

    #aside-search h4 {
        color: #696969;
        font-size: 15px;
        margin-bottom: 4px;
    }

    #aside-search form {
        position: relative;
        margin-top: 5px;
    }

    #aside-search .txt {
        width: 218px;
        height: 29px;
        background: url(img/bg/inputs.png) 0 -50px;
        border: 0;
        line-height: 30px;
        font-size: 11px;
        color: #a9a9a9;
        padding: 0 5px;
        margin: 0;
    }

    #aside-search .glass {
        position: absolute;
        top: 8px;
        right: 7px;
        width: 16px;
        height: 16px;
        background: url(img/ico/ico.png) 0 -20px;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

/* --------------------------------------------------------------
MI CUENTA
-------------------------------------------------------------- */
.mi-cuenta #top-img .section {
    height: 323px;
}

#sidebar-first .block {
    position: relative;
    margin-bottom: 25px;
}

    #sidebar-first .block li {
        list-style: none;
    }

    #sidebar-first .block .ico-line {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

#hello {
    padding: 15px 0 12px 19px;
}

    #hello h4 {
        color: #fff;
        font-size: 24px;
    }

    #hello h3 {
        color: #e13737;
        font-size: 14px;
        font-weight: bold;
        font-family: var(--fontFamily);
    }

#funds {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-family: var(--fontFamily);
}

    #funds h3 {
        width: 128px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #8c8a8a;
        background: url(img/bg/inputs.png) -80px -110px;
        font-size: 13px;
        margin-bottom: 4px;
    }

    #funds li {
        color: #fff;
        font-size: 18px;
        padding-bottom: 10px;
    }

    #funds .item-3 {
        padding-bottom: 0;
    }

    #funds li .ico {
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

    #funds .item-1 .ico {
        width: 18px;
        height: 20px;
        background: url(img/ico/ico2.png) -445px -125px;
    }

    #funds .item-2 .ico {
        width: 20px;
        height: 20px;
        background: url(img/ico/ico2.png) -445px -150px;
    }

    #funds .item-3 .ico {
        width: 25px;
        height: 16px;
        background: url(img/ico/ico2.png) -445px -175px;
        top: 2px;
    }

#account {
    padding: 7px 0 14px 19px;
    font-family: var(--fontFamily);
    position: relative;
}

    #account h3 {
        color: #8c8a8a;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px;
    }

.msg {
    padding-left: 18px;
    color: #8c8a8a;
    font-size: 14px;
    font-weight: bold;
}

    .msg .ico {
        width: 14px;
        height: 13px;
        background: url(img/ico/ico2.png) -475px -125px;
    }

#account li {
    width: 60px;
    font-size: 11px;
    background: url(img/bg/li.png) right 2px no-repeat;
    margin-bottom: 7px;
}

    #account li a {
        color: #fff;
    }

#account div {
    float: right;
    clear: both;
    overflow: hidden;
    font-size: 11px;
    color: #898989;
    line-height: 140%;
    margin: 0 0 13px;
}

    #account div span {
        display: block;
    }

#account .big-btn {
    padding: 0 29px;
    margin-left: 5px;
}

#points {
    padding: 0 0 0 18px;
    font-family: var(--fontFamily);
}

.cp {
    width: 178px;
    height: 29px;
    background: url(img/ico/ico2.png) -100px -130px;
    margin: 0 0 15px;
}

.ca {
    text-transform: uppercase;
    color: #838282;
    display: inline-block;
    padding-right: 11px;
    background: url(img/bg/li-grey.png) right 2px no-repeat;
    font-weight: bold;
    margin: 0 0 26px;
}

#points li {
    background: url(img/bg/li.png) right 5px no-repeat;
    font-size: 14px;
    border-bottom: 1px solid #2B2B2B;
    padding: 0 0 10px;
    margin: 0 0 8px;
}

    #points li:last-child {
        border: 0;
        padding: 0 0 6px;
        margin: 0;
    }

    #points li a {
        color: #d4d4d4;
        text-decoration: none;
    }

        #points li a:hover {
            color: #fff;
        }

#need-help {
    padding: 7px 0 0 17px;
}

    #need-help h3 {
        color: #b83434;
        font-size: 14px;
        margin-bottom: 17px;
    }

    #need-help li {
        position: relative;
        padding: 0 0 10px 30px;
        font-size: 12px;
        font-family: var(--fontFamily);
        border-bottom: 1px solid #2B2B2B;
        margin: 0 0 8px;
    }

    #need-help .item-3 {
        border: 0;
        margin: 0;
    }

    #need-help li .ico {
        position: absolute;
        height: 31px;
        width: 39px;
        top: 3px;
        left: -7px;
    }

    #need-help li h5 {
        color: #676767;
        margin-bottom: 3px;
    }

    #need-help li span {
        color: #D4D4D4;
    }

    #need-help .item-1 .ico {
        background: url(img/ico/ico2.png) -285px -130px;
    }

    #need-help .item-2 .ico {
        background: url(img/ico/ico2.png) -330px -130px;
    }

    #need-help .item-3 .ico {
        background: url(img/ico/ico2.png) -380px -130px;
    }

.form p {
    color: #666;
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 15px;
}

.mi-cuenta .btn {
    margin: 25px 0 0 0;
    padding: 0 24px;
}

.menu-account {
    clear: both;
    overflow: hidden;
    margin: 0 0 48px;
}

    .menu-account ul {
        float: left;
        border-left: 1px solid #2a2a2a;
        min-height: 153px;
        padding: 0 0 0 18px;
        width: 192px;
    }

    .menu-account li {
        list-style: none;
        font-family: var(--fontFamily);
        margin-bottom: 7px;
    }

        .menu-account li h3 {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin: 0 0 22px;
        }

            .menu-account li h3 span {
                display: block;
                color: #5e5e5e;
                font-size: 11px;
                font-weight: normal;
                padding: 6px 0 0 0;
            }

        .menu-account li a {
            color: #ca3535;
            font-size: 12px;
        }

.top-form {
    clear: both;
    overflow: hidden;
    padding-bottom: 28px;
}

    .top-form h2 {
        color: #fff;
        font-size: 18px;
        margin: 0 0 10px;
    }

        .top-form h2 span {
            color: #6c6c6c;
            font-family: var(--fontFamily);
            text-transform: none;
            padding-left: 10px;
            font-size: 11px;
        }

.fields {
    padding-left: 23px;
}

/* --------------------------------------------------------------
APUESTAS DEPORTIVAS
-------------------------------------------------------------- */
.ap-dep .name {
    background: url(img/ico/logo-ad.png);
}

.ap-dep #top-img .section {
    z-index: 10;
}

.ap-dep #page {
    margin-top: 5px;
    min-height: 350px;
    z-index: 2;
    width: 950px;
}

.ap-dep #top-img {
    text-align: center;
}

    .ap-dep #top-img .img-center {
        left: 0;
        margin-left: 0;
        position: relative;
        top: -15px; /*width: 990px;*/
    }

.ap-dep #prices ul {
    margin: 0;
    padding: 10px 0;
    width: 957px;
}

    .ap-dep #prices ul li {
        padding: 7px 45px;
    }

.link-ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 212px;
    height: 188px;
}

.bg-prx {
    background: none repeat scroll 0 0 #292929;
    border: 3px solid #343333;
    border-radius: 2px 2px 2px 2px;
    height: 246px;
    left: 0;
    margin: 0 0 6px;
    padding: 0;
    position: relative;
    width: 945px;
    overflow: hidden;
}

.main-prx {
    height: 296px;
    padding: 0;
    position: relative;
    width: 945px;
}

    .main-prx .caroufredsel_wrapper {
        width: 945px;
        height: 296px;
        position: relative;
    }

.slide-prx img {
    float: left;
}

.pager-prx {
    text-align: center;
    margin-bottom: 20px;
}

    .pager-prx a {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 2px;
        background: url(img/ico/ico.png) -20px -20px;
        font-size: 0;
        text-indent: -9000px;
    }

        .pager-prx a.selected {
            cursor: default;
            background: url(img/ico/ico.png) -35px -20px;
        }

.half-block {
    float: left;
    margin-bottom: 39px;
    width: 465px;
}

#tut {
    float: right;
}

.half-block h4 {
    background: none repeat scroll 0 0 #292929;
    box-shadow: 0 0 8px #111111;
    color: #747474;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    /*letter-spacing: 2px;*/
    line-height: 35px;
    margin: 0;
    padding: 0 11px;
    position: relative;
}

    .half-block h4 .ico {
        position: absolute;
        top: 15px;
        right: 14px;
        width: 9px;
        height: 5px;
        background: url(img/ico/ico2.png) -475px -143px;
        display: none;
    }

.bg-img {
    background: none repeat scroll 0 0 #292929;
    border: 1px solid #292929;
    border-radius: 0 0 2px 2px;
    clear: both;
    height: 212px;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 461px;
}

    .bg-img img {
        float: left;
    }

.ap-dep .logo-pie {
    width: 159px;
    height: 126px;
    background: url(img/ico/logo-pie-ad.png);
    top: 35px;
    left: 10px;
}

.displayN {
    display: none;
}

.div404 {
    width: 663px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
}

.games-section .pane .carousel .mask .item-game img {
    background: none repeat scroll 0 0 transparent;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
    border-radius: 0;
}

.games-section .pane .carousel .mask .item-game {
    float: left;
    position: relative;
    text-align: center;
    height: 152px;
    width: 160px;
    margin: 4px;
}

    .games-section .pane .carousel .mask .item-game:hover img {
        height: 139px;
        width: 160px;
        margin-left: 0px;
        margin-top: 0px;
        webkit-filter: brightness(160%);
        filter: brightness(160%);
        border: solid 4px #f5f5f5
    }

.games-section .pane .carousel .mask .item-game-container {
    height: 139px;
    width: 160px;
}

.carouselul {
    position: absolute; /*required*/
    overflow: hidden; /*required*/
    list-style: none; /*required*/
}

.carousel .mask {
    min-height: 160px;
    max-height: 139px;
    position: relative; /*required*/
    overflow: hidden; /*required*/ /*width: 650px;required*/
}

.carouselulli {
    float: left; /*required*/
}

.carousel .pagination-links li a:hover {
    text-decoration: none;
}

.carousel .disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: default;
}

#bad-hardcore {
    float: right;
    padding-top: 265px;
}

.registrationModalPopUp {
    position: absolute;
    top: 10px;
    width: 800px;
    height: 800px;
    margin: 100px;
    z-index: 1003;
}

.modalPopupBlocker {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    padding-top: 20%;
    z-index: 101;
    text-align: center;
    color: #E13737;
    margin: auto;
}


/* Register PANEL */
.registrationPanelChild {
    margin: 1% auto;
    height: 570px;
    width: 990px;
    background-color: #222;
    border: 1px solid #333;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.minRegistrationPanelChild {
    margin: 1% auto;
    height: 322px;
    width: 760px;
    background-color: #222;
    border: 1px solid #242424;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.registrationPanel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(2,2,2,0.5);
    display: none;
    z-index: 1003 !important;
}


.modalpopupContainer {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
}

.games-close {
    position: absolute;
    right: 0;
    float: right;
    z-index: 100;
    margin-top: 8px;
    margin-right: 8px;
}

    .games-close .close-popup-icon, .modal .close-popup-icon {
        width: 22px;
        height: 20px;
        background: url("img/bg/close_btns.png") center center no-repeat;
        display: inline-block;
        background-size: 60px;
        border: none;
        cursor: pointer;
    }

.close-popup-icon.black {
    background: url("img/bg/close_btns.png") left center no-repeat;
    background-size: 60px;
}

.close-popup-icon.red {
    background: url("img/bg/close_btns.png") right center no-repeat;
    background-size: 60px;
}

.games-out {
    position: absolute;
    width: 27px;
    height: 27px;
    right: 32px;
    float: right;
    z-index: 100;
    margin-top: 5px;
}

    .games-out .out-popup-icon {
        width: 27px;
        height: 27px;
        /*background: url("../images/full-screen-30.png") no-repeat;*/
        background: url("../images/fullscreen_white_27x27.png") no-repeat;
        background-size: 27px;
        display: block;
    }

.closeMsg {
    color: #ffffff !important;
    float: right;
}

.form-register {
    background: #FEFEFE;
}

/* Games PANEL */
.gamesPanelChild {
    position: relative;
    margin: 0px auto;
    height: 100%;
    width: 80%;
    background-color: #222;
    box-sizing: border-box;
    border: 1px solid grey;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.gamesPanel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(2,2,2,0.5);
    display: none;
    z-index: 98 !important;
}

.gamesModalpopupContainer {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
}

.gamesPanelChild .modalPopupBlocker {
    position: absolute;
}

.reg3-image .error-txt, .reg3-image .ok-txt {
    margin: 0px;
    color: #333;
    text-transform: uppercase;
    width: 739px;
    height: 47px;
    font-size: 12px;
}


.reg3-image {
    padding: 20px 80px;
}

.blockedAccountMessage {
    padding: 15px;
    font-family: var(--fontFamily);
    color: #333;
    float: none;
    font-weight: bold;
    font-size: 12px;
    background: #EEE;
    border-bottom: 1px solid #999;
}

#loginError .error-txt {
    margin-top: 25px;
}

.gamebox {
    width: auto;
    background: none repeat scroll 0 0 var(--color-fondo);
    border-radius: 0 0 4px 4px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

    .gamebox ul {
        overflow: hidden;
        list-style: none;
        flex-wrap: wrap;
        display: flex;
        padding: 18px;
    }

        .gamebox ul li {
            float: left;
            display: inline;
            position: relative;
            text-align: center;
            flex: 1 0 20%;
            overflow: hidden;
            max-width: 181px;
        }

            .gamebox ul li .item {
                position: relative;
                text-align: center;
                padding: 5px;
                float: left;
            }

            .gamebox ul li img {
                background: none repeat scroll 0 0 transparent;
                border: none;
                box-sizing: border-box;
                border-radius: 3px;
                padding: 0;
                border-radius: 0;
            }

            .gamebox ul li h3 {
                font-size: 12px !important;
                font-weight: normal;
                height: 13px;
                overflow: hidden;
                width: 155px;
                float: none !important;
            }

                .gamebox ul li h3 span {
                    color: var(--color-acento);
                    margin-right: 3px;
                }

.gamebox-arrow {
    width: 25px;
    height: 26px;
    cursor: pointer;
    position: absolute;
}

.gamebox-arrow-right {
    background: url("img/ico/botons-left-right.png") no-repeat scroll -16px 4px transparent;
}

.gamebox-arrow-left {
    background: url("img/ico/botons-left-right.png") no-repeat scroll 7px 4px transparent;
}

.gamebox ul li .item a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    left: 0;
    z-index: 11;
}

    /*.gamebox ul li .item a:hover{
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);}*/

    .gamebox ul li .item a:hover, #jugardemos .panes .item-game a:hover, #jugarbingo .panes .item-game a:hover {
        background: url(img/ico/play-again.png) no-repeat scroll center transparent;
        opacity: 0.8;
        z-index: 12;
    }

.gamebox ul li .item:hover img {
    width: 160px;
    height: 139px;
    margin-bottom: 0%;
    webkit-filter: brightness(160%);
    filter: brightness(160%);
    border: solid 4px #f5f5f5
}

.gamebox ul li .item img {
    width: 160px;
    height: 139px;
    transition: .3s cubic-bezier(0.67, 0.18, 0.25, 1);
}

/*.gamebox ul li .item:hover h3,
#jugardemos .panes .item-game:hover h3,
#jugarbingo .panes .item-game:hover h3,
.games-section .pane .carousel .mask .item-game:hover h3 {
    display: none;*/
}

/*** ToTop ---------------------------*/

.toTop {
    display: none;
    cursor: pointer;
    position: fixed;
    border: 0;
    right: 20px;
    bottom: 20px;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.2) url(../images/sprite.png) no-repeat -285px -113px;
    z-index: 500;
}

    .toTop:hover {
        background-color: rgba(0,0,0,0.4);
    }

    .toTop:focus {
        outline: 0;
    }

/*UIF*/
#uploadDni {
    height: auto;
    margin: 20px 0 30px;
}

    #uploadDni input {
        display: none;
    }

/**********File Inputs**********/
.container-input {
    text-align: center;
    background: transparent;
    padding: 50px 6px;
    border-radius: 0;
    width: 477px;
    margin-bottom: 20px;
    border: dashed 1px #454343;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        max-width: 80%;
        font-size: 1.25rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
    }

        .inputfile + label svg {
            width: 1em;
            height: 1em;
            vertical-align: middle;
            fill: currentColor;
            margin-top: -0.25em;
            margin-right: 0.25em;
        }

span#FRONTAL.iborrainputfile, span#DORSO.iborrainputfile, #SELFIE.iborrainputfile {
    font-size: 12px;
    font-weight: normal;
    color: #fafafa !important;
}

/* dni images */

.file-label {
    color: #fff !important;
    background-color: var(--color-primario);
    border-radius: 0;
    transition: all .4s;
    padding: 1em;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 23px;
}

    .file-label svg {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        margin-top: -0.25em;
        margin-right: 0.25em;
    }





.inputfile-1 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #962a5b;
    }

.inputfile-2 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-2:focus + label,
    .inputfile-2.has-focus + label,
    .inputfile-2 + label:hover {
        background-color: #962a5b;
    }

.inputfile-3 + label {
    color: #fff;
    background-color: #8b0743;
    border-radius: 0.4em;
    transition: all .4s;
}

    .inputfile-3:focus + label,
    .inputfile-3.has-focus + label,
    .inputfile-3 + label:hover {
        background-color: #962a5b;
    }

div.btns-img-upload-dni span.eliminar {
    background: #e63f3f;
    color: #fafafa !important;
    padding: 8px;
    height: 31px;
    width: 31px !important;
    display: inline-block;
    cursor: pointer;
    font-weight: lighter;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dark-box .form-item {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px auto;
    position: relative;
}


    .dark-box .form-item label {
        font-weight: normal;
        width: auto;
        margin-top: 10px;
    }

    .dark-box .form-item input, .dark-box .form-item select {
        background-color: #fafafa;
        color: #555;
        font-weight: normal;
        width: 496px;
        height: 41px;
        border-radius: 0;
    }

.dark-box .desktop-radio-container {
    width: 308px !important;
    margin-bottom: 15px;
}

.dark-box .data-title {
    font-size: 17px !important;
    font-weight: normal;
    margin: 10px 0 20px;
    max-width: 600px !important;
}

.dark-box .data-title {
    color: var(--color-primario);
    padding: 0 0 5px;
    line-height: 20px;
    position: relative;
}


    .dark-box .data-title::after {
        content: "";
        width: 10%;
        height: 0.08em;
        background: var(--button-border-color);
        position: absolute;
        bottom: -7px;
        left: 0;
    }

#uif-adress {
    height: auto;
}


#sujetoObligado {
    margin-top: 32px;
}

    #sujetoObligado h3 {
        color: #333;
        font-size: 12px;
        margin: 26px 0px;
        display: block;
    }

.uif-pep {
    width: 510px;
    height: 38px;
    border-radius: 0.4em;
}

.termsAndConditions {
    font-weight: normal !important;
}



.centered-red-button {
    margin-top: 20px !important;
}

.uiffront::after {
    content: url(img/ico/uif-dni-front.svg);
    width: 44px;
    height: auto;
}

.uifback::after {
    content: url(img/ico/uif-dni-back.svg);
    width: 44px;
    height: auto;
}


.uifselfie::after {
    content: url(img/ico/uif-dni-selfie.svg);
    width: 44px;
    height: auto;
}
/***PRE-REGISTRACION***/
.PlayerPreLoad {
    border-radius: 2px 2px 2px 2px;
    box-sizing: border-box;
    min-height: 550px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
}

    .PlayerPreLoad .center-repalyer {
        width: 525px;
        margin: 0 auto;
    }


    .PlayerPreLoad .text-preregister {
        color: #EEEEEE;
        font-size: 13px;
        width: 764px;
        margin: 0 auto;
    }

        .PlayerPreLoad .text-preregister ul {
            list-style: none;
            font-family: var(--condensed);
            margin: 10px;
        }

        .PlayerPreLoad .text-preregister h3 {
            color: var(--text-color-site);
            font-family: var(--condensed);
            font-size: 22px;
            font-weight: normal;
            overflow: hidden;
            padding: 0 0 10px 0;
            text-align: center;
            text-transform: uppercase;
        }

        .PlayerPreLoad .text-preregister ul li {
            margin: 10px 0;
            font-family: arial;
        }

        .PlayerPreLoad .text-preregister p {
            margin: 20px 0;
            line-height: 19px;
        }



    .PlayerPreLoad div input, .PlayerPreLoad div select, .PlayerPreLoad div textarea {
        background: none repeat scroll 0 0 #fafafa;
        border: medium none;
        border-radius: 0.4em;
        color: #5f5f5f;
        font-size: 12px;
        height: 38px;
        padding: 0 8px;
        width: 504px;
        margin: 5px 0;
        float: left;
        box-sizing: content-box;
    }

    .PlayerPreLoad .wrapToWidth select {
        width: 50px;
        margin: 0 5px;
    }

    .PlayerPreLoad select.province {
        clear: both;
    }






#ContentPlaceHolderDefault_cpContent_cpContent_cpContent_ucRegister_txtPostalCode {
    /*max-width: 200px;*/
}



.PlayerPreLoad .caja-reg .wrapToWidth .chosen-container {
    width: 32% !important;
    margin-right: 0;
    display: flex;
}


.PlayerPreLoad input[type="submit"] {
    background: var(--primary-color-site);
    padding: 5px 20px;
    border-radius: 0.4em;
    border: none;
    color: #FFFFFF;
    font-weight: normal;
    font-family: var(--regular);
    font-size: 18px;
    width: 50%;
    margin: 34px 25%;
    text-transform: uppercase;
    cursor: pointer;
    clear: both;
    display: inline-block;
    float: left;
    height: 35px;
}

.PlayerPreLoad .chosen-container {
    margin-right: 0px;
    display: flex;
    width: 496px !important;
}



.PlayerPreLoad .chosen-select {
}



.PlayerPreLoad .chosen-container-active .chosen-single {
    border: 0px;
}

.PlayerPreLoad .chosen-container-active.chosen-with-drop .chosen-single {
    background: url("img/ico/boton-flecha.png") no-repeat center right #fafafa;
    background-size: 15px;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #CCCCCC;
    border: 0px;
}

.PlayerPreLoad .chosen-container-single .chosen-single {
    background: url("img/ico/boton-flecha.png") no-repeat center right #fafafa;
    background-size: 15px;
    width: 100%;
    margin-bottom: 8px;
    height: 38px;
    margin-top: 5px;
    border-radius: 0.4em;
    padding: 0 7px;
}

.chosen-container-single .chosen-single span {
    margin-top: 1% !important;
}

.chosen-container-single .chosen-drop {
    background-color: #fafafa !important;
    color: #333 !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #1967d2 !important;
    color: #fff;
}



.PlayerPreLoad .caja-reg span {
    float: left;
    font-weight: bold;
    line-height: 28px;
    margin-right: 10px;
    color: #5f5f5f;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.form-title {
    color: #fafafa !important;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 494px;
}




/***PRE-REGISTRACION***/

.PlayerPreLoad, .personal-container {
    background: #fafafa;
    border-radius: 2px 2px 2px 2px;
    box-sizing: border-box;
    min-height: 415px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
}

    .PlayerPreLoad .center-repalyer, .personal-container .center-repalyer {
        width: 490px;
        margin: 0 auto;
    }


    .PlayerPreLoad .text-preregister, .personal-container .text-preregister {
        color: var(--color-texto);
        font-size: 13px;
        width: 764px;
        margin: 0 auto;
    }

        .PlayerPreLoad .text-preregister ul, .personal-container .text-preregister ul {
            list-style: none;
            font-family: var(--fontFamily);
            margin: 10px;
        }

        .PlayerPreLoad .text-preregister h3 {
            color: var(--color-primario);
            font-family: var(--fontFamily);
            font-size: 22px;
            font-weight: normal;
            /*letter-spacing: 2px;*/
            overflow: hidden;
            padding: 0 0 10px 0;
            text-align: center;
            text-transform: uppercase;
        }

        .PlayerPreLoad .text-preregister ul li {
            margin: 10px 0;
            font-family: var(--fontFamily);
        }

        .PlayerPreLoad .text-preregister p {
            margin: 20px 0;
            line-height: 19px;
        }



    .PlayerPreLoad div input:not([type="checkbox"]):not([type="submit"]),
    .PlayerPreLoad div select, .PlayerPreLoad div textarea {
        color: var(--color-primario);
        font-size: 13px;
        margin: 0;
        width: 477px;
        outline: 0 !important;
        border-radius: 0;
        box-shadow: none;
        text-shadow: none;
        border: 1px solid var(--color-primario-claro);
    }

    .PlayerPreLoad .wrapToWidth select {
        width: 50px;
        margin: 0 5px;
    }

    .PlayerPreLoad select.province {
        clear: both;
    }

    .PlayerPreLoad .caja-reg {
        display: block;
        float: left;
        width: 520px;
        margin: 5px 0 0;
        position: relative;
    }

        .PlayerPreLoad .caja-reg .wrapToWidth .chosen-container {
            width: 155px !important;
            margin-right: 15px;
        }

    .PlayerPreLoad input[type="submit"] {
        background: var(--color-acento);
        padding: 5px 20px;
        border-radius: 15px;
        border: none;
        color: #FFFFFF;
        font-weight: normal;
        font-family: var(--fontFamily);
        font-size: 18px;
        width: 43%;
        margin: 2em 25% 1em;
        text-transform: uppercase;
        cursor: pointer;
        clear: both;
        display: inline-block;
        float: left;
        height: 40px;
        border-radius: 0;
    }

    .PlayerPreLoad .chosen-container:not(:last-child) {
        margin-right: 20px;
    }

    .PlayerPreLoad .chosen-container-single .chosen-single {
        color: #b85c1c;
        border-radius: 0;
        border: 1px solid var(--color-primario-claro);
        background: url(img/ico/boton-flecha.png) no-repeat center right #fafafa;
        background-size: 20px;
        width: 100%;
        letter-spacing: 1px;
        font-size: 13px;
        text-align: center;
        float: none;
    }

        .PlayerPreLoad .chosen-container-single .chosen-single > span {
            line-height: unset !important;
            margin-top: 8px !important;
        }



    .PlayerPreLoad .chosen-container-active.chosen-with-drop .chosen-single {
        background: url("img/ico/boton-flecha.png") no-repeat center right #c0c0c0;
        color: #CCCCCC;
        background-size: 27px;
    }

    .PlayerPreLoad .chosen-container-active.chosen-with-drop .chosen-drop input {
        width: 100% !important;
    }

    .PlayerPreLoad .caja-reg span {
        float: left;
        font-weight: bold;
        line-height: 28px;
        margin-right: 10px;
        color: var(--color-texto) !important;
        font-family: var(--fontFamily);
        font-size: 12px;
        font-weight: normal;
    }

        .PlayerPreLoad .caja-reg span.gender > input {
            width: 20px;
        }

    .PlayerPreLoad .caja-reg .fix-iphone {
        display: none;
    }

    .PlayerPreLoad .caja-reg span.errorField {
        color: red !important;
        font-size: 10px;
        line-height: 10px;
    }

    .PlayerPreLoad .caja-reg label {
        float: left;
        font-weight: normal;
        line-height: 25px;
        margin-right: 10px;
        color: #333;
        font-family: var(--fontFamily);
        font-size: 12px;
        display: block;
        width: 100%;
    }

    .PlayerPreLoad .caja-reg.genero {
        margin: 10px 0;
    }

        .PlayerPreLoad .caja-reg.genero span {
            margin-right: 30px;
        }

        .PlayerPreLoad .caja-reg.genero input {
            width: 60px;
        }

    .PlayerPreLoad .iradio {
        width: 20px;
        height: 20px;
        float: left;
        margin: 0 9px 0 0;
        cursor: pointer;
        background: none repeat scroll 0 0 #505050;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .PlayerPreLoad .iradio:last-child {
            margin-left: 50px;
        }

    .PlayerPreLoad .focus {
        background-position: -472px -72px;
    }

    .PlayerPreLoad .checked {
        background: #940000;
        cursor: default;
    }

    .PlayerPreLoad input[type="submit"] span {
        float: left;
        display: inline-block;
        height: 20px;
        line-height: 22px;
        color: #333;
        font-size: 11px;
        font-weight: bold;
        font-family: var(--fontFamily);
        margin: 0 10px 0 0;
    }

    .PlayerPreLoad div input::-webkit-input-placeholder, .PlayerPreLoad div select::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #AAA;
        font-weight: normal;
    }

    .PlayerPreLoad div input:-moz-placeholder, PlayerPreLoad div select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #AAA;
        opacity: 1;
        font-weight: normal;
    }

    .PlayerPreLoad div input::-moz-placeholder, PlayerPreLoad div select::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #AAA;
        opacity: 1;
        font-weight: normal;
    }

    .PlayerPreLoad div input:-ms-input-placeholder, PlayerPreLoad div select:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #AAA;
        font-weight: normal;
    }

.preRegResultPopup {
    background: #fff;
    position: fixed;
    z-index: 999;
    height: auto;
    top: 170px;
    left: 33%;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    position: fixed;
    height: auto;
    border: 1px solid #aaaaaa;
}

    .preRegResultPopup p span.registro-exitoso {
        background: url("img/ico/registro-ok.png") no-repeat center top transparent;
        font-size: 17px;
        font-family: var(--fontFamily);
        height: 32px;
        width: 295px;
        display: inline-block;
        padding-top: 46px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

.errorMessageAlert {
    color: #555555;
    background: #eee;
    float: left;
    font-family: var(--fontFamily);
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 12px;
    border-radius: 4px;
    padding: 0 0 0 8px;
    white-space: nowrap;
    border-bottom: 1px solid #999;
}

.preRegResultPopup p {
    font-size: 13px;
    padding: 0 39px;
    background: none repeat scroll 0 0 var(--color-primario);
    color: #FFFFFF !important;
    display: block;
    font-family: var(--fontFamily);
    font-weight: normal;
    letter-spacing: 0;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 10px;
}

.preRegResultPopup input[type="submit"] {
    border: 0;
    width: 35%;
}

a.jugar-gratis {
    display: flex;
    background: var(--color-acento);
    height: 120px;
    width: 217px;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: all .4s;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    a.jugar-gratis:hover {
        background: var(--color-acento-resaltado);
    }


.jugar-gratis-arrow-right {
    border-bottom: 83px solid red;
    border-left: 18px solid #5b0517;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    margin: -28px -3px;
}

.jugar-gratis h1 {
    font-family: var(--fontFamily);
    font-size: 1.7em;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
}


a.jugar-gratis span {
    text-decoration: none;
    line-height: 1.3em;
    font-size: 1.3em;
}


.topLiveDealer {
    background: none !important;
}

.loggedin #juegos .topLiveDealer {
    margin-bottom: 7px;
}

    .loggedin #juegos .topLiveDealer .fb {
        padding: 6px 4px;
    }

.columnLiveDealer {
    /*width: 102% !important;*/
}

.juegosSection {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 2px;
    padding: 0px !important;
}



.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


.logo {
    text-indent: -99999px;
    height: 115px;
    position: absolute;
    top: 0;
    width: 138px;
    /*background: url(logo-mac-top.svg);*/
    display: block;
}

.helpTramite {
    cursor: pointer;
    height: 20px;
    /*content: url('/css/styles/img/ico/question.png');*/
    padding-right: 4px;
    width: 20px;
    margin-top: -5px;
    padding-left: 4px;
}

.mailIconFooter {
    font-size: 1em;
    /*margin-top: -4px;*/
    margin-bottom: 0px;
    margin-right: 18px;
    position: absolute;
    margin-left: 7px;
}

.facebookIconFooter {
    font-size: 1em;
    /*margin-top: -3px;*/
    margin-bottom: 0px;
    margin-right: -11px;
    position: absolute;
    margin-left: 9px;
}


.mailFacebook {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mailFacebook a {
        color: var(--primary-color-og) !important;
    }

.imagedninrotramite {
    text-align: center;
    visibility: hidden;
    position: relative;
    display: none;
    background: white;
    border-radius: 6px;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    width: 488px;
}

    .imagedninrotramite .close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        margin-right: 5px;
        cursor: pointer;
        display: none;
    }

    .imagedninrotramite p {
        font-size: 11px;
        padding-top: 10px;
        color: var(--primary-color-black);
    }

    .imagedninrotramite .img {
        background: url(img/dniid.png) bottom right;
        width: 99%;
        height: 164px;
        background-size: 100%;
    }

.juegosLiveDealer {
    margin: 0 1px -25px 0 !important;
    background: #f4f4f4;
}

.loggedin .juegosLiveDealer {
    margin-bottom: -21px !important;
}


.ulGamesLive {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    margin-left: 8px;
}

.liGamesLive {
    list-style-type: none;
    display: inline;
    padding-right: 5px;
}

.imgGamesLiveWidth {
    width: 230px;
    transition: .3s ease;
    border-radius: 15px;
}

    .imgGamesLiveWidth:hover {
        width: 230px;
        filter: grayscale(100%)
    }

.register-bonus-content .msg-box {
    width: 346px;
    margin-top: -20px;
}

.register-bonus-content .btn-container {
    width: 381px;
    margin-top: 20px;
}

.widrawal-warning {
    color: #F62815;
    text-transform: uppercase
}

.margin-botton-12 {
    margin-bottom: -12px;
}

visibilityV {
    visibility: visible !important;
}

.px11-margin-bottom {
    margin-bottom: 11px;
}

.spanError {
    padding-left: 144px;
    color: #ffffff;
}

.displayBlock {
    display: block;
}



.img-footer-localidad {
    height: 20px;
    width: 20px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

/***bingo***/

#jugar_bingo_prox {
    background-color: #fafafa
}

.img-mail-desk {
    width: 35px;
}

.play-cash.play {
    color: #fff;
}

.play-cash.now {
    color: #fff;
}

#slidelink {
    border-radius: 0;
    margin-top: 15px;
}

.ul-city-text {
    padding: 1em !important;
    display: block;
    border: 1px solid var(--color-primario-claro);
    background: #eeeeee;
    width: 471px;
    margin-top: 67px;
}

    .ul-city-text li {
        list-style: none;
        font-size: 13px;
        line-height: 1.5em;
    }

#pep h3, #sujetoObligado h3 {
    font-size: 13px !important;
    color: #333;
}
