@charset "UTF-8";
/* 
    Document   : Base layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/
/*@import url('./fonts/Novel-Pro/NovelPro-Bold.css');*/
/*@import url('./fonts/Novel-Pro/NovelPro-Regular.css');*/
@import url("./fonts/Novel-Sans-Pro/NovelSansPro-Regular.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/*$fontBase: 'NovelPro', serif;*/
/*$fontMenu: 'NovelSansPro', sans-serif;*/
/* theme */
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px; }

textarea.form-control {
  resize: none; }

html,
body {
  font-family: "NovelSansPro", sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.52857143; }

a {
  color: #a45f37; }

/* Topo Menu */
#topoMenu {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 0px;
  z-index: 20;
  border-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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 (max-width: 767px) {
    #topoMenu {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  #topoMenu .navbar-brand {
    position: relative;
    height: auto;
    padding: 0px;
    margin-top: 3px;
    margin-right: 20px; }
    #topoMenu .navbar-brand img {
      position: relative;
      width: 240px;
      -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 .navbar-brand img.dark {
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0; }
    @media (max-width: 1199px) {
      #topoMenu .navbar-brand img {
        width: 200px; } }
    @media (max-width: 767px) {
      #topoMenu .navbar-brand img {
        width: 220px; } }
  #topoMenu .linguas {
    font-family: "Marcellus", serif;
    text-transform: uppercase; }
    #topoMenu .linguas a {
      color: #ffffff;
      cursor: pointer;
      text-decoration: none;
      border-radius: 20px;
      border: 1px solid #fff;
      text-transform: uppercase;
      padding: .3rem 1.2rem;
      font-size: 16px;
      -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 .linguas a.active,
    #topoMenu .linguas a:hover {
      background-color: #ffffff;
      color: #a45f37; }
  #topoMenu .navbar-nav {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Marcellus", serif;
    text-transform: uppercase; }
    #topoMenu .navbar-nav > li > a {
      position: relative;
      z-index: 1;
      font-size: 17px;
      font-weight: 700;
      color: #ffffff;
      padding: 7px 20px;
      -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 (max-width: 1199px) {
        #topoMenu .navbar-nav > li > a {
          font-size: 14px;
          padding: 7px 10px; } }
    #topoMenu .navbar-nav > li > a.active,
    #topoMenu .navbar-nav > li > a:hover {
      text-decoration: none;
      color: #a45f37;
      background-color: transparent; }
  #topoMenu .btBook,
  #topoMenu .btCarrinho {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 25px;
    background-color: #a45f37;
    border: 1px solid #a45f37;
    color: #ffffff;
    font-size: 18px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 5px;
    overflow: visible;
    -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 .btBook .loader,
    #topoMenu .btCarrinho .loader {
      display: none;
      position: absolute;
      top: 14px;
      right: 14px;
      color: #a45f37; }
    #topoMenu .btBook i,
    #topoMenu .btCarrinho i {
      display: inline-block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      font-size: 20px;
      margin-left: 20px;
      text-align: center;
      background-color: #ffffff;
      border-radius: 34px;
      color: #a45f37;
      -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 (max-width: 1199px) {
      #topoMenu .btBook,
      #topoMenu .btCarrinho {
        font-size: 14px; }
        #topoMenu .btBook i,
        #topoMenu .btCarrinho i {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 18px;
          border-radius: 30px; } }
    #topoMenu .btBook .nTotal,
    #topoMenu .btCarrinho .nTotal {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 20px;
      height: 20px;
      background-color: #ffcc00;
      color: #000000;
      border-radius: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 10px; }
  #topoMenu .btBook.hide,
  #topoMenu .btCarrinho.hide {
    display: none; }
  #topoMenu .btBook:hover,
  #topoMenu .btCarrinho:hover {
    background-color: #ffffff;
    color: #a45f37;
    text-decoration: none; }
    #topoMenu .btBook:hover .loader,
    #topoMenu .btCarrinho:hover .loader {
      color: #ffffff; }
    #topoMenu .btBook:hover i,
    #topoMenu .btCarrinho:hover i {
      background-color: #a45f37;
      color: #ffffff; }
  #topoMenu #carrinho.loading .btCarrinho .loader {
    display: block; }
  #topoMenu #carrinho.loading .btCarrinho i {
    text-indent: 9999px; }
  #topoMenu #carrinhoM {
    display: none;
    position: absolute;
    top: 10px;
    right: 80px; }
    @media (max-width: 991px) {
      #topoMenu #carrinhoM {
        display: block; } }
    #topoMenu #carrinhoM .btBook,
    #topoMenu #carrinhoM .btCarrinho {
      background-color: transparent;
      border: 0px;
      padding-left: 5px; }
      #topoMenu #carrinhoM .btBook i,
      #topoMenu #carrinhoM .btCarrinho i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 0px; }
  @media (max-width: 991px) {
    #topoMenu .navbar-collapse {
      text-align: center; }
    #topoMenu #btCarrinho {
      margin-top: 10px; }
    #topoMenu .navbar-nav {
      font-size: 14px;
      margin-top: 8px;
      letter-spacing: 0.3px;
      text-transform: uppercase; }
      #topoMenu .navbar-nav > li {
        display: block; }
        #topoMenu .navbar-nav > li > a {
          display: block;
          padding-top: 10px;
          padding-bottom: 10px; } }
  #topoMenu .navbar-toggler {
    position: relative;
    margin-top: 0px;
    z-index: 15;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    padding-top: 5px;
    border: 1px solid #ffffff; }
    #topoMenu .navbar-toggler .bar {
      position: relative;
      top: 0px;
      left: 0px;
      display: block;
      margin: auto;
      width: 26px;
      height: 2px;
      margin-bottom: 6px;
      background-color: #ffffff;
      opacity: 1;
      -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 .navbar-toggler:not(.collapsed) .bar:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #topoMenu .navbar-toggler:not(.collapsed) .bar:nth-child(2) {
    opacity: 0; }
  #topoMenu .navbar-toggler:not(.collapsed) .bar:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#topoMenu.open,
