@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --burning-orange: #f26322;
  --white: white;
  --pelorous: #03adbf;
  --zinnwaldite: #e7bca8;
  --mine-shaft: #2f302f;
  --jade: #00aa61;
  --shark: #1e1e1e;
  --mercury: #e9e9e9;
  --burning-sand: #eaa282;
  --ziggurat: #b5d7db;
  --geyser: #ccddde;
  --black: black;
  --silver: #bebebe;
  --alto: #d9d9d9;
}

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

.body {
  background-color: #fcfcfc;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}

.main-wrapper {
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_home-header {
  background-color: var(--burning-orange);
  position: relative;
}

.home-header-wrapper {
  z-index: 2;
  color: var(--white);
  padding-top: 12rem;
  padding-bottom: 7rem;
  position: relative;
}

.logo-background {
  position: absolute;
  inset: 0%;
}

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

.h-header-grid-item-light {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h-header-grid-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.h-header-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.social-items {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  display: flex;
}

.social-link {
  border: 1px solid #fff3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .65rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  transform: scale(1.1);
}

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

.text-size-small {
  font-size: 1rem;
}

.home-header-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-secondary {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--pelorous);
  color: var(--white);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-secondary:hover {
  opacity: .8;
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.button-outline-light {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-outline-light:hover {
  opacity: .8;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h1.is-light {
  font-weight: 300;
}

.h-header-grid-item-paragraph {
  max-width: 30rem;
}

.h-header-grid-item-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.h-header-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header-image {
  z-index: 3;
  object-fit: contain;
  flex: none;
  width: 33rem;
  max-width: 33rem;
  height: 45rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.text-size-normal {
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 1.125rem;
}

.section_home-text-scroll {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  overflow: hidden;
}

.text-size-big {
  color: var(--zinnwaldite);
  flex: none;
  font-family: Arimo, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
}

.text-scroll-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-scroll-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_home-about {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.container-small {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.home-about-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: center stretch;
}

.home-about-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 28.75rem;
  height: 36.25rem;
}

.home-about-grid-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.home-about-grid-image {
  justify-content: space-between;
  display: flex;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.heading-style-h2.is-orange {
  color: var(--burning-orange);
}

.button-primary {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--burning-orange);
  color: var(--white);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.6rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: var(--burning-orange);
  background-color: #f2632233;
}

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

.nav-button-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--pelorous);
  color: var(--white);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-button-secondary:hover {
  opacity: .8;
}

.nav-button-outline-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-button-outline-light:hover {
  opacity: .8;
}

.page-loader {
  z-index: 999;
  background-color: var(--burning-orange);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_home-difference {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_home-difference.is-none {
  display: none;
}

.home-difference-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-difference-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  max-width: 100%;
  display: flex;
}

.home-difference {
  color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 20rem;
  height: 28rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-difference.is-off {
  display: none;
}

.difference-icon {
  position: relative;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.buttons-arrow {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.arrow-left {
  opacity: .5;
  color: var(--burning-orange);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .2rem;
  transition: all .2s;
  display: flex;
}

.arrow-left:hover {
  opacity: 100;
}

.arrow-right {
  opacity: .5;
  color: var(--burning-orange);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .2rem;
  transition: all .2s;
  display: flex;
}

.arrow-right:hover {
  opacity: 100;
}

.home-difference-heading {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.difference-image {
  object-fit: cover;
  flex: none;
  height: 100%;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: 0%;
}

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

.section_home-cta {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.home-cta-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-cta-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44rem;
  display: flex;
}

.button-outline-dark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--mine-shaft);
  background-color: #fff0;
  border: 1px solid #0000004d;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-outline-dark:hover {
  opacity: .8;
  background-color: #0000001a;
}

.button-icon-whatsapp {
  color: var(--jade);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--shark);
  color: var(--white);
}

.footer-wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer-credits {
  border-top: 1px solid var(--mine-shaft);
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.footer-links-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
}

.footer-link:hover {
  opacity: 100;
}

.credits-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.copyright-block {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.credit-link {
  opacity: .3;
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

.credit-link:hover {
  opacity: 1;
}

.credit-text {
  opacity: .3;
}

.footer-social-link {
  opacity: .5;
  border: 1px solid #fff3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .65rem;
  transition: all .2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: 100;
  transform: scale(1.1);
}

.nav-button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-header-wrapper {
  z-index: 5;
  color: var(--white);
  position: relative;
}

.contact-header {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.next-link {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.next-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.cotact-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-icon {
  color: var(--burning-orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-normal-link {
  color: var(--mine-shaft);
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

.contact-social-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.section_map {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_about-header {
  background-image: linear-gradient(#fcfcfc, #e2e2e2);
  position: relative;
}

.about-header-wrapper {
  z-index: 1;
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
}

.section_about-banner {
  justify-content: center;
  align-items: flex-start;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.banner-header {
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.about-header-image {
  object-fit: cover;
  flex: none;
}

.about-header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.about-head-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section_about-features {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.about_features-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.about-features-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.features-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.features-image {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.img-features {
  object-fit: cover;
  flex: none;
}

.section_about-skills {
  padding-bottom: 8rem;
}

.about-skills-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.skill-item {
  color: var(--shark);
  background-color: #fafafa;
  flex-flow: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bar {
  background-color: #e1f2f4;
  height: .5rem;
  position: relative;
  overflow: hidden;
}

.bar-light {
  background-color: var(--pelorous);
  width: 100%;
  height: .5rem;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.skill-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.skill-icon {
  color: var(--pelorous);
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.skills-accordion {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
}

.accordion-title {
  border-bottom: 1px solid var(--mercury);
  color: var(--shark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.accordion-response-wrapper {
  overflow: hidden;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-divider {
  height: 1.6rem;
}

.accordion-pargraph {
  max-width: 55rem;
}

.section_about-cta {
  padding-bottom: 6rem;
}

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

.cta-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.4rem 2rem;
  text-decoration: none;
  display: flex;
}

.cta-item.is-blue {
  background-color: var(--pelorous);
  color: var(--white);
}

.cta-item.is-orange {
  background-color: var(--burning-orange);
  color: var(--white);
}

.cta-item-heading {
  max-width: 16rem;
}

.cta-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -.5rem;
}

.navbar-light {
  z-index: 100;
  background-color: #f2632200;
  border-bottom: 1px solid #fff3;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-light-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo-link {
  color: var(--white);
  text-decoration: none;
}

.svg-logo.is-orange {
  color: var(--burning-orange);
}

.navbar-light-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-light-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-light-link:hover, .nav-light-link.w--current {
  opacity: .7;
}

.navbar-light-buttons {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-light-drop-text {
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-light-drop-text:hover {
  opacity: .5;
}

.dropown-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.dropown-icon:hover {
  opacity: .5;
}

.drop-light-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--shark);
  justify-content: flex-start;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.drop-light-link:hover, .drop-light-link.w--current {
  opacity: .7;
}

.drop-light-link.is-orange {
  color: var(--burning-orange);
}

.button-menu-light {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}

.drop-links {
  flex-flow: column;
  flex: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.drop-heading {
  border-bottom: 1px solid var(--zinnwaldite);
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
}

.dropdown-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 6.3rem 0% auto;
}

.drop-menu {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: none;
  position: relative;
}

.drop-menu-services-light {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.mobile-menu {
  display: flex;
  overflow: hidden;
}

.drop-menus {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  display: flex;
}

.drop-services {
  display: flex;
  position: relative;
  left: -80px;
  overflow: hidden;
}

.contact-header-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.c-header-paragraph {
  max-width: 40rem;
}

.navbar-dark {
  z-index: 100;
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dark-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--shark);
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-dark-link:hover, .nav-dark-link.w--current {
  opacity: .7;
}

.nav-dark-link.is-draft {
  display: none;
}

.section-heading {
  border-bottom: 1px solid var(--mercury);
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.section_segmentos-heading {
  padding-top: 6rem;
}

.segmentos-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.segmentos-image-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 34rem;
  height: auto;
  display: flex;
}

.segmentos-image {
  object-fit: cover;
  flex: none;
}

.segmentos-head {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.segmentos-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section_textil {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.textil-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  padding-bottom: 6rem;
  display: flex;
}

.segmentos-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--mercury);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
}

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

.textil-grid-content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border-bottom: 1px solid var(--burning-sand);
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.textil-grif-heading {
  color: var(--burning-orange);
}

.textil-grid-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.textil-grid-item.use-line {
  border-bottom: 1px solid var(--burning-sand);
}

.list-textil {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-bottom: 1px solid #0000001a;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  list-style-type: disc;
}

.item-list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.list-item-2, .list-item-3 {
  list-style-type: none;
}

.services-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  place-items: center stretch;
}

.services-image-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 34rem;
  height: auto;
  display: flex;
}

.services-head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.services-heading, .services-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.services-list-itens {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 0;
  list-style-type: none;
}

.service-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.services-icon {
  color: var(--pelorous);
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-icon.is-orange {
  color: var(--burning-orange);
}

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

.list-item-wrapper {
  list-style-type: none;
}

.text-list {
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  line-height: 1;
}

.section_services-content {
  background-color: #f5f5f5;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-heading-texts {
  padding-bottom: 3rem;
}

.service-icon {
  color: var(--pelorous);
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-grid-check {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.setvice-tens-texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.service-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 28rem;
  display: flex;
}

.services-cta-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-comex-heading-texts {
  border-bottom: 1px solid #f263224d;
  padding-bottom: 3rem;
}

.comex-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.services-comex-head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 34rem;
  display: flex;
}

.services-plan-head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 32rem;
  display: flex;
}

.service-plan-heading-texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 24rem;
  display: flex;
}

.service-grid-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.service-grid-line {
  background-color: var(--burning-sand);
  width: 100%;
  height: .1rem;
}

.services-radar-head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.service-radar-heading-texts {
  max-width: 60rem;
  padding-bottom: 3rem;
}

.section_radar-alert {
  background-color: #f8f8f8;
  margin-top: 4rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.radar-alert-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.radar-alert-grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.radar-alert-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 20rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.radar-alert-heading.large {
  max-width: 28rem;
}

.code-embed {
  color: var(--burning-orange);
}

.services-in-company-list-itens {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.serviceincompany-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.services-grabs-grid-check {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-menu-dark {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}

.nav-button-outline-dark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--mine-shaft);
  background-color: #fff0;
  border: 1px solid #0000004d;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-button-outline-dark:hover {
  opacity: .8;
  background-color: #0000001a;
}

.section_services-heading {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.services-grid-content-first {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 3rem 2rem 2rem;
  display: flex;
}

.div-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.section_contact-header {
  z-index: 2;
  background-color: var(--burning-orange);
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
}

.services-estudov-grid-check {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.overlay {
  background-color: #00000036;
  position: fixed;
  inset: 11.5% 0% 0%;
}

.special-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.special-text {
  color: var(--burning-orange);
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.11;
}

.arrow-special-text {
  color: var(--burning-orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_services-content-dark {
  background-color: var(--shark);
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-ico-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  display: flex;
}

.svg-logo-voming-soon {
  color: var(--white);
}

.svg-logo-voming-soon.is-orange {
  color: var(--burning-orange);
}

.pass-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pass-wrapper {
  background-color: var(--burning-orange);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section_services-content-orange {
  background-color: var(--burning-orange);
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-ie-heading-texts {
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 3rem;
}

.service-paragraph-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-paragraph {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  margin-top: 2rem;
  display: flex;
}

.service-paragraph-text {
  max-width: 30rem;
}

.service-comex-heading-texts-white {
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 3rem;
}

.service-eco-heading-texts {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.service-eco-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-field {
  border-radius: .5rem;
  height: 4rem;
  margin-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.submit-button {
  background-color: var(--pelorous);
  border-radius: .5rem;
  height: 4rem;
  transition: all .5s;
}

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

.submit-button:active {
  background-color: #0097a7;
}

.segmentos-h-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.segmentos-cta-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 30rem;
  display: flex;
}

.segmentos-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dark-drop-text {
  color: var(--shark);
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-dark-drop-text:hover {
  opacity: .5;
}

.nav-dark-drop-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--shark);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-dark-drop-link.w--current {
  opacity: .7;
}

.nav-dark-drop-link.is-draft {
  display: none;
}

.nav-light-drop-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem;
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-light-drop-link.w--current {
  opacity: .7;
}

@media screen and (max-width: 991px) {
  .logo-background {
    inset: 0%;
  }

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

  .h-header-grid-item-right, .nav-button-secondary, .nav-button-outline-light {
    display: none;
  }

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

  .button-outline-dark {
    display: flex;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact-item-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-header-wrapper {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

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

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

  .navbar-light {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-light-menu {
    display: none;
  }

  .drop-light-link {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .button-menu-light {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
  }

  .drop-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-wrapper {
    z-index: 100;
    justify-content: center;
    align-items: stretch;
    display: flex;
    top: 4.5rem;
  }

  .drop-menu {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
  }

  .drop-menu-services-light {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .drop-menus {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: none;
  }

  .drop-services {
    display: none;
  }

  .navbar-dark {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-menu-dark {
    filter: invert();
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
  }

  .nav-button-outline-dark {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .drop-menu-services-light {
    padding: 1.6rem;
  }

  .mobile-menu {
    flex-flow: column;
  }

  .drop-menus {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .padding-global.no-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_home-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-header-wrapper {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .h-header-grid-item-light {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-header-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .heading-style-h1 {
    font-size: 2.65rem;
    line-height: 1;
  }

  .heading-style-h1.is-small {
    font-size: 1.9rem;
  }

  .text-size-normal {
    line-height: 1.4;
  }

  .section_home-text-scroll {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_home-about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .home-about-image {
    max-width: 100%;
    height: 100%;
  }

  .home-about-grid-text {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .section_home-difference {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-difference-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .buttons-arrow {
    display: none;
  }

  .home-difference-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .difference-image {
    width: 100%;
  }

  .section_home-cta {
    padding-bottom: 4rem;
  }

  .home-cta-heading {
    align-items: stretch;
  }

  .button-outline-dark {
    display: flex;
  }

  .footer-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .credits-grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-social {
    justify-content: center;
    align-items: center;
  }

  .contact-header-wrapper {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .contact-header {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .cotact-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-header-wrapper {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .section_about-banner {
    margin-top: -22px;
  }

  .about-header-image {
    aspect-ratio: 2.39;
  }

  .about-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-head-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .section_about-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about_features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .about-features-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_about-skills {
    padding-bottom: 2rem;
  }

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

  .section_about-cta {
    padding-bottom: 2rem;
  }

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

  .dropdown-wrapper {
    flex-flow: column;
  }

  .mobile-menu {
    display: flex;
  }

  .drop-menus {
    flex-flow: column;
  }

  .section-heading {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .section_segmentos-heading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .segmentos-head {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_textil {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .segmentos-heading {
    padding-bottom: 2rem;
  }

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

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

  .services-list-itens {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-list {
    line-height: 1.4;
  }

  .section_services-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .service-cta {
    align-items: stretch;
  }

  .services-cta-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .service-comex-heading-texts {
    margin-bottom: 2rem;
  }

  .comex-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-grid-heading {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

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

  .radar-alert-grid-item {
    flex-flow: column;
    padding-left: 2rem;
  }

  .serviceincompany-cta {
    align-items: stretch;
  }

  .services-grabs-grid-check {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section_services-heading {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section_contact-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-estudov-grid-check {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section_services-content-dark {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-ico-cta {
    align-items: stretch;
  }

  .section_services-content-orange {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-ie-heading-texts, .service-comex-heading-texts-white, .service-eco-heading-texts {
    margin-bottom: 2rem;
  }

  .service-eco-cta {
    align-items: stretch;
  }

  .segmentos-cta-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .segmentos-cta {
    align-items: stretch;
  }
}

#w-node-_851d895e-a062-ff85-86f8-3f58fcd2d739-9743d498, #w-node-_343faa29-1b55-d187-e0bd-10bb3e263e7f-9743d498, #w-node-_7a8ebc5e-960c-d3b6-5a6c-0fe6bd370166-c7dbeabc, #w-node-_7a8ebc5e-960c-d3b6-5a6c-0fe6bd370168-c7dbeabc, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb3549-cb79cd18, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb354b-cb79cd18, #w-node-c114c796-07db-4666-35d1-f2e1eaff59a5-985bc9e3, #w-node-c114c796-07db-4666-35d1-f2e1eaff59a7-985bc9e3 {
  justify-self: center;
}

#w-node-eac0c396-919e-fd94-d602-626466166be7-985bc9e3 {
  align-self: end;
}

#w-node-_6a8eb47a-5fc9-5171-eb00-705bb2d7efbf-97e54381, #w-node-_6a8eb47a-5fc9-5171-eb00-705bb2d7efc1-97e54381, #w-node-aadb5a0f-ddd8-bcaf-754c-b34eebb3cb80-baf8871e, #w-node-aadb5a0f-ddd8-bcaf-754c-b34eebb3cb82-baf8871e, #w-node-_89063927-edbe-335b-4b11-374b944a7171-c3af4fd8, #w-node-f3c9f308-7c53-956c-5638-4db7da2b63c8-c3af4fd8, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb3549-1a0f60f7, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb354b-1a0f60f7, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb3549-d17436e7, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb354b-d17436e7, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb3549-30e0a62d, #w-node-_10b07d02-e12f-52ba-6f38-55d2cefb354b-30e0a62d {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_61433e18-5eae-8f31-0614-0a1f87d646f9-87d646b6 {
    order: 9999;
  }

  #w-node-_61433e18-5eae-8f31-0614-0a1f87d64703-87d646b6, #w-node-_343faa29-1b55-d187-e0bd-10bb3e263e7f-9743d498 {
    order: -9999;
  }

  #w-node-_89063927-edbe-335b-4b11-374b944a7171-c3af4fd8, #w-node-f3c9f308-7c53-956c-5638-4db7da2b63c8-c3af4fd8 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}