body {
background-color: #ebebeb;
margin: 0;
padding: 0;
}
#wrap {
width: 100%;
margin: 0px auto;
} #header {
width: 100%;
height: auto; } .headerleft,
.headerright {
width: 100%;
float: none;
text-align: center;
margin: 0;
padding: 10px 0;
}
.gamebusca,
.gamerela {
width: 48%; float: left;
margin: 1%;
height: auto;
} @media screen and (max-width: 480px) {
.gamebusca,
.gamerela {
width: 100%;
margin: 5px 0;
}
} #cookie-consent-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #282d3d;
color: #f8f8f8;
padding: 15px 25px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
}
#cookie-consent-banner p {
margin: 0;
font-size: 0.9em;
}
#cookie-consent-banner a {
color: #f8681d;
text-decoration: underline;
margin-left: 5px;
}
#cookie-accept-button {
background-color: #f8681d;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-size: 0.9em;
transition: background-color 0.3s;
}
#cookie-accept-button:hover {
background-color: #e65c12;
}
#footer {
width: 100%;
height: auto;
color: #fff;
background: #282d3d;
padding: 20px;
margin: 10px auto;
border-bottom: 10px ridge #f8681d;
box-shadow: 0px 0px 8px #f4902a;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
text-align: center;
}
#footer-info {
width: 100%;
max-width: 600px;
font-size: 14px;
line-height: 1.5;
}
.footer-trademark {
width: 100%;
font-size: 12px;
}
.footer-trademark a {
color: #fff;
text-decoration: none;
}
.footer-list-container {
width: 100%;
}
.footer-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.footer-list li {
width: 100%;
max-width: 300px;
}
.footer-button {
display: block;
width: 100%;
background-color: #f8681d;
color: #fff;
text-decoration: none;
padding: 10px 15px;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s;
}
.footer-button:hover {
background-color: #ff8544;
}
.discord-icon {
position: fixed;
z-index: 2147483000;
cursor: pointer;
right: 10px;
bottom: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
border-radius: 50%;
transition: transform 0.3s;
}
.discord-icon:hover {
transform: scale(1.1);
}
.discord-icon img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.social-icons-container {
display: flex;
gap: 15px;
margin-bottom: 20px;
}
.social-icon {
width: 40px;
height: 40px;
transition: transform 0.3s ease;
}
.social-icon:hover {
transform: scale(1.1);
}
.floating-banner {
position: fixed;
bottom: 20px;
right: 20px;
width: 320px;
height: auto;
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
z-index: 9999;
display: none;
animation: fadeIn 0.5s ease-in-out;
}
.banner-content {
padding: 10px;
text-align: center;
}
.close-banner {
position: absolute;
top: 5px;
right: 10px;
color: #fff;
font-size: 20px;
font-weight: bold;
background-color: #333;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
cursor: pointer;
transition: transform 0.2s ease;
}
.close-banner:hover {
transform: scale(1.1);
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@media screen and (min-width: 768px) {
#footer {
width: 1140px;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 10px;
height: 100px;
}
#footer-info {
width: 45%;
text-align: left;
}
.footer-list-container {
width: 320px;
text-align: right;
}
.footer-list {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
}
.footer-list li {
width: auto;
max-width: none;
}
} body {
background-color: #FFFFFF;
color: #e0e0e0;
font-family: Arial, sans-serif;
}
.site-wrapper {
display: flex;
justify-content: center;
gap: 20px;
max-width: 1400px;
margin: 0 auto;
padding: 20px;
}
.main-content {
flex: 1;
max-width: 800px;
background-color: #1a1a1a;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.sidebar-right {
width: 320px;
background-color: #1a1a1a;
padding: 20px;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.secao-publicidade {
margin-bottom: 20px;
text-align: center;
}
.secao-publicidade .ad-placeholder {
color: #ffffff;
background-color: #333;
padding: 15px;
border-radius: 4px;
}
.secao-parceiro {
margin-bottom: 20px;
text-align: center;
padding: 10px;
border: 1px solid #444;
border-radius: 8px;
}
.secao-parceiro h4 {
color: #f8681d;
margin-bottom: 10px;
}
.secao-jogos h2, .bloco-descricao h3 {
color: #f8681d;
border-bottom: 2px solid #f8681d;
padding-bottom: 10px;
margin-bottom: 20px;
}
.bloco-descricao {
background-color: #1a1a1a;
padding: 20px;
border-radius: 8px;
margin-top: 20px;
border: 1px solid #333;
}
.lista-jogos {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.item-jogo {
min-width: 120px;
width: calc(20% - 10px);
background-color: #1a1a1a;
border: 1px solid #444;
border-radius: 8px;
overflow: hidden;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item-jogo:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(248, 104, 29, 0.2);
}
.item-jogo img {
width: 100%;
height: 100px;
object-fit: cover;
display: block;
}
.item-jogo h3 {
padding: 5px;
margin: 0;
font-size: 0.9em;
color: #f8681d;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-jogo a {
text-decoration: none;
color: #e0e0e0;
} #preloader, #game-iframe {
width: 100%;
height: 500px;
background-color: #000;
margin-bottom: 20px;
}
#preloader {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #fff;
} .botao-jogar-container {
text-align: center;
margin-top: 40px;
}
.botao-jogar, .botao-tela-cheia {
background-color: #f8681d;
color: #ffffff;
padding: 15px 30px;
font-size: 1.5em;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
margin: 5px;
}
.botao-jogar:hover, .botao-tela-cheia:hover {
background-color: #e65c12;
}
.botao-tela-cheia {
background-color: #4CAF50;
} #fullscreen-popup {
display: none; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 9999;
}
#fullscreen-popup .close-button {
position: absolute;
top: 20px;
right: 20px;
font-size: 30px;
color: #fff;
cursor: pointer;
z-index: 10000;
background-color: #f8681d;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
#fullscreen-popup iframe {
width: 100%;
height: 100%;
border: none;
} .social-share {
text-align: center;
margin: 20px 0;
}
.social-share h3 {
margin-bottom: 10px;
color: #f8681d;
}
.social-share a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
background-color: #333;
color: #e0e0e0;
margin: 0 5px;
font-size: 1.2em;
transition: background-color 0.3s;
}
.social-share a.whatsapp:hover { background-color: #25D366; }
.social-share a.facebook:hover { background-color: #3b5998; }
.social-share a.twitter:hover { background-color: #00acee; }
.social-share a.pinterest:hover { background-color: #E60023; }
.comments-area {
margin-top: 40px;
}
.comments-area h3 {
color: #f8681d;
border-bottom: 2px solid #f8681d;
padding-bottom: 10px;
margin-bottom: 20px;
}
.ratings-section {
margin-bottom: 20px;
padding: 15px;
background-color: #222;
border-radius: 8px;
text-align: center;
} body {
background-color: #282d3d;
color: #333333;
font-family: Arial, sans-serif;
}
.site-wrapper {
display: flex;
justify-content: center;
gap: 20px;
max-width: 1400px;
margin: 0 auto;
padding: 20px;
}
.main-content {
flex: 1;
max-width: 800px;
background-color: #F8F8F8;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sidebar-right {
width: 320px;
background-color: #F8F8F8;
padding: 20px;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} .secao-publicidade {
margin-bottom: 20px;
text-align: center;
}
.secao-publicidade .ad-placeholder {
color: #333333;
background-color: #EFEFEF;
padding: 15px;
border-radius: 4px;
}
.secao-parceiro {
margin-bottom: 20px;
text-align: center;
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
}
.secao-parceiro h4 {
color: #f8681d;
margin-bottom: 10px;
} .featured-carousel {
display: flex;
overflow-x: auto;
gap: 10px;
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: 2px solid #ddd;
}
.featured-carousel::-webkit-scrollbar {
height: 8px;
}
.featured-carousel::-webkit-scrollbar-thumb {
background: #f4902a;
border-radius: 10px;
}
.featured-carousel::-webkit-scrollbar-track {
background: #282d3d;
}
.featured-game {
flex-shrink: 0;
width: 250px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.featured-game:hover {
transform: translateY(-5px);
}
.featured-game img {
width: 100%;
height: 150px;
object-fit: cover;
}
.featured-game h3 {
padding: 10px;
margin: 0;
text-align: center;
background-color: #1a1a1a;
color: #f8681d;
font-size: 1em;
} .secao-jogos h2, .secao-filtro h2 {
color: #f8681d;
border-bottom: 2px solid #f8681d;
padding-bottom: 10px;
margin-bottom: 20px;
}
.lista-jogos {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
}
.item-jogo {
width: calc(20% - 10px);
min-width: 120px;
background-color: #F0F0F0;
border: 1px solid #CCCCCC;
border-radius: 8px;
overflow: hidden;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item-jogo:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.item-jogo img {
width: 100%;
height: 100px;
object-fit: cover;
display: block;
}
.item-jogo h3 {
padding: 5px;
margin: 0;
font-size: 0.9em;
color: #f8681d;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-jogo a {
text-decoration: none;
color: #333333;
} .most-played-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
.most-played-item {
display: flex;
align-items: center;
gap: 10px;
background-color: #EFEFEF;
padding: 5px;
border-radius: 8px;
text-decoration: none;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.most-played-item:hover {
transform: translateX(5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.most-played-item img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 4px;
}
.most-played-item h4 {
margin: 0;
font-size: 1em;
color: #f8681d;
text-align: left;
}
.most-played-item p {
margin: 0;
font-size: 0.8em;
color: #666;
text-align: left;
} .secao-filtro {
margin-bottom: 30px;
}
.secao-filtro h2 {
text-align: center;
}
.secao-filtro ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.secao-filtro li a {
display: block;
padding: 10px 15px;
background-color: #333;
color: #fff;
border-radius: 20px;
text-decoration: none;
font-size: 0.9em;
transition: background-color 0.3s ease;
}
.secao-filtro li a:hover {
background-color: #f8681d;
} .two-column-games {
display: flex;
flex-wrap: wrap; gap: 20px;
margin-bottom: 30px;
}
.two-column-games > div {
flex-basis: calc(50% - 10px); min-width: 300px; } .two-column-games .lista-jogos {
flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.two-column-games .item-jogo {
width: calc(48% - 5px); min-width: unset; }