@charset "UTF-8";
html, body, p {
  margin: 0;
  padding: 0;
}

/* Para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 6px; /* bem fininha */
}

::-webkit-scrollbar-track {
  background: transparent; /* fundo invisível */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15); /* quase transparente */
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3); /* aparece mais no hover */
}

@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma_Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "adero";
  src: url("/fonts/AderoTrial-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "adero";
  src: url("/fonts/AderoTrial-Bold.otf");
  font-weight: 900;
}
body {
  font-family: "Axiforma";
  font-weight: 300;
}

.principal {
  min-height: 144vh;
  background-size: cover !important;
  background-position: top !important;
  position: relative;
  padding: 20vh 0 5vh 0;
}
.principal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2509803922), transparent);
}
.principal .logo {
  display: flex;
  justify-content: center;
  margin-top: 4%;
}
.principal .logo img {
  width: 10%;
}
.principal .forma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: color-dodge;
}
.principal .titulo .sub {
  color: white;
  font-family: "adero";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 1%;
}
.principal .titulo .sub2 {
  color: white;
  font-family: "adero";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  margin-top: 1%;
}
.principal .texto {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  padding: 0 8%;
  margin-top: 2%;
}
.principal .texto b {
  font-family: "Axiforma";
  font-weight: 900;
  color: #f4d901;
}
.principal .container {
  position: relative;
}
.principal .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 8%;
}
.principal .form-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.principal .form-wrapper .form-grid .full {
  grid-column: span 2;
}
.principal .form-wrapper .field input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid #f4d901;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.principal .form-wrapper .field input::placeholder {
  color: #aaa;
}
.principal .form-wrapper .field input:focus {
  border-color: #c1ac01;
  box-shadow: 0 0 0 2px rgba(244, 217, 1, 0.3);
}
.principal .form-wrapper .linha {
  margin-top: 3%;
  display: flex;
  align-items: center;
}
.principal .form-wrapper .linha .seta {
  width: 10%;
  padding-right: 3%;
}
.principal .form-wrapper .linha .form-submit {
  width: 60%;
}
.principal .form-wrapper .linha .form-submit input {
  width: 100%;
  font-family: "adero";
  color: white;
  font-size: 22px;
  background: transparent;
  border: 1px solid #d27a04;
  border-radius: 10px;
  padding: 1vh 0;
  font-weight: 900;
}
.principal .form-wrapper .linha .social {
  width: 30%;
}
.principal .form-wrapper .linha .social p {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.principal .form-wrapper .linha .social p a {
  display: block;
  background: #f4d901;
  width: 4.5vh;
  height: 4.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1vh;
  font-size: 22px;
  color: black;
  border-radius: 8px;
}
.principal .form-wrapper .linha .wpcf7-spinner {
  position: absolute;
}

.wpcf7-response-output {
  background: white;
}

.weglot-flags.flag-0.wg-pt > a:before, .weglot-flags.flag-0.wg-pt > span:before {
  background-image: url("/wp-content/uploads/2026/04/br.jpg") !important;
  background-position: center;
}

@media (max-width: 980px) {
  .principal .texto {
    font-size: 14px;
  }
/*  .principal .form-wrapper .linha {
    display: block;
  }*/
/*  .principal .form-wrapper .linha .form-submit {
    width: 100%;
    margin: 5% 0;
  }*/
  .principal .form-wrapper .linha{
        flex-wrap: wrap;
  }
  .principal .form-wrapper .linha .seta{
    width: 10%;
  }
  .principal .form-wrapper .linha .form-submit{
    width: 90%;
  }
.principal .form-wrapper .linha .social {
    width: 100%;
    margin-top: 7%;
}
}

/*# sourceMappingURL=style.css.map */
