html {
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}

.banner {
  padding: 4.375rem 9.375rem;
  min-height: 100vh;
  background-image: url("../img/banner-v2.jpg");
  background-repeat: no-repeat;
  position: relative;
  font-family: "Gotham";
}

.banner .logo {
  width: 30%;
  margin-left: 5%;
  margin-top: 2%;
}

.banner .titulo h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 5%;
  font-weight: 400;
}

.banner .titulo h2 span {
  font-size: 3rem;
  color: #f9e200;
  font-weight: 900;
}

.banner .titulo h1 {
  font-size: 5rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  margin-top: 10%;
}

.banner .titulo h1 span.milhao {
  font-size: 5rem;
  color: #f9e200;
}

.banner .titulo h1 span.margem {
  font-size: 3.2rem;
}

.banner .formulario {
  width: 30%;
  background-color: #f9e200;
  border: 0.3125rem solid #ffffff;
  border-radius: 1.5625rem;
  position: absolute;
  top: 20%;
  right: 5%;
  padding: 5rem 3.125rem 1.875rem;
  z-index: 999;
}

.banner .formulario .item-titulo {
  position: absolute;
  background-color: #bf0e17;
  top: -8%;
  left: 10%;
  width: 80%;
  text-align: center;
  border-radius: 1.5625rem;
  padding: 0.9375rem;
}

.banner .formulario .item-titulo h1 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
}

.banner .formulario .item-titulo h1 span {
  font-size: 2.5rem;
  font-weight: 700;
}

.banner .formulario form .campos label {
  font-size: 1.5rem;
  color: #bf0e17;
  font-weight: 300;
}

.banner .formulario form .campos input {
  border-radius: 1.25rem;
  height: 3.125rem;
  width: 100%;
}

.banner .formulario form .campos select {
  border-radius: 1.25rem;
  height: 3.125rem;
  width: 100%;
}

.banner .formulario form .bt-section {
  padding: 1.875rem 0 0;
}

.banner .formulario form .bt-section button {
  background-color: #bf0e17;
  width: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  border-radius: 1.5625rem;
  padding: 0.625rem;
}

.banner .formulario .item-rodape {
  padding: 1.875rem 0 0;
}

.banner .formulario .item-rodape h1 {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 300;
  text-align: center;
}

.banner .formulario .item-rodape h1 span {
  text-transform: uppercase;
  font-weight: 400;
}

.banner .fixed {
  position: fixed;
  top: 9.375rem;
}

.mercado {
  padding: 4.375rem 9.375rem;
  min-height: 100vh;
  background-image: url("../img/banner-02.jpg");
  background-repeat: no-repeat;
  position: relative;
  font-family: "Gotham";
}

.mercado .titulo h1 {
  font-size: 5rem;
  color: #bf0e17;
}

.mercado .sub-item .sub-titulo h1.item01 {
  margin: 6.25rem 0 0;
}

.mercado .sub-item .sub-titulo h1.item02 {
  margin: 3.125rem 0 0;
}

.mercado .sub-item .sub-titulo h1 {
  padding: 0.625rem;
  background-color: #bf0e17;
  border-radius: 0 1.875rem 1.875rem 1.875rem;
  color: #ffffff;
  font-size: 2rem;
  width: 70%;
  text-align: center;
  font-weight: 400;
}

.mercado .sub-item .item01 {
  padding: 5rem 0 0;
}

.mercado .sub-item .item01 .row {
  padding: 0 0 3.125rem;
}

.mercado .sub-item .item01 .row .icone {
  width: 15%;
  background-color: #bf0e17;
  border-radius: 50%;
  display: inline-block;
}

.mercado .sub-item .item01 .row .icone span img {
  padding: 1.5625rem;
  width: 100%;
}

.mercado .sub-item .item01 .row .texto {
  display: inline-block;
  width: 75%;
  margin-top: 3%;
  color: #666666;
  margin-left: 2%;
}

.mercado .sub-item .item01 .row .texto p {
  font-size: 2.2rem;
  line-height: 2rem;
}

.mercado .sub-item .item02 {
  padding: 3.125rem 0 0;
}

.mercado .sub-item .item02 .m-item.graf01 h1 {
  color: #bf0e17;
}

.mercado .sub-item .item02 .m-item.graf01 .incomplete {
  stroke: #c00e18;
}

.mercado .sub-item .item02 .m-item.graf01 .complete {
  stroke: #861618 !important;
}

.mercado .sub-item .item02 .m-item.graf02 h1 {
  color: #f5821f;
}

.mercado .sub-item .item02 .m-item.graf02 .incomplete {
  stroke: #f5821f;
}

.mercado .sub-item .item02 .m-item.graf02 .complete {
  stroke: #ac4723 !important;
}

.mercado .sub-item .item02 .m-item.graf03 h1 {
  color: #f5821f;
}

