﻿html {
  font-size: 17px; }

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

strong {
  font-weight: 600; }

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

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f2f2f2;
  margin-bottom: 3px !important; }

/*.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;
    font-weight: 300;
    background-color: #202851; }
    header #social .barraInicial {
      /* UL das Langs */ }
      header #social .barraInicial ul#lang {
        display: inline-block;
        float: left;
        padding-left: 0;
        margin-top: 7px;
        margin-bottom: 7px; }
        header #social .barraInicial ul#lang li {
          display: inline;
          margin-left: 0;
          margin-right: 20px;
          font-size: 0.7em; }
          header #social .barraInicial ul#lang li a {
            color: white;
            text-decoration: none; }
            header #social .barraInicial ul#lang li a:hover {
              color: #f2f2f2; }
      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 #social .barraInicial .socialItems {
        float: right;
        margin-top: 7px;
        margin-bottom: 7px; }
        header #social .barraInicial .socialItems a {
          margin-left: 10px; }
        header #social .barraInicial .socialItems svg {
          font-size: 1.7em;
          color: white; }
          header #social .barraInicial .socialItems svg:hover {
            color: #f2f2f2; }
  header #menuBar {
    background-color: #293669;
    position: relative;
    z-index: 1032;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #ad8145; }
    @media (min-width: 768px) {
      header #menuBar {
        background-color: transparent; } }
    header #menuBar.fundoCinza {
      background-color: #293669; }

/* Fim Header */
footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,202851+100&0.35+0,0.35+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(32, 40, 81, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(32, 40, 81, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(32, 40, 81, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#59202851',GradientType=0 );
  /* IE6-9 */ }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 400;
    color: black;
    /*background-color: $corCinza;*/ }
    footer .footerData a {
      color: black; }
      footer .footerData a:hover {
        color: #575756; }
    footer .footerData .col-sm-3 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      font-size: .92em;
      font-weight: 300;
      line-height: 1.7em; }
      @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: 180px; } }
        @media (min-width: 1200px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3, footer .footerData .footerBlock .footerBlock4 {
            width: 200px; } }
  footer .footerLine {
    font-size: .75em; }
    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;
  float: right; }
  @media (min-width: 768px) {
    .navbar-nav {
      float: none;
      width: calc(100% - 125px);
      position: relative;
      top: 0;
      clear: right;
      right: 0;
      display: flex;
      justify-content: space-between; } }

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  margin-bottom: 0; }
  .navbar-default .navbar-nav > li {
    padding: 0 15px 0 15px;
    /* Items */ }
    .navbar-default .navbar-nav > li > a {
      color: white;
      font-size: .9em;
      border-bottom: 3px solid transparent;
      padding: 58px 0 58px 0;
      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: 50px;
    margin-bottom: 50px;
    border-color: #ad8145; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: rgba(0, 0, 0, 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: white;
  font-weight: 400;
  position: relative;
  background-color: transparent;
  border-bottom: 3px solid #ad8145; }

#navbar.in, #navbar.collapsing {
  /*background-color: rgba(255, 255, 255, 1);*/
  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%; }

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

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

.slideWrapper {
  position: relative; }
  .slideWrapper .slide {
    position: relative;
    margin-top: 0; }
    @media (min-width: 768px) {
      .slideWrapper .slide {
        margin-top: -140px; } }
  .slideWrapper .botaoReserveWrapper {
    position: absolute;
    bottom: 12%;
    text-align: center;
    left: 0;
    right: 0; }
    .slideWrapper .botaoReserveWrapper .botaoReserve {
      display: inline-block;
      color: white;
      background-color: rgba(41, 54, 105, 0.9);
      padding: 15px 32px;
      font-size: 1.3em;
      -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; }
      .slideWrapper .botaoReserveWrapper .botaoReserve:hover {
        background-color: #293669; }
      @media (min-width: 768px) {
        .slideWrapper .botaoReserveWrapper .botaoReserve {
          padding: 25px 42px;
          font-size: 1.9em; } }

section#selos {
  margin-top: 60px; }
  section#selos .listaSelosWrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end; }
    section#selos .listaSelosWrapper .listaSelosItem {
      margin: 10px; }
      section#selos .listaSelosWrapper .listaSelosItem img {
        position: relative;
        display: inline-block;
        height: 125px; }
        section#selos .listaSelosWrapper .listaSelosItem img.widCOEImg {
          height: auto; }
      section#selos .listaSelosWrapper .listaSelosItem .logoSelo .widCOE {
        margin: 0; }

.titulo {
  font-size: 1.2em;
  color: #ad8145;
  font-weight: 700;
  margin-bottom: 10px; }

.texto {
  line-height: 1.2em;
  font-weight: 300; }

section#mainGaleriaPromos {
  display: none; }
  @media (min-width: 1200px) {
    section#mainGaleriaPromos {
      display: flex; } }
  section#mainGaleriaPromos .mainGaleria {
    flex: 0 0 50%;
    position: relative; }
    section#mainGaleriaPromos .mainGaleria .barraGaleria {
      position: absolute;
      top: 0;
      width: 100%;
      color: white;
      font-size: 2em;
      font-weight: 700;
      text-align: center;
      margin-top: 15px; }
      @media (min-width: 992px) {
        section#mainGaleriaPromos .mainGaleria .barraGaleria {
          font-size: 2em;
          margin-top: 15px; } }
      @media (min-width: 1200px) {
        section#mainGaleriaPromos .mainGaleria .barraGaleria {
          font-size: 2em;
          margin-top: 15px; } }
    section#mainGaleriaPromos .mainGaleria .galeriaImagem img {
      width: 100%; }
  section#mainGaleriaPromos .mainPromos {
    flex: 0 0 50%;
    position: relative; }
    section#mainGaleriaPromos .mainPromos img {
      width: 100%; }
    section#mainGaleriaPromos .mainPromos .conteudoPromoWrapper {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      section#mainGaleriaPromos .mainPromos .conteudoPromoWrapper .conteudoPromo {
        width: 50%;
        margin-left: 50px;
        color: white; }
        section#mainGaleriaPromos .mainPromos .conteudoPromoWrapper .conteudoPromo .textoBlock {
          font-size: 1.2em;
          line-height: 1.5em;
          font-weight: 300; }
        section#mainGaleriaPromos .mainPromos .conteudoPromoWrapper .conteudoPromo .botaoPromocoes {
          -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;
          margin-top: 20px;
          text-align: center;
          color: white;
          background-color: rgba(173, 129, 69, 0.9);
          font-weight: 700;
          padding: 20px 30px; }
          section#mainGaleriaPromos .mainPromos .conteudoPromoWrapper .conteudoPromo .botaoPromocoes:hover {
            background-color: #ad8145; }

section#reservas hr {
  border-top: solid 2px #ad8145;
  margin-top: 30px;
  margin-bottom: 30px; }

section#reservas .titulo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

section#reservas .texto {
  text-align: center; }

section#reservas .textoReservas {
  margin-top: 40px;
  font-weight: 300; }

section#reservas .formularioWrapper .subTitulo {
  color: #ad8145;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px; }

section#reservas .formularioWrapper label {
  font-weight: 600;
  font-size: 0.7em; }
  @media (min-width: 992px) {
    section#reservas .formularioWrapper label {
      font-size: .9em; } }

section#reservas .formularioWrapper .margemVertical {
  width: 100%;
  height: 40px;
  clear: both; }

section#reservas .formularioWrapper #btnSubmitForm {
  margin-top: 20px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #293669; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #293669; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #293669; }

section#galeria .titulo {
  text-align: center;
  margin-bottom: 30px; }

section#galeria .carousselWrapper .owl-carousel .item .descricao {
  text-align: center;
  color: black;
  font-weight: 600;
  margin-top: 15px; }

section#aVisitar .titulo {
  text-align: center;
  margin-bottom: 30px; }

section#aVisitar .texto {
  margin-bottom: 50px; }

section#aVisitar .imageWrapper img {
  margin: 0 auto; }

section#contactos .titulo {
  text-align: center;
  margin-bottom: 30px; }

section#contactos .texto {
  margin-bottom: 50px; }

section#contactos .formulario {
  margin-bottom: 50px; }

section#promocoes .titulo {
  text-align: center;
  margin-bottom: 50px; }

section#promocoes .promoBlock .titulo {
  text-align: left;
  margin-bottom: 20px; }

section#promocoes .promoBlock .promoImageWrapper {
  margin-bottom: 20px; }

section#promocoes .promoBlock .promoBotao {
  background-color: #ad8145;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px; }
