@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

@font-face {
    font-family: 'cormorantbold';
    src:
        url(assets/fonts/cormorant-bold-webfont.woff2) format("woff2"),
        url(assets/fonts/cormorant-bold-webfont.woff) format("woff"),
        url(assets/fonts/cormorant-bold-webfont.svg#cormorantbold) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantmedium';
    src:
        url(assets/fonts/cormorant-medium-webfont.woff2) format("woff2"),
        url(assets/fonts/cormorant-medium-webfont.woff) format("woff"),
        url(assets/fonts/cormorant-medium-webfont.svg#cormorantmedium) format("cormorantmedium");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormorantsemibold';
    src:
        url(assets/fonts/cormorant-semibold-webfont.woff2) format("woff2"),
        url(assets/fonts/cormorant-semibold-webfont.woff) format("woff"),
        url(assets/fonts/cormorant-semibold-webfont.svg#cormorantsemibold) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('assets/fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('assets/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url(assets/fonts/slick.eot);
    src:
        url(assets/fonts/slick.eot?#iefix) format("embedded-opentype"),
        url(assets/fonts/slick.woff) format("woff"),
        url(assets/fonts/slick.ttf) format("truetype"),
        url(assets/fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  transition: all 0.4s ease;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-current {
  opacity: 1; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(assets/ajax-loader.gif) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    line-height: 1; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #8AB9BE;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #00394F; }

.slick-slide p.legenda {
  font-size: 12px;
  line-height: 16px;
  padding: 30px 0; }

.ss-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left; }

.ss-content {
  height: 100%;
  width: 100%;
  position: relative;
  right: -18px;
  overflow: auto;
  box-sizing: border-box;
  box-shadow: inset -20px 0 0 -1px #f6f6f6, inset -22px 0 0 -1px #8AB9BE; }

.ss-scroll {
  position: relative;
  background: #00394F;
  width: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s linear; }

.ss-hidden {
  display: none; }

.ss-container:hover .ss-scroll {
  opacity: 1; }

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: border-box; }

#container {
  overflow-x: hidden; }

p {
  font-family: "roboto_condensedregular", sans-serif;
  font-size: 16px;
  color: #6F6F6F;
  line-height: 32px; }
  p strong {
    font-weight: 700; }

h2 {
  font-family: "cormorantsemibold";
  font-size: 39px;
  color: #00394F;
  line-height: 45px;
  margin-left: -2px;
  letter-spacing: 0.4px; }
  @media (max-width: 769px) {
    h2 {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 7px;
      letter-spacing: 0.7px; } }

.-maxWidth890 {
  width: 100%;
  max-width: 890px; }
  @media (max-width: 769px) {
    .-maxWidth890 {
      width: 88% !important; } }

@media (max-width: 769px) {
  .-maxWidthMob {
    width: 80% !important; } }

.-centerContent {
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%; }

.-hidden {
  display: none; }

.-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 60px; }
  @media (max-width: 769px) {
    .-content {
      margin-bottom: 20px; } }
  .-content span.-title {
    position: relative;
    display: block;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 15px;
    color: #8AB9BE;
    letter-spacing: 0.8px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .-content span.-title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50vw;
    border-top: 2px solid #8AB9BE;
    left: -51vw;
    top: 9px;
    opacity: 0.2; }
    @media (max-width: 769px) {
      .-content span.-title::after {
        font-size: 14px;
        color: #6F6F6F;
        line-height: 26px; } }
  .-content figure img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 57px 57px 0 #F6F6F6; }

.-two-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .-two-columns:first-child .-content:nth-child(1) {
    padding-right: 130px; }
  .-two-columns:nth-child(2) .-content:nth-child(2) {
    padding-left: 123px; }
  @media (max-width: 769px) {
    .-two-columns:first-child .-content:nth-child(1) {
      padding-right: 0; }
    .-two-columns:nth-child(2) .-content:nth-child(2) {
      padding-left: 0; } }
  @media (max-width: 769px) {
    .-two-columns {
      -ms-flex-direction: column;
          flex-direction: column; }
      .-two-columns .-content:nth-child(1) {
        padding-right: 0; }
      .-two-columns .-content:nth-child(2) {
        padding-left: 0; } }
  @media (max-width: 769px) {
    .-two-columns.-m-invert {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .-two-columns .-content {
    width: 50%; }
    @media (max-width: 769px) {
      .-two-columns .-content {
        width: 100%; } }
    .-two-columns .-content.-noPadding {
      padding: 0; }
  .-two-columns:nth-child(2) .-content figure img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), -57px 57px 0 #F6F6F6; }

.-scroll-wrapper {
  background: #F6F6F6; }

.-scroll-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  text-align: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-shadow: inset 0 0 0 -1px #f6f6f6, inset -2px 0 0 0 #8AB9BE; }
  .-scroll-content .ps__scrollbar-x-rail,
  .-scroll-content .ps__scrollbar-y-rail {
    display: none; }
  .-scroll-content a {
    display: block;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #8AB9BE;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 25px;
    margin-bottom: 10px;
    padding-left: 5px;
    transition: all 0.5s ease;
    border: 0;
    border-radius: 0; }
  .-scroll-content a.-active {
    color: #00394F;
    font-weight: 700;
    border-right: 4px solid #00394F; }
    .-scroll-content a.-active p.-subtitle {
      height: auto;
      opacity: 1; }
  .-scroll-content a:last-child {
    margin-bottom: 0; }
  .-scroll-content p.-subtitle {
    display: block;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 11px;
    color: #00394F;
    line-height: 15px;
    font-weight: normal;
    text-transform: none;
    height: 0;
    overflow: hidden;
    opacity: 0; }

.mfp-bg {
  background: #fff; }

.mfp-iframe-holder .mfp-content {
  height: 100vh;
  max-width: 100%; }

.mfp-container {
  padding: 0;
  margin: 0; }

.mfp-iframe-holder .mfp-close {
  top: 5px;
  z-index: 10000;
  right: 10px; }

.mfp-wrap {
  top: 0; }

@media (max-width: 769px) {
  .slick-slide img {
    width: 100%; } }

.-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }
  @media (max-width: 769px) {
    .-nav {
      display: none; } }
  .-nav .-nav-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100px;
    margin-top: 20px; }
    .-nav .-nav-content a.-link {
      position: relative;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 1.21px;
      text-transform: uppercase;
      text-decoration: none; }
    .-nav .-nav-content a.-link:hover, .-nav .-nav-content a.-active {
      color: #8AB9BE; }
    .-nav .-nav-content a.-link:hover::after, .-nav .-nav-content a.-link.-active::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      margin-top: 8px; }
    .-nav .-nav-content .-logo {
      width: 150px;
      margin-left: -4px;
      margin-top: 21px; }
    .-nav .-nav-content .-logo-mobile {
      display: none; }
    .-nav .-nav-content a:nth-child(6) {
      position: relative;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 11px;
      font-weight: 700;
      text-align: right;
      letter-spacing: 0.69px;
      color: #8AB9BE;
      overflow: hidden;
      height: 30px;
      width: 140px;
      padding-right: 40px;
      margin-top: 7px;
      text-decoration: none;
      text-transform: uppercase; }
    .-nav .-nav-content a:nth-child(6)::after {
      content: url(assets/svg/nav-balloon-1.svg);
      position: absolute;
      right: 0;
      top: 0;
      width: 31px;
      height: 29px; }
  .-nav.-scroll {
    position: fixed;
    border-top: 4px solid #7FB9BE;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    transition: all 0.5s ease; }
    .-nav.-scroll .-nav-content {
      -ms-flex-pack: start;
          justify-content: flex-start;
      height: 40px;
      margin-top: 0px; }
      .-nav.-scroll .-nav-content a {
        color: #00394F;
        margin-right: 68px; }
      .-nav.-scroll .-nav-content a.-link:hover::after, .-nav.-scroll .-nav-content a.-link.-active::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #00394F;
        margin-top: 12px; }
      .-nav.-scroll .-nav-content .-logo {
        display: none; }
      .-nav.-scroll .-nav-content .-logo-mobile {
        display: block; }
    .-nav.-scroll a:nth-child(6) {
      position: absolute;
      right: 0;
      margin: 0;
      top: 9px; }
    .-nav.-scroll a:nth-child(6) {
      margin-left: -200px; }
    .-nav.-scroll a:nth-child(6)::after {
      content: url(assets/svg/nav-balloon-2.svg); }
  .-nav.-scrolled {
    transition: all 1s ease;
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }

.-nav-mobile {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-height: 55px;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: all 1s ease; }
  .-nav-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 4px solid #8AB9BE;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 100; }
  @media (max-width: 769px) {
    .-nav-mobile {
      display: block; }
      .-nav-mobile.-scrolled {
        -ms-transform: translateY(0);
            transform: translateY(0); } }
  .-nav-mobile .-nav-mobile-content .-barra {
    position: relative;
    height: 49px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .-nav-mobile .-nav-mobile-content .-barra .-logo {
      position: relative;
      width: 39px;
      margin: 0 auto; }
    .-nav-mobile .-nav-mobile-content .-barra .-open {
      position: absolute;
      right: 0px;
      top: 0;
      padding: 0 20px;
      line-height: 49px;
      cursor: pointer; }
    .-nav-mobile .-nav-mobile-content .-barra .-close {
      position: absolute;
      right: 0px;
      top: 0;
      padding: 0 20px;
      line-height: 49px;
      cursor: pointer;
      display: none; }
  .-nav-mobile .-nav-mobile-content .-menu {
    background: #fff;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    height: 100vh;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none; }
    .-nav-mobile .-nav-mobile-content .-menu a {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 22px;
      color: #00394F;
      letter-spacing: 1.38px;
      margin-bottom: 50px;
      text-decoration: none;
      text-transform: uppercase; }
    .-nav-mobile .-nav-mobile-content .-menu a::before {
      content: "";
      width: 25px;
      margin-right: 15px;
      margin-top: -2px;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.2;
      border: 1px solid #8AB9BE; }
  .-nav-mobile .-nav-mobile-content .-menu.-opened {
    -ms-transform: translateY(0);
        transform: translateY(0);
    pointer-events: auto; }

a.btn-mais-info-mobile {
  position: fixed;
  background: #00394F;
  bottom: 0;
  height: 80px;
  width: 100%;
  font-family: "roboto_condensedregular", sans-serif;
  letter-spacing: 1.38px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 0;
  z-index: 1000;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: all 0.5s ease; }
  a.btn-mais-info-mobile.-opened {
    -ms-transform: translateY(0);
        transform: translateY(0); }
  a.btn-mais-info-mobile img {
    vertical-align: middle;
    margin-right: 20px; }

.-hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 550px;
  height: 100vh;
  background: #34393f;
  z-index: 1000;
  overflow: hidden; }
  @media (max-width: 769px) {
    .-hero {
      text-align: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-top: 44px; } }
  .-hero::before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 6px solid #8AB9BE;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 100; }
  .-hero .-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/hero-bg.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -ms-transform: scale(1.4);
        transform: scale(1.4); }
    @media (max-width: 769px) {
      .-hero .-bg {
        -ms-transform: scale(1);
            transform: scale(1);
        background-position: bottom center; } }
  .-hero .-content {
    position: relative;
    z-index: 100;
    margin-top: 40px; }
    .-hero .-content .-logo {
      display: none; }
    @media (max-width: 769px) {
      .-hero .-content {
        margin-top: 0; }
        .-hero .-content .-logo {
          display: block;
          margin-bottom: 30px; } }
    .-hero .-content h1 {
      font-family: "cormorantsemibold";
      font-size: 68px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      line-height: 70px;
      margin-top: 15px; }
      @media (max-width: 769px) {
        .-hero .-content h1 {
          font-size: 30px;
          line-height: 35px;
          margin-top: 10px;
          margin-bottom: 48px;
          text-align: center; } }
    .-hero .-content p {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 8px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #8AB9BE;
      margin-left: 5px; }
      .-hero .-content p span {
        color: #ffffff; }
      @media (max-width: 769px) {
        .-hero .-content p {
          font-size: 10px;
          line-height: 16px;
          margin-bottom: 0px;
          text-align: center;
          width: 100%; } }
  .-hero a {
    position: absolute;
    bottom: 108px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    z-index: 100; }
    @media (max-width: 769px) {
      .-hero a {
        position: relative;
        display: block;
        left: auto;
        bottom: auto;
        -ms-transform: none;
            transform: none;
        margin: 0 auto; } }
    .-hero a:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #8AB9BE;
      margin-top: 5px; }
  .-hero a:before {
    content: url(assets/svg/icon-ver-video.svg);
    width: 35px;
    height: 35px;
    display: block;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-left: 50%;
    margin-bottom: 20px; }

.mfp-wrap {
  z-index: 10000; }

.-history {
  position: relative;
  padding-top: 60px; }
  @media (max-width: 769px) {
    .-history {
      padding-top: 31px; } }
  .-history::after {
    content: "";
    position: absolute;
    width: 50vw;
    border-top: 2px solid #8AB9BE;
    left: 90%;
    top: 139px;
    opacity: 0.2; }
  .-history .-two-columns:nth-child(1) .-content:first-child {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 85px; }
    @media (max-width: 769px) {
      .-history .-two-columns:nth-child(1) .-content:first-child {
        padding-top: 0; } }
  @media (max-width: 769px) {
    .-history .-two-columns .-content {
      margin-bottom: 30px; } }
  .-history .-title {
    margin-bottom: 7px;
    line-height: 25px; }
    .-history .-title:before {
      content: url(assets/svg/icon-multiplan.svg);
      width: 27px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      line-height: 14px;
      margin-top: -2px; }
      @media (max-width: 769px) {
        .-history .-title:before {
          margin-right: 12px; } }
  .-history h2 {
    margin-bottom: 17px; }
  @media (max-width: 769px) {
    .-history p {
      font-size: 14px;
      color: #6F6F6F;
      line-height: 26px; } }
  .-history .-two-columns:nth-child(1) figure {
    margin-left: 13px; }
    @media (max-width: 769px) {
      .-history .-two-columns:nth-child(1) figure {
        margin-left: 0; } }
  .-history .-two-columns:nth-child(2) .-content:nth-child(2) {
    padding-top: 15px; }
    @media (max-width: 769px) {
      .-history .-two-columns:nth-child(2) .-content:nth-child(2) {
        padding-top: 38px;
        margin-bottom: 12px; } }
  .-history .-two-columns:nth-child(2) .-content:nth-child(2) p {
    margin-bottom: 18px; }
  .-history .-centerContent {
    position: relative; }
  .-history .-linkedin {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: 530px;
    z-index: 900; }
  @media (max-width: 769px) {
    .-history figure {
      margin: 0 auto !important; } }

.-banner {
  max-width: 100%;
  margin: 60px 0; }
  .-banner .-image {
    width: 100%;
    height: 470px;
    background: url(assets/banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  @media (max-width: 769px) {
    .-banner {
      margin-bottom: 20px; }
      .-banner .-image {
        background-image: url(assets/banner-img-mob.jpg); } }

@media (max-width: 769px) {
  .-differential {
    width: 100% !important; } }

.-differential .-two-columns .-content {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .-differential .-two-columns .-content:nth-child(1) {
    margin-top: 10px; }
    @media (max-width: 769px) {
      .-differential .-two-columns .-content:nth-child(1) {
        padding-right: 10px;
        margin-bottom: 20px; } }
    .-differential .-two-columns .-content:nth-child(1) .-title {
      margin-bottom: 8px; }
    @media (max-width: 769px) {
      .-differential .-two-columns .-content:nth-child(1) h2 {
        margin-top: 0px; } }
  .-differential .-two-columns .-content:nth-child(2) {
    margin-top: 51px;
    margin-left: 8px; }
    @media (max-width: 769px) {
      .-differential .-two-columns .-content:nth-child(2) {
        margin: 0; } }

.-differential .-galeries {
  width: 572px;
  margin-left: -132px; }
  @media (max-width: 769px) {
    .-differential .-galeries {
      width: 100%;
      margin: 0; } }

.-differential .-gallery-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -ms-transform: translateY(50px);
      transform: translateY(50px);
  transition: all 0.9s ease;
  z-index: 10; }
  .-differential .-gallery-wrapper .-description {
    position: absolute;
    bottom: 18px;
    z-index: 100;
    max-width: 375px;
    padding-left: 18px; }
    .-differential .-gallery-wrapper .-description h3 {
      font-family: 'cormorantbold';
      font-size: 25px;
      line-height: 30px;
      color: #FFFFFF;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 5px; }
    .-differential .-gallery-wrapper .-description p {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF; }
    @media (max-width: 769px) {
      .-differential .-gallery-wrapper .-description {
        position: relative;
        bottom: auto;
        padding: 30px;
        height: 150px;
        color: #000;
        display: block;
        background: #F6F6F6;
        width: 100%;
        max-width: 100%; }
        .-differential .-gallery-wrapper .-description h3 {
          font-size: 20px;
          color: #00394F; }
        .-differential .-gallery-wrapper .-description p {
          font-size: 14px;
          color: #6F6F6F; } }
  .-differential .-gallery-wrapper .-current {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 100;
    font-family: 'cormorantbold';
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 3px; }
    @media (max-width: 769px) {
      .-differential .-gallery-wrapper .-current {
        top: auto;
        right: auto;
        left: 15px;
        bottom: 38%; } }
  .-differential .-gallery-wrapper.-active {
    height: auto;
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .-differential .-gallery-wrapper .slick-next,
  .-differential .-gallery-wrapper .slick-prev {
    position: absolute;
    right: 15px;
    bottom: -4px;
    top: auto;
    left: auto;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 100; }
    @media (max-width: 769px) {
      .-differential .-gallery-wrapper .slick-next,
      .-differential .-gallery-wrapper .slick-prev {
        bottom: 39%;
        right: 10px; } }
  .-differential .-gallery-wrapper .slick-prev {
    right: 56px; }
    @media (max-width: 769px) {
      .-differential .-gallery-wrapper .slick-prev {
        right: 52px; } }
  .-differential .-gallery-wrapper .slick-prev:before {
    content: url(assets/svg/arrow-blue-prev.svg);
    opacity: 1;
    line-height: 0; }
  .-differential .-gallery-wrapper .slick-next:before {
    content: url(assets/svg/arrow-blue-next.svg);
    opacity: 1;
    line-height: 0; }
  .-differential .-gallery-wrapper .slick-disabled {
    opacity: .4; }
  .-differential .-gallery-wrapper .-title-mobile {
    font-family: "roboto_condensedregular", sans-serif;
    display: none;
    background: #f6f6f6;
    padding: 11px 30px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase; }
    .-differential .-gallery-wrapper .-title-mobile span {
      color: #8AB9BE;
      display: inline-block;
      margin-right: 10px; }
    .-differential .-gallery-wrapper .-title-mobile p {
      color: #00394F;
      text-transform: uppercase; }
    @media (max-width: 769px) {
      .-differential .-gallery-wrapper .-title-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center; } }

.-differential .-scroll-wrapper {
  margin-top: 79px;
  padding: 40px 54px 40px 137px; }
  .-differential .-scroll-wrapper .-scroll-content {
    width: 155px; }
  @media (max-width: 769px) {
    .-differential .-scroll-wrapper {
      display: none; } }

.-differential .-mobile-gallery-nav {
  position: relative;
  display: none;
  width: 100%;
  height: 60px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  padding: 0 80px; }
  .-differential .-mobile-gallery-nav a {
    text-decoration: none;
    text-align: center;
    width: 50px; }
  .-differential .-mobile-gallery-nav a:before {
    content: "•";
    font-size: 50px;
    color: #8AB9BE;
    font-weight: bold;
    display: block; }
  .-differential .-mobile-gallery-nav a.-active:before {
    color: #00394F; }
  @media (max-width: 769px) {
    .-differential .-mobile-gallery-nav {
      display: -ms-flexbox;
      display: flex; } }
  .-differential .-mobile-gallery-nav .-btprev,
  .-differential .-mobile-gallery-nav .-btnext {
    position: absolute;
    left: 0;
    width: 46px;
    height: 60px;
    content: "";
    background: #8AB9BE;
    cursor: pointer; }
  .-differential .-mobile-gallery-nav .-btnext {
    right: 0;
    left: auto; }
  .-differential .-mobile-gallery-nav .-btprev:after,
  .-differential .-mobile-gallery-nav .-btnext:after {
    content: url(assets/svg/arrow-white-prev.svg);
    text-align: center;
    line-height: 60px;
    width: 100%;
    display: block; }
  .-differential .-mobile-gallery-nav .-btnext:after {
    content: url(assets/svg/arrow-white-next.svg); }

.-technical {
  position: relative;
  background: #00394F; }
  .-technical .-technical-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 416px;
    padding-top: 0; }
    @media (max-width: 769px) {
      .-technical .-technical-content {
        height: auto;
        padding: 55px 0; } }
    .-technical .-technical-content h3, .-technical .-technical-content p {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 20px;
      color: #8AB9BE;
      line-height: 30px;
      text-align: center;
      margin-bottom: 12px; }
    .-technical .-technical-content h3 {
      margin-top: 15px;
      padding: 0 90px; }
      @media (max-width: 769px) {
        .-technical .-technical-content h3 {
          height: auto;
          padding: 0; } }
    .-technical .-technical-content p {
      color: #fff;
      padding: 0 170px; }
      @media (max-width: 769px) {
        .-technical .-technical-content p {
          height: auto;
          padding: 0; } }
    .-technical .-technical-content a {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-top: 55px;
      text-decoration: none; }
      .-technical .-technical-content a:before {
        content: url(assets/svg/icon-fichas.svg);
        width: 35px;
        height: 35px;
        display: block;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        margin-left: 50%;
        margin-bottom: 20px; }
      .-technical .-technical-content a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8AB9BE;
        margin-top: 3px; }

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.-technical-modal {
  position: relative;
  background: #f6f6f6;
  z-index: 100;
  padding: 45px 30px; }
  .-technical-modal .-close {
    position: absolute;
    top: 45px;
    right: 45px;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00394F;
    text-transform: uppercase; }
  .-technical-modal .-technical-modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 769px) {
      .-technical-modal .-technical-modal-content {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .-technical-modal .-technical-modal-content .-column {
      -ms-flex: 1 25%;
          flex: 1 25%;
      padding: 0 14px 0 30px; }
    .-technical-modal .-technical-modal-content .-column:nth-child(3) ul {
      margin-bottom: 22px; }
    .-technical-modal .-technical-modal-content h3, .-technical-modal .-technical-modal-content li {
      font-family: "roboto_condensedregular", sans-serif; }
    .-technical-modal .-technical-modal-content h3 {
      font-size: 16px;
      color: #6F6F6F;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 25px 0 15px 0; }
      .-technical-modal .-technical-modal-content h3 span {
        color: #8AB9BE;
        margin-right: 5px;
        margin-left: -25px; }
    .-technical-modal .-technical-modal-content ul li {
      font-size: 14px;
      color: #6F6F6F;
      line-height: 21px;
      margin-bottom: 14px; }
      .-technical-modal .-technical-modal-content ul li:before {
        content: "■";
        color: #8AB9BE;
        margin-left: -21px;
        margin-right: 13px; }

.-bigcarousel {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 769px) {
    .-bigcarousel {
      display: none; } }
  .-bigcarousel .slick-next,
  .-bigcarousel .slick-prev {
    background: #00394F;
    width: 35px;
    height: 35px;
    z-index: 100;
    top: 42%; }
  .-bigcarousel .slick-next {
    right: -82px; }
  .-bigcarousel .slick-prev {
    left: -82px; }
  .-bigcarousel .slick-prev:before {
    content: url(assets/svg/arrow-white-prev.svg);
    opacity: 1 !important;
    line-height: inherit; }
  .-bigcarousel .slick-next:before {
    content: url(assets/svg/arrow-white-next.svg);
    opacity: 1 !important;
    line-height: inherit; }
  .-bigcarousel .slick-disabled {
    opacity: .4; }

.-blueprints {
  position: relative;
  height: 665px;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 769px) {
    .-blueprints {
      height: auto;
      padding: 40px 0 23px; } }
  .-blueprints .-head h2 {
    font-family: "cormorantsemibold";
    font-size: 40px;
    color: #00394F;
    line-height: 45px;
    text-align: center;
    padding: 0 150px;
    margin: 62px 0 12px 0; }
    @media (max-width: 769px) {
      .-blueprints .-head h2 {
        font-size: 30px;
        line-height: 35px;
        padding: 0;
        margin: 0 0 17px;
        width: 100%; } }
  .-blueprints .-head p {
    text-align: center;
    padding: 0 120px 0; }
    @media (max-width: 769px) {
      .-blueprints .-head p {
        font-size: 14px;
        line-height: 26px;
        padding: 0 20px; } }
  .-blueprints .-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 51px; }
    @media (max-width: 769px) {
      .-blueprints .-categories {
        display: none; } }
    .-blueprints .-categories a {
      width: 166px;
      padding-top: 5px;
      text-align: center;
      display: block;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 15px;
      color: #8AB9BE;
      letter-spacing: 0.5px;
      line-height: 40px;
      text-transform: uppercase;
      text-decoration: none;
      border-top: 2px solid #8AB9BE; }
    .-blueprints .-categories a.-active {
      border: 0;
      box-shadow: 0 -2px 0 -1px #00394F, inset 0 4px 0 -1px #00394F;
      color: #00394F;
      font-weight: 700; }
  .-blueprints .-scroll-wrapper {
    margin-right: 46px; }
  .-blueprints .-scroll-content {
    width: 100px; }
    .-blueprints .-scroll-content a:not(.-ind) {
      display: none; }
  .-blueprints .-category {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: -133px; }
  .-blueprints .-category.-active {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 769px) {
      .-blueprints .-category.-active {
        display: none; } }
  .-blueprints .-images {
    width: 630px;
    height: 237px;
    overflow: hidden;
    margin-top: 12px; }
    @media (max-width: 769px) {
      .-blueprints .-images {
        width: 100%;
        margin: 0; } }
    .-blueprints .-images .-image {
      position: relative;
      height: 0;
      opacity: 0;
      -ms-transform: translateY(500px);
          transform: translateY(500px);
      transition: all 0.3s ease-in-out;
      z-index: 10; }
      @media (max-width: 769px) {
        .-blueprints .-images .-image {
          max-width: 100%;
          margin: 0; } }
      .-blueprints .-images .-image.-active {
        height: auto;
        opacity: 1;
        -ms-transform: translateY(0);
            transform: translateY(0); }
      .-blueprints .-images .-image figure {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease; }
      .-blueprints .-images .-image figure:last-child:hover {
        opacity: 0; }
      .-blueprints .-images .-image figure img {
        box-shadow: none; }
      .-blueprints .-images .-image:hover {
        cursor: pointer; }
      .-blueprints .-images .-image p.legenda {
        display: none; }
  .-blueprints .-blueprint-all {
    display: none; }
    .-blueprints .-blueprint-all .-blueprint-thumb {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 30px 0;
      width: 18%;
      cursor: pointer; }
      .-blueprints .-blueprint-all .-blueprint-thumb span {
        font-family: "roboto_condensedregular", sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #8AB9BE;
        margin-bottom: 7px; }
    .-blueprints .-blueprint-all .-blueprint-thumb:hover {
      opacity: 0.5; }
  .-blueprints .-blueprint-all.-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .-blueprints .-view-all {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #eeeeee; }
    @media (max-width: 769px) {
      .-blueprints .-view-all {
        display: none; } }
    .-blueprints .-view-all .-view-all-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      height: 50px; }
      .-blueprints .-view-all .-view-all-content a {
        display: inline-block;
        font-family: "roboto_condensedregular", sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #8AB9BE;
        text-transform: uppercase;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
        text-align: right; }
      .-blueprints .-view-all .-view-all-content a::after {
        content: url(assets/svg/icon-ver-todas.svg);
        width: 30px;
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px; }
      .-blueprints .-view-all .-view-all-content a.-single::after {
        content: url(assets/svg/icon-ver-single.svg); }
      .-blueprints .-view-all .-view-all-content a.-single {
        display: none; }
      .-blueprints .-view-all .-view-all-content p.legenda {
        font-size: 12px;
        line-height: 16px;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
        transition: opacity 0.5s ease;
        opacity: 0; }
        .-blueprints .-view-all .-view-all-content p.legenda.show {
          opacity: 1; }

.-gallery-big-plantas {
  position: relative;
  background: #f6f6f6;
  z-index: 100;
  height: auto;
  padding: 45px 30px; }
  .-gallery-big-plantas .-close {
    position: absolute;
    top: 45px;
    right: 45px;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00394F; }

.-info-mobile {
  display: none;
  position: relative;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
  @media (max-width: 769px) {
    .-info-mobile {
      display: block; } }
  .-info-mobile > ul > li {
    position: relative;
    width: 100%;
    background: #fff; }
    .-info-mobile > ul > li h3 {
      font-family: "roboto_condensedregular", sans-serif;
      text-transform: uppercase;
      color: #00394F;
      border-top: 1px solid #00394F;
      border-bottom: 1px solid #00394F;
      padding: 20px 30px;
      margin: -1px 0 0; }
    .-info-mobile > ul > li div {
      height: 0;
      overflow: hidden;
      transition: all 0.4s ease; }
    .-info-mobile > ul > li:after {
      position: absolute;
      right: 0;
      top: 0;
      content: url(assets/svg/related-list-open-icon.svg);
      width: 82px;
      height: 100%;
      text-align: center;
      line-height: 65px; }
  .-info-mobile > ul li.-active {
    font-weight: 700; }
    .-info-mobile > ul li.-active:after {
      line-height: 50px;
      content: url(assets/svg/related-list-close-icon.svg); }
  .-info-mobile > ul li.-active div {
    padding: 25px 0; }
  .-info-mobile > ul li div p {
    font-weight: 400;
    line-height: 27px;
    color: #6F6F6F; }
  .-info-mobile > ul li.-active > div {
    height: auto;
    overflow: inherit; }
  .-info-mobile .-baixar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 0 0 26px;
    font-family: "roboto_condensedregular", sans-serif;
    font-size: 15px;
    letter-spacing: 0.15px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    color: #00394F;
    background: #CCE1E3; }
  .-info-mobile .-baixar:after {
    content: url(assets/svg/arrow-blue-download.svg);
    width: 82px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #8AB9BE; }

.-gallery-blueprint-container {
  position: relative;
  background: #ffffff;
  z-index: 100;
  max-height: 500px;
  width: 80%;
  margin: 0 auto; }
  .-gallery-blueprint-container .slick-next,
  .-gallery-blueprint-container .slick-prev {
    background: #00394F;
    width: 35px;
    height: 35px;
    z-index: 100;
    top: 42%; }
  .-gallery-blueprint-container .slick-next {
    right: -82px; }
  .-gallery-blueprint-container .slick-prev {
    left: -82px; }
  .-gallery-blueprint-container .slick-prev:before {
    content: url(assets/svg/arrow-white-prev.svg);
    opacity: 1 !important;
    line-height: inherit; }
  .-gallery-blueprint-container .slick-next:before {
    content: url(assets/svg/arrow-white-next.svg);
    opacity: 1 !important;
    line-height: inherit; }
  .-gallery-blueprint-container .slick-disabled {
    opacity: .4; }

.-recognition {
  padding-top: 60px; }
  @media (max-width: 769px) {
    .-recognition {
      padding-top: 37px; } }
  .-recognition .-two-columns:nth-child(1) .-content:first-child {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 65px; }
    @media (max-width: 769px) {
      .-recognition .-two-columns:nth-child(1) .-content:first-child {
        padding-top: 0;
        margin-bottom: 30px; } }
  .-recognition .-two-columns:nth-child(2) .-content:nth-child(2) {
    padding-left: 100px;
    margin-top: 15px; }
    @media (max-width: 769px) {
      .-recognition .-two-columns:nth-child(2) .-content:nth-child(2) {
        margin-top: 0;
        padding-left: 0;
        padding-top: 55px !important; } }
  .-recognition .-title {
    margin-bottom: 7px; }
    .-recognition .-title:before {
      content: url(assets/icon-reconhecimento.png);
      width: 27px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      line-height: 25px; }
  .-recognition h2 {
    margin-bottom: 13px; }
  @media (max-width: 769px) {
    .-recognition p {
      font-size: 14px;
      line-height: 26px; } }
  .-recognition .-two-columns:nth-child(1) figure {
    margin-left: 13px; }
  .-recognition .-two-columns:nth-child(2) .-content:nth-child(2) p {
    margin-bottom: 18px; }
  @media (max-width: 769px) {
    .-recognition figure {
      margin: 0 auto !important; } }

.-location {
  padding-top: 60px; }
  @media (max-width: 769px) {
    .-location .-two-columns:nth-child(1) {
      width: 100% !important; } }
  .-location .-two-columns .-content {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 769px) {
      .-location .-two-columns .-content {
        margin-bottom: 0; } }
    .-location .-two-columns .-content .-title {
      margin-bottom: 9px; }
    .-location .-two-columns .-content:nth-child(1) {
      padding-right: 30px; }
      @media (max-width: 769px) {
        .-location .-two-columns .-content:nth-child(1) {
          padding-right: 0; } }
    .-location .-two-columns .-content:nth-child(2) {
      margin-top: 41px; }
  .-location .-maps {
    width: 630px;
    height: 410px;
    margin-left: -176px;
    margin-top: 140px;
    overflow: hidden; }
    @media (max-width: 769px) {
      .-location .-maps {
        width: 100%;
        height: auto;
        margin: 0; } }
    .-location .-maps .-map {
      position: relative;
      height: 0;
      opacity: 0;
      -ms-transform: translateY(100px);
          transform: translateY(100px);
      transition: all 0.3s ease-in-out;
      z-index: 10; }
      @media (max-width: 769px) {
        .-location .-maps .-map {
          max-width: 100%;
          margin: 0; } }
      .-location .-maps .-map.-active {
        height: auto;
        opacity: 1;
        -ms-transform: translateY(0);
            transform: translateY(0); }
      .-location .-maps .-map img {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.23); }
        @media (max-width: 769px) {
          .-location .-maps .-map img {
            width: 100%; } }
      .-location .-maps .-map .-subtitle {
        display: none;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 90px;
        /* LAGO SUL Tempo de de: */
        font-family: "roboto_condensedregular", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: #00394F;
        line-height: 20px;
        padding: 0 0 0 40px;
        text-transform: uppercase; }
        .-location .-maps .-map .-subtitle .-sub {
          font-family: "roboto_condensedregular", sans-serif;
          font-weight: 400;
          font-size: 11px;
          padding: 0;
          line-height: 1;
          color: #00394F;
          text-transform: none;
          margin-top: 5px; }
        @media (max-width: 769px) {
          .-location .-maps .-map .-subtitle {
            display: -ms-flexbox;
            display: flex; } }
  .-location .-scroll-wrapper {
    margin-top: 47px;
    padding: 58px 77px 40px 88px; }
    @media (max-width: 769px) {
      .-location .-scroll-wrapper {
        display: none; } }
  .-location .-scroll-content {
    width: 150px; }
    .-location .-scroll-content a {
      line-height: 20px;
      margin-bottom: 20px; }
    .-location .-scroll-content a:last-child {
      margin-bottom: 0; }
  .-location .-mobile-location-nav {
    position: relative;
    display: none;
    width: 100%;
    height: 60px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    background: #F6F6F6;
    padding: 0 60px;
    z-index: 10; }
    .-location .-mobile-location-nav a {
      text-decoration: none;
      text-align: center;
      width: 45px; }
    .-location .-mobile-location-nav a:before {
      content: "•";
      font-size: 50px;
      color: #8AB9BE;
      font-weight: bold;
      display: block; }
    .-location .-mobile-location-nav a.-active:before {
      color: #00394F; }
    @media (max-width: 769px) {
      .-location .-mobile-location-nav {
        display: -ms-flexbox;
        display: flex; } }
    .-location .-mobile-location-nav .-btprev,
    .-location .-mobile-location-nav .-btnext {
      position: absolute;
      left: 0;
      width: 46px;
      height: 60px;
      content: "";
      background: #8AB9BE;
      z-index: 20; }
    .-location .-mobile-location-nav .-btnext {
      right: 0;
      left: auto; }
    .-location .-mobile-location-nav .-btprev:after,
    .-location .-mobile-location-nav .-btnext:after {
      content: url(assets/svg/arrow-white-prev.svg);
      text-align: center;
      line-height: 60px;
      width: 100%;
      display: block; }
    .-location .-mobile-location-nav .-btnext:after {
      content: url(assets/svg/arrow-white-next.svg); }

.-environment {
  position: relative;
  background: #00394F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 790px; }
  @media (max-width: 769px) {
    .-environment {
      padding-top: 60px;
      height: auto; } }
  .-environment .-environment-content {
    min-height: 400px; }
    .-environment .-environment-content .-title {
      text-align: center;
      color: #fff;
      padding: 0 120px; }
      @media (max-width: 769px) {
        .-environment .-environment-content .-title {
          padding: 0; } }
    .-environment .-environment-content .-brand {
      position: relative;
      margin: 50px 0 20px 0; }
      @media (max-width: 769px) {
        .-environment .-environment-content .-brand {
          margin: 50px 0 0 0; } }
      .-environment .-environment-content .-brand .-logo {
        position: relative;
        background: #00394F;
        width: 365px;
        text-align: center;
        z-index: 100; }
        @media (max-width: 769px) {
          .-environment .-environment-content .-brand .-logo {
            width: 230px;
            padding: 0 15px; } }
      .-environment .-environment-content .-brand:before {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
        background: #8AB9BE;
        opacity: 0.2;
        z-index: 1;
        width: 200vw;
        left: -100vw;
        top: 20px; }
    .-environment .-environment-content .-benefits ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 37px; }
      @media (max-width: 769px) {
        .-environment .-environment-content .-benefits ul {
          padding: 0;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      .-environment .-environment-content .-benefits ul li {
        position: relative;
        text-align: center;
        height: 150px;
        margin-bottom: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        width: 195px; }
        @media (max-width: 769px) {
          .-environment .-environment-content .-benefits ul li {
            width: 45%;
            height: 130px; } }
        .-environment .-environment-content .-benefits ul li img {
          margin-bottom: 30px; }
          @media (max-width: 769px) {
            .-environment .-environment-content .-benefits ul li img {
              margin-bottom: 20px; } }
        .-environment .-environment-content .-benefits ul li p {
          font-family: 'cormorantbold';
          font-size: 20px;
          color: #FFFFFF;
          width: 100%;
          position: absolute;
          bottom: 0; }
          @media (max-width: 769px) {
            .-environment .-environment-content .-benefits ul li p {
              font-size: 15px; } }

.-clients {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #F6F6F6;
  height: 331px; }
  @media (max-width: 769px) {
    .-clients {
      height: auto;
      padding: 60px 0 35px; } }
  .-clients .-title {
    text-align: center;
    padding: 0 140px;
    margin: 5px 0 25px 0; }
    @media (max-width: 769px) {
      .-clients .-title {
        padding: 0;
        margin: 0 0 30px; } }
  .-clients ul {
/*    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;*/
    padding: 0 20px; /* 0 85px */
    text-align: center;
  }
    @media (max-width: 769px) {
      .-clients ul {
        display: block;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0; } }
    .-clients ul li {
/*      -ms-flex: 1 0 10%;
          flex: 1 0 10%;*/
      display: inline-block;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 20px;
      color: #6F6F6F;
      margin: 30px 20px 0 0; /* 30px 30px 40px 0 */
      text-align: center; }
      @media (max-width: 769px) {
        .-clients ul li {
          margin-right: 0;
          margin-bottom: 25px;
          margin-top: 0; } }
      .-clients ul li:before {
        content: "|";
        margin-right: 5px;
        color: #8AB9BE; }
      @media (max-width: 769px) {
        .-clients ul li {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; } }

.-contact {
  position: relative;
  padding-top: 60px;
  height: 578px; }
  @media (max-width: 769px) {
    .-contact {
      height: auto;
      margin-bottom: 60px;
      padding-top: 36px; } }
  .-contact .-two-columns {
    -ms-flex-align: start;
        align-items: flex-start; }
    .-contact .-two-columns .-content:first-child {
      padding-right: 0; }
      @media (max-width: 769px) {
        .-contact .-two-columns .-content:first-child {
          margin-bottom: 26px; } }
      .-contact .-two-columns .-content:first-child .-title {
        margin-bottom: 10px; }
      .-contact .-two-columns .-content:first-child h2 {
        margin-bottom: 20px; }
        @media (max-width: 769px) {
          .-contact .-two-columns .-content:first-child h2 {
            margin-bottom: 9px; } }
        @media (max-width: 769px) {
          .-contact .-two-columns .-content:first-child h2 br {
            display: none; } }
      @media (max-width: 769px) {
        .-contact .-two-columns .-content:first-child p {
          font-size: 14px;
          line-height: 24px; } }
  .-contact form {
    position: relative;
    width: 97%;
    margin-top: 40px;
    margin-left: 10px; }
    @media (max-width: 769px) {
      .-contact form {
        margin: 0; } }
    .-contact form input[type=text],
    .-contact form textarea {
      width: 100%;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: #00394F;
      outline: none;
      background: transparent;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none; }
    .-contact form input[type=text] {
      border-bottom: 1px solid #00394F; }
    .-contact form textarea {
      height: 107px;
      padding: 5px;
      border: 1px solid #00394F;
      margin-top: 10px; }
    .-contact form label {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 16px;
      line-height: 18px;
      color: #6F6F6F;
      transition: all 0.2s ease;
      pointer-events: none;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }
    .-contact form input[type=text]:not([disabled]):focus ~ label,
    .-contact form input[type=text].-focus ~ label {
      color: #00394F;
      -ms-transform: scale(0.75) translateY(-22px);
          transform: scale(0.75) translateY(-22px); }
    .-contact form label.-msg {
      margin-bottom: 10px; }
    .-contact form .-formgroup {
      position: relative;
      margin-bottom: 38px; }
      .-contact form .-formgroup label {
        position: absolute;
        top: 0;
        left: 0; }
    .-contact form .-formgroup:nth-child(3) {
      margin-bottom: 38px; }
    .-contact form span.-warning {
      display: block;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 13px;
      color: #6F6F6F;
      line-height: 15px;
      margin-top: 10px; }
    .-contact form input[type=submit] {
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #00394F;
      letter-spacing: 0.5px;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #00394F;
      position: absolute;
      right: 0;
      bottom: -12px;
      border-radius: 0;
      -webkit-appearance: none; }
    .-contact form input.-error, .-contact form input.-error ~ label {
      color: #ff0000; }
    .-contact form.-error .-warning {
      color: #ff0000; }
  .-contact .-confirm {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 50;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease;
    z-index: 2000; }
    @media (max-width: 769px) {
      .-contact .-confirm {
        text-align: center; } }
    .-contact .-confirm h2 {
      line-height: 1;
      margin: 0; }
    .-contact .-confirm .-close {
      position: absolute;
      top: 45px;
      right: 45px;
      font-family: "roboto_condensedregular", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #00394F;
      text-transform: uppercase; }
      @media (max-width: 769px) {
        .-contact .-confirm .-close {
          top: 30%; } }
    .-contact .-confirm.-active {
      opacity: 1;
      height: 100%;
      overflow: auto; }

.-footer {
  background: #F6F6F6;
  border-top: 8px solid #00394F; }
  .-footer .-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 271px;
    margin: 0; }
    @media (max-width: 769px) {
      .-footer .-content {
        -ms-flex-direction: column;
            flex-direction: column;
        height: auto;
        padding-top: 60px; } }
    .-footer .-content .-leed {
      position: absolute;
      top: -30px;
      left: 0;
      width: 65px;
      display: block;
      z-index: 100; }
    .-footer .-content .-text {
      margin-top: -15px; }
      @media (max-width: 769px) {
        .-footer .-content .-text {
          -ms-flex-item-align: start;
              align-self: flex-start; } }
      .-footer .-content .-text h2 {
        font-size: 25px;
        margin: 0 0 10px;
        line-height: 30px;
        font-family: "cormorantbold"; }
        @media (max-width: 769px) {
          .-footer .-content .-text h2 {
            font-size: 24px;
            margin: 8px 0; } }
    .-footer .-content .-brands {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      width: 460px;
      margin-top: 15px;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 769px) {
        .-footer .-content .-brands {
          width: 100%;
          -ms-flex-direction: column;
              flex-direction: column;
          margin: 53px 0; }
          .-footer .-content .-brands img {
            margin-bottom: 41px; } }