#topoMenu.fixed {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff; }
  #topoMenu.open .navbar-brand img.light,
  #topoMenu.fixed .navbar-brand img.light {
    opacity: 0; }
  #topoMenu.open .navbar-brand img.dark,
  #topoMenu.fixed .navbar-brand img.dark {
    opacity: 1; }
  #topoMenu.open .navbar-nav > li > a,
  #topoMenu.fixed .navbar-nav > li > a {
    color: #000000; }
  #topoMenu.open .navbar-nav > li > a.active,
  #topoMenu.open .navbar-nav > li > a:hover,
  #topoMenu.fixed .navbar-nav > li > a.active,
  #topoMenu.fixed .navbar-nav > li > a:hover {
    color: #a45f37;
    background-color: transparent; }
  @media (max-width: 767px) {
    #topoMenu.open .linguas,
    #topoMenu.fixed .linguas {
      padding-top: 10px; } }
  #topoMenu.open .linguas a,
  #topoMenu.fixed .linguas a {
    color: #a45f37;
    border-color: #a45f37; }
  #topoMenu.open .linguas a.active,
  #topoMenu.open .linguas a:hover,
  #topoMenu.fixed .linguas a.active,
  #topoMenu.fixed .linguas a:hover {
    color: #a45f37; }
  #topoMenu.open .navbar-toggler,
  #topoMenu.fixed .navbar-toggler {
    border: 1px solid #a45f37; }
    #topoMenu.open .navbar-toggler .bar,
    #topoMenu.fixed .navbar-toggler .bar {
      background-color: #a45f37; }

.carousel-fade {
  position: relative; }
  .carousel-fade .carousel-inner:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 90; }
  .carousel-fade .carousel-inner {
    position: relative;
    z-index: 0;
    height: 100%; }
    .carousel-fade .carousel-inner .carousel-item {
      width: 100%;
      height: 100%; }
      .carousel-fade .carousel-inner .carousel-item .img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .carousel-fade .carousel-inner .carousel-item > img {
        display: none; }

#slide_galeria_1 {
  position: relative;
  z-index: 1;
  height: 100vh; }
  #slide_galeria_1 video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #slide_galeria_1 .descricao {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    color: #ffffff; }
    #slide_galeria_1 .descricao .nome {
      font-family: "Marcellus", serif;
      font-size: 24px;
      letter-spacing: 4px;
      display: block;
      margin-bottom: 5px; }
    #slide_galeria_1 .descricao .texto {
      font-family: "Marcellus", serif;
      font-size: 80px;
      line-height: 85px;
      font-weight: 700; }
  @media (max-width: 767px) {
    #slide_galeria_1 .descricao .nome {
      font-size: 24px; }
    #slide_galeria_1 .descricao .texto {
      font-size: 40px;
      line-height: 35px; } }

.listaBanners {
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px; }
  .listaBanners .swiper-container {
    width: 100%;
    padding-bottom: 0px; }
  .listaBanners .swiper-container::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 70%;
    width: 100%;
    /*background-color: rgba($corVermelho, .8);*/ }
  .listaBanners .itemBanner {
    color: #ffffff;
    background-color: #342820;
    display: block;
    margin: auto;
    padding: 20px;
    height: 100%;
    max-width: 80%;
    opacity: .8; }
    .listaBanners .itemBanner .nomeB {
      font-size: 24px;
      margin-bottom: 20px;
      font-family: "Marcellus", serif;
      font-weight: 700; }
    .listaBanners .itemBanner .textoB {
      font-size: 20px;
      text-align: left;
      margin-bottom: -10px; }
    .listaBanners .itemBanner a {
      margin-top: 20px;
      color: #ffcc00;
      text-align: center;
      display: block; }
    .listaBanners .itemBanner a:hover {
      color: #ffffff;
      text-decoration: none; }
  @media (max-width: 1199px) {
    .listaBanners .container {
      padding: 0px; }
    .listaBanners .swiper-container {
      max-width: 100vw; }
    .listaBanners .itemBanner {
      padding: 20px; }
      .listaBanners .itemBanner .nomeB {
        font-size: 20px;
        margin-bottom: 20px; }
      .listaBanners .itemBanner .textoB {
        font-size: 16px; } }

.carousel-item.active .img {
  transition: transform 12000ms linear 0s;
  /* This should be based on your carousel setting. For bs, it should be 5second*/
  transform: scale(1.25, 1.25); }

.listaFaqs {
  margin-top: 30px;
  /*margin-bottom: 15px;*/ }

