body {
    padding-right: 2.5%;
    padding-left: 2.5%;
    background-color: #00bcd4;
    font-family: Nunito,sans-serif;
    font-size: 14px;
    position: relative;
    min-height:100vh;
    color: #fff;
}
input:focus{
    outline: none;
}
a:hover{
    text-decoration: none;
}
.go_home{
    color: #FFC01B;
}
.go_home:hover{
    color: #ce8b00; 
}

.none{
    display: none;
}
.block{
    display: block;
}
.block-menu{
    width: 100%;
    box-shadow: 0 3px 0 0 #0b2068, 0 15px 20px 0 rgba(4,3,61,.3);
    background-color: #0d3d92;
    z-index: 20;
    border-radius: 10px;
    position: relative;
    height: fit-content;
    overflow: hidden;
}
.logo-container{
    position: relative;
    width: 330px;
    height: 88px;
    overflow: hidden;
    float: left;
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 88px;
    box-shadow: 0 7px 3px 0 rgba(0,0,0,.09);
    background-image: linear-gradient(to bottom,#1a73e1,#055abf 100%);
    border-radius: 10px 60px 60px 10px;
    z-index: 5;
}
.categories-button{
    position: absolute;
    top: 0;
    left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 44px;
    border-radius: 0 33px 33px 0;
    box-shadow: 0 2px 5px 0 rgba(1,19,70,.2);
    background-color: #0756b8;
    z-index: 1;
}
.search-button{
    position: absolute;
    top: 50%;
    left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 270px;
    height: 44px;
    border-radius: 0 33px 33px 0;
    box-shadow: 0 2px 5px 0 rgba(1,19,70,.2);
    background-color: #0756b8;
    z-index: 0;
}
.categories-button:hover, .search-button:hover{
    background-color: #00a1fe;
    z-index: 4 !important;
    cursor: pointer;
}
.logo-container .active{
    background-color: #00a1fe;
    left: 60px !important;
    z-index: 3 !important;
}
.logo-container svg{
    position: absolute;
    right: 15px;
    top: 10px;
}
.big-logo{
    height: 81px;
    display: block;
}
.small-logo{
    height: 45px !important;
    display: none;
}
.menu-container{
    width: calc(100% - 330px);
    float: left;
    height: 88px;

    overflow-x: auto;
    overflow-y:hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.menu-container::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
.menu-container::-webkit-scrollbar-thumb {
    background: #0b65d1;
    border-radius: 10px;
}
.menu-container::-webkit-scrollbar-track {
    background: transparent;
}
.row-menu{
    padding: 5px 15px;
    min-width: 745px;
    /*height: 88px;*/    
}

.item-menu{
    color: #fff;
    width: fit-content;    
    float: left;
    padding: 3px;
}
.item-menu-content{
    border-radius: 25px;
    height: 34px;
    box-shadow: 0 4px 7px 0 rgba(0,7,92,.4);
    border: solid 2px #0b65d1;
    background-color: #001b73;
    position: relative;
    padding: 0px 15px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
}
.row-search{
    padding: 5px 15px;
    width: 100%;

}
.item-search{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(34,75,140,.26), 0 2px 5px 0 rgba(255,255,255,.06), inset 0 4px 7px 0 rgba(0,14,54,.52);
    border: solid 1px rgba(151,151,151,.16);
    background-image: linear-gradient(to bottom,#03449e -8%,#1160c6 122%);
    height: 46px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;    
    padding: 3px 15px;
}
.input-search{
    height: 40px;
    color: #f8f9fa;
    -webkit-text-fill-color: #f8f9fa; 
    background: 0 0;
    box-shadow: none;    
    border: none;
    position: relative;
    width: calc(100% - 40px);
    margin-bottom: 0;
    float: left;
    font-size: 15px;
    font-weight: 600;
}

.input-search::-webkit-search-cancel-button { 
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-image: url("../imgs/x1.png");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: block;

}
.input-search:focus{
    box-shadow: none;    
    border: none;
}
.btn-search-icon{
    float: left;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: none;
    border: none;
}
.btn-search-icon svg{
    margin: auto;
}
.box-title h2{
    font-size: 16px;
    color: #fff;
}
.box-title h1{
    font-size: 18px;
    color: #fff;
}
.box-title h3, .box-title h4, .box-title h5, .box-title h6{
    font-size: 14px;
    color: #fff;
}


.card-game{
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 3px 0 0 #0b2068, 0 15px 20px 0 rgba(4,3,61,.3);
    border-radius: 10px;
}
.card-game img{
    width: 100%;
}
.title-card-game{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #84cbf2;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255,0,0,0), rgba(11,33,103,1));
    opacity: 0;
    cursor: pointer;
}
.title-card-game:hover{
    opacity: 1;
}
.title-card-game p{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px;
}
.pt-5px {
    padding-top: 5px;
}
.pb-5px{
    padding-bottom: 5px;
}
.pr-5px {
    padding-right: 5px;
}
.pl-5px{
    padding-left: 5px;
}
.box-text-content{
    box-shadow: 0 6px 12px 0 #061d62, inset 0 4px 10px 0 rgba(0,31,71,.23);
    border: solid 5px #183484;
    background-color: #0d2c7c;
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
    padding: 20px;
    min-height: 30px;
    color: #fff;
}
.box-text-content img{
    max-width: 100%;
    width: auto;
}
.block-footer{
    background-color: #0456b5;
    position: absolute;
    bottom: -94px;
    background-size: 40% auto,40% auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 73px;
    width: 100%;
    margin: 0 -2.5%;
    padding: 10px 2.5%;
}

.item-menu-footer{
    border-left: solid 2px #0b65d1;
}
.item-menu-footer-content{    
    cursor: pointer;
}
.row-menu-footer .col-24:first-of-type .item-menu-footer{
    border-left: none !important;
}
.item-menu-footer-content{
    color: #fff;
    width: fit-content;   
    padding: 3px;
    margin: auto;    
}
.item-menu-footer-content a{
    color: #fff;
}
.row-menu-footer{
    min-height: 51px;
    font: 16px;
    font-weight: 700;
}
.pagination a{
    font-size: 14px;
    font-weight: 700;
    color: #84cbf2;
    border: none;
    width: 30px;
    height: 40px;
    background-color: #0d3d92;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 5px 5px -5px rgba(4,3,61,.3);
    display: block;
    float: left;  
}
.pagination a:hover{
    z-index: 1;
    color: #fff;
    background-image: linear-gradient(to bottom,#055abf,#1a73e1 100%);
    background-color: transparent;
    border-color: #007bff;
}

.pagination a:first-child{
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(to bottom,#055abf,#1a73e1 100%);
    background-color: transparent;
    width: 37px;
}
.pagination a:last-child{
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(to bottom,#055abf,#1a73e1 100%);
    background-color: transparent;
    width: 37px;
}

.pagination .active{
    color: #fff;
    background-image: linear-gradient(to bottom,#055abf,#1a73e1 100%);
    background-color: transparent;
    border-color: #007bff;
}

.hot-games{
    height: 200px;
    background: #007bff;
}
.new-games{
    height: 200px;
    background: #00c791;
}
.game-play{

    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*background-color: rgba(6,52,131,.9);*/
}
.title-box{
    width: 100%;
    min-height: 75px;
    background-image: linear-gradient(to bottom,#156bd4,#0252b2);
    padding: 12px 20px 12px 20px;
    z-index: 1;
    position: relative;
}
.img-game-play{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,.3);
}

.title-box h1{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.box-full-screen{
    border-left: 1px solid #d8d8d84c;
    padding-left: 20px;
    height: 30px;
}
.full-screen{
    font-size: 35px;
    color: #84cbf2;
}
#rating{
    padding-right: 20px;
}

.item-tags{
    color: #fff;
    width: fit-content;    
    float: left;
    padding: 3px;
}
.item-tags-content{
    border-radius: 10px;
    height: 34px;
    box-shadow: 0 4px 7px 0 rgba(0,7,92,.4);
    border: solid 2px #0456b5;
    background-color: #183484;
    position: relative;
    padding: 0px 15px;
    line-height: 31px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}