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

textarea.form-control {
  resize: none; }

html {
  height: 100%; }

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

.animated {
  opacity: 0; }

.animated.animOn {
  opacity: 1; }

/*@import 'topoLinguas';*/
/* Topo Menu */
#topoMenu {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 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-color: #2F317E; }
  #topoMenu .navbar {
    border-radius: 0px;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #2F317E; }
    #topoMenu .navbar .navbar-brand {
      height: auto;
      padding: 0px; }
    #topoMenu .navbar .navbar-toggle {
      padding: 0px;
      margin-top: 5px;
      margin-right: 0px;
      margin-bottom: 0px;
      border: 0px;
      border-radius: 0px; }
      #topoMenu .navbar .navbar-toggle .icon-bar {
        background-color: #ffffff; }
    #topoMenu .navbar .navbar-toggle:focus,
    #topoMenu .navbar .navbar-toggle:hover {
      background-color: transparent; }
    #topoMenu .navbar .navbar-nav {
      margin-top: -5px; }
      #topoMenu .navbar .navbar-nav li {
        margin-left: 20px; }
        @media (max-width: 767px) {
          #topoMenu .navbar .navbar-nav li {
            margin-bottom: 5px; } }
        #topoMenu .navbar .navbar-nav li a {
          position: relative;
          padding: 5px;
          color: #ffffff;
          font-weight: 700; }
        #topoMenu .navbar .navbar-nav li a: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;
          bottom: 0px;
          width: 0%;
          left: 50%;
          margin-left: 0%;
          height: 4px;
          background-color: #ffffff; }
        @media (max-width: 767px) {
          #topoMenu .navbar .navbar-nav li a {
            display: inline-block; }
          #topoMenu .navbar .navbar-nav li a:after {
            left: 0%; } }
        #topoMenu .navbar .navbar-nav li a.menuID5 {
          border: 1px solid #ffffff;
          border-radius: 5px; }
        #topoMenu .navbar .navbar-nav li a.menuID5:after {
          display: none; }
        #topoMenu .navbar .navbar-nav li a.active,
        #topoMenu .navbar .navbar-nav li a:hover {
          background-color: transparent;
          /*color: $corPreto;*/
          /*border-color: $corPreto;*/ }
        #topoMenu .navbar .navbar-nav li a.menuID5.active,
        #topoMenu .navbar .navbar-nav li a.menuID5:hover {
          background-color: #ffffff;
          color: #2F317E; }
        #topoMenu .navbar .navbar-nav li a.active:after,
        #topoMenu .navbar .navbar-nav li a:hover:after {
          width: 60%;
          margin-left: -30%; }
        @media (max-width: 767px) {
          #topoMenu .navbar .navbar-nav li a.active:after,
          #topoMenu .navbar .navbar-nav li a:hover:after {
            width: 60%;
            margin-left: 0%; } }
    #topoMenu .navbar .linguas {
      margin-left: 20px; }
      @media (max-width: 767px) {
        #topoMenu .navbar .linguas {
          margin-left: -25px; } }
      #topoMenu .navbar .linguas a {
        text-decoration: none;
        position: relative;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 10px;
        padding: 5px 0px; }
      #topoMenu .navbar .linguas a: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;
        bottom: 0px;
        width: 0%;
        left: 50%;
        height: 4px;
        background-color: #ffffff; }
      #topoMenu .navbar .linguas a.active:after,
      #topoMenu .navbar .linguas a:hover:after {
        width: 100%;
        left: 0%; }

@media (max-width: 767px) {
  #topoMenu .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #2F317E;
    margin-bottom: -25px;
    margin-top: 20px; }
    #topoMenu .navbar-collapse .navbar-right {
      margin-top: 10px;
      margin-bottom: 20px; }
  #topoMenu .navbar .navbar-nav {
    margin-top: 0px; }
    #topoMenu .navbar .navbar-nav li {
      margin-left: 0px; }

  #topoMenu .navbar-collapse.in {
    overflow-y: auto;
    max-height: 400px; } }
.imgTop #topoMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent; }
  .imgTop #topoMenu .navbar {
    background-color: transparent; }

#topoMenu.fixo {
  background-color: #2F317E; }

/*@import 'conteudo/pesquisa';*/
.carousel.galerias {
  margin-bottom: 10px; }

.carousel.galerias .item img.zoom {
  width: 100%; }

