* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Marchen", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #009000;
}

/* HEADER */
.main-header {
  background: #009000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  color: white;
  flex-wrap: wrap;
  height: 100px; /* Altura do header, que não muda */
}

/* estado escondido */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease; /* animação suave */
  z-index: 1000;
}
#site-header.hide {
  transform: translateY(-100%);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.logo img {
  width: 200px;
  position: relative;
  left: 363px;
}

.logo small {
  font-size: 0.7rem;
  font-weight: normal;
  display: block;
}

.navbar {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: center;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.navbar a:hover {
  text-decoration: underline;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.actions .login {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.btn-outline {
  border: 1px solid white;
  padding: 15px 15px;
  border-radius: 5px;
  color: rgb(226, 226, 226);
  text-decoration: none;
  font-weight: bold;
  left: -319px;
  position: relative;
  top: -5px;
}

.btn-outline:hover {
  background: white;
  color: #4a154b;
}

.btn-primary {
  background: white;
  color: #4a154b;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* Responsividade */
@media (max-width: 900px) {
  .navbar {
    flex-basis: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  .actions {
    flex-basis: 100%;
    justify-content: center;
  }
  .logo img {
    left: -23px;
    top: 2px;
    width: 178px;
  }
  .btn-outline {
    left: 138px;
    top: -45px;
    padding: 13px 0px;
    width: 153px;
    background-color: #024c8b !important;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    display: none;
    letter-spacing: 1.1px;
    line-height: 1.5;
  }
}

.contact-section {
  background: #009000;
  padding: 60px 10%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: -100px;
}

/* Container flexível */
.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

/* Lado esquerdo (texto) */
.contact-info {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  margin: 20px 0 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-left: -40px;
  margin-right: -156px;
}

.contact-info h1 {
  color: #fff;
  font-size: 3.1rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -0.012em;
  font-family: "Inter", sans-serif;
}

.contact-info .color-tit {
  color: #7fe10b; /* verde mais claro */
}

.contact-info h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 39px;
}

.contact-info h3 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 34px;
  background-color: #f70000;
  font-weight: 500;
}

.text-color {
  color: #ffffff;
  font-weight: 900;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  height: 50px;
  padding: 5px;
  font-size: 2.3rem;
  font-family: "Inter", sans-serif;
}

.contact-info p {
  color: #ddd;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-info ul {
  list-style: none;
  margin-top: 10px;
}

.contact-info ul li {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 2.5;
  white-space: nowrap;
}

/* Formulário lado direito */
.form-container {
  max-width: 700px;
  margin: auto;
  margin-left: auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-left: 225px;
  height: 1215px;
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.69);
}

.label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #040101;
}

.form-group {
  margin-bottom: 15px;
}

.form-group {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.checkbox-group {
  display: flex;
  align-items: center;
}
.form-group input,
.form-group select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  padding: 1.15rem 1rem;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-privacidade {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.form-privacidade p {
  margin-bottom: 10px;
}

.form-privacidade a {
  color: #007bff;
  text-decoration: none;
}

.form-privacidade a:hover {
  text-decoration: underline;
}

/* 🔽 CHECKBOX */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px; /* espaço entre checkbox e texto */
  margin: 10px 0;
}
.checkbox-group input[type="checkbox"] {
  margin-top: 3px; /* alinha melhor verticalmente */
  height: 20px;
  width: 20px;
}

.checkbox-group label {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.form-privacidade .form-group {
  display: flex;
  align-items: flex-start;
}

.form-privacidade label {
  font-size: 0.9rem;
  color: #444;
  cursor: pointer;
}

/* 🔽 CAMPOS OBRIGATÓRIOS */
.form-privacidade .obrigatorios {
  font-size: 13px;
  color: #d10000;
  font-weight: bold;
}
.form-row .form-group {
  flex: 1;
}

button[type="submit"]:hover {
  background: #007700;
}

button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: #024c8b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 13px;
}
/* Responsividade */

@media (max-width: 768px) {
  .contact-section {
    margin: 0 auto;
    margin-top: 87px;
    margin-bottom: -166px;
  }

  .contact-container {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-info {
    margin: 0;
  }

  .form-container {
    width: 100%;
    margin: auto;
    padding: 0;
    box-shadow: unset;
    margin-top: 134px;
    position: relative;
    top: -51px;
  }
  .contact-section {
    background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 50%,
      rgba(225, 225, 225) 50%,
      rgba(0, 144, 0, 1) 20%
    );
  }
  .form-privacidade {
    background: #f9f9f900;
    border: 1px solid #dddddd00;
  }

  .form-row {
    flex-direction: column;
  }
  .contact-info h2 {
    font-size: 1.6rem;
    margin-bottom: 33px;
  }
  .text-title {
    font-size: 2.8rem !important;
    text-align: center;
    line-height: 1.1 !important;
    margin-top: 29px !important;
  }
  .empresas {
    margin: auto !important;
    margin-top: 150px !important;
    background-color: #f7f5f5;
    margin-top: 116px !important;
    height: auto !important;
    padding-bottom: 133px !important;
  }
  .empresas h2 {
    margin: auto !important;
    text-align: center !important;
    padding-top: 245px !important;
  }
  .logos {
    margin: auto !important;
    align-items: center;
  }
  .depoimento p {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .empresas .logos img {
    width: 100%;
    padding: 1px 0px;
    margin: auto;
    margin-top: 10px;
  }
}

.call-box {
  background: #fff4e6;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  color: #181818;
  color: #181818;
  border: 4px solid #024c8b;
}
.call-box a {
  color: #2a7abf;
  text-decoration: none;
}

.empresas {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
  padding: 0 40px;
  height: 473px;
  margin-top: -333px;
}

.empresas h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 302px;
  padding-top: 100px;
}

.empresas .logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 274px;
  margin-top: -20px;
}

.empresas .logos img {
  max-height: 50px; /* altura padronizada */
  object-fit: contain;
  transition: transform 0.3s;
  padding: 0 8px;
}

.empresas .logos img:hover {
  transform: scale(1.1);
}

.depoimento p {
  color: #555;
  margin-top: 38px;
  width: 648px;
  text-align: center;
  margin-left: 200px;
}

.logo-lyft {
  height: 40px;
  margin-bottom: 15px;
}

.quote {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.autor {
  font-size: 14px;
  color: #333;
}

.fluxo-energia {
  display: flex;
  align-items: center;
  justify-content: center; /* centraliza todo o conteúdo */
  flex-wrap: wrap;
  gap: 140px; /* diminui o espaço entre blocos (ajuste conforme necessário) */
  padding: 79px 20px;
  background: #fff;
  color: #000;
  text-align: center;
  margin-top: -88px;
}
.fluxo-energia h2 {
  text-align: center;
  position: absolute;
  margin-bottom: 322px;
  font-size: 2.2rem;
}

.fluxo-energia .etapa {
  flex: 0 1 auto; /* não força largura fixa */
  max-width: 200px; /* ajusta o tamanho dos blocos */
}

.fluxo-energia img {
  width: 80px; /* diminui ícone */
  margin-bottom: 10px;
}

/* Responsivo */
@media (max-width: 900px) {
  .fluxo-energia {
    flex-direction: column;
    gap: 20px; /* menos espaço no mobile */
    z-index: 10;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.09);
  }
  .fluxo-energia h2 {
    margin-top: -856px;
    margin-bottom: 312px;
  }
}

.fluxo-energia .etapa {
  margin-top: 79px;
}

@media (max-width: 900px) {
  .faq {
    background-color: #fff !important;
    padding: 90px 30px !important;
  }
}

.faq {
  padding: 20px 400px;
  background-color: #ececec;
  color: #000;
  margin: 0 auto;
}

.text-info p {
  font-weight: 100;
  font-size: 1rem;
}

.faq h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.faq h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #004d40;
}

