@charset "UTF-8";
/* 
    Document   : Base layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("./fonts/AUdimat/AUdimat-Bold.css");
/* theme */
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px; }

textarea.form-control {
  resize: none; }

html {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  position: relative;
  min-height: 100%;
  padding-bottom: 50px; }

.redesSociais {
  text-align: left; }
  .redesSociais a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #F9C109;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border-radius: 30px; }

#topo {
  position: relative;
  background-color: #202020;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 401px;
  padding-top: 42px;
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 50px; }
  #topo video {
    position: absolute;
    top: 0px;
    left: 0px; }
  #topo .centerV {
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 150px;
    width: 100%; }
    #topo .centerV > div {
      display: table;
      width: 100%;
      height: 100%; }
      #topo .centerV > div > div {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
  #topo .textoTopo {
    position: relative;
    /*padding-top: 70px;*/
    color: #FFFFFF; }
    @media (max-width: 767px) {
      #topo .textoTopo {
        padding-right: 15px; } }
    #topo .textoTopo h1.titulo {
      font-family: "AUdimat", sans-serif;
      font-weight: 700;
      font-size: 48px;
      font-style: normal; }
      #topo .textoTopo h1.titulo span {
        font-size: 30px; }
    #topo .textoTopo h2.subtitulo {
      font-weight: 600;
      font-size: 24px;
      color: #F9C109; }
    #topo .textoTopo h2.subtitulo:after {
      display: none; }
    #topo .textoTopo .area {
      position: relative; }
    #topo .textoTopo .area:after {
      content: ' ';
      position: absolute;
      bottom: -30px;
      left: 0px;
      width: 90px;
      height: 7px;
      background-color: #F9C109; }

.topoAmarelo #topo {
  min-height: 272px;
  background-color: #F9C109; }
  .topoAmarelo #topo .textoTopo {
    color: #000000; }
    .topoAmarelo #topo .textoTopo h2.subtitulo {
      color: #000000;
      font-weight: 400; }
    .topoAmarelo #topo .textoTopo .area:after {
      background-color: #000000; }

.homepage #topo .textoTopo {
  position: relative;
  /*padding-top: 70px;*/
  color: #FFFFFF; }
  .homepage #topo .textoTopo h1.titulo {
    position: relative;
    font-family: "AUdimat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    padding-bottom: 10px; }
  .homepage #topo .textoTopo h1.titulo:after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90px;
    height: 7px;
    background-color: #F9C109; }
  .homepage #topo .textoTopo h2.subtitulo {
    font-weight: 600;
    /*font-size: 18px;*/
    color: #FFFFFF;
    max-width: 558px;
    margin-top: 30px; }
  .homepage #topo .textoTopo .area:after {
    display: none; }

#barraTopo {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  display: block;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  @media (min-width: 768px) {
    #barraTopo .container-fluid {
      padding-left: 45px;
      padding-right: 45px; } }
  #barraTopo #linkMenu {
    position: relative;
    width: 32px;
    padding-top: 5px;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    #barraTopo #linkMenu a {
      display: inline-block;
      height: 100%;
      cursor: pointer;
      text-align: center;
      width: 100%; }
      #barraTopo #linkMenu a .icon-bar {
        position: relative;
        background-color: #FFFFFF;
        display: block;
        width: 100%;
        margin: auto;
        height: 4px;
        margin-bottom: 4px;
        border-radius: 0px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
  #barraTopo .logo {
    width: 75px; }
  #barraTopo img.cor {
    display: none; }
  #barraTopo .social {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    /*
    a{
        @include transition(250ms);
        color: $corBordo;
        margin-left: 20px;
        font-size: 20px;
        line-height: 38px;
        background-color: $corBranco;
        border: 2px solid transparent;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 20px;
    }
    
    a:hover{
        color: $corBranco;
        border-color: $corBordo;
        background-color: $corBordo;
    }*/ }
    #barraTopo .social .menu {
      display: inline-block; }
      #barraTopo .social .menu > ul {
        padding: 0px; }
    #barraTopo .social img {
      height: 12px;
      margin-right: 0px; }
    #barraTopo .social a {
      display: inline-block;
      color: #FFFFFF;
      padding: 5px; }
    #barraTopo .social .open a {
      background-color: #FFFFFF;
      color: #000000; }
    #barraTopo .social .dropdown {
      display: inline-block; }
    #barraTopo .social .dropdown-menu {
      right: 0;
      left: auto;
      margin: 0px;
      border: 0px;
      padding: 15px;
      /*padding-bottom: 50px;*/
      border-radius: 0px; }
      #barraTopo .social .dropdown-menu a {
        color: #000000; }

