* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100rem;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

main {
  flex: 1;
  background-color: #e9e9e9;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #f85252;
  font-size: 12px;
  margin: 5px 0 0 0;
  font-family: "Montserrat-Medium", sans-serif;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #000;
  line-height: 120%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #46b450;
  font-family: "Montserrat-Bold", sans-serif;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

@media (max-width: 991px) {
  html,
  body {
    display: block;
  }
}
@font-face {
  font-family: Montserrat-Black;
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-BoldItalic;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-ExtraBoldItalic;
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Italic;
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: STIXTwoText-BoldItalic;
  src: url("../fonts/STIXTwoText-BoldItalic.otf") format("opentype");
  font-display: swap;
}
/* formulario
  --------------------------------------------- */
.formulario {
  padding: 1rem 0 1rem 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.formulario .container-fluid {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.formulario .box-tudo {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}
.formulario .box-tudo .box-animacao {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.5rem;
}
.formulario .box-tudo .box-animacao p {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  color: #000000;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
  line-height: 110%;
  position: absolute;
  bottom: 4.8rem;
  z-index: 2;
  width: 55rem;
  margin: 0 auto;
  opacity: 0;
  animation: mostrarTexto 1s forwards;
  animation-delay: 3s;
}
.formulario .box-tudo .box-animacao p span {
  font-family: "Montserrat-ExtraBold", sans-serif;
}
.formulario .box-tudo .box-animacao img {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: mostrarImagem 1s forwards;
  animation-delay: 2s;
}
@keyframes mostrarImagem {
  to {
    opacity: 1;
  }
}
@keyframes mostrarTexto {
  to {
    opacity: 1;
  }
}
.formulario .box-tudo .box-formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 1.75rem;
  border: 2px solid #C0985D;
  width: 36rem;
  padding: 2.3rem;
}
.formulario .box-tudo .box-formulario h1 {
  font-size: 1.5rem;
  color: #000000;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
  line-height: 120%;
}
.formulario .box-tudo .box-formulario h2 {
  font-size: 1.8rem;
  color: #000000;
  font-family: "Montserrat-Bold", sans-serif;
  text-align: center;
  line-height: 100%;
}
.formulario .box-tudo .box-formulario .form-label {
  font-size: 15px;
  color: #000000;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
  line-height: 100%;
}
.formulario .box-tudo .box-formulario .form-control {
  box-shadow: 0 0 0 0;
  border: 0;
  border: 1px solid #d9d9d9;
}
.formulario .box-tudo .box-formulario .button-quero {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-family: "Montserrat-Bold", sans-serif;
  background-color: #C0985D;
  transition: 0.3s all;
  border: 0;
}
.formulario .box-tudo .box-formulario .button-quero:hover {
  background-color: #000000;
  color: #C0985D;
}

@media (max-width: 1580px) {
  .formulario .box-tudo .box-animacao img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .formulario .box-tudo .box-animacao p {
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    bottom: 2.5rem;
    width: 100%;
    margin: 0 auto;
  }
  .formulario .box-tudo .box-animacao .lottie {
    width: 41vw;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 33vw;
    width: 37vw;
  }
  .formulario .box-tudo .box-formulario {
    width: 36rem;
    min-height: 35rem;
    padding: 2.3rem;
    gap: 0;
  }
  .formulario .box-tudo .box-formulario img {
    width: 8rem;
  }
  .formulario .box-tudo .box-formulario h1 {
    font-size: 1.2rem;
  }
  .formulario .box-tudo .box-formulario h2 {
    font-size: 1.5rem;
  }
  .formulario .box-tudo .box-formulario .form-label {
    font-size: 15px;
    margin-top: 1rem;
  }
  .formulario .box-tudo .box-formulario .button-quero {
    min-height: 3rem;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .formulario .box-tudo .box-animacao p {
    bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .formulario {
    padding: 4rem 0 6rem 0;
  }
  .formulario .box-tudo {
    display: grid;
    justify-items: center;
  }
  .formulario .box-tudo .box-animacao {
    width: 100%;
  }
  .formulario .box-tudo .box-animacao .lottie {
    width: 100%;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 100%;
    width: 100%;
  }
  .formulario .box-tudo .box-animacao p {
    bottom: 4rem;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 100vw;
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .formulario .box-tudo .box-animacao p {
    bottom: 4rem;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 100vw;
    width: 50vw;
  }
  .formulario .box-tudo .box-formulario {
    width: 100%;
    padding: 2.3rem;
  }
}
@media (max-width: 575px) {
  .formulario .box-tudo .box-animacao p {
    font-size: clamp(1.8rem, 3.5vw, 3.5rem);
    bottom: 2rem;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 100vw;
    width: 50vw;
  }
  .formulario .box-tudo .box-formulario {
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 425px) {
  .formulario {
    padding: 4rem 0 7rem 0;
  }
  .formulario .box-tudo {
    gap: 5rem;
  }
  .formulario .box-tudo .box-animacao p {
    font-size: clamp(1.6rem, 3.5vw, 3.5rem);
    bottom: -2rem;
  }
  .formulario .box-tudo .box-animacao img {
    max-width: 100vw;
    width: 65vw;
  }
  .formulario .box-tudo .box-formulario {
    gap: 10px;
    height: auto;
    padding: 1.5rem;
  }
  .formulario .box-tudo .box-formulario h1 {
    font-size: 1.15rem;
  }
  .formulario .box-tudo .box-formulario h2 {
    font-size: 1.3rem;
  }
  .formulario .box-tudo .box-formulario .button-quero {
    font-size: 1rem;
    height: 3.5rem;
  }
}
/* Footer
  --------------------------------------------- */
footer {
  padding: 4rem 0;
  background-color: #C0985D;
  position: relative;
  overflow: hidden;
}
footer h1 {
  font-size: 1.5rem;
  font-family: "Montserrat-Bold", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 100%;
}
footer p {
  font-size: 1.35rem;
  font-family: "Montserrat-Regular", sans-serif;
  text-align: center;
  color: #FFFFFF;
  line-height: 120%;
  width: 33rem;
  margin: 0 auto;
  position: relative;
}
footer p::before {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
footer .button-footer {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1e1e1e;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-family: "Montserrat-Black", sans-serif;
  padding: 14px 2rem;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  transition: 0.3s all;
}
footer .button-footer:hover {
  background-color: #FFFFFF;
  color: #1e1e1e;
}

/* Responsive */
@media only screen and (max-width: 575px) {
  footer p {
    font-size: 1.15rem;
    width: 100%;
  }
  footer .button-footer {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */