﻿/*$colorBlack: #1e1e1e !default;*/
/*Borders*/
/*SLIDE HOMEPAGE*/
.box {
  float: left;
  width: 48%; }
  @media only screen and (max-width: 540px) {
    .box {
      float: none;
      padding-bottom: 10px;
      width: auto;
      margin: 0 0 20px 0; } }
  .box p {
    font: 1.4em/1.2em "aaux_promediumregular", Helvetica, Arial, sans-serif;
    color: #94a2ac;
    height: 130px;
    overflow: hidden; }
    @media only screen and (max-width: 1023px) {
      .box p {
        height: 103px; } }
    @media only screen and (max-width: 767px) {
      .box p {
        height: 135px; } }
    @media screen and (max-width: 470px) {
      .box p {
        height: auto; } }
  .box img {
    width: 100%;
    height: auto; }
  .box:nth-child(even) {
    margin-left: 2%; }
    @media only screen and (max-width: 540px) {
      .box:nth-child(even) {
        margin-left: 0; } }
  .box.highlight-1 {
    margin-left: 0; }
  .box:nth-child(odd) {
    margin-right: 2%; }
    @media only screen and (max-width: 540px) {
      .box:nth-child(odd) {
        margin-right: 0; } }

.ie8 .highlight-3 {
  margin-left: 2%; }
  @media only screen and (max-width: 540px) {
    .ie8 .highlight-3 {
      margin-left: 0; } }

.ie8 .highlight-2 {
  margin-right: 2%; }
  @media only screen and (max-width: 540px) {
    .ie8 .highlight-2 {
      margin-right: 0; } }