/*.carousel.galerias .carousel-control{
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.carousel.galerias .carousel-control.right{
    background-image: url("../img/seta_dir.png");
    background-position: 80% 50%;
}
.carousel.galerias .carousel-control.left{
    background-image: url("../img/seta_esq.png");
    background-position: 20% 50%;
}
*/
.carousel-caption {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 0px;
  text-shadow: none;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  display: block; }
  .carousel-caption > div {
    display: table;
    width: 100%;
    height: 100%; }
    .carousel-caption > div > div {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
  .carousel-caption .nome {
    background-color: rgba(47, 49, 126, 0.7);
    display: inline-block;
    padding: 20px 50px; }
  @media (max-width: 767px) {
    .carousel-caption {
      font-size: 15px; }
      .carousel-caption .nome {
        padding: 10px 25px; } }

.carousel.galerias.one .carousel-control {
  display: none; }

.carousel.galerias .carousel-indicators {
  bottom: 0px; }

@media (max-width: 767px) {
  .carousel.galerias .carousel-indicators {
    display: none; } }
.carousel.galerias .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2F317E;
  border: 0px; }

.carousel.galerias .carousel-indicators li:hover,
.carousel.galerias .carousel-indicators .active {
  background-color: rgba(47, 49, 126, 0.5); }

/* Grelha */
.galeria_grelha {
  width: 100%; }
  .galeria_grelha .img {
    margin-bottom: 30px; }
    .galeria_grelha .img img {
      width: 100%; }
  .galeria_grelha .esconde {
    display: none; }
  .galeria_grelha .galeriaMais {
    margin-bottom: 30px; }

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

.itemNoticia {
  -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-size: 12px;
  text-align: center;
  margin-bottom: 50px; }
  .itemNoticia img {
    width: 100%;
    margin-bottom: 15px; }
  .itemNoticia .nome {
    font-size: 16px;
    margin-bottom: 20px; }
  .itemNoticia .link {
    margin-top: 20px; }

.itemNoticia:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* detalhe */
.itemNoticiaD .linkBack {
  font-size: 16px;
  color: #2F317E;
  margin-bottom: 30px;
  text-decoration: none;
  display: block; }
  .itemNoticiaD .linkBack img {
    margin-right: 7px; }
.itemNoticiaD .linkBack:hover {
  color: #000; }
.itemNoticiaD .nome {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px; }
.itemNoticiaD .img img {
  width: 100%; }
.itemNoticiaD .texto {
  margin-top: 50px; }
  .itemNoticiaD .texto .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }

.listaCategorias {
  margin-top: 50px; }
  .listaCategorias .itemCategoria {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
    width: 100%;
    height: 330px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 24px;
    color: #ffffff; }
    .listaCategorias .itemCategoria a {
      text-decoration: none;
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .listaCategorias .itemCategoria a .nome {
        color: #ffffff;
        position: relative;
        padding-top: 35px; }
      .listaCategorias .itemCategoria a .bts {
        position: absolute;
        bottom: 35px;
        left: 0px;
        width: 100%; }
  .listaCategorias .itemCategoria:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .listaCategorias .itemCategoria:hover a {
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
  .listaCategorias .itemCategoria:before {
    content: ' ';
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 49, 126, 0.3); }
  .listaCategorias .itemCategoria.Home {
    height: 150px; }
    .listaCategorias .itemCategoria.Home a .nome {
      position: relative;
      display: table;
      padding: 0px;
      height: 100%;
      width: 100%; }
      .listaCategorias .itemCategoria.Home a .nome > div {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle; }

.produtosLista h1 {
  text-align: center;
  font-weight: 700;
  color: #2F317E; }
.produtosLista h2 {
  text-align: center;
  color: #2F317E; }
.produtosLista .lista {
  margin-top: 70px; }
  .produtosLista .lista .itemProduto {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px; }
    .produtosLista .lista .itemProduto .imagem {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      margin-bottom: 15px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .produtosLista .lista .itemProduto .imagem a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer; }
      .produtosLista .lista .itemProduto .imagem a::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;
        position: absolute;
        content: ' ';
        opacity: 0;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(47, 49, 126, 0.7);
        background-image: url("../img/prod_hover.png");
        background-repeat: no-repeat;
        background-position: center center;
        /*background-size: 50%;*/ }
      .produtosLista .lista .itemProduto .imagem a:hover::after {
        opacity: 1; }
    .produtosLista .lista .itemProduto .ref {
      font-size: 18px;
      margin-bottom: 8px; }
    .produtosLista .lista .itemProduto .link {
      margin-top: 30px; }

a {
  color: #2F317E;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

h1 {
  font-size: 46px;
  color: #2F317E; }

h3 {
  font-size: 18px;
  font-weight: 400; }

.btn {
  border-radius: 15px; }

.btn-min {
  min-width: 100px; }

.btn-default {
  color: #2F317E;
  background-color: #ffffff;
  border-color: #2F317E; }

.btn-default.active,
.btn-default:hover {
  color: #ffffff;
  background-color: #2F317E;
  border-color: #2F317E; }

.btn-primary {
  color: #ffffff;
  background-color: #2F317E;
  border-color: #2F317E; }

.btn-primary:hover {
  color: #2F317E;
  background-color: #ffffff;
  border-color: #2F317E; }

.form-control {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #2F317E;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control::placeholder {
  color: #2F317E;
  opacity: 1; }

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

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

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 8px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #000; }

.contactos {
  background-color: rgba(47, 49, 126, 0.2);
  border-radius: 7px;
  padding: 20px;
  color: #2F317E; }

.areaTitulo {
  position: relative;
  display: block;
  height: 330px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 18px; }
  .areaTitulo > div {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100%; }
    .areaTitulo > div > div {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
  .areaTitulo h1 {
    color: #ffffff; }
  @media (max-width: 767px) {
    .areaTitulo {
      font-size: 14px; }
      .areaTitulo h1 {
        font-size: 28px; } }

.areaTitulo:before {
  content: ' ';
  z-index: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.homepage .areaTitulo:after {
  content: ' ';
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 49px;
  background-image: url(../img/icon_rato.svg);
  text-align: center;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite  alternate; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px); } }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px); } }
div.destaque {
  background-color: rgba(47, 49, 126, 0.1);
  color: #2F317E;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 22px; }
  div.destaque p:last-chuld {
    margin-bottom: 0px; }

#conteudo {
  padding-bottom: 30px; }

.homepage #conteudo {
  color: #2F317E; }

.modal-content {
  position: relative;
  background-color: #2F317E;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 15px;
  color: #ffffff; }
  .modal-content a {
    color: #ffffff; }
  .modal-content .form-control {
    color: #ffffff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ffffff; }
  .modal-content .form-control::placeholder {
    color: #ffffff; }
  .modal-content .form-control:-ms-input-placeholder {
    color: #ffffff; }
  .modal-content .form-control::-ms-input-placeholder {
    color: #ffffff; }

.modal-title {
  text-align: center; }

.modal.in {
  display: flex !important; }

.modal .modal-dialog {
  margin: auto; }

#produtosModal .modal-body {
  position: relative;
  padding: 5px;
  background-color: #FFFFFF; }
  #produtosModal .modal-body img {
    width: 100%; }

.modal-header {
  border: 0px; }

.modal-header .close {
  margin-top: -10px;
  color: #FFFFFF;
  opacity: 1; }

.modal-footer {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: center;
  border-top: 0px;
  color: #FFFFFF; }

.galeria_home {
  display: none; }

/* Rodape */
#rodape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  min-height: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 12px;
  background-color: rgba(47, 49, 126, 0.1);
  color: #2F317E; }
  #rodape img.logo {
    margin-bottom: 20px; }
  #rodape img {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px; }
  #rodape a {
    color: #2F317E;
    text-decoration: none; }
  #rodape a:hover {
    color: rgba(47, 49, 126, 0.9); }
  #rodape a.menuID5 {
    border: 1px solid #000;
    border-radius: 5px; }
  #rodape .social {
    vertical-align: middle;
    display: inline-block; }
    #rodape .social a {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-color: #2F317E;
      border-radius: 50%;
      text-align: center;
      line-height: 24px;
      color: #ffffff;
      padding-left: 1px;
      margin-right: 15px; }
    #rodape .social a:hover {
      background-color: #000; }
  #rodape .logos {
    vertical-align: middle;
    display: inline-block; }
    #rodape .logos img {
      max-height: 80px; }
  #rodape .links {
    margin-bottom: 20px;
    display: block; }
    #rodape .links ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      #rodape .links ul li {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top; }
        #rodape .links ul li a {
          color: #000;
          font-weight: 700;
          padding: 5px; }
        #rodape .links ul li a.active,
        #rodape .links ul li a:hover {
          color: #2F317E;
          border-color: #2F317E; }
  #rodape .links.sec ul li a {
    color: #000;
    font-weight: 400; }
  #rodape .links.sec ul li a.active,
  #rodape .links.sec ul li a:hover {
    color: #2F317E; }

@media (max-width: 767px) {
  #rodape .links ul li {
    display: block;
    margin-right: 0px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: -5px; } }

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