:root {
  --1: #101820;
  --white: white;
  --3: #dddae8;
  --2: #3f2021;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #e9e9e9;
  font-family: Poppins, sans-serif;
}

.menu {
  z-index: 3000;
  background-color: #101820d9;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #10182000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu-two {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 25px;
  margin-right: 0;
  padding: 5px 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all 1s;
}

.nav-link:hover {
  border-bottom: 0px solid var(--3);
  color: var(--3);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--3);
  color: var(--white);
  margin-left: 20px;
  transition: all 1s;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 100px;
}

.div-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bloco-contato-menu {
  background-color: var(--1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.bloco-links-contatos {
  justify-content: flex-end;
  display: flex;
}

.link {
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-left: 20px;
  padding-left: 20px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.link.email {
  color: #fff;
  background-image: url('../images/email-b.svg');
  font-size: .8em;
}

.link.whats {
  color: #fff;
  background-image: url('../images/whats-b.svg');
  font-size: .8em;
}

.link.phone {
  color: #fff;
  background-image: url('../images/fone-b.svg');
  font-size: .8em;
}

.inicio {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
  min-height: 90vh;
}

.slide {
  min-height: auto;
}

.icon {
  color: #fff;
  background-color: #1018204d;
  border: 1px solid #ffffff80;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 16px;
  transition: all .8s;
  display: flex;
}

.icon:hover {
  transform: scale(.9);
}

.icon-2 {
  background-color: #1018204d;
  border: 1px solid #ffffff80;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  font-size: 16px;
  transition: all .8s;
  display: flex;
}

.icon-2:hover {
  transform: scale(.9);
}

.slide-1 {
  height: auto;
  min-height: auto;
}

.sobre {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.h2 {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em;
  display: flex;
}

.h2.center {
  text-align: center;
}

.div-block-2 {
  padding-top: 0;
}

.image-2 {
  width: 100%;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1em;
  line-height: 1.6em;
}

.missao {
  padding-top: 0;
  padding-bottom: 100px;
}

.grid-mvs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
}

.h3 {
  color: #d4c9ca;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-3 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/6---Humberto.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 60px 40px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.list {
  color: #fff;
  margin-top: 20px;
  padding-left: 0;
}

.text-block {
  text-align: center;
  font-weight: 500;
}

.solucoes {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  text-align: center;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-5 {
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-6 {
  margin-bottom: 40px;
}

.div-block-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contatos {
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
}

.grid-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  display: block;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.list-item {
  border-bottom: 1px dotted var(--2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: all .8s;
}

.list-item:hover {
  transform: translate(10px);
}

.icone-contatos {
  color: #797979;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  text-decoration: none;
}

.icone-contatos.facebook {
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/facebook.svg');
  width: 100%;
  font-size: 13px;
}

.icone-contatos.instagram {
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/instagram.svg');
  width: 100%;
  font-size: 13px;
}

.icone-contatos.whats {
  color: var(--1);
  text-transform: uppercase;
  background-image: url("https://cdn.prod.website-files.com/65402b5f3bd2eec68a7b06bd/65493851b46e8dd12641459d_whats'.svg");
  background-position: 0 2px;
  border: 0 solid #000;
  padding-bottom: 0;
  font-size: 15px;
}

.icone-contatos.phone {
  color: var(--1);
  background-image: url('../images/fone.svg');
  background-position: 0 2px;
  border: 0 solid #000;
  padding-bottom: 0;
  font-size: 15px;
}

.icone-contatos.email {
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/email.svg');
  background-position: 0 2px;
  border: 0 solid #000;
  padding-bottom: 0;
  font-size: 13px;
}

.icone-contatos.local {
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/local.svg');
  background-position: 0 2px;
  background-size: 12px;
  border: 0 solid #000;
  padding-bottom: 0;
  font-size: 13px;
  transition: all .8s;
}

.list-2 {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--2);
  margin-top: 10px;
  padding: 15px 20px;
  font-weight: 300;
}

.submit-button:hover {
  background-color: #474747;
}

.field-label {
  font-weight: 300;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1em;
}

.footer-dark {
  background-color: var(--1);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--3);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 0 solid #e0e0e0;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  background-image: url('../images/of-slimbd.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all 1s;
}

.footer-link:hover {
  color: var(--3);
  transform: translate(5px);
}

.footer-link.w--current {
  color: #fff;
  background-image: url('../images/of-slimbd.svg');
}

.footer-link.whats {
  background-image: url('../images/whatsapp_1.svg');
}

.footer-link.whats:hover {
  color: var(--3);
}

.footer-link.phone {
  background-image: url('../images/fone_1.svg');
}

.footer-link.phone:hover {
  color: var(--3);
}

.footer-link.email {
  background-image: url('../images/email-b_1.svg');
}

.footer-link.email:hover {
  color: var(--3);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf333;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  margin: 70px auto 15px;
}

.footer-copyright-center {
  color: #777;
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
  line-height: 1em;
}

.image-3 {
  width: 120px;
}

.container-6 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.heading-14 {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.container-5 {
  margin-bottom: 40px;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
}

.paragraph-9 {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
}

.section {
  color: #000;
}

.div-block-8 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}

.text-span {
  font-weight: 600;
}

.capa-internas {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img-1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.h1-internas {
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.section-3 {
  background-image: linear-gradient(#101820d9, #101820d9), url('../images/Rodrigo-Penha-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  text-align: center;
  background-color: #080808cc;
  border: 0 solid #000;
  border-radius: 5px;
  padding: 40px 20px;
  transition: all 1s;
}

.div-block-9:hover {
  background-color: #000;
  transform: translate(-5px, -5px);
  box-shadow: 10px 8px 20px -1px #0003;
}

.div-block-9.off {
  display: none;
}

.text-block-4 {
  color: var(--3);
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.text-block-5 {
  border: 1px solid var(--3);
  color: var(--1);
  text-align: center;
  border-radius: 10px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-size: .9em;
  font-weight: 200;
  line-height: 15px;
  display: inline-block;
}

.list-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.equipe-icones {
  color: #646464;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 12px, 10px;
  padding-left: 20px;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
}

.equipe-icones.tele {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/fone_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: all .8s;
}

.equipe-icones.tele:hover {
  color: var(--3);
  font-style: normal;
  font-weight: 400;
}

.equipe-icones.mail {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/email-b_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: .9em;
  transition: all .8s;
  display: flex;
}

.equipe-icones.mail:hover {
  color: var(--3);
}

.equipe-icones.mail {
  color: #fff;
  cursor: pointer;
  background-image: url('../images/email-b_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: all .8s;
}

.equipe-icones.mail:hover {
  color: var(--3);
  font-style: normal;
  font-weight: 400;
}

.list-item-2 {
  margin-bottom: 5px;
}

.link-2 {
  color: #000;
}

.contato {
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
}

.dropdown-toggle {
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 30px;
  padding: 0 20px 0 0;
  font-size: .8em;
}

.icon-3 {
  margin-right: 0;
}

.secao-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-4 {
  width: 18px;
  height: 18px;
  transition: all .8s;
}

.image-4:hover {
  transform: scale(.9);
}

.div-block-10 {
  background-color: var(--2);
  width: 50px;
  height: 1px;
  margin-bottom: 20px;
}

.btn {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  background-color: #a5a5a5;
  width: 100%;
  height: 1px;
}

.botao {
  color: #000;
  background-color: #0000;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  transition: all .8s;
}

.botao:hover {
  font-style: normal;
}

.image-5 {
  width: 8px;
  margin-left: 10px;
}

.footer-link-copy {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.footer-link-copy:hover {
  color: var(--3);
}

.footer-link-copy.whats {
  background-image: url("https://cdn.prod.website-files.com/65402b5f3bd2eec68a7b06bd/65493851b46e8dd12641459d_whats'.svg");
}

.footer-link-copy.phone {
  background-image: url('../images/fone.svg');
}

.footer-link-copy.email {
  background-image: url('../images/email.svg');
}

.footer-link---nd {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.footer-link---nd:hover {
  color: var(--3);
}

.footer-link---nd.whats {
  background-image: url("https://cdn.prod.website-files.com/65402b5f3bd2eec68a7b06bd/65493851b46e8dd12641459d_whats'.svg");
}

.footer-link---nd.phone {
  background-image: url('../images/fone.svg');
}

.footer-link---nd.email {
  background-image: url('../images/email.svg');
}

.text-block-7 {
  color: var(--3);
  text-align: left;
  text-transform: none;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 1.6em;
  display: inline-block;
}

.image-6 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  width: 100%;
}

.heading-16 {
  color: var(--2);
  text-transform: none;
  max-width: 80%;
  margin: 20px auto 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-10 {
  color: #8b8b8b;
  max-width: 80%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: 300;
  line-height: 17px;
}

.btao {
  background-color: #000;
  margin-top: 10px;
  padding: 15px 20px;
  font-weight: 300;
}

.btao:hover {
  background-color: #474747;
}

.btao-slim {
  border: 1px solid var(--2);
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #0000;
  border-radius: 2px;
  max-width: none;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1s;
}

.btao-slim:hover {
  background-color: var(--2);
  color: #fff;
}

.collection-item {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 5px;
  padding: 0 0 20px;
  overflow: hidden;
}

.div-block-13 {
  padding-bottom: 20px;
}

.div-block-14 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: var(--2);
  margin-top: 0;
  font-size: 6em;
  font-weight: 300;
  line-height: 1em;
}

.heading-18 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
}

.div-block-15 {
  margin-bottom: 40px;
}

.div-block-16 {
  border: 1px solid var(--1);
  border-radius: 5px;
  margin-top: 40px;
  overflow: hidden;
}

.div-block-17 {
  background-color: var(--2);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/6---Humberto.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.list-item-b {
  border-bottom: 0 dotted #d6d6d6;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.btn-whatsapp {
  z-index: 2000;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-texto {
  align-self: center;
  align-items: center;
  margin-right: 10px;
  transition: all .8s;
  display: block;
}

.link-texto:hover {
  transform: translate(5px);
}

.html-embed-4 {
  width: 150px;
  height: 50px;
}

.link-image {
  background-color: #65b32e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .8s;
  display: flex;
}

.link-image:hover {
  transform: scale(.9);
}

.image-icone {
  width: 20px;
}

.image-8 {
  border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.div-block-18 {
  margin-top: 40px;
}

.contact {
  color: #000;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
}

.heading-18-copy {
  color: var(--3);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1em;
}

.heading-17-copy {
  color: var(--3);
  margin-top: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1em;
}

.bloco-slide-1 {
  /* background-image é definido inline via PHP para cada slide */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.heading-19 {
  color: #c2c2c2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1em;
}

.div-block-15-copy, .div-block-15-copy-copy {
  margin-bottom: 40px;
}

.div-block-20 {
  margin-top: 100px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-21 {
  background-color: #fff;
  max-width: none;
  margin-left: -40px;
  margin-right: auto;
  padding: 60px 40px;
}

.heading-20 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2em;
}

.image-9 {
  width: 100%;
}

.div-block-21-copy {
  background-color: #fff;
  max-width: none;
  margin-left: 0;
  margin-right: -40px;
  padding: 60px 40px;
  position: relative;
}

.noticias {
  background-color: var(--1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.frase {
  background-image: linear-gradient(#101820b3, #101820b3), url('../images/1---Rodrigo-penha.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.destaques {
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-24 {
  text-align: center;
}

.image-10 {
  border-radius: 0;
  width: 30px;
  height: 30px;
}

.text-block-9 {
  color: var(--1);
  margin-top: 30px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-11 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.5em;
}

.text-field-contc {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: .9em;
}

.preloader {
  z-index: 3500;
  background-color: var(--1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capa-internas-noticias {
  background-image: linear-gradient(#101820d9, #101820d9), url('../images/female-hands-press-laptop-keys-while-sitting-wooden-table-with-white-cappuccino-cup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.link-3 {
  color: #777;
}

.capa-internas-equipe {
  background-image: linear-gradient(#101820cc, #101820cc), url('../images/6---Humberto.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-25 {
  margin-top: 20px;
  display: inline-block;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 200px;
  width: 5px;
  height: 5px;
  margin-bottom: 10px;
}

.list-item-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  color: #dddae8;
  font-weight: 600;
}

.text-span-4 {
  color: var(--3);
  font-weight: 600;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-27 {
  background-color: #d4c9ca;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.capa-internas-blog {
  background-image: linear-gradient(#101820bf, #101820bf), url('../images/Fabio-e-Selma.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.list-item-b-copy {
  border-bottom: 0 dotted #d6d6d6;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all .8s;
}

.list-item-b-copy:hover {
  transform: translate(10px);
}

.div-block-28 {
  align-self: center;
}

.div-block-29 {
  display: none;
}

.capa-blog {
  /* background-image é definido inline via PHP para cada post */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.post-blog {
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-21 {
  border-bottom: 1px solid var(--2);
  color: var(--2);
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  line-height: 50px;
}

.rich-text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-30 {
  margin-top: 20px;
  display: flex;
}

.capa-internas-contato {
  background-image: linear-gradient(#101820cc, #101820cc), url('../images/5---TREBESCHI.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.capa-internas-emp {
  background-image: linear-gradient(#101820bf, #101820bf), url('../images/female-hands-press-laptop-keys-while-sitting-wooden-table-with-white-cappuccino-cup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  width: 100%;
  transition: all 1.5s;
}

.image-11:hover {
  transform: scale(1.1);
}

.heading-22 {
  color: var(--3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 65px;
}

.paragraph-12 {
  color: var(--3);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.div-block-31 {
  overflow: hidden;
}

.div-block-32 {
  /* background-image é definido inline via PHP para cada empreendimento */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-height: 60vh;
  padding-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-33 {
  background-color: #101820cc;
  border-radius: 10px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 20px;
}

.btao-slim-copy {
  border: 1px solid var(--3);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: #0000;
  border-radius: 2px;
  max-width: none;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1s;
}

.btao-slim-copy:hover {
  background-color: var(--2);
  color: #fff;
}

.section-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.comecar {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}

.text-span-6 {
  color: var(--3);
}

.bloco-missao {
  background-image: linear-gradient(to top, var(--1), #fff0), linear-gradient(to bottom, #10182080, #10182080), url('../images/6---Humberto.jpg');
  text-align: center;
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 10px;
  padding: 80px 40px;
  transition: all 1s;
}

.bloco-missao:hover {
  transform: translate(-5px, -5px);
}

.bloco-visao {
  background-image: linear-gradient(to top, var(--1), #fff0), linear-gradient(to bottom, #10182080, #10182080), url('../images/5---TREBESCHI.png');
  text-align: center;
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 10px;
  padding: 80px 40px;
  transition: all 1s;
}

.bloco-visao:hover {
  transform: translate(-5px, -5px);
}

.bloco-valores {
  background-image: linear-gradient(to top, var(--1), #fff0), linear-gradient(to bottom, #10182080, #10182080), url('../images/Fabio-e-Selma.png');
  text-align: center;
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 10px;
  padding: 80px 40px;
  transition: all 1s;
}

.bloco-valores:hover {
  transform: translate(-5px, -5px);
}

.image-12 {
  width: 50px;
  margin-bottom: 30px;
}

.text-span-7, .text-span-8 {
  font-weight: 600;
}

.list-item-4-copy {
  border: 1px solid #dddae842;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px;
}

.nav-link-copy {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: var(--3);
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  border-bottom: 2px solid var(--2);
  color: var(--1);
  transition: all 1s;
}

.container-8-copy {
  max-width: 95%;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .3fr;
}

.div-block-35 {
  margin-right: 10px;
}

.btao-slim-copy {
  border: 1px solid var(--2);
  background-color: var(--2);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 2px;
  max-width: none;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1s;
}

.btao-slim-copy:hover {
  color: #000;
  background-color: #3f202100;
}

.utility-page-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  margin-bottom: 30px;
  display: flex;
}

.search-input {
  border: 0 solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 300;
}

.search-button {
  background-color: var(--1);
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 45px;
  height: 45px;
}

.text-block-10 {
  text-align: left;
  border-bottom: 1px solid #0000001c;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-36 {
  margin-top: 20px;
}

.div-block-37 {
  margin-bottom: 30px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  color: #7c7c7c;
  max-width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.text-block-11.w--current {
  margin-top: 20px;
  font-size: 15px;
  text-decoration: none;
}

.div-block-38 {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  overflow: hidden;
}

.container-9 {
  max-width: 95%;
}

.text-span-9 {
  font-weight: 600;
}

.div-block-40 {
  border-radius: 20px;
  overflow: hidden;
}

.html-embed-5 {
  margin-bottom: -50px;
  padding-bottom: 0;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 200;
}

.container-menu {
  width: auto;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  width: 100px;
}

.link-block {
  margin-right: 20px;
}

.link-block.w--current {
  margin-right: 40px;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-2 {
  border: 1px solid var(--1);
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  max-width: none;
  margin-top: 0;
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
  transition: all 1s;
}

.btn-2:hover {
  background-color: var(--1);
  color: #fff;
  transform: translate(-5px, -5px);
}

.div-block-42 {
  margin-right: 10px;
}

.btn-1 {
  border: 1px solid var(--1);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #101820;
  border-radius: 5px;
  max-width: none;
  margin-top: 0;
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
  transition: all 1s;
}

.btn-1:hover {
  color: var(--1);
  background-color: #3f202100;
  transform: translate(-5px, -5px);
}

.btn-1.w--current {
  border-radius: 5px;
}

.div-block-43 {
  margin-top: 20px;
}

.btn-3 {
  border: 1px solid var(--3);
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: #0000;
  border-radius: 5px;
  max-width: none;
  margin-top: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1s;
}

.btn-3:hover {
  background-color: var(--3);
  color: var(--1);
  transform: translate(-5px, -5px);
}

.btn-3._100 {
  text-align: center;
  width: 100%;
}

.lottie-animation-2 {
  width: 150px;
  margin-top: -30px;
  margin-left: -75px;
}

.section-9 {
  min-height: 100vh;
}

.lottie-animation-3 {
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.text-field-2 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 5px;
  height: 50px;
  font-family: Poppins, sans-serif;
}

.field-label-2 {
  font-weight: 400;
}

.heading-23 {
  font-weight: 300;
}

.image-14 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-10 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.search-result-list {
  margin-top: 60px;
}

.search-result-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.heading-24 {
  margin-bottom: 20px;
  font-weight: 300;
}

.field-label-3 {
  font-weight: 400;
}

.link-4 {
  color: var(--2);
  font-weight: 500;
}

.paragraph-13 {
  color: var(--1);
  font-weight: 300;
}

.text-block-13 {
  color: #8f8f8f;
}

.rich-text-block-2 {
  line-height: 25px;
  display: block;
}

.div-block-45 {
  margin-bottom: -50px;
}

.rich-text-block-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.lottie-animation-4 {
  width: 100px;
  margin: -30px auto -20px;
  padding-bottom: 0;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-4 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--3);
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1s;
}

.btn-4:hover {
  color: var(--white);
  background-color: #dddae800;
  transform: translate(-5px, -5px);
}

.btn-4._100 {
  text-align: center;
  width: 100%;
}

.container-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-47 {
  margin-right: 10px;
}

.heading-22-copy {
  color: var(--3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
}

.collection-item-2 {
  border-radius: 10px;
  overflow: hidden;
}

.collection-list-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33-copybhb {
  text-align: center;
  background-color: #101820cc;
  border-radius: 10px;
  width: auto;
  max-width: none;
  margin: 0 auto 60px;
  padding: 40px;
  text-decoration: none;
}

.left-arrow {
  display: flex;
}

.right-arrow {
  margin-right: 0;
  display: flex;
}

.image-15 {
  width: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27-copy {
  background-color: #d4c9ca;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-18-copyasdf {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1em;
}

.heading-17-copyad {
  color: var(--3);
  text-align: center;
  margin-top: 0;
  font-size: 6em;
  font-weight: 300;
  line-height: 1em;
}

.btn-1-branco {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #10182000;
  border-radius: 5px;
  max-width: none;
  margin-top: 0;
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
  transition: all 1s;
}

.btn-1-branco:hover {
  border-color: var(--3);
  background-color: var(--3);
  color: var(--1);
  transform: translate(-5px, -5px);
}

.div-block-41-copyv {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.dropdown-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.dropdown-list {
  border-radius: 5px;
  display: none;
  position: absolute;
  min-width: 150px;
  padding: 10px 0;
}

.dropdown-list.w--open,
.w-dropdown:hover .dropdown-list {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px -4px #97282826;
}

.dropdown-link {
  display: block;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

.section-6-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-12 {
  max-width: 1000px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-10 {
  color: var(--2);
  font-weight: 500;
}

.like-buttton {
  float: left;
  cursor: pointer;
  background-image: url('../images/fa-thumbs-up_100_0_ffffff_none_1fa-thumbs-up_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

/* DESATIVADO: Este CSS antigo interfere no slider dinâmico
.slide-1 {
  background-image: linear-gradient(#0003, #0003), url('../images/ptn-3_1ptn-3.png'), url('../images/arch-1.jpg');
  background-position: 0 0, 50%, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-1.photo-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/ptn-3_1ptn-3.png'), url('../images/arch-3.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, cover;
}
*/

.slider-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.top-space {
  margin-top: 20px;
}

.container-slider {
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.big-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
}

.button {
  background-color: #222;
  padding: 14px;
  font-size: 14px;
  transition: all .4s;
}

.button:hover {
  color: #fff;
  border-radius: 15px;
}

.button.white-button {
  color: #212121;
  background-color: #fff;
}

.button.white-button:hover {
  color: #fff;
  background-color: #111;
  border-radius: 0;
}

.background-video {
  background-image: url('../images/ptn-3_1ptn-3.png'), linear-gradient(#0000001a, #0000001a);
  background-position: 50%, 0 0;
  height: 100%;
}

.banner {
  height: 100%;
}

.social-icon {
  float: left;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  transition: background-color .4s;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none_1fa-instagram_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.instagram:hover {
  background-color: #fff;
  background-image: url('../images/fa-instagram_100_0_121212_none_1fa-instagram_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.facebook:hover {
  background-color: #fff;
  background-image: url('../images/fa-facebook_100_0_121212_none_1fa-facebook_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.pin {
  background-image: url('../images/fa-pinterest-p_100_0_ffffff_none_1fa-pinterest-p_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.pin:hover {
  background-color: #fff;
  background-image: url('../images/fa-pinterest-p_100_0_121212_none_1fa-pinterest-p_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.twitter:hover {
  background-color: #fff;
  background-image: url('../images/fa-twitter_100_0_121212_none_1fa-twitter_100_0_121212_none.png');
  background-size: 14px;
}

.arrow {
  opacity: .6;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  font-size: 25px;
  transition: opacity .4s;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-right: 20px;
}

.align-center {
  text-align: center;
  padding-bottom: 5px;
}

.social-icon-wrapper {
  z-index: 9998;
  position: absolute;
  top: 110px;
  left: 20px;
}

.slide-navigation {
  opacity: 1;
  background-color: #fff;
  height: 50px;
  padding-top: 20px;
  font-size: 10px;
}

.slider-inicio {
  width: 100vw;
  min-height: 100vh;
}

.div-block-48, .div-block-49 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.capa-internas-comer {
  background-image: linear-gradient(#101820bf, #101820bf), url('../images/engineer-meeting-architectural-project-working-with-partner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.rich-text-block-4 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-8 {
  grid-template-rows: auto auto;
}

.slide-nav {
  font-size: 7px;
}

.subscribe-and-search-contain {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.search-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input-2 {
  color: #575757;
  border-style: none;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  box-shadow: 1px 1px 17px #00000012;
}

.search-button-2 {
  background-color: #6ca3c9;
  display: none;
  position: absolute;
  top: 0;
  left: -72px;
}

.search-icon-wrapper {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #505050;
  border-radius: 5%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
}

.search-icon-wrapper:hover {
  background-color: #fff0;
  margin: 0;
  padding: 0;
  box-shadow: 1px 1px 11px #00000014;
}

.search-img {
  width: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: transform .6s;
  position: relative;
  top: 0;
}

.subscribe-button {
  background-color: #320099;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: transform .4s, box-shadow .4s;
}

.subscribe-button:hover {
  transform: scale(1.09);
  box-shadow: 1px 1px 25px #00000026;
}

.search-3 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input-3 {
  color: #575757;
  border-style: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  display: none;
  box-shadow: 1px 1px 17px #00000012;
}

.search-button-3 {
  background-color: #6ca3c9;
  display: none;
  position: absolute;
  top: 0;
  left: -72px;
}

.list-item-6 {
  width: 25%;
  margin-right: 20px;
  display: none;
}

.empty-state {
  background-color: var(--1);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-block-14 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-15 {
  font-size: 15px;
}

.text-block-16 {
  color: #dddae873;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-51 {
  text-align: center;
}

.dgo-incorporadora {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/fachada-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-13 {
  max-width: 700px;
}

.heading-25 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.text-span-11 {
  color: #fe5000;
  font-weight: 600;
}

.paragraph-12-copyvfs {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-2-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fe5000;
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  padding: 15px;
  font-size: 11px;
  font-weight: 400;
  transition: all 1s;
}

.btn-2-2:hover {
  color: #fff;
  background-color: #fe5000;
  transform: translate(-5px, -5px);
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-16 {
  width: 150px;
}

.list-item-7 {
  margin-left: 40px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-17 {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-54 {
  object-fit: fill;
  background-color: #00000052;
  border: 0 solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-54:hover {
  transform: scale(.9);
}

.div-block-54.w--current {
  background-color: #00000052;
}

.image-18 {
  width: 15px;
}

.contatos-menu {
  display: none;
}

.footer-social-link-copy, .footer-social-link-copyx {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  display: flex;
}

.image-4-b {
  width: 18px;
  height: 18px;
  transition: all .8s;
}

.image-4-b:hover {
  transform: scale(.9);
}

.footer-social-link-co, .footer-social-link-copy-cop {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  display: flex;
}

.div-block-55 {
  margin-bottom: 40px;
}

.image-19 {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--1);
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: var(--2);
    color: #fff;
    border-radius: 5px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icone-contatos.facebook, .icone-contatos.instagram, .icone-contatos.whats, .icone-contatos.phone, .icone-contatos.email, .icone-contatos.local {
    font-size: 13px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto;
  }

  .h1-internas {
    font-size: 3.5em;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-16 {
    font-size: 15px;
  }

  .heading-17 {
    font-size: 5em;
  }

  .div-block-17 {
    padding: 60px 20px;
  }

  .heading-17-copy {
    font-size: 5em;
  }

  .heading-19 {
    font-size: 4em;
  }

  .container-7 {
    max-width: 90%;
  }

  .list-item-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-9 {
    margin-top: -50px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .capa-internas-equipe, .capa-internas-blog, .capa-internas-contato, .capa-internas-emp {
    min-height: 75vh;
    align-items: center;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .bloco-missao, .bloco-visao, .bloco-valores {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-4-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container-menu {
    max-width: 728px;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-top: 0;
    display: flex;
  }

  .collection-list-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-17-copyad {
    font-size: 5em;
  }

  .container-12 {
    max-width: 90%;
  }

  .big-slider {
    height: 800px;
  }

  .capa-internas-comer {
    min-height: 75vh;
    align-items: center;
  }

  .search-icon-wrapper {
    border-radius: 5px;
    margin: 0 auto;
  }

  .search-icon-wrapper:hover {
    background-color: #fff0;
    width: auto;
    height: auto;
    padding: 0;
  }

  .list-item-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-13 {
    max-width: 90%;
  }

  .heading-25 {
    font-size: 70px;
  }

  .paragraph-12-copyvfs {
    margin-top: 0;
  }

  .contatos-menu {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    width: auto;
    max-width: 90%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #747474;
  }

  .sobre {
    padding-top: 80px;
  }

  .grid-mvs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3, .div-block-3, .paragraph-2 {
    text-align: center;
  }

  .list {
    text-align: center;
    display: block;
  }

  .text-block {
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-6, .container-5 {
    max-width: 90%;
  }

  .h1-internas {
    font-size: 3em;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    margin-left: 0;
  }

  .footer-link-copy:hover, .footer-link---nd:hover {
    color: #1a1b1fbf;
  }

  .div-block-12 {
    text-align: center;
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .list-item-3 {
    text-align: left;
  }

  .heading-17 {
    font-size: 4em;
  }

  .heading-18 {
    font-size: 1.6em;
  }

  .heading-17-copy {
    font-size: 4em;
  }

  .heading-19 {
    font-size: 3em;
  }

  .list-item-4 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    margin-left: 0;
  }

  .image-9 {
    margin-top: 0;
  }

  .div-block-21-copy {
    margin-right: 0;
  }

  .div-block-22 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .capa-internas-equipe, .capa-internas-blog {
    min-height: 80vh;
    align-items: center;
  }

  .container-8 {
    max-width: 90%;
  }

  .capa-internas-contato, .capa-internas-emp {
    min-height: 80vh;
    align-items: center;
  }

  .bloco-missao, .bloco-visao, .bloco-valores {
    text-align: center;
  }

  .list-item-4-copy {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-copy {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-copy.w--current {
    width: 100%;
    margin-left: 0;
  }

  .container-8-copy {
    max-width: 90%;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-40 {
    display: inline-block;
  }

  .container-menu {
    width: auto;
    max-width: 90%;
  }

  .div-block-41 {
    margin-top: 40px;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    display: flex;
  }

  .container-10 {
    max-width: 90%;
  }

  .collection-list-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-18-copyasdf {
    font-size: 1.6em;
  }

  .heading-17-copyad {
    font-size: 4em;
  }

  .div-block-41-copyv {
    margin-top: 40px;
  }

  .container-slider {
    padding-left: 64px;
    padding-right: 64px;
  }

  .big-slider {
    height: 700px;
  }

  .capa-internas-comer {
    min-height: 80vh;
    align-items: center;
  }

  .subscribe-and-search-contain {
    display: flex;
  }

  .heading-25 {
    font-size: 60px;
    line-height: 70px;
  }

  .footer-social-link-copy, .footer-social-link-copyx, .footer-social-link-co, .footer-social-link-copy-cop {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    background-color: #10182000;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 1500;
    background-color: #101820d9;
    position: relative;
  }

  .container {
    max-width: 90%;
  }

  .navbar-wrapper {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two {
    z-index: 2000;
    background-color: var(--1);
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-link.w--current {
    border-bottom-width: 1px;
  }

  .menu-button {
    background-color: var(--2);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--3);
    color: var(--1);
  }

  .bloco-contato-menu {
    display: none;
  }

  .inicio {
    width: 100vw;
  }

  .icon {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-size: 14px;
  }

  .icon-2 {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    font-size: 14px;
  }

  .sobre {
    padding-top: 60px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .solucoes {
    padding-bottom: 0;
  }

  .contatos {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .list-item {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icone-contatos.facebook {
    font-size: 12px;
    display: flex;
  }

  .icone-contatos.instagram {
    font-size: 12px;
  }

  .icone-contatos.whats {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
  }

  .icone-contatos.phone {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
  }

  .icone-contatos.email {
    font-size: 10px;
  }

  .icone-contatos.local {
    font-size: 11px;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content {
    margin-left: 0;
  }

  .footer-social-block {
    text-align: center;
  }

  .footer-copyright-center {
    text-align: center;
    line-height: 1.2em;
  }

  .heading-14 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading-15 {
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .paragraph-9 {
    font-size: 1em;
  }

  .capa-internas {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1-internas {
    font-size: 2em;
    line-height: 1.4em;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .equipe-icones.mail {
    padding-left: 15px;
    font-size: .9em;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .secao-2 {
    padding-top: 40px;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .collection-item {
    border-radius: 0;
  }

  .heading-17 {
    font-size: 4em;
  }

  .heading-18 {
    font-size: 1.3em;
  }

  .div-block-16 {
    border-width: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .div-block-17 {
    text-align: left;
    border-radius: 0;
    padding: 40px 10px;
  }

  .list-item-b {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .btn-whatsapp {
    margin-bottom: 20px;
  }

  .link-texto {
    width: auto;
    margin-right: 5px;
  }

  .html-embed-4 {
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .contact {
    padding-top: 60px;
  }

  .heading-18-copy {
    font-size: 1.2em;
  }

  .heading-17-copy {
    font-size: 2.3em;
  }

  .bloco-slide-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
  }

  .heading-19 {
    font-size: 1.5em;
  }

  .div-block-15-copy-copy {
    margin-bottom: 0;
  }

  .list-item-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-5 {
    margin-bottom: 40px;
  }

  .div-block-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    font-size: 2.5em;
  }

  .div-block-21-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frase {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/1---Rodrigo-penha.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-8 {
    letter-spacing: 1px;
    max-width: 90%;
    font-size: 2.3em;
    line-height: 1.6em;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .destaques {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-10 {
    width: 30px;
    height: 30px;
  }

  .text-block-9 {
    margin-top: 20px;
  }

  .lottie-animation {
    width: 150px;
  }

  .capa-internas-noticias {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .capa-internas-equipe, .capa-internas-blog {
    min-height: 60vh;
    padding-top: 150px;
    padding-bottom: 60px;
    align-items: center;
  }

  .list-item-b-copy {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .capa-blog {
    font-size: 13px;
  }

  .heading-21 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-30 {
    display: block;
  }

  .capa-internas-contato, .capa-internas-emp {
    min-height: 60vh;
    padding-top: 150px;
    padding-bottom: 60px;
    align-items: center;
  }

  .heading-22 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 55px;
  }

  .paragraph-12 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-32 {
    min-height: 50vh;
  }

  .div-block-33 {
    max-width: 90%;
    margin: 20px auto 0;
    padding: 20px;
  }

  .btao-slim-copy {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 0 0 1px;
    padding: 0 0 5px;
    font-size: 10px;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .comecar {
    max-width: 100%;
  }

  .list-item-4-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.7fr;
  }

  .div-block-35 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .utility-page-form {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-37 {
    text-align: center;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 25px;
  }

  .container-9 {
    max-width: 90%;
  }

  .div-block-39 {
    width: 90%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-menu {
    max-width: 90%;
  }

  .div-block-41 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-2 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .div-block-42 {
    margin-bottom: 10px;
  }

  .btn-1 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .btn-3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .heading-23 {
    font-size: 25px;
  }

  .container-10 {
    margin-top: 140px;
  }

  .text-block-13 {
    font-size: 13px;
  }

  .div-block-44 {
    margin-top: 40px;
  }

  .rich-text-block-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .rich-text-block-3 {
    max-width: none;
    padding-top: 10px;
  }

  .btn-4 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 0 0 1px;
    width: auto;
    padding: 0 0 5px;
    font-size: 11px;
    font-weight: 400;
  }

  .container-11 {
    width: 90%;
    max-width: none;
    display: block;
  }

  .div-block-47 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .collection-list-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-33-copybhb {
    margin: 20px auto 100px;
    padding: 20px 20px 40px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .heading-18-copyasdf {
    font-size: 1.3em;
  }

  .heading-17-copyad {
    font-size: 4em;
  }

  .btn-1-branco {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .div-block-41-copyv {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-6-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-title {
    font-size: 30px;
    line-height: 36px;
  }

  .big-slider {
    height: 650px;
  }

  .slider-inicio {
    width: 100vw;
  }

  .div-block-50 {
    max-width: 100%;
  }

  .capa-internas-comer {
    min-height: 60vh;
    padding-top: 150px;
    padding-bottom: 60px;
    align-items: center;
  }

  .rich-text-block-4 {
    max-width: none;
  }

  .search-3 {
    width: auto;
  }

  .list-item-6 {
    width: auto;
    height: 50px;
    display: none;
    position: static;
  }

  .heading-25 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-12-copyvfs {
    font-size: .9em;
    font-weight: 300;
  }

  .btn-2-2 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    font-weight: 400;
  }

  .image-16 {
    width: 120px;
  }

  .image-17 {
    margin-bottom: 0;
  }

  .contatos-menu {
    margin-right: 10px;
  }

  .footer-social-link-copy {
    border: 1px solid #dddae880;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .footer-social-link-copyx {
    margin-left: 5px;
  }

  .image-4-b {
    width: 15px;
    height: 15px;
  }

  .footer-social-link-co, .footer-social-link-copy-cop {
    border: 1px solid #dddae880;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
}

#w-node-_46095fe9-f1c3-2de9-94a0-4daebc626bb9-dff650d9, #w-node-_46095fe9-f1c3-2de9-94a0-4daebc626bc2-dff650d9, #w-node-_46095fe9-f1c3-2de9-94a0-4daebc626bcb-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cd37b1c-0fe3-cf4e-c3e2-018f0d6b83d6-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee2962ff-c1ed-daa9-db5f-767e476fbceb-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0b0861-d243-57fb-5701-66edd4290c20-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e1c65c28-26fe-21b6-73ba-f84732f8950b-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1c65c28-26fe-21b6-73ba-f84732f8950d-dff650d9 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e177833d-39ae-c8a5-d155-978d0596e3c3-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e177833d-39ae-c8a5-d155-978d0596e3c5-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04c91ffe-72eb-9ca6-db35-e266a7129f79-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c91ffe-72eb-9ca6-db35-e266a7129f7b-dff650d9 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff5976bf-5ff8-ab3f-0b01-f0da4482603f-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5976bf-5ff8-ab3f-0b01-f0da44826041-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9daa2f19-8a77-6797-d720-b0856bdd5838-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9daa2f19-8a77-6797-d720-b0856bdd583a-dff650d9 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f785815-5b4f-ccd4-b8f4-a4e5cf737339-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f2ae9f0-be47-06dd-58ea-d8aa524b4e8e-dff650d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a00ce5a4-5f68-e53d-d823-5f2cf2de40d8-f2de40d2, #w-node-a00ce5a4-5f68-e53d-d823-5f2cf2de40e1-f2de40d2, #w-node-a00ce5a4-5f68-e53d-d823-5f2cf2de40ec-f2de40d2, #w-node-_1a24ad13-e3d8-1e4e-9aa2-ada9070554af-dff650dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ee80f71-1181-7b67-8e86-3fe13c659851-dff650de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5ee80f71-1181-7b67-8e86-3fe13c659865-dff650de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbb0558b-834a-322d-5fc6-dbb9eadfa7ff-dff650df, #w-node-e6eacc9b-1564-681d-ee5f-c12f165bbe7c-dff650df, #w-node-_2530dde8-dee0-4517-acb8-3b9fba656123-dff650e0, #w-node-_52ecc451-3aab-2818-5add-fd0a0cfc8cbd-dff650e0, #w-node-cec81c64-1c13-a741-86d5-90ce83a15d9c-dff650e1, #w-node-_2ca8e6e0-be33-0672-bb64-c37654a2b800-dff650e1, #w-node-ebd2c2c4-25f6-2137-cf07-23a0b71fd0b5-dff650e3, #w-node-ebd2c2c4-25f6-2137-cf07-23a0b71fd0bc-dff650e3, #w-node-ebd2c2c4-25f6-2137-cf07-23a0b71fd0c3-dff650e3, #w-node-_657f1c1e-74a8-edb6-8762-2f4c2264ced0-dff650e3, #w-node-c4344bba-7f06-4032-b9d1-527270c054fd-dff650e3, #w-node-fe77179c-9dc8-7d54-8945-1d9f33d596d4-dff650e3, #w-node-c19e2f50-2bfb-2c33-50a4-61ef03326ba6-dff650e3, #w-node-b9cc0cd3-cdc7-271d-7e9d-68cc1a41a29a-dff650e3, #w-node-_0ae951c1-7947-d509-d2f0-702348fc75ec-dff650e3, #w-node-_6eea7ead-0fa9-aa1d-e964-7ea85148c3a9-dff650e3, #w-node-_0c14324b-8acc-5fb7-b279-e224d28c9846-dff650e3, #w-node-d9f75833-bcea-1dfc-d532-044588690847-dff650e3, #w-node-ec065e3b-17c7-ef12-bcf3-279768e8e8a7-dff650e3, #w-node-_65a30607-9e01-f03d-6b0b-246dccfaad37-dff650e4, #w-node-_65a30607-9e01-f03d-6b0b-246dccfaad42-dff650e4, #w-node-b9b59656-5367-816c-9194-af63029ed33e-dff650e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f2ae9f0-be47-06dd-58ea-d8aa524b4e8e-dff650d9, #w-node-_5ee80f71-1181-7b67-8e86-3fe13c659851-dff650de {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1c65c28-26fe-21b6-73ba-f84732f8950d-dff650d9, #w-node-_04c91ffe-72eb-9ca6-db35-e266a7129f7b-dff650d9, #w-node-_9daa2f19-8a77-6797-d720-b0856bdd583a-dff650d9 {
    order: 9999;
  }

  #w-node-_3f785815-5b4f-ccd4-b8f4-a4e5cf737339-dff650d9, #w-node-_5ee80f71-1181-7b67-8e86-3fe13c659865-dff650de {
    order: -9999;
  }
}