.itemFaq {
  position: relative; }
  .itemFaq .pergunta a {
    color: #333;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .itemFaq .pergunta a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px; } }
  .itemFaq .pergunta .container {
    position: relative;
    padding-left: 80px; }
    @media (max-width: 767px) {
      .itemFaq .pergunta .container {
        padding-left: 40px; } }
  .itemFaq .pergunta .fa {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #ccc;
    width: 12px;
    margin-top: -12px; }
  .itemFaq .pergunta a.active,
  .itemFaq .pergunta a:hover {
    background-color: #a45f37;
    color: #ffffff; }
    .itemFaq .pergunta a.active .fa,
    .itemFaq .pergunta a:hover .fa {
      color: #ffcc00; }
    .itemFaq .pergunta a.active .fa-angle-right:before,
    .itemFaq .pergunta a:hover .fa-angle-right:before {
      content: "\f068"; }
  .itemFaq .resposta {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    display: none;
    border-bottom: 6px solid #a45f37; }

.listaUnidades {
  overflow: auto;
  margin-bottom: 60px;
  border-right: 1px solid #ffffff; }
  .listaUnidades .item {
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #ffffff;
    padding-bottom: 170%; }
    @media (max-width: 767px) {
      .listaUnidades .item {
        margin-bottom: 2px; } }
    .listaUnidades .item .img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      z-index: 1;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaUnidades .item .sombra {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 3;
      background-color: rgba(0, 0, 0, 0.3); }
    .listaUnidades .item video {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .listaUnidades .item .texto {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      z-index: 4;
      font-size: 16px;
      text-align: left;
      color: #ffffff;
      border-bottom: 40px solid #cfae66; }
      .listaUnidades .item .texto .titulo {
        margin-top: 50px;
        margin-bottom: auto;
        margin-left: 50px;
        border-bottom: 1px solid #f4c63b;
        padding-bottom: 30px;
        font-size: 50px; }
      .listaUnidades .item .texto .listaC {
        margin-bottom: 30px; }
        .listaUnidades .item .texto .listaC .itemLinha a {
          display: block;
          padding-left: 50px;
          background-color: rgba(207, 174, 102, 0);
          padding-top: 10px;
          padding-bottom: 10px;
          margin-bottom: 10px;
          text-decoration: none;
          color: #ffffff;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        .listaUnidades .item .texto .listaC .itemLinha a:hover {
          background-color: #cfae66; }
      .listaUnidades .item .texto .nome {
        font-family: "Marcellus", serif;
        position: relative;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 700; }
      .listaUnidades .item .texto .local {
        position: relative;
        font-weight: 600; }
  .listaUnidades .item.grupo_2 .texto {
    border-bottom-color: #ae8277; }
    .listaUnidades .item.grupo_2 .texto .listaC .itemLinha a {
      background-color: rgba(174, 130, 119, 0); }
    .listaUnidades .item.grupo_2 .texto .listaC .itemLinha a:hover {
      background-color: #ae8277; }
  .listaUnidades .item.grupo_3 .texto {
    border-bottom-color: #4dab33; }
    .listaUnidades .item.grupo_3 .texto .listaC .itemLinha a {
      background-color: rgba(77, 171, 51, 0); }
    .listaUnidades .item.grupo_3 .texto .listaC .itemLinha a:hover {
      background-color: #4dab33; }

#detalheUnidade #mapaC {
  position: relative;
  width: 100%;
  height: 400px; }
  #detalheUnidade #mapaC #map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
#detalheUnidade #areaBanner {
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: 50px;
  position: relative; }
  #detalheUnidade #areaBanner .logoTopo {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    text-align: center; }
    #detalheUnidade #areaBanner .logoTopo img {
      max-width: 300px; }
    #detalheUnidade #areaBanner .logoTopo .btVideo {
      font-size: 60px;
      color: #ffffff;
      cursor: pointer; }
      @media (max-width: 767px) {
        #detalheUnidade #areaBanner .logoTopo .btVideo {
          display: none; } }
    #detalheUnidade #areaBanner .logoTopo .btVideo:hover {
      color: #ffcc00; }
  #detalheUnidade #areaBanner .listaServicos {
    z-index: 11;
    width: 100%;
    position: relative;
    margin-top: -400px;
    display: none; }
    @media (min-width: 992px) {
      #detalheUnidade #areaBanner .listaServicos {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin-top: 0px; } }
    #detalheUnidade #areaBanner .listaServicos .container-fluid {
      padding: 0px; }
      #detalheUnidade #areaBanner .listaServicos .container-fluid .row {
        margin: 0px; }
        #detalheUnidade #areaBanner .listaServicos .container-fluid .row > div {
          padding: 0px; }
    #detalheUnidade #areaBanner .listaServicos .item {
      min-height: 95px;
      overflow: visible;
      margin-bottom: -1px;
      position: relative; }
      #detalheUnidade #areaBanner .listaServicos .item .resumo {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 1;
        cursor: pointer;
        min-height: 95px;
        position: relative;
        margin-bottom: -1px;
        border: 1px solid #ffffff;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px; }
        @media (min-width: 992px) {
          #detalheUnidade #areaBanner .listaServicos .item .resumo {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: -1px;
            margin-bottom: 0px; } }
        #detalheUnidade #areaBanner .listaServicos .item .resumo .tipo {
          font-size: 11px; }
        #detalheUnidade #areaBanner .listaServicos .item .resumo .nome {
          font-size: 16px;
          font-weight: 700; }
      #detalheUnidade #areaBanner .listaServicos .item .long {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        position: relative;
        display: none;
        border: 1px solid #ffffff;
        text-align: center;
        color: #ffffff;
        font-size: 13px;
        background-color: #262626;
        padding: 20px; }
        @media (min-width: 992px) {
          #detalheUnidade #areaBanner .listaServicos .item .long {
            position: absolute;
            bottom: -700px;
            left: 0px;
            right: -1px;
            display: block; } }
        #detalheUnidade #areaBanner .listaServicos .item .long .nome {
          color: #a45f37;
          font-size: 26px;
          margin-bottom: -5px;
          font-weight: 700; }
        #detalheUnidade #areaBanner .listaServicos .item .long .preco {
          position: relative;
          font-size: 24px;
          margin-bottom: 30px;
          font-weight: 600; }
        #detalheUnidade #areaBanner .listaServicos .item .long .preco:after {
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -25px;
          content: ' ';
          display: inline-block;
          width: 50px;
          height: 3px;
          background-color: #ffffff; }
        #detalheUnidade #areaBanner .listaServicos .item .long .desc {
          font-family: "Marcellus", serif;
          color: #ffcc00;
          font-weight: 700; }
        #detalheUnidade #areaBanner .listaServicos .item .long .texto {
          font-size: 14px;
          font-family: "Marcellus", serif; }
        #detalheUnidade #areaBanner .listaServicos .item .long .link {
          margin-top: 30px; }
    #detalheUnidade #areaBanner .listaServicos .item:hover .long {
      display: block; }
    @media (min-width: 992px) {
      #detalheUnidade #areaBanner .listaServicos .item:hover .resumo {
        /*bottom: -200px;*/
        opacity: 0; }
      #detalheUnidade #areaBanner .listaServicos .item:hover .long {
        bottom: 0px; } }
