body {
    padding-top: 5.3em !important;
}
.modal{
    z-index: 999999 !important;
}

.modal-backdrop{
    z-index: 999998 !important;
}
#dbee1{
    z-index: 1000 !important;
}
.container-landig{
    max-width: 1100px;
}
.bg-landig-page {
    background-color: #0c1026;
}
.navbar-border-casino {
    border-bottom: solid 1.5px #78132e;
}
.slogan-text {
    bottom: 2px;
}
.bg-content-casino {
    background: #180228;
    color: #fff;
}
.bg-effect-img {
    background: url(../images/main/background.jpg) repeat;
    background-size: cover;
}
.bg-slot-img{
    background-image: url(../images/main/bg-slots.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 865px auto;
}
.bg-count-img {
    background: url(../images/modules/bg-count.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 475px auto;
}
.bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.zoom {
    transition: all .5s ease-in-out;
}
.zoom-activo {
    transform: scale(1.05);
}
.copyright{
    display: none;
}
.counter-title{
    font-size: 3.2rem;
    display: block;
    line-height: normal;
    margin: 0px;
    font-family: "Open Sans ExtraBold" !important;
    font-weight: bold;
}
.color-pink{
    color: var(--bs-pink);
}
/*** start carousel-games ***/
.fc-cont-game:hover{
    color: #F9B90F !important;
}
.fc-cont-game {
    height: 30px;
}
.fc-cont-game.lc-prev{
    font-size: 2.3rem;
    left: -25px;
}
.fc-cont-game.lc-next{
    font-size: 2.3rem;
    right: -30px;
}
.light-carousel-games .slick-slide-item img {
    opacity: 95%;
}
.carousel-games-static-item figure.effect-oscar a {
    text-decoration: none;
    margin: 0px;
    top: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-item-game {
    position: relative;
    width: 100%;
    max-width: 400px;
}
.container-item-game .image {
    display: block;
    width: 100%;
    height: auto;
}
.container-item-game .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: var(--bs-secondary-color);;
}
.container-item-game:hover .overlay {
    opacity: 1;
}
.container-item-game .icon{
    color: white;
    font-size: 37px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.container-item-game a {
    text-decoration: none;
}
.fa-play-circle-limit:hover{
    color: var(--bs-body-color) !important;
}
@media (max-width: 1024px) {
    .fc-cont-game{
        display: none;
    }
    .bg-count-img {
        background-size: 470px auto;
        min-height: 150px;
    }
}
@media (max-width: 415px) {
    .slogan-text {
        left: 175px;
        font-size: 11px;
        bottom: 0px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 991px) {
    .hidden-sm{
        display: none;
    }
    .bg-count-img {
        min-height: 155px;
    }
    .fc-cont-game{
        display: none;
    }
}


@media only screen and (min-device-width: 767px) and (max-device-width: 990px) and (orientation:landscape) {
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 767px) { 
    .bg-slot-img {
        background-image: none;
    }
    .counter-title {
        font-size: 2.2rem;
    }
    .bg-count-img {
        background-size: 340px auto;
        min-height: 115px;
    }
    .container-landig{
        padding: 0px;
    }
}
