/*======================================== geral ========================================*/
*{
    font-family: sans-serif;
}

body{
    height: 100%;
    background-color: #ffffff;
}

h2{
    font-weight: bold;
    font-size: 50px;
    margin: 20px 0;
}
h1{
    font-weight: bold;
    font-size: 70px;
}
a{
    text-decoration: none;
    color: inherit;
}
input{
    margin: 10px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
    padding: 5px 10px;
    
}
::placeholder {
    color: #007bff;
}
select{
    margin: 10px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
    padding: 8px 10px;
}
button{
    margin: 10px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
    padding: 5px 10px;
}
button:hover{
    background-color: #007bff;
    color: #fff;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container1{
    width: 100%;
    padding: 10px 2%;
    text-align: center;
}
.container1 .container-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
/*================================= js ativo e inativo =================================*/
.js-inativo {
    width: 100%;
    background-color: #00ff0d;
}
.js-ativo {
    display: none;
}

/*======================================== base ========================================*/
/*--------------------------------------- navbar ---------------------------------------*/
#nome_loja {
    font-size: 40px;
    font-weight: bold;
    margin-left: 5px;
}

.navbar-geral .navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    background-color: #f1f7ff;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.6);
    justify-content: space-between;
    padding: 10px;
}

.navbar-geral .navbar .group1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-geral .navbar .group1 .img {
    width: 110px;
    height: 110px;
}

.navbar-geral .navbar .group1 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-geral .navbar .group1 .menu {
    width: 35px;
    height: 35px;
    display: none;
}

.navbar-geral .navbar .group1 .menu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-geral .navbar .group2 {
    display: flex;
    align-items:center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.navbar-geral .navbar .group2 .links {
    display: flex;
    align-items: center;
}

.navbar-geral .navbar .group2 .links .link {
    margin: 0 8px;
    font-size: 16px;
    color: #424144;
}

.navbar-geral .navbar .group2 .links .link-active{
    margin: 0 8px;
    font-size: 16px;
    color: #424144;
    border-bottom: 5px solid #007bff;
    border-radius: 4px;
    font-weight: bold;
}

.navbar-geral .navbar .group2 .logged-container {
    display: flex;
    align-content: center;
    align-items: center;
}

.navbar-geral .navbar .group2 .logged-container .carrinho {
    background-color: #2e2e2e;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 10px;
    margin: 8px;
}

.navbar-geral .navbar .group2 .logged-container .carrinho .img {
    width: 20px;
    height: 20px;
    margin: 8px 4px 8px 8px;
}

.navbar-geral .navbar .group2 .logged-container .carrinho .img img {
    width: 100%;
    height: 100%;
}

.navbar-geral .navbar .group2 .logged-container .carrinho .number {
    display: flex;
    align-items: center;
    color: #f1f7ff;
    margin: 8px 8px 8px 4px;
}

.navbar-geral .navbar .group2 .logged-container .profile {
    width: 60px;
    height: 60px;
    border: 2px solid black;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
}

.navbar-geral .navbar .group2 .logged-container .profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-geral .msg-aviso{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

.navbar-geral .msg-aviso .success{
    width: 100%;
    height: 40px;
    background-color: #77dd77;
    color: #1a691a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
}

.navbar-geral .msg-aviso .error{
    width: 100%;
    height: 40px;
    background-color: #ff6961;
    color: #881e18;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
}

/*---------------------------------------- footer ----------------------------------------*/
.footer{
    width: 100%;
    background-color: #333;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    color: #fff;
    border-top: 6px solid rgba(0, 123, 255, 0.8);
    padding: 0px 5%;
}
.footer .footer-column{
    justify-content: center;
    padding: 5px 40px;
    margin: 0 5px;
    text-align: center;
}
.footer .footer-column:first-child{
    display: flex;
}
.footer .footer-column .centralizar-logo{
    display: flex;
    justify-content: center;
}
.footer .footer-column span:first-child{
    font-size: 20px;
    font-weight: bold;
}
.footer .footer-column span{
    font-size: 16px;
}
.footer .footer-column .logo1{
    max-height: 130px;
    max-width: 130px;
}
.footer .footer-column .logo2{
    max-height: 100px;
    max-width: 100px;
}
.footer .footer-column .logo1 img{
    width: 100%;
    object-fit: contain;
}
.footer .footer-column .logo2 img{
    width: 100%;
    object-fit: contain;
}
.footer .footer-column .contact-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}
.footer .footer-column .contact-list .contact{
    width: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px 5px 0;
}
.footer .footer-column .contact-list .contact img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.footer .contact-list .contact span{
    font-size: 12px;
}
.footer .contact-list .contact img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.footer .contact-list .contact img:hover{
    filter: brightness(80%);
    transition: filter 0.3s ease;
}
.footer .footer-column .contato span{
    font-size: 17px;
}
.footer .final-footer-row{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background-color: #111111;
}

/*======================================== alugar ========================================*/
/*------------------------------------ imagem inicial ------------------------------------*/
.entry-img{
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.entry-img img{
    width: 100%;
    position: absolute;
    min-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.entry-img .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -40px 20px -20px #ffffff;
}
.entry-img .entry-text{
    position: absolute;
    left: 3%;
    width: 40%;
    min-width: 250px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
}
.entry-img .entry-text p{
    margin: 0;
    font-weight: bold;
}
/*-------------------------------------- fitro --------------------------------------*/
.toggles {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0 10px;
}
.toggles-btns {
    padding: 5px 20px;
}
#lista-jogos, #toggle-list-btn {
    display: none;
}

.filter-form{
    max-width: 100%;
    margin: 15px 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 123, 255, 0.8);
}
#filter{
    display: none;
}
.filter-form .form-row{
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}
.filter-form .form-row-button{
    display: flex;
    justify-content: space-between;
}
.filter-form .form-row-button #btn-limpar{
    padding: 10px 25px;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    width: 200px;
    margin: 0 10px 0 0;
    font-weight: bold;
    border-radius: 12px;
}
.filter-form .form-column{
    flex: 1;
    margin-right: 10px;
    text-align: center;
}
.filter-form .form-column label{
    margin: 5px 0 0 0;
}
.filter-form .form-column:last-child{
    margin-right: 0;
}
.filter-form select{
    width: 100%;
}
.filter-form button{
    padding: 10px 25px;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    width: 200px;
    margin: 0 10px 0 0;
}
.filter-form button:hover{
    background-color: #45a049;
    color: #fff;
}
.filter-form .form-row .btn{
    padding: 10px 25px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}


