﻿/*$corAzul: #00BED6;*/
html {
  font-size: 17px; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #575756;
  text-decoration: none; }

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

.alinks:hover {
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #575756; }

.has-error .help-block {
  font-size: 0.7em;
  color: red;
  margin: 0 15px 0 15px;
  background-color: white;
  padding: 0 5px 0 10px;
  border: #a94442 1px solid;
  border-top: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*.has-error .control-label {
    color: white;
}*/
/* ------------------------------------------------ */
/* MISC STUFF */
table#tlist thead tr th.sorting, table#tlist thead tr th.sorting_asc, table#tlist thead tr th.sorting_desc {
  background-color: white;
  border-right: solid 3px white; }

table#tlist thead tr th.sorting_disabled {
  background-color: white;
  border-right: solid 3px white; }

.preview img {
  max-width: 250px; }

div#loginSection {
  z-index: 1035;
  position: fixed;
  top: -10px; }

#loginPartial {
  padding: 3px; }

header {
  /* UL das Langs */
  /* Fim Header */ }
  header #social {
    position: relative;
    text-align: center; }
    header #social .socialLinks a {
      color: #999999;
      margin-left: 5px;
      text-decoration: none; }
      header #social .socialLinks a:hover {
        color: #000000; }
    header #social .barraInicial {
      padding: 14px 0 5px 0;
      margin-top: 15px;
      margin-bottom: 30px; }
      header #social .barraInicial .logo {
        text-align: center; }
        header #social .barraInicial .logo a > img {
          /*top: -63px;*/
          position: relative;
          width: 360px;
          display: inline-block; }
      header #social .barraInicial .socialLinks {
        text-align: center;
        margin-top: 0; }
        @media (min-width: 768px) {
          header #social .barraInicial .socialLinks {
            text-align: right;
            margin-top: -60px; } }
        header #social .barraInicial .socialLinks ul#lang {
          display: inline-block;
          padding-left: 0;
          margin-top: 5px;
          margin-left: 10px; }
          header #social .barraInicial .socialLinks ul#lang li {
            display: inline;
            margin-left: 3px;
            /*margin-right: 3px;*/
            font-size: .8em; }
            header #social .barraInicial .socialLinks ul#lang li a {
              margin: 0;
              font-size: 1.2em; }
  header #menuBar {
    background-color: #00bed6;
    position: relative;
    z-index: 1032; }

.slideWrapper {
  position: relative; }
  .slideWrapper .barraSlide {
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 10px 20px 10px;
    bottom: 5px; }
    @media (min-width: 768px) {
      .slideWrapper .barraSlide {
        position: absolute; } }
    .slideWrapper .barraSlide img {
      margin: 0 auto; }

footer {
  font-size: .9em; }
  footer .footerBarra {
    background-color: #e6e6e6;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .footerBarra img {
      display: inline-block; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 50px;
    font-weight: 300;
    background-color: #575756;
    color: #e6e6e6; }
    footer .footerData a {
      color: white; }
      footer .footerData a:hover {
        color: #e6e6e6; }
    footer .footerData .col-sm-3 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      margin-bottom: 30px;
      font-weight: 400;
      text-align: center; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock {
          margin-bottom: 0;
          height: 170px; } }
      footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
        display: table;
        margin: 0 auto;
        width: 200px;
        position: relative; }
        @media (min-width: 768px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 220px; } }
        @media (min-width: 992px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 225px; } }
        @media (min-width: 1200px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 225px; } }
      footer .footerData .footerBlock .footerBlock4 img {
        margin-bottom: 10px;
        display: inline-block; }
      footer .footerData .footerBlock .footerBlock4 a {
        display: inline-block;
        margin-bottom: 20px; }
      footer .footerData .footerBlock .borderLeft {
        /*@media (min-width: 768px) {
                    height: 150px;
                }*/ }
        @media (min-width: 992px) {
          footer .footerData .footerBlock .borderLeft {
            border-left: #e6e6e6 1px dotted;
            position: absolute;
            top: 0;
            height: 160px; } }
        @media (min-width: 1200px) {
          footer .footerData .footerBlock .borderLeft {
            height: 160px; } }
  footer .footerLine {
    font-size: .9em;
    padding: 15px 10px 15px 10px; }
    footer .footerLine img {
      margin-left: 3px;
      width: 95px;
      vertical-align: text-bottom; }

/* /misc stuff */
/* ------------------------------------------------ */
/* NAVBAR default CUSTOM STYLES */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: auto; }

.navbar-brand {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  height: auto; }

.navbar-nav {
  position: relative;
  top: 0;
  right: 10px;
  clear: right; }
  @media (min-width: 768px) {
    .navbar-nav {
      position: relative;
      top: 0;
      clear: right;
      right: 0; } }

.navbar-default {
  /*background-color: #ffffff;*/
  background-color: rgba(255, 255, 255, 0);
  border: none;
  /*margin-bottom: 50px;*/ }
  .navbar-default .navbar-toggle {
    /*margin-top: 45px;*/
    margin-top: 18px;
    margin-bottom: 16px; }
  .navbar-default .navbar-nav > li {
    margin-right: 0; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > li {
        margin-right: 40px; } }
    @media (min-width: 992px) {
      .navbar-default .navbar-nav > li {
        margin-right: 40px; } }
    @media (min-width: 1200px) {
      .navbar-default .navbar-nav > li {
        margin-right: 90px; } }
    .navbar-default .navbar-nav > li:last-child {
      margin-right: 0; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 10px; }

.navbar .navbar-collapse {
  text-align: center; }

#navbar.in, #navbar.collapsing {
  background-color: rgba(255, 255, 255, 0);
  padding-right: 15px;
  text-align: right; }

/* Items */
.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 1em;
  padding: 20px 8px 10px 8px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
      padding: 10px 10px 5px 10px; } }

/* Items activos/selecionados */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active a {
  color: white;
  border-bottom: 2px solid white;
  font-weight: 400;
  position: relative;
  background-color: transparent; }

/*
@media (min-width: 997px) {

    .navbar-nav > li > a {
        font-size: 2rem;
    }
}
*/
/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
.navbar-collapse {
  padding-right: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.4); }

.navbar-toggle {
  padding: 10px 10px; }

/* /navbar */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0; }

.mapa iframe {
  pointer-events: none; }

.degrad {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

/* VARIAS SECTIONS */
section {
  /*padding-top: 107px;*/
  padding-bottom: 50px; }

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*color: red;
    font-weight: 400;
    cursor: pointer;*/ }
  section#backofficeMenu form#uploadFicheiros {
    background-color: rgba(153, 153, 153, 0.1);
    padding: 15px;
    border-radius: 10px;
    border: dashed 1px #575756; }
  section#backofficeMenu .cCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: red; }
  section#backofficeMenu .cCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  section#backofficeMenu .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
  section#backofficeMenu .cCheckbox:hover input ~ .checkmark {
    background-color: #ccc; }
  section#backofficeMenu .cCheckbox input:checked ~ .checkmark {
    background-color: red; }
  section#backofficeMenu .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  section#backofficeMenu .cCheckbox input:checked ~ .checkmark:after {
    display: block; }
  section#backofficeMenu .cCheckbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

