@font-face {
  font-family: "Myriad";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MyriadPro-Regular.eot?#iefix") format("eot"), url("fonts/MyriadPro-Regular.woff") format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype"), url("fonts/MyriadPro-Regular.svg#Myriad") format("svg"); }

@font-face {
  font-family: "Myriad Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MyriadPro-Bold.eot?#iefix") format("eot"), url("fonts/MyriadPro-Bold.woff") format("woff"), url("fonts/MyriadPro-Bold.ttf") format("truetype"), url("fonts/MyriadPro-Bold.svg#Myriad_Bold") format("svg"); }

@font-face {
  font-family: "Helvetica Neue Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/helvetica-webfont.eot?#iefix") format("eot"), url("fonts/helvetica-webfont.woff") format("woff"), url("fonts/helvetica-webfont.ttf") format("truetype"), url("fonts/helvetica-webfont.svg#Helvetica_Neue_Regular") format("svg"); }

@font-face {
  font-family: "Helvetica Neue Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/helvetica-bold-webfont.eot?#iefix") format("eot"), url("fonts/helvetica-bold-webfont.woff") format("woff"), url("fonts/helvetica-bold-webfont.ttf") format("truetype"), url("fonts/helvetica-bold-webfont.svg#Helvetica_Neue_Bold") format("svg"); }

* {
  outline: none; }

body, html {
  font-family: "Helvetica Neue Regular";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.bold, strong, b {
  font-weight: normal;
  font-weight: "Helvetica Neue Bold"; }

.italic {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center; }

input, textarea, select {
  outline: none; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hide {
  display: none; }

#main {
  width: 100%;
  position: relative; }

.centered_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }

header {
  background-color: #605b58;
  height: 135px; }
  header
.centered_content {
    width: 1170px; }
  header
h1 {
    padding-top: 27px; }
  header
nav
#menu {
    margin: 0;
    padding: 0;
    float: left;
    padding-top: 70px;
    padding-left: 50px; }
    header
nav
#menu
li {
      list-style: none;
      display: inline-block;
      font-family: "Myriad";
      font-size: 17px;
      text-transform: uppercase;
      color: #fff;
      margin-left: 45px; }
    header
nav
#menu
.menu_under {
      border-top: 2px solid #605b58;
      margin-bottom: 3px; }
    header
nav
#menu
.menu_under_sel {
      border-top: 2px solid #fff;
      margin-bottom: 3px; }
    header
nav
#menu
a:hover
.menu_under {
      border-top: 2px solid #fff;
      margin-bottom: 3px; }
  header
.lang {
    padding-top: 107px;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-right: 10px; }
  header
.socials {
    position: absolute;
    bottom: 25px;
    right: 7px; }

footer {
  height: 65px;
  background-color: #605b58;
  position: relative;
  z-index: 100;
  width: 100%; }
  footer
.centered_content {
    width: 1100px;
    font-size: 11px;
    color: #fff;
    line-height: 65px; }
  footer.fixed {
    position: fixed;
    bottom: 0px; }

section
#homepage
.content {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px; }
  section
#homepage
.content
.inner-content {
    position: relative;
    z-index: 1000;
    color: #fff;
    padding: 42px; }
  section
#homepage
.content
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  section
#homepage
.content
h2 {
    font-family: "Helvetica Neue Bold";
    font-size: 31px;
    line-height: 36px;
    background-image: url(/images/header_bullet.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px; }
  section
#homepage
.content
.texto {
    margin-top: 15px;
    line-height: 19px; }

section
.news_wrapper {
  height: 195px;
  width: 100%; }
  section
.news_wrapper
.inner-content {
    position: relative;
    z-index: 1000; }

section
#map_canvas {
  width: 100%;
  height: calc(100% - 144px);
  position: absolute;
  z-index: 11;
  font-size: 12px; }

section
.contactos_wrap {
  width: 445px;
  z-index: 12;
  position: relative;
  float: right;
  margin-right: -1px; }

section .form_contactos_content, section
.contactos_texto {
  padding: 28px;
  font-size: 12px;
  padding-left: 30px; }

section
.contactos_texto {
  color: #fff;
  line-height: 23px; }

section
.form_contactos_content h2 {
  background-image: url(/images/header_bullet.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  font-family: "Helvetica Neue Bold";
  text-transform: uppercase;
  margin-bottom: 35px;
  background-size: 100%; }

section
.mt7 {
  margin-top: 30px; }

section
#error {
  color: #f00;
  padding-left: 7px;
  padding-top: 4px; }

section
#success {
  color: #ffffff;
  font-size: 16px;
  text-align: center; }