.topoCinza #barraTopo {
  background-color: #202020; }

#barraTopo.fixa {
  -webkit-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.5); }

body:not(.topoCinza) #barraTopo.fixa {
  background-color: #FFFFFF; }
  body:not(.topoCinza) #barraTopo.fixa #linkMenu a .icon-bar {
    background-color: #202020; }
  body:not(.topoCinza) #barraTopo.fixa img.branco {
    display: none; }
  body:not(.topoCinza) #barraTopo.fixa img.cor {
    display: inline-block; }
  body:not(.topoCinza) #barraTopo.fixa .social {
    color: #45494C; }
    body:not(.topoCinza) #barraTopo.fixa .social a {
      color: #000000; }

@media (max-width: 767px) {
  #topo {
    padding-top: 10px; }
    #topo .logo {
      max-width: 58px; }
    #topo .social {
      padding-top: 12px;
      left: -40px;
      text-align: left; }
      #topo .social a {
        margin-left: 5px;
        margin-right: 5px; } }
@media (min-width: 1300px) {
  #barraTopo #linkMenu {
    width: 48px; }
  #barraTopo .social img {
    height: 17px; }

  #topo {
    min-height: 602px;
    padding-top: 42px;
    padding-bottom: 50px; }
    #topo .textoTopo h1.titulo {
      font-size: 68px; }
    #topo .textoTopo h2.subtitulo {
      font-size: 32px; }
    #topo .textoTopo .area:after {
      width: 120px;
      height: 9px; }

  .topoAmarelo #topo {
    min-height: 371px; } }
/* Topo Menu */
.abreMenu #topoMenu {
  left: 0px; }

#topoMenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -350px;
  width: 350px;
  background-color: #FFFFFF;
  padding: 30px;
  overflow: auto;
  padding-top: 45px;
  z-index: 1001;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  #topoMenu .logoGrande {
    position: relative;
    margin-bottom: 60px;
    text-align: left; }
    #topoMenu .logoGrande img {
      width: 230px; }
  @media (max-width: 767px) {
    #topoMenu {
      width: 250px; }
      #topoMenu .logoGrande img {
        width: 150px; } }
  #topoMenu .redesSociais {
    margin-bottom: 20px; }
    #topoMenu .redesSociais a {
      margin-right: 10px; }
  #topoMenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    #topoMenu ul li {
      text-align: left;
      margin-bottom: 20px;
      display: block; }
      #topoMenu ul li a {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        color: #45494C; }
      #topoMenu ul li a.active,
      #topoMenu ul li a:hover {
        color: #F9C109; }
  #topoMenu .linguas {
    position: absolute;
    bottom: 50px;
    left: 30px;
    text-transform: uppercase;
    text-align: left; }
    #topoMenu .linguas a {
      display: inline-block;
      margin-right: 10px;
      font-size: 24px;
      font-weight: 700;
      color: #45494C; }
    #topoMenu .linguas a.active,
    #topoMenu .linguas a:hover {
      color: #F9C109; }
  @media (max-width: 767px) {
    #topoMenu .linguas {
      position: relative;
      bottom: auto;
      left: auto; } }

#conteudoC {
  overflow: hidden; }

.topoCinza #conteudoC {
  margin-top: 60px; }

#conteudo {
  font-size: 14px; }
  #conteudo .container-fluid {
    padding-left: 45px;
    padding-right: 45px; }
  @media (max-width: 767px) {
    #conteudo .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 1300px) {
  #conteudo {
    font-size: 18px; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }

  .row {
    margin-left: -30px;
    margin-right: -30px; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px; } }
