  body {background-color: #121314;
  font-family:'Montserrat', 
  sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  align-items: center;
  justify-content: center;
  }


  .header-links {
  font-family: 'Montserrat', sans-serif;  
  font-weight: 500;
  text-decoration: none;
  color: #555556; 
  font-size: clamp(1rem, 1.0vw, 2rem);
  transition: color 0.5s ease;
  margin-right: 70px;
  }


  .cabeçalho {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  justify-content: center;
  height: 10%;
  z-index: 1000;

  backdrop-filter: blur(10px);
  background-color: #12131498;
  flex-wrap: wrap;

  padding: 50px 10%; /* espaçamento do topo */
  width: 100%; /* Garante que não ultrapasse a tela */
  box-sizing: border-box; /* Importante! */

  
  }



  .header-links:hover {color:#e6e7ed}

  .logo {
  height: auto;         
  max-height: 40px;     
  width: auto; 
  margin-right: 140px;
  cursor: pointer;        
  }

  .title {
  font-family: 'Montserrat', sans-serif;  
  font-weight: 700;
  padding-top: 170px;
  

  justify-content: center;
  text-align: center;
  background: linear-gradient(90deg, #f5f9f7, #76817d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block; /* garante o clipping correto */
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  }

  .container {
  text-align: center; /* centraliza o inline-block dentro do container */
  } 

  .subtitle {
  Font-family: 'Montserrat', sans-serif;  
  font-weight: 400;
  text-decoration: none;
  color: #969696; 
  justify-content: center;
  text-align: center;
  font-size: clamp(1rem, 1.0vw, 2rem);
  }

  .container-interface {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  margin-top: 20px;
  }

  .interface {
  display:flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10%;
  min-height: 220px;
  max-width: 700px;
  border-radius: 5%;
  transition: transform 0.3s ease;
  transform: rotateY(15deg); /* ângulo inicial */
  transition: transform 0.4s ease-out;
  transform-style: preserve-3d
  }

  .interface:hover {transform: scale(1.05);}
    
  .interface {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
  }

  .interface.active {
  opacity: 1;
  transform: translateY(0);
  }

  .abouttext     
  {Font-family: 'Montserrat', sans-serif;  

  font-weight: 700;
  text-decoration: none;
  color: #969696; 

  display: flex;
  justify-content: left;
  text-align: left;
  padding-left: 5%;
  padding-top: 5%;
  font-size: clamp(1rem, 1.0vw, 2rem);}


 
 .textcontact {
  text-align: left;
  margin: 0 auto;
  width: 90%;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  color: #969696;
}

#titlecontact {
  text-align: left;
  margin: 0 auto 20px auto;
  width: 90%;
  font-weight: 700;
  font-size: 70px;
  color: #969696;
}

/* 🔥 SEÇÃO DE CONTATO CORRIGIDA */
.divcontact {
    width: auto;
    margin: 170px auto 0 auto;
    padding: 40px;
    background: linear-gradient(134.192deg, rgb(19, 19, 19) 0%, rgb(32, 32, 32) 100%);
    border: 1px solid #282828;
    border-radius: 23px;
    height: auto;
    position: static; /* ou remova completamente a propriedade position */
    overflow: hidden; /* importante */
}


/* ÍCONES */
.iconscont {
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

.icons-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* FOOTER */
.footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 10%; /* importante para flexbox */
    width: 100%;
 
    position: relative;
    z-index: 1;
}

.footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.links-rdp {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

  .divabout
  {
  border-bottom-width: 1px;
  border-color: #282828;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;

  background: linear-gradient(134.192deg, rgb(19, 19, 19) 0%, rgb(32, 32, 32) 100%);
  border-radius: 23px;

  position: absolute;
  flex: 0 0 auto;

  top: 170px;
  left: 0px;

  height: 480px;
  width: 651px;

  margin-left: 10%;


  }

  .divbpre {
  border-bottom-width: 1px;
  border-color: #282828;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;

  background: linear-gradient(134.192deg, rgb(19, 19, 19) 0%, rgb(32, 32, 32) 100%);
  border-radius: 23px;

  flex: 0 0 auto;
  left: 0px;
  top: 23%;
    
  position: absolute;
  
  height: 100px;
  width: 38%;

  margin-left: 56%;
  background-color: #262729;

  }

  .iconspref {
  
  justify-content: center;
  height: 70%;
  margin-top: 3%;
  margin-left: 2.5%;

  transition: transform 0.3s ease;
  }

  .iconspref:hover {
  transform: scale(1.2);}

  .divspotify {
  width: 19%;


  display: flex;
  margin-left: auto;
  margin-right: 25%;
  margin-top: 19%;
  }
/* ===== HAMBURGER ===== */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  z-index: 2000;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #e6e7ed;
  border-radius: 2px;
  transition: 0.3s;
}

/* ===== MENU MOBILE ===== */
.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #121314;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: right 0.4s ease;
  z-index: 1500;
}

.menu-mobile a {
  color: #e6e7ed;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
}

/* ===== MENU ABERTO ===== */
.menu-mobile.active {
  right: 0;
}

/* ===== ANIMAÇÃO DO ÍCONE ===== */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 1024px) {

  .footer {
    display: none;
  }
  /* HEADER */
  .cabeçalho {
    padding: 20px 5%;
    height: auto;
  }

  .logo {
    display: flex;
    justify-content: left;
  width: 55%; 
  margin-right: 50px;
  }

  .header-links {
    margin-right: 20px;
    font-size: 1rem;
  }

  /* TÍTULOS */
  .title {
    padding-top: 140px;
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  /* INTERFACE */
  .interface {
    max-width: 90%;
    transform: none;
  }

  /* ABOUT / BLOCO GRANDE */
  .divabout {
    position: static;
    width: 90%;
    height: auto;
    margin: 40px auto;
  }

  .abouttext {
    padding: 20px;
  }

  /* BLOCO PEQUENO */
  .divbpre {
    position: static;
    width: 90%;
    height: 10%;
    margin: 20px auto;
  }

  /* SPOTIFY */
  .divspotify {
    display: none;
    justify-content: center;
    width:50%;
    margin: 30px auto;
  }

  /* CONTATO */
  #titlecontact {
    font-size: 2.5rem;
  }

  .textcontact {
    font-size: 1.1rem;
  }

  /* FOOTER */
  .footer ul {
    flex-direction: column;
    gap: 10px;
  }

  .iconspref {
    width: calc(100% / 6 - 8px);
    height: auto;
    max-width: 45px;
    min-width: 30px;
    justify-content: center;
    margin: 0;
    gap: 40px;
  }

  .iconspref:hover {
  transform: scale(1.2);}

    .hamburger {
    display: flex;
  }

  .header-links {
    display: none;
  }
}