/*POPUP*/
.popup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  overflow-y: auto; }
  .popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1; }
  .popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px;
    max-width: 840px;
    width: 70%;
    z-index: 2;
    margin: 20px 0; }
    @media screen and (max-width: 512px) {
      .popup-container {
        top: 10%;
        transform: translateX(-50%); } }
  .popup-title {
    font-family: "aaux_problackregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px; }
    @media screen and (max-width: 512px) {
      .popup-title {
        font-size: 24px; } }
  .popup-subtitle {
    font-family: "aaux_problackregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #94a2ac; }
  .popup-body {
    /*max-width: 520px;*/
    font-size: 16px; }
    @media screen and (max-width: 512px) {
      .popup-body {
        font-size: 14px; } }
  .popup-paragraph {
    font-family: "aaux_bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #94a2ac;
    margin-bottom: 20px; }
  .popup figure {
    width: 190px;
    /*max-height: 70px; */
    overflow: hidden; }
    .popup figure img {
      width: 100%; }
  .popup #closePopup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    color: #94a2ac; }

/*SLIDER*/
/*@import "../modules/slider";*/
.slider-homepage {
  /*.slider-pager {
		top: auto;
		bottom:0px;
	}

	.slider-nav {
		a {
			top:50%;
			margin-top:-23px;
		}
	}*/ }
  .slider-homepage .items {
    position: relative;
    margin-bottom: 20px;
    height: 618px; }
    .slider-homepage .items .bg-img {
      background-size: cover;
      height: 618px; }
      @media only screen and (max-width: 767px) {
        .slider-homepage .items .bg-img {
          height: 618px; } }
    .slider-homepage .items .barra-bottom {
      position: absolute;
      bottom: -1px;
      left: 126px;
      width: 9px;
      height: 80px;
      background: #e8e8e8; }
    .slider-homepage .items .barra-top {
      position: absolute;
      top: 0;
      left: 126px;
      width: 9px;
      height: 152px;
      background: #e8e8e8; }
    .slider-homepage .items .barra-L {
      position: absolute;
      top: 0;
      left: 126px;
      width: 9px;
      height: 121px;
      background: #e8e8e8; }
      .slider-homepage .items .barra-L:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 73px;
        height: 9px;
        background-color: #e8e8e8; }
  .slider-homepage .slider {
    height: 618px; }
    .slider-homepage .slider .slick-next {
      right: 0;
      background: url(../../images/arrow-right.png) no-repeat left top;
      width: 55px;
      height: 55px; }
      @media only screen and (max-width: 767px) {
        .slider-homepage .slider .slick-next {
          display: none !important; } }
      .slider-homepage .slider .slick-next:before {
        display: none; }
      .slider-homepage .slider .slick-next.slick-disabled {
        display: none !important; }
    .slider-homepage .slider .slick-prev {
      left: 0;
      z-index: 200;
      background: url(../../images/arrow-left.png) no-repeat left top;
      width: 55px;
      height: 55px; }
      @media only screen and (max-width: 767px) {
        .slider-homepage .slider .slick-prev {
          display: none !important; } }
      .slider-homepage .slider .slick-prev:before {
        display: none; }
      .slider-homepage .slider .slick-prev.slick-disabled {
        display: none !important; }
    .slider-homepage .slider .slick-dots {
      bottom: 80px;
      display: inline-block;
      width: auto;
      border-bottom: 1px solid #fff;
      height: 24px;
      margin-left: 129px;
      padding-left: 0 !important; }
      @media only screen and (max-width: 767px) {
        .slider-homepage .slider .slick-dots {
          margin-left: 30px; } }
      .slider-homepage .slider .slick-dots:after {
        content: '';
        position: absolute;
        right: 0;
        top: 19px;
        width: 4px;
        height: 12px;
        background-color: #fff; }
      .slider-homepage .slider .slick-dots li {
        background-color: #fff;
        border-radius: 50px;
        width: 8px;
        height: 8px;
        margin-right: 37px;
        left: -10px; }
        .slider-homepage .slider .slick-dots li.slick-active {
          width: 0;
          height: 0;
          border: 20px solid transparent;
          border-bottom-color: #fff;
          position: relative;
          top: -16px;
          background: none;
          border-radius: 0;
          left: -20px; }
        .slider-homepage .slider .slick-dots li.slick-active:after {
          content: '';
          position: absolute;
          left: -20px;
          top: 20px;
          width: 0;
          height: 0;
          border: 20px solid transparent;
          border-top-color: #fff;
          background-color: none; }
        @media only screen and (max-width: 767px) {
          .slider-homepage .slider .slick-dots li {
            margin-right: 20px; } }
    .slider-homepage .slider .item {
      position: relative;
      height: 618px;
      background-size: cover; }
      .slider-homepage .slider .item .content-wrap {
        position: absolute;
        top: 170px;
        left: 106px;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .slider-homepage .slider .item .content-wrap {
            position: relative;
            top: 35%;
            left: 0;
            bottom: auto;
            /*margin: 82px 15px 0 15px;*/
            margin: 0 20px; } }
        .slider-homepage .slider .item .content-wrap h2 {
          font: 7.2em/1 "aaux_problackregular", Helvetica, Arial, sans-serif;
          margin-bottom: 5px;
          color: #fff; }
          @media only screen and (max-width: 1023px) {
            .slider-homepage .slider .item .content-wrap h2 {
              font-size: 6.5em; } }
          @media only screen and (max-width: 767px) {
            .slider-homepage .slider .item .content-wrap h2 {
              font-size: 5.96em; } }
          @media screen and (max-width: 470px) {
            .slider-homepage .slider .item .content-wrap h2 {
              font-size: 3.6em;
              letter-spacing: -1px; } }
        .slider-homepage .slider .item .content-wrap .text {
          font: 1.8em/1.3em "aaux_bold", Helvetica, Arial, sans-serif;
          margin: 0;
          padding: 0;
          color: #fff;
          width: 50%; }
          @media only screen and (max-width: 1023px) {
            .slider-homepage .slider .item .content-wrap .text {
              width: 80%;
              font-size: 1.7em; } }
          @media only screen and (max-width: 767px) {
            .slider-homepage .slider .item .content-wrap .text {
              /*font-size: 1.49em;*/
              width: 100%; } }
          @media screen and (max-width: 470px) {
            .slider-homepage .slider .item .content-wrap .text {
              font-size: 1.6em;
              line-height: 1.2em; } }
        .slider-homepage .slider .item .content-wrap a {
          background: none;
          border: #c6c9d1 1px solid;
          color: #fff;
          padding: 11px 24px 11px 11px;
          display: inline-block;
          font: 1.6em/1 "aaux_bold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          margin-top: 19px; }
          @media only screen and (max-width: 767px) {
            .slider-homepage .slider .item .content-wrap a {
              font-size: 1.4em;
              margin-top: 10px; } }
          .slider-homepage .slider .item .content-wrap a:before {
            content: "\e607";
            display: inline-block;
            font: 0.9em "cgdbi-icons";
            padding-right: 10px; }
  .slider-homepage li {
    height: 618px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1280px) {
      .slider-homepage li {
        background-size: auto; } }
    @media only screen and (max-width: 540px) {
      .slider-homepage li {
        background-size: cover; } }
    @media only screen and (max-width: 767px) {
      .slider-homepage li {
        height: 500px;
        /*padding-bottom: 40px;*/ } }
  .slider-homepage .pontos {
    margin: auto;
    display: inline-block;
    line-height: 618px; }
    @media only screen and (max-width: 767px) {
      .slider-homepage .pontos {
        display: none; } }
    .slider-homepage .pontos img {
      width: 100%;
      height: auto; }
  .slider-homepage .content-wrap {
    position: absolute;
    top: 170px;
    left: 106px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .slider-homepage .content-wrap {
        position: relative;
        top: 35%;
        left: 0;
        bottom: auto;
        /*margin: 82px 15px 0 15px;*/
        margin: 0 20px; } }
    .slider-homepage .content-wrap h2 {
      font: 7.2em/1 "aaux_problackregular", Helvetica, Arial, sans-serif;
      margin-bottom: 5px;
      color: #fff; }
      @media only screen and (max-width: 1023px) {
        .slider-homepage .content-wrap h2 {
          font-size: 6.5em; } }
      @media only screen and (max-width: 767px) {
        .slider-homepage .content-wrap h2 {
          font-size: 5.96em; } }
      @media screen and (max-width: 470px) {
        .slider-homepage .content-wrap h2 {
          font-size: 3.6em;
          letter-spacing: -1px; } }
    .slider-homepage .content-wrap .text {
      font: 1.8em/1.3em "aaux_bold", Helvetica, Arial, sans-serif;
      margin: 0;
      padding: 0;
      color: #fff;
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        .slider-homepage .content-wrap .text {
          width: 80%;
          font-size: 1.7em; } }
      @media only screen and (max-width: 767px) {
        .slider-homepage .content-wrap .text {
          /*font-size: 1.49em;*/
          width: 100%; } }
      @media screen and (max-width: 470px) {
        .slider-homepage .content-wrap .text {
          font-size: 1.6em;
          line-height: 1.2em; } }
    .slider-homepage .content-wrap a {
      background: none;
      border: #c6c9d1 1px solid;
      color: #fff;
      padding: 11px 24px 11px 11px;
      display: inline-block;
      font: 1.6em/1 "aaux_bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-top: 19px; }
      @media only screen and (max-width: 767px) {
        .slider-homepage .content-wrap a {
          font-size: 1.4em;
          margin-top: 10px; } }
      .slider-homepage .content-wrap a:before {
        content: "\e607";
        display: inline-block;
        font: 0.9em "cgdbi-icons";
        padding-right: 10px; }

/*CONTENT*/
.content h3 {
  font: 1.2em/1 "aaux_problackregular", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  color: #94a2ac;
  text-transform: uppercase; }

.content .intro .box {
  margin-right: 0;
  width: 100%;
  float: none; }

.content .intro h2 {
  font: 2.8em/1.1em "aaux_problackregular", Helvetica, Arial, sans-serif;
  color: #1e1e1e;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .content .intro h2 {
      font-size: 3.9em; } }
  @media only screen and (max-width: 540px) {
    .content .intro h2 {
      font-size: 2.8em;
      line-height: 1.1em; } }
  .content .intro h2 > a {
    color: #1e1e1e; }

.content .intro p {
  font: 1.4em/1.2em "aaux_promediumregular", Helvetica, Arial, sans-serif;
  color: #94a2ac;
  height: auto;
  overflow: hidden; }