section
.caixa {
  margin-top: 2px;
  margin-bottom: 10px;
  padding-left: 5px;
  border: none;
  height: 25px;
  font-size: 13px;
  color: #000000;
  width: 270px; }

section
.hbox {
  height: 200px;
  padding-top: 4px; }

section
.botaof {
  width: 75px;
  height: 21px;
  padding-top: 3px;
  background-color: #605b58;
  border: solid 1px #9d9d9d;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 2px;
  cursor: pointer; }

section .form_contactos_content, section
.contactos_texto {
  position: relative;
  z-index: 1000;
  font-size: 15px; }

section
.label {
  width: 90px;
  text-align: right;
  padding-right: 20px;
  top: 6px;
  position: relative; }

section
#faqs.faqs_wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px; }

section
#faqs
.inner-content {
  position: relative;
  z-index: 1000;
  padding: 35px; }
  section
#faqs
.inner-content
h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Helvetica Neue Bold";
    font-size: 27px; }
  section
#faqs
.inner-content
.texto {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 75px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 75px;
    /* Firefox */
    column-gap: 75px;
    line-height: 19px; }

section
#hipercentro
.inner-content {
  position: relative;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  section
#hipercentro
.inner-content
h2 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: "Helvetica Neue Bold";
    font-size: 40px;
    text-align: center;
    font-style: italic; }
  section
#hipercentro
.inner-content
.texto {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 120px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 120px;
    /* Firefox */
    column-gap: 120px;
    display: flex; }
  section
#hipercentro
.inner-content .col1, section
#hipercentro
.inner-content .col2, section
#hipercentro
.inner-content
.col3 {
    width: 380px;
    margin-left: 20px;
    background-color: rgba(96, 91, 88, 0.7);
    font-family: "Helvetica Neue Bold";
    font-size: 20px;
    padding: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 60px;
    line-height: 27px; }
    section
#hipercentro
.inner-content .col1
ul
li
, section
#hipercentro
.inner-content .col2
ul
li
, section
#hipercentro
.inner-content
.col3
ul
li {
      font-size: 17px;
      line-height: 22px;
      font-family: "Helvetica Neue Regular"; }
    section
#hipercentro
.inner-content .col1
.hipertopo
, section
#hipercentro
.inner-content .col2
.hipertopo
, section
#hipercentro
.inner-content
.col3
.hipertopo {
      position: absolute;
      left: 0px;
      top: -64px;
      width: 100%;
      height: auto; }
  section
#hipercentro
.inner-content
.col1 {
    margin-left: 0px; }

section #servicos
.inner-content
, section
#noticias
.inner-content {
  position: relative;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 28px;
  padding-top: 35px;
  padding-bottom: 35px; }
  section #servicos
.inner-content
.info-wrap
, section
#noticias
.inner-content
.info-wrap {
    width: 35%;
    position: relative;
    z-index: 1000; }
    section #servicos