section#first {
  margin-top: 120px; }
  section#first .mainProdutosLink {
    border-bottom: 25px solid #00bed6;
    position: relative;
    color: white;
    overflow: hidden; }
    section#first .mainProdutosLink:hover .textLink {
      bottom: 0; }
    section#first .mainProdutosLink .textLink {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: absolute;
      bottom: -37px;
      font-size: 1em;
      width: 100%;
      /*padding: 0 25px 10px 25px;*/
      padding: 10px 58px 10px 20px;
      line-height: 1.2em; }
      section#first .mainProdutosLink .textLink hr {
        margin: 5px 0 0 0;
        border-top: 2px solid #eee; }
      section#first .mainProdutosLink .textLink span {
        font-size: .5em;
        font-weight: 300; }
      @media (min-width: 768px) {
        section#first .mainProdutosLink .textLink {
          bottom: -54px;
          font-size: 1.8em;
          padding: 10px 58px 10px 20px; } }
    section#first .mainProdutosLink img {
      width: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    section#first .mainProdutosLink:hover img {
      -ms-transform: scale(1.05, 1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05, 1.05);
      /* Safari */
      transform: scale(1.05, 1.05);
      /* Standard syntax */ }
  section#first .mainProdutosDesc {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 1.1em;
    font-weight: 300; }

section#mainServicos {
  background-color: #e6e6e6;
  padding-top: 50px;
  padding-bottom: 50px; }
  section#mainServicos .mainServicosIcon {
    text-align: center;
    margin-bottom: 20px; }
  section#mainServicos .mainServicosNomeWrapper {
    margin-bottom: 30px; }
    section#mainServicos .mainServicosNomeWrapper .mainServicosNome {
      color: #00bed6;
      margin: 0 auto;
      text-align: center;
      font-size: 1.8em;
      border-bottom: 2px solid #00bed6;
      max-width: 200px; }
  section#mainServicos .mainServicosTexto {
    font-size: 1.3em;
    font-weight: 300;
    text-align: center; }

section#mainContacteNos {
  padding-top: 50px;
  padding-bottom: 50px; }
  section#mainContacteNos .contacteNosWrapper {
    text-align: center; }
    section#mainContacteNos .contacteNosWrapper .btn {
      border-radius: 0;
      font-size: .7em; }
      @media (min-width: 768px) {
        section#mainContacteNos .contacteNosWrapper .btn {
          font-size: 1em; } }

section#breadCrumbs {
  margin-top: 80px;
  margin-bottom: 40px; }
  section#breadCrumbs .breadCrumbs {
    font-size: .8em;
    color: #575756;
    margin-bottom: 25px; }
    section#breadCrumbs .breadCrumbs span {
      padding: 0 5px; }
  section#breadCrumbs .titulo {
    font-size: 2em;
    color: #00bed6;
    border-bottom: 2px solid #00bed6;
    padding-bottom: 10px; }

section#quemSomos {
  margin-top: 10px;
  margin-bottom: 80px; }
  section#quemSomos .parteAzul {
    background-color: #00bed6;
    color: white;
    padding-top: 20%;
    padding-bottom: 50px;
    margin-top: -17%; }

section#contactos .morada {
  margin-bottom: 140px; }
  section#contactos .morada div {
    color: #00bed6;
    margin-bottom: 3px; }

section#contactos .formulario {
  margin-bottom: 140px; }
  section#contactos .formulario input,
  section#contactos .formulario textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #00bed6;
    color: #00bed6;
    /*border: none;*/
    /*background-color: $corCinzaClaro;*/ }
  section#contactos .formulario .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    border-color: #00bed6;
    background-color: #00bed6; }

section#contactos .barrinhaPequena {
  background-color: #00bed6;
  width: 100%;
  height: 10px; }

section#contactos .mapa {
  margin-bottom: 70px; }

