:root {
  --red: #f03d2f;
  --midnight-blue: #0a0d32;
  --dark-slate-blue: #2936b2;
  --alice-blue-2: rgba(211, 226, 234, .52);
  --blue: #0b20f1;
  --alice-blue: rgba(238, 248, 255, .52);
  --greenz: #009c2f;
  --dark-green: #026720;
}

.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: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar {
  height: 110px;
  background-color: rgba(221, 221, 221, 0);
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-link {
  height: 110px;
  color: #000;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 110px;
}

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

.nav-link.w--current {
  color: #000;
  border-bottom: 1px solid #f53a36;
}

.hero-section {
  height: 700px;
  display: block;
  position: relative;
}

.overlay {
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .52));
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 56px;
  line-height: 110%;
}

.paragraph {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 140%;
}

.paragraph._2 {
  text-align: left;
}

.div-block-2 {
  justify-content: center;
  margin-right: -25px;
  display: flex;
}

.button {
  height: 50px;
  background-color: var(--red);
  border-radius: 2px;
  margin-right: 25px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.button:hover {
  background-color: #831f17;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--red);
  color: #fff;
}

.button.dark {
  background-color: var(--midnight-blue);
}

.about-section {
  background-image: linear-gradient(rgba(151, 15, 0, .86), rgba(151, 15, 0, .86)), url('../images/dotted-world-map-png.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-3 {
  color: #fff;
  padding: 0 66px 50px 0;
}

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

.heading-2.azul {
  color: var(--dark-slate-blue);
}

.text-block {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.div-block-4 {
  height: 500px;
  background-image: url('../images/off_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 160%;
}

.paragraph-2._5 {
  margin-bottom: 15px;
}

.paragraph-2._856 {
  margin-bottom: 0;
}

.div-block-5 {
  padding-top: 25px;
}

.section {
  background-color: var(--dark-slate-blue);
  position: relative;
}

.div-block-6 {
  width: 50%;
  height: 75vh;
  float: right;
}

.div-block-7 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  padding-right: 40%;
}

.div-block-9 {
  color: #fff;
  padding-top: 15%;
  padding-right: 25%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/Construction-business.png');
  background-position: 50%;
  background-size: cover;
}

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

.slide-2 {
  background-image: url('../images/iStock-584498720-1-1-1024x576.webp');
  background-position: 50%;
  background-size: cover;
}

.services {
  background-color: rgba(232, 232, 232, .52);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-10 {
  width: 60%;
  margin-bottom: 50px;
}

.div-block-10._6 {
  margin-bottom: 0;
}

.div-block-10._100 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-10._100._9 {
  width: 80%;
}

.div-block-10.whi {
  color: #fff;
}

.div-block-11 {
  height: 180px;
  color: var(--midnight-blue);
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 30px;
}

.div-block-12 {
  height: 200px;
  background-image: url('../images/01bt17oil_1636561666.jpeg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.div-block-12._2 {
  background-image: url('../images/WhatsApp-Image-2020-11-25-at-13.50.09.jpeg');
}

.div-block-12._3 {
  background-image: url('../images/Oil_drilling-OBM.jpeg');
}

.div-block-12._4 {
  background-image: url('../images/Rectangle-2159-1.jpeg');
}

.div-block-12._5 {
  background-image: url('../images/THE-PRODUCTS-YOU-NEED-FOR-SAFE-AND-SUSTAINABLE-WATER-TREATMENT.webp');
}

.div-block-12._6 {
  background-image: url('../images/petrochemical-03.jpeg');
}

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

.text-block-2 {
  color: var(--midnight-blue);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-2._5 {
  color: #fff;
}

.text-block-3 {
  color: var(--red);
  font-weight: 700;
}

.text-block-3:hover {
  text-decoration: underline;
}

.section-3 {
  height: 600px;
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-block-copy {
  width: 60%;
  float: left;
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2-copy {
  justify-content: flex-start;
  display: flex;
}

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

.overlay-copy {
  z-index: 100;
  background-image: linear-gradient(78deg, #3c0c07 22%, rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 0;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-6._0-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative.slidr {
  background-color: var(--alice-blue-2);
  padding-top: 142px;
  padding-bottom: 100px;
}

.slider-content {
  height: 100%;
  background-color: #f7f7f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-content._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/WhatsApp-Image-2022-11-28-at-15.28.14.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._1 {
  filter: saturate(125%);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/WhatsApp-Image-2022-11-28-at-15.24.32.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/WhatsApp-Image-2022-11-15-at-07.20.31.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/WhatsApp-Image-2022-11-28-at-15.30.10.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-arrow-2 {
  width: 70px;
  height: 70px;
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  color: #fff;
  border: 1px #ebebeb;
  border-radius: 200px;
  margin-right: 8px;
  font-size: 25px;
  transition: all .1s;
  top: -142px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-arrow-2:active {
  transform: scale(.85);
}

.slide-arrow-2.left {
  background-color: var(--dark-slate-blue);
  right: 78px;
}

.slide-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.slider-2 {
  z-index: 10;
  height: 65vh;
  max-height: 700px;
  min-height: 550px;
  clear: both;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  overflow: visible;
}

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

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

.container-4._0-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.footer {
  background-color: rgba(10, 2, 2, .94);
  background-image: url('../images/dotted-world-map-png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-4-container {
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  margin-bottom: 25px;
}

.footer-4-column {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-link-wrap {
  justify-content: flex-end;
  margin-right: -25px;
}

.footer-4-link {
  color: #fff;
  margin-right: 25px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-4-paragraph {
  max-width: 400px;
  color: #fff;
  text-align: right;
  margin-top: 25px;
  font-size: 16px;
  line-height: 160%;
}

.scroll-top {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1.5px #8798cf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: static;
}

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

.section-7 {
  background-color: rgba(151, 15, 0, .86);
  background-image: linear-gradient(rgba(151, 15, 0, .73), rgba(151, 15, 0, .73)), url('../images/dotted-world-map-png.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 115px;
  padding-bottom: 80px;
}

.div-block-13 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  height: 600px;
  background-image: url('../images/Oil-Gas-2.webp');
  background-position: 50%;
  background-size: cover;
}

.section-9 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-14 {
  height: auto;
  background-image: url('../images/download.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.div-block-15 {
  color: #fff;
  background-color: rgba(151, 15, 0, .86);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.section-10 {
  background-image: linear-gradient(rgba(3, 0, 0, .73), rgba(3, 0, 0, .73)), url('../images/petrochemical-03.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.overlayz {
  background-color: rgba(10, 13, 50, .74);
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-16 {
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, .6);
  border-radius: 2px;
  padding: 25px;
  text-decoration: none;
}

.section-11 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-12 {
  background-color: var(--alice-blue-2);
}

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

.div-block-18 {
  height: auto;
  background-image: url('../images/Tools-16.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-18._1 {
  background-image: url('../images/maxresdefault.jpeg');
}

.div-block-18._2 {
  background-image: url('../images/01bt17oil_1636561666.jpeg');
}

.div-block-18._3 {
  background-image: url('../images/WhatsApp-Image-2020-11-25-at-13.50.09.jpeg');
}

.div-block-18._4 {
  background-image: url('../images/Oil_drilling-OBM.jpeg');
}

.div-block-18._5 {
  background-image: url('../images/Rectangle-2159-1.jpeg');
}

.div-block-18._6 {
  background-image: url('../images/THE-PRODUCTS-YOU-NEED-FOR-SAFE-AND-SUSTAINABLE-WATER-TREATMENT.webp');
}

.div-block-18._7 {
  background-image: url('../images/petrochemical-03.jpeg');
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px;
  display: flex;
}

.section-13 {
  background-color: rgba(151, 15, 0, .27);
  background-image: linear-gradient(rgba(151, 15, 0, .86), rgba(151, 15, 0, .86)), url('../images/dotted-world-map-png.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 123px;
  padding-bottom: 100px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.map {
  height: 600px;
}

.section-14 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.lightbox-link {
  height: 400px;
  position: relative;
}

.image-13 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-13._5 {
  position: relative;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.text-block-4 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 200px;
  padding: 14px 25px;
}

.grid-8 {
  grid-template-rows: auto;
}

.div-block-21 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.logo {
  width: 270px;
  height: 150px;
  background-image: url('../images/ixi_ambiental_logo-branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo._1 {
  height: 70px;
  background-image: url('../images/Timbre-V8_horizontal.png');
}

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

.div-block-83 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-2 {
  width: 150px;
  height: 120px;
  object-fit: contain;
  display: block;
}

.div-block-84 {
  margin-top: 80px;
}

.background-video {
  height: 100%;
}

.quem-confia {
  background-color: rgba(232, 232, 232, .52);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gt {
  max-width: 400px;
  color: #fff;
  text-align: left;
  margin-top: 25px;
  font-size: 16px;
  line-height: 160%;
}

.shadows {
  height: 110px;
  background-color: #00280c;
}

.div-block-85 {
  height: 110px;
  float: right;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-2 {
  width: 35px;
  height: 35px;
  background-image: url('../images/inglaterra-bandeira.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  margin-left: 10px;
}

.link-block-2._2 {
  background-image: url('../images/bandeira-angolana.png');
}

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

  .navbar {
    z-index: 100;
    height: 80px;
    position: relative;
  }

  .brand {
    width: 170px;
    height: 80px;
  }

  .nav-link {
    height: 80px;
    color: #fff;
    padding-left: 50px;
    line-height: 80px;
  }

  .hero-section {
    height: 100vh;
  }

  .overlay {
    z-index: 10;
  }

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

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

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

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

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

  .div-block-10._6, .div-block-copy {
    width: 80%;
  }

  .slider-2 {
    height: 50vh;
    min-height: 350px;
  }

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

  .footer-4-paragraph {
    text-align: center;
  }

  .section-8 {
    height: 450px;
  }

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

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

  .div-block-14 {
    height: 350px;
  }

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

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

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .div-block-18 {
    height: 350px;
  }

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

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

  .lightbox-link {
    height: 350px;
  }

  .menu-button {
    height: 80px;
    color: #000;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
  }

  .nav-menu {
    width: 70%;
    height: 100vh;
    background-color: #000;
    padding-top: 70px;
  }

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

  .div-block-21 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .logo {
    width: 250px;
    height: 70px;
  }

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

  .quem-confia {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gt {
    text-align: center;
  }

  .shadows {
    height: 100px;
  }

  .div-block-85 {
    width: 100%;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 100%;
  }

  .heading {
    font-size: 64px;
  }

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

  .div-block-2 {
    margin-right: -10px;
  }

  .button {
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-10._6 {
    width: 100%;
  }

  .section-4 {
    padding-bottom: 35px;
  }

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

  .section-10 {
    min-height: auto;
  }

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

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

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

  .map {
    height: 500px;
  }

  .nav-menu {
    width: 80%;
  }

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

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

  .nav-link {
    padding-left: 40px;
    font-size: 15px;
    line-height: 75px;
  }

  .hero-section {
    height: 700px;
  }

  .overlay {
    align-items: flex-start;
    padding-top: 40%;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 41px;
  }

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

  .heading-2 {
    margin-bottom: 25px;
    font-size: 28px;
  }

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

  .services {
    padding-top: 70px;
    padding-bottom: 80px;
  }

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

  .div-block-10._100._9 {
    width: 100%;
  }

  .div-block-11 {
    height: auto;
  }

  .section-3 {
    height: auto;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-4 {
    padding-bottom: 50px;
  }

  .slide-arrow-2 {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .slide-3 {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    height: 35vh;
    min-height: 300px;
  }

  .footer-4-column {
    align-items: flex-start;
  }

  .footer-link-wrap {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .footer-4-link {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer-4-paragraph {
    text-align: center;
    margin-bottom: 35px;
  }

  .section-7 {
    padding-top: 74px;
  }

  .section-8 {
    height: 350px;
  }

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

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

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

  .div-block-19 {
    padding-bottom: 80px;
  }

  .section-13 {
    padding-top: 153px;
  }

  .map {
    height: 400px;
  }

  .lightbox-link {
    height: 300px;
  }

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

  .text-block-5 {
    font-size: 12px;
  }

  .nav-menu {
    width: 90%;
  }

  .div-block-22 {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .logo {
    width: 150px;
    height: 60px;
  }

  .logo._1 {
    height: 90px;
    background-position: 50%;
  }

  .grid-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    height: 80px;
  }

  .quem-confia {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gt {
    text-align: center;
    margin-bottom: 35px;
  }
}

#w-node-_933d595e-f346-a9fc-fd44-be0b61b623ff-105d89c9, #w-node-a1a085b8-5d36-2363-ce14-6b6bba0fb30c-105d89c9, #w-node-_003a2006-225a-3c2d-a22a-5604278fcbef-105d89c9, #w-node-_003a2006-225a-3c2d-a22a-5604278fcbf3-105d89c9, #w-node-_003a2006-225a-3c2d-a22a-5604278fcbf1-105d89c9, #w-node-_003a2006-225a-3c2d-a22a-5604278fcbf5-105d89c9, #w-node-_4d489401-64de-d150-3bd4-509ccbad0c23-39ef194b, #w-node-_2ce80e3a-50dc-e0c3-f3ae-d866c48d1f48-39ef194b, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befae6-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befaef-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befaf8-82befade, #w-node-bdc1ab6c-92ff-3ff6-5767-25d77f85d2d9-82befade, #w-node-e0c8843f-2d1d-1672-eedd-167ec0f107fd-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befb01-82befade, #w-node-_726badf2-2ded-3eae-9bc2-da0da2dfbcd7-105d89d3, #w-node-_6177279f-8a9c-461d-18d8-ddc3ca5b9658-105d89da, #w-node-fb41aa44-7841-baaa-f9c1-4b7b21c5bd77-105d89da, #w-node-b4d7a3ab-e5b7-5dff-9c9c-4f1071fd76fd-105d89da, #w-node-_9f5c217f-5348-466e-21ac-9548c8e0c68b-105d89da, #w-node-a6ac34b7-f071-1c0b-a3c7-4c898faed97f-105d89da, #w-node-_2de13ddd-4290-ddc5-638d-a1742a7aa1db-105d89da, #w-node-a6989781-0b94-0a1a-d869-4ef3cd4916e2-105d89da, #w-node-cc06d9f4-e9df-affe-7427-7946c23d2c75-105d89da, #w-node-_1840a55a-2de6-8c08-1149-9cba1ffda7b4-105d89da, #w-node-_033d444f-fad6-a053-00cf-d260a7b70b27-105d89da, #w-node-_97a8b57f-060e-963d-aebd-d209e73626d3-105d89da, #w-node-_336b2948-dda1-47f2-c819-d379d8fa314e-105d89da, #w-node-b46fba67-4c4e-1894-cf6b-10ec2865e852-105d89dd, #w-node-d5a1b940-74a2-ca53-ab86-32654f223cea-105d89dd, #w-node-_1413a1b8-76b1-37bd-5eaa-858cbaab89ac-105d89dd, #w-node-bca04f0f-207d-3bbc-ded5-ede7ac45b90a-105d89dd, #w-node-_7cdbe519-2680-13b6-4b5d-356026e7a549-105d89dd, #w-node-b4ddec63-c71f-26fe-beb1-ff0bff50e6d5-105d89dd, #w-node-_1f1c6b8d-f35f-746c-ed43-5d0efc3409a1-105d89dd, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-80ee3c19, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-80ee3c19, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-6646dbc9, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-6646dbc9, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-0dff8f2c, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-0dff8f2c, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-0bbad5e8, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-0bbad5e8, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-aa231f99, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-aa231f99, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-a889d0d8, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-a889d0d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