.textoDestaque {
  font-size: 18px;
  font-weight: 500; }

.quote {
  /*max-width: 85%;*/
  margin: auto;
  font-size: 30px;
  padding: 50px;
  font-style: italic; }

@media (min-width: 1300px) {
  .quote {
    font-size: 42px;
    margin-top: 10px;
    padding: 60px 150px; } }
a {
  color: #F9C109;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

a:hover {
  text-decoration: none;
  color: #000000; }

.bordo {
  color: #9E0130; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AUdimat", sans-serif; }

h1 {
  font-size: 46px;
  font-weight: 700;
  font-style: italic; }

h2 {
  font-size: 24px;
  font-weight: 700; }

h2:after {
  content: ' ';
  position: relative;
  margin-top: 10px;
  display: block;
  width: 96px;
  height: 5px;
  background-color: #F9C109;
  left: -10px; }

h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

h3:after {
  content: ' ';
  position: relative;
  display: block;
  width: 96px;
  height: 5px;
  background-color: #F9C109;
  left: -10px; }

h3.center {
  text-align: center; }

h3.center:after {
  left: 50%;
  margin-left: -54px; }

@media (min-width: 1300px) {
  h3 {
    font-size: 30px; }

  h3:after {
    width: 145px;
    height: 8px; }

  h3.center:after {
    margin-left: -79px; }

  h2 {
    font-size: 40px; }

  h2:after {
    width: 145px;
    height: 8px; } }
.btn {
  font-size: 16px;
  border-radius: 0px;
  padding: 6px 30px; }

.btn-default {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

.btn-default:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000; }

.btn-primary {
  color: #FFFFFF;
  background-color: #F9C109;
  border-color: #F9C109; }

.btn-primary:hover {
  color: #F9C109;
  background-color: #FFFFFF;
  border-color: #F9C109; }

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  color: #F9C109;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.btn-branco {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000; }

.btn-branco:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

.btn-branco.disabled,
.btn-branco.disabled.active,
.btn-branco.disabled.focus,
.btn-branco.disabled:active,
.btn-branco.disabled:focus,
.btn-branco.disabled:hover,
.btn-branco[disabled],
.btn-branco[disabled].active,
.btn-branco[disabled].focus,
.btn-branco[disabled]:active,
.btn-branco[disabled]:focus,
.btn-branco[disabled]:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

/* File */
.btn-file {
  position: relative;
  overflow: hidden;
  font-size: 14px !important; }

.has-error .btn-file,
.has-success .btn-file {
  padding-right: 30px; }

.has-error .btn-file .form-control-feedback,
.has-success .btn-file .form-control-feedback {
  top: -3px; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

@media (min-width: 1300px) {
  .btn {
    font-size: 24px; } }
label {
  font-weight: 600; }

.form-control {
  color: #000000;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px; }

.form-control::-webkit-input-placeholder {
  color: #000000; }

.form-control:-moz-placeholder {
  color: #000000;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #000000; }

.form-control::-ms-input-placeholder {
  color: #000000; }

form .nota {
  font-size: 10px; }

.sombra {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

#mapaC {
  position: relative; }

#mapaC .icon {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 53px;
  height: 55px;
  display: block;
  background-image: url("../img/local.png");
  background-repeat: no-repeat;
  background-size: cover; }

/* Áreas Pretas */
.fundoPreto {
  background-color: #000000; }
  .fundoPreto iframe {
    position: relative;
    display: block;
    right: -45px;
    /*margin-right: -30px;*/
    /*margin-left: -30px;*/
    width: 100%; }

@media (max-width: 767px) {
  #conteudo .container-fluid.fundoPreto {
    padding: 0px; }

  .fundoPreto .row > div {
    /*padding: 0px;*/ }
  .fundoPreto iframe {
    right: 0px; }
  .fundoPreto .pretoFull {
    margin-left: 0px; } }
.pretoFull {
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  padding: 30px;
  margin-left: -45px; }
  .pretoFull h2:first-child,
  .pretoFull h3:first-child {
    margin-top: 0px; }
  .pretoFull a:hover {
    color: #FFFFFF; }
  .pretoFull .contacto {
    margin-top: 30px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 767px) {
    .pretoFull .contacto {
      margin-top: 30px;
      margin-right: 0px;
      display: block; } }

@media (max-width: 767px) {
  .pretoFull {
    margin-right: -30px; } }
.amareloFull {
  position: relative;
  background-color: #F9C109;
  padding: 30px;
  padding-left: 45px;
  margin-left: -45px; }
  .amareloFull h3:first-child {
    margin-top: 0px; }
  .amareloFull h3:after {
    background-color: #FFFFFF; }
  .amareloFull a:hover {
    color: #FFFFFF; }

@media (max-width: 767px) {
  .amareloFull {
    margin-right: -30px;
    margin-bottom: 30px; } }
.blocoCinza {
  position: relative;
  background-color: #202020;
  color: #FFFFFF;
  padding: 50px; }
  @media (min-width: 1300px) {
    .blocoCinza {
      padding: 60px 150px; }
      .blocoCinza h3:after {
        margin-left: -48px; } }
  .blocoCinza h3:first-child {
    margin-top: 0px; }
  .blocoCinza a:hover {
    color: #FFFFFF; }

.blocoCinza:first-child {
  margin-top: -150px; }

.layout-column-two .blocoCinza {
  margin-right: -45px; }

@media (max-width: 767px) {
  .blocoCinza:first-child {
    margin-top: 0px; }

  .layout-column-two .blocoCinza {
    margin-right: -30px;
    margin-left: -30px; } }
/* Modal */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #F9C109;
  border-radius: 0px; }

.modal-footer {
  padding: 10px 15px;
  padding-top: 0px;
  text-align: right;
  border-top: 0px; }

.modal-body {
  padding: 5px 15px; }

/* Tabelas */
table td {
  padding: 10px; }

/* Paginação */
.paginas {
  text-align: center; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #FFFFFF;
  background-color: #F9C109;
  border-color: #F9C109; }

.pagination > li > a,
.pagination > li > span {
  color: #F9C109;
  background-color: #FFFFFF;
  border: 1px solid #F9C109; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #FFFFFF;
  background-color: rgba(249, 193, 9, 0.5);
  border-color: #F9C109; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/* CheckBox */
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 16px;
  margin: 0;
  padding: 0;
  opacity: 0; }

input[type=checkbox]:not(old) + label,
input[type=checkbox]:not(old) + i + label,
input[type=radio]:not(old) + label {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer; }

input[type=checkbox]:not(old) + label:before,
input[type=checkbox]:not(old) + i + label:before,
input[type=radio]:not(old) + label:before {
  position: absolute;
  content: ' ';
  left: 0px;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F9C109; }

input[type=checkbox]:not(old) + i + label:before,
input[type=checkbox]:not(old) + label:before {
  border-radius: 0px; }

input[type=checkbox]:not(old):checked + i + label:before,
input[type=checkbox]:not(old):checked + label:before {
  background-color: #F9C109; }

input[type=radio]:not(old):checked + label:before {
  background-color: #F9C109; }

/* Icon */
.has-feedback label ~ .form-control-feedback {
  top: 32px; }

label.termos {
  font-weight: 400;
  font-size: 13px; }

.empresaDestaque {
  position: relative;
  padding-top: 200px; }
  .empresaDestaque h3,
  .empresaDestaque h2 {
    margin-bottom: 70px; }

.empresaDestaque:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background-image: url("../img/empresa_destaque.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

@media (min-width: 1300px) {
  .empresaDestaque {
    padding-top: 320px; }
    .empresaDestaque h3,
    .empresaDestaque h2 {
      margin-bottom: 100px; }

  .empresaDestaque:before {
    height: 460px; } }
@media (min-width: 768px) {
  .empresaDestaque {
    /*        h2:after{
                background-color: $corBranco;
            }*/ }
    .empresaDestaque h3,
    .empresaDestaque h2 {
      color: #FFFFFF; } }
.empresaDestaque .row > div:first-child {
  /*    h2:after{
          background-color: $corBranco;
      }*/ }
  .empresaDestaque .row > div:first-child h3,
  .empresaDestaque .row > div:first-child h2 {
    color: #FFFFFF; }

img.img-servicos {
  position: relative;
  width: 100%; }

div.img-servicos {
  position: relative;
  margin-bottom: 30px; }

div.img-servicos:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F9C109; }

div.img-servicos.esquerda:before {
  bottom: -15px;
  left: -15px; }

div.img-servicos.direita:before {
  bottom: -15px;
  right: -15px; }

#formFixo {
  position: fixed;
  top: 50%;
  margin-top: -108px;
  right: 0px;
  z-index: 20;
  /* CheckBox */ }
  #formFixo .termosRC {
    margin-top: -15px; }
  #formFixo input[type=checkbox]:not(old) + label:before,
  #formFixo input[type=checkbox]:not(old) + i + label:before,
  #formFixo input[type=radio]:not(old) + label:before {
    border: 2px solid #000000; }
  #formFixo input[type=checkbox]:not(old):checked + i + label:before,
  #formFixo input[type=checkbox]:not(old):checked + label:before {
    background-color: #000000; }
  #formFixo input[type=radio]:not(old):checked + label:before {
    background-color: #000000; }
  #formFixo .close {
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10px; }
  #formFixo h3 {
    margin-top: 0px;
    margin-bottom: 10px; }
  #formFixo .form {
    position: absolute;
    top: -100px;
    right: -380px;
    max-width: 380px;
    background-color: #F9C109;
    padding: 30px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-position: center center; }
  #formFixo .form.loading {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat; }
    #formFixo .form.loading form {
      visibility: hidden; }
  @media (max-width: 767px) {
    #formFixo .bt img {
      width: 30px; } }
  @media (min-width: 768px) {
    #formFixo .bt img {
      width: 35px; } }
  @media (min-width: 992px) {
    #formFixo .bt img {
      width: 45px; } }
  @media (min-width: 1200px) {
    #formFixo .bt img {
      width: auto; } }

#formFixo.open .form {
  right: 0px; }

/*@import 'conteudos/galeria';*/
#listaCategorias {
  background-color: #F9C109;
  position: relative; }
  #listaCategorias .container-fluid {
    padding: 0px; }
    #listaCategorias .container-fluid .row {
      margin: 0px; }
      #listaCategorias .container-fluid .row > div {
        padding: 0px; }
  #listaCategorias .item {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center center;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF; }
    #listaCategorias .item a {
      position: absolute;
      display: block;
      top: 0px;
      font-size: 16px;
      overflow: hidden;
      color: #F9C109;
      left: 0px;
      width: 100%;
      height: 100%; }
      #listaCategorias .item a .img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #listaCategorias .item a > div {
        display: table;
        width: 100%;
        height: 100%; }
        #listaCategorias .item a > div > div {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          text-align: center; }
      #listaCategorias .item a h2.nome {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        font-family: "AUdimat", sans-serif;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700; }
      #listaCategorias .item a h2.nome:after {
        display: none; }
      #listaCategorias .item a .link {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 2px solid #F9C109; }
      #listaCategorias .item a .titulo {
        font-family: "AUdimat", sans-serif;
        color: #000000;
        font-size: 28px;
        font-weight: 700; }
    #listaCategorias .item a:hover .img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      opacity: .8; }
    #listaCategorias .item a:hover .nome {
      color: #F9C109; }
    #listaCategorias .item a:hover .link {
      color: #FFFFFF;
      border-color: #FFFFFF; }
  #listaCategorias .item.last {
    border-right: 0px; }
  #listaCategorias .item.lastAll {
    border: 0px; }
  @media (max-width: 767px) {
    #listaCategorias .item {
      border-right: 0px; } }
  @media (min-width: 1300px) {
    #listaCategorias .item {
      height: 290px;
      border-bottom: 4px solid #FFFFFF;
      border-right: 4px solid #FFFFFF; }
      #listaCategorias .item a {
        font-size: 24px; }
        #listaCategorias .item a h2.nome {
          font-size: 44px; }
        #listaCategorias .item a .titulo {
          font-size: 46px; } }