#detalheUnidade .listaServicosM {
  width: 100%;
  margin-top: -360px;
  position: relative; }
  @media (min-width: 768px) {
    #detalheUnidade .listaServicosM {
      display: none; } }
  #detalheUnidade .listaServicosM .item {
    margin-bottom: -1px;
    position: relative; }
    #detalheUnidade .listaServicosM .item .resumo {
      opacity: 1;
      cursor: pointer;
      min-height: 95px;
      position: relative;
      margin-bottom: -1px;
      border: 1px solid #ffffff;
      text-align: center;
      color: #ffffff;
      background-color: #363636;
      padding: 20px; }
      #detalheUnidade .listaServicosM .item .resumo .tipo {
        font-size: 11px; }
      #detalheUnidade .listaServicosM .item .resumo .nome {
        font-size: 16px;
        font-weight: 700; }
    #detalheUnidade .listaServicosM .item .long {
      position: relative;
      border: 1px solid #ffffff;
      text-align: center;
      color: #ffffff;
      font-size: 13px;
      background-color: #262626;
      display: none; }
      #detalheUnidade .listaServicosM .item .long > div {
        padding: 20px; }
      #detalheUnidade .listaServicosM .item .long .nome {
        color: #a45f37;
        font-size: 26px;
        margin-bottom: -5px;
        font-weight: 700; }
      #detalheUnidade .listaServicosM .item .long .preco {
        position: relative;
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 600; }
      #detalheUnidade .listaServicosM .item .long .preco:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -25px;
        content: ' ';
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #ffffff; }
      #detalheUnidade .listaServicosM .item .long .desc {
        font-family: "Marcellus", serif;
        color: #ffcc00;
        font-weight: 700; }
      #detalheUnidade .listaServicosM .item .long .texto {
        font-size: 14px;
        font-family: "Marcellus", serif; }
      #detalheUnidade .listaServicosM .item .long .link {
        margin-top: 30px; }
#detalheUnidade .descricao {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px; }
#detalheUnidade .detalhe {
  font-size: 18px;
  margin-bottom: 50px; }
  #detalheUnidade .detalhe h1, #detalheUnidade .detalhe h2, #detalheUnidade .detalhe h3, #detalheUnidade .detalhe h4, #detalheUnidade .detalhe h5, #detalheUnidade .detalhe h5 {
    font-family: "Marcellus", serif; }
  #detalheUnidade .detalhe .texto-e .row > div:first-child {
    padding-left: 45px;
    padding-right: 45px; }
    @media (max-width: 767px) {
      #detalheUnidade .detalhe .texto-e .row > div:first-child {
        padding-left: 25px;
        padding-right: 25px; } }
  #detalheUnidade .detalhe .texto-e .row > div:last-child {
    padding-right: 0px;
    padding-left: 0px; }
  #detalheUnidade .detalhe .texto-d .row > div:first-child {
    padding-left: 0px;
    padding-right: 0px; }
  #detalheUnidade .detalhe .texto-d .row > div:last-child {
    padding-left: 45px;
    padding-right: 45px; }
    @media (max-width: 767px) {
      #detalheUnidade .detalhe .texto-d .row > div:last-child {
        padding-left: 25px;
        padding-right: 25px; } }
#detalheUnidade .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 35.25%; }

