* {
  box-sizing: border-box;
  outline: none;
  font-family: "Nexa";
  
}
  #content-desktop {display: block;}
    #content-mobile {display: none;}

    @media screen and (max-width: 768px) {

    #content-desktop {display: none;}
    #content-mobile {display: block;}

    }
	

@media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
    }


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  padding: 8rem;
  min-height: 110vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner .chamada {
  position: absolute;
  bottom: 20%;
  text-align: center;
}
.banner .chamada h1 {
  font-size: 4rem;
  color: #b9ce48;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.banner .chamada p {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.banner .chamada h2 {
  margin: 2rem 0 0;
  background-color: #006b59;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 2rem 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.banner .chamada h3 {
  margin: 1rem 0 0;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.banner .abf img {
  width: 5%;
  position: absolute;
  right: 5%;
  bottom: 12%;
}
.banner .formulario {
  box-shadow: 0 0.25rem 2rem 0.1rem rgb(34, 34, 34);
  background: #b9ce48;
  position: fixed;
  top: 10%;
  right: 5%;
  padding: 4rem 2rem;
  z-index: 9;
  width: 28%;
}
.banner .formulario .titulo-form {
  text-align: center;
}
.banner .formulario .titulo-form h1 {
  color: #006b59;
  text-align: center;
  font-weight: 600;
  font-size: 2.75rem;
  margin: 0;
  text-transform: uppercase;
}
.banner .formulario .titulo-form h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
.banner .formulario form .campos {
  margin-top: 3rem;
}
.banner .formulario form .campos label {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 0.2rem;
  height: 3rem;
  width: 100%;
  border-radius: 2rem;
  border: none;
  background-color: #96a547;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #fff;
  padding: 0 1rem;
}
.banner .formulario form .bt-section {
  margin-top: 2rem;
}
.banner .formulario form .bt-section button {
  width: 100%;
  border: none;
  background-color: #9d387b;
  color: #fff;
  padding: 1rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.vantagens {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-vantagens.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vantagens .titulo {
  text-align: center;
}
.vantagens .titulo h1 {
  font-size: 6rem;
  color: #b9ce48;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  line-height: 0.75;
}
.vantagens .titulo h2 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
.vantagens .itens .item {
  text-align: center;
  margin: 8rem 0 0;
}
.vantagens .itens .item .iteminterno {
  padding: 3rem 1.5rem 1.5rem;
  border: 0.15rem solid #b9ce48;
  border-radius: 1rem;
  width: 60%;
  margin-left: 20%;
}
.vantagens .itens .item .iteminterno h1 {
  color: #b9ce48;
  font-size: 4.5rem;
  font-style: italic;
  line-height: 1;
  margin: 0;
}
.vantagens .itens .item .iteminterno h2 {
  color: #b9ce48;
  font-size: 2.5rem;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}
.vantagens .itens .item p {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  margin: 1rem 0 0;
  text-transform: uppercase;
}

.modelos {
  background-color: #b9ce48;
  padding: 8rem;
  position: relative;
  overflow: hidden;
}
.modelos .titulo {
  text-align: center;
}
.modelos .titulo h1 {
  font-size: 6rem;
  color: #006b59;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  line-height: 0.75;
}
.modelos .titulo h2 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
.modelos .itensmodelos {
  border: 1rem solid #006b59;
  border-radius: 3rem;
  border-left: none;
  margin: 0;
  position: absolute;
  width: 22%;
  left: -10%;
  height: 80%;
  z-index: 2;
}
.modelos .itens {
  margin: 5rem 0;
  position: relative;
  z-index: 5;
}
.modelos .itens .item {
  margin: 0 0 5rem;
}
.modelos .itens .item .imagem img {
  box-shadow: 0 0.25rem 2rem 0.1rem rgb(34, 34, 34);
  width: 90%;
  border-radius: 2rem;
}
.modelos .itens .item .texto h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #006b59;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.modelos .itens .item .texto h2 {
  font-size: 2.25rem;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.modelos .itens .item .texto h3 {
  font-size: 2.35rem;
  margin: 2rem 0;
  font-weight: 700;
  color: #006b59;
  text-transform: uppercase;
  line-height: 1;
}
.modelos .itens .item .texto h3 span {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.modelos .itens .item .texto p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.cartao {
  background: url("../img/banner-cartao.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding: 8rem;
  overflow: hidden;
  position: relative;
}
.cartao .titulo {
  text-align: center;
}
.cartao .titulo h1 {
  font-size: 4rem;
  color: #b9ce48;
  margin: 0 0 5rem;
}
.cartao .titulo h1 span {
  color: #006b59;
  font-size: 5rem;
}
.cartao .imagem {
  width: 120%;
  margin-left: -10rem;
}
.cartao .imagem img {
  width: 100%;
}
.cartao .texto h1 {
  font-size: 3rem;
  color: #006b59;
  margin: 0 0 2rem;
}
.cartao .texto p {
  font-size: 1.75rem;
  font-weight: 300;
  color: #006b59;
  margin: 0;
}
.cartao .texto h2 {
  font-size: 1.15rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 1rem;
  text-indent: 2rem;
  text-align: justify;
  width: 95%;
}

.cta {
  padding: 2rem 8rem;
  text-align: center;
}
.cta h1 {
  font-size: 3rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.cta a {
  display: block;
  margin: 1rem 0 0;
  font-size: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem 0.75rem;
  border-radius: 3rem;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.75;
}

.cta.purple {
  background-color: #9d387b;
}
.cta.purple h1 {
  color: #b9ce48;
}
.cta.purple a {
  color: #9d387b;
  background-color: #fff;
}

.cta.green {
  background-color: #b9ce48;
}
.cta.green h1 {
  color: #006b59;
}
.cta.green a {
  color: #006b59;
  background-color: #fff;
}

.suporte {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-suporte.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.suporte .titulo {
  text-align: center;
}
.suporte .titulo h1 {
  font-size: 6rem;
  color: #4ba88c;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  line-height: 0.75;
}
.suporte .titulo h2 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
.suporte .itens {
  margin: 5rem 0 0;
}
.suporte .itens .item {
  text-align: center;
  margin: 0 0 5rem;
}
.suporte .itens .item .imagem {
  background-color: #4ba88c;
  padding: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.suporte .itens .item .imagem img {
  width: 100%;
}
.suporte .itens .item .texto h1 {
  font-size: 2.5rem;
  color: #b9ce48;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  text-transform: uppercase;
  line-height: 1;
}
.suporte .itens .item .texto p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.depoimentos {
  padding: 8rem;
  background-color: #4ba88c;
}
.depoimentos .titulo {
  text-align: center;
}
.depoimentos .titulo h1 {
  font-size: 6rem;
  color: #b9ce48;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.depoimentos .titulo h1 span {
  font-size: 6.5rem;
  color: #fff;
  font-weight: 900;
  margin: 0 0 0 1rem;
}
.depoimentos .itemvideo {
  overflow: hidden;
  border: 0.5rem solid #fff;
  margin-top: 3rem;
  border-radius: 2rem;
}
.depoimentos .itemvideo .youtube-dep {
  width: 100%;
  min-height: 32rem;
  margin: 0 auto;
  background-color: #96a547;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
}
.depoimentos .itemvideo .youtube-dep iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.depoimentos .itemvideo .youtube-dep img {
  width: 100%;
  top: -10%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}
.depoimentos .itemvideo .youtube-dep .play-button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  width: 7rem;
  box-shadow: 0 0.3125rem 2.25rem rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.depoimentos .itemvideo .youtube-dep .play-button img.playbutton {
  top: 0;
  width: 100%;
  left: 0%;
}

.unidades {
  width: 100%;
  height: 100vh; /* Define a altura como 100% da altura da viewport */
  padding: 0; /* Remove o padding para garantir que o banner ocupe toda a área */
  background: url("../img/banner-unidade.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.unidades p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.unidades h1 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 20rem;
  font-weight: 700;
  margin: 0;
  line-height: 0.65;
}
.unidades h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 5.75rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.unidades h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.unidades a {
  background-color: #4ba88c;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  border: none;
}

.video .youtube {
  width: 100%;
  min-height: 55rem;
  margin: 0 auto;
  background-color: #006b59;
  border: 0;
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.video .youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video .youtube img {
  width: 100%;
  top: -1%;
  left: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
}
.video .youtube .play-button {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border-radius: 0%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video .youtube .play-button .play {
  display: inline-block;
  margin: 0rem;
  color: #fff;
  font-size: 7rem;
  font-weight: normal;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.video .youtube .play-button img {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  margin: 0 2rem;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.video .youtube .play-button .subtexto {
  display: inline-block;
  margin: 0rem;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.video .youtube .play-button .subtexto span {
  font-size: 4.5rem;
  font-weight: normal;
}

.historia {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-historia.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.historia .titulo {
  text-align: center;
  margin: 0 0 5rem;
}
.historia .titulo h1 {
  font-size: 6rem;
  color: #b9ce48;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  line-height: 0.75;
}
.historia .titulo h2 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
.historia .imagem img {
  width: 100%;
}
.historia .texto p {
  font-size: 1.5rem;
  color: #fff;
  width: 80%;
  margin: 0 0 0 2rem;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #9d387b;
  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: #b9ce48;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 1rem 3rem;
  background-color: #fff;
  position: relative;
  z-index: 12;
  color: #006b59;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.footer a {
  text-decoration: none;
  color: #006b59;
  font-size: 1rem;
}

.footer.obrigado {
  background-color: #006b59;
  color: #fff;
}
.footer.obrigado a {
  color: #fff;
}

.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;
  text-align: center;
}
.section-obrigado .chamada {
  position: absolute;
  bottom: 20%;
  text-align: center;
}
.section-obrigado .chamada h1 {
  font-size: 4rem;
  color: #b9ce48;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.section-obrigado .chamada p {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.section-obrigado .chamada h2 {
  margin: 2rem 0 0;
  background-color: #006b59;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 2rem 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.section-obrigado .chamada h3 {
  margin: 1rem 0 0;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.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: #9d387b;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */