/*!
    Theme Name: CMS Invest
    Theme URI: http://www.cmsinvest.com.br
    Description: Theme for CMS Invest
    Version: 1.0.0
    Author: Laura Eggers & Iury Nadin
    Tags: Gulp
*/
@font-face {
  font-family: 'Gotham-extralight';
  src: url("fonts/GothamExLight.woff2") format("woff2"), url("fonts/GothamExLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham-bold';
  src: url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham-italic';
  src: url("fonts/GothamBook-Italic.woff2") format("woff2"), url("fonts/GothamBook-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nexa Slab';
  src: url("fonts/NexaSlabHeavy.woff2") format("woff2"), url("fonts/NexaSlabHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nexa Slab Bold';
  src: url("fonts/NexaSlabBold.woff2") format("woff2"), url("fonts/NexaSlabBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.breakpoint {
  position: fixed;
  bottom: 30px;
  left: 0;
  padding: 0 10px;
  height: 20px;
  z-index: 99999;
  color: white;
  background-color: yellow; }
  @media (min-width: 767px) {
    .breakpoint {
      background-color: orange; } }
  @media (min-width: 992px) {
    .breakpoint {
      background-color: red; } }
  @media (min-width: 1200px) {
    .breakpoint {
      background-color: blue; } }
  .breakpoint p::before {
    content: "xs"; }
    @media (min-width: 767px) {
      .breakpoint p::before {
        content: "sm"; } }
    @media (min-width: 992px) {
      .breakpoint p::before {
        content: "md"; } }
    @media (min-width: 1200px) {
      .breakpoint p::before {
        content: "lg"; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-image: url(images/ui/bg-verde.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100px 100%;
  height: 63px;
  z-index: 100; }
  @media (min-width: 767px) {
    header {
      background-size: 60% 100%; } }
  @media (min-width: 992px) {
    header {
      background-size: 50% 100%;
      height: 105px; } }
  header .container {
    height: inherit;
    width: 100%;
    width: 90%; }
    @media (min-width: 992px) {
      header .container {
        width: 960px; } }
    @media (min-width: 1200px) {
      header .container {
        width: 1200px; } }
    header .container .navbar {
      position: relative;
      background-color: transparent;
      height: inherit; }
      header .container .navbar__logo {
        position: absolute;
        top: 0;
        left: 0;
        height: inherit;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 190px; }
        @media (min-width: 767px) {
          header .container .navbar__logo {
            width: 40%;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around; } }
        @media (min-width: 992px) {
          header .container .navbar__logo {
            width: 50%; } }
        header .container .navbar__logo--cms {
          width: 60px; }
          @media (min-width: 992px) {
            header .container .navbar__logo--cms {
              width: 92px; } }
        header .container .navbar__logo--xp {
          width: 106px; }
          @media (min-width: 992px) {
            header .container .navbar__logo--xp {
              display: none; } }
        header .container .navbar__logo--g20 {
          display: none; }
          @media (min-width: 992px) {
            header .container .navbar__logo--g20 {
              width: 151px;
              display: block; } }
        header .container .navbar__logo--braziladvisor {
          display: none; }
          @media (min-width: 992px) {
            header .container .navbar__logo--braziladvisor {
              width: 141px;
              display: block; } }
  header nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #1b562f;
    z-index: 10;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      header nav {
        width: 50%; } }
    header nav img {
      position: absolute;
      left: 20px;
      top: 20px;
      display: block; }
      @media (min-width: 992px) {
        header nav img {
          display: none; } }
    header nav .ghost {
      position: absolute;
      top: 16px;
      right: 20%;
      font-size: 15px;
      display: inline-block; }
      @media (min-width: 992px) {
        header nav .ghost {
          display: none; } }
    header nav .menu__ul {
      margin: 0;
      padding: 0; }
      header nav .menu__ul li {
        list-style: none;
        line-height: 1;
        margin-bottom: 32px;
        font-size: 24px;
        font-family: 'Nexa Slab Bold'; }
        @media (min-width: 992px) {
          header nav .menu__ul li {
            font-size: 36px; } }
        header nav .menu__ul li a:link,
        header nav .menu__ul li a:visited {
          color: white;
          position: relative;
          transition: all 0.4s;
          text-decoration: none;
          padding-top: 4px;
          padding-bottom: 1px; }
          header nav .menu__ul li a:link::before,
          header nav .menu__ul li a:visited::before {
            transition: color 0.4s;
            color: #1b562f;
            content: "";
            position: absolute;
            display: block;
            width: 19px;
            height: 34px;
            display: block;
            top: 0;
            left: 0;
            background-image: url(images/ui/barrainclinada-menu.svg);
            background-repeat: no-repeat;
            background-position: left 0;
            background-size: auto 32px;
            opacity: 0;
            transition: all 0.4s; }
          header nav .menu__ul li a:link:hover,
          header nav .menu__ul li a:visited:hover {
            padding-left: 26px; }
            header nav .menu__ul li a:link:hover::before,
            header nav .menu__ul li a:visited:hover::before {
              opacity: 1; }
        header nav .menu__ul li:last-of-type {
          margin-bottom: 0;
          border: none; }
  header nav.active {
    transform: translateX(0%); }
  header .navbar__components {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    header .navbar__components a.ghost {
      display: none; }
      @media (min-width: 992px) {
        header .navbar__components a.ghost {
          display: inline-block; } }
  header .navbar-burger {
    position: relative;
    right: 0;
    z-index: 100;
    transition: all 0.4s;
    margin-left: 24px;
    display: block;
    height: 30px;
    width: 28px;
    cursor: pointer; }
    @media (min-width: 992px) {
      header .navbar-burger {
        width: 32px; } }
    header .navbar-burger:hover {
      background-color: transparent;
      color: #fff; }
    header .navbar-burger span {
      position: absolute;
      display: block;
      height: 2px;
      background-color: white;
      transition: all 0.2s;
      width: 28px; }
      @media (min-width: 992px) {
        header .navbar-burger span {
          width: 32px; } }
    header .navbar-burger span:nth-child(1) {
      top: calc(50% - 5px); }
    header .navbar-burger span:nth-child(2) {
      top: calc(50% + 5px); }
  header .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  header .navbar-burger.is-active span:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg); }
  header .header__white {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background-color: #fff;
    display: block;
    z-index: 1; }

footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1b562f;
  color: white;
  font-size: 15px;
  padding: 50px 0 40px; }
  @media (min-width: 1200px) {
    footer .container {
      width: 880px; } }
  footer .row {
    border: 1px solid 255, 255, 255, 0.1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 992px) {
      footer .row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
    footer .row .footer__col {
      width: 100%;
      margin-bottom: 36px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: auto; }
      @media (min-width: 992px) {
        footer .row .footer__col {
          margin-bottom: 0;
          width: 26%;
          height: 190px;
          justify-content: space-between; } }
      footer .row .footer__col p {
        margin-bottom: 0; }
      footer .row .footer__col:nth-of-type(3) {
        margin-bottom: 0; }
        footer .row .footer__col:nth-of-type(3) p {
          margin-bottom: 40px; }
          footer .row .footer__col:nth-of-type(3) p strong {
            font-family: 'Nexa Slab'; }
          @media (min-width: 992px) {
            footer .row .footer__col:nth-of-type(3) p {
              margin-bottom: 0; } }
  footer .footer__logo {
    display: block;
    margin-bottom: 47px;
    max-width: 214px; }
    @media (min-width: 992px) {
      footer .footer__logo {
        max-width: 290px; } }
  footer p {
    margin-top: 0;
    color: white;
    letter-spacing: 0.5px; }
  footer small {
    font-size: 12px;
    line-height: 1.5 !important; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      line-height: 1.8; }
      footer ul li a:link,
      footer ul li a:visited {
        color: white;
        text-decoration: none;
        padding: 2px 0; }
        footer ul li a:link:hover,
        footer ul li a:visited:hover {
          text-decoration: underline; }
      footer ul li a.instagram {
        padding-left: 24px;
        background-image: url(images/ui/icon-instagram.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 18px auto; }
  footer a:link,
  footer a:visited {
    color: white;
    text-decoration: none; }
    footer a:link:hover,
    footer a:visited:hover {
      text-decoration: underline; }
  footer .footer__mapa:link,
  footer .footer__mapa:visited {
    color: white;
    font-size: 12px;
    padding-top: 32px;
    text-decoration: none;
    background-image: url(images/ui/icon-localizacao.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 18px auto;
    display: inline-block;
    margin-top: 30px; }
    @media (min-width: 992px) {
      footer .footer__mapa:link,
      footer .footer__mapa:visited {
        margin-top: 0; } }
    footer .footer__mapa:link:hover,
    footer .footer__mapa:visited:hover {
      text-decoration: underline; }

.presentation {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  margin-top: 63px;
  background-image: url(images/ui/bg-verde.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100px 86%;
  margin-top: 63px;
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .presentation {
      background-size: 60% 90%; } }
  @media (min-width: 992px) {
    .presentation {
      margin-top: 105px;
      margin-bottom: 110px;
      background-size: 50% 90%; } }
  .presentation__videowrapper {
    display: none;
    position: relative;
    height: inherit;
    overflow: hidden;
    background-color: black; }
    @media (min-width: 992px) {
      .presentation__videowrapper {
        display: block;
        width: 902px;
        height: 507px; } }
    @media (min-width: 1200px) {
      .presentation__videowrapper {
        width: 1142px;
        height: 642px; } }
    .presentation__videowrapper::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      z-index: 4; }
  .presentation__image--video {
    display: block; }
    @media (min-width: 992px) {
      .presentation__image--video {
        display: none; } }
  .presentation .container {
    width: 100%; }
    @media (min-width: 992px) {
      .presentation .container {
        width: 960px; } }
    @media (min-width: 1200px) {
      .presentation .container {
        width: 1200px; } }
  .presentation__wrapper {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 86%;
    height: 440px;
    background-image: url(images/presentation.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 992px) {
      .presentation__wrapper {
        background-image: none;
        width: 94%;
        height: auto; } }
    @media (min-width: 1200px) {
      .presentation__wrapper {
        width: 97%; } }
    .presentation__wrapper img {
      display: none; }
      @media (min-width: 992px) {
        .presentation__wrapper img {
          display: block;
          margin: 0;
          padding: 0;
          display: block;
          max-width: 100%; } }
    .presentation__wrapper::after {
      content: "";
      position: absolute;
      display: block;
      width: 24px;
      height: 15px;
      background-image: url(images/ui/arrow_down.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 24px auto;
      right: -35px;
      bottom: 15px; }
      @media (min-width: 992px) {
        .presentation__wrapper::after {
          background-size: 32px auto;
          width: 32px;
          height: 20px;
          right: -45px;
          bottom: 15px; } }
      @media (min-width: 1200px) {
        .presentation__wrapper::after {
          right: -25px;
          bottom: 25px; } }
  .presentation__content {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 12%;
    color: white;
    height: 100%;
    width: 74%; }
    @media (min-width: 992px) {
      .presentation__content {
        left: initial;
        width: 476px;
        padding-left: 156px;
        z-index: 10; } }
    .presentation__content span:nth-of-type(1) {
      font-family: 'Gotham-bold';
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 1.4; }
      @media (min-width: 992px) {
        .presentation__content span:nth-of-type(1) {
          font-size: 32px;
          line-height: 1.2; } }
    .presentation__content span:nth-of-type(2) {
      font-family: 'Gotham';
      line-height: 1.4;
      margin-bottom: 40px;
      font-size: 13px; }
      @media (min-width: 992px) {
        .presentation__content span:nth-of-type(2) {
          font-size: 18px; } }

.whoweare {
  position: relative;
  margin-bottom: 56px; }
  @media (min-width: 992px) {
    .whoweare {
      margin-bottom: 95px; } }
  .whoweare__content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .whoweare__content {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .whoweare__content--text {
      width: 100%; }
      @media (min-width: 992px) {
        .whoweare__content--text {
          width: 552px; } }
      .whoweare__content--text p:last-of-type {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .whoweare__content--text p:last-of-type {
            margin-bottom: 0; } }
      .whoweare__content--text .featured__text {
        position: relative;
        display: block;
        width: 100%;
        background-color: #1b562f;
        padding: 30px;
        margin-left: 0;
        color: white;
        text-align: center;
        font-family: 'Gotham-extralight';
        font-size: 24px;
        line-height: 1.3;
        box-sizing: border-box; }
        .whoweare__content--text .featured__text strong {
          font-family: 'Gotham-bold'; }
        @media (min-width: 992px) {
          .whoweare__content--text .featured__text {
            display: none; } }
  .whoweare__features {
    position: relative;
    bottom: initial;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .whoweare__features {
        text-align: left;
        position: absolute;
        width: 222px;
        bottom: 0; } }
  .whoweare__bar {
    display: none; }
    @media (min-width: 992px) {
      .whoweare__bar {
        position: absolute;
        background-color: #1b562f;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 0;
        top: 180px;
        padding: 30px 50px 30px;
        width: calc( 50% - 218px);
        box-sizing: border-box; }
        .whoweare__bar p {
          width: 172px;
          color: white;
          font-size: 24px;
          line-height: 1.4;
          font-family: 'Gotham-extralight';
          margin: 0; }
          .whoweare__bar p strong {
            font-family: 'Gotham-bold'; } }
  .whoweare__logo--g20 {
    display: block;
    width: 221px;
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .whoweare__logo--g20 {
        margin: 0 0 38px 0; } }
  .whoweare__logo--braziladvisor {
    display: block;
    width: 183px;
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .whoweare__logo--braziladvisor {
        margin: 0 0 40px 0; } }
  .whoweare .nivel {
    font-size: 18px;
    color: #000000;
    font-family: 'Gotham';
    line-height: 1.4;
    padding: 20px 20px 28px 20px;
    border: 1px solid #1b562f;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .whoweare .nivel {
        padding: 0;
        padding-right: 20px;
        border: none;
        width: auto;
        margin: 0; } }
    .whoweare .nivel span:first-of-type {
      display: block;
      font-family: 'Gotham-extralight';
      color: #1b562f;
      font-size: 48px; }
      .whoweare .nivel span:first-of-type strong {
        font-family: 'Gotham-bold'; }

.values {
  position: relative;
  width: 100%;
  background-image: url(images/ui/bg-cinza.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 90%; }
  @media (min-width: 992px) {
    .values {
      background-size: 100% 70%; } }
  .values__video--container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #ccc;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .values__video--container {
        margin-bottom: 90px; } }
    .values__video--container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .values .video--cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 5;
    background-color: black;
    background-image: url(images/video-cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer; }
  .values__text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    padding-bottom: 55px; }
    @media (min-width: 992px) {
      .values__text {
        padding-bottom: 85px;
        flex-wrap: nowrap; } }
    .values__text--col {
      width: 100%;
      box-sizing: border-box;
      border: none;
      border-top: 1px solid #1b562f;
      padding: 20px 0 0 0; }
      @media (min-width: 992px) {
        .values__text--col {
          border: none;
          border-left: 1px solid #1b562f;
          width: 33%;
          padding: 0 24px; } }
      .values__text--col:first-of-type {
        margin-bottom: 20px;
        padding: 0;
        border: none; }
        @media (min-width: 992px) {
          .values__text--col:first-of-type {
            margin-bottom: 0; } }
    .values__text h2 {
      margin: 5px 0 0 0; }
    .values__text p {
      font-size: 15px; }
    .values__text ul {
      margin: 10px 0 0 0;
      padding: 0; }
      .values__text ul li {
        position: relative;
        list-style: none;
        padding: 0 0 0 12px;
        line-height: 1.8;
        font-size: 15px; }
        .values__text ul li::before {
          content: "";
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          background-color: #1b562f;
          top: 12px;
          left: 0;
          border-radius: 50%; }

.investments {
  position: relative;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 62px;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .investments {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .investments .container--smaller {
    position: relative; }
  .investments__slick {
    position: relative;
    width: 100%;
    padding: 10px 0; }
  .investments .slick-track {
    padding-top: 10px; }
  .investments .nextbtn:link,
  .investments .nextbtn:visited {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s; }
    .investments .nextbtn:link:hover,
    .investments .nextbtn:visited:hover {
      right: -10px; }
  .investments__item {
    position: relative;
    display: block;
    width: 297px;
    height: 422px;
    max-height: 422px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 35px;
    box-sizing: border-box;
    text-decoration: none;
    transition: border 0.5s; }
    .investments__item:hover {
      border-top: 1px solid #1b562f;
      border-right: 1px solid #1b562f; }
    .investments__item span {
      color: #1b562f;
      display: block;
      font-size: 21px; }
    .investments__item--cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #e3e3e3;
      padding: 35px;
      z-index: 2;
      box-sizing: border-box; }
      .investments__item--cover img {
        margin-top: 50px; }
      .investments__item--cover span:nth-of-type(2) {
        font-size: 12px;
        position: absolute;
        bottom: 30px; }
  .investments .item--corner {
    opacity: 0;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 36px;
    height: 36px;
    border-right: 12px solid #1b562f;
    border-top: 12px solid #1b562f;
    background-color: transparent; }

.intersection {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .intersection {
      padding: 40px 0; } }
  .intersection .container {
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .intersection .container {
        text-align: left;
        padding-right: 160px; } }
    @media (min-width: 1200px) {
      .intersection .container {
        padding-right: 240px; } }
  .intersection__white {
    display: none; }
    @media (min-width: 992px) {
      .intersection__white {
        position: absolute;
        z-index: 5;
        width: 160px;
        top: 0;
        right: 0;
        height: 100%;
        display: block;
        background-color: #fff; } }

.marks {
  position: relative;
  margin-bottom: 110px; }
  @media (min-width: 992px) {
    .marks {
      margin-bottom: 90px; } }
  .marks__holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .marks__item {
    position: relative;
    display: block;
    margin-bottom: 4%;
    width: 30%;
    height: auto; }
    @media (min-width: 767px) {
      .marks__item {
        margin-bottom: 2%;
        width: 22%; } }
    @media (min-width: 1200px) {
      .marks__item {
        margin-bottom: 2%;
        width: 18%; } }
    .marks__item--cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block; }
    .marks__item img {
      margin: 0 auto;
      display: block;
      width: 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .marks__item img {
          width: auto;
          max-width: 160px; } }

.services {
  position: relative;
  margin-bottom: 0;
  background-color: #e3e3e3;
  padding-bottom: 194px; }
  @media (min-width: 992px) {
    .services {
      padding-bottom: 250px; } }
  .services__bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    background-color: white;
    height: 93px;
    width: 0%; }
    @media (min-width: 992px) {
      .services__bar {
        width: 10%;
        height: 200px;
        width: calc( 50% - 217px); } }
    .services__bar:after {
      content: "";
      position: absolute;
      display: block;
      background-color: transparent;
      border-top: 12px solid #1b562f;
      border-left: 12px solid #1b562f;
      display: block;
      right: initial;
      left: 0;
      width: 188px;
      height: 178px;
      top: -12px; }
      @media (min-width: 992px) {
        .services__bar:after {
          left: initial;
          right: 0;
          height: 100%;
          transform: translateX(100%); } }
  .services__content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .services__content {
        padding-top: 60px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media (min-width: 1200px) {
      .services__content {
        padding-top: 80px; } }
    .services__content h1 {
      position: absolute;
      top: -100px; }
      @media (min-width: 992px) {
        .services__content h1 {
          position: relative;
          top: initial; } }
    .services__content--text {
      width: 80%;
      margin: 15px auto; }
      @media (min-width: 992px) {
        .services__content--text {
          margin: 0;
          width: 540px; } }
      @media (min-width: 1200px) {
        .services__content--text {
          width: 550px; } }
  .services__ciclo {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 0;
    padding: 40px 30px;
    width: inherit;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .services__ciclo {
        margin-top: 40px;
        margin-left: calc( 50% - 109px);
        padding: 40px 0 40px 110px; } }
    .services__ciclo img {
      max-width: 100%; }
      @media (min-width: 992px) {
        .services__ciclo img {
          max-width: 345px;
          width: 345px; } }

.services__showcase {
  position: relative;
  margin-top: -130px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .services__showcase {
      margin-bottom: 130px; } }
  .services__showcase .container {
    width: 100%; }
    @media (min-width: 992px) {
      .services__showcase .container {
        width: 960px; } }
    @media (min-width: 1200px) {
      .services__showcase .container {
        width: 1200px; } }

.services__item--wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .services__item--wrapper {
      padding-left: 40px; } }
  @media (min-width: 1200px) {
    .services__item--wrapper {
      padding-left: 160px; } }

.services__item {
  position: relative;
  width: 80%;
  margin: 0 auto 100px;
  display: block; }
  @media (min-width: 992px) {
    .services__item {
      width: 204px;
      margin: 0; } }
  @media (min-width: 1200px) {
    .services__item {
      width: 220px; } }
  .services__item:last-of-type {
    margin-bottom: 0; }
  .services__item::before {
    content: "";
    position: absolute;
    display: block;
    top: -58px;
    left: -16%;
    width: 132%;
    height: 180px;
    background-color: #e3e3e3;
    z-index: -1; }
    @media (min-width: 992px) {
      .services__item::before {
        display: none; } }
  .services__item p {
    margin-top: 30px;
    line-height: 1.6; }

.services__item--box,
a.services__item--box:link,
a.services__item--box:visited {
  cursor: pointer;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1b562f;
  text-align: center;
  padding: 30px 0 60px;
  transition: all 0.4s;
  background-color: transparent;
  display: block;
  text-decoration: none; }
  .services__item--box:hover::after,
  a.services__item--box:link:hover::after,
  a.services__item--box:visited:hover::after {
    bottom: -20px; }
  .services__item--box::after,
  a.services__item--box:link::after,
  a.services__item--box:visited::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 23px;
    bottom: -10px;
    left: 50%;
    margin-left: -18px;
    background-image: url(images/ui/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all 0.4s; }
  .services__item--box span,
  a.services__item--box:link span,
  a.services__item--box:visited span {
    display: block;
    line-height: 1.2; }
  .services__item--box span:nth-of-type(1),
  a.services__item--box:link span:nth-of-type(1),
  a.services__item--box:visited span:nth-of-type(1) {
    font-family: 'Gotham-extralight';
    font-size: 13px;
    text-transform: uppercase;
    color: #1b562f; }
  .services__item--box span:nth-of-type(2),
  a.services__item--box:link span:nth-of-type(2),
  a.services__item--box:visited span:nth-of-type(2) {
    letter-spacing: 1px;
    color: #1b562f;
    font-family: 'Gotham-bold';
    font-size: 26px; }
  .services__item--box span:nth-of-type(3),
  a.services__item--box:link span:nth-of-type(3),
  a.services__item--box:visited span:nth-of-type(3) {
    color: #000000;
    font-size: 15px;
    font-family: 'Gotham';
    margin-top: 8px; }

.clipping {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-image: url(images/ui/bg-clipping.svg);
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: 50vw 0;
  padding-top: 16px;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .clipping {
      background-position: calc(50vw - 200px) 0;
      padding-top: 36px;
      margin-bottom: 10px; } }
  .clipping__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .clipping__content {
        flex-direction: row;
        justify-content: space-between; } }
    .clipping__content .clipping__item {
      width: 100%;
      margin-bottom: 60px; }
      @media (min-width: 992px) {
        .clipping__content .clipping__item {
          width: 48%; } }
      .clipping__content .clipping__item img {
        max-width: 100%;
        width: 100%;
        display: block;
        height: auto; }
      .clipping__content .clipping__item .ghost--white {
        display: none; }
        @media (min-width: 992px) {
          .clipping__content .clipping__item .ghost--white {
            display: inline-block;
            margin-bottom: 80px; } }
  .clipping .ghost--primary {
    display: inline-block; }
    @media (min-width: 992px) {
      .clipping .ghost--primary {
        display: none; } }

.clipping__span {
  color: #5E5E5E;
  font-family: 'Gotham';
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 16px; }
  .clipping__span b, .clipping__span strong {
    font-family: 'Gotham-bold'; }

.clipping__title:link,
.clipping__title:visited {
  color: #1b562f;
  font-family: 'Gotham-extralight';
  font-size: 21px;
  transition: all 0.4s;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  margin-bottom: 24px;
  transition: all 0.4s; }
  .clipping__title:link:hover,
  .clipping__title:visited:hover {
    color: black; }

.clipping__btn:link,
.clipping__btn:visited {
  color: #1b562f;
  transition: all 0.4s;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Gotham-bold';
  transition: all 0.4s;
  display: inline-block; }
  .clipping__btn:link:hover,
  .clipping__btn:visited:hover {
    color: black; }

.comments {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .comments {
      margin-bottom: 70px; } }
  .comments .container {
    position: relative; }
  .comments h1 {
    padding-right: 60px; }
    @media (min-width: 767px) {
      .comments h1 {
        padding-right: 0; } }
  .comments__slick {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 10px 0; }
  .comments .slick-track {
    padding: 30px 0; }
  .comments .nextbtn:link,
  .comments .nextbtn:visited {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s; }
    .comments .nextbtn:link:hover,
    .comments .nextbtn:visited:hover {
      right: -10px; }
  .comments__item {
    position: relative;
    background-color: #e3e3e3;
    padding: 50px; }
    .comments__item::before {
      content: "";
      position: absolute;
      display: block;
      width: 49px;
      height: 37px;
      top: -25px;
      left: 20px;
      background-image: url(images/ui/quotes-before.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
    .comments__item::after {
      content: "";
      position: absolute;
      display: block;
      width: 49px;
      height: 37px;
      bottom: -25px;
      right: 20px;
      background-image: url(images/ui/quotes-after.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
    .comments__item p {
      margin-top: 0;
      color: #000000;
      font-family: 'Gotham-italic';
      font-style: italic;
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 14px; }
    .comments__item span:nth-of-type(1) {
      font-size: 15px;
      font-family: 'Gotham-bold';
      letter-spacing: 1px;
      display: block;
      margin-bottom: 5px; }
    .comments__item span:nth-of-type(2) {
      color: #000000;
      font-family: 'Gotham-italic';
      font-style: italic;
      font-size: 15px; }

li.widget {
  list-style: none; }

.corner {
  width: 33px;
  height: 33px;
  display: block;
  border-top: 12px solid #1b562f;
  border-right: 12px solid #1b562f; }

.service {
  position: relative; }
  .service__content {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding-top: 60px; }
    @media (min-width: 1200px) {
      .service__content {
        margin-left: 36px;
        padding-top: 60px; } }
    .service__content .seta {
      position: absolute;
      bottom: 10px;
      width: 36px;
      height: 23px;
      bottom: -10px;
      left: 50%;
      margin-left: -18px;
      background-image: url(images/ui/arrow_down.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      transition: all 0.3s;
      opacity: 1; }
  .service__tablehead {
    position: relative;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none; }
    @media (min-width: 992px) {
      .service__tablehead {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex; } }
    .service__tablehead .services--item {
      position: relative;
      width: 18%;
      margin: 0 1%;
      height: 160px; }
    .service__tablehead .services__item--box {
      position: absolute;
      padding-top: 30px;
      height: 100%;
      transition: all 0.5s; }
      .service__tablehead .services__item--box::after {
        display: none; }
    @media (min-width: 992px) {
      .service__tablehead .box_active {
        height: 640%; } }
    @media (min-width: 1200px) {
      .service__tablehead .box_active {
        height: 600%; } }
    .service__tablehead .box_active .seta {
      opacity: 0; }
    .service__tablehead .box_active::after {
      opacity: 0; }
  .service__table {
    position: relative;
    width: 100%;
    margin: 40px 0 80px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: none; }
    @media (min-width: 992px) {
      .service__table {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex; } }
    .service__table--row {
      width: 100%;
      border-bottom: 1px solid #808080;
      padding: 10px 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 992px) {
        .service__table--row .service__table--col {
          width: 20%; } }
      .service__table--row .service__table--col:not(:first-child) {
        text-align: center; }
  .service__items--mobile {
    position: relative;
    width: 100%;
    display: block; }
    @media (min-width: 992px) {
      .service__items--mobile {
        display: none; } }
    .service__items--mobile .services__item--box {
      width: 98%;
      margin: 0 auto;
      padding: 30px 0 40px;
      border: none; }
      .service__items--mobile .services__item--box:hover {
        background-color: transparent; }
      .service__items--mobile .services__item--box::after {
        display: none; }
    .service__items--mobile .accordion {
      border-top: none;
      position: relative; }
      .service__items--mobile .accordion__item {
        position: relative;
        margin-bottom: 50px; }
      .service__items--mobile .accordion dt {
        width: 96%;
        margin: 0 auto;
        color: black;
        border-bottom: none;
        user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
        transition: 0.1s; }
      .service__items--mobile .accordion dd {
        display: none;
        border-top: none;
        margin: 0 auto;
        padding-bottom: 25px;
        width: 100%; }
        .service__items--mobile .accordion dd .service__table--row {
          padding: 10px 26px;
          box-sizing: border-box; }
          .service__items--mobile .accordion dd .service__table--row:first-of-type {
            margin-top: 20px; }
        .service__items--mobile .accordion dd .service__table--col:first-of-type {
          width: 60%; }
        .service__items--mobile .accordion dd .service__table--col:last-of-type {
          width: 35%; }
      .service__items--mobile .accordion .accordion--border {
        position: absolute;
        top: 0;
        border: 1px solid #1b562f;
        width: 94%;
        left: 3%;
        z-index: -1;
        height: 100%;
        display: block;
        transition: all 0.4s; }
      .service__items--mobile .accordion .expanded .seta {
        transform: rotate(180deg); }
  .service .feature {
    font-size: 13px;
    font-family: 'Gotham-bold';
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 1.4; }
  .service .ticked {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(images/ui/ticked.svg);
    background-size: 16px auto;
    background-position: center center; }
  .service .not-available {
    position: relative;
    display: block;
    width: 16px;
    height: 4px;
    margin: 0 auto;
    background-color: #1b562f;
    border-radius: 4px; }

.interna__clipping {
  position: relative; }
  .interna__clipping h1 {
    margin-top: 100px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .interna__clipping h1 {
        margin-top: 200px;
        margin-bottom: 70px; } }
  .interna__clipping article {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #1b562f;
    padding-bottom: 20px;
    margin-bottom: 60px; }
    .interna__clipping article .article__content {
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .interna__clipping article .article__content {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-end; } }
      .interna__clipping article .article__content .clipping__title {
        width: 100%; }
        @media (min-width: 992px) {
          .interna__clipping article .article__content .clipping__title {
            width: 86%;
            margin-bottom: 0; } }
      .interna__clipping article .article__content a:first-of-type() {
        border: 1px solid red; }

.team {
  position: relative;
  padding-top: 130px; }
  .team__content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .team__content {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .team__content--description {
      width: 100%; }
      @media (min-width: 992px) {
        .team__content--description {
          width: 558px; } }
    .team__content h1, .team__content p {
      margin-top: 0; }
    .team__content h1 {
      margin-bottom: 40px; }
  .team__section {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #1b562f;
    font-family: 'Gotham-extralight';
    color: #1b562f;
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    margin-bottom: 90px;
    font-size: 21px; }
    @media (min-width: 992px) {
      .team__section {
        padding-left: 323px; } }
  .team__items {
    position: relative;
    margin-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 767px) {
      .team__items {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .team__items {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .team__items--item {
      position: relative;
      width: 90%;
      margin-bottom: 80px; }
      @media (min-width: 767px) {
        .team__items--item {
          width: 300px;
          margin-bottom: 120px;
          margin-right: 0; } }
      @media (min-width: 992px) {
        .team__items--item {
          width: 220px;
          margin-right: 100px; } }
      .team__items--item:nth-child(3n) {
        margin-right: 0px; }
      .team__items--item::before {
        content: "";
        position: absolute;
        display: block;
        right: -22px;
        top: -22px;
        width: 36px;
        height: 36px;
        border-right: 12px solid #1b562f;
        border-top: 12px solid #1b562f;
        background-color: transparent; }
      .team__items--item h4 {
        margin-bottom: 0;
        letter-spacing: 0; }
      .team__items--item p {
        margin-top: 0;
        margin-bottom: 0; }
        .team__items--item p a:link, .team__items--item p a:visited {
          text-decoration: none;
          color: #000000; }
          .team__items--item p a:link:hover, .team__items--item p a:visited:hover {
            color: #1b562f;
            text-decoration: underline; }
  .team .team__member {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .team .team__member {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%; } }

.container {
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }
  @media (min-width: 992px) {
    .container--smaller {
      width: 884px; } }

.row {
  position: relative;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  font-family: 'Gotham'; }

p {
  color: #000000;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px; }

strong, b {
  font-family: 'Gotham-bold'; }

h1 {
  position: relative;
  color: #1b562f;
  font-family: 'Nexa Slab';
  font-size: 21px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-top: 3px; }
  h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 23px;
    display: inline-block;
    padding-right: 5px;
    background-image: url(images/ui/barrainclinada-h1.svg);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 12px auto; }

h2 {
  font-family: 'Gotham-extralight';
  color: #1b562f;
  font-size: 21px;
  letter-spacing: 1px; }

h3 {
  font-family: 'Gotham-extralight';
  color: white;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 24px; }
  @media (min-width: 992px) {
    h3 {
      line-height: 1.3;
      font-size: 32px; } }
  h3 small {
    font-size: 24px; }
  h3 strong, h3 b {
    font-family: 'Gotham-bold'; }

h4 {
  position: relative;
  color: #1b562f;
  font-family: 'Nexa Slab';
  font-size: 16px;
  letter-spacing: 1px; }

.interna {
  margin-top: 63px; }
  @media (min-width: 992px) {
    .interna {
      margin-top: 105px; } }

.primary {
  color: #1b562f !important; }

.bg--primary {
  background-color: #1b562f; }

.borda {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.borda-inv {
  border: 1px solid rgba(0, 0, 0, 0); }

.fade {
  opacity: 0; }

.ghost {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  font-family: 'Nexa Slab';
  font-size: 13px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 11px 12px 7px;
  line-height: 1;
  transition: all 0.4s;
  text-decoration: none; }
  @media (min-width: 992px) {
    .ghost {
      font-size: 16px; } }

.ghost--primary:link,
.ghost--primary:visited {
  border-color: #1b562f;
  color: #1b562f; }
  .ghost--primary:link:hover,
  .ghost--primary:visited:hover {
    background-color: #1b562f;
    color: white; }

.ghost--primary:link,
.ghost--primary:visited {
  border-color: #1b562f;
  color: #1b562f; }
  .ghost--primary:link:hover,
  .ghost--primary:visited:hover {
    background-color: #1b562f;
    color: white; }

.ghost--white:link,
.ghost--white:visited {
  border-color: white;
  color: white; }
  .ghost--white:link:hover,
  .ghost--white:visited:hover {
    background-color: white;
    color: #1b562f; }

.ghost--image:link,
.ghost--image:visited {
  border-color: white;
  color: #1b562f;
  background-color: white; }
  .ghost--image:link:hover,
  .ghost--image:visited:hover {
    border-color: #1b562f;
    background-color: #1b562f;
    color: white; }

.nextbtn:link,
.nextbtn:visited,
button.slick-next {
  position: absolute;
  top: -40px;
  right: 0;
  transition: all 0.3s;
  width: 40px;
  height: 32px;
  text-indent: -99999px;
  display: block;
  background-image: url(images/ui/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 20px auto;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer; }
  .nextbtn:link:hover,
  .nextbtn:visited:hover,
  button.slick-next:hover {
    right: -10px; }

button.slick-prev {
  display: none !important; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -17px;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  /* height:100%; */
  min-height: 1px;
  margin: 0 17px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

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