* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Poppins", 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: bottom;
  position: relative;
}

.banner .logo {
  margin: 0 0 6%;
}

.banner .logo img {
  width: 25%;
}

.banner .chamada h1 {
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.75rem;
  font-style: italic;
  margin: 0;
}

.banner .chamada h1 span {
  font-weight: 600;
  color: #c1a360;
  font-size: 3.75rem;
}

.banner .chamada p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin: 0;
  width: 50%;
}

.banner .chamada p span {
  font-weight: 800;
}

.banner .abf img {
  width: 25%;
  margin: 5% 0 0;
}

.banner .formulario {
  -webkit-box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);
          box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);
  background: #c1a360;
  position: fixed;
  top: 0;
  right: 5%;
  padding: 2rem;
  z-index: 9;
  width: 28%;
}

.banner .formulario .titulo-form {
  text-align: center;
  margin: 8rem 0 0;
}

.banner .formulario .titulo-form h1 {
  color: #000;
  text-align: center;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.banner .formulario .titulo-form h2 {
  font-size: 2.25rem;
  font-weight: 300;
  margin: 0;
  color: #000;
}

.banner .formulario .titulo-form p {
  font-size: 1.35rem;
  font-weight: 300;
  margin: 0;
  color: #000;
}

.banner .formulario form .campos {
  margin-top: 3rem;
}

.banner .formulario form .campos label {
  font-size: 1.35rem;
  color: #000;
  display: block;
}

.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 0.5rem;
  height: 4rem;
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 0 1rem;
}

.banner .formulario form .bt-section {
  margin-top: 3rem;
}

.banner .formulario form .bt-section button {
  width: 100%;
  border: none;
  background-color: #65bc7b;
  color: #fff;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.diferenciais {
  padding: 8rem;
}

.diferenciais .titulo {
  text-align: center;
}

.diferenciais .titulo h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #002535;
  margin: 0;
  line-height: 1;
}

.diferenciais .titulo h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #002535;
  margin: 0;
  line-height: 1;
}

.diferenciais .itens {
  margin: 8rem 0 0;
}

.diferenciais .itens .item {
  margin: 0 2rem 8rem;
  padding: 1rem;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 0.75rem;
  min-height: 14rem;
  -webkit-box-shadow: 0 10px 30px rgba(223, 223, 223, 0.3);
          box-shadow: 0 10px 30px rgba(223, 223, 223, 0.3);
  border: 0.15rem solid #dfdddd;
}

.diferenciais .itens .item .imagem {
  width: 8rem;
  height: 8rem;
  padding: 2rem;
  background-color: #002535;
  border-radius: 50%;
  margin: -5rem 0 0;
}

.diferenciais .itens .item .imagem img {
  width: 100%;
}

.diferenciais .itens .item .texto {
  margin: 2rem 0 0;
}

.diferenciais .itens .item .texto p {
  font-size: 1.25rem;
  margin: 0;
}

