@font-face {
  font-family: "din-bold";
  src: url("../fontes/din-bold.otf") format("opentype");
}
@font-face {
  font-family: "din-light";
  src: url("../fontes/din-light.otf") format("opentype");
}
@font-face {
  font-family: "din-medium";
  src: url("../fontes/din-medium.otf") format("opentype");
}
* {
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.brandFunildeVendas {
display:none;
}

.banner {
  padding: 8rem;
  min-height: 100vh;
  min-width: 100%;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  position: relative;
}
.banner .logo {
  position: absolute;
  height: 12rem;
  width: 18rem;
  left: 41%;
  top: -2%;
  padding: 2.2rem;
  border-radius: 0.75rem;
  background-color: #fff;
}
.banner .logo img {
  width: 100%;
  height: auto;
}
.banner .chamada {
  margin-top: 18rem;
}
.banner .chamada h2 {
  font-family: "din-medium";
  color: #91002c;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
}
.banner .chamada h1 {
  color: #91002c;
  font-family: "din-bold";
  font-weight: 400;
  font-size: 6.3rem;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  line-height: 1;
}
.banner .chamada p {
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 200;
  color: #91002c;
  margin: 0;
  text-align: center;
  font-family: "din-light";
  font-size: 2rem;
}

.banner .formulario {
 /* box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);*/
  position: absolute;
  background-color: transparent;
  top: 35rem;
  right: 8rem;
  padding: 4.5rem 3rem;
  z-index: 9;
  width: 28%;
  border-radius: 2rem;
}
.banner .formulario form .campos label {
  font-size: 1.2rem;
  color: #000;
  display: block;
  font-family: "din-light";
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 1rem;
  height: 3.7rem;
  width: 100%;
  border: none;
  background-color: transparent;
  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: transparent;
  padding: 1.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.banner .fixed {
  position: fixed;
  top: 20%;
}

.experiencia {
  padding: 8rem;
  background-color: #fff;
  min-height: auto;
}
.experiencia .itens .item {
  margin-bottom: 8rem;
}
.experiencia .itens .item h1 {
  font-family: "din-bold";
  color: #91002c;
  font-weight: 900;
  font-size: 6.5rem;
  margin: 0;
}
.experiencia .itens .item p {
  font-family: "din-medium";
  color: #91002c;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0;
}
.experiencia .itens .m-item {
  display: block;
  padding: 0 2rem;
  text-align: center;
}
.experiencia .itens .m-item svg.radial-progress {
  height: auto;
  max-width: 19rem;
  padding: 0;
  transform: rotate(-90deg);
  width: 100%;
}
.experiencia .itens .m-item svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 8;
}
.experiencia .itens .m-item svg.radial-progress circle.incomplete {
  opacity: 1;
}
.experiencia .itens .m-item svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}
.experiencia .itens .m-item svg.radial-progress text.percentage {
  fill: #000;
  font-weight: 600;
  font-family: "din-medium";
  font-size: 0.7rem;
  text-anchor: middle;
  line-height: 1;
}
.experiencia .itens .m-item svg.radial-progress text.populacao {
  fill: #000;
  font-weight: 500;
  font-family: "din-medium";
  font-size: 0.4rem;
  line-height: 1;
  text-anchor: middle;
}
.experiencia .itens .m-item svg.radial-progress:nth-of-type(6n + 1) circle.complete {
  stroke: #91002c !important;
}
.experiencia .itens .m-item svg.radial-progress:nth-of-type(6n + 1) circle.incomplete {
  stroke: #f4e6ea;
}
.experiencia .itens .m-item svg.radial-progress:nth-of-type(6n + 2) circle.complete {
  stroke: #91002c !important;
}
.experiencia .itens .m-item svg.radial-progress:nth-of-type(6n + 2) circle.incomplete {
  stroke: #f4e6ea;
}
.experiencia .itens .texto {
  padding: 0 8rem 0 0px;
}
.experiencia .itens .texto p {
  font-family: "din-light";
  font-size: 1.65rem;
  color: #000;
  margin: 0;
  line-height: 1;
}