/*------------------------------------ listagem produtos ------------------------------------*/
.products{
    padding: 20px 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    width: 100%;
    text-decoration: none;
}
.products .card{
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 5px;
    background-color: #f1f7ff;
}
.products .card img{
    cursor: pointer;
    height: 250px;
    width: 100%;
    position: relative;
    object-fit: cover;
}
.products .card .status-disponivel{
    cursor: pointer;
    position: absolute;
    padding: 7px;
    margin: 10px 15px;
    background-color: rgba(21, 255, 0, 0.78);
    border-radius: 7px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
}
.products .card .status-indisponivel{
    cursor: pointer;
    position: absolute;
    padding: 7px;
    margin: 10px 15px;
    background-color: rgba(255, 0, 0, 0.78);
    border-radius: 7px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
}
.products .card .name{
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #424144;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 -15px 10px rgba(0,0,0,0.2);
    z-index: 999;
    text-decoration: none;
}
.products .card .box{
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items:end;
}
.products .card .box .info-box{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .card .box .info-box .img-info{
    height: 28px;
    width:  28px;
    margin-right: 5px;
}
.products .card .box .info-box .text{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.products .card .box .price{
    cursor: pointer;
    color: #007bff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}
.products .card .box a{
    width: 50%;
}
.products .card .box .btn{
    font-size: 15px;
    color: #007bff;
    padding: 10px 18px;
    margin-bottom: 10px;
    font-weight: 900;
    border: 1px solid #007bff;
    border-radius:20px;
    width: 100%;
}
.products .card .box .space{
    width: 50%;
}
.products .card .box .space .btn{
    font-size: 12px;
    color: #353535;
    padding: 10px 18px;
    margin-bottom: 10px;
    font-weight: 900;
    border: 2px solid #353535;
    border-radius:20px;
    width: 100%;
    cursor: default;
}
.products .card .box .btn:hover{
    cursor: pointer;
    background-color: #007bff;
    color: white;
}

/*------------------------------------ paginação ------------------------------------*/
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination .pagination-item{
    text-align: center;
}
.pagination .pagination-item button,
.pagination .pagination-item span{
    display: inline-block;
    margin: 5px 5px;
    padding: 10px 15px;
    background-color: #f1f7ff;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.pagination .pagination-item a{
    text-decoration: none;
}
.pagination .pagination-item .active{
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #007bff;
    color: #f1f7ff;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.pagination .pagination-item button:hover,
.pagination .pagination-item span:hover{
    background-color: #007bff;
    color: #f1f7ff;
}

/*======================================== inicio ========================================*/
/*------------------------------------ imagem inicial ------------------------------------*/
.initial-box{
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border: none;
}
.initial-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px -40px 20px -20px #ffffff;
}
.initial-box .entry-text{
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
}
.initial-box .entry-text h1{
    color:white;
    font-size: 70px;
    margin-bottom: 150px;
}
.initial-box .entry-text p{
    margin: 0;
    color:white;
    font-weight: bold;
    font-size: 20px;
}

/*------------------------------------ sjogos em destaque ------------------------------------*/
.container1 .container-section .jogo-destaque{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    width: 100%;
}
.container1 .container-section .jogo-destaque .card{
    padding: 0;
    margin: 5px;
    background-color: #f1f7ff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 2px solid #007bff;
    overflow: hidden;
}
.container1 .container-section .jogo-destaque .card .img{
    width: 100%;
    height: 200px;
}
.container1 .container-section .jogo-destaque .card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*------------------------------------ carrossel de fotos ------------------------------------*/
.grid{
    width: 100%;
    overflow-x: hidden;
    background-color: #333;
    white-space: nowrap;
    box-shadow: 0px 0px 10px 20px #333;
    margin: 80px 0;
}
.photo-grid{
    display: inline-block;
    padding: 0.5% 0;
    width: 150%;
    overflow: hidden;
    position: relative;
    animation: 120s slide infinite linear;
}
.grid:hover .photo-grid{
    animation-play-state: paused;
}
.first-row{
    display: flex;
    height: 200px;
    background-color: #333;
}
.row{
    display: flex;
    height: 200px;
    background-color: #333;
}
.image1{
    padding: 5px;
    height: 100%;
    width: calc(99.7%/12);
    overflow: hidden;
}
.image1:last-child{
    padding: 5px 10px 5px 5px ;
}
.image2{
    padding: 5px;
    height: 100%;
    width: calc(99.7%/6);
    overflow: hidden;
}
.image2:last-child{
    padding: 5px 10px 5px 5px ;
}

@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%)
    }
}

/*======================================== login ========================================*/
.container1 .container-section .login-container{
    background-color: #fff;
    width: 50%;
    min-width: 300px;
}
.container1 .container-section .login-container li{
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
}
.container1 .container-section .login-container p{
    font-size: 22px;
    font-weight: bold;
}
.container1 .container-section .login-container span{
    font-size: 12px;
}
.container1 .container-section .login-container input{
    width: 100%;
    padding: 5px 0 ;
    border-radius: 15px;
    color: #007bff;
    border: 1px solid #007bff;
}
.container1 .container-section .login-container button{
    width: 200px;
    margin-top: 30px;
    padding: 10px;
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 15px;
    cursor: pointer;
}
.container1 .container-section .login-container button:hover{
    background-color: #007bff;
    color: #fff;
}

/*======================================== criar conta 2 ========================================*/
.container1 .container-section .criar-conta-2-container{
    background-color: #fff;
    width: 50%;
    min-width: 400px;
}
.container1 .container-section .criar-conta-2-container ul{
    background-color: #ff6961;
    
}
.container1 .container-section .criar-conta-2-container p{
    font-size: 22px;
    font-weight: bold;
}
.container1 .container-section .criar-conta-2-container span{
    font-size: 12px;
}
.container1 .container-section .criar-conta-2-container input{
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    color: #007bff;
    border: 1px solid #007bff;
}
.container1 .container-section .criar-conta-2-container button{
    width: 200px;
    margin-top: 30px;
    padding: 10px;
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 15px;
    cursor: pointer;
}
.container1 .container-section .criar-conta-2-container button:hover{
    background-color: #007bff;
    color: #fff;
}

