* {
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", serif;
  scroll-behavior: smooth;
}

html {
  background-color: #f2bb16;
}

html, body {
  overflow-x: hidden; /* Remove o scroll horizontal */
}

#hero-title,
#benefitsroll,
#testimonials-title,
#about-title,
#before-after-title {
  text-transform: uppercase !important;
}

.vertical-line1 {
  width: 1.5px;
  height: 80px;
  background-color: white;
}

.vertical-line2 {
  width: 1.5px;
  height: 80px;
  background-color: white;
}

.header {
  justify-content: space-between;
  display: flex;
  backdrop-filter: blur(15px);
  border-color: white;
  border-width: 1px;
  width: 100%;
  height: 80px;
  align-items: center;
  border-bottom: 2px solid white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;

}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.box-menu {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 3.6%;
  cursor: pointer;
}

.nav-list a {
  text-decoration: none;
  color: white;
}

.nav-list a:hover {
  color: #f28705;
  transition: 0.3s ease;
}


.nav-list a {
  border: none;
  align-self: center;
  outline: none;
}

.nav-list {
  padding-left: 2%;
  padding-right: 2%;
  justify-content: start;
  width: 30%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.nav-list li {
  color: white;
  font-size: 20px;
  font-weight: 400;
  word-wrap: break-word;
  text-decoration: none;
}

.blank {
  background-attachment: fixed;
  width: 100%;
  background-color: white;
  height: 460px;
  background-color: transparent;
  z-index: -1;
}

#img-background {
  width: 100%;
  max-width: 100%; /* Garante que a imagem não ultrapasse a largura da viewport */
  height: auto; /* Mantém a proporção da imagem */
  background-attachment: fixed;
  position: relative;
  bottom: 440px;
  z-index: -1;
  overflow: hidden; /* Evita que o conteúdo transborde */
}

.titulo-hero {
  color: #ffffff;
  text-align: center;
  font-size: 128px;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.titulo-hero span {
  color: #f28705;
}

.hero-section {
  position: relative;
  top: 160px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.04em;
  font-weight: 400;
}

#input-email {
  border-radius: 32px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background-color: transparent;
  height: 35px;
  width: 626px;
  margin-top: 20px;
  padding-left: 10px;
  color: white;
}

#input-email:focus {
  outline: none !important;
}

#input-email::placeholder {
  color: white;
  opacity: .4;
}

#send-email {
  border-radius: 32px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  width: 127px;
  height: 35px;
  background-color: transparent;
  color: white;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

#send-email:hover {
  color: #f28705;
  background-color: white;
}

.botoes {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

/*==botaous-br=======================================*/

.radio-inputs {
  right: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 300px;
  font-size: 14px;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputs .radio input {
  display: none;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: .5rem 0;
  color: rgba(51, 65, 85, 1);
  transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}

.hamburger-menu {
  margin-right: 15px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
}

/* Menu mobile */
.mobile-menu {
  list-style: none;
  text-decoration: none;
  display: none; 
  flex-direction: column;
  position: fixed; 
  top: 0;
  right: 0;
  width: 60%; 
  height: 100%;
  background-color: white; 
  padding: 30px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2); 
  z-index: 1000; 
  transition: all 0.3s ease; 

}

.mobile-menu ul{
  list-style: none;
}

.mobile-menu a {
  color: #f28705; /* Cor laranja para os itens */
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0; /* Espaçamento entre os itens */
  transition: color 0.3s ease; /* Transição suave ao passar o mouse */
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #f28705; /* Cor laranja */
  cursor: pointer;
  z-index: 1001; /* Garante que fique acima do menu */
}

.close-menu:hover {
  color: #d97504; /* Cor laranja mais escura ao passar o mouse */
}


@media (max-width: 768px) {
  .titulo-hero {
    font-size: 56px;
  }
  .hero-section p {
    font-size: 13px;
  }
  #input-email {
    width: 90%;
  }
  .blank {
    height: 300px;
  }
  .blank img {
    display: none;
  }
  .box-menu {
   margin-left: 30px;
  }
  .radio-inputs {
    height: 70px;
    width: 150px;
  }
  .container{
    width: 90% !important;
  }
  .nav-list {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }
}