.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.76);
  background-image: url('../images/brav-o5.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.hero {
  height: 100vh;
  background-image: url('../images/city-asdasdase.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  text-shadow: 1px 1px 6px #000;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-section.menu {
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.22);
  background-image: url('../images/transferir.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main-section.galeria {
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
}

.main-section.sobre {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section.contactos {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.main-section.reservas {
  display: block;
}

.main-section.reserv-sect {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1_LAvT1am.original.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1_LAvT1am.original.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container {
  text-align: center;
}

.container.galeria {
  margin-bottom: 50px;
}

.container-2 {
  display: block;
  text-align: center;
}

.heading {
  text-align: center;
}

.heading.white-text {
  color: #fff;
  text-transform: none;
  text-shadow: 0 0 14px #000;
}

.button {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-top: 35px;
  padding-top: 15px;
  background-color: #d4b46e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button.tel {
  height: 55px;
  margin-top: 34px;
  margin-right: 13px;
  margin-left: 77px;
  padding-top: 7px;
  padding-left: 17px;
  background-color: #57b950;
}

.button.reserv {
  height: 55px;
  margin-top: 34px;
  margin-right: 0px;
}

.text-block {
  display: block;
  width: 200px;
  font-weight: 700;
}

.text-block-2 {
  width: 200px;
}

.text-block-2.white-text {
  font-weight: 700;
}

.white-text {
  color: #f5f5f5;
  text-shadow: 1px 1px 6px #000;
}

.columns {
  margin-top: 30px;
  margin-bottom: 25px;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 30px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: 4px 4px 19px 0 #b5b5b5;
}

.text-block-3 {
  text-align: center;
}

.map {
  width: 100%;
  height: 50vh;
}

.map-2 {
  display: block;
  height: 400px;
}

.button-2 {
  margin-top: 20px;
}

.submit-button-3 {
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.submit-button-3:hover {
  background-color: #000;
  color: #fff;
}

.checkbox-field {
  margin-top: 2px;
  margin-right: 8px;
  font-size: 20px;
}

.field-label {
  padding-left: 0px;
  float: left;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.checkbox {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.heading-6 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.heading-6.reservas {
  color: #d14242;
}

.heading-6.reservas.pedido {
  color: #d14242;
}

.div-block-58 {
  padding: 20px;
  border-radius: 10px;
  background-color: #acacac;
}

.hidden {
  display: none;
}

.success-message-2 {
  background-color: #be985c;
  color: #fff;
}

.pole {
  border-radius: 5px;
  text-align: left;
}

.word-pole {
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-align: left;
}

.form-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-16 {
  font-size: 15px;
  font-weight: 500;
}

.formblock {
  color: #be985c;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.html-embed-2 {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.footer {
  margin-left: 0px;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#181818));
  background-image: linear-gradient(180deg, #181818, #181818);
}

.reservas-button {
  height: 60px;
  background-color: #d4b46e;
  color: #fff;
  font-weight: 700;
}

.reservas-button.w--current {
  background-color: #d4b46e;
  color: #f5f5f5;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #9c9c9c;
}

.columns-2 {
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.51);
}

.button-3 {
  background-color: #7e3435;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.wrapper.small {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 14px;
  text-align: left;
}

.div-block-10 {
  margin-top: 40px;
}

.bold-text-11 {
  font-size: 30px;
  letter-spacing: 2px;
}

.h_pp {
  margin-top: 41px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.list-item {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.rich-text-block-4 {
  color: #9498a2;
  font-size: 16px;
  text-align: left;
}

.text-block-17 {
  text-align: center;
}

.heading-7 {
  font-size: 18px;
  text-align: center;
}

.image-12 {
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bandeiras {
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.bandeiras._2 {
  margin-left: 0px;
  padding-left: 5px;
}

.button-menu {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: #d4b46e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.lightbox-link {
  background-image: url('../images/example-bg.png'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 125px, 125px;
}

.lightbox-link.galeria {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link.call-button {
  height: 60px;
  background-color: #57b950;
  color: #fff;
}

.nav-link.call-button {
  height: 60px;
  background-color: #57b950;
  color: #fff;
  text-align: center;
}

.button-4 {
  width: 192px;
  height: 55px;
  padding-top: 17px;
  background-color: #57b950;
  font-size: 20px;
}

.div-block-61 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-12 {
  color: #d14242;
}

.button-5 {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-top: 35px;
  margin-left: 13px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #d4b46e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-5.tel {
  height: 55px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 16px;
  padding-top: 11px;
  padding-left: 17px;
  background-color: #57b950;
  text-align: center;
}

.white-text-2 {
  color: #f5f5f5;
  text-shadow: 1px 1px 6px #000;
}

.button-rec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 9vh;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7e3435;
  background-image: url('../images/i006571.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 20px;
}

.button-recl {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 10px;
  background-color: #7e3435;
}

.container-9 {
  margin-top: 17px;
}

@media (max-width: 991px) {
  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wrapper.small {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-8 {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media (max-width: 479px) {
  .section.hero {
    height: 100vh;
    background-position: 50% 50%;
    background-attachment: fixed;
  }
  .main-section.menu {
    height: auto;
    background-image: url('../images/transferir.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .main-section.galeria {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.sobre {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    background-color: #d4b46e;
  }
  .button.tel {
    height: 55px;
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    line-height: 24px;
  }
  .text-block {
    width: auto;
  }
  .text-block-2.white-text {
    width: auto;
  }
  .white-text {
    text-align: center;
  }
  .columns {
    margin-bottom: 10px;
  }
  .reservas-button {
    background-color: #d4b46e;
  }
  .logo {
    font-size: 24px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.37);
  }
  .column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-3 {
    padding-top: 10px;
  }
  .column-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-6 {
    padding-top: 20px;
  }
  .wrapper {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .wrapper.small {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-12 {
    padding-bottom: 0px;
  }
  .div-block-59 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-60 {
    min-width: 100%;
  }
  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-5 {
    background-color: #d4b46e;
  }
  .button-5.tel {
    height: 55px;
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    line-height: 24px;
  }
  .white-text-2 {
    text-align: center;
  }
  .button-rec {
    margin-top: 20px;
    margin-left: 0px;
  }
  .button-recl {
    margin-top: 20px;
    margin-left: 0px;
  }
  .container-9 {
    padding-left: 0px;
    text-align: center;
  }
}