.video-diferenciais {
  padding: 8rem 8rem 15rem;
  background-image: url("../img/banner-video.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.video-diferenciais h2.titulo {
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.video-diferenciais h2.titulo span {
  color: #c1a360;
  font-weight: 600;
}

.video-diferenciais .video-frame {
  position: relative;
}

.video-diferenciais .video-frame .modal-toggle {
  margin-left: -7rem;
  position: absolute;
  top: 22%;
  left: 50%;
  cursor: pointer;
}

.video-diferenciais .video-frame .modal-toggle img.play {
  width: 14rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.video-diferenciais .video-frame img.frame {
  display: block;
  margin: 5rem auto 0;
}

.video-diferenciais .video-frame .youtube {
  width: 100%;
  min-height: 40rem;
  margin: 5rem auto 0;
  background-color: #fff;
  border: 3rem solid #000;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.9375rem 0.9375rem 0 0;
}

.video-diferenciais .video-frame .youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.video-diferenciais .video-frame .youtube img {
  width: 100%;
  top: 0%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}

.video-diferenciais .video-frame .youtube .play-button {
  margin-left: -7rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  top: 30%;
  left: 50%;
}

.video-diferenciais .video-frame .youtube .play-button img {
  width: 14rem;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.video-diferenciais .video-frame .base-video {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.mercado {
  padding: 8rem;
}

.mercado h2.titulo {
  margin: 0 0 1rem;
  color: #000;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.mercado h2.titulo span {
  color: #002535;
}

.mercado p.texto {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.mercado .graficos {
  margin-top: 5rem;
}

.mercado .graficos .text-right {
  text-align: right;
}

.mercado .graficos .text-left {
  text-align: left;
}

.mercado .graficos .m-item {
  display: inline-block;
  padding: 0 4rem;
  text-align: center;
}

.mercado .graficos .m-item h1 {
  margin: 0;
  color: #000;
  font-size: 2.25rem;
  font-weight: 400;
}

.mercado .graficos .m-item span {
  display: block;
  margin: 0;
  color: #151515;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.mercado svg.radial-progress {
  height: auto;
  max-width: 20rem;
  padding: 1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
}

.mercado svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 8;
}

.mercado svg.radial-progress circle.incomplete {
  opacity: 1;
}

.mercado svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129;
}

.mercado svg.radial-progress text.percentage {
  fill: #000;
  font-weight: 400;
  font-size: 0.75rem;
  text-anchor: middle;
}

.mercado svg.radial-progress text.populacao {
  fill: #000;
  font-weight: 500;
  font-size: 0.35rem;
  text-anchor: middle;
}

.mercado svg.radial-progress:nth-of-type(6n + 1) circle.complete {
  stroke: #9a824d !important;
}

.mercado svg.radial-progress:nth-of-type(6n + 1) circle.incomplete {
  stroke: #c1a360;
}

.mercado svg.radial-progress:nth-of-type(6n + 2) circle.complete {
  stroke: #ac4723 !important;
}

.mercado svg.radial-progress:nth-of-type(6n + 2) circle.incomplete {
  stroke: #f5821f;
}

.infinity-bar .tickerwrapper {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  background: #002535;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.infinity-bar .tickerwrapper2 {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  background: #002535;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.infinity-bar ul.list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.infinity-bar ul.list li {
  display: inline-block;
  padding-left: 20px;
}

.infinity-bar ul.list li span {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
}

.infinity-bar ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

.cta {
  padding: 4rem 8rem;
  background: url("../img/banner-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta .texto h1 {
  font-size: 1.75rem;
  color: #c1a360;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

.cta .texto p {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0;
}

.cta .botao a {
  width: 100%;
  padding: 0.75rem 0;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  background-color: #65bc7b;
  display: block;
  text-align: center;
  border-radius: 0.25rem;
}

.modelos {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-modelos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.modelos .titulo h1 {
  color: #002535;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.modelos .titulo h1 span {
  font-weight: 700;
}

.modelos .item .imagem img {
  width: 100%;
}

.modelos .item .texto {
  margin: 0 0 0 2rem;
}

.modelos .item .texto h1 {
  font-size: 2.5rem;
  color: #002535;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.modelos .item .texto p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.modelos .item .texto h2 {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}

.modelos .item .texto h3 {
  font-size: 4rem;
  color: #002535;
  font-weight: 800;
  margin: 1rem 0 0;
  line-height: 1;
}

.video-dep {
  padding: 8rem;
  background: url("../img/banner-video-dep.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.video-dep .titulo {
  margin: 0 0 5rem;
}

.video-dep .titulo h1 {
  color: #000;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.video-dep .titulo h1 span {
  font-weight: 700;
  color: #002535;
}

.video-dep .titulo p {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  margin: 0;
}

.video-dep .youtube-dep {
  width: 90%;
  min-height: 30rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.6rem solid #fff;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.video-dep .youtube-dep iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.video-dep .youtube-dep img {
  width: 100%;
  top: 0%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}

.video-dep .youtube-dep .play-button {
  position: absolute;
  cursor: pointer;
  width: 8.375rem;
  height: 8.375rem;
  -webkit-box-shadow: 0 0.3125rem 2.25rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.3125rem 2.25rem rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.video-dep .youtube-dep .play-button img {
  top: 0;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #002535;
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.barra-fixa .row {
  margin-bottom: 0;
}

.barra-fixa .row span {
  color: #fff;
  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: #c1a360;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 1rem 3rem;
  background-color: #002535;
  position: relative;
  z-index: 12;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.footer a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.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: bottom;
  position: relative;
}

.section-obrigado .logo img {
  width: 40%;
}

.section-obrigado h1 {
  display: block;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5rem 0 0;
}

.section-obrigado h2 {
  display: block;
  color: #000;
  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: #002535;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}

.footer.obrigado {
  background-color: #fff;
  color: #002535;
}

.footer.obrigado span {
  color: #002535;
}
/*# sourceMappingURL=app.css.map */