.img-focus {
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  max-width: none;
  z-index: 100000;
  position: relative; }
  .img-focus:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/calibri/Calibri.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url("../fonts/GOTHAM-BLACK/GOTHAM-BLACK.OTF");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-dinregular';
  src: url("../fonts/d-din.woff2") format("woff2"), url("../fonts/d-din.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'metropolisregular';
  src: url("../fonts/metropolis-regular.woff2") format("woff2"), url("../fonts/metropolis-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'barmenobold';
  src: url("../fonts/barmeno-bold_0ec6bfeb808b9ad24ccb494e60c694ed-webfont.woff2") format("woff2"), url("../fonts/barmeno-bold_0ec6bfeb808b9ad24ccb494e60c694ed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'metropolisbold';
  src: url("../fonts/metropolis-bold.woff2") format("woff2"), url("../fonts/metropolis-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-dindin-bold';
  src: url("../fonts/d-din-bold.woff2") format("woff2"), url("../fonts/d-din-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-din_condensedregular';
  src: url("../fonts/d-dincondensed.woff2") format("woff2"), url("../fonts/d-dincondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-din_condenseddinCnBd';
  src: url("../fonts/d-dincondensed-bold.woff2") format("woff2"), url("../fonts/d-dincondensed-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-din_expregular';
  src: url("../fonts/d-dinexp.woff2") format("woff2"), url("../fonts/d-dinexp.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-din_expdinexp-bold';
  src: url("../fonts/d-dinexp-bold.woff2") format("woff2"), url("../fonts/d-dinexp-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-din_expdinexp-italic';
  src: url("../fonts/d-dinexp-italic.woff2") format("woff2"), url("../fonts/d-dinexp-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'd-dindin-italic';
  src: url("../fonts/d-din-italic.woff2") format("woff2"), url("../fonts/d-din-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'metropolislight';
  src: url("../fonts/metropolis-light-webfont.woff2") format("woff2"), url("../fonts/metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  overflow-x: hidden; }

.menu-tablet {
  position: absolute;
  left: 0px;
  right: 0px; }
  @media (max-width: 767px) {
    .menu-tablet {
      display: none; } }
  .menu-tablet .menu-conteudo-tablet {
    margin-top: 48px;
    float: right; }
  .menu-tablet ul li {
    display: inline-block;
    padding: 3px 5px 3px 5px; }
    .menu-tablet ul li a {
      width: 421px;
      height: 16px;
      font-family: 'Comfortaa-Regular';
      font-size: 17px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      text-decoration: none; }
      .menu-tablet ul li a:hover {
        border-bottom: 4px solid #ddd; }
  .menu-tablet .divBusca-top .lupa1 {
    font-size: 20px;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-color: transparent;
    height: 18px;
    width: 30px;
    border: none; }
  .menu-tablet .divBusca-top input[type='text'] {
    border: none;
    width: 100px;
    border-bottom: 2px solid #fff;
    background-color: transparent; }

.menu-fixo {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(49, 49, 49, 0.3);
  z-index: 100100; }
  .menu-fixo:hover {
    opacity: 1; }
  .menu-fixo .barra-superior {
    background-color: #2d2d2d; }
    .menu-fixo .barra-superior .traco {
      border-right: 2px solid #707070;
      width: 100%;
      height: 50px; }
    .menu-fixo .barra-superior img.wpp {
      width: 13%;
      padding: 10px 0px;
      float: right; }
    .menu-fixo .barra-superior img.redes {
      width: 24%;
      float: right;
      padding: 10px 0px;
      margin: 0px 33px; }
    .menu-fixo .barra-superior .fb {
      width: 5%;
      float: right;
      margin: 10px 20px 0px 20px; }
    .menu-fixo .barra-superior .inst {
      width: 10%;
      float: right;
      margin: 10px 10px 0px 20px; }
    .menu-fixo .barra-superior p {
      font-family: 'DIN-Bold';
      font-size: 16.5px;
      color: #e6e6e6;
      letter-spacing: 1px;
      margin: 13px 10px;
      float: right; }
  .menu-fixo .topo .logo img {
    margin: 13px 17px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .menu-fixo .topo .logo img {
        width: 65%;
        padding: 7px; } }
  .menu-fixo .topo ul {
    margin-top: 17px;
    float: right; }
    .menu-fixo .topo ul li {
      display: inline-block;
      padding: 3px 5px 3px 5px; }
      .menu-fixo .topo ul li .drop a {
        font-family: 'd-din_condensedregular';
        font-size: 15px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        text-align: left;
        color: #313131;
        text-decoration: none;
        font-weight: bold; }
        .menu-fixo .topo ul li .drop a:hover {
          text-decoration: underline; }
        .menu-fixo .topo ul li .drop a .seta_baixo_vermelha {
          color: #313131;
          font-size: 10px;
          writing-mode: tb-rl;
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg); }
      .menu-fixo .topo ul li .drop .dropdown-menu {
        text-align: left;
        padding: 5px;
        border: none;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none; }
        .menu-fixo .topo ul li .drop .dropdown-menu .dropdown-item {
          padding-left: 15px;
          white-space: nowrap; }
          .menu-fixo .topo ul li .drop .dropdown-menu .dropdown-item:hover {
            background-image: url("../img/bg_menu.gif");
            background-repeat: no-repeat;
            background-position: left center; }
      .menu-fixo .topo ul li a {
        font-family: 'd-din_condensedregular';
        font-size: 15px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        text-align: left;
        color: #313131;
        text-decoration: none;
        font-weight: bold; }
        .menu-fixo .topo ul li a:hover {
          text-decoration: underline; }
  @media (max-width: 767px) {
    .menu-fixo {
      display: none !important; } }

.top-mob {
  text-align: center;
  display: none;
  text-align: center;
  position: fixed;
  text-align: center;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  padding: 10px;
  box-shadow: -1px 2px 20px 0px #b7b7b7; }
  .top-mob img {
    display: inline-block; }
  @media (max-width: 767px) {
    .top-mob {
      display: none;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .top-mob {
      display: block;
      text-align: center; } }

@media (max-width: 767px) {
  .logo-mobile {
    position: fixed;
    left: -500px;
    height: auto;
    bottom: 0px;
    right: auto;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
    text-align: center;
    padding: 10px; }
    .logo-mobile .espaco img {
      width: 37%; } }
.logo-mobile .itens {
  z-index: 999;
  text-align: center;
  overflow: hidden;
  display: none; }
  @media (max-width: 767px) {
    .logo-mobile .itens {
      display: block;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .logo-mobile .itens {
      display: block;
      text-align: center; } }
  .logo-mobile .itens ul {
    padding: 38px 0px; }
    .logo-mobile .itens ul li {
      padding: 8px 0px 8px 0px;
      list-style: none;
      text-decoration: none;
      width: 100%;
      text-align: center; }
      .logo-mobile .itens ul li a {
        font-family: 'd-din_condensedregular';
        font-size: 22px;
        color: #313131;
        text-transform: uppercase;
        text-decoration: none; }
        .logo-mobile .itens ul li a:hover {
          border-bottom: 2px solid #ddd; }
    .logo-mobile .itens ul p {
      font-family: 'Lato', sans-serif;
      color: #fff;
      text-align: left;
      font-size: 20px;
      white-space: nowrap;
      text-align: center; }
  .logo-mobile .itens .site {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #c9b5e0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px; }
    .logo-mobile .itens .site a {
      color: #c9b5e0;
      font-family: 'Ubuntu', sans-serif;
      font-size: 15px; }
    .logo-mobile .itens .site p {
      color: #c9b5e0;
      font-family: 'Ubuntu', sans-serif;
      font-size: 16px; }
  .logo-mobile .itens .dados-rodape {
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-align: center; }
    .logo-mobile .itens .dados-rodape a {
      color: #fff;
      font-family: 'Muli', sans-serif;
      font-size: 16px; }
    .logo-mobile .itens .dados-rodape img {
      padding: 0px; }

.menu-mobile {
  display: none;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .menu-mobile {
      display: block;
      background-image: url(../img/menu-mobile.png);
      width: 36px;
      height: 36px;
      position: fixed;
      top: 17px;
      left: 312px;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: cover; } }

.menu {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu {
      z-index: inherit; } }
  .menu .logo-menu {
    margin-top: 20px; }
  .menu .barra-superior {
    background-color: #2d2d2d;
    padding: 15px; }
    .menu .barra-superior .traco {
      border-right: 2px solid #707070;
      width: 100%;
      height: 50px; }
    .menu .barra-superior img.wpp {
      width: 13%;
      padding: 10px 0px;
      float: right; }
    .menu .barra-superior img.redes {
      width: 24%;
      float: right;
      padding: 10px 0px;
      margin: 0px 33px; }
    .menu .barra-superior .fb {
      width: 5%;
      float: right;
      margin: 10px 20px 0px 20px; }
    .menu .barra-superior .inst {
      width: 10%;
      float: right;
      margin: 10px 10px 0px 20px; }
    .menu .barra-superior p {
      font-family: 'DIN-Bold';
      font-size: 16.5px;
      color: #e6e6e6;
      letter-spacing: 1px;
      margin: 13px 10px;
      float: right; }
  .menu .altura-menu {
    padding: 0px 0px; }
    .menu .altura-menu .logo-menu {
      margin: 13px 17px; }
    @media (max-width: 767px) {
      .menu .altura-menu {
        display: none; } }
    .menu .altura-menu ul.menu-conteudo {
      margin-top: 28px;
      float: left;
      margin-left: 0;
      padding-left: 0; }
      .menu .altura-menu ul.menu-conteudo li {
        display: inline-block;
        padding: 3px 5px 3px 5px;
        margin: 0px 0px; }
        .menu .altura-menu ul.menu-conteudo li a {
          font-family: 'metropolisregular';
          font-size: 13px;
          letter-spacing: 1.4px;
          text-transform: uppercase;
          text-align: left;
          color: #ffffff;
          text-decoration: none; }
          .menu .altura-menu ul.menu-conteudo li a:hover {
            text-decoration: underline; }
          .menu .altura-menu ul.menu-conteudo li a img {
            height: 23px; }
          .menu .altura-menu ul.menu-conteudo li a .seta_baixo_vermelha {
            color: #ffffff;
            font-size: 10px;
            writing-mode: tb-rl;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg); }
        .menu .altura-menu ul.menu-conteudo li .span_tel {
          font-family: 'gothamblack';
          font-size: 16px;
          color: #ffffff; }
        .menu .altura-menu ul.menu-conteudo li .dropdown-menu {
          text-align: left;
          padding: 5px;
          border: none;
          background: rgba(255, 255, 255, 0.1);
          box-shadow: none; }
          .menu .altura-menu ul.menu-conteudo li .dropdown-menu .dropdown-item {
            padding-left: 15px;
            white-space: nowrap; }
            .menu .altura-menu ul.menu-conteudo li .dropdown-menu .dropdown-item:hover {
              background-image: url("../img/bg_menu.gif");
              background-repeat: no-repeat;
              background-position: left center; }
  .menu .divBusca-top .lupa1 {
    font-size: 20px;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-color: transparent;
    height: 18px;
    width: 30px;
    border: none; }
  .menu .divBusca-top input[type='text'] {
    border: none;
    width: 100px;
    border-bottom: 2px solid #fff;
    background-color: transparent; }

/* Styles Home */
.banner_principal {
  height: 850px;
  background-color: #263238;
  z-index: 0;
  margin: 0;
  padding: 0;
  margin-top: -10%; }
  @media (max-width: 767px) {
    .banner_principal {
      height: 950px;
      text-align: center;
      margin-top: -150px; } }
  .banner_principal .swiper {
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media (max-width: 767px) {
      .banner_principal .swiper {
        height: 950px;
        margin: 0;
        padding: 0; } }
    .banner_principal .swiper .swiper-button-prev {
      background-color: #263238;
      color: #ffffff;
      padding: 33px 36px; }
    .banner_principal .swiper .swiper-button-next {
      background-color: #263238;
      color: #ffffff;
      padding: 33px 36px; }
    .banner_principal .swiper .swiper-pagination-bullet-active {
      background-color: #ffffff !important; }
  .banner_principal .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0; }
  .banner_principal .barra_logo {
    height: 100%;
    text-align: left;
    padding: 10% 8%; }
    @media (max-width: 767px) {
      .banner_principal .barra_logo {
        height: 350px;
        text-align: center;
        margin-top: -380px !important; } }
    .banner_principal .barra_logo a {
      text-decoration: none; }
      .banner_principal .barra_logo a img {
        width: 100%; }
        @media (max-width: 767px) {
          .banner_principal .barra_logo a img {
            width: 50%;
            margin-top: 20px; } }
    .banner_principal .barra_logo h1 {
      font-family: 'gothamblack';
      font-size: 32px;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 34px;
      text-align: left;
      margin-top: 50px;
      width: 100%; }
      @media (max-width: 767px) {
        .banner_principal .barra_logo h1 {
          font-size: 25px;
          line-height: 30px;
          text-align: center; } }
    .banner_principal .barra_logo .bt_banner {
      display: inline-block;
      font-family: 'metropolisregular';
      font-size: 16px;
      text-transform: uppercase;
      color: #ffffff;
      padding: 15px 20px;
      border: 2px solid #ffffff;
      background-color: #263238;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .banner_principal .barra_logo .bt_banner {
          font-size: 14px;
          margin-bottom: 20px; } }
      .banner_principal .barra_logo .bt_banner:hover {
        background-color: #ffffff;
        color: #263238;
        border: 2px solid #ffffff; }
  .banner_principal .foto_slider {
    height: 100%;
    background-image: url("../img/banner01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .banner_principal .foto_slider {
        height: 350px;
        text-align: center;
        display: none; } }

.institucional {
  height: 550px;
  padding: 0; }
  .institucional .b01 {
    height: 100%;
    background-color: #e6e6e6; }
    @media (max-width: 767px) {
      .institucional .b01 {
        display: none; } }
  .institucional .b02 {
    height: 100%;
    background-color: #e6e6e6;
    padding-top: 100px;
    padding-right: 152px;
    text-align: left; }
    @media (max-width: 767px) {
      .institucional .b02 {
        height: 50%;
        padding-top: 10px;
        padding-right: 10px;
        text-align: justify; } }
    .institucional .b02 hr {
      width: 5%;
      color: #000000;
      border: 2px solid #000000;
      margin-top: 20px;
      margin-bottom: 20px;
      float: left;
      display: inline-block;
      clear: both; }
      @media (max-width: 767px) {
        .institucional .b02 hr {
          width: 15%;
          margin-bottom: 5px; } }
    .institucional .b02 .txt_institucional {
      font-family: 'metropolislight';
      font-size: 18px;
      color: #262626;
      line-height: 28px;
      clear: both; }
      @media (max-width: 767px) {
        .institucional .b02 .txt_institucional {
          font-size: 14px;
          text-align: justify;
          line-height: 22px; } }
  .institucional .b03 {
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    padding-top: 70px; }
    .institucional .b03 img {
      width: 65%; }
      .institucional .b03 img:hover {
        width: 75%; }
    @media (max-width: 767px) {
      .institucional .b03 {
        height: 50%;
        padding: 3%; }
        .institucional .b03 img {
          width: 75%; }
          .institucional .b03 img:hover {
            width: 85%; } }
  .institucional .b04 {
    height: 100%;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .institucional .b04 {
        display: none; } }

.bg_automovel {
  padding: 0;
  height: 500px;
  background-image: url("../img/bg_automovel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bg_automovel:hover {
    opacity: 90%; }
  @media (max-width: 767px) {
    .bg_automovel {
      height: 350px; } }

.estrutura {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .estrutura {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .estrutura .box_estrutura {
    height: 65px;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .estrutura .box_estrutura {
        height: 50px;
        margin-bottom: 50px; } }
    .estrutura .box_estrutura a {
      display: block;
      text-decoration: none;
      border: 0px solid #000000;
      overflow: hidden; }
      .estrutura .box_estrutura a img {
        height: 75px;
        float: left;
        margin-right: 20px; }
        @media (max-width: 767px) {
          .estrutura .box_estrutura a img {
            height: 60px; } }
      .estrutura .box_estrutura a span {
        font-family: "metropolisregular";
        color: #1a1a1a;
        float: left;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px; }
        @media (max-width: 767px) {
          .estrutura .box_estrutura a span {
            font-size: 12px;
            line-height: 16px; } }

.eventos {
  padding: 0;
  margin: 0;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .eventos {
      margin-top: 0px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .eventos h2 {
    font-family: "metropolislight";
    font-size: 45px;
    text-transform: uppercase;
    padding-left: 100px;
    color: #263238;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .eventos h2 {
        font-size: 24px;
        padding-left: 00px;
        text-align: center; } }
  .eventos hr {
    width: 25%;
    color: #e19b01;
    border: 2px solid #e19b01;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
    clear: both; }
    @media (max-width: 767px) {
      .eventos hr {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px; } }
  .eventos .global_eventos {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .eventos .global_eventos {
        margin-top: 50px; } }
    .eventos .global_eventos .box_evento {
      padding: 0;
      margin: 0;
      height: 450px;
      background-image: url("../img/ev01.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 767px) {
        .eventos .global_eventos .box_evento {
          height: 350px; } }
      .eventos .global_eventos .box_evento .tarja_evento {
        padding: 0;
        margin: 0;
        margin-top: 388px;
        display: none; }
        .eventos .global_eventos .box_evento .tarja_evento .titulo_evento {
          background-color: #e6e6e6;
          opacity: 90%;
          padding: 15px 30px;
          font-family: 'metropolisbold';
          font-size: 22px;
          text-transform: uppercase;
          color: #1a1a1a; }
        .eventos .global_eventos .box_evento .tarja_evento .data_evento {
          background-color: #263238;
          padding: 10px 20px;
          font-family: 'gothamblack';
          font-size: 29px;
          text-transform: uppercase;
          color: #ffffff;
          text-align: center; }

.barra_todos {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .barra_todos .ver_todos {
    padding: 0;
    margin: 0; }
    .barra_todos .ver_todos a {
      background-color: #263238;
      padding: 10px 20px;
      font-family: 'gothamblack';
      font-size: 29px;
      text-transform: uppercase;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      text-align: center; }
      .barra_todos .ver_todos a:hover {
        background-color: #ffffff;
        color: #263238; }

.barra_fundacao {
  margin: 0;
  padding: 0;
  padding-bottom: 50px; }
  .barra_fundacao .txt_fundacao {
    margin: 0;
    padding: 0;
    font-family: "metropolisregular";
    color: #262626;
    font-size: 18px;
    line-height: 35px;
    text-align: justify; }
    @media (max-width: 767px) {
      .barra_fundacao .txt_fundacao {
        font-size: 16px;
        line-height: 24px; } }

.bg_bancos {
  height: 650px;
  margin: 0;
  padding: 0;
  background-image: url("../img/bg_bancos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .bg_bancos:hover {
    opacity: 90%; }
  @media (max-width: 767px) {
    .bg_bancos {
      height: 350px; } }

.celebre {
  padding: 0;
  margin: 0;
  margin-top: 80px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .celebre {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .celebre h2 {
    font-family: "metropolislight";
    font-size: 45px;
    text-transform: uppercase;
    padding-left: 100px;
    color: #263238;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .celebre h2 {
        font-size: 24px;
        padding-left: 00px;
        text-align: center; } }
  .celebre hr {
    width: 25%;
    color: #e19b01;
    border: 2px solid #e19b01;
    margin-bottom: 50px;
    float: left;
    display: inline-block;
    clear: both; }

.global_categorias {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  .global_categorias .swiper {
    width: 100%;
    height: 100%;
    z-index: 0; }
  .global_categorias .swiper-button-prev {
    background-color: #263238;
    color: #ffffff;
    padding: 33px 36px; }
  .global_categorias .swiper-button-next {
    background-color: #263238;
    color: #ffffff;
    padding: 33px 36px; }
  .global_categorias .swiper-pagination-bullet-active {
    background-color: #263238 !important; }
  .global_categorias .categoria {
    padding: 5px; }
    .global_categorias .categoria a {
      overflow: hidden;
      display: block;
      width: 100%;
      background-color: #fafafa;
      text-align: center;
      padding: 22px 10px;
      font-family: "metropolisregular";
      font-size: 18px;
      color: #1a1a1a;
      text-transform: uppercase;
      text-decoration: none; }
      .global_categorias .categoria a:hover {
        background-color: #ececec; }
      @media (max-width: 767px) {
        .global_categorias .categoria a {
          font-size: 16px; } }
      .global_categorias .categoria a img {
        height: 35px;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .global_categorias .categoria a img {
            height: 25px; } }

.agenda {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .agenda h2 {
    font-family: "metropolislight";
    font-size: 45px;
    text-transform: uppercase;
    padding-left: 100px;
    color: #263238;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .agenda h2 {
        font-size: 24px;
        padding-left: 00px;
        text-align: center; } }
  .agenda hr {
    width: 10%;
    color: #e19b01;
    border: 2px solid #e19b01;
    margin-bottom: 50px;
    float: left;
    display: inline-block;
    clear: both; }

.bg_salao {
  height: 650px;
  margin: 0;
  padding: 0;
  background-image: url("../img/bg_salao.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .bg_salao:hover {
    opacity: 90%; }
  @media (max-width: 767px) {
    .bg_salao {
      height: 350px; } }

.contato {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .contato {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .contato h2 {
    font-family: "metropolislight";
    font-size: 45px;
    text-transform: uppercase;
    padding-left: 100px;
    color: #263238;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .contato h2 {
        font-size: 24px;
        padding-left: 00px;
        text-align: center;
        margin-bottom: 5px; } }
  .contato hr {
    width: 10%;
    color: #e19b01;
    border: 2px solid #e19b01;
    margin-bottom: 50px;
    float: left;
    display: inline-block;
    clear: both; }
  .contato .global_contato {
    margin: 0;
    padding: 0;
    height: 750px; }
    @media (max-width: 767px) {
      .contato .global_contato {
        height: 1350px; } }
    .contato .global_contato .b01 {
      height: 100%; }
      @media (max-width: 767px) {
        .contato .global_contato .b01 {
          display: none; } }
    .contato .global_contato .b02 {
      height: 100%; }
      @media (max-width: 767px) {
        .contato .global_contato .b02 {
          height: 50%; } }
      .contato .global_contato .b02 .txt_contato {
        font-family: "metropolislight";
        font-size: 18px;
        color: #262626;
        text-align: justify;
        line-height: 35px;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 .txt_contato {
            clear: both;
            margin-top: 50px;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px; } }
      .contato .global_contato .b02 label {
        font-family: "metropolislight";
        font-size: 16px;
        color: #262626;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 label {
            font-size: 12px; } }
      .contato .global_contato .b02 input[type=text] {
        width: 100%;
        padding: 8px 8px;
        border: none;
        border: 1px solid #263238;
        font-family: 'metropolisregular';
        font-size: 14px;
        color: #4c4c4c;
        background: none;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 input[type=text] {
            font-size: 12px;
            padding: 2px 2px; } }
      .contato .global_contato .b02 textarea {
        width: 100%;
        padding: 8px 8px;
        border: none;
        border: 1px solid #263238;
        font-family: 'metropolisregular';
        font-size: 16px;
        color: #4c4c4c;
        background: none; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 textarea {
            font-size: 12px; } }
      .contato .global_contato .b02 input[type=submit] {
        font-family: 'gothamblack';
        font-size: 14px;
        color: #ffffff;
        display: inline-block;
        padding: 10px 40px;
        border: 1px solid #4d4d4d;
        text-decoration: none;
        background-color: #4d4d4d;
        margin-top: 20px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 input[type=submit] {
            padding: 5px 20px; } }
        .contato .global_contato .b02 input[type=submit]:hover {
          text-decoration: none;
          color: #4d4d4d;
          border: 1px solid #ffffff;
          background-color: #ffffff; }
      .contato .global_contato .b02 input[type=reset] {
        font-family: 'gothamblack';
        font-size: 14px;
        color: #ffffff;
        display: inline-block;
        padding: 10px 40px;
        border: 1px solid #4d4d4d;
        text-decoration: none;
        background-color: #4d4d4d;
        margin-top: 20px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 input[type=reset] {
            padding: 5px 20px; } }
        .contato .global_contato .b02 input[type=reset]:hover {
          text-decoration: none;
          color: #4d4d4d;
          border: 1px solid #ffffff;
          background-color: #ffffff; }
      .contato .global_contato .b02 .cel_bt_cont {
        text-align: right; }
        @media (max-width: 767px) {
          .contato .global_contato .b02 .cel_bt_cont {
            text-align: center; } }
    .contato .global_contato .b03 {
      height: 100%; }
      @media (max-width: 767px) {
        .contato .global_contato .b03 {
          height: 50%;
          padding: 0; } }
    .contato .global_contato .b04 {
      height: 100%; }
      @media (max-width: 767px) {
        .contato .global_contato .b04 {
          display: none; } }

.footer {
  background-color: #263238;
  padding-top: 80px;
  padding-bottom: 50px;
  border-bottom: 3px solid #ffffff; }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    .footer .b02 {
      text-align: center; } }
  .footer .b02 a {
    text-decoration: none; }
    .footer .b02 a img {
      width: 100%; }
      @media (max-width: 767px) {
        .footer .b02 a img {
          width: 50%;
          margin-bottom: 20px; } }
  .footer .b03 {
    padding-left: 50px; }
    @media (max-width: 767px) {
      .footer .b03 {
        padding-left: 0px; } }
    .footer .b03 .frase_footer {
      font-family: 'gothamblack';
      font-size: 28px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .footer .b03 .frase_footer {
          font-size: 24px;
          text-align: center; } }
    .footer .b03 p {
      font-family: 'metropolislight';
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .footer .b03 p {
          font-size: 14px;
          text-align: center; } }
      .footer .b03 p img {
        height: 20px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .footer .b03 p img {
            height: 15px;
            display: inline-block; } }
    .footer .b03 .footer_social {
      text-align: right;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .footer .b03 .footer_social {
          height: 15px;
          text-align: center; } }
      .footer .b03 .footer_social a {
        text-decoration: none; }
        .footer .b03 .footer_social a img {
          height: 30px;
          margin-left: 3px; }

.copy {
  background-color: #263238;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'metropolislight';
  font-size: 13px;
  color: #808080;
  text-align: center; }

#subirTopo {
  text-decoration: none;
  bottom: 30px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  border: 0;
  background-color: rgba(49, 49, 49, 0.18);
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.13); }

#subirTopo:hover {
  opacity: 1; }

.interna {
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .interna {
      padding-bottom: 0px; } }
  .interna h1 {
    font-family: 'GOTHAM-BLACK';
    font-size: 56px;
    text-transform: uppercase;
    color: #313131;
    text-align: center;
    margin: 50px 0px; }
    @media (max-width: 767px) {
      .interna h1 {
        font-size: 36px; } }
  .interna p {
    font-family: 'calibri';
    font-size: 16px;
    color: #888685;
    padding: 0px 10px;
    line-height: 20px;
    margin-bottom: 20px; }
  .interna .box_quemsomos {
    background-color: #e0ddd8;
    margin: 0px 5px;
    padding: 40px 24px;
    background-image: url("../img/traco_interna.gif");
    background-repeat: no-repeat;
    background-position: 23px 30px;
    min-height: 232px;
    margin-bottom: 40px; }
    .interna .box_quemsomos div {
      font-family: 'GOTHAM-BLACK';
      font-size: 16px;
      text-transform: uppercase;
      color: #0f7299;
      line-height: 20px; }
    .interna .box_quemsomos p {
      font-family: 'calibri';
      font-size: 15px;
      color: #535353;
      line-height: 20px;
      padding: 0;
      padding-right: 10px;
      margin-top: 5px; }
  .interna .box_diferenciais {
    text-align: center; }
    .interna .box_diferenciais .itens_diferenciais {
      display: block;
      border: 0px solid #31313131;
      padding: 136px 0px 0px 0px;
      height: 218px;
      background-image: url("../img/icon_diferenciais.jpg");
      background-repeat: no-repeat;
      background-position: center 20px;
      font-family: 'GOTHAM-BLACK';
      font-size: 14px;
      text-transform: uppercase;
      color: #7b6a57;
      line-height: 17px;
      padding-right: 15px;
      padding-left: 15px;
      text-decoration: none;
      margin-bottom: 20px; }
      .interna .box_diferenciais .itens_diferenciais:hover {
        background-image: url("../img/icon_diferenciaisb.jpg"); }
  .interna .box_gestaomoderna {
    background-image: url("../img/bg_gestaomoderna.gif");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 352px;
    padding: 0px; }
    @media (max-width: 767px) {
      .interna .box_gestaomoderna {
        background: none; } }
    .interna .box_gestaomoderna .itens_gestaomoderna {
      padding: 0px;
      margin: 0px; }
      .interna .box_gestaomoderna .itens_gestaomoderna img {
        margin-bottom: 10px; }
      .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_01 {
        padding: 16px 63px 0px 14px !important; }
        @media (max-width: 767px) {
          .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_01 {
            padding: 0px 0px 0px 0px !important;
            text-align: center !important;
            margin-bottom: 40px; } }
      .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_02 {
        padding: 16px 63px 0px 33px !important; }
        @media (max-width: 767px) {
          .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_02 {
            padding: 0px 0px 0px 0px !important;
            text-align: center !important;
            margin-bottom: 40px; } }
      .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_03 {
        padding: 16px 47px 0px 38px !important; }
        @media (max-width: 767px) {
          .interna .box_gestaomoderna .itens_gestaomoderna .item_gestao_03 {
            padding: 0px 0px 0px 0px !important;
            text-align: center !important;
            margin-bottom: 40px; } }
      .interna .box_gestaomoderna .itens_gestaomoderna div {
        font-family: 'GOTHAM-BLACK';
        font-size: 16px;
        color: #0f7299;
        line-height: 18px;
        padding-right: 15px;
        margin: 5px 0px; }
      .interna .box_gestaomoderna .itens_gestaomoderna p {
        font-family: 'calibri';
        font-size: 15px;
        color: #615f5e;
        line-height: 15px;
        padding: 0px;
        margin: 0px; }
  .interna .box_servicos {
    background-image: url("../img/bg_servicos.gif");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 509px;
    padding: 0px; }
    @media (max-width: 767px) {
      .interna .box_servicos {
        background: none; } }
    .interna .box_servicos .itens_servicos {
      padding: 0px;
      margin: 0px;
      text-align: center; }
    .interna .box_servicos img {
      margin-bottom: 15px; }
    .interna .box_servicos .item_servico_01 {
      padding: 15px 57px 0px 40px !important; }
      @media (max-width: 767px) {
        .interna .box_servicos .item_servico_01 {
          padding: 0px 0px 0px 0px !important;
          text-align: center !important;
          margin-bottom: 40px !important; } }
    .interna .box_servicos .item_servico_02 {
      padding: 15px 74px 0px 24px !important; }
      @media (max-width: 767px) {
        .interna .box_servicos .item_servico_02 {
          padding: 0px 0px 0px 0px !important;
          text-align: center !important;
          margin-bottom: 40px !important; } }
    .interna .box_servicos div {
      font-family: 'GOTHAM-BLACK';
      font-size: 16px;
      color: #0f7299;
      line-height: 18px;
      padding-right: 15px;
      margin: 5px 0px; }
    .interna .box_servicos p {
      font-family: 'calibri';
      font-size: 15px;
      color: #615f5e;
      line-height: 20px;
      padding: 0px;
      margin: 0px;
      text-align: left; }
      @media (max-width: 767px) {
        .interna .box_servicos p {
          text-align: center; } }
  .interna .box_contato {
    width: 100%;
    min-height: 450px;
    margin: 0;
    padding: 0; }