/*======================================== jogo ========================================*/
.container1 .jogo-section{
    margin: 20px 10px;
    background-color: #f1f7ff;
    border: 1px solid #c4c9cf;
    border-radius: 15px;
}

.container1 .jogo-section .titulo-jogo{
    width: 100%;
    height: 100%;
    padding: 5px 0;
}
.container1 .jogo-section .info-jogo{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}
.container1 .jogo-section .info-jogo .col1{
    width: 100%;
    height: 100%;
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal{
    aspect-ratio: 1/1;
    width: 80%;
    margin: 20px 10% 5px 10%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display{
    height: 100%;
    display: flex;
    transition: 0.5s ease;
    
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display .img-completa{
    aspect-ratio: 1/1;
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display .img-completa .img-fundo{
    position: absolute;
    height: 110%;
    width: 110%;
    background-color: rgb(255, 255, 255);
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display .img-completa .img-cima{
    position: absolute;
    height: 100%;
    width: 100%;
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display .img-completa .img-fundo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px);
    opacity: 0.7;
}
.container1 .jogo-section .info-jogo .col1 .container-img-principal .img-principal-display .img-completa .img-cima img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.container1 .jogo-section .info-jogo .col1 .container-miniaturas-imgs{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    width: 80%;
    margin: 0 10% 30px 10%;
    overflow: hidden;
    align-content: center;
}
.container1 .jogo-section .info-jogo .col1 .container-miniaturas-imgs .miniatura-img{
    height: 150px;
    display: flex;
    margin: 2px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.container1 .jogo-section .info-jogo .col1 .container-miniaturas-imgs .miniatura-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
.container1 .jogo-section .info-jogo .col1 .product-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 10%;
}
.container1 .jogo-section .info-jogo .col1 .product-info #time{
    width: 35px;
    height: 35px;
}
.container1 .jogo-section .info-jogo .col1 .product-info #n_players{
    width: 25px;
    height: 25px;
}
.container1 .jogo-section .info-jogo .col1 .product-info #tags{
    width: 25px;
    height: 25px;
}
.container1 .jogo-section .info-jogo .col1 .product-info span{
    font-size: 18px;
    font-weight: 700;
    padding: 0px 5px;
    margin: 0 5px;
    background-color: #f1f7ff;
    color: #12263a;
    border: 0px;
    cursor: default;
    font-weight: bold;
}
.container1 .jogo-section .info-jogo .col1 .product-info span:hover{
    background-color: #f1f7ff;
    color: #12263a;
}
.container1 .jogo-section .info-jogo .col1 .product-info a{
    text-decoration: none;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius:20px;
    cursor: pointer;
    padding: 3px 10px;
    font-weight: 600;
    margin: 0 2px;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info{
    width: 80%;
    text-align: center;
    padding: 0 10%;
    margin: 0 10%;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info p{
    font-weight: 550;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info button{
    font-size: 17px;
    padding: 10px 18px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 900;
    border-radius:20px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info #alugar{
    border: 2px solid #007bff;
    color: #007bff;
    background: #f1f7ff;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info #alugar-disable{
    border: 2px solid #353535;
    color: #353535;
    background: #f1f7ff;
    cursor: default;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info #comprar{
    border: 2px solid #f64749;
    color: #f64749;
    background: #f1f7ff;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info #alugar:hover{
    background: #007bff;
    color: #ffffff;
}
.container1 .jogo-section .info-jogo .col1 .purchase-info #comprar:hover{
    background: #f64749;
    color: #ffffff;
}
.container1 .jogo-section .info-jogo .col1 .product-price{
    margin: 20px 10% 0px 10%;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    position: relative;
}
.container1 .jogo-section .info-jogo .col1 .product-price #last-price{
    justify-content: center;
    color: #f64749;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    border: 0;
    cursor: default;
    text-decoration: line-through;
    position: absolute;
    top: 0px;
    left: 0px;
}
.container1 .jogo-section .info-jogo .col1 .product-price #new-price{
    color: #007bff;
    margin: 0px;
    font-size: 65px;
    font-weight: bold;
    padding: 0;
    border: 0;
    cursor: default;
}
.container1 .jogo-section .info-jogo .col2{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.container1 .jogo-section .info-jogo .col2 span{
    font-size: 18px;
}
.container1 .jogo-section .info-jogo .col2 h3{
    color: #12263a;
}
.container1 .jogo-section .info-jogo .col2 p{
    font-size: 18px;
    opacity: 0.8;
}
/*======================================== FAQ ========================================*/
.faq-section{
    width: 100%;
    margin: 50px 0 50px 0;
}
.faq-section .item{
    padding: 10px 50px;
    margin: 20px 5%;
    border: 2px solid #2e2e2e;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
    background-color: #f1f7ff;
}
.faq-section .item h2{
    font-weight: bold;
    font-size: 30px;
}
.faq-section .item p{
    font-size: 18px;
}
/*======================================== carrinho ========================================*/
.container1 .container-section .cart-content{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}
.container1 .container-section .cart-content .cabecalho{
    display: flex;
    text-align: center;
    align-items: center;
    background-color:#007bff;
    height: 80px;
    width: 100%;
}
.container1 .container-section .cart-content .cabecalho span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0px;
}
.container1 .container-section .cart-content .cabecalho .col-1{
    width: 40%;
}
.container1 .container-section .cart-content .cabecalho .col-2{
    width: 10%;
}
.container1 .container-section .cart-content .cabecalho .col-3{
    width: 20%;
}
.container1 .container-section .cart-content .cabecalho .col-4{
    width: 20%;
}
.container1 .container-section .cart-content .cabecalho .col-5{
    width: 10%;
}
.container1 .container-section .cart-content .linha-item{
    display: flex;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(0, 123, 255, 0.8);
    background-color: #f1f7ff;
    align-items: center;
    align-content: center;
}
.container1 .container-section .cart-content .linha-item span{
    font-size: 18px;
}
.container1 .container-section .cart-content .linha-item .col-1{
    display: flex;
    width: 40%;
}
.container1 .container-section .cart-content .linha-item .col-1-1{
    width: 50%;
    height: 78px;
    background-color: #463e8e;
}
.container1 .container-section .cart-content .linha-item .col-1-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container1 .container-section .cart-content .linha-item .col-1-2{
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 10px;
}
.container1 .container-section .cart-content .linha-item .col-2{
    width: 10%;
    text-align: center;
}
.container1 .container-section .cart-content .linha-item .col-3{
    width: 20%;
    text-align: center;
}
.container1 .container-section .cart-content .linha-item .col-4{
    width: 20%;
    text-align: center;
}
.container1 .container-section .cart-content .linha-item .col-5{
    width: 10%;
    text-align: center;
}
.container1 .container-section .cart-content .linha-item .col-5 .btn{
    width: 23px;
    height: 23px;
    padding: 0;
}
.container1 .container-section .cart-content .linha-item .col-5 .btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container1 .container-section .cart-content .rodape{
    display: flex;
    text-align: center;
    align-items: center;
    background-color:#007bff;
    min-height: 50px;
    width: 100%;
}
.container1 .container-section .cart-content .rodape .total{
    margin: 0 10% 0 70%;
    width: 20%;
}
.container1 .container-section .cart-content .rodape .total span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0px;
}
.container1 .container-section .cart-content .rodape2{
    display: flex;
    justify-content: space-between;
    background-color:#007bff;
    height: 50px;
    width: 100%;
}
.container1 .container-section .cart-content .rodape2 .group1{
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.container1 .container-section .cart-content .rodape2 .group1 span{
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 5px;
}
.container1 .container-section .cart-content .rodape2 .group1 span span{
    color: #00ff0d;
}
.container1 .container-section .cart-content .rodape2 .group2{
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.container1 .container-section .cart-content .rodape2 .group2 span{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 5px;
}
.container1 .container-section .cart-content .rodape2 .group2 span span{
    color: #00ff0d;
}
.container1 .cart-finish{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
}
.container1 .cart-finish button{
    font-size: 17px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
}
.container1 .cart-finish button:hover{
    background-color:#4CAF50;
    border: 1px solid #4CAF50;
    color: #fff;
}

/*======================================== perfil ========================================*/
/*------------------------------------ info perfil ------------------------------------*/
.container1 .user-image{
    height: 250px;
    width: 250px;
    border: 4px solid #007bff;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
}
.container1 .user-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.container1 .container-section .group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 10px;
    margin: 0 0 10px 0;
}
.container1 .container-section .group p{
    margin: 10px 0;
    font-size: 19px;
    border: 1px solid #007bff;
    width: 100%;
    border-radius: 20px;
    padding: 7px 0;
    background-color: #fff;
    text-align: center;
}
.container1 .container-section .btns{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.container1 .container-section .btns button{
    margin: 10px;
    width: 200px;
}

/*------------------------------------ historico ------------------------------------*/

.container1 .container-section .hist-content{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}
.container1 .container-section .hist-content .pedidos{
    text-align: center;
    background-color:#007bff;
    min-height: 35px;
    width: 100%;
}
.container1 .container-section .hist-content .pedidos span{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}
.container1 .container-section .hist-content .jogos{
    width: 100%;
    border: 1px solid rgba(0, 123, 255, 0.8);
    background-color: #f1f7ff;
    align-items: center;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}
.container1 .container-section .hist-content .jogos:last-child{
    border-radius: 0 0 15px 15px;
}
.container1 .container-section .hist-content .jogos .col-1{
    width: 100%;
    min-height: 120px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    overflow: hidden;
}
.container1 .container-section .hist-content .jogos .col-1 span{
    font-size: 25px;
    color: #007bff;
}
.container1 .container-section .hist-content .jogos .col-1 .col-1-1{
    width: 100%;
    height: 120px;
}
.container1 .container-section .hist-content .jogos .col-1 .col-1-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container1 .container-section .hist-content .jogos .col-1 .col-1-2{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.container1 .container-section .hist-content .jogos .col-2{
    display: flex;
    flex-wrap: wrap;
    max-height: 115px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.container1 .container-section .hist-content .jogos .col-2 a{
    text-decoration: none;
    text-align: center;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius:20px;
    cursor: pointer;
    padding: 3px 10px;
    font-weight: 600;
    margin: 10px 2px;
}
.container1 .container-section .hist-content .jogos .col-2 span{
    font-size: 20px;
    color: #007bff;
}

/*======================================== alterar dados ========================================*/
.container1 .container-section .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.container1 .container-section .form-div{
    display: flex;
    width: 100%;
    justify-content: center;
}
.container1 .container-section .group .title{
    width: 100%;
    text-align: center;
}
.container1 .container-section .input{
    width: 100%;
}
input{
    text-align: center;
    width: 100%;
}

/*=========================================================================================*/
/*======================================== celular ========================================*/
/*=========================================================================================*/
@media screen and (max-width: 700px){
    .navbar-geral .navbar .group1 {
        flex-wrap: nowrap;
        width: 100%;
    }
    .navbar-geral .navbar .group1 .menu {
        display: flex;
    }
    .navbar-geral .navbar .group2 {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        display: none;
    }
    .navbar-geral .navbar .group2 .links {
        width: 100%;
        flex-wrap: wrap;
        margin: 10px 0 0 0;
    }
    .navbar-geral .navbar .group2 .links .link {
        margin: 2px 8px;
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 2px 0;
    }
    .navbar-geral .navbar .group2 .links .link-active {
        margin: 2px 8px;
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid rgb(0, 123, 255);
        border-radius: 5px;
        padding: 2px 0;
        font-weight: 600;
    }
    .navbar-geral .navbar .group2 .logged-container {
        margin: 10px 0 5px 0;
    }
}
@media screen and (max-width: 600px){
    .container1 .container-section .double-box{
        display: block;
        width: 100%;
    }
    .container1 .container-section .double-box .img-box{
        height: 200px;
        margin: 10px 0;
    }
    .photo-grid{
        width: 300%;
        margin: 0;
    }
    #toggle-list-btn {
        display: flex;
    }
    #cards-jogos {
        display: none;
    }
    .container1 #lista-jogos {
        flex-wrap: wrap;
        display: flex;
    }
    .container1 .container-section .list-item {
        width: 100%;
        height: 90px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
        display: flex;
        margin: 10px 0;
    }
    .container1 .container-section .list-item .col-1 {
        width: 20%;
        aspect-ratio: 4/3;
    }
    .container1 .container-section .list-item .col-2 {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
    }
    .container1 .container-section .list-item .col-2 .row {
        width: 100%;
        margin: 0; 
        display: flex;
        font-size: 18px;
        font-weight: bold;
        background-color: transparent;
        align-items: center;
        justify-content: center;
    }
    .container1 .container-section .list-item .col-2 #cima {
        height: 50%;
    }
    .container1 .container-section .list-item .col-2 #baixo {
        height: 40%;
        text-align: center;
    }
    .container1 .container-section .list-item .col-2 #baixo span {
        align-self: center;
    }
    
    .container1 .container-section .list-item .col-2 .row .col-2-1 {
        align-content: center;
        display: flex;
        width: 50%;
        font-size: 15px;
        font-weight: 100;
    }
    .container1 .container-section .list-item .col-2 .row .col-2-1 img{
        height: 30px;
        width: 30px;
        margin: 0 5px;
    }
    .container1 .container-section .list-item .col-3 {
        width: 20%;
    }
    .container1 .container-section .list-item .col-3 .price {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
    .container1 .container-section .list-item .col-3 .btn {
        border: 1px solid #007bff;
        color: #007bff;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        width: 90%;
        margin: 0 5%;
    }
    .container1 .container-section .list-item .col-3 .btn-disable {
        border: 1px solid #353535;
        color: #353535;
        font-weight: bold;
        height: 40%;
        width: 90%;
        margin: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 10px;
        border-radius: 7px;
    }
}
@media screen and (max-width: 450px){
    .navbar-geral .navbar .group1 .img {
        width: 60px;
        height: 60px;
    }
    .navbar-geral .navbar .group1 .menu {
        width: 40px;
        height: 25px;
    }
    .navbar-geral .navbar .group1 #nome_loja{ 
        display: none;
    }
    .card-wrapper .card .product-col-1 .group{
        width: 84%;
        padding: 0 2%;
    }
    .card-wrapper .card .product-col-2{
        padding: 0 5% 0 4%;
        width: 86%;
    }
    .container1 .container-section .cart-content .linha-item span{
        font-size: 15px;
    }
    .photo-grid{
        width: 400%;
    }
    .container1 .container-section .cart-content .linha-item .col-1-2{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container1 .container-section .login-container{
        width: 80%;
        min-width: none;
    }


    .container1 #lista-jogos {
        flex-wrap: wrap;
    }
    .container1 .container-section .list-item {
        width: 100%;
        height: 90px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
        display: flex;
        margin: 10px 0;
    }
    .container1 .container-section .list-item .col-1 {
        width: 20%;
        aspect-ratio: 4/3;
    }
    .container1 .container-section .list-item .col-2 {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
    }
    .container1 .container-section .list-item .col-2 .row {
        width: 100%;
        margin: 0; 
        display: flex;
        font-size: 18px;
        font-weight: bold;
        background-color: transparent;
        align-items: center;
        justify-content: center;
    }
    .container1 .container-section .list-item .col-2 #cima {
        height: 50%;
    }
    .container1 .container-section .list-item .col-2 #baixo {
        height: 40%;
        text-align: center;
    }
    .container1 .container-section .list-item .col-2 #baixo span {
        align-self: center;
    }
    
    .container1 .container-section .list-item .col-2 .row .col-2-1 {
        align-content: center;
        display: flex;
        width: 50%;
        font-size: 15px;
        font-weight: 100;
    }
    .container1 .container-section .list-item .col-2 .row .col-2-1 img{
        height: 30px;
        width: 30px;
        margin: 0 5px;
    }
    .container1 .container-section .list-item .col-3 {
        width: 20%;
    }
    .container1 .container-section .list-item .col-3 .price {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
    .container1 .container-section .list-item .col-3 .btn {
        border: 1px solid #007bff;
        color: #007bff;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        width: 90%;
        margin: 0 5%;
    }
    .container1 .container-section .list-item .col-3 .btn-disable {
        border: 1px solid #353535;
        color: #353535;
        font-weight: bold;
        height: 40%;
        width: 90%;
        margin: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 10px;
        border-radius: 7px;
    }
}