* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", "Open Sans", "Helvetica Neue", "Inter", sans-serif;
  }
  
  html {
    font-size: 75%;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  body{
    position: relative;
    overflow-x: hidden;
  }
  
/* MAIN-HEADER */

.img-batalhao {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:
    linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.5)),
    url(https://i.bo3.no/image/74912/gtav02272015_1.jpg?c=0&h=630&w=1120);
  background-size: cover;
  background-position: center;
}

/* Camada de desfoque */
.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px); /* intensidade do blur */
  background-color: rgba(30, 9, 56, 0.3); /* reforça o tom escuro */
  z-index: -1; /* precisa estar atrás do conteúdo, mas à frente da imagem */
}
  
  /* ------ ---- ASIDE ----------- */
  .container-barra {
    position: relative;
  }
  
  .barra-aside {
    width: 0.625px;
    background-color: #505050;
    position: absolute;
    left: 5.84%;
    z-index: 1;
    transform: translateX(-5.84%);
    height: 100%;
  }
  .aside {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 100%;
    width: 5.84%;
  }
  
  .siga {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    width: 6rem;
    transform: rotate(90deg);
    margin-bottom: 1.7rem;
  }
  
  .icons-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 60%;
  }
  
  .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  
  .follow-link {
    transition: all 0.2s;
  }
  
  .follow-link:hover {
    transform: scale(1.15);
  }
  
  .main {
    height: 100%;
    width: 95.12%;
  }
  
  .container {
    height: 100%;
    width: 100%;
    display: flex;
  }
  .main-section {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(imagens/Texture.png);
    mix-blend-mode: overlay;
  }
  /*--------------- HEADER -------------*/
  
  .header {
    display: flex;
    width: 81rem;
    height: 2.25rem;
    padding: 0.625rem 0rem;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.625rem;
    margin: 3.44rem auto;
  }
  .links-flex {
    width: 35%;
    display: flex;
    justify-content: space-around;
  }
  
  .pm {
    color: var(--Wei, #fff);
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.015rem;
    text-transform: capitalize;
  }
  
  .link-1 {
    color: #fff;
    font-weight: 700;
  }
  
  .link-2,
  .link-3 {
    color: #b6b6b6;
    font-weight: 600;
  }
  
  .link {
    text-decoration: none;
    font-size: 1.125rem;
    transition: all 0.2s;
  }
  
  .link:hover {
    transform: scale(1.05);
  }
  
  /* ------------SECTION -------------- */
  
  .section {
    width: 84.05rem;
    margin: 0 auto;
    display: grid;
    gap: 7.5rem;
    grid-template-columns: 1fr 1.3fr;
    position: relative;
  }
  
  .section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4.13rem;
    row-gap: 1.25rem;
  }
  
  .box-1 {
    background: #3f3f3f;
    display: flex;
    width: 26rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.8125rem;
    flex-shrink: 0;
  }
  
  .box-title {
    color: #fff;
    font-family: "Inter";
    font-size: 1rem;
    font-weight: 700;
  }
  
  .h1 {
    color: #f2f2f2;
    text-align: left;
    font-size: 3rem;
  }
  
  .red-text {
    color: #da0000;
  }
  
  .main-text {
    color: #f2f2f2;
    margin-bottom: 0.5rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  
  .white-text {
    color: #f2f2f2;
    line-height: 1.8rem;
    font-weight: 700;
  
  }
  
  .main-btn {
    display: flex;
    width: 100%;
    height: 4rem;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    flex-shrink: 0;
  }
  
  .btn {
    display: flex;
    width: 13.3125rem;
    height: 2.75rem;
    padding: 0.9375rem 1.625rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
  }
  
  .white-btn {
    border-radius: 1.125rem 0rem;
    background: #fff;
    box-shadow: 0px 7px 21px 0px rgba(37, 44, 97, 0.2);
    text-decoration: none;
    transition: all 0.2s;
  }
  
  .black-btn {
    border-radius: 1.125rem 0rem;
    border: 2px solid #fff;
    box-shadow: 0px 7px 21px 0px rgba(37, 44, 97, 0.2);
    text-decoration: none;
    transition: all 0.2s;
  }
  
  .white-btn:hover,
  .black-btn:hover,
  .btn-black:hover {
    transform: scale(1.03);
  }
  
  .logo-section {
    align-self: center;
    justify-self: center;
    margin-top: 4.13rem;
  }
  
  .text-btn {
    color: #252322;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
  }
  
  .text-btn-white {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
  }
  
  /* BotÃ£o amarelo quando o mouse passa por cima */
  .main-btn a:hover {
    background-color: #da0000;
    color: rgb(0, 0, 0); /* Altere a cor do texto conforme necessÃ¡rio */
    border: 2px solid #da0000;
    box-shadow: 0px 7px 21px 0px rgba(37, 44, 97, 0.2),
      0px 3px 8px 0px rgba(136, 144, 194, 0.25);
  }
  
  .main-btn .black-btn:hover {
    color: #da0000; /* Altere a cor do texto conforme necessÃ¡rio */
    background-color: transparent; /* Fundo transparente ao passar o mouse */
    border: 2px solid #da0000;
    box-shadow: 0px 7px 21px 0px rgba(37, 44, 97, 0.2),
      0px 3px 8px 0px rgba(136, 144, 194, 0.25);
  }
  
  .btn-black:hover {
    color: #da0000; /* Cor do texto ao passar o mouse */
    border: 2px solid #da0000; /* Contorno amarelo ao passar o mouse */
  }
  
  .header .links-flex a:hover {
    position: relative;
    color: #da0000; /* Cor do texto ao passar o mouse */
  }
  
  .header .links-flex a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.625rem; /* Ajuste a distÃ¢ncia da linha em relaÃ§Ã£o ao texto */
    width: 100%;
    height: 1px; /* Espessura da linha */
    background-color: #da0000; /* Cor da linha ao passar o mouse */
  }
  
  .brasao {
    width: 24.625rem;
    height: 21.125rem;
    flex-shrink: 0;
  }
  
  .ver-mais {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .ver-mais-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 	0.5rem;
    transition: all 0.3s;
  }
  .ver-mais-div:hover{
    transform: scale(1.05);
   
  }
  .setinha {
    width: 1rem;
    height: 1.5rem;
  }
  
  .section-mais {
    width: 10rem;
  
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6rem;
  }
  .ver-mais-absolute {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    z-index: 1;
    text-decoration: none;
  }
  
  .z-pattern {
    height: 150rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #252334;
  }
  .z-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 10rem;
  
    background: linear-gradient(
      to bottom,
      rgba(7, 7, 10, 0.15) 0%,
      rgba(37, 35, 52, 0.25) 35%
    );
    /*   background: linear-gradient(to top, #25233411, #2523341c, #1e1e2c55); */
  }
  
  .z-pattern::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url(imagens/Texture.png);
    mix-blend-mode: overlay;
  }
  
  .spacing {
    width: 5.68vw;
    height: 100%;
  }
  .z-pattern-grid {
    z-index: 2;
    margin: 0 auto;
    height: 100%;
    width: 84.05rem;
    display: grid;
    row-gap: 3rem;
    column-gap: 5rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-items: left;
    margin-bottom: 7rem;
  }
  
  .ver-mais-div {
    position: relative;
  }
  .z-pattern-grid:first-child {
    align-self: flex-start;
    height: 100%;
    width: 100%;
  }
  .pattern-section {
    position: relative;
    display: flex;
    width: 35.9375rem;
    align-self: center;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 1.875rem;
  }
  
  .line {
    width: 4.5rem;
    height: 0.125rem;
    background: #da0000;
  }
  
  .h2 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
  }
  
  .discord-text {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.76rem;
  }
  
  .btn-black {
    display: flex;
    width: 13.6rem;
    height: 2.875rem;
    padding: 0.9375rem 1.625rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1.125rem 0rem;
    border: 2px solid #fff;
    box-shadow: 0px 7px 21px 0px rgba(37, 44, 97, 0.2),
      0px 3px 8px 0px rgba(136, 144, 194, 0.25);
    text-decoration: none;
    transition: all 0.2s;
  }
  
  .btn-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
   
  }
  .discord-ver-mais {
    position: absolute;
    bottom: 0;
    text-decoration: none;
  }
  
  .pattern-img {
    width: 31.8125rem;
    height: 34.02619rem;
    flex-shrink: 0;
    border-radius: 0.625rem;
    transition: all 0.2s;
  }
  
  .pattern-img:hover,
  .revo-anchor:hover,
  .img-pattern:hover {
    transform: scale(1.02);
  }
  
  .img-pattern,
  .revo-anchor {
    transition: all 0.2s;
  }
  .revo-anchor {
    position: relative;
  }
  .pattern-flex {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1.5rem;
  }
  
  .span {
    color: #da0000;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
  }
  
  .text-revo {
    color: #da0000;
  }
  
  .right-pattern {
    justify-self: right;
  }
  .ver-mais-anchor {
    text-decoration: none;
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    position: absolute;
    align-items: center;
    bottom: -5rem;
  }
  
  .ver-mais-2 {
    right: 0;
    transform: translate(-50%);
  }
  .dad-revo-a {
    position: relative;
    overflow: hidden;
  }
  .items-div-img-revo {
    width: 31.8125rem;
    height: 36rem;
    flex-shrink: 0;
    border-radius: 0.625rem;
    position: absolute;
    background: url(imagens/Texture.png),
      rgba(54, 55, 47, 0.8) 0% 0% / 49.906760454177856px 49.906760454177856px
        repeat;
  
    top: 0;
  }
  .dad-habbo-revo-title {
    display: flex;
    flex-direction: column;
  }
  
  .habbo-revo-title,
  .bold-revo {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 80%;
  }
  
  .habbo-revo-title {
    color: #fff;
    letter-spacing: -0.15625rem;
  }
  
  .bold-revo {
    color: #da0000;
    letter-spacing: 0.71875rem;
  }
  .revolucao {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.0375rem;
  }
  .brasao-revo {
    width: 6rem;
    height: 6rem;
  }
  .flex-revo {
    top: 4rem;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
  .revotech {
    position: absolute;
    width: 22rem;
    height: 4.9375rem;
    z-index: 1;
    background-image: url(imagens/revo-branca.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .revotech-ancor {
    position: relative;
    align-self: center;
  }
  
  /* ----------- FOOTER ----------- */
  

  .footer-bar {
    background-color: #505050;
    border: none;
    height: 0.625px;
    width: 100%;
  }
  
  .footer {
    align-items: center;
    background: url(https://i.imgur.com/6bP2Veg.png) left top repeat;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 2rem 2rem 2rem 0;
  }
  

  .footer-div {
    width: 100%;
  }
  
  .footer-infos-img {
    align-items: center;
    display: flex;
  }
  
  .footer-logo {
    width: 3.875rem;
    height: 3.875rem;
  }
  
  .footer-infos {
    display: flex;
    flex-direction: column;
  }
  
  .footer-menu {
    display: flex;
    justify-content: space-around;
  }
  
  .footer-item {
    margin: 0.2rem 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .footer-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .footer-date {
    font-size: 1.125rem;
    font-weight: 400;
  }
  
  .footer-text-one {
    font-size: 0.75rem;
    font-weight: 400;
  }
  
  .footer-link {
    color: #fff;
    transition: all 0.2s;
  }
  
  .footer-link:hover {
    transform: scale(1.1);
  }
  
  .footer-menu {
    font-size: 1rem;
    font-weight: 600;
  }
  
  /* apagar */
  
  .test {
    width: 100%;
    position: relative;
    height: 100vh;
  }
  
  .ref-div-ver-mais-1 {
    position: absolute;
    top: -13rem;
  }
  
  .z-pattern::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 5rem;
    background: url(imagens/Texture.png),
      linear-gradient(to bottom, #22202f4d 25%, rgb(37, 35, 52) 65%);
    mix-blend-mode: color;
  }
  
  .spacing-container {
    width: 5.68vw;
    height: 100%;
  }
  
  .flex-z-pattern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 11rem;
    align-items:center;
    position: relative;
    justify-items: center;
  }
  .aside {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .father-icons-div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right-pattern{
    align-self: center;
    justify-self: center;
  }
  .dad-revo-a{
    align-self: flex-start;
    justify-self: self-start;
  }
  .cassio{
    width: 88.52%;
  }
  
  .pattern-img,.revo-anchor{
    align-self: center;
    justify-self: center;
  }
  .main-text,.white-text,.discord-text{
    word-wrap: break-word; 
  }
  .link-v{
    right: 0;
    transform: none;
  }
  
  .options {
    display: none;
    z-index: 3;
  }
  
  .follow-div {
    display: none;
  }
  .z-pattern{
    width: 100%;
  }  .footer-div{
    width: 85%;
    display: flex;
    gap: 20rem;
    align-items: center;
    justify-content: center;
  }
  .main{
    width: 100%;
    display: flex ;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content:start ;
  }.ver-mais-absolute{
    margin-top: 4rem;
    position: sticky;
    grid-column: 1/3;
    z-index: 99999;
  
  }
  .flex-z-pattern{
    justify-items: start;
  }
  .cassio{
    width: 100%;
  }
  
/* === MOBILE FIRST (ou media queries para mobile) === */
@media (max-width: 768px) {
  /* Ajusta padding e fonte geral */
  body, .container {
    padding: 10px;
    font-size: 16px;
  }

  /* Header fica mais compacto */
  .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .pm {
    font-size: 1.5rem;
    font-weight: 600;
  }

  /* Esconde links do menu principal no mobile */
  .links-flex > a {
    display: none;
  }

  /* Mostra botão do menu (hambúrguer) */
  .options {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  /* Faz o menu aparecer ao clicar (você vai precisar do JS para alternar a classe) */
  .links-flex.opened a {
    display: block;
    margin: 10px 0;
    font-size: 1.2rem;
  }

  .links-flex {
    flex-direction: column;
    background-color: #333;
    padding: 15px;
    position: absolute;
    top: 60px;
    right: 10px;
    border-radius: 8px;
    display: none; /* esconder por padrão */
  }

  .links-flex.opened {
    display: flex;
  }

  /* Ajusta o texto da seção principal */
  .section-text {
    padding: 10px;
  }

  .h1 {
    font-size: 1.8rem;
  }

  .h3 {
    font-size: 1rem;
  }

  .main-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* Ajusta botoes */
  .main-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  /* Imagem/logo menor */
  .brasao {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

  /* Footer simples e com texto menor */
  .footer {
    padding: 10px;
    font-size: 0.8rem;
  }

  .footer-logo {
    width: 60px;
    height: auto;
  }
}