.faq-item {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 550;
  margin-top: 37px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  color: #000000;
  font-weight: 300;
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  line-height: 28px;
}

.faq-item.active .faq-answer {
  max-height: 520px;
  padding: 10px 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* footer */

.footer {
  background-color: #3ac04b; /* verde */
  padding: 60px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* responsivo */
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000;
}

.footer-logo {
  width: 41%;
  height: auto;
}

.footer-right {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: right;
}

/* Responsividade */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-right {
    text-align: center;
    margin-top: 16px;
  }
}

/* Fundo do popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* Oculto por padrão */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Caixa do popup */
.popup-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 450px;
  width: 90%;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.4s ease;
}

/* Botão */
.popup-content button {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #4caf50;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}
.popup-content button:hover {
  background: #45a049;
}

/* Animação suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.webbess-stamp {
  font-size: 0.8rem;
  color: #252525 !important;
  position: relative;
  top: 10px;
}

.webbess-stamp strong {
  color: #eeeeee;
  letter-spacing: 1.3px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .webbess-stamp {
    position: relative;
    top: 30px;
  }
  .bt-whatsApp {
    bottom: 56px !important;
    right: 31px !important;
  }
  .contact-info ul li {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) and (max-width: 1800px) {
  .logo img {
    left: 146px;
    top: 4px;
  }
  .contact-link {
    margin-right: -278px;
    margin-top: 44px;
  }

  .contact-section {
    margin-top: 87px;
  }
  .contact-container {
    gap: 50px;
  }
  .form-container {
    margin-right: -80px;
    margin-left: 227px;
    width: 59%;
    height: 1367px;
  }
  .checkbox-group input[type="checkbox"] {
    background-color: blue;
    margin-left: 0;
  }

  .contact-info {
    margin-left: 42px;
  }
  .empresas {
    margin-top: -160px;
    z-index: 0;
  }
  .empresas h2 {
    margin-left: 237px;
  }
  .empresas .logos {
    margin-left: 192px;
  }
  .depoimento p {
    margin-left: 78px;
  }
  .bt-whatsApp {
    bottom: 103px !important;
    right: 40px !important;
  }
  .faq {
    padding: 20px 188px;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  .form-container {
    width: 100%;
    margin: auto;
  }
  .contact-info ul li {
    text-align: center;
    font-size: 1.2rem;
  }
  .empresas {
    margin: 0 auto;
    margin-top: -168px;
    height: 520px;
  }
  .empresas h2 {
    margin: auto;
    text-align: center;
    padding-bottom: 93px;
    padding-top: 136px;
  }
  .empresas .logos {
    margin: 0 auto;
  }

  .depoimento p {
    text-align: center;
    margin: auto;
    margin-top: 60px;
  }
  .fluxo-energia {
    margin-top: -20px;
  }
  .bt-whatsApp {
    bottom: 8px !important;
  }
}
