/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Remove decoração e herança de fontes para links */
a {
  text-decoration: none;
  color: inherit;
}

i {
  font-size: 24px;
  color: #000;
  margin: 0 10px;
  transition: color 0.3s;
}

i:hover {
  color: #007bff;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background: linear-gradient(to bottom, #141414, #912b2b);
}



.container-geral {
    width: 100%;
    max-width: 468px;
    min-width: 320px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;


    background: #ececec;
    border-radius: 20px;
    padding: 40px 8px 40px 8px;
    margin: 28px auto;
    box-shadow: #000000 0px 0px 20px;
}

.container-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#section-destaque{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.container-destaque {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 240px;
    background: #f4f4f4;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    overflow: hidden;
}

.container-destaque img{
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    transition: transform 0.3s ease;
}

.container-destaque img:hover{
    transform: scale(1.1); /* escala igual em X e Y */
    transition: transform 0.3s ease; /* para animação suave */
}



.container-destaque:hover{
     opacity: 0.8; /* ou qualquer valor entre 0 e 1 */
     cursor: pointer;

}

#section-importante {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: auto;
    background: #ffffff;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    padding: 10px;
}

.importantes{
    display: flex;
    width: 100%;
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 10px;
    /* border: 1px solid #696969; */
}

.importantes .cards{
    display: flex;
    width: 140px;
    height: 120px;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #eeeeee;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.importantes .cards:hover {
    transform: scale(1.05);
}

#section-patrocinadores {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: auto;
    background: #ffffff;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    padding: 10px;
}
.patrocinadores {
    display: flex;
    width: 100%;
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 10px 2px;
}

.patrocinadores .cards{
    display: flex;
    width: 108px;
    height: 108px;
    padding: 4px;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #eeeeee;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.patrocinadores .cards img {
    width: 100%;
    height: auto;
}

.patrocinadores .cards:hover {
    transform: scale(1.05);
}

.apoiadores{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.apoiadores-lista{
    display: flex;
    width: 100%;
    flex-direction: row;   
    text-align: left;
    justify-content: left;
    gap: 10px;
    /* border: 1px solid #696969; */
    padding-left: 20px;
}

.apoiadores-lista li {
    font-weight: bold;
    font-size: 16px;
    margin-top: 4px;
    color: #3067af;
}
.apoiadores-lista li a {
    font-weight: bold;
    margin-top: 4px;
    color: #376baf;
}

.apoiadores-lista li a:hover {
    font-weight: bold;
    margin-top: 4px;
    color: #81b5fa;
}

.apoiadores-lista .desabilitado {
    font-weight: 100;
    font-size: 16px;
    margin-top: 4px;
    color: #a5a5a5;
}

/* BANNERS ESPECÍFICOS */
.banners {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: auto;
    background: #ffffff;
    /* border: 1px solid #696969; */
    border-radius: 18px;
    padding: 10px 6px;
}

.banners img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: opacity 0.3s ease;
    transition: transform 0.3s ease;
}


#section-maisvendidos {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: auto;
    background: #dbdbdb;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    padding: 10px 6px;
}

.container-maisvendidos {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 10px 2px;
}
.container-maisvendidos .cards{
    display: flex;
    flex-direction: column;
    width: 172px;
    height: 226px;
    gap: 16px;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content:center;
    padding:4px;
    padding-bottom: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    background: #ffffff;
}

.container-maisvendidos .bloco-img {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 10px;

}
.container-maisvendidos .bloco-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit:cover;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container-maisvendidos .cards p {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-left: 2px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2 linhas visíveis */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.2em;
    max-height: 2.4em; /* 1.2em * 2 linhas */
}
.container-maisvendidos .cards:hover {
    transform: scale(1.05);
}







/* SECTION POSTAGENS */


#section-postagens {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: auto;
    background: #ffffff;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    padding: 10px 8px;
}



.container-postagens {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 10px;
}

.container-postagens .cards{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 168px;
    height: 228px;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content:center;
    padding:6px;
    padding-bottom: 16px;
    border-radius: 10px;
    background: #ececec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
}