.listaProdutos {
  margin-top: 30px; }
  .listaProdutos .produto {
    margin-bottom: 60px; }
    .listaProdutos .produto .textoProduto h3 {
      font-size: 18px;
      font-family: "Open Sans", sans-serif; }
    .listaProdutos .produto .textoProduto h3:after {
      display: none; }
    .listaProdutos .produto .textoProduto img {
      max-width: 100%;
      height: auto; }

.slide_produto {
  margin-top: 50px; }
  .slide_produto .carousel-control {
    width: 40px;
    background-repeat: no-repeat; }
  .slide_produto .carousel-control.left {
    background-image: none;
    background-image: url("../img/seta_esq.svg");
    background-position: center center; }
  .slide_produto .carousel-control.right {
    background-image: none;
    background-image: url("../img/seta_dir.svg");
    background-position: center center; }
  @media (max-width: 767px) {
    .slide_produto .carousel-control.left {
      width: 50%;
      background-position: left center; }
    .slide_produto .carousel-control.right {
      width: 50%;
      background-position: right center; } }
  .slide_produto .carousel-inner {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/ }
    .slide_produto .carousel-inner .item {
      text-align: center; }
      .slide_produto .carousel-inner .item img {
        margin: auto; }
  .slide_produto .carousel-indicators {
    bottom: 0px; }
    .slide_produto .carousel-indicators li {
      display: inline-block;
      width: 30px;
      height: 6px;
      margin: 0px;
      margin-right: 10px;
      background-color: #F9C109;
      border: 0px;
      border-radius: 0px; }
    .slide_produto .carousel-indicators li:last-child {
      margin-right: 0px; }
    .slide_produto .carousel-indicators li.active {
      background-color: #000000; }
    @media (max-width: 767px) {
      .slide_produto .carousel-indicators li {
        width: 5px;
        height: 6px;
        margin-right: 5px; } }

.cinzaProd {
  background-color: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFFFFF; }

.produtoDestaque {
  margin-top: -30px; }

.produtoHome {
  margin-bottom: 60px; }
  .produtoHome .slide_produto {
    margin-top: 0px;
    margin-bottom: 20px; }

.listaFicheiros {
  margin-bottom: 30px; }
  .listaFicheiros .grupo {
    margin-bottom: 10px; }
    .listaFicheiros .grupo .nome {
      color: #F9C109;
      font-size: 40px;
      font-weight: 700; }
    .listaFicheiros .grupo a {
      position: relative;
      display: block;
      margin-left: 15px;
      color: #000000;
      margin-bottom: 5px; }
    .listaFicheiros .grupo a::before {
      content: "\2022";
      display: inline-block;
      margin-right: 5px; }
    .listaFicheiros .grupo a:hover {
      color: #F9C109; }

/*
Notícias
*/
.listaNoticias {
  margin-top: 50px; }

.listaNoticias.home {
  margin-bottom: 50px; }
  .listaNoticias.home h2 {
    margin-bottom: 30px; }

.itemNoticia {
  font-size: 14px;
  margin-bottom: 50px; }
  .itemNoticia a {
    color: #000000;
    text-decoration: none;
    display: block; }
    .itemNoticia a .img {
      /*margin-bottom: 20px;*/
      position: relative;
      overflow: hidden;
      padding-bottom: 100%; }
      .itemNoticia a .img > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
    .itemNoticia a .nome {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px; }
    .itemNoticia a .texto_desc {
      margin-bottom: 20px; }
    .itemNoticia a .link {
      text-align: left;
      color: #F9C109; }
  .itemNoticia a:hover .link {
    color: #202020; }
  .itemNoticia a:hover .img > div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (min-width: 1300px) {
    .itemNoticia {
      font-size: 20px; }
      .itemNoticia a .nome {
        font-size: 32px; } }

.itemNoticiaD {
  margin-top: 20px; }
  .itemNoticiaD .img {
    margin-bottom: 30px; }
    .itemNoticiaD .img img {
      width: 100%; }
  .itemNoticiaD .link {
    margin-bottom: 30px; }
  .itemNoticiaD h2 {
    margin-top: 0px;
    margin-bottom: 10px; }
  .itemNoticiaD .data {
    font-size: 20px;
    margin-bottom: 20px; }
  .itemNoticiaD .texto .container-fluid {
    padding: 0px !important; }

.noticiasRel {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #202020; }
  .noticiasRel h4 {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700; }
  @media (min-width: 1300px) {
    .noticiasRel h4 {
      font-size: 40px; } }

/*
Recrutamento
*/
.listaRecrutamento {
  margin-top: 50px; }

.itemRecrutamento {
  position: relative;
  font-size: 14px;
  margin-bottom: 50px; }
  .itemRecrutamento a {
    position: relative;
    z-index: 1;
    background-color: #202020;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    display: block; }
    .itemRecrutamento a .img {
      /*margin-bottom: 20px;*/
      position: relative;
      overflow: hidden;
      padding-bottom: 100%; }
      .itemRecrutamento a .img > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
    .itemRecrutamento a .nome {
      color: #F9C109;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px; }
    .itemRecrutamento a .texto_desc {
      margin-bottom: 20px; }
    .itemRecrutamento a .link {
      text-align: left;
      color: #F9C109; }
  .itemRecrutamento a:hover {
    background-color: #F9C109; }
    .itemRecrutamento a:hover .nome {
      color: #FFFFFF; }
    .itemRecrutamento a:hover .link {
      color: #FFFFFF; }
  @media (min-width: 1300px) {
    .itemRecrutamento {
      font-size: 16px; }
      .itemRecrutamento a .nome {
        font-size: 28px; } }

.itemRecrutamento::after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  content: ' ';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background-color: #F9C109; }

.itemRecrutamento:hover::after {
  background-color: #202020; }

.itemRecrutamentoD {
  margin-top: 20px;
  margin-bottom: 40px; }
  .itemRecrutamentoD .link {
    margin-bottom: 30px; }
  .itemRecrutamentoD .texto .container-fluid {
    padding: 0px !important; }

.formularioRecrutamento h4 {
  margin-bottom: 30px;
  font-size: 24px; }
@media (min-width: 1300px) {
  .formularioRecrutamento h4 {
    font-size: 36px; } }

/*@import 'conteudos/timeline';*/
/*@import 'conteudos/espacos';*/
#video.video {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #video.video > iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

/* Rodape */
#rodape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: #FFFFFF;
  border-top: 10px solid #F9C109;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  background-color: #202020; }
  #rodape .container-fluid {
    padding-left: 45px;
    padding-right: 45px; }
  #rodape ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    list-style: none; }
    #rodape ul li {
      margin-right: 40px;
      margin-bottom: 5px;
      display: inline-block; }
      @media (min-width: 1300px) {
        #rodape ul li {
          margin-right: 55px; } }
      #rodape ul li a {
        color: #FFFFFF;
        font-weight: 700; }
      #rodape ul li a.active,
      #rodape ul li a:hover {
        color: #F9C109;
        text-decoration: none; }
  @media (max-width: 767px) {
    #rodape ul li {
      margin-right: 0px;
      margin-bottom: 5px;
      display: block; } }
  #rodape .redesSociais {
    text-align: right; }
    #rodape .redesSociais a {
      margin-left: 10px; }

#madeBy {
  position: relative;
  text-align: right;
  font-style: italic; }
  #madeBy a {
    color: #FFFFFF; }
  #madeBy a:hover {
    color: #F9C109; }

@media (max-width: 767px) {
  #madeBy {
    text-align: center;
    padding-top: 20px; } }

/*# sourceMappingURL=layout.css.map */
