:root {
  --chocolate: #ed7203;
  --dim-grey: #707070;
  --black: #101010;
}

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

.slide-1 {
  background-image: url('../images/slide-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  margin-bottom: 10px;
  display: none;
}

.slider {
  background-color: #000;
  height: 800px;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.title-produtos {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
}

.title-produtos.white {
  color: #fff;
  text-align: left;
  width: 500px;
  font-family: Sora, sans-serif;
}

.title-produtos.white._2 {
  width: 480px;
}

.title-produtos.white._3 {
  width: 590px;
}

.overlay {
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto;
}

.desk-nav {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo {
  justify-content: flex-start;
  align-items: stretch;
  transition: all .2s ease-in-out;
}

.logo:hover {
  transform: translate(0, -3px);
}

.menu {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social {
  opacity: .8;
  padding: 10px 6px;
  transition: all .2s ease-in-out;
}

.social:hover {
  opacity: 1;
  transform: translate(0, -3px);
}

.contact-button {
  background-color: var(--chocolate);
  border-radius: 10px;
  align-items: stretch;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .2s ease-in-out;
}

.contact-button:hover {
  background-color: #000;
  transform: translate(0, -3px);
}

.link {
  opacity: .8;
  color: #fff;
  padding: 10px 15px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.link:hover {
  opacity: 1;
  transform: translate(0, -3px);
}

.arrow {
  opacity: .5;
}

.arrow:hover {
  opacity: 1;
}

.topbar {
  z-index: 6;
  border-bottom: 1px solid #ffffff1a;
  position: absolute;
  inset: 0% 0% auto;
}

.topbar-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 3px 40px;
  display: flex;
}

.scoial-links {
  flex: 1;
  align-items: center;
  display: flex;
}

.whatsapp-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .8;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.whatsapp-link:hover {
  opacity: 1;
  transform: translate(0, -3px);
}

.whatsapp {
  color: #fff;
  align-items: center;
  font-size: .9rem;
  line-height: 1;
}

.form-sidebar {
  z-index: 6;
  background-color: #fff;
  width: 500px;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-form {
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 40px;
  display: flex;
}

.heading {
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
}

.close-side-contact-form {
  opacity: .2;
  align-items: center;
  padding: 10px;
  transition: all .2s ease-in-out;
  transform: scale(.8);
}

.close-side-contact-form:hover {
  opacity: 1;
  transform: scale(1);
}

.contact-form {
  padding: 30px 40px;
}

.button-submit {
  background-color: var(--chocolate);
  border-radius: 10px;
  width: 100%;
  padding: 15px 25px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.input {
  border-radius: 10px;
  padding: 25px 15px;
  font-style: normal;
}

.input.mensagem {
  padding-top: 15px;
  padding-bottom: 50px;
  font-style: normal;
}

.mobile {
  display: none;
}

.field-label {
  font-style: normal;
}

.card {
  grid-column-gap: 20px;
  background-color: var(--chocolate);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px 50px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.card:hover {
  background-color: #f78015;
  transform: translate(0, -10px);
}

.cards {
  justify-content: center;
  align-items: center;
}

.text {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.card-text {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.all-cards {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  max-width: 1240px;
  display: flex;
  position: relative;
  top: -50px;
}

.about-content {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.h1-about {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Sora, sans-serif;
}

.p-about {
  margin-top: 12px;
  margin-bottom: 50px;
  display: flex;
}

.paragraph-3 {
  flex: 1;
  height: 180px;
  padding-top: 40px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.tabs {
  flex-flow: column wrap;
  display: flex;
}

.tab-text {
  font-family: Sora, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.tab-link-tab-1 {
  border: 1px solid var(--dim-grey);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--dim-grey);
  background-color: var(--chocolate);
  color: #fff;
  border-radius: 10px;
}

.tab-link-tab-2 {
  border: 1px solid var(--dim-grey);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--chocolate);
  color: #fff;
}

.tab-link-tab-3 {
  border: 1px solid var(--dim-grey);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--chocolate);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.video-overlay {
  background-image: url('../images/thumb_video.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 290px;
  margin-bottom: 60px;
  display: flex;
  overflow: visible;
}

.open-lightbox {
  opacity: .75;
  transition: all .2s ease-in-out;
}

.open-lightbox:hover {
  opacity: 1;
  transform: scale(1.05);
}

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

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
}

.icons-about {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.icons-about.seg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-radius: 15px 15px 0 0;
  justify-content: space-between;
  padding-bottom: 0;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.icons-about.seg:hover {
  background-color: #ffffff0f;
}

.text-block-dark {
  text-align: center;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  font-family: Sora, sans-serif;
}

.border {
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.border:hover {
  transform: scale(1.05);
}

.border.orange {
  border-color: var(--chocolate);
}

.bg {
  color: #fff;
  background-image: url('../images/segmentos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding: 40px 40px 80px;
  display: flex;
}

.line {
  background-color: var(--chocolate);
  border-radius: 50px;
  width: 150%;
  height: 5px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sora, sans-serif;
}

.clients {
  justify-content: center;
  display: flex;
}

.icon-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.clients-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wraper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.loop-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.client-logo {
  filter: grayscale();
  transition: all .2s ease-in-out;
}

.client-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.text-tab {
  font-size: .8rem;
  font-weight: 600;
}

.tabs-menu-2 {
  border-bottom: 1px solid #eee;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.tab-link {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link.w--current {
  border-bottom: 3px solid var(--chocolate);
  color: var(--chocolate);
  background-color: #0000;
}

.product-image {
  border-radius: 10px;
  overflow: hidden;
}

.product-text-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.product-text-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  display: flex;
}

.product {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.caracteristicas {
  border-top: 1px solid var(--chocolate);
  border-bottom: 1px solid var(--chocolate);
  padding-bottom: 15px;
}

.recomendacoes, .aplicacoes {
  border-bottom: 1px solid var(--chocolate);
  padding-bottom: 15px;
}

.vantagens {
  border-top: 1px solid var(--chocolate);
  border-bottom: 1px solid var(--chocolate);
  padding-bottom: 15px;
}

.bold-text {
  color: var(--chocolate);
  font-size: 1.2rem;
  font-weight: 700;
}

.product-paragraph {
  color: #929292;
  font-size: .9rem;
  line-height: 1.5;
}

.product-h3 {
  font-size: 1.2rem;
}

.localizacao {
  margin-bottom: 100px;
}

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

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

.local {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.endereco {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contato {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--chocolate);
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
}

.location:hover {
  background-color: #ed72030f;
}

.text-block {
  text-decoration: none;
}

.link-contact {
  color: var(--chocolate);
  font-weight: 700;
  text-decoration: none;
}

.text-endereco {
  font-size: 14px;
  font-weight: 500;
}

.local-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.2;
}

.icon-map {
  height: 24px;
}

.local_links {
  color: var(--chocolate);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  color: #fff;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 40px;
}

.logo-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-text {
  color: #bdbdbd;
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
}

.div-block-4 {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.link-3 {
  color: #b8b8b8;
  text-decoration: none;
}

.image {
  max-width: 80%;
}

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

.go-to-top {
  align-items: center;
  transition: opacity .2s ease-in-out;
}

.go-to-top:hover {
  opacity: .5;
}

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

.header-tc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/concreluz-img-trabalhe-conosco.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
  padding-top: 250px;
}

.container-tc {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.head-tb_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tb_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
}

.tc_paragraph {
  max-width: 50%;
  margin-bottom: 0;
}

.sobre_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.tc-p_block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.head_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title_tc {
  margin-top: 0;
  margin-bottom: 0;
}

.linha {
  background-color: var(--chocolate);
  flex: 1;
  height: 1px;
  margin-bottom: 7px;
}

.como_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.buttons_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button_whatsapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #00a884;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  padding-top: 3px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_whatsapp:hover {
  background-color: var(--black);
  transform: translate(0, -5px);
}

.text_button {
  padding-bottom: 3px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.button_email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--chocolate);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  padding-top: 3px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_email:hover {
  background-color: var(--black);
  transform: translate(0, -5px);
}

.link-text-paragraph {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.tc_parag {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .topbar-content {
    max-width: 100%;
  }

  .card, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    border-radius: 10px;
  }

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

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .tab-link-tab-1, .tab-link-tab-2.w--current, .tab-link-tab-3.w--current {
    width: 100%;
  }

  .clients-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wraper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .slider {
    height: 600px;
  }

  .overlay {
    padding-left: 50px;
  }

  .navbar, .topbar, .left-arrow, .right-arrow {
    display: none;
  }

  .form-sidebar {
    width: 100%;
    display: none;
  }

  .heading {
    font-size: 1.6rem;
  }

  .mobile {
    z-index: 5;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobo-nav {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 30px 10px 30px 30px;
    display: flex;
    overflow: hidden;
  }

  .logo-mobile {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .mobile-menu-button {
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .mobo-sidebar {
    background-color: #fff;
    justify-content: space-between;
    max-width: 100%;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .mobo-menu {
    flex-direction: column;
    flex: 1;
    padding: 20px 50px 50px;
    display: flex;
  }

  .mobile-link-menu {
    opacity: .5;
    color: #202020;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3;
    text-decoration: none;
    transition: all .2s ease-in-out;
  }

  .mobile-link-menu:hover, .mobile-link-menu:focus {
    opacity: 1;
  }

  .mobile-contact-button {
    background-color: var(--chocolate);
    justify-content: center;
    margin-top: 30px;
    padding: 15px 25px;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all .2s ease-in-out;
    display: flex;
  }

  .mobile-contact-button:hover {
    background-color: #000;
  }

  .mobo-heading {
    border-bottom: 1px solid #0000001a;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .h3 {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1;
  }

  .mobile-button-close-menu {
    opacity: .5;
    margin-right: -20px;
    padding: 20px;
    transition: all .2s ease-in-out;
    transform: scale(.7);
  }

  .mobile-button-close-menu:hover {
    opacity: 1;
    transform: scale(1);
  }

  .card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .card:hover {
    box-shadow: 0 20px 20px -20px #0009;
  }

  .all-cards {
    flex-direction: column;
    max-width: 90%;
  }

  .about-content {
    display: flex;
  }

  .p-about {
    flex-direction: column;
    margin-top: 30px;
  }

  .paragraph-3 {
    height: 210px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video-overlay {
    max-width: 90%;
  }

  .tabs-content {
    width: 700px;
  }

  .grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .icons-about {
    padding: 40px 20px;
  }

  .text-block-dark {
    font-size: .8rem;
  }

  .tabs-2 {
    flex-direction: column;
    display: flex;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link.w--current, .product {
    flex-direction: column;
  }

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

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

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

  .go-to-top {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .slider {
    height: 400px;
  }

  .title-produtos.white {
    width: 420px;
    font-size: 2rem;
  }

  .overlay {
    padding-left: 50px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .form-sidebar {
    width: 100%;
  }

  .all-cards {
    max-width: 90%;
  }

  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    flex-direction: row;
    max-width: 500px;
  }

  .tabs-menu {
    flex-direction: column;
    flex: 1;
  }

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

  .icons-about {
    padding: 50px 140px;
  }

  .icons-about.seg {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .go-to-top {
    display: none;
  }

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

  .tc-p_block {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 600px;
  }

  .title-produtos.white {
    font-size: 2.3rem;
  }

  .title-produtos.white._2 {
    width: 320px;
  }

  .title-produtos.white._3 {
    width: 320px;
    font-size: 2.2rem;
  }

  .overlay {
    padding-left: 20px;
  }

  .form-sidebar {
    width: 100%;
    display: none;
  }

  .heading {
    font-size: 1.4rem;
  }

  .mobo-menu {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text {
    font-size: 1rem;
  }

  .all-cards {
    max-width: 320px;
  }

  .about-content {
    align-items: center;
  }

  .paragraph-3 {
    height: 410px;
  }

  .tabs {
    max-width: 300px;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-3.w--current {
    border-radius: 5px;
  }

  .icons-about {
    padding: 20px;
  }

  .bg {
    padding: 60px 20px;
  }

  .text-tab {
    font-size: .8rem;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .tabs-menu-2 {
    flex-flow: column wrap;
    align-content: stretch;
  }

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

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link.w--current {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-text-1 {
    width: 100%;
  }

  .product-text-2, .product {
    width: 300px;
  }

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

  .location {
    padding: 20px;
  }

  .logo-footer {
    align-items: center;
    display: flex;
  }

  .footer-text {
    font-size: .8rem;
  }

  .header-tc {
    height: 350px;
    padding-top: 150px;
  }

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

  .tb_title {
    font-size: 1.8rem;
    line-height: 1;
  }

  .sobre_wrapper {
    padding-top: 50px;
  }

  .tc-p_block {
    border-width: 0;
    border-color: #e2e2e200;
    padding: 0;
  }

  .title_tc {
    font-size: 1.5rem;
  }

  .como_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#w-node-_4024c22a-1563-23ca-d284-a4721aa609f0-eb644afb, #w-node-decf0282-d17c-c8ec-10d5-5d021a9006db-eb644afb, #w-node-_7a9a6bf4-c942-4fa3-1462-959ea7112b34-eb644afb, #w-node-_7c95c5c7-3814-a397-87eb-786738806b6d-eb644afb, #w-node-febb04cd-37fa-760a-df8d-3c483fefcbeb-eb644afb, #w-node-_633ef396-7b55-3763-453c-cf4bbaf6ced0-eb644afb, #w-node-_00147053-ccf5-eb7b-e834-69678d004b5d-eb644afb, #w-node-_63e88b15-3a8e-3c03-63a6-1d012ab49fa6-eb644afb, #w-node-_00147053-ccf5-eb7b-e834-69678d004b66-eb644afb, #w-node-_11861f87-053a-7cf5-f0e0-915b22be4170-eb644afb, #w-node-_11861f87-053a-7cf5-f0e0-915b22be4171-eb644afb, #w-node-_11861f87-053a-7cf5-f0e0-915b22be4175-eb644afb, #w-node-_11861f87-053a-7cf5-f0e0-915b22be4178-eb644afb, #w-node-_2f14d57e-9651-34df-b3a0-430fe5b2a294-eb644afb, #w-node-_2f14d57e-9651-34df-b3a0-430fe5b2a295-eb644afb, #w-node-_2f14d57e-9651-34df-b3a0-430fe5b2a299-eb644afb, #w-node-_2f14d57e-9651-34df-b3a0-430fe5b2a29c-eb644afb, #w-node-_3e2fe8ed-99bf-91e0-3c64-9e24382647cc-eb644afb, #w-node-e9d681e7-cf8c-c854-ccf5-432babfb3572-eb644afb, #w-node-b32f974c-2c00-b523-32fc-caa719729e3a-eb644afb, #w-node-_70436bc4-701d-ddef-b47a-29c02a6fcb3a-eb644afb, #w-node-_9a5b6ad8-968b-df65-6062-2c2c4fdd2bf0-eb644afb, #w-node-_9a5b6ad8-968b-df65-6062-2c2c4fdd2bf1-eb644afb, #w-node-_9a5b6ad8-968b-df65-6062-2c2c4fdd2bf5-eb644afb, #w-node-_9a5b6ad8-968b-df65-6062-2c2c4fdd2bfa-eb644afb, #w-node-e2f5496c-9270-21e1-3fe4-3acb9c5d118e-eb644afb, #w-node-e2f5496c-9270-21e1-3fe4-3acb9c5d118f-eb644afb, #w-node-e2f5496c-9270-21e1-3fe4-3acb9c5d1193-eb644afb, #w-node-e2f5496c-9270-21e1-3fe4-3acb9c5d1196-eb644afb, #w-node-ff4fa6b8-29c0-3594-af0f-2a1a44124fbc-eb644afb, #w-node-ff4fa6b8-29c0-3594-af0f-2a1a44124fbd-eb644afb, #w-node-ff4fa6b8-29c0-3594-af0f-2a1a44124fc1-eb644afb, #w-node-ff4fa6b8-29c0-3594-af0f-2a1a44124fc4-eb644afb, #w-node-_1f41530a-a20b-e4f0-2e0c-d47d54777d98-eb644afb, #w-node-_1f41530a-a20b-e4f0-2e0c-d47d54777d99-eb644afb, #w-node-_1f41530a-a20b-e4f0-2e0c-d47d54777d9d-eb644afb, #w-node-_1f41530a-a20b-e4f0-2e0c-d47d54777da0-eb644afb, #w-node-_1a8afe57-890e-2f2a-ae47-aefa818c1b59-eb644afb, #w-node-_1a8afe57-890e-2f2a-ae47-aefa818c1b5a-eb644afb, #w-node-_1a8afe57-890e-2f2a-ae47-aefa818c1b5e-eb644afb, #w-node-_1a8afe57-890e-2f2a-ae47-aefa818c1b61-eb644afb, #w-node-cf9ba38e-4200-cc39-e615-5c5384675d2c-eb644afb, #w-node-cf9ba38e-4200-cc39-e615-5c5384675d2d-eb644afb, #w-node-cf9ba38e-4200-cc39-e615-5c5384675d31-eb644afb, #w-node-cf9ba38e-4200-cc39-e615-5c5384675d34-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb791-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb792-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb796-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb799-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb77c-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb77d-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb781-eb644afb, #w-node-_903d652b-d54b-f18d-23c6-e41dffddb784-eb644afb, #w-node-_27989b05-7ed6-0d74-ecb1-10a0f113f57f-eb644afb, #w-node-_27989b05-7ed6-0d74-ecb1-10a0f113f580-eb644afb, #w-node-_27989b05-7ed6-0d74-ecb1-10a0f113f584-eb644afb, #w-node-_27989b05-7ed6-0d74-ecb1-10a0f113f58b-eb644afb, #w-node-_915a0e8f-b3fe-22bb-565d-98135cddbf6b-eb644afb, #w-node-_915a0e8f-b3fe-22bb-565d-98135cddbf6c-eb644afb, #w-node-_915a0e8f-b3fe-22bb-565d-98135cddbf70-eb644afb, #w-node-_915a0e8f-b3fe-22bb-565d-98135cddbf75-eb644afb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecc245ae-cda3-e1c5-ca9a-8eab7b68410e-7b68410b {
  place-self: center start;
}

#w-node-ecc245ae-cda3-e1c5-ca9a-8eab7b684110-7b68410b {
  place-self: center;
}

#w-node-ecc245ae-cda3-e1c5-ca9a-8eab7b684116-7b68410b {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-ecc245ae-cda3-e1c5-ca9a-8eab7b68410e-7b68410b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ecc245ae-cda3-e1c5-ca9a-8eab7b68410e-7b68410b {
    justify-self: center;
  }
}


