@font-face {
  font-family: "nexa";
  src: url("../fontes/Nexa-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa-ExtraLight";
  src: url("../fontes/Nexa-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  outline: none;
  font-family: "nexa", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.banner .logo {
  margin: 0 0 1%;
}
.banner .logo img {
  width: 25%;
}
.banner .chamada h1 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 3.5rem;
}
.banner .chamada p {
  background-color: #fff;
  color: #201c11;
  margin: 0 0 0.5rem;
  padding: 0rem 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
}
.banner .chamada p span {
  color: #335f3c;
}
.banner .formulario {
  background-color: #335f3c;
  position: relative;
  padding: 3rem;
  border-radius: 5rem;
  z-index: 9;
  width: 100%;
}
.banner .formulario .titulo-form {
  text-align: center;
}
.banner .formulario .titulo-form h1 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.15rem;
  margin: 0;
  line-height: 1.1;
  font-family: "Nexa-ExtraLight", sans-serif;
}
.banner .formulario .titulo-form h1 span {
  font-weight: bold;
}
.banner .formulario form .campos {
  margin-top: 2rem;
}
.banner .formulario form .campos label {
  font-size: 1.2rem;
  font-family: "Nexa-ExtraLight", sans-serif;
  display: block;
  color: #fff;
  margin-left: 2rem;
  text-transform: uppercase;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 3rem;
  height: 3.25rem;
  width: 100%;
  border: none;
  background-color: #2c4631;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 0 1rem;
  color: #fff;
}
.banner .formulario form .bt-section {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.banner .formulario form .bt-section button {
  animation: radial-pulse 4s infinite;
  width: 85%;
  border: none;
  background-color: #dfb73e;
  color: #000;
  padding: 0.5rem 0rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 900;
  transition: box-shadow 0.5s ease-in-out;
}
.banner .formulario form .bt-section button:hover {
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.6);
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0em #dfb73e;
  }
  100% {
    box-shadow: 0 0 0 4em rgba(255, 100, 100, 0);
  }
}
.banner .imagem {
  width: 75%;
  height: auto;
  position: absolute;
  left: 9%;
  bottom: -0.75%;
}
.banner .imagem img {
  width: 100%;
  height: auto;
}

.cta {
  background-color: #335f3c;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta h1 {
  text-align: center;
  color: #fff;
  margin: 0 0 1rem;
  font-size: 3rem;
}
.cta a {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: #dfb73e;
  color: #000;
  padding: 0.15rem 1.85rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 900;
  transition: background-position 0.5s ease, color 0.3s ease;
  animation: radial-pulse 4s infinite;
}
.cta a:hover {
  box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, 0.5);
}

.vantagens {
  padding: 4rem 8rem;
  background-color: #c6c2b6;
  overflow: hidden;
}
.vantagens .titulo {
  margin-bottom: 5rem;
}
.vantagens .titulo h1 {
  color: #335f3c;
  margin: 0;
  line-height: 1;
  font-size: 4.85rem;
}
.vantagens .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 5rem;
}
.vantagens .item .icon {
  width: 10rem;
  height: 10rem;
  border: 8px solid #335f3c;
  padding: 1.75rem;
  border-radius: 100%;
}
.vantagens .item .icon img {
  width: 100%;
  height: auto;
}
.vantagens .item .texto {
  min-height: 6rem;
}
.vantagens .item .texto p {
  font-size: 1.35rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 900;
  color: #4c4941;
}