section#produtosMenu .produtosMenuLink {
  position: relative;
  color: white;
  overflow: hidden;
  margin-bottom: 75px; }
  section#produtosMenu .produtosMenuLink img {
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  section#produtosMenu .produtosMenuLink:hover .plusSign {
    opacity: 1; }
  section#produtosMenu .produtosMenuLink:hover img {
    opacity: .9; }
  section#produtosMenu .produtosMenuLink .textLink {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: rgba(0, 190, 214, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 1em;
    width: 100%;
    padding: 5px 58px 5px 10px; }
    @media (min-width: 768px) {
      section#produtosMenu .produtosMenuLink .textLink {
        font-size: 1.8em;
        padding: 10px 58px 10px 20px; } }
  section#produtosMenu .produtosMenuLink .plusSign {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    line-height: 34px;
    background-color: #00bed6;
    font-size: 0.7em; }
    @media (min-width: 768px) {
      section#produtosMenu .produtosMenuLink .plusSign {
        width: 63px;
        line-height: 63px;
        font-size: 1em; } }
    section#produtosMenu .produtosMenuLink .plusSign svg {
      margin: 0 0 -5px 8px; }
      @media (min-width: 768px) {
        section#produtosMenu .produtosMenuLink .plusSign svg {
          margin: 0 0 -5px 17px; } }

.botaoVoltar {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: .6em;
  float: right;
  color: #999999;
  border: 1px solid #999999;
  margin-top: 20px;
  width: 30px; }
  .botaoVoltar svg {
    margin-left: 7px; }
  .botaoVoltar:hover {
    color: #00bed6;
    border: 1px solid #00bed6; }

section#listaProdutos .produtoListBlock {
  position: relative;
  margin-bottom: 30px;
  /*border: 2px solid $corCinzaClaro;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*&:hover {
            border: 2px solid $corAzul;
        }*/ }
  section#listaProdutos .produtoListBlock:hover .produtoMenuImage .boxWrapper {
    opacity: 1;
    background-color: rgba(0, 190, 214, 0.5); }
  section#listaProdutos .produtoListBlock .produtoMenuImage {
    position: relative; }
    section#listaProdutos .produtoListBlock .produtoMenuImage img {
      width: 100%;
      padding: 5px; }
    section#listaProdutos .produtoListBlock .produtoMenuImage .boxWrapper {
      opacity: 0;
      background-color: rgba(0, 190, 214, 0.5);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        section#listaProdutos .produtoListBlock .produtoMenuImage .boxWrapper {
          background-color: rgba(0, 190, 214, 0);
          opacity: 1; } }
  section#listaProdutos .produtoListBlock .tituloWrapper {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #575756;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 400;
    padding: 8px 5px 0 5px;
    /*height: 67px;*/ }
    @media (max-width: 767px) {
      section#listaProdutos .produtoListBlock .tituloWrapper {
        font-size: 1em;
        /*text-shadow: 1px 2px 1px black, -1px 0px 1px black;*/ } }

section#catalogo {
  background-color: #e6e6e6;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-bottom: 150px; }
  section#catalogo .titulo {
    font-size: 1.8em;
    color: #00bed6;
    margin-bottom: 30px; }
    section#catalogo .titulo div {
      border-bottom: 1px solid #00bed6;
      display: inline-block;
      margin-left: 10px;
      padding-right: 15px; }

section#produtoDetalhes {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 150px;
  background-color: #00bed6;
  color: white; }
  section#produtoDetalhes .imageWrapper img {
    width: 100%;
    /*border: 3px solid white;*/ }
  section#produtoDetalhes .imageWrapper .shadow {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    /* Similar syntax to box-shadow */ }
  section#produtoDetalhes .imageWrapper .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 5px;
    display: block !important;
    border: 0px solid black; }
  section#produtoDetalhes .imageWrapper .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border: 0px solid black; }
  section#produtoDetalhes .imageWrapper .owl-prev i, section#produtoDetalhes .imageWrapper .owl-next i {
    transform: scale(1, 6);
    color: #ccc; }
  section#produtoDetalhes .descricaoWrapper {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      section#produtoDetalhes .descricaoWrapper {
        margin-top: 0; } }
    section#produtoDetalhes .descricaoWrapper .descricao {
      position: relative; }
      @media (min-width: 992px) {
        section#produtoDetalhes .descricaoWrapper .descricao {
          position: absolute;
          bottom: 0;
          padding-bottom: 45px; } }
      section#produtoDetalhes .descricaoWrapper .descricao .titulo {
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 20px; }
