img {
  display: inline-block;
  max-width: 100%;
}

.body {
  background-color: #1b1b1b;
}

.hd {
background-color: #B8D664 !important;    
    
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
}

.link {
  padding: 18px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Gotham, sans-serif;
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.link:hover {
  box-shadow: inset 0 -2px 0 0 #B8D664;
}

.link.w--current {
  color: #B8D664;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 255px;
  padding-bottom: 259px;
  background-image: url('../images/topo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  margin-top: 34px;
  margin-bottom: 27px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 58px;
  text-transform: uppercase;
}

.button {
  padding: 16px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #B8D664;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.57);
  box-shadow: inset 0 0 0 0 #B8D664;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(246, 144, 30, 0.31);
  box-shadow: inset 0 -3px 0 0 #fff;
}

.button:active {
  box-shadow: inset 5px 0 0 0 #fff;
}

.section-2 {
  padding-top: 150px;
  padding-bottom: 134px;
  background-color: #15232a;
}

.heading {
  margin-bottom: 9px;
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 72px;
  line-height: 82px;
  font-weight: 400;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.heading.cinza {
  margin-top: -193px;
  color: #e6b711;
}

.paragraph {
  font-family: Gotham, sans-serif;
  color: #f3f3f3;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.row {
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 116px;
  padding: 34px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.29);
  border-radius: 8px;
  background-color: rgba(246, 144, 30, 0.49);
  font-family: Gotham, sans-serif;
  line-height: 23px;
}

.paragraph-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.o_que_fazemos {
  padding-top: 140px;
  padding-bottom: 155px;
  background-color: #172025;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#162831), color-stop(99%, rgba(48, 48, 48, 0)));
  background-image: linear-gradient(0deg, #162831, rgba(48, 48, 48, 0) 99%);
}

.proposito {
  padding-top: 110px;
  padding-bottom: 55px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.23);
  background-color: #25363f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.39)), color-stop(99%, rgba(14, 27, 51, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.39), rgba(14, 27, 51, 0) 99%);
}

.regioes {
  height: 622px;
  padding-top: 70px;
  padding-bottom: 78px;
  background-color: #15294a;
  background-image: url('../images/mapa_v2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-2 {
  position: absolute;
  width: 100%;
}

.column {
  padding-right: 66px;
}

.parceria {
  padding-top: 201px;
  padding-bottom: 141px;
  border-top: 2px none hsla(0, 0%, 100%, 0.21);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a2830), color-stop(65%, rgba(37, 54, 63, 0.24))), url('../images/PARCERIAS.jpg');
  background-image: linear-gradient(0deg, #1a2830, rgba(37, 54, 63, 0.24) 65%), url('../images/PARCERIAS.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #a58926;
}

.paragraph-3 {
  padding-left: 44px;
  font-family: Gotham, sans-serif;
  color: #e6e6e6;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.6px;
}

.text-block-2 {
  margin-top: 32px;
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-3 {
  margin-top: 29px;
}

.contato {
  padding-top: 119px;
  padding-bottom: 75px;
  background-color: #25363f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#122129), to(rgba(14, 27, 51, 0)));
  background-image: linear-gradient(0deg, #122129, rgba(14, 27, 51, 0));
}

.text-field {
  margin-bottom: 20px;
  padding-top: 19px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #B8D664;
  background-color: hsla(0, 0%, 100%, 0.11);
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  font-weight: 300;
}

.form {
  padding-top: 26px;
  color: #926c6c;
}

.bold-text {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  text-decoration: none;
}

.bold-text._2 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-3 {
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 7px;
  font-family: Gotham, sans-serif;
  color: #7894a3;
  font-size: 14px;
  font-weight: 700;
}

.text-block-3._2 {
  margin-top: 16px;
}

.paragraph-4 {
  display: block;
}

.paragraph-4.email {
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.rodap {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #25363f;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.map {
  height: 400px;
  margin-top: 0px;
}

.column-2 {
  padding-right: 39px;
  padding-left: 0px;
}

.submit-button {
  padding-right: 23px;
  padding-left: 26px;
  float: right;
  background-color: #B8D664;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gotham, sans-serif;
  text-transform: uppercase;
}

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

.heading-2 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.heading-2._2 {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 400;
}

.tab-link {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.23);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tab-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(47, 70, 82, 0.49)));
  background-image: linear-gradient(180deg, transparent, rgba(47, 70, 82, 0.49));
}

.tab-link.w--current {
  padding-bottom: 11px;
  border-bottom: 2px solid #B8D664;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, transparent, transparent 40%, rgba(0, 0, 0, 0.2));
}

.tab-link-2 {
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane {
  display: block;
  height: 422px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  margin-top: 18px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-5._2 {
  padding-right: 124px;
  padding-left: 124px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

.tab {
  height: 412px;
  padding-top: 68px;
  padding-bottom: 131px;
}

.image-4 {
  height: 71px;
  margin-top: 5px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-6 {
  padding-left: 14px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.bold {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.row-2 {
  margin-top: 25px;
}

.success-message {
  margin: 20px 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: rgba(0, 0, 0, 0.31);
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-7 {
  width: 100%;
}

.paragraph-7 {
  text-decoration: none;
}

.slider {
  height: 700px;
}

.slide {
  padding-top: 299px;
  background-image: url('../images/Carrossel-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/Carrossel-2.jpg');
}

.slide._3 {
  background-image: url('../images/Carrossel-3.jpg');
}

.image-8 {
  margin-bottom: 27px;
}

.slide-nav {
  margin-bottom: 34px;
  font-size: 13px;
  line-height: 25px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  padding: 51px 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(246, 144, 30, 0.8);
  border-radius: 7px;
  background-color: rgba(18, 32, 39, 0.71);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.div-block-4:hover {
  background-color: #B8D664;
  box-shadow: 1px 11px 20px 0 rgba(0, 0, 0, 0.34);
}

.image-9 {
  width: 100%;
}

.div-block-5 {
  padding: 28px 69px 0px 54px;
}

.text-block-4 {
  margin-bottom: 36px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.topo {
  height: 115px;
}

.div-block-6 {
  width: 50vw;
  height: 600px;
}

.div-block-6.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e0e0;
}

.div-block-6.civ {
  background-image: url('../images/CIVCENTER.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-6.log {
  background-image: url('../images/CIVLOG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-8 {
  max-width: 400px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

.image-10 {
  margin-bottom: 37px;
}

.heading-3 {
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 52px;
}

.section-4 {
  padding-top: 155px;
  padding-bottom: 170px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 54, 63, 0.41)), to(rgba(37, 54, 63, 0.41))), url('../images/Carrossel-1.jpg');
  background-image: linear-gradient(180deg, rgba(37, 54, 63, 0.41), rgba(37, 54, 63, 0.41)), url('../images/Carrossel-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-5 {
  margin-top: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 22px;
}

.columns {
  margin-bottom: 51px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: #263b46;
}

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

.columns-3 {
  padding-top: 74px;
  padding-bottom: 51px;
}

.text-block-6 {
  padding-top: 41px;
  padding-bottom: 18px;
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 21px;
  font-weight: 700;
}

.text-block-7 {
  color: #B8D664;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #25363f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 54, 63, 0.59)), to(rgba(37, 54, 63, 0.59))), url('../images/PARCERIAS.jpg');
  background-image: linear-gradient(180deg, rgba(37, 54, 63, 0.59), rgba(37, 54, 63, 0.59)), url('../images/PARCERIAS.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-8 {
  margin-bottom: 40px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.heading-4 {
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 37px;
  text-transform: uppercase;
}

.section-6 {
  padding-top: 101px;
  padding-bottom: 119px;
  background-color: #15333d;
  background-image: linear-gradient(92deg, #25363f 22%, rgba(8, 46, 56, 0) 62%), url('../images/mapa1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 1300px;
  background-repeat: repeat, no-repeat;
}

.section-7 {
  padding-top: 106px;
  padding-bottom: 186px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  background-color: #15333d;
  background-image: linear-gradient(97deg, #25363f 25%, rgba(12, 47, 56, 0) 72%), url('../images/mapa-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 1300px;
  background-repeat: repeat, no-repeat;
}

.bold-text-3 {
  font-family: Gotham, sans-serif;
  color: #B8D664;
  font-size: 43px;
  text-align: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-bottom: 32px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  display: none;
}

@media screen and (max-width: 991px) {
  .link {
    text-align: center;
  }

  .section-2 {
    padding-top: 94px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading {
    font-size: 59px;
  }

  .paragraph {
    font-size: 14px;
  }

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

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

  .regioes {
    height: 713px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #0e1b33), color-stop(59%, rgba(0, 16, 53, 0))), url('../images/mapa_v2.jpg');
    background-image: linear-gradient(180deg, #0e1b33 41%, rgba(0, 16, 53, 0) 59%), url('../images/mapa_v2.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .column {
    padding-right: 22px;
  }

  .parceria {
    padding: 80px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 25px;
  }

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

  .bold-text._2 {
    font-size: 18px;
  }

  .paragraph-4.email {
    font-size: 13px;
  }

  .map {
    height: 400px;
    margin-left: 0px;
  }

  .image-4 {
    height: 52px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }

  .row-3 {
    padding-left: 33px;
  }

  .column-4 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6.text {
    padding-right: 40px;
    padding-left: 41px;
  }

  .column-5 {
    padding-left: 33px;
  }

  .column-6 {
    padding-right: 44px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: block;
    padding-bottom: 1px;
  }

  .div-block {
    display: inline-block;
    width: auto;
    background-color: transparent;
  }

  .link-block {
    display: block;
    padding: 18px 21px 8px 19px;
    float: left;
  }

  .section {
    padding: 138px 40px 69px 48px;
  }

  .section-2 {
    padding: 39px 30px 19px;
  }

  .heading {
    margin-bottom: 0px;
  }

  .heading.cinza {
    margin-top: 37px;
    padding-left: 23px;
    font-size: 52px;
    line-height: 56px;
  }

  .div-block-2 {
    display: block;
    margin: 14px auto 29px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .o_que_fazemos {
    padding: 45px 30px 57px;
  }

  .proposito {
    padding-top: 33px;
  }

  .regioes {
    padding-top: 35px;
  }

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

  .parceria {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-3 {
    padding-left: 0px;
  }

  .text-block-2 {
    font-size: 23px;
  }

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

  .contato {
    padding-top: 53px;
    padding-bottom: 49px;
  }

  .rodap {
    padding-right: 34px;
    padding-left: 41px;
  }

  .map {
    height: 319px;
    margin-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-5 {
    line-height: 45px;
  }

  .paragraph-5._2 {
    padding-right: 61px;
    padding-left: 68px;
  }

  .tab {
    height: auto;
    padding-top: 28px;
    padding-bottom: 65px;
  }

  .paragraph-6 {
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .bold {
    font-size: 13px;
  }

  .row-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    color: #fff;
    font-size: 43px;
  }

  .image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-2 {
    padding-right: 18px;
    padding-left: 19px;
  }

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

  .column-3 {
    display: block;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    display: block;
  }

  .slider {
    height: 400px;
  }

  .slide {
    padding-top: 82px;
  }

  .slide-nav {
    margin-bottom: 14px;
  }

  .div-block-4 {
    padding-right: 127px;
    padding-left: 127px;
  }

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

  .topo {
    height: 80px;
  }

  .div-block-6.text {
    width: 100vw;
    height: auto;
    padding: 72px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6.civ {
    width: 100vw;
    height: 200px;
  }

  .section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-8 {
    max-width: none;
  }

  .bold-text-2 {
    line-height: 54px;
  }

  .section-4 {
    padding: 69px 30px;
  }

  .column-5 {
    height: auto;
    padding: 27px;
  }

  .columns-3 {
    padding-top: 33px;
  }

  .section-6 {
    padding: 84px 30px 35px;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-7 {
    padding: 26px 30px 36px;
    background-image: none;
    background-position: 0px 0px;
  }

  .heading-5 {
    line-height: 50px;
    text-align: center;
  }

  .column-6 {
    margin-bottom: 38px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 37px;
    padding-right: 128px;
    padding-left: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: none;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    display: none;
  }

  .image-11 {
    display: block;
    margin-top: 31px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
  }

  .column-12 {
    display: none;
  }

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

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

@media screen and (max-width: 479px) {
  .link {
    background-color: #161616;
  }

  .link.w--current {
    background-color: #3a3a3a;
  }

  .section {
    padding-right: 30px;
    padding-left: 31px;
  }

  .text-block {
    font-size: 42px;
    line-height: 49px;
  }

  .button {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 12px;
  }

  .section-2 {
    padding-top: 37px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading {
    font-size: 49px;
    line-height: 60px;
  }

  .heading.cinza {
    margin-top: 16px;
    margin-bottom: 15px;
    padding-left: 9px;
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -1px;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 6px;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 2px;
    font-size: 14px;
  }

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

  .proposito {
    padding-top: 0px;
  }

  .regioes {
    height: auto;
    padding-right: 14px;
    padding-bottom: 167px;
    padding-left: 16px;
  }

  .column {
    padding-right: 1px;
  }

  .parceria {
    padding: 33px 30px 45px;
  }

  .paragraph-3 {
    padding-left: 0px;
  }

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

  .contato {
    padding-right: 30px;
    padding-bottom: 24px;
    padding-left: 30px;
  }

  .bold-text {
    text-decoration: none;
  }

  .bold-text._2 {
    font-size: 16px;
  }

  .text-block-3._2 {
    margin-top: 23px;
  }

  .paragraph-4.email {
    font-size: 11px;
  }

  .map {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .tab-link {
    background-color: rgba(0, 0, 0, 0.53);
  }

  .tab-link.w--current {
    background-color: rgba(246, 144, 30, 0.22);
  }

  .paragraph-5 {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-5._2 {
    padding-right: 26px;
    padding-left: 26px;
    font-size: 15px;
    line-height: 24px;
  }

  .tab {
    height: auto;
    padding-bottom: 39px;
  }

  .div-block-3 {
    height: 80px;
  }

  .row-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    background-color: #202020;
    font-size: 35px;
  }

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

  .container-2 {
    padding-top: 19px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .link-2 {
    font-weight: 400;
    text-decoration: none;
  }

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

  .div-block-4 {
    height: 147.015625px;
    padding: 36px;
  }

  .topo {
    height: 75px;
  }

  .div-block-6.text {
    padding-top: 52px;
    padding-bottom: 57px;
  }

  .div-block-6.log {
    width: 100vw;
    height: 200px;
  }

  .image-10 {
    max-width: 250px;
  }

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

  .bold-text-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-6 {
    line-height: 28px;
  }

  .section-5 {
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 42, 49, 0.59)), to(rgba(28, 42, 49, 0.59))), url('../images/PARCERIAS.jpg');
    background-image: linear-gradient(180deg, rgba(28, 42, 49, 0.59), rgba(28, 42, 49, 0.59)), url('../images/PARCERIAS.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .text-block-8 {
    line-height: 37px;
    text-align: center;
  }

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

  .section-6 {
    padding-right: 30px;
    padding-bottom: 31px;
    padding-left: 30px;
  }

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

  .bold-text-3 {
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }

  .heading-5 {
    line-height: 44px;
  }

  .column-7 {
    padding: 60px 50px;
  }

  .image-11 {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }
  
  
  .div-block-5 {
  padding: 0px;
}

.text-block-4 {
  margin-bottom: -10px;

}
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/copyfonts.com_gotham-black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/copyfonts.com_gotham-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/copyfonts.com_gotham-book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}