.mercado .sub-item .item02 .m-item.graf03 .incomplete {
  stroke: #fff200;
}

.mercado .sub-item .item02 .m-item.graf03 .complete {
  stroke: #e6b721 !important;
}

.mercado .sub-item .item02 .m-item h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 20%;
  color: #666666;
}

.mercado .sub-item .item02 .m-item h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: -5%;
  color: #666666;
}

.modelo {
  min-height: 100vh;
  background-image: url("../img/banner-03-v2.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  font-family: "Gotham";
}

.modelo .parte01 {
  padding: 6.25rem;
}

.modelo .parte01 .titulo h1 {
  color: #bf0e17;
  font-size: 4.5rem;
}

.modelo .parte01 .titulo h1 span img {
  width: 8%;
  margin-top: -3%;
}

.modelo .parte01 .galeria-modelo-negocio {
  padding: 3.125rem 0 0;
}

.modelo .parte01 .galeria-modelo-negocio .item img {
  width: 85%;
  border-radius: 1.5625rem;
}

.modelo .parte01 .galeria-modelo-negocio .slick-prev {
  padding: 0.9375rem;
  position: absolute;
  top: 50%;
  left: -3%;
  background: #bf0e17;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  z-index: 999;
}

.modelo .parte01 .galeria-modelo-negocio .slick-prev:before {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background-image: url("../icons/left-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.modelo .parte01 .galeria-modelo-negocio .slick-next {
  padding: 0.9375rem;
  position: absolute;
  top: 50%;
  right: 12%;
  background: #bf0e17;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  z-index: 999;
}

.modelo .parte01 .galeria-modelo-negocio .slick-next:before {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
  background-image: url("../icons/right-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.modelo .parte01 .galeria-modelo-negocio ul.slick-dots {
  display: block;
  margin-top: -5%;
  left: 35%;
  bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
  position: absolute;
}

.modelo .parte01 .galeria-modelo-negocio ul.slick-dots li {
  display: inline-block;
  padding: 0 0.3125rem;
}

.modelo .parte01 .galeria-modelo-negocio ul.slick-dots li button {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0;
  background: transparent;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
}

.modelo .parte01 .galeria-modelo-negocio ul.slick-dots li.slick-active button {
  background: #ffffff;
}

.modelo .parte02 {
  padding: 0 0.9375rem;
}

.modelo .parte02 .itens .item.white {
  background-color: #ffffff;
  margin-bottom: 3.125rem;
}

.modelo .parte02 .itens .item.white .texto h1 {
  color: #bf0e17;
}

.modelo .parte02 .itens .item.white .texto h2 {
  color: #666666;
}

.modelo .parte02 .itens .item.red {
  background-color: #bf0e17;
  margin-bottom: 3.125rem;
}

.modelo .parte02 .itens .item.red .texto h1 {
  color: #f9e200;
}

.modelo .parte02 .itens .item.red .texto h2 {
  color: #ffffff;
}

.modelo .parte02 .itens .item {
  border-radius: 0 0.9375rem 0.9375rem 0;
  padding: 1.25rem 0;
  margin-left: -0.9375rem;
}

.modelo .parte02 .itens .item .barra {
  width: 100%;
  height: 60%;
  background: #f9e200;
  display: block;
  border-radius: 0 0.625rem 0.625rem 0;
  -webkit-box-shadow: inset 0.625rem 0.625rem 3.125rem -1.875rem rgba(102, 102, 102, 0.7);
          box-shadow: inset 0.625rem 0.625rem 3.125rem -1.875rem rgba(102, 102, 102, 0.7);
}

.modelo .parte02 .itens .item .texto {
  text-align: center;
}

.modelo .parte02 .itens .item .texto h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.modelo .parte02 .itens .item .texto h1 {
  font-size: 2.5rem;
  line-height: 0.5;
  font-weight: 900;
}

.vantagens {
  padding: 6.25rem;
  background-image: url("../img/banner-04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Gotham";
}

.vantagens .titulo {
  padding: 0.9375rem 0 0;
}

.vantagens .titulo h1 {
  font-size: 5rem;
  color: #bf0e17;
}

.vantagens .titulo h1 span img {
  width: 10%;
  margin-top: -3%;
}

.vantagens .fundo {
  display: block;
  width: 25%;
  min-height: 70%;
  background-color: #d8d8d8;
  border-radius: 1.5625rem;
  position: absolute;
  left: 15%;
  top: 25%;
  z-index: 0;
}

.vantagens .conteudo {
  position: relative;
  z-index: 1;
  margin-top: 10%;
}

.vantagens .conteudo .item.item-right {
  display: block;
  margin: 0 auto;
  margin-right: 0;
}

.vantagens .conteudo .item {
  background-color: #bf0e17;
  border-radius: 1.5625rem;
  text-align: center;
  padding: 1.875rem 0.625rem;
  margin-bottom: 5%;
  width: 80%;
  min-height: 20rem;
}

.vantagens .conteudo .item .imagem img {
  width: 30%;
}

.vantagens .conteudo .item .texto {
  padding: 1.25rem 0 0;
  display: block;
  text-align: center;
  width: 100%;
}

.vantagens .conteudo .item .texto h1 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

.vantagens .conteudo .item .texto h1 span {
  font-weight: 900;
}

.depoimentos {
  padding: 6.25rem;
  min-height: 100vh;
  background-image: url("../img/banner-05-v2.jpg");
  background-repeat: no-repeat;
  position: relative;
  font-family: "Gotham";
}

.depoimentos .titulo {
  padding: 0 0 3.125rem;
}

.depoimentos .titulo h1 {
  font-size: 5.5rem;
  color: #ffffff;
}

.depoimentos .titulo h1 span img {
  width: 10%;
  margin-top: -4%;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.depoimentos .youtube {
  width: 100%;
  min-height: 30rem;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.9375rem;
}

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

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

.depoimentos .youtube .play-button {
  position: absolute;
  cursor: pointer;
  width: 9.375rem;
  height: 9.375rem;
  background-color: #FFFFFF;
  padding: 2.1875rem 3.125rem;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0.3125rem 1.25rem #000000;
          box-shadow: 0 0.3125rem 1.25rem #000000;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.depoimentos .youtube .play-button svg {
  width: 3.75rem;
  height: 5rem;
}

.depoimentos .youtube .play-button svg path {
  fill: #252120;
}

.licenciado {
  padding: 6.25rem;
  min-height: 100vh;
  background-image: url("../img/banner-06.jpg");
  background-repeat: no-repeat;
  position: relative;
  font-family: "Gotham";
}

.licenciado .titulo h2 {
  display: inline-block;
  width: 15%;
}

.licenciado .titulo h2 span.img img {
  width: 85%;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  margin-top: -120%;
}

.licenciado .titulo h1 {
  display: inline-block;
  color: #bf0e17;
  font-size: 6rem;
}

.licenciado .titulo h1 span.titulo {
  color: #000000;
}

.licenciado .itens {
  padding: 3.125rem 0 0;
}

.licenciado .itens .row {
  padding: 0 0 1.25rem;
}

.licenciado .itens .row .imagem img {
  width: 80%;
}

.licenciado .itens .row .texto h1 {
  font-size: 1.75rem;
  color: #000000;
  font-weight: 900;
}

.licenciado .itens .row .texto ul li {
  font-weight: 400;
  color: #000000;
  font-size: 1.5rem;
}

.quem-somos {
  padding: 3.125rem;
  min-height: 100vh;
  background-image: url("../img/banner-07.jpg");
  background-repeat: no-repeat;
  position: relative;
  font-family: "Gotham";
}

.quem-somos .titulo h1 {
  color: #bf0e17;
  font-size: 5.75rem;
  margin-left: 6%;
}

.quem-somos .imagem {
  padding: 6.25rem 6.25rem 0;
}

.quem-somos .imagem img {
  width: 90%;
}

.quem-somos .texto {
  width: 80%;
  padding: 3.125rem 0 0 6.25rem;
}

.quem-somos .texto p {
  color: #666666;
  font-size: 1.5rem;
  text-align: justify;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #000000;
  padding: 0.9375rem;
  width: 100%;
}

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

.barra-fixa .row span {
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Gotham";
  font-weight: 300;
}

.barra-fixa .row .btn-barra {
  display: block;
  padding: 0.625rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Gotham";
  font-weight: 400;
  background-color: #bf0e17;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 0.9375rem 3.125rem;
  background-color: #bf0e17;
  font-family: "Gotham";
  position: relative;
  z-index: 9999;
}

.footer .imagem {
  padding: 0 9.375rem;
}

.footer .imagem img {
  text-align: center;
}

.footer .texto {
  text-align: right;
}

.footer .texto h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}

.section-obrigado {
  padding: 150px;
  min-height: 100vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-position: right;
  width: 100%;
}

.section-obrigado .logos img {
  margin-left: 35px;
  width: 150px;
}

.section-obrigado h1 {
  display: block;
  margin-top: 80px;
  color: #ffffff;
  font-size: 36px;
  font-family: "Gotham";
  font-weight: 300;
  text-transform: uppercase;
}

.section-obrigado h2 {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-family: "Gotham";
  font-weight: 400;
  line-height: 1.6;
}

.section-obrigado .btn-whatsapp {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 40px;
  color: #000000;
  font-size: 16px;
  font-family: "Gotham";
  font-weight: bold;
  background: #f9e200;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
/*# sourceMappingURL=app.css.map */