@font-face {
  font-family: Socials;
  src: url('../fonts/socials.eot') format("embedded-opentype"), url('../fonts/socials.woff') format("woff"), url('../fonts/socials.ttf') format("truetype"), url('../fonts/socials.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #11550a;
  --dark-sea-green: #94cc8e;
  --white-smoke: #ececec;
}

.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 {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

li {
  font-size: 19px;
  font-weight: 500;
  line-height: 170%;
}

blockquote {
  border-left: 5px solid var(--dark-green);
  color: #499f40;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  background-image: url('../images/ilungi-logo_WHITE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 80px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-sea-green);
}

.nav-link._10 {
  margin-right: -20px;
  padding-right: 40px;
}

.navbar {
  background-color: #0000003d;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-image: url('../images/nyc.gif');
  background-position: 50%;
  background-size: cover;
  height: 750px;
  position: relative;
}

.master-overlay {
  background-image: linear-gradient(#000000b8, #000000b8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-2 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  transition: width .1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.button-icon {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._25 {
  margin-right: 18px;
}

.grid._4-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  height: 17px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
}

.button {
  text-align: center;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button.red-button {
  color: #fff;
  background-color: #bd3a3a;
}

.button.red-button:hover {
  background-color: #a33131;
}

.button.red-button.with-chevron {
  text-align: left;
  font-weight: 600;
}

.button.red-outline {
  color: #bd3a3a;
  background-color: #0000;
  border: 1px solid #bd3a3a;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.red-outline:hover {
  color: #fff;
  background-color: #bd3a3a;
}

.button.cancel {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  color: #fff;
  background-color: #f35252;
}

.button.blue-outline {
  color: #3a86ff;
  background-color: #0000;
  border: 1px solid #3a86ff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.blue-outline:hover {
  color: #fff;
  background-color: #3a86ff;
}

.button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  flex: 1;
  height: 40px;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button:hover {
  background-color: #3479e5;
}

.button.green {
  background-color: var(--dark-green);
  text-transform: uppercase;
  border-radius: 200px;
  width: 35%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 50px;
}

.button.green._3 {
  width: 100%;
}

.button.green2 {
  background-color: var(--dark-green);
  text-transform: uppercase;
  border-radius: 200px;
  width: 50%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 50px;
}

.section-header-wrapper {
  margin-bottom: 50px;
  padding-top: 0;
}

.section-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 120%;
}

.section-header._2 {
  margin-bottom: 25px;
}

.section-subheader {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.section-button-wrapper {
  width: 150px;
  max-width: 150px;
  padding-bottom: 2px;
}

.heading {
  color: #000;
}

.div-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #fff;
  font-size: 1.5em;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3em;
  line-height: 130%;
}

.div-block-2 {
  margin-top: 35px;
}

.section-clientes {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.link-block {
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 25px 25px 25px 0;
  display: flex;
}

.image {
  object-fit: contain;
  width: 70%;
}

.servicos-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-3 {
  padding-top: 100px;
  padding-right: 80px;
}

.div-block-3._2 {
  padding-left: 80px;
  padding-right: 0;
}

.div-block-4 {
  margin-top: 25px;
}

.paragraph-2 {
  margin-bottom: 50px;
  font-size: 18px;
}

.img-servicos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 600px;
}

.img-servicos._1 {
  background-image: url('../images/bigstock--144001514.jpg');
}

.img-servicos._2 {
  background-image: url('../images/Untitled-1.png');
}

.solucoes-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-field-2 {
  border-radius: 5px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
}

.link-2 {
  color: #b8b5b5b0;
  text-align: center;
  border: 3px solid #6c6c6c8a;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 0;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  color: #2ead21;
}

.link-2._3:hover {
  color: #2db41f;
}

.form-block {
  margin-bottom: 0;
}

.h3 {
  color: #2c4e5f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 100%;
}

.h3.footer-section-heading {
  color: #f8f6f5;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
}

.social-media-icons {
  font-family: Socials, sans-serif;
}

.columns-2 {
  margin-bottom: 25px;
}

.button-3 {
  color: #282729;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #e09a21;
}

.button-3._60 {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 200px;
  width: 100%;
}

.button-3._60:hover {
  background-color: #18800e;
}

.footer-logo-wrap {
  width: 180px;
  margin-bottom: 35px;
}

.bold-text {
  font-weight: 400;
}

.bold-text:hover {
  color: #d7772c;
}

.button-2 {
  font-size: 13px;
  transition: all .2s;
}

.button-2.text-button {
  color: #689fba;
  text-transform: uppercase;
  font-weight: 700;
}

.button-2.text-button:hover {
  color: #858e72;
}

.button-2.text-button.footer-text-link {
  color: #eaeaea;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: none;
  display: block;
}

.button-2.text-button.footer-text-link:hover {
  color: #50b146;
}

.button-2.text-button.footer-text-link.w--current {
  color: var(--dark-sea-green);
}

.short-paragraph {
  font-size: 16px;
}

.short-paragraph.copyright-text {
  color: #f1f1f1;
  margin-bottom: 35px;
  font-size: 15px;
}

.flex-block-2 {
  width: 50%;
}

.flex-block-2.footer-block {
  flex: 1;
  width: auto;
}

.flex-block-2.footer-block.empresa {
  flex: 0 auto;
  max-width: 270px;
  margin-right: 5vw;
}

.flex-block-2.footer-block._3 {
  padding-right: 80px;
}

.container-3 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.column-6 {
  padding: 8px;
}

.column-6.footer-logo {
  padding: 0;
}

.textarea {
  border-radius: 5px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  font-size: 16px;
}

.footer-3 {
  background-color: #292929;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-2 {
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2 {
  background-image: url('../images/POLITICA.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #c5c5c5;
  height: 300px;
  margin-bottom: 0;
  display: block;
}

.hero-section-main {
  height: 400px;
  position: relative;
}

.navbar-green {
  background-color: var(--dark-green);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list {
  border: 1px solid #d7d7d7;
  border-bottom-left-radius: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  padding: 0 30px;
  font-weight: 600;
  line-height: 50px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark-green);
}

.img-artigo {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay-m {
  background-image: linear-gradient(#000000a6, #000000a6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  color: #fff;
}

.h2-in {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.section-3 {
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.link-block-3 {
  margin-bottom: 40px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.collection-list {
  margin-right: -25px;
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 300px;
}

.div-block-7 {
  color: #474747;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 180px;
  padding: 25px 30px;
  overflow: hidden;
}

.text-block {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
}

.heading-3 {
  font-size: 22px;
  line-height: 130%;
}

.text-block-2 {
  color: var(--dark-green);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.section-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
}

.section-5 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contain-artigo {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.artigo-image {
  height: 650px;
  position: relative;
}

.overlay-m2 {
  background-image: linear-gradient(360deg, #000, #0000 52%);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 50px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 53px;
  line-height: 120%;
}

.img-ind-artigo {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
}

.div-block-9 {
  margin-bottom: 35px;
}

.heading-5 {
  margin-bottom: 0;
  font-size: 35px;
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  margin-bottom: 25px;
  margin-right: 50px;
  padding-right: 0;
  display: flex;
}

.div-block-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #c2c2c2;
  border-radius: 200px;
  width: 100px;
  height: 100px;
}

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

.heading-6 {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 100%;
}

.text-block-4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.img-contactos {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contacto-section {
  background-color: #f0f0f0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.map {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 1100px;
}

.div-block-13 {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 1100px;
  padding: 50px;
}

.text-field-3 {
  background-color: #ececec59;
  border-radius: 5px;
  height: 50px;
}

.text-field-3:active, .text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  color: #3d3d3d;
}

.text-field-3::placeholder {
  color: #3e3e3e;
}

.text-field-3.long {
  padding-bottom: 200px;
}

.text-block-5 {
  color: var(--dark-green);
  margin-bottom: 5px;
  font-weight: 700;
}

.div-block-14 {
  margin-bottom: 25px;
}

.div-block-14._3 {
  margin-bottom: 50px;
}

.text-block-6 {
  font-size: 25px;
  line-height: 120%;
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section-6._2 {
  padding-bottom: 70px;
}

.section-6._2.cinza {
  background-color: #f2f2f2;
}

.img-eventos {
  background-image: url('../images/happy-young-business-colleagues-indoors.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 120%;
}

.div-block-16 {
  margin-bottom: 50px;
}

.section-7 {
  background-color: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 100px;
}

.div-block-17 {
  margin-top: 50px;
}

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

.div-block-18 {
  background-color: #fff;
  border-radius: 5px;
}

.img-iniciativa {
  background-image: url('../images/artigo_108079.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
}

.div-block-19 {
  height: 340px;
  padding: 25px;
  overflow: hidden;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-3 {
  font-size: 17px;
}

.img-2 {
  background-image: url('../images/295075-entenda-como-fazer-treinamento-de-lideranca-para-gestores-e-executivos.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
}

.img-3 {
  background-image: url('../images/67136727_458364388335708_7220608321210810368_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
}

.img-4 {
  background-image: url('../images/7-Best-Technology-Conferences-in-2018.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
}

.eventos-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.eventos-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

.overlay-m4 {
  background-image: linear-gradient(360deg, #000, #0000 83%);
  position: absolute;
  inset: 0%;
}

.eventos-content {
  color: #fff;
  text-align: right;
  width: 60%;
  position: absolute;
  inset: auto 50px 50px auto;
}

.eventos-content._2 {
  text-align: left;
  inset: auto auto 50px 50px;
}

.heading-9 {
  text-shadow: 1px 1px 2px #000;
  font-size: 29px;
  font-weight: 600;
}

.paragraph-4 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  line-height: 150%;
}

.div-block-21 {
  width: 50%;
}

.link-block-4 {
  background-image: url('../images/4º-Forum-Gestão-de-Pessoas-e-Liderança.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  display: block;
  position: relative;
}

.link-block-4._1 {
  background-image: url('../images/SCR---Conferência.jpg');
}

.link-block-4._2 {
  background-image: url('../images/istockphoto-1323514299-612x612.jpg');
}

.link-block-4._3 {
  background-image: url('../images/tecnologia_GzjrwSu.jpg');
}

.paragraph-5 {
  color: #fff;
  text-shadow: 1px 1px 6px #000000b0;
}

.heading-10 {
  text-shadow: 1px 1px 6px #0000009c;
}

.img-gestao-redes {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-formacoes, .img-consultoria, .img-siclic, .img-gcert, .img-parceiros {
  background-image: url('../images/happy-young-business-colleagues-indoors.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.parceiro-wrapper {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 50px 40px;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-right: -25px;
  display: none;
}

.heading-3-copy {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 130%;
}

.link-3 {
  color: #24a317;
  font-weight: 700;
}

.div-block-22 {
  flex: none;
  width: 300px;
  padding-top: 0;
  padding-right: 100px;
}

.div-block-23 {
  background-image: url('../images/IXÍ-AMBIENTAL-LOGO-ISOLADO.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.img-servicoss-1 {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

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

.gestao-de-redes {
  background-image: url('../images/960x0.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

.overlay {
  background-image: linear-gradient(360deg, #000, #0000);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  width: 80%;
  position: absolute;
  inset: auto auto 50px 35px;
}

.head-100 {
  color: #fff;
  font-size: 27px;
  line-height: 130%;
}

.formacao {
  background-image: url('../images/istockphoto-1127189377-612x612.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

.consultoria {
  background-image: url('../images/voce-sabe-o-que-e-branding-min.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

.img-solucoes {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.siclic, .gcert, .parceiros {
  background-image: url('../images/business-office-concept-businessman-businesswoman-holding-puzzle-pieces-office.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

.navbar-2 {
  display: none;
  transform: translate(0, -100%);
}

.img-branding {
  background-image: url('../images/happy-young-business-colleagues-indoors.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.branding {
  background-image: url('../images/voce-sabe-o-que-e-branding-min.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 400px;
  position: relative;
}

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

.collection-list-wrapper-3 {
  display: none;
}

.image-iso {
  background-image: url('../images/POLITICA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c5c5c5;
  height: 300px;
  text-decoration: none;
  display: block;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-4, .collection-list-wrapper-5, .collection-list-wrapper-6, .collection-list-wrapper-7, .collection-list-wrapper-8 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    line-height: 60px;
    display: block;
  }

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

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

  .button-text {
    height: 16px;
  }

  .button {
    font-size: 15px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline, .button.blue-outline {
    padding-top: 12px;
  }

  .section-header {
    font-size: 29px;
  }

  .div-block {
    width: 100%;
  }

  .section-clientes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .link-block {
    height: 100px;
  }

  .servicos-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-right: 25px;
  }

  .div-block-3._2 {
    padding-left: 25px;
  }

  .paragraph-2 {
    line-height: 150%;
  }

  .img-servicos._1, .img-servicos._2 {
    height: 400px;
  }

  .solucoes-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .link-2 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .social-media-icons {
    text-align: left;
  }

  .columns-2 {
    margin-bottom: 0;
  }

  .footer-logo-wrap.w--current {
    width: 200px;
  }

  .button-2.text-button.footer-text-link {
    font-size: 12px;
  }

  .short-paragraph.copyright-text {
    font-size: 13px;
  }

  .flex-block-2.footer-block {
    margin-bottom: 50px;
  }

  .flex-block-2.footer-block.empresa {
    text-align: left;
    max-width: 400px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
  }

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

  .footer-3 {
    padding-top: 50px;
  }

  .link-block-2 {
    height: 120px;
  }

  .navbar-green {
    display: none;
  }

  .drop {
    display: block;
  }

  .h2-in {
    font-size: 37px;
  }

  .collection-list {
    margin-right: 0;
  }

  .div-block-6 {
    height: 250px;
  }

  .div-block-7 {
    height: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .contain-artigo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    margin-left: 25px;
    margin-right: 25px;
  }

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

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

  .siclic, .gcert, .parceiros {
    height: 300px;
  }

  .nav-menu, .nav-menu-2 {
    background-color: var(--dark-green);
    width: 70%;
    height: 100vh;
    padding: 40px;
  }

  .menu-button {
    color: #fff;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .image-iso {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2 {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .chevron-icon._25 {
    margin-right: 34px;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .button-text {
    height: 18px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-subheader {
    font-size: 16px;
  }

  .flex-block-2.footer-block.empresa {
    float: left;
    margin-bottom: 50px;
  }

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

  .contain-artigo {
    flex-direction: column;
  }

  .heading-4 {
    font-size: 47px;
  }

  .div-block-10 {
    flex-direction: row;
  }

  .div-block-11 {
    flex: none;
  }

  .div-block-12 {
    text-align: left;
    flex: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .map {
    border-radius: 12px;
    height: 450px;
    margin-top: 40px;
  }

  .text-block-6 {
    font-size: 22px;
  }

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

  .nav-menu {
    width: 70%;
  }

  .text-block-7 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    height: 650px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.cancel {
    border-color: #d9d9d9;
  }

  .button.green {
    width: 100%;
  }

  .section-header-wrapper {
    margin-bottom: 35px;
  }

  .section-header {
    justify-content: center;
    font-size: 23px;
  }

  .section-header._2 {
    justify-content: flex-start;
  }

  .section-subheader {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
  }

  .paragraph {
    font-size: 1.2em;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 2em;
  }

  .link-block {
    height: 170px;
  }

  .image {
    max-width: 70%;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .div-block-3._2 {
    padding-left: 0;
  }

  .paragraph-2 {
    margin-bottom: 25px;
  }

  .img-servicos._1 {
    height: 300px;
  }

  .img-servicos._2 {
    height: 200px;
    margin-bottom: 25px;
  }

  .h3.footer-section-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .social-media-icons {
    text-align: left;
  }

  .button-3 {
    font-size: 12px;
    line-height: 40px;
  }

  .button-2.text-button.footer-text-link {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .short-paragraph.copyright-text {
    font-size: 18px;
    line-height: 150%;
  }

  .flex-block-2.footer-block {
    margin-bottom: 40px;
  }

  .flex-block-2.footer-block.empresa {
    text-align: left;
  }

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

  .column-6 {
    display: block;
  }

  .column-6.footer-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-3 {
    padding-top: 70px;
  }

  .link-block-2 {
    height: 80px;
  }

  .hero-section-main {
    height: 350px;
  }

  .h2-in {
    font-size: 29px;
  }

  .link-block-3 {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .artigo-image {
    height: 500px;
  }

  .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .map {
    height: 300px;
  }

  .div-block-13 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-15 {
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 0;
  }

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

  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    height: 300px;
  }

  .eventos-section {
    flex-direction: column;
  }

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

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

  .grid-4, .grid-4._3 {
    grid-template-columns: 1fr;
  }

  .gestao-de-redes {
    height: 300px;
  }

  .div-block-25 {
    width: 80%;
    left: 15px;
  }

  .head-100 {
    font-size: 25px;
    line-height: 120%;
  }

  .formacao, .consultoria {
    height: 300px;
  }

  .nav-menu {
    width: 90%;
    padding-left: 20px;
  }

  .nav-menu-2 {
    width: 90%;
  }

  .branding {
    height: 300px;
  }

  .text-block-7 {
    display: none;
  }

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

  .image-iso {
    height: 80px;
  }
}

#w-node-_3fac9167-cecf-79b1-96bc-f5bbc75b20e2-40f3cf48 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fac9167-cecf-79b1-96bc-f5bbc75b20e7-40f3cf48 {
  place-self: center end;
}

#w-node-ead0e20a-33af-d04a-d501-4e30a18bf52e-a60b2694, #w-node-_8f0c5503-3644-54e1-e819-378af4dd48b8-a60b2694, #w-node-_37bb2b5f-9a76-6973-2a50-72dd7ae70c80-a60b2694, #w-node-_2bd8cca3-f8bb-e434-7ea8-627b9f498bd3-a60b2694, #w-node-_5b9b7a77-2c55-63df-bbda-b85293780670-457a1733, #w-node-_3103eea4-bfd4-805b-4770-0c3e22c2692f-457a1733, #w-node-_2ed57f8e-5203-31cc-ab49-eb4c8dbbcc1c-457a1733, #w-node-_6f6a02d7-0176-9f05-01b7-b77bf473e5e6-457a1733, #w-node-_5b9b7a77-2c55-63df-bbda-b85293780670-66faedb7, #w-node-_3103eea4-bfd4-805b-4770-0c3e22c2692f-66faedb7, #w-node-_2ed57f8e-5203-31cc-ab49-eb4c8dbbcc1c-66faedb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Socials';
  src: url('../fonts/socials.eot') format('embedded-opentype'), url('../fonts/socials.woff') format('woff'), url('../fonts/socials.ttf') format('truetype'), url('../fonts/socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}