/*** 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;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/
.carousel-games-static-item figure.effect-oscar a {
    text-decoration: none;
    margin: 0px;
    top: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.light-carousel-games .slick-slide-item:hover{
    filter: brightness(40%) opacity(0.6);
    transition: all 0.1s ease-in-out;  
}*/
.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 .fa-play-circle:hover {
    color: #eee;
}*/
.container-item-game a {
    text-decoration: none;
}
.fa-play-circle-limit:hover{
    color: var(--bs-body-color) !important;
}
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 991px) {
    body {
        padding-top: 5.3rem;
    }
    .bg-content-casino {
        padding-left: 5%;
        padding-right: 5%;
    }
    .container-item-game .icon{
        font-size: 25px;
    }
    .container-item-game span{
        font-size: 13px;
    }
}


@media only screen and (min-device-width: 767px) and (max-device-width: 990px) and (orientation:landscape) {
  
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 767px) { 
    body {
        padding-top: 4.6rem;
    }
    .bg-content-casino {
        padding-left: 10%;
        padding-right: 10%;
    }
    .container-item-game .icon{
        font-size: 23px;
    }
    /*** start add-to-homescreen ***/
    .adhs-container{
        backdrop-filter: none;
    }
    .adhs-container.visible {
        background-color: var(--bs-border-color-translucent);
    }
    .adhs-container .adhs-modal{
        top: 75%;
        padding: 15px;
        -webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
    }
    .adhs-container .adhs-logo{
        top: -70px;
    }
    .adhs-container.adhs-mobile .adhs-modal .adhs-install-app, .adhs-container.adhs-mobile .adhs-modal .adhs-app-name {
        font-size: 16px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item .adhs-instruction{
        font-size: 14px;
        line-height: 21px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-emphasis {
        font-weight: 600;
        font-size: 14px;
    }
    .adhs-container.adhs-mobile .adhs-modal .adhs-blurb {
        text-align: center;
        font-size: 13px;
        margin: 13px 20px 5px 0px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item{
        margin: 0px 20px 5px 0px;
    }
    .adhs-container.adhs-mobile .adhs-modal .adhs-app-name{
       margin: 0px auto 10px auto; 
       display: none;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item .adhs-list-button .adhs-list-button-image-only{
        top: 0px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item .adhs-list-button .adhs-list-button-image-right{
        margin: 5px;
        top: 0px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item .adhs-list-button .adhs-list-button-text{
        font-size: 13px;
        top: 0px;
    }
    .adhs-container .adhs-modal .adhs-list .adhs-list-item .adhs-list-button{
        margin-right: 1px;
    }
    /*** end add-to-homescreen ***/
}