#menuCarrinhoDrop {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -400px;
  z-index: 1000;
  overflow: auto;
  border: 0px;
  border-radius: 0px;
  padding: 15px;
  width: 370px;
  letter-spacing: 0.5px;
  background-color: #fcf5f1;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  #menuCarrinhoDrop .fechar {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 30px;
    color: #a45f37;
    cursor: pointer; }
  #menuCarrinhoDrop .fechar:hover {
    color: #000000;
    text-decoration: none; }
  #menuCarrinhoDrop .titulo {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #a45f37;
    text-transform: uppercase; }
  #menuCarrinhoDrop .erroC {
    color: #721c24;
    background-color: #f8d7da;
    padding: .75rem;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #f5c6cb; }
  #menuCarrinhoDrop .lista {
    margin-bottom: 20px; }
    #menuCarrinhoDrop .lista .item {
      padding: 5px;
      text-align: center;
      background-color: #333333;
      font-size: 14px;
      color: #ffffff; }
      #menuCarrinhoDrop .lista .item .visita {
        color: #c19b76;
        text-transform: uppercase;
        font-size: 12px; }
      #menuCarrinhoDrop .lista .item .dia {
        color: #c19b76;
        font-size: 30px;
        text-transform: uppercase; }
      #menuCarrinhoDrop .lista .item .mes {
        color: #ffffff; }
      #menuCarrinhoDrop .lista .item .hora {
        color: #c19b76;
        font-size: 14px; }
      #menuCarrinhoDrop .lista .item .paxN {
        font-size: 20px; }
      #menuCarrinhoDrop .lista .item .pax {
        color: #a3a3a3;
        font-size: 12px; }
      #menuCarrinhoDrop .lista .item .link {
        text-align: right; }
        #menuCarrinhoDrop .lista .item .link a {
          color: #a3a3a3; }
        #menuCarrinhoDrop .lista .item .link a:hover {
          color: #c19b76; }
    #menuCarrinhoDrop .lista .item.loading {
      opacity: .4; }
      #menuCarrinhoDrop .lista .item.loading .link {
        visibility: hidden; }
  #menuCarrinhoDrop .total {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px; }
    #menuCarrinhoDrop .total span {
      font-size: 39px; }

#menuCarrinhoDrop.open {
  right: 0px; }

#bookC {
  margin-bottom: 30px; }
  #bookC .btn-branco,
  #bookC .btn-default {
    font-family: "Marcellus", serif; }
  #bookC #areaBanner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; }
  #bookC .listaPagamentos {
    font-size: 15px;
    text-align: center; }
    #bookC .listaPagamentos > div {
      vertical-align: top; }
    #bookC .listaPagamentos .error {
      color: #a45f37;
      font-weight: 700; }
  #bookC .listaPagamentos.loading {
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
    #bookC .listaPagamentos.loading > * {
      visibility: hidden; }
  #bookC .linhaSubTotal {
    font-size: 26px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "NovelSansPro", sans-serif;
    border-bottom: 2px solid #535252; }
    #bookC .linhaSubTotal b {
      font-family: "Marcellus", serif;
      color: #ffcc00; }
    #bookC .linhaSubTotal > div:last-child {
      font-family: "Marcellus", serif;
      text-align: right;
      font-weight: 700;
      color: #ffcc00; }
  #bookC .linhaTotal {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: -10px;
    text-align: left; }
    #bookC .linhaTotal > div:last-child {
      text-align: right; }
  #bookC .areaForm {
    position: relative;
    padding-top: 140px; }
    @media (max-width: 767px) {
      #bookC .areaForm {
        padding-top: 90px; } }
    #bookC .areaForm .areaC {
      background-color: rgba(51, 51, 51, 0.8);
      margin-bottom: 10px;
      text-align: center;
      color: #ffffff;
      padding: 20px;
      font-size: 16px; }
      #bookC .areaForm .areaC .titulo {
        font-size: 30px;
        font-weight: 700;
        font-family: "NovelSansPro", sans-serif; }
      #bookC .areaForm .areaC .total .resumo {
        text-align: left; }
        #bookC .areaForm .areaC .total .resumo > div {
          padding: 3px;
          border-bottom: 1px solid #ffffff; }
      #bookC .areaForm .areaC .total span {
        font-size: 39px; }
    #bookC .areaForm .areaB {
      background-color: #ffffff;
      margin-bottom: 10px;
      color: #333;
      padding: 20px;
      font-family: "Marcellus", serif;
      font-size: 11px; }
      #bookC .areaForm .areaB .titulo {
        font-size: 14px;
        text-align: center;
        font-family: "Marcellus", serif;
        margin-bottom: 20px;
        font-weight: 700;
        color: #000000; }
    #bookC .areaForm .bts {
      margin-bottom: 10px; }
    #bookC .areaForm .btsRel {
      display: none;
      margin-bottom: 10px; }
      #bookC .areaForm .btsRel > div {
        display: none; }
      #bookC .areaForm .btsRel .btn {
        padding-top: 10px;
        padding-bottom: 10px; }
    #bookC .areaForm #datePreview {
      text-align: center;
      font-weight: 700; }
    #bookC .areaForm .calendario {
      font-family: "Marcellus", serif;
      background-color: #ffffff;
      margin-bottom: 10px; }
      #bookC .areaForm .calendario #calendarioReservas.loading {
        background-image: url("../img/loader.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        #bookC .areaForm .calendario #calendarioReservas.loading > div {
          visibility: hidden; }
      #bookC .areaForm .calendario #calendarioReservas {
        padding: 20px; }
      #bookC .areaForm .calendario th {
        color: #000000; }
      #bookC .areaForm .calendario .dow {
        height: 30px;
        line-height: 30px; }
      #bookC .areaForm .calendario .day {
        border-radius: 0px;
        height: 30px;
        line-height: 30px; }
      #bookC .areaForm .calendario .day.disabled {
        opacity: .2; }
      #bookC .areaForm .calendario .day.today {
        /*background-color: $corVermelho;*/
        background-color: #eee;
        color: #000000; }
      #bookC .areaForm .calendario .day.today::before {
        display: none; }
      #bookC .areaForm .calendario .day:hover {
        background-color: #ffcc00;
        color: #ffffff; }
      #bookC .areaForm .calendario .day.active {
        background-color: #a45f37;
        color: #ffffff; }
      #bookC .areaForm .calendario .picker-switch:hover {
        background-color: transparent;
        cursor: default; }
    #bookC .areaForm #disponibilidadesC {
      display: none;
      font-family: "Marcellus", serif;
      background-color: #ffffff;
      margin-bottom: 10px;
      padding: 20px; }
      #bookC .areaForm #disponibilidadesC .titulo {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px; }
      #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista {
        margin-top: 15px; }
        #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item {
          position: relative;
          border: 1px solid #a45f37;
          border-radius: 3px;
          color: #a45f37;
          font-size: 16px;
          font-weight: 700;
          padding: 5px 10px;
          margin-bottom: 3px;
          cursor: pointer; }
          #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item .nome {
            padding-right: 15px; }
          #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item .seta {
            position: absolute;
            top: 3px;
            font-size: 20px;
            right: 10px; }
          #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item .desc {
            display: none;
            font-size: 12px; }
          #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item .preco {
            text-align: right;
            font-size: 16px;
            font-weight: 700; }
          #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item .desc_web {
            color: #ffcc00; }
        #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item:hover,
        #bookC .areaForm #disponibilidadesC #servicosDisponiveis .lista .item.active {
          background-color: #a45f37;
          color: #ffffff; }
      @media (max-width: 767px) {
        #bookC .areaForm #disponibilidadesC #calendarioDatas {
          margin-top: 15px; } }
      #bookC .areaForm #disponibilidadesC #calendarioDatas .sub-titulo {
        text-align: center;
        font-weight: 700; }
      #bookC .areaForm #disponibilidadesC #calendarioDatas .lista {
        margin-top: 15px; }
        #bookC .areaForm #disponibilidadesC #calendarioDatas .lista .hora {
          position: relative;
          border: 1px solid #a45f37;
          border-radius: 3px;
          color: #a45f37;
          font-size: 16px;
          font-weight: 700;
          padding: 5px 10px;
          margin-bottom: 3px;
          cursor: pointer; }
          #bookC .areaForm #disponibilidadesC #calendarioDatas .lista .hora .seta {
            position: absolute;
            top: 3px;
            font-size: 20px;
            right: 10px; }
        #bookC .areaForm #disponibilidadesC #calendarioDatas .lista .hora.selected,
        #bookC .areaForm #disponibilidadesC #calendarioDatas .lista .hora.active:hover {
          background-color: #a45f37;
          color: #ffffff; }
      #bookC .areaForm #disponibilidadesC #servicosDisponiveis.loading,
      #bookC .areaForm #disponibilidadesC #calendarioDatas.loading {
        background-image: url("../img/loader.gif");
        background-repeat: no-repeat;
        background-position: center center; }
        #bookC .areaForm #disponibilidadesC #servicosDisponiveis.loading .lista,
        #bookC .areaForm #disponibilidadesC #calendarioDatas.loading .lista {
          min-height: 100px;
          visibility: hidden; }
    #bookC .areaForm #disponibilidadesC.loading {
      background-image: url("../img/loader.gif");
      background-repeat: no-repeat;
      background-position: center center; }
      #bookC .areaForm #disponibilidadesC.loading > div {
        visibility: hidden; }
    #bookC .areaForm #passo_3 {
      display: none; }
    #bookC .areaForm #passo_2 .areaB {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 40px; }
    #bookC .areaForm #passo_2 .bootstrap-select .dropdown-toggle .filter-option {
      text-align: left; }
    #bookC .areaForm #passo_3 .areaC.loading {
      background-image: url("../img/loader_inv.gif");
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 50px; }
    #bookC .areaForm #finaliza .areaB {
      font-size: 15px; }
    #bookC .areaForm #btsC,
    #bookC .areaForm #calendarioC,
    #bookC .areaForm #divData,
    #bookC .areaForm #divIdioma,
    #bookC .areaForm #divDescontoGrupo,
    #bookC .areaForm #divVoucher,
    #bookC .areaForm #divPessoasC {
      display: none; }
    #bookC .areaForm #divVoucher.active {
      display: block; }
    #bookC .areaForm #divPax {
      text-align: center; }
      #bookC .areaForm #divPax .item {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px; }
      #bookC .areaForm #divPax .input-group-btn {
        padding-top: 15px; }
  #bookC .voucherNome {
    font-family: "NovelSansPro", sans-serif;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 700; }
  #bookC #btVoucher {
    color: #ffffff; }

.bs-tooltip-auto[x-placement^=top].servicos .arrow::before,
.bs-tooltip-top.servicos .arrow::before {
  border-top-color: #a45f37; }

.tooltip.servicos .tooltip-inner {
  padding: 10px;
  background-color: #a45f37;
  font-size: 12px;
  font-weight: 700; }
  .tooltip.servicos .tooltip-inner .nome {
    margin-bottom: 3px; }

.tooltip.servicos.show {
  opacity: 1; }

.linhaContacto {
  margin-top: 40px;
  font-family: "Marcellus", serif;
  font-size: 12px; }
  @media (min-width: 768px) {
    .linhaContacto .row {
      border-bottom: 1px solid #ccc; }
      .linhaContacto .row > div {
        padding-top: 20px;
        padding-bottom: 20px; }
      .linhaContacto .row > div:first-child {
        text-align: right;
        border-right: 1px solid #ccc;
        margin-right: -1px; }
      .linhaContacto .row > div:last-child {
        border-left: 1px solid #ccc; } }
  @media (max-width: 767px) {
    .linhaContacto .row > div {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      border-bottom: 1px solid #ccc; } }

@media (min-width: 768px) {
  .linhaContacto.last {
    margin-top: 0px; }
    .linhaContacto.last .row {
      border: 0px; }
      .linhaContacto.last .row > div {
        padding-top: 20px;
        padding-bottom: 00px; } }
.formContactos {
  margin-bottom: 30px;
  margin-top: 30px; }
  .formContactos .form-control {
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #000000;
    text-align: center;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Marcellus", serif; }

.imgTopo {
  display: block;
  height: 440px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 50px; }

h1 {
  position: relative;
  font-weight: 500;
  font-family: "Marcellus", serif;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 150px;
  color: #a45f37; }
  h1 b, h1 strong {
    color: #000000;
    font-weight: 500; }
  @media (max-width: 767px) {
    h1 {
      font-size: 26px;
      margin-top: 75px; } }

h1:before {
  position: absolute;
  top: -120px;
  left: 50%;
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #a45f37; }
  @media (max-width: 767px) {
    h1:before {
      height: 50px;
      top: -70px; } }

h2 {
  font-family: "Marcellus", serif;
  text-align: center;
  font-size: 24px;
  font-style: italic; }

._75Anos {
  margin-bottom: 15px; }
  ._75Anos img {
    display: inline-block;
    vertical-align: middle; }
  ._75Anos .texto {
    text-align: right;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    color: #000000; }
    ._75Anos .texto strong {
      font-size: 105px;
      line-height: 105px;
      display: block;
      margin-top: 20px;
      margin-bottom: -20px; }

blockquote {
  position: relative;
  margin-bottom: 45px;
  font-size: 27px;
  padding: 0px;
  border: 0px;
  font-style: italic;
  padding-right: 85px; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 18px;
      padding-right: 45px; } }

blockquote p::before {
  position: relative;
  content: "\f10d";
  left: 0;
  top: -5px;
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 40px; }
  @media (max-width: 767px) {
    blockquote p::before {
      font-size: 18px; } }

blockquote p::after {
  position: absolute;
  content: "\f10e";
  right: 0;
  top: 0;
  color: #ccc;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 90px; }
  @media (max-width: 767px) {
    blockquote p::after {
      font-size: 36px; } }

.barraLogos {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5; }
  .barraLogos img {
    width: 332px; }

.mapa {
  text-align: center; }
  .mapa .mapaSVG {
    margin: auto;
    max-width: 100%; }
    .mapa .mapaSVG svg .rato,
    .mapa .mapaSVG svg #bolas {
      cursor: pointer; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  z-index: 10;
  cursor: pointer;
  background-color: #333333;
  background-image: none;
  text-align: center;
  font-size: 40px;
  line-height: 90px;
  color: #ffffff; }

.swiper-button-prev {
  left: 0px; }

.swiper-button-next {
  right: 0px; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #7c6743; }

.swiper-button-disabled {
  display: none; }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  color: #000;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #ffffff; }

.swiper-pagination-bullet-active {
  background-color: #ffffff; }

.btn {
  font-family: "Marcellus", serif;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 0px;
  font-weight: 700; }

.btn-default {
  color: #ffffff;
  background-color: #a45f37;
  border-color: #a45f37;
  text-transform: uppercase; }

.btn-default:hover {
  color: #a45f37;
  background-color: #ffffff;
  border-color: #a45f37; }

.btn-secondary {
  color: #a45f37;
  background-color: #ffffff;
  border-color: #a45f37;
  text-transform: uppercase; }

.btn-secondary:hover {
  color: #ffffff;
  background-color: #a45f37;
  border-color: #a45f37; }

.btn-branco {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase; }

.btn-branco:hover {
  color: #ffffff;
  background-color: #a45f37;
  border-color: #a45f37; }

.btn-cinza {
  color: #ffffff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  text-transform: uppercase; }

.btn-cinza:hover {
  color: #ffffff;
  background-color: #a45f37;
  border-color: #a45f37; }

.bootstrap-select .dropdown-menu {
  text-align: center;
  border-radius: 0px;
  font-size: 14px; }
  .bootstrap-select .dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #a45f37; }
  .bootstrap-select .dropdown-menu > .active > a,
  .bootstrap-select .dropdown-menu > .active > a:focus,
  .bootstrap-select .dropdown-menu > .active > a:hover {
    background-color: #a45f37; }
  .bootstrap-select .dropdown-menu .dropdown-header {
    font-size: 18px;
    font-family: "NovelSansPro", sans-serif;
    color: #a45f37;
    font-weight: 700; }

.bootstrap-select > .dropdown-toggle.btn-tour {
  font-family: "NovelSansPro", sans-serif;
  background-color: transparent;
  color: #ffffff; }
  .bootstrap-select > .dropdown-toggle.btn-tour .filter-option {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .bootstrap-select > .dropdown-toggle.btn-tour .filter-option {
        font-size: 16px; } }
  .bootstrap-select > .dropdown-toggle.btn-tour .bs-caret {
    display: block;
    width: 100%;
    text-align: center;
    clear: both; }
    .bootstrap-select > .dropdown-toggle.btn-tour .bs-caret .caret {
      position: relative;
      top: 20px;
      right: auto; }

.bootstrap-select > .dropdown-toggle.btn-tour:hover {
  background-color: transparent;
  color: #a45f37; }

.btn-stepper {
  border-radius: 5px !important;
  background-color: #ffffff;
  color: #333333;
  font-size: 28px;
  padding: 2px;
  padding-top: 0px;
  line-height: 16px;
  height: 26px;
  width: 26px; }

.btn-stepper:hover {
  background-color: #ffffff;
  color: #a45f37; }

.btn-select {
  font-weight: 400;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #bcbcbc; }

.stepperC {
  margin-top: 5px;
  width: 140px;
  display: inline-block;
  font-family: "NovelSansPro", sans-serif; }

.form-control.stepper {
  text-align: center;
  background-color: transparent;
  font-size: 30px;
  font-weight: 700;
  color: #ffcc00;
  height: auto;
  border: 0px; }

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

/* Radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #a45f37;
  background: #ffffff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #a45f37;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Radio */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #a45f37;
  background: #ffffff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #a45f37;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body.homepage #CybotCookiebotDialog {
  z-index: 1045 !important; }

.modal.limite {
  z-index: 1050 !important; }
  .modal.limite .modal-backdrop.in {
    opacity: 0.98 !important; }
  .modal.limite .modal-dialog {
    width: 470px; }
  .modal.limite .modal-content h1 {
    margin-top: 0px;
    font-size: 26px; }
  .modal.limite .modal-content h1::before {
    display: none; }

.modal.rodape .modal-dialog .btn,
.modal.limite .modal-dialog .btn {
  min-width: 115px; }
.modal.rodape .modal-backdrop.in,
.modal.limite .modal-backdrop.in {
  opacity: .7;
  background-color: #ffffff; }
.modal.rodape .modal-body .btn-default,
.modal.limite .modal-body .btn-default {
  background-color: #ffffff;
  color: #a45f37; }
.modal.rodape .modal-body .btn-default.active,
.modal.rodape .modal-body .btn-default:hover,
.modal.limite .modal-body .btn-default.active,
.modal.limite .modal-body .btn-default:hover {
  background-color: #a45f37;
  color: #ffffff; }
.modal.rodape .modal-body.loading,
.modal.limite .modal-body.loading {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px; }
.modal.rodape .modal-content,
.modal.limite .modal-content {
  text-align: center;
  padding: 20px;
  color: #000000;
  font-family: "Marcellus", serif;
  border-radius: 0px; }
  .modal.rodape .modal-content h1,
  .modal.limite .modal-content h1 {
    font-size: 26px;
    margin-top: 0px; }
  .modal.rodape .modal-content h1::before,
  .modal.limite .modal-content h1::before {
    display: none; }
  .modal.rodape .modal-content .nota,
  .modal.limite .modal-content .nota {
    font-size: 12px;
    text-align: left; }
  .modal.rodape .modal-content .botoes,
  .modal.limite .modal-content .botoes {
    margin-top: 30px;
    margin-bottom: 20px; }
.modal.rodape .modal-footer,
.modal.rodape .modal-header,
.modal.limite .modal-footer,
.modal.limite .modal-header {
  text-align: center;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 0px; }

.modal.rodape .modal-content {
  padding-top: 10px;
  font-size: 14px;
  text-align: left; }

/* Rodape */
footer {
  position: relative;
  font-family: "Marcellus", serif;
  padding-top: 15px;
  color: #ffffff;
  background-color: #262626; }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .row > div {
        margin-bottom: 20px; } }
  footer .menu {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left; }
    @media (max-width: 767px) {
      footer .menu {
        text-align: center; } }
    footer .menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer .menu ul li {
        margin-right: 30px;
        display: inline-block; }
        footer .menu ul li a {
          color: #ffffff; }
        footer .menu ul li a:hover {
          text-decoration: none;
          color: #a45f37; }
  footer .logotipo {
    width: 198px; }
  footer .logotipo_wine {
    width: 180px; }
  footer .copyC {
    margin-top: 20px;
    font-size: 14px;
    color: grey; }
  footer .linha {
    border-top: 1px solid #ffffff;
    margin-top: 30px;
    margin-bottom: 30px; }
  footer .logosC {
    margin-bottom: 15px; }
    footer .logosC img {
      max-width: 110px; }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .responsible {
        text-align: center;
        margin-bottom: 15px; }
      footer .madeBy {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        text-align: center; }
      footer .menu ul li {
        border: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        display: block; } }

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