:root {
  --midnight-blue: #0c334d;
  --spring-green: #0f8;
  --white: white;
  --black: #1f1f1f;
  --white-smoke: #f5f7fa;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.nav {
  background-color: var(--midnight-blue);
  font-family: Sofia Sans Semi Condensed, sans-serif;
  font-weight: 400;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link:hover {
  color: var(--spring-green);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: var(--spring-green);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: var(--spring-green);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: var(--spring-green);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--spring-green);
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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: var(--spring-green);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--spring-green);
}

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

.btn-principal {
  background-color: var(--spring-green);
  color: var(--midnight-blue);
  text-transform: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Sofia Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.btn-principal:hover {
  color: var(--midnight-blue);
  background-color: #fff;
}

.btn-principal:active {
  background-color: #fff;
}

.btn-principal.azul {
  background-color: var(--midnight-blue);
  color: var(--spring-green);
  font-weight: 400;
}

.btn-principal.azul:hover {
  background-color: var(--spring-green);
  color: var(--midnight-blue);
}

.btn-principal.azul.white:hover {
  background-color: #fff;
}

.btn-principal._100 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  display: flex;
}

.btn-principal.bluehover:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.inicial {
  background-color: var(--midnight-blue);
  background-image: url('../images/bg-gesstra.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1500px;
  flex-direction: column;
  align-items: center;
  padding-top: 350px;
  padding-bottom: 60px;
  display: flex;
}

.inicial-conteudo {
  width: 30px;
  max-width: 940px;
}

.columns {
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.cx-servico-principal {
  width: 320px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
}

.h1.azul {
  color: var(--midnight-blue);
}

.h1.azul.espace {
  margin-bottom: 20px;
}

.h1.maior {
  font-size: 50px;
  line-height: 49px;
}

.h1.patricia {
  margin-bottom: 0;
}

.verde {
  color: var(--spring-green);
}

.desc-h1 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Sofia Sans Semi Condensed, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.cx-imagem-servico {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  padding-top: 0;
  display: none;
}

.image {
  margin-top: -200px;
}

.social {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.contato {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.text-block-3 {
  font-size: 21px;
  line-height: 33px;
}

.column-8 {
  padding-right: 0;
}

.msg-form {
  border: 1px #000;
  border-radius: 5px;
  min-height: 200px;
  padding: 25px 20px;
  font-size: 17px;
  font-weight: 500;
}

.msg-form:hover {
  background-color: rgba(255, 255, 255, .9);
}

.caixa-orcamento {
  max-width: 1240px;
}

.text-block-2 {
  margin-left: 20px;
  font-size: 60px;
  line-height: 52px;
}

.form-block-2 {
  margin-top: 40px;
}

.form-block-2.off {
  display: none;
}

.heading {
  font-weight: 800;
}

.heading.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.2em;
}

.heading.h1.blue {
  color: var(--spring-green);
  margin-top: 0;
  font-weight: 500;
}

.campo-checkbox {
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.campo-form {
  border: 1px #000;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
}

.campo-form:hover {
  background-color: rgba(255, 255, 255, .9);
}

.div-block-3 {
  text-align: center;
  padding: 40px;
}

.botao-form {
  background-color: #ffa900;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
}

.botao-form:hover {
  background-color: #0d569b;
}

.caixa-whatsapp {
  color: #fff;
  background-color: #4eb973;
  border: 3px solid #4eb973;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.caixa-whatsapp:hover {
  color: #4eb973;
  background-color: #fff;
  border: 3px solid #4eb973;
}

.column-7 {
  padding-left: 0;
}

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

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

.footer-wrapper {
  color: #fff;
  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: #888;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-2, .image-3, .image-4 {
  filter: invert();
}

.checkbox-label {
  color: #fff;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 47%;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Sofia Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.margin-bottom-24px.branco {
  color: var(--white);
  text-align: center;
}

.margin-bottom-24px.b {
  color: #fff;
}

.margin-bottom-24px.b.ns {
  margin-top: 0;
}

.margin-bottom-24px.b.ns.azul {
  color: var(--midnight-blue);
}

.button-primary {
  color: #fff;
  text-transform: none;
  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;
}

.button-primary.footer-form-button {
  background-color: var(--spring-green);
  color: var(--midnight-blue);
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button:hover {
  background-color: var(--midnight-blue);
  color: var(--spring-green);
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.clientes {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.scroll-content {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.rodap {
  color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  font-family: Sofia Sans, sans-serif;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 10px;
  width: 460px;
  height: 65px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-size: 15px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--midnight-blue);
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--black);
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.div-block-10 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #056734;
  border: 1px rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 5px 12px 19px -4px rgba(0, 0, 0, .3);
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-icon-chat {
  border-radius: 500px;
  width: 50px;
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
  line-height: 20px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  position: static;
}

.live-chat-top-text.block {
  color: #056734;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #056734;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.right-arrow-2 {
  font-size: 20px;
}

.slide-box-cx {
  background-image: linear-gradient(32deg, #000, rgba(0, 0, 0, .6) 32%, rgba(255, 255, 255, 0) 59%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.slider1 {
  width: 100%;
  height: 100%;
}

.slide02 {
  background-image: url('../images/bg-slide2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bx-titulo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.button.principal {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.button.principal:hover {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#f1af03, #f1af03);
}

.h1-slide {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.h3-inicial {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.conteudo {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spam-amarelo {
  color: #f1af03;
}

.arrow-icon {
  margin-left: 5px;
}

.left-arrow {
  font-size: 20px;
}

.slide-box {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 80px;
  padding: 0;
  display: flex;
  position: static;
  top: 266px;
  bottom: 0%;
  left: 169px;
  right: auto;
}

.slide-nav-2 {
  font-size: 10px;
}

.slide01 {
  background-image: url('../images/hidracil-conceito.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.short-title {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.search-open-trigger {
  z-index: 10;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-div-btns {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.top-logo-rex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.midia-icon {
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 17px;
  line-height: 38px;
}

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

.navigation-2 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 0;
  padding: 30px 50px;
  display: none;
  position: absolute;
}

.arrow-down {
  margin-left: 10px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 14px;
}

.menu-pesq {
  display: none;
}

.menu-btns {
  color: #fff;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.menu-btns:hover {
  opacity: .9;
  color: #fff;
  transform: translate(0, -5px);
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.navigation-items-interno {
  background-color: #4652ce;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.navigation-items-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  display: flex;
}

.navigation-wrap {
  align-items: center;
  width: 1000px;
  margin-right: 0;
  display: flex;
}

.search-button-2 {
  opacity: 1;
  color: #f1af03;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: var(--spring-green);
  color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-menu {
  color: var(--midnight-blue);
  width: 32px;
  padding-top: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 21px;
  line-height: 20px;
}

.text-menu-titulo {
  color: var(--spring-green);
  font-weight: 600;
}

.search-2 {
  color: #fff;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

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

.menulist-link {
  color: var(--midnight-blue);
  padding: 10px 40px 10px 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.menulist-link:hover {
  color: var(--white);
}

.dropdown-toggle {
  color: var(--midnight-blue);
  align-items: center;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--white);
}

.fontawesome-close {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  transition: color .5s;
  position: absolute;
  right: 15px;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.logo-rexroth {
  width: 100px;
}

.logo-inicial {
  transition: all .2s;
}

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

.logo-link-mobile {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 64px;
  transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
  display: none;
}

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

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

.nav-mobile {
  color: #fff;
  letter-spacing: 1px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.nav-mobile:hover {
  color: #0d1522;
}

.nav-mobile:active {
  opacity: .8;
}

.nav-mobile.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0d1522;
  align-items: center;
  height: 70px;
  display: flex;
}

.nav-mobile.w--current:active {
  opacity: .7;
}

.brand-icon {
  color: var(--spring-green);
  margin-right: 5px;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 18px;
  line-height: 38px;
}

.text-menu-btn {
  font-size: 12px;
  line-height: 12px;
}

.button-container-2 {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.search-container {
  color: #f1af03;
  align-items: center;
  display: flex;
  position: relative;
}

.trad-icon {
  color: var(--spring-green);
  margin-right: 5px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 15px;
  line-height: 38px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 5px;
  min-width: 460px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-9 {
  background-color: var(--spring-green);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.feature-wrap {
  color: var(--midnight-blue);
  border-radius: 5px;
  align-items: center;
  width: 200px;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  color: var(--white);
}

.link-block {
  color: var(--midnight-blue);
  padding-left: 20px;
  font-size: 10px;
  text-decoration: none;
  transition: all .2s;
}

.menu {
  z-index: 5;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-button-2 {
  display: none;
}

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

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

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

.menulist {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 60px;
  display: flex;
}

.menulist:hover {
  color: #f1af03;
}

.logo-link-2 {
  z-index: 1;
  background-color: #0d1522;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 160px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

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

.top-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  height: 200px;
  display: flex;
}

.gestao {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cx-sobre {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.colunas-segmentos {
  padding-left: 0;
  padding-right: 0;
}

.awesome {
  color: var(--midnight-blue);
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 66px;
  line-height: 60px;
}

.awesome.azul {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 46px;
}

.caixa-gestao {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titulo-gestao {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-family: Sofia Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
}

.colunas-gestao {
  background-color: var(--spring-green);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.divisao-gestao {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 450px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.grid-slider {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  height: 100px;
  padding-left: 40px;
}

.lightlogo {
  opacity: 1;
  filter: saturate(0%);
  object-fit: scale-down;
  max-width: 100px;
  max-height: 60px;
  margin-right: 40px;
}

.image-6 {
  border-radius: 50px;
}

.sobre {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--white), white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.servicos {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h2 {
  color: #fff;
  margin-top: 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.h2.azul {
  color: var(--midnight-blue);
}

.cx-serv {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.columns-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.h3.azul {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  font-weight: 800;
  line-height: 18px;
}

.h3.azul.centralizado {
  text-align: center;
}

.h3.azul.nospace {
  margin-top: 0;
}

.h3.azul.nospace.list {
  line-height: 0;
}

.h3.azul.nospace.mgbot {
  margin-bottom: 10px;
}

.caixa-gestaosst {
  background-color: var(--spring-green);
  color: var(--midnight-blue);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 10px 20px;
  display: flex;
}

.disc-servicos {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Sofia Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.disc-servicos.branco {
  color: var(--white);
  text-align: center;
}

.disc-servicos.b {
  color: #fff;
}

.disc-servicos.b.ns {
  margin-top: 0;
}

.div-block-11 {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.servicos-pontuais {
  background-color: var(--white);
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.caixa-pontuais {
  background-color: var(--spring-green);
  color: var(--midnight-blue);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 10px 20px;
  display: flex;
}

.depoimentos {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Sans, sans-serif;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-top: -6px;
  margin-bottom: 10px;
  padding-left: 1px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.awesome-solucoes {
  background-color: var(--midnight-blue);
  color: var(--spring-green);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.awesome-solucoes.azul {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 46px;
}

.column-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-10, .column-11, .column-12, .column-13, .column-14 {
  text-align: center;
}

.cx-serv-content {
  background-color: var(--white-smoke);
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px;
}

.educatrabalhador {
  background-color: var(--midnight-blue);
  background-image: url('../images/educa.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cx-educa-trabalhador {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1024px;
  margin-top: 40px;
  display: flex;
}

.hero-split-4, .hero-split-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 47%;
  display: flex;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linha {
  background-color: rgba(255, 255, 255, .06);
  width: 100%;
  max-width: 1024px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.album-inicial {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1024px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.imagem-album {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  transition: all .2s;
}

.imagem-album:hover {
  filter: grayscale();
}

.image-7 {
  width: auto;
  height: 30px;
  position: absolute;
  top: 610px;
}

.sebraetec {
  background-color: var(--spring-green);
  padding-top: 60px;
  padding-bottom: 100px;
}

.blackspam {
  font-weight: 900;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  padding-bottom: 0;
  display: flex;
}

.aws {
  color: var(--midnight-blue);
  font-family: "Font awesome 6 free solid 900", sans-serif;
  line-height: 14px;
}

.aws.azul {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 46px;
}

.list {
  margin-bottom: 20px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 900;
}

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

.imgpatricia {
  border-radius: 20px;
  width: 481.275px;
}

.cx-nome-patricia {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--midnight-blue));
  color: var(--white);
  text-align: left;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 150px;
  margin-top: -150px;
  padding: 20px 40px;
}

.h4 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.h4.azul {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  font-weight: 800;
  line-height: 18px;
}

.h4.azul.centralizado {
  text-align: center;
}

.h4.azul.nospace {
  margin-top: 0;
}

.h4.azul.nospace.list {
  line-height: 0;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    background-color: var(--spring-green);
    padding: 12px;
  }

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

  .icon {
    color: var(--midnight-blue);
  }

  .contato {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .slide-box-cx {
    background-image: linear-gradient(95deg, rgba(0, 0, 0, .9), rgba(31, 31, 31, .52) 58%, rgba(255, 255, 255, 0));
    padding-left: 40px;
    padding-right: 40px;
  }

  .bx-titulo {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .button {
    justify-content: center;
  }

  .h1-slide, .h3-inicial {
    text-align: center;
  }

  .conteudo {
    background-position: 50% 100%;
    background-size: auto 120%;
    justify-content: center;
    height: 700px;
    margin-top: -109px;
  }

  .slide-box {
    width: 100%;
  }

  .navigation-2 {
    background-color: var(--midnight-blue);
    height: 100px;
    padding: 18px 30px;
    display: block;
  }

  .navigation-items-interno {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-around;
    height: auto;
    margin-top: 10px;
  }

  .navigation-items-2 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-around;
  }

  .navigation-wrap {
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }

  .icone-menu {
    color: var(--midnight-blue);
    font-family: "Font awesome 6 free solid 900", sans-serif;
    font-size: 20px;
  }

  .logo-inicial {
    margin-top: 10px;
  }

  .logo-link-mobile {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .nav-mobile {
    color: var(--midnight-blue);
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 30px;
    font-weight: 600;
    transition: all .2s;
    display: block;
  }

  .nav-mobile:hover {
    background-color: var(--midnight-blue);
    color: var(--spring-green);
    transform: none;
  }

  .nav-mobile:active {
    background-color: #fff;
  }

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

  .feature-wrap {
    flex-direction: column;
  }

  .menu {
    height: 100px;
    margin-left: 0;
    position: static;
  }

  .menu-button-2 {
    background-color: var(--white);
    color: #056734;
    border-radius: 5px;
    padding: 15px 18px;
    transition: all .2s;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #fff;
  }

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

  .logo-link-2 {
    align-items: center;
    display: none;
  }

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

  .top-menu {
    display: none;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-slider {
    padding-left: 0;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-split-3, .hero-split-4, .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .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 rgba(0, 0, 0, .05);
  }

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

  .heading.h1 {
    font-size: 35px;
  }

  .rodape {
    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: rgba(26, 27, 31, .75);
  }

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

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

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

  .hero-heading-left, .clientes {
    padding: 60px 15px;
  }

  .scroll-content {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rodap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .conteudo {
    justify-content: center;
    height: 600px;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .logo-link-mobile, .logo-link, .logo-link-2 {
    padding-left: 0;
  }

  .hero-heading-right, .depoimentos {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .inicial {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    flex-flow: column;
  }

  .cx-servico-principal {
    margin-bottom: 20px;
  }

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

  .contato {
    padding: 60px 0;
  }

  .text-block-3 {
    line-height: 31px;
  }

  .column-8 {
    padding-left: 0;
  }

  .text-block-2 {
    margin-left: 0;
    line-height: 77px;
  }

  .heading.h1 {
    font-size: 24px;
  }

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

  .caixa-whatsapp {
    text-align: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .column-7 {
    padding-right: 0;
  }

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

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .scroll-content {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-box-cx {
    background-image: linear-gradient(3deg, rgba(0, 0, 0, .9), rgba(31, 31, 31, .52) 36%, rgba(255, 255, 255, 0) 56%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-slide {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 35px;
  }

  .h3-inicial {
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
  }

  .conteudo {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    height: 100%;
  }

  .home {
    height: 800px;
  }

  .left-arrow {
    display: none;
  }

  .slide-box {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-2 {
    padding: 15px 20px;
  }

  .navigation-items-interno, .navigation-items-2 {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    display: flex;
  }

  .navigation-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .logo-link-mobile {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 180px;
    display: flex;
  }

  .nav-mobile {
    text-align: left;
  }

  .nav-mobile:hover {
    color: var(--spring-green);
  }

  .menu {
    margin-left: 0;
  }

  .menu-button-2 {
    flex: none;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    flex: none;
  }

  .logo-link-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: none;
  }

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

  .colunas-gestao {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .divisao-gestao.mobilenone {
    display: none;
  }

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

  .grid-slider {
    flex-direction: column;
    height: 500px;
    display: flex;
  }

  .lightlogo {
    margin-bottom: 5px;
    display: block;
  }

  .sobre, .servicos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .servicos-pontuais {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .educatrabalhador {
    padding-bottom: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cx-educa-trabalhador {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .album-inicial {
    display: block;
  }

  .lightbox-link {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-7 {
    margin-bottom: 10px;
    position: static;
  }

  .sebraetec, .cx-nome-patricia {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5bc407e4-3fe2-7e55-9b78-e75d9e570f7b-56758035, #w-node-_5bc407e4-3fe2-7e55-9b78-e75d9e570f7d-56758035, #w-node-_5bc407e4-3fe2-7e55-9b78-e75d9e570f7f-56758035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}