:root {
  --white: white;
  --black: black;
}

.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;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.chamada-whats {
  padding-top: 5px;
  font-size: 16px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.botao-contato {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a2195b;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.botao-contato:hover {
  color: #fff;
  background-color: #32343a;
}

.botao-contato:active {
  background-color: #43464d;
}

.botao-contato.cc-contact-us {
  z-index: 5;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.botao-contato.cc-jumbo-button {
  padding: 16px 60px;
  font-size: 14px;
  line-height: 26px;
}

.botao-contato.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #c99d66;
}

.botao-contato.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.botao-contato.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.icone-whats {
  width: 40px;
  padding-right: 10px;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  width: 140px;
  display: block;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.titulo-box-como {
  color: #a2195b;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.secao-nosso-processo {
  text-align: center;
  background-color: #e2dfdd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.titulo-box-servico {
  text-align: center;
}

.icones-como {
  text-align: center;
  width: 98px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: inline-block;
  position: static;
  left: 121px;
}

.div-block {
  text-align: center;
  flex: 0 auto;
  width: 33%;
  padding: 20px 40px;
  display: block;
}

.div-block-2 {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.secao-solicite-avaliacao {
  margin-left: 30px;
  margin-right: 30px;
}

.secao-solicite-avaliacao.cc-cta {
  background-color: #e2dfdd;
  padding-left: 80px;
  padding-right: 80px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Capa_Home_01.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 60px;
}

.texto-contratar {
  text-align: center;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light, .paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.formulario {
  background-color: #e7dccf;
}

.container-2 {
  text-align: center;
  padding: 60px 20px;
}

.t-tulo-formulario {
  margin-bottom: 40px;
}

.text-field-2 {
  object-fit: fill;
}

.submit-button {
  background-color: #a2195b;
  border-left: 40px solid #a2195b;
  border-right: 40px solid #a2195b;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 140px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.container-negociamos {
  width: 100%;
  max-width: 1140px;
  margin: 100px auto;
}

.image-21 {
  width: auto;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph-light {
  opacity: .6;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.body {
  padding-top: 189px;
  font-family: Montserrat, sans-serif;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: block;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  text-align: right;
}

.logo-veredas {
  opacity: .4;
}

.endereco-rodape {
  color: #e2dfdd;
  padding-top: 20px;
}

.link-block {
  width: 70px;
}

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

.foto-2 {
  opacity: .4;
  width: 90px;
}

.div-block-5 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}

.copywright {
  color: #e2dfdd;
  font-size: 12px;
}

.rodape {
  background-color: #696259;
}

.column {
  display: flex;
}

.container-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 100px;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 37px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.secao-que-negociamos {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.texto-que-compramos {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #a2195b;
  margin-top: 0;
  padding-top: 0;
}

.div-compramos {
  padding-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.body-2 {
  margin-top: 181px;
  font-family: Montserrat, sans-serif;
}

.intro-header-2 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Capa_Home_03.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.body-3 {
  padding-top: 185px;
  font-family: Montserrat, sans-serif;
}

.intro-leilao {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Capa_Home_04.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.container-faq {
  padding: 60px 20px;
}

.titulo-faq-2 {
  margin-bottom: 20px;
}

.titulo-faq {
  color: #a2195b;
  margin-bottom: 0;
  font-size: 20px;
}

.titulo-2-faq {
  font-weight: 500;
}

.paragrafo-faq {
  margin-bottom: 30px;
}

.body-4 {
  padding-top: 186px;
  font-family: Montserrat, sans-serif;
}

.body-5 {
  padding-top: 183px;
  font-family: Montserrat, sans-serif;
}

.intro-agradecimento {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Capa_Home_05.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 0;
  }

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

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .botao-contato {
    justify-content: center;
  }

  .botao-contato.cc-contact-us {
    display: none;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .secao-solicite-avaliacao.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .cta-text {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .secao-solicite-avaliacao, .secao-solicite-avaliacao.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .secao-solicite-avaliacao.cc-cta {
    padding: 15px;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .container-negociamos {
    text-align: center;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon {
    width: 40px;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .secao-solicite-avaliacao.cc-cta {
    margin-bottom: 40px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-negociamos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2 {
    text-align: center;
  }

  .foto-2 {
    text-align: right;
  }

  .column {
    padding-bottom: 40px;
  }

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

  .grid-2 {
    display: block;
  }

  .div-compramos {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-f79b019a-e41d-29be-42a2-979b82b7fdb0-32dcc31a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f79b019a-e41d-29be-42a2-979b82b7fdb6-32dcc31a, #w-node-f79b019a-e41d-29be-42a2-979b82b7fdb8-32dcc31a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f79b019a-e41d-29be-42a2-979b82b7fdc0-32dcc31a, #w-node-dacc6d8b-a70c-03fb-1e97-9120bf2f0873-32dcc31a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dacc6d8b-a70c-03fb-1e97-9120bf2f087c-32dcc31a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c0-32dcc31a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c6-32dcc31a, #w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c8-32dcc31a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2d0-32dcc31a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f79b019a-e41d-29be-42a2-979b82b7fdb0-32dcc31a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f79b019a-e41d-29be-42a2-979b82b7fdb6-32dcc31a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f79b019a-e41d-29be-42a2-979b82b7fdb8-32dcc31a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f79b019a-e41d-29be-42a2-979b82b7fdc0-32dcc31a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dacc6d8b-a70c-03fb-1e97-9120bf2f0873-32dcc31a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dacc6d8b-a70c-03fb-1e97-9120bf2f087c-32dcc31a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c0-32dcc31a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c6-32dcc31a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2c8-32dcc31a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15e2ad55-ab1d-d916-f5cd-d890ed60c2d0-32dcc31a {
    grid-area: 1 / 1 / 2 / 2;
  }
}