.diferenciais {
  padding: 6rem 8rem;
  background: url("../img/diferenciais.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.diferenciais .titulo h1 {
  color: #fff;
  margin: 0;
  line-height: 1.1;
  font-size: 4.85rem;
}
.diferenciais ul li {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1rem;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 900;
  background-color: #2c4631;
  border-radius: 3rem;
  width: 80%;
  padding: 1rem 1.15rem;
  list-style-position: inside;
}

.planos {
  padding: 6rem 8rem;
  background: url("../img/planos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.planos .titulo {
  margin-bottom: 5rem;
}
.planos .titulo h1 {
  color: #335f3c;
  margin: 0;
  line-height: 1.1;
  font-size: 4.85rem;
}
.planos .itens .item {
  background-image: linear-gradient(to top, #004222 50%, #005f37 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3rem;
  min-height: 32rem;
  width: 90%;
}
.planos .itens .item h1 {
  color: #fff;
  font-size: 4rem;
  margin: 0;
  line-height: 1;
}
.planos .itens .item h1 span {
  font-size: 2.25rem;
  color: #c6c2b6;
  text-transform: uppercase;
}
.planos .itens .item img {
  width: 70%;
  height: auto;
  margin: 1rem 0;
}
.planos .itens .item span.gavetas {
  background-color: #fff;
  font-size: 1.75rem;
  color: #335f3c;
  margin: 0;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.65rem;
  border-radius: 5rem;
  text-transform: uppercase;
}
.planos .itens .item p {
  font-size: 1.15rem;
  color: #fff;
  margin: 0.75rem 0 0;
  line-height: 1;
}
.planos .texto {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.planos .texto p {
  font-size: 2.5rem;
  color: #000;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  line-height: 1;
}
.planos .texto p span {
  color: #335f3c;
}
.planos .ctaa {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.planos .ctaa h1 {
  text-align: center;
  color: #fff;
  margin: 2rem 0;
  font-size: 3rem;
}
.planos .ctaa a {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: #dfb73e;
  color: #000;
  padding: 0.15rem 1.85rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 900;
  transition: background-position 0.5s ease, color 0.3s ease;
  animation: radial-pulse 4s infinite;
}
.planos .ctaa a:hover {
  background-image: linear-gradient(to right, #dbb545, #ddbe1d);
}

.depoimentos {
  padding: 3rem 5rem 10rem;
  position: relative;
  background-color: #c6c2b6;
  overflow: hidden;
}
.depoimentos .titulo {
  margin-bottom: 5rem;
}
.depoimentos .titulo h1 {
  color: #335f3c;
  margin: 0;
  line-height: 1.1;
  font-size: 4.85rem;
}
.depoimentos .galeria-depoimentos {
  margin: 0 -25rem;
}
.depoimentos .galeria-depoimentos .item {
  background-color: #fff;
  padding: 2rem;
  margin: 0 2rem;
  min-height: 25rem;
  border-radius: 1rem;
  position: relative;
  border: 3px solid #3f9152;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.depoimentos .galeria-depoimentos .item h1 {
  font-size: 1.5rem;
  color: #335f3c;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.depoimentos .galeria-depoimentos .item img {
  width: 30%;
  margin: 0.5rem 0;
}
.depoimentos .galeria-depoimentos .item p {
  margin: 2rem 0;
  font-size: 1.15rem;
  color: #4c4941;
  text-align: center;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 600;
  min-height: 8rem;
}
.depoimentos .galeria-depoimentos .prev-arrow {
  padding: 1rem;
  position: absolute;
  bottom: -15%;
  left: 55%;
  background: #000;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  z-index: 11;
  text-decoration: none;
  display: none !important;
}
.depoimentos .galeria-depoimentos .prev-arrow img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.25rem;
}
.depoimentos .galeria-depoimentos ul.slick-dots {
  display: block;
  position: absolute;
  bottom: -29%;
  left: 31%;
  text-align: center;
  padding: 0;
  list-style: none;
}
.depoimentos .galeria-depoimentos ul.slick-dots li {
  display: inline-block;
  padding: 0 0.3125rem;
}
.depoimentos .galeria-depoimentos ul.slick-dots li button {
  display: block;
  width: 11rem;
  height: 2.25rem;
  font-size: 0;
  background: #bab5ad;
  border: none;
  border-radius: 3rem;
}
.depoimentos .galeria-depoimentos ul.slick-dots li.slick-active button {
  background: #fff;
  border: 0.1rem solid #fff;
}

.historia {
  background: url("../img/quemsomos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  padding: 5rem;
}
.historia .imagem {
  width: 90%;
  height: auto;
}
.historia .imagem img {
  width: 100%;
  height: auto;
}
.historia .texto h1 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 4.85rem;
}
.historia .texto p {
  font-size: 1.7rem;
  margin: 0;
  line-height: 1;
  color: #c6c2b6;
  font-family: "Nexa-ExtraLight", sans-serif;
  font-weight: 600;
}

.footer {
  padding: 1rem 3rem;
  background-color: #c6c2b6;
  position: relative;
  z-index: 12;
  color: #224429;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Nexa-ExtraLight", sans-serif;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #fff;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.barra-fixa .row {
  margin-bottom: 0;
}
.barra-fixa .row span {
  color: #201c11;
  font-size: 0.75rem;
  font-weight: 300;
}
.barra-fixa .row .btn-barra {
  display: block;
  padding: 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #335f3c;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.section-obrigado {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.section-obrigado .logo img {
  width: 40%;
}
.section-obrigado h1 {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5rem 0 0;
}
.section-obrigado h2 {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.section-obrigado .btn-whatsapp {
  display: inline-block;
  margin-top: 1.875rem;
  padding: 0.9375rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background: #2c4631;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */