﻿html {
  font-size: 17px; }

body {
  font-family: 'Roboto', 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; }

.slab {
  font-family: 'Roboto Slab', serif; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* 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: #353535;
  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: #353535; }

.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 {
  /* /#social */ }
  header #social {
    position: relative;
    color: white;
    background-color: #353535; }
    header #social span.mini {
      font-size: .8em; }
    header #social a {
      color: white;
      text-decoration: none; }
      header #social a:hover {
        color: #e6e6e6; }
    header #social .barraInicial {
      /*padding: 8px 0 5px 0;*/
      float: right;
      line-height: 25px;
      font-size: .95em;
      /* UL das Langs */ }
      header #social .barraInicial > a {
        margin-left: 5px; }
      header #social .barraInicial .socialIcons {
        margin-left: 15px; }
        header #social .barraInicial .socialIcons svg {
          font-size: 1.8em;
          margin-left: 8px;
          vertical-align: middle; }
      header #social .barraInicial ul#lang {
        display: inline-block;
        padding-left: 0;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 8px; }
        header #social .barraInicial ul#lang li {
          display: inline;
          margin-left: 3px;
          margin-right: 3px; }
          header #social .barraInicial ul#lang li a {
            margin: 0;
            font-size: .8em; }
      header #social .barraInicial .svgImage {
        width: 25px;
        height: 25px;
        vertical-align: middle; }
        header #social .barraInicial .svgImage path, header #social .barraInicial .svgImage circle {
          -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; }
        header #social .barraInicial .svgImage:hover path {
          fill: black; }
        header #social .barraInicial .svgImage:hover circle {
          stroke: black; }
  header #menuBar {
    /*background-color: #303030;*/
    position: relative;
    z-index: 1032; }

/* Fim Header */
footer {
  font-size: .9em; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 300;
    color: white;
    background-color: #353535; }
    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;
      font-size: 1em; }
      footer .footerData .footerBlock .socialIcons {
        margin-right: 15px; }
        footer .footerData .footerBlock .socialIcons svg {
          font-size: 1.8em;
          margin-right: 8px;
          vertical-align: middle; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock {
          margin-bottom: 0; } }
      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: 200px; } }
        @media (min-width: 992px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 185px; } }
        @media (min-width: 1200px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 185px; } }
      @media (min-width: 992px) {
        footer .footerData .footerBlock .footerBlock4 {
          /*text-align: right;*/ } }
      @media (min-width: 768px) {
        footer .footerData .footerBlock .borderLeft {
          border-left: white 1px dotted;
          position: absolute;
          top: 0;
          height: 150px; } }
      @media (min-width: 992px) {
        footer .footerData .footerBlock .borderLeft {
          height: 160px; } }
      @media (min-width: 1200px) {
        footer .footerData .footerBlock .borderLeft {
          height: 160px; } }
  footer .footerLine {
    font-size: .8em; }
    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; }

.navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px; }
  .navbar-brand > img {
    /*top: -63px;*/
    position: relative; }

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

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  /*margin-bottom: 50px;*/ }
  .navbar-default .navbar-nav > li {
    padding-left: 18px;
    /* Items */ }
    .navbar-default .navbar-nav > li > a {
      color: #353535;
      font-size: 1em;
      padding: 25px 0 25px 20px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .navbar-default .navbar-nav > li > a {
          padding: 10px 10px 5px 10px; } }
  .navbar-default .navbar-toggle {
    padding: 10px 10px;
    margin-top: 18px;
    margin-bottom: 16px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: rgba(255, 255, 255, 0.4); }

/* 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: black;
  font-weight: 400;
  position: relative;
  background-color: transparent; }

#navbar.in, #navbar.collapsing {
  background-color: white;
  padding-right: 15px;
  text-align: right; }

.navbar-collapse {
  padding-right: 0; }

/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
/* /navbar */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0; }

.mapa iframe {
  pointer-events: none; }

.mapaWrapper {
  position: relative;
  clear: both;
  overflow: hidden; }
  .mapaWrapper .embed-responsive-16by9 {
    padding-bottom: 30.25%; }

.megccut:after {
  content: "(...)";
  margin-right: 5px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: linear-gradient(to right, white, white 50%); }

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

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/ }

.slideWrapper {
  position: relative; }
  .slideWrapper .fraseWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 15px;
    z-index: 6;
    margin-top: 25px; }
    @media (min-width: 992px) {
      .slideWrapper .fraseWrapper {
        position: absolute; } }
    .slideWrapper .fraseWrapper .fraseSlide {
      text-align: center; }
      .slideWrapper .fraseWrapper .fraseSlide .fundoVerde {
        display: inline-block;
        background-color: #39a935;
        color: white;
        padding: 5px 20px;
        font-size: 1.7em;
        text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
        margin-bottom: 10px; }
      .slideWrapper .fraseWrapper .fraseSlide .letrasBrancas {
        font-size: 3.5em;
        line-height: 1.1em;
        margin-bottom: 60px;
        color: white;
        text-shadow: 7px 7px 3px rgba(0, 0, 0, 0.7); }
      .slideWrapper .fraseWrapper .fraseSlide .botaoWrapper {
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .slideWrapper .fraseWrapper .fraseSlide .botaoWrapper {
            margin-bottom: 80px; } }
        @media (min-width: 992px) {
          .slideWrapper .fraseWrapper .fraseSlide .botaoWrapper {
            margin-bottom: 80px; } }
        .slideWrapper .fraseWrapper .fraseSlide .botaoWrapper .btn {
          padding: 12px 35px;
          font-size: 1.1em;
          font-weight: 300; }
  .slideWrapper .triang {
    position: absolute;
    bottom: 3px;
    z-index: 6; }
    .slideWrapper .triang img {
      width: 100%; }

.tituloComVerde {
  color: #353535;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
  width: 80%;
  border-bottom: 8px solid #39a935;
  padding-bottom: 15px;
  margin: 0 auto 60px auto; }
  @media (min-width: 768px) {
    .tituloComVerde {
      width: 480px; } }
  .tituloComVerde span {
    font-weight: 400; }

section#mainPromocoes {
  background-color: #cccccc;
  margin-top: -3px;
  padding-top: 80px; }

.promoBoxWrapper {
  background-color: white;
  margin-bottom: 30px; }
  .promoBoxWrapper .promoImagem img {
    width: 100%; }
  .promoBoxWrapper .promoBoxBottomWrapper {
    padding: 25px 25px; }
    .promoBoxWrapper .promoBoxBottomWrapper .promoTitulo {
      font-size: 2em;
      font-weight: 700;
      margin-bottom: 30px; }
    .promoBoxWrapper .promoBoxBottomWrapper .promoTexto {
      line-height: 1.7em;
      margin-bottom: 20px;
      font-size: 1.1em; }
    .promoBoxWrapper .promoBoxBottomWrapper .promoVerMais {
      font-size: 1.2em;
      font-weight: 700; }
      .promoBoxWrapper .promoBoxBottomWrapper .promoVerMais a {
        color: #39a935; }

section#mainVideo {
  padding-top: 80px;
  padding-bottom: 100px; }
  section#mainVideo .topico {
    font-size: 2.1em;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700; }

section#mainServicos {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("/images/static/imagemEscura.jpg");
  padding-top: 100px;
  padding-bottom: 100px; }
  section#mainServicos .topico {
    text-align: center;
    font-size: 2.1em;
    font-weight: 700;
    color: white;
    margin-bottom: 80px; }
  section#mainServicos .mainServicoWrapper {
    margin-bottom: 40px; }
    section#mainServicos .mainServicoWrapper .iconWrapper {
      height: 150px;
      margin-bottom: 30px;
      align-items: flex-end;
      display: flex; }
      section#mainServicos .mainServicoWrapper .iconWrapper img {
        margin: 0 auto; }
    section#mainServicos .mainServicoWrapper .iconNome {
      font-size: 1.4em;
      color: white;
      text-align: center;
      font-weight: 300; }
      @media (min-width: 768px) {
        section#mainServicos .mainServicoWrapper .iconNome {
          font-size: 1.6em; } }
      @media (min-width: 992px) {
        section#mainServicos .mainServicoWrapper .iconNome {
          font-size: 2em; } }

section#servicos .tituloComVerde {
  text-align: left;
  margin: 60px 0; }

section#servicos .texto {
  margin-bottom: 100px; }

section#servicos .servicoWrapper {
  margin-bottom: 40px; }
  section#servicos .servicoWrapper .servicoImagem img {
    width: 100%; }
  section#servicos .servicoWrapper .servicoBottomWrapper {
    position: relative;
    width: 80%;
    margin: -22% auto 0 auto;
    padding: 30px 20px;
    background-color: white; }
    section#servicos .servicoWrapper .servicoBottomWrapper .servicoTitulo {
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        section#servicos .servicoWrapper .servicoBottomWrapper .servicoTitulo {
          font-size: 2.3em; } }
    section#servicos .servicoWrapper .servicoBottomWrapper .servicoTexto {
      font-weight: 400;
      font-size: .9em; }
      @media (min-width: 992px) {
        section#servicos .servicoWrapper .servicoBottomWrapper .servicoTexto {
          font-size: 1.1em; } }

section#quemSomos .tituloComVerde {
  text-align: left;
  margin: 60px 0; }

section#quemSomos .texto {
  margin-bottom: 100px; }

section#quemSomos .fotoWrapper {
  margin-bottom: 100px; }
  section#quemSomos .fotoWrapper img {
    width: 100%; }

section#contactos {
  padding-bottom: 0; }
  section#contactos .tituloComVerde {
    text-align: left;
    margin: 60px 0; }
  section#contactos .fraseContactos {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      section#contactos .fraseContactos {
        font-size: 2.3em; } }
  section#contactos .morada {
    margin-bottom: 40px; }
  section#contactos .formulario {
    margin-bottom: 40px; }
  section#contactos input,
  section#contactos textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    background-color: #e6e6e6; }
  section#contactos .form-control:focus {
    border-color: #39a935;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 169, 53, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 169, 53, 0.6); }
  section#contactos .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  section#contactos .imagemEscura {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/images/static/imagemEscura.jpg");
    padding-top: 15%;
    padding-bottom: 15%; }

section#produtos {
  padding-bottom: 0; }
  section#produtos .tituloComVerde {
    text-align: left;
    margin: 60px 0; }
  section#produtos .produtosWrapper {
    margin-bottom: 50px; }
    section#produtos .produtosWrapper .boxBlock {
      position: relative;
      margin-bottom: 30px; }
      section#produtos .produtosWrapper .boxBlock:hover .boxImageWrapper .boxWrapper {
        opacity: 1; }
      section#produtos .produtosWrapper .boxBlock:hover .boxImageWrapper img {
        -ms-transform: scale(1.1, 1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1, 1.1);
        /* Safari */
        transform: scale(1.1, 1.1);
        /* Standard syntax */ }
      section#produtos .produtosWrapper .boxBlock .boxImageWrapper {
        position: relative;
        text-align: center;
        overflow: hidden; }
        section#produtos .produtosWrapper .boxBlock .boxImageWrapper > 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#produtos .produtosWrapper .boxBlock .boxImageWrapper .boxWrapper {
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          -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: 0;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          section#produtos .produtosWrapper .boxBlock .boxImageWrapper .boxWrapper .contentWrapper {
            text-align: center; }
            section#produtos .produtosWrapper .boxBlock .boxImageWrapper .boxWrapper .contentWrapper .nomeProduto {
              font-size: 1.6em; }
              @media (min-width: 768px) {
                section#produtos .produtosWrapper .boxBlock .boxImageWrapper .boxWrapper .contentWrapper .nomeProduto {
                  font-size: 2.3em; } }
            section#produtos .produtosWrapper .boxBlock .boxImageWrapper .boxWrapper .contentWrapper .verMais {
              color: white;
              background-color: #e41d2d;
              display: inline-block;
              padding: 3px 10px; }
  section#produtos .imagemEscura {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/images/static/imagemEscura.jpg");
    padding-top: 15%;
    padding-bottom: 15%; }

section#produtosVer {
  padding-bottom: 0; }
  section#produtosVer .tituloComVerde {
    text-align: left;
    margin: 60px 0 20px 0; }
  section#produtosVer .botaoVoltar {
    float: right;
    margin: 10px 0; }
    @media (min-width: 768px) {
      section#produtosVer .botaoVoltar {
        margin: 60px 0; } }
  section#produtosVer .produtosVerWrapper {
    margin-bottom: 50px; }
    section#produtosVer .produtosVerWrapper .produtosVerBlock {
      margin-bottom: 40px; }
      section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoNome {
        margin-bottom: 10px;
        font-size: 1em;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em; }
      section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerImagem {
        padding: 5px;
        border: 1px solid #e6e6e6; }
        section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerImagem img {
          width: 100%; }
      section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons a {
          color: white; }
          section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons a:last-child {
            margin-left: 18px; }
        section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons .iconPDF, section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons .iconLink {
          padding: 4px 6px;
          font-size: 1.8em;
          width: 50px;
          height: 50px; }
        section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons .iconPDF {
          background-color: #39a935; }
        section#produtosVer .produtosVerWrapper .produtosVerBlock .produtoVerIcons .iconLink {
          background-color: #353535; }
  section#produtosVer .imagemEscura {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/images/static/imagemEscura.jpg");
    padding-top: 15%;
    padding-bottom: 15%; }
    section#produtosVer .imagemEscura .listaProdutos {
      color: white; }
      section#produtosVer .imagemEscura .listaProdutos a {
        color: white; }

.infoTel {
  margin-top: 2rem;
  font-size: .6rem; }