.inner-content
.info-wrap
h2
, section
#noticias
.inner-content
.info-wrap
h2 {
      margin-top: 38px;
      font-family: "Helvetica Neue Bold";
      font-size: 27px;
      line-height: 32px;
      color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-image: url(/images/servicos_header.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      padding-bottom: 10px;
      padding-right: 100px; }
    section #servicos
.inner-content
.info-wrap
.texto
, section
#noticias
.inner-content
.info-wrap
.texto {
      margin-top: 18px;
      line-height: 18px; }
  section #servicos
.inner-content
.image-wrap
, section
#noticias
.inner-content
.image-wrap {
    width: 52%;
    position: relative;
    z-index: 1000; }
    section #servicos
.inner-content
.image-wrap
.slides
, section
#noticias
.inner-content
.image-wrap
.slides {
      border: solid 3px #a3a3a3;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }

section #servicos
.socials
, section
#noticias
.socials {
  margin-top: 20px; }

section
.servicos-lista {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0px;
  margin-top: 38px;
  margin-bottom: 80px; }
  section
.servicos-lista
li {
    font-size: 10px;
    line-height: 17px;
    text-transform: uppercase;
    display: inline-block;
    list-style: none;
    margin-left: 33px;
    width: 105px;
    vertical-align: top; }
    section
.servicos-lista
li
img {
      display: block;
      max-width: 100%; }
    section
.servicos-lista
li
.inner-lista {
      height: 70px;
      position: relative; }
      section
.servicos-lista
li
.inner-lista
p {
        position: relative;
        z-index: 1000;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px; }
    section
.servicos-lista
li
.selopt {
      position: relative;
      height: 11px; }
      section
.servicos-lista
li
.selopt.sel {
        background-color: #fff; }
    section
.servicos-lista
li:first-child {
      margin-left: 0px; }

section
#empresas
.info-empresa {
  width: 445px;
  height: 100%; }
  section
#empresas
.info-empresa
.inner-content {
    position: relative;
    z-index: 1000;
    height: 100%;
    padding: 28px;
    padding-top: 20px;
    padding-bottom: 72px; }
    section
#empresas
.info-empresa
.inner-content
h2 {
      font-family: "Helvetica Neue Bold";
      font-size: 27px;
      line-height: 32px;
      color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-image: url(/images/empresas_header.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      padding-bottom: 10px;
      padding-right: 100px; }
      section
#empresas
.info-empresa
.inner-content
h2.img_empresas {
        padding-right: 210px; }
        section
#empresas
.info-empresa
.inner-content
h2.img_empresas
img {
          max-width: 100%; }
    section
#empresas
.info-empresa
.inner-content
h3 {
      font-family: "Helvetica Neue Bold";
      font-size: 24px;
      margin-top: 15px;
      margin-bottom: 10px; }
    section
#empresas
.info-empresa
.inner-content
.texto {
      line-height: 20px; }
    section
#empresas
.info-empresa
.inner-content
.contactos {
      font-size: 13px;
      line-height: 19px; }
    section
#empresas
.info-empresa
.inner-content
.contactos_head {
      font-family: "Helvetica Neue Bold";
      margin-top: 20px;
      margin-bottom: 5px; }

section
#empresas
.lista-empresas {
  width: 684px;
  margin-left: 40px; }
  section
#empresas
.lista-empresas
.empresas-listaa {
    margin: 0;
    padding: 0;
    font-size: 0px;
    margin-top: 16px;
    margin-bottom: 48px; }
    section
#empresas
.lista-empresas
.empresas-listaa
li {
      margin-left: 12px;
      list-style: none;
      display: inline-block;
      margin-top: 20px; }
      section
#empresas
.lista-empresas
.empresas-listaa
li
.img-wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fff; }
        section
#empresas
.lista-empresas
.empresas-listaa
li
.img-wrap
.img {
          height: 69px;
          width: 94px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }

.slider {
  width: 942px;
  margin: 0px auto; }

.slick-slide {
  margin: 0px 0px; }

.slick-prev:before,
.slick-next:before {
  color: black; }

article {
  background: #605b58;
  color: #fff;
  margin: 10px;
  position: relative;
  width: 275px;
  height: 160px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  border: solid 2px #a3a3a3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  article
.news_containter {
    overflow: hidden;
    height: 115px; }
  article
p.data {
    font-family: "Helvetica Neue Bold";
    font-style: italic;
    font-size: 11px;
    text-align: right; }
  article
h3 {
    margin-top: 10px;
    font-family: "Helvetica Neue Bold";
    font-size: 14px;
    line-height: 18px;
    background-image: url(/images/news_bullet.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 12px; }
  article
.texto_resumo {
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
    padding-right: 15px; }
  article
p.aright {
    text-align: right;
    font-family: "Helvetica Neue Bold";
    font-size: 11px;
    text-transform: uppercase; }

.slick-center article {
  height: 180px;
  background-color: #666564;
  position: relative;
  top: 8px;
  margin-top: 0px; }
  .slick-center article
.news_containter {
    height: 138px; }
  .slick-center article
p.data {
    font-size: 12px; }
  .slick-center article
h3 {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 12px; }
  .slick-center article
.texto_resumo {
    font-size: 14px;
    line-height: 18px; }

.hidden {
  visibility: hidden; }

.filter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #605b58; }

.filter2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #605b58; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.texto
a {
  color: inherit !important; }

.video_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center;
  transition: 1s opacity; }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center;
  transition: 1s opacity; }

#video1:-webkit-full-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  transform: none;
  background: none;
  background-image: none !important;
  background-color: #000; }

#video1:-moz-full-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  transform: none;
  background: none;
  background-color: #000;
  background-image: none !important; }

#video1:-ms-full-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  transform: none;
  background: none;
  background-color: #000;
  background-image: none !important; }

#video1:-o-full-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  transform: none;
  background: none;
  background-color: #000;
  background-image: none !important; }

#video1:full-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  transform: none;
  background: none;
  background-color: #000;
  background-image: none !important; }

.botoes_wrap {
  position: absolute;
  z-index: 900;
  top: 155px;
  left: 30px; }
  .botoes_wrap
button {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer; }