.diferenciais {
  padding: 8rem;
  min-height: auto;
  background: url("../img/diferenciais.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.diferenciais .titulo h1 {
  font-family: "din-bold";
  font-size: 6rem;
  color: #91002c;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.diferenciais .titulo h1 span {
  font-family: "din-light";
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 2rem;
}
.diferenciais .itens .item {
  margin-top: 4rem;
  padding: 2rem;
  width: 90%;
  background-color: #fff;
}
.diferenciais .itens .item .icon img {
  width: 100%;
  height: auto;
}
.diferenciais .itens .item .text h1 {
  font-size: 1.25rem;
  color: #000;
  font-family: "din-medium";
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.diferenciais .itens .item:hover {
  filter: drop-shadow(5px 5px 6px #91002c);
  transition: 0.3s;
}

.video .item .youtubedep {
  width: 100%;
  min-height: 34rem;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video .item .youtubedep iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.video .item .youtubedep img {
  width: 100%;
  top: -7%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.video .item .youtubedep .texto {
  position: absolute;
  z-index: 3;
  top: 6%;
  left: 32%;
}
.video .item .youtubedep .texto h1 {
  font-family: "din-bold";
  color: #fff;
  font-size: 9rem;
  font-weight: 900;
  text-transform: uppercase;
}
.video .item .youtubedep .play-button {
  position: absolute;
  cursor: pointer;
  width: 13rem;
  height: 5rem;
  z-index: 5;
  text-align: center;
  top: 24%;
  left: 58%;
}

.oportunidade-negocio {
  padding: 8rem;
  background-color: #fff;
}
.oportunidade-negocio .titulo {
  margin-bottom: 2rem;
  color: #862633;
}
.oportunidade-negocio .titulo h1 {
  font-family: "din-bold";
  font-size: 6rem;
  color: #000;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.oportunidade-negocio .titulo h1 span {
  font-family: "din-light";
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 2rem;
}
.oportunidade-negocio .item {
  border: 3px solid #89734c;
  padding: 3rem 2rem;
  width: 95%;
  margin-top: 2.5rem;
  color: #862633
}
.oportunidade-negocio .item p {
  font-size: 1.3rem;
  font-family: "din-light";
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #000;
}
.oportunidade-negocio .item h1 {
  font-size: 3rem;
  font-family: "din-medium";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1rem;
  margin: 0;
  color: #000;
 
}
.oportunidade-negocio .item:hover {
  background: radial-gradient(#b18d50 0%, #89734c 100%);
  filter: drop-shadow(6px 6px 6px #89734c);
  transition: 0.3s;
  border: none;
}
.oportunidade-negocio .item:hover p {
  color: #fff;
}
.oportunidade-negocio .item:hover h1 {
  color: #fff;
}

.galeria {
  overflow: hidden;
  padding: 0 0 6rem;
  margin: 0;
  position: relative;
  z-index: 5;
}
.galeria .imagem img {
  width: 100%;
  height: auto;
}
.galeria .slick-arrow {
  position: absolute;
  bottom: -1%;
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.galeria .slick-arrow img {
  width: 100%;
}
.galeria .prev-arrow {
  left: 45%;
}
.galeria .next-arrow {
  left: 50%;
}

.modelo-negocio {
  padding: 8rem;
  background-color: #fff;
}
.modelo-negocio .titulo {
  margin-bottom: 2rem;
}
.modelo-negocio .titulo h1 {
  font-family: "din-bold";
  font-size: 5rem;
  color: #000;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.modelo-negocio .titulo h1 span {
  font-family: "din-medium";
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1.65rem;
}
.modelo-negocio .texto {
  margin-bottom: 5rem;
}
.modelo-negocio .texto p {
  font-size: 2rem;
  font-family: "din-light";
  font-weight: 400;
  color: #000;
  text-transform: none;
}
.modelo-negocio .texto p span {
  font-size: 2rem;
  font-family: "din-bold";
  text-transform: uppercase;
}
.modelo-negocio .botao {
  padding: 2rem 4rem;
  background-color: #91002c;
  width: 70%;
  font-size: 1.25rem;
  color: #fff;
  font-family: "din-bold";
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.75rem;
}
.modelo-negocio .imagem {
  width: 70%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.modelo-negocio .imagem img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.modelo-negocio .item {
  border: 5px solid #89734c;
  padding: 4rem 2rem;
  border-radius: 1rem;
  width: 95%;
  margin-top: 3rem;
}
.modelo-negocio .item h1 {
  font-size: 1.8rem;
  font-family: "din-medium";
  font-weight: 500;
  margin: 0;
  color: #000;
}
.modelo-negocio .item:hover {
  background: radial-gradient(#b18d50 0%, #89734c 100%);
  filter: drop-shadow(6px 6px 6px #89734c);
  transition: 0.3s;
  border: none;
}
.modelo-negocio .item:hover h1 {
  color: #fff;
}

.depoimentos {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/depoimentos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.depoimentos .titulo {
  margin-bottom: 2rem;
}
.depoimentos .titulo h1 {
  font-family: "din-bold";
  font-size: 6.25rem;
  color: #fff;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.depoimentos .titulo h1 span {
  font-family: "din-light";
  font-weight: 400;
  font-size: 1.65rem;
  letter-spacing: 1rem;
}
.depoimentos .galeria-depoimentos {
  margin: 5rem 0 0;
  position: relative;
}
.depoimentos .galeria-depoimentos .item {
  padding: 3rem;
  margin: 0 4rem;
  min-height: 26rem;
  position: relative;
  border: 3px solid #91002c;
  border-radius: 1rem;
}
.depoimentos .galeria-depoimentos .item .col-texto-depoimento {
  flex-direction: column;
  justify-content: center;
}
.depoimentos .galeria-depoimentos .item .foto-pessoa {
  width: 100%;
  border-radius: 100%;
}
.depoimentos .galeria-depoimentos .item .foto-pessoa img {
  width: 100%;
  height: auto;
}
.depoimentos .galeria-depoimentos .item h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  font-family: "din-bold";
}
.depoimentos .galeria-depoimentos .item h1 span {
  font-size: 1.25rem;
  font-weight: 400;
}
.depoimentos .galeria-depoimentos .item img {
  width: 13%;
  margin: 1rem 0;
}
.depoimentos .galeria-depoimentos .item p {
  margin: 2rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  font-family: "din-medium";
  text-align: justify;
}
.depoimentos .galeria-depoimentos .slick-arrow {
  position: absolute;
  bottom: 45%;
  top: 45%;
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.depoimentos .galeria-depoimentos .slick-arrow img {
  width: 100%;
}
.depoimentos .galeria-depoimentos .prev-arrow {
  right: 98%;
}
.depoimentos .galeria-depoimentos .next-arrow {
  right: -3%;
}

.barra-fixa {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #91002c;
  padding: 1rem;
  width: 100%;
  text-align: center;
  font-family: "din-bold";
}
.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: #000;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 1rem 3rem;
  background-color: #91002c;
  font-family: "din-medium";
  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-obrigado.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: #91002c;
  font-family: "din-bold";
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5rem 0 0;
}
.section-obrigado h2 {
  display: block;
  color: #91002c;
  font-family: "din-bold";
  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: #91002c;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */