@font-face {
  font-family: Telegraf;
  src: url('../fonts/PPTelegraf-UltraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Telegraf;
  src: url('../fonts/PPTelegraf-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-bg: white;
  --secondary-bg: #f1f5f9;
  --secondary: #1fa2ae;
  --secondary-text: #979ca3;
  --font-family: Telegraf, sans-serif;
  --black: #000;
  --accent-blue: #2227bb;
  --white: white;
  --primary: #353972;
  --font-body-size: 16px;
  --font-height: 30px;
  --font-body-letter-spacing: 1.2px;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--gray--700: #383942;
  --alley-component-library--gray--900: #131316;
  --accent-4: #e0e0e0;
  --alley-component-library--gray--800: #26272c;
  --alley-component-library--neutral--black: black;
}
.bg{
  background-color: #1fa2ae;
}
/* BLOCK TRADUÇÃO */
#block-traducao{
  position: absolute;
  top: 0;
  right: 100px;
  background-color: #fff;
  padding: 3px;
  border-radius: 0px 0px 10px 10px;
}
.icon-traducao{
    border-color: rgb(139,187,25, 0);
}
.icon-traducao:hover{
    border: solid;
    border-width: 2px;
    border-color: var(--color-brand-primary);
    border-radius: 50%;
    transition: border-color 0.5s;
}
.icon-traducao-active{
    border: solid;
    border-width: 2px !important;
    border-color: var(--color-brand-secondary);
    border-radius: 50%;
    transition: border-color 0.5s;
}
#elemento-tradutor{
    display: none !important;
}
.skiptranslate {
    display: none !important;
}
.listaLinguas{
    display: inline-block;
}
/* ---- TRADUTOR NAVBAR -----*/

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
      top: 0 !important;

}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  background-color: var(--primary-bg);
  border-radius: 50px 50px 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar {
  background-color: #ddd0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.image {
  width: 180px;
}

.nav-menu {
  text-align: right;
  flex: 1;
  order: 0;
}

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

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  margin-right: 10px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--secondary-text);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block {
  margin-top: 10px;
}

.heading {
  font-family: var(--font-family);
  color: var(--primary-bg);
  text-align: center;
  mix-blend-mode: normal;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.heading-2 {
  font-family: var(--font-family);
  color: var(--primary-bg);
  text-align: center;
  font-size: 23px;
  font-weight: 300;
}

.flex-block {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.button-cta {
  background-color: var(--primary-bg);
  font-family: var(--font-family);
  color: var(--black);
  -webkit-text-stroke-color: #0045ce00;
  border-radius: 100px;
  flex: 0 auto;
  margin: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-cta:hover {
  background-color: var(--accent-blue);
  color: var(--white);
}

.button-cta-2 {
  border: 1px solid var(--white);
  font-family: var(--font-family);
  background-color: #1fa2ae00;
  border-radius: 100px;
  margin: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.button-cta-2:hover {
  border-color: var(--accent-blue);
  background-color: var(--accent-blue);
}

.section-servi-os {
  background-color: var(--primary-bg);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.h2 {
  font-family: var(--font-family);
  color: var(--secondary);
  text-align: center;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  display: flex;
}

.tabsobre {
  text-align: center;
  flex: 1;
  max-width: 1500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-header-title {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #35397200;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.section-orcamento-solicita {
  background-image: linear-gradient(180deg, #1fa2aed9 59%, var(--secondary-bg)), url('../images/desmonte.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: none;
  position: static;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.section-diferencial {
  background-color: var(--primary);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--secondary) 54%, #2227bb4d);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 60px 100px;
  display: flex;
}

.tag-section {
  font-family: var(--font-family);
  color: var(--white);
  font-weight: 400;
}

.h2-white {
  font-family: var(--font-family);
  color: var(--primary-bg);
  -webkit-text-stroke-color: var(--white);
}

.tag-section-white {
  font-family: var(--font-family);
  color: var(--white);
  letter-spacing: 1.6px;
  font-weight: 400;
}

.text-block {
  font-family: var(--font-family);
  color: var(--primary-bg);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  letter-spacing: var(--font-body-letter-spacing);
}

.div-item-diferencial {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 525px;
  padding: 40px;
  display: flex;
}

.div-itens-difirencial {
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.titulo-item-diferencial {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
}

.div-block-12 {
  height: 20px;
}

.pq-trabalhar-itens-title {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.header {
  object-fit: fill;
  background-image: linear-gradient(#1fa2aecc 62%, #2227bb 93%), url('../images/patio-cr-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-gradient {
  z-index: 1;
  background-color: var(--secondary);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #1fa2aee6 55%, var(--accent-blue)), url('../images/guindaste.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  width: 100%;
  max-width: none;
  height: 800px;
  max-height: 850px;
  margin-top: -271px;
  display: block;
  position: relative;
  top: -54px;
  overflow: visible;
  transform: skew(0deg, 5deg);
}

.nav-link {
  font-family: var(--font-family);
  color: var(--white);
}

.nav-link.w--current {
  color: var(--white);
}

.container-6 {
  max-width: 1000px;
  margin-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-card {
  background-color: var(--secondary);
  text-align: left;
  background-image: linear-gradient(#1fa2ae4d 52%, #011b1dbf 83%);
  border-radius: 25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 300px;
  height: auto;
  min-height: 270px;
  max-height: 300px;
  transition: transform .375s cubic-bezier(.25, .1, 0, 1.065);
  display: flex;
  position: relative;
  overflow: clip;
}

.service-card:hover {
  background-image: linear-gradient(#1fa2ae4d 2%, #011b1de6 59%), url('../images/peneiramento.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  transform: scale(1.1);
}

.code-embed-2 {
  width: 50px;
  height: 50px;
}

.titulo-service-item {
  font-family: var(--font-family);
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.container-8 {
  width: 50px;
  height: 50px;
}

.icon-svg-social {
  width: 18px;
  height: 20px;
}

.text-block-2 {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  text-align: center;
  letter-spacing: var(--font-body-letter-spacing);
}

.button-cta-2-white {
  border: 1px solid var(--secondary);
  font-family: var(--font-family);
  color: var(--black);
  background-color: #1fa2ae00;
  border-radius: 100px;
  margin: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.button-cta-2-white:hover {
  border-color: var(--accent-blue);
  background-color: var(--accent-blue);
  color: var(--white);
}

.collection-list-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-2 {
  background-image: linear-gradient(151deg, var(--secondary) 16%, var(--accent-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.div-title-service-page {
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.title-service {
  font-family: var(--font-family);
  color: var(--primary-bg);
  text-align: left;
  mix-blend-mode: normal;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.flex-block-2 {
  flex: 0 auto;
  max-width: 600px;
}

.container-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  letter-spacing: var(--font-body-letter-spacing);
}

.image-4 {
  border-radius: 20px;
}

.image-5 {
  width: 100%;
  position: relative;
}

.service-card-bg {
  text-align: left;
  background-image: linear-gradient(#1fa2ae4d 52%, #011b1dbf 83%);
  border-radius: 25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  transition: transform .375s cubic-bezier(.25, .1, 0, 1.065);
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.service-card-bg:hover {
  background-image: linear-gradient(#1fa2ae4d 2%, #011b1de6 59%);
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  transform: scale(1.1);
}

.section-contato {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 40px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-bg);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  display: flex;
}

.a-account-background-image {
  opacity: .03;
  mix-blend-mode: multiply;
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% 18%;
}

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-account-forgot {
  grid-column-gap: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
  border-radius: 20px;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-account-password-icon-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 16px 10px 0% auto;
}

.a-account-password-icon-wrapper:hover {
  color: var(--alley-component-library--blue--900);
}

.a-account-text-field {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 10px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.a-account-text-field:focus {
  border-width: 2px;
  border-color: var(--alley-component-library--blue--900);
}

.a-account-password {
  position: relative;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-margin-bottom-24 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.a-account-form {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.a-account-form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.a-account-divider {
  background-color: var(--alley-component-library--gray--100);
  width: 100%;
  height: 1px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-account-divider-wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-account-social-button {
  grid-column-gap: 12px;
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.a-account-social-button:hover {
  background-color: var(--alley-component-library--gray--0);
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-account-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.a-section-regular {
  padding: 10px 20px 40px 10px;
  position: relative;
}

.button-cta-3 {
  background-color: var(--secondary);
  font-family: var(--font-family);
  color: var(--white);
  -webkit-text-stroke-color: #0045ce00;
  border-radius: 100px;
  flex: 0 auto;
  margin: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-cta-3:hover {
  background-color: var(--accent-blue);
  color: var(--white);
}

.section-compromisso {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--accent-blue), #1fa2ae99 78%, var(--secondary)), url('../images/capa-2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 140px 60px 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-3 {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
}

.text-block-4 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  text-align: center;
  letter-spacing: var(--font-body-letter-spacing);
}

.image-6 {
  z-index: 0;
  opacity: .09;
  width: 35%;
  position: absolute;
  top: 134.312px;
  left: 676px;
}

.div-block-16 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  padding: 100px 20px 40px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.text-block-5 {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  text-align: left;
  letter-spacing: var(--font-body-letter-spacing);
}

.heading-4 {
  font-family: var(--font-family);
  color: var(--secondary);
}

.div-item-diferencial-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 525px;
  padding: 40px;
  display: flex;
}

.icon-diferencial {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.heading-5 {
  font-family: var(--font-family);
}

.list {
  padding-left: 20px;
  list-style-type: square;
}

.list-item, .text-block-6 {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  letter-spacing: var(--font-body-letter-spacing);
  padding-bottom: 15px;
}

.heading-6 {
  font-family: var(--font-family);
  font-size: 32px;
}

.icon-svg-button {
  width: 24px;
  height: 24px;
}

.container-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--secondary-bg);
  text-align: left;
  border-radius: 100px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.heading-7 {
  font-family: var(--font-family);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: block;
}

.div-block-17 {
  width: 100%;
  max-width: none;
  height: 100px;
  position: relative;
  overflow: clip;
}

.nav-link-mobile {
  font-family: var(--font-family);
  color: var(--white);
}

.nav-link-mobile.w--current {
  color: var(--white);
}

.button-cta-4 {
  background-color: var(--accent-blue);
  font-family: var(--font-family);
  color: var(--white);
  -webkit-text-stroke-color: #0045ce00;
  border-radius: 100px;
  flex: 0 auto;
  margin: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-cta-4:hover {
  background-color: var(--accent-blue);
  color: var(--white);
}

.header-services {
  background-image: linear-gradient(151deg, var(--secondary) 16%, var(--accent-blue));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.container-details-subpages {
  z-index: 2;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: 10% 0% auto;
}

.div-block-18 {
  width: 100%;
  max-width: 500px;
}

.heading-8 {
  color: var(--secondary-text);
  text-align: left;
  padding-left: 31px;
}

.container-12 {
  border-radius: 20px;
}

.flex-block-4 {
  background-color: var(--secondary-bg);
  border-radius: 20px;
  max-width: 250px;
  padding: 20px;
}

.image-7 {
  border-radius: 15px;
  width: 100%;
}

.text-block-7 {
  color: var(--accent-blue);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

.container-13 {
  max-width: none;
  height: 100vh;
}

.container-14 {
  width: 100%;
  max-width: 100%;
  height: 800px;
}

.container-15 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.a-detail-small-copy {
  color: var(--secondary-text);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: -10px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

.compra-venda-details {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--font-body-size);
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  line-height: 25px;
}

.list-item-sobre-cr {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 15px 15px 20px;
  transition: transform .25s;
  display: flex;
}

.list-item-sobre-cr:hover {
  transform: scale(1.1);
}

.title-estrutra-item {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.description-estrutura-item {
  color: var(--secondary-text);
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.bold-text {
  font-family: var(--font-family);
  line-height: 30px;
}

.image-estrutura-item {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.lista-estrutura {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.heading-9, .heading-10, .heading-10-copy {
  font-family: var(--font-family);
}

.tabs {
  width: 100%;
}

.container-16 {
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
}

.div-block-19 {
  width: 100%;
}

.section-conhe-a-a-cr {
  width: 100%;
  padding: 60px 20px;
}

.tab-conhe-a-cr {
  border: 1px solid var(--secondary);
  font-family: var(--font-family);
  background-color: #ddd0;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-conhe-a-cr.w--current {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-2 {
  border: 1px solid var(--secondary);
  background-color: #ddd0;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-2.w--current {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-produtos {
  border: 1px solid var(--secondary);
  font-family: var(--font-family);
  background-color: #ddd0;
  border-radius: 20px;
}

.tab-link-produtos.w--current {
  background-color: var(--secondary);
  font-family: var(--font-family);
  color: var(--white);
  border-radius: 20px;
}

.text-block-9 {
  font-family: var(--font-family);
}

.h2-estrutura {
  font-family: var(--font-family);
  color: var(--alley-component-library--gray--700);
  text-align: center;
}

.tabs-menu, .text-block-10 {
  text-align: center;
}

.text-block-conhe-a-cr {
  font-family: var(--font-family);
  color: var(--secondary-text);
  font-size: 12px;
  line-height: var(--font-height);
  text-align: center;
  letter-spacing: var(--font-body-letter-spacing);
}

.image-8 {
  width: 60px;
}

.flex-block-6 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
}

.container-17 {
  background-color: var(--secondary);
  color: var(--secondary);
  border-radius: 10px;
  width: 100px;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3-miss-o {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
}

.image-licen-a {
  object-fit: contain;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  overflow: visible;
}

.lista-licencas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-9 {
  object-fit: cover;
  width: 250px;
  height: 200px;
  overflow: clip;
}

.subtitle-contato {
  color: var(--secondary-text);
}

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

.link-whats {
  min-width: 345px;
  text-decoration: none;
}

.text-block-4-copy {
  font-family: var(--font-family);
  color: var(--white);
  font-size: 24px;
  line-height: var(--font-height);
  text-align: center;
  letter-spacing: var(--font-body-letter-spacing);
  font-weight: 400;
}

.section-o-que-nos-move {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.header-sobre {
  object-fit: fill;
  background-image: linear-gradient(#1fa2ae00 62%, #2227bb00 93%), url('../images/capa-sobre-nós.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-10 {
  width: 100%;
}

.text-block-11 {
  color: var(--secondary-text);
}

.modal {
  z-index: 999;
  background-color: var(--primary);
  border-radius: 20px;
  width: 500px;
  height: 500px;
  position: fixed;
  inset: 10% 0% 0%;
}

.modal:where(.w-variant-7c796d2a-d02d-9b7c-9a03-36a02982c868) {
  background-color: var(--accent-blue);
}

.header-trabalhe {
  background-image: linear-gradient(151deg, #1fa2aead 16%, #2227bbe0), url('../images/trabalhe-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: block;
}

.heading-copy {
  font-family: var(--font-family);
  color: var(--primary-bg);
  text-align: center;
  mix-blend-mode: normal;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.italic-text {
  font-style: normal;
}

.container-header-title-copy {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #35397200;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.heading-5-copy-copy {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.pq-trabalhar-itens-title {
  color: var(--secondary);
  font-size: 30px;
}

.item-trabalhe-conosco {
  border: 1px solid var(--secondary);
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
}

.item-trabalhe-conosco-detalhes {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  text-align: center;
  font-weight: 400;
  line-height: 30px;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.h1-trabalhe {
  font-family: var(--font-family);
  color: var(--secondary);
}

.flex-porq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.img-trabalhe {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  overflow: clip;
}

.itens-porque-trabalhar {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  mix-blend-mode: normal;
  background-color: #35397200;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.compra-venda-title {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.como-candidatar {
  background-color: var(--primary);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--secondary) 54%, #2227bb4d);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.title-beneficios {
  font-family: var(--font-family);
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-beneficio {
  width: 50px;
  height: 50px;
}

.flex-block-9 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
}

.flex-block-7-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 40px 40px;
}

.heading-4-copy {
  font-family: var(--font-family);
  color: var(--white);
}

.text-block-5-copy {
  font-family: var(--font-family);
  color: var(--white);
  font-size: var(--font-body-size);
  line-height: var(--font-height);
  text-align: left;
  letter-spacing: var(--font-body-letter-spacing);
}

.button-cta-4-candidatar {
  background-color: var(--accent-blue);
  font-family: var(--font-family);
  color: var(--white);
  -webkit-text-stroke-color: #0045ce00;
  border-radius: 100px;
  flex: 0 auto;
  margin: 40px 10px 10px 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-cta-4-candidatar:hover {
  background-color: var(--accent-blue);
  color: var(--white);
}

.beneficios {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.img-aprendizado {
  object-fit: cover;
  border-radius: 20px;
  width: 250px;
  height: 250px;
}

.paragraph {
  font-family: var(--font-family);
  font-size: var(--font-body-size);
  line-height: 30px;
}

.item-aprendizado {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
}

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

.container-6-copy {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 140px 20px;
  display: flex;
}

.como-se-cand {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 40px 40px;
}

.div-como-se-candidatar {
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.flex-beneficios {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 140px;
}

.container-18 {
  width: 100%;
  max-width: 10000px;
  display: none;
}

.image-11 {
  width: 100%;
  margin-top: 20px;
}

.container-19 {
  background-color: var(--accent-blue);
  width: 500px;
  max-width: 500px;
  height: 200px;
  display: flex;
}

.header-sobre-new {
  background-image: linear-gradient(151deg, #1fa2aead 16%, #2227bbe0), url('../images/capa-home-1.png');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
  display: block;
}

.heading-copy-copy {
  font-family: var(--font-family);
  color: var(--primary-bg);
  text-align: center;
  mix-blend-mode: normal;
  flex: 1;
  align-self: auto;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.div-block-8-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

  .menu-button-2 {
    text-align: right;
    flex: 1;
    padding: 10px;
  }

  .menu-button-2._w--open {
    background-color: #222cbb00;
  }

  .nav-menu {
    background-color: var(--primary-bg);
  }

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

  .footer-brand {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .footer-social-block {
    display: none;
  }

  .heading {
    font-size: 30px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabsobre {
    margin-left: 0;
    margin-right: 0;
  }

  .div-item-diferencial {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-link.w--current {
    color: var(--accent-blue);
  }

  .title-service {
    font-size: 30px;
  }

  .a-button-primary {
    display: flex;
  }

  .section-compromisso {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-item-diferencial-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    color: var(--white);
  }

  .nav-link-mobile {
    color: var(--black);
  }

  .nav-link-mobile.w--current {
    color: var(--accent-blue);
  }

  .container-14 {
    display: none;
  }

  .section-o-que-nos-move {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-sobre {
    height: 50vh;
  }

  .heading-copy {
    font-size: 30px;
  }

  .container-18 {
    margin-top: 20px;
    display: block;
  }

  .image-11 {
    display: block;
  }

  .heading-copy-copy {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    text-align: right;
    flex: 1;
  }

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

  .footer-block {
    align-items: 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;
  }

  .header-gradient {
    margin-top: -219px;
    top: 0;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .link-block, .link-block-2 {
    min-width: 350px;
    text-decoration: none;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-2 {
    text-align: right;
    flex: 1;
  }

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

  .heading {
    text-align: center;
  }

  .heading-2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .section-servi-os {
    padding-bottom: 20px;
  }

  .div-itens-difirencial {
    flex-flow: wrap;
  }

  .header-gradient {
    height: 800px;
    transform: skew(0deg, 5deg);
  }

  .container-6 {
    top: 2%;
  }

  .code-embed-2 {
    display: none;
  }

  .div-block-13 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-service-page {
    justify-content: center;
  }

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

  .section-contato {
    padding: 40px 20px;
  }

  .div-block-14 {
    padding: 20px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-margin-bottom-24, .a-account-form-block {
    margin-bottom: 0;
  }

  .a-section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-compromisso {
    z-index: 0;
    padding: 10px 20px;
  }

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

  .heading-3 {
    font-family: var(--font-family);
    font-size: 26px;
    font-weight: 700;
  }

  .heading-7 {
    font-size: 18px;
  }

  .button-cta-4:hover {
    background-color: var(--primary);
  }

  .container-details-subpages {
    top: 2%;
  }

  .lista-estrutura {
    flex-flow: wrap;
  }

  .tab-conhe-a-cr {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tab-link-tab-2 {
    margin: 10px 0;
  }

  .flex-block-6 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-3-miss-o {
    font-family: var(--font-family);
    font-size: 26px;
    font-weight: 700;
  }

  .lista-licencas {
    flex-flow: wrap;
  }

  .section-o-que-nos-move {
    z-index: 0;
    padding: 10px 20px;
  }

  .header-sobre {
    height: 15vh;
    min-height: 300px;
  }

  .heading-copy {
    text-align: center;
  }

  .button-cta-4-candidatar:hover {
    background-color: var(--primary);
  }

  .container-6-copy {
    top: 2%;
  }

  .div-como-se-candidatar {
    flex-flow: wrap;
  }

  .image-11 {
    display: block;
  }

  .heading-copy-copy {
    text-align: center;
  }
}

#w-node-_60ae3681-7eac-61bc-5455-f87f7e842748-7e842742, #w-node-_60ae3681-7eac-61bc-5455-f87f7e842760-7e842742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Telegraf';
  src: url('../fonts/PPTelegraf-UltraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Telegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}