.numero-postagem {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: -6px;
    width: 50px;
    height: 50px;
    background-color: #fc4242;
    color: #fff;
    border-radius: 100%;
    font-size: 0.8rem;
    font-weight: bold;
    border: 2px solid #e7e7e7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.container-postagens .bloco-img {
    display: flex;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
   

}
.container-postagens .bloco-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit:cover;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container-postagens .cards p {
    font-size: 12px;
    color: #000;
    text-align: left;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2 linhas visíveis */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.2em;
    max-height: 2.4em; /* 1.2em * 2 linhas */
}
.container-postagens .cards:hover {
    transform: scale(1.05);
}


/* SETUP GAMER */

#section-setupgamer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: auto;
    background: #ffffff;
    /* border: 1px solid #696969; */
    border-radius: 20px;
    padding: 10px 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.container-setupgamer {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;   
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 4px;
}

.container-setupgamer .cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 174px;
    height: 230px;
    gap: 16px;
    text-align: center;
    justify-items: center;
    padding:6px 6px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    background: #313131;
}


.container-setupgamer .bloco-img {
    display: flex;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
   

}
.container-setupgamer .bloco-img img {
    width: 100%;
    height: auto;   
    border-radius: 6px;
    object-fit:contain;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
}
.container-setupgamer .cards p {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    padding-left: 2px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2 linhas visíveis */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.2em;
    max-height: 2.4em; /* 1.2em * 2 linhas */
}
.container-setupgamer .cards:hover {
    transform: scale(1.05);
}






.logo-central {
    display: flex;
    height: 100px;
    width: 90px;
    border-radius: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logo-central img {
    width: 100%;
    height: 100%;
}
        



.section-linkinicias {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.link-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 130px;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    /* color: #000; */
    color: #fff;
}

/* .link-button{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  padding: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
} */

.link-button i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
}

.link-button span {
  font-weight: 600;
  font-size: 17px;    
}

.link-button small {
  font-weight: 400;
  font-size: 0.9rem;    
}


/* ====== CORES ====== */
.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.shopee {
  background: linear-gradient(135deg, #FF5F3E, #FF2E2E);
}

.blog {
  background: linear-gradient(135deg, #292929, #121212);
}

.internacional {
  background: linear-gradient(135deg, #292929, #121212);
}

.apoio {
  background: linear-gradient(135deg, #9FFF5B, #6AF022);
  color: #111;
}

/* ====== HOVER ====== */
.link-button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 20px rgba(255,0,0,0.4);
  cursor: pointer;
}




.section-maisvendidos {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #e74d4d;
}


/* reduzindo a escala */
/*Até o 360 fica assim:*/
@media (min-width: 359px) {
    h3 { font-size: 16px; }
    .patrocinadores .cards {
        width: 98px;
        height: 98px;
    }

    .container-maisvendidos .cards{
       width: 160px;
        gap: 2px;
    }

    .container-postagens .cards{
        width: 154px;
        gap: 2px;
    }

    .container-setupgamer .cards{
       width: 160px;
        gap: 2px;
    }
}

@media (min-width: 390px) {
    h3 { font-size: 16px; }
    .patrocinadores .cards {
        width: 100px;
        height: 100px;
    }

    .container-maisvendidos .cards{
       width: 170px;
        gap: 2px;
    }

    .container-postagens .cards{
        width: 168px;
        gap: 2px;
    }

    .container-setupgamer .cards{
       width: 170px;
        gap: 2px;
    }
}


/* reduzindo a escala */
/*Até o 480 fica assim:*/
@media (min-width: 442px) {
    h3 { font-size: 18px; }
    .patrocinadores .cards {
        width: 126px;
        height: 126px;
    }

    .container-maisvendidos .cards{
        width: 198px;
        height: auto;
        gap: 2px;
    }

    .container-postagens .cards{
        width: 194px;
        height: 240px;
        gap: 2px;
    }

    .container-setupgamer .cards{
        width: 198px;
        gap: 2px;
    }
}

  