/************MEDIA QUERIES******************/
/* Small only */
/* medium */
/* large */
/* X large */
/* X Super large */
/* Xx Super large */
/* height */
/* line 1, ../sass/_utilities.scss */
* {
  outline: none;
}

/* line 5, ../sass/_utilities.scss */
.w-100 {
  width: 100%;
}

/* line 9, ../sass/_utilities.scss */
.h-100 {
  height: 100%;
}

/* line 13, ../sass/_utilities.scss */
.index-up {
  z-index: 2;
  position: relative;
}

/* line 18, ../sass/_utilities.scss */
.relative {
  position: relative;
}

@media only screen and (min-width: 64em) {
  /* line 23, ../sass/_utilities.scss */
  .text-center-large {
    text-align: center;
  }
}

/* line 29, ../sass/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 33, ../sass/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 37, ../sass/_utilities.scss */
.text-left {
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  /* line 41, ../sass/_utilities.scss */
  .text-center-mob {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 47, ../sass/_utilities.scss */
  .text-center-medium {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 53, ../sass/_utilities.scss */
  .small-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 40em) {
  /* line 59, ../sass/_utilities.scss */
  .text-right-medium {
    text-align: right;
  }
}

@media only screen and (min-width: 64em) {
  /* line 65, ../sass/_utilities.scss */
  .text-right-large {
    text-align: right;
  }
}

/* line 72, ../sass/_utilities.scss */
.grid-container.fluid {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 40em) {
  /* line 72, ../sass/_utilities.scss */
  .grid-container.fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 72, ../sass/_utilities.scss */
  .grid-container.fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 90em) {
  /* line 87, ../sass/_utilities.scss */
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }

  /* line 90, ../sass/_utilities.scss */
  .grid-x > .xlarge-6 {
    width: 50%;
  }

  /* line 93, ../sass/_utilities.scss */
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }

  /* line 96, ../sass/_utilities.scss */
  .grid-x > .xlarge-3 {
    width: 25%;
  }

  /* line 99, ../sass/_utilities.scss */
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }

  /* line 102, ../sass/_utilities.scss */
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }

  /* line 105, ../sass/_utilities.scss */
  .grid-x > .xlarge-9 {
    width: 75%;
  }

  /* line 108, ../sass/_utilities.scss */
  .grid-x > .xlarge-12 {
    width: 100%;
  }

  /* line 111, ../sass/_utilities.scss */
  .grid-x > .xlarge-custom {
    width: 20%;
  }
}
@media only screen and (min-width: 120em) {
  /* line 116, ../sass/_utilities.scss */
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }

  /* line 119, ../sass/_utilities.scss */
  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  /* line 122, ../sass/_utilities.scss */
  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  /* line 125, ../sass/_utilities.scss */
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }

  /* line 128, ../sass/_utilities.scss */
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }

  /* line 131, ../sass/_utilities.scss */
  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  /* line 134, ../sass/_utilities.scss */
  .grid-x > .xxlarge-12 {
    width: 100%;
  }

  /* line 137, ../sass/_utilities.scss */
  .grid-x > .xxlarge-custom {
    width: 20%;
  }
}
/* line 142, ../sass/_utilities.scss */
.green-bg {
  background-color: #9ca680;
}

/* line 145, ../sass/_utilities.scss */
.blue-bg {
  background-color: #86aec7;
}

/* line 148, ../sass/_utilities.scss */
.red-bg {
  background-color: #8a2f2f;
}

/* line 151, ../sass/_utilities.scss */
.gold-bg {
  background-color: #c39866;
}

/* line 154, ../sass/_utilities.scss */
.white-bg {
  background-color: #fff;
}

/* line 157, ../sass/_utilities.scss */
.grey-bg {
  background-color: #a4a9ad;
}

/* line 160, ../sass/_utilities.scss */
.primary-bg {
  background-color: #0e2d42;
}

/* line 163, ../sass/_utilities.scss */
.white-bg {
  background-color: #fff;
}

/* line 166, ../sass/_utilities.scss */
.creme-bg {
  background-color: #cfbda8;
}

/* line 172, ../sass/_utilities.scss */
.color-green {
  background-color: #9ca680 !important;
}

/* line 175, ../sass/_utilities.scss */
.color-blue {
  background-color: #86aec7 !important;
}

/* line 178, ../sass/_utilities.scss */
.color-red {
  background-color: #8a2f2f !important;
}

/* line 181, ../sass/_utilities.scss */
.color-gold {
  background-color: #c39866 !important;
}

/* line 184, ../sass/_utilities.scss */
.color-white {
  background-color: #fff !important;
}

/* line 187, ../sass/_utilities.scss */
.color-grey {
  background-color: #a4a9ad !important;
}

/* line 190, ../sass/_utilities.scss */
.color-primary {
  background-color: #0e2d42 !important;
}

/* line 193, ../sass/_utilities.scss */
.color-white {
  background-color: #fff !important;
}

/* line 196, ../sass/_utilities.scss */
.color-creme {
  background-color: #cfbda8 !important;
}

@font-face {
  font-family: 'CormorantGaramond-Regular';
  src: url("../fonts/cormorant/CormorantGaramond-Regular.eot");
  src: url("../fonts/cormorant/CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cormorant/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/cormorant/CormorantGaramond-Regular.woff") format("woff"), url("../fonts/cormorant/CormorantGaramond-Regular.ttf") format("truetype"), url("../fonts/cormorant/CormorantGaramond-Regular.svg#CormorantGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url("../fonts/cormorant/CormorantGaramond-Bold.eot");
  src: url("../fonts/cormorant/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cormorant/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/cormorant/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/cormorant/CormorantGaramond-Bold.ttf") format("truetype"), url("../fonts/cormorant/CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantGaramond-Medium';
  src: url("../fonts/cormorant/CormorantGaramond-Medium.eot");
  src: url("../fonts/cormorant/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cormorant/CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/cormorant/CormorantGaramond-Medium.woff") format("woff"), url("../fonts/cormorant/CormorantGaramond-Medium.ttf") format("truetype"), url("../fonts/cormorant/CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/montserrat/montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat/Montserrat-Regular.eot");
  src: url("../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/components/button/_buttons.scss */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding: 25px 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/button/_buttons.scss */
  .btn {
    padding: 28px 50px;
  }
}
/* line 21, ../sass/components/button/_buttons.scss */
.btn.btn-primary {
  background-color: #0e2d42;
  letter-spacing: 2px;
  overflow: hidden;
}
/* line 25, ../sass/components/button/_buttons.scss */
.btn.btn-primary span {
  z-index: 1;
  position: relative;
}
/* line 29, ../sass/components/button/_buttons.scss */
.btn.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #072337;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
/* line 41, ../sass/components/button/_buttons.scss */
.btn.btn-primary:hover:before, .btn.btn-primary:focus:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 46, ../sass/components/button/_buttons.scss */
.btn.btn-icon {
  background-color: #0e2d42;
  padding: 15px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
/* line 52, ../sass/components/button/_buttons.scss */
.btn.btn-icon.book-icon {
  padding: 12px;
}
@media only screen and (min-width: 64em) {
  /* line 46, ../sass/components/button/_buttons.scss */
  .btn.btn-icon {
    padding: 25px;
    width: 75px;
    height: 75px;
  }
}
/* line 60, ../sass/components/button/_buttons.scss */
.btn.btn-icon svg {
  position: relative;
  z-index: 1;
}
/* line 63, ../sass/components/button/_buttons.scss */
.btn.btn-icon svg path, .btn.btn-icon svg polygon {
  fill: #fff;
}
@media only screen and (min-width: 64em) {
  /* line 68, ../sass/components/button/_buttons.scss */
  .btn.btn-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #072337;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  }
  /* line 80, ../sass/components/button/_buttons.scss */
  .btn.btn-icon:hover:before, .btn.btn-icon:focus:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* line 88, ../sass/components/button/_buttons.scss */
.btn-link {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  line-height: 1;
}
/* line 95, ../sass/components/button/_buttons.scss */
.btn-link.btn-link-primary {
  color: #0e2d42;
}
/* line 98, ../sass/components/button/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #c39866;
}

/* line 103, ../sass/components/button/_buttons.scss */
.social-share {
  margin-top: 25px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 64em) {
  /* line 103, ../sass/components/button/_buttons.scss */
  .social-share {
    margin-top: 50px;
    position: relative;
    z-index: 9;
  }
}
/* line 109, ../sass/components/button/_buttons.scss */
.social-share .btn.btn-icon {
  padding: 12px;
  width: 40px;
  height: 40px;
  position: relative;
}
@media only screen and (min-width: 64em) {
  /* line 109, ../sass/components/button/_buttons.scss */
  .social-share .btn.btn-icon {
    padding: 16px;
    width: 50px;
    height: 50px;
    position: relative;
  }
}
/* line 118, ../sass/components/button/_buttons.scss */
.social-share .btn.btn-icon:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (min-width: 64em) {
  /* line 118, ../sass/components/button/_buttons.scss */
  .social-share .btn.btn-icon:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 2, ../sass/components/footer/_footer.scss */
  .page-template-page-blog footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 9, ../sass/components/footer/_footer.scss */
  .page-template-page-restaurante-reserva footer, .page-template-default footer, .page-template-page-contactos footer {
    display: none;
  }
}

/* line 16, ../sass/components/footer/_footer.scss */
footer {
  padding-top: 50px;
}
@media only screen and (min-width: 40em) {
  /* line 16, ../sass/components/footer/_footer.scss */
  footer {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 16, ../sass/components/footer/_footer.scss */
  footer {
    padding-top: 100px;
  }
}
/* line 24, ../sass/components/footer/_footer.scss */
footer .newsletter {
  background-color: #fff;
  border: 1px solid #0e2d42;
  padding: 40px 25px;
}
@media only screen and (min-width: 40em) {
  /* line 24, ../sass/components/footer/_footer.scss */
  footer .newsletter {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 24, ../sass/components/footer/_footer.scss */
  footer .newsletter {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 40em) {
  /* line 34, ../sass/components/footer/_footer.scss */
  footer .newsletter .newsletter-logo {
    width: 60px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 34, ../sass/components/footer/_footer.scss */
  footer .newsletter .newsletter-logo {
    width: 85px;
  }
}
/* line 42, ../sass/components/footer/_footer.scss */
footer .newsletter .newsletter-title {
  color: #0e2d42;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
@media only screen and (min-width: 64em) {
  /* line 42, ../sass/components/footer/_footer.scss */
  footer .newsletter .newsletter-title {
    margin-top: 65px;
    margin-bottom: 15px;
  }
}
/* line 52, ../sass/components/footer/_footer.scss */
footer .newsletter .send-newsletter {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* line 60, ../sass/components/footer/_footer.scss */
footer .newsletter .send-newsletter svg {
  width: 6px;
  height: 9px;
}
/* line 63, ../sass/components/footer/_footer.scss */
footer .newsletter .send-newsletter svg path {
  fill: #0e2d42;
}
/* line 68, ../sass/components/footer/_footer.scss */
footer .newsletter #mc-embedded-subscribe {
  pointer-events: auto;
}
/* line 71, ../sass/components/footer/_footer.scss */
footer .newsletter #mc-embedded-subscribe[disabled=disabled], footer .newsletter #mc-embedded-subscribe:disabled {
  opacity: 0;
  pointer-events: none;
}
/* line 75, ../sass/components/footer/_footer.scss */
footer .newsletter .social {
  margin-top: 40px;
}
@media only screen and (min-width: 64em) {
  /* line 75, ../sass/components/footer/_footer.scss */
  footer .newsletter .social {
    margin-top: 120px;
  }
}
/* line 80, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul {
  margin: 0;
  padding: 0;
}
/* line 83, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li {
  display: inline-block;
  line-height: 1;
}
/* line 86, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li:not(:first-child) {
  margin-left: 50px;
}
/* line 89, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li a {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 1;
}
/* line 96, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li a:hover svg path, footer .newsletter .social ul li a:hover svg circle {
  fill: #c39866;
}
/* line 101, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li a svg {
  width: 100%;
  height: 100%;
}
/* line 104, ../sass/components/footer/_footer.scss */
footer .newsletter .social ul li a svg path, footer .newsletter .social ul li a svg circle {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #0e2d42;
}
/* line 114, ../sass/components/footer/_footer.scss */
footer .contacts {
  padding: 40px 25px;
  background-color: #0e2d42;
}
@media only screen and (min-width: 40em) {
  /* line 114, ../sass/components/footer/_footer.scss */
  footer .contacts {
    padding: 80px 50px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 114, ../sass/components/footer/_footer.scss */
  footer .contacts {
    padding: 100px;
  }
}
/* line 123, ../sass/components/footer/_footer.scss */
footer .contacts p {
  color: #fff;
}
/* line 126, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner {
  position: relative;
  border: 2px solid #c39866;
  height: 100%;
  padding: 40px 25px 30px 25px;
}
@media only screen and (min-width: 64em) {
  /* line 126, ../sass/components/footer/_footer.scss */
  footer .contacts .box-inner {
    padding: 60px;
  }
}
/* line 134, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner:before {
  content: 'Desde';
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #c39866;
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 95px;
  height: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -18px;
  background-size: 75px 17px;
  background-color: #0e2d42;
  background-image: url("../../images/icons/date.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* line 154, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner:after {
  content: '';
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 85px;
  height: 17px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9px;
  background-size: 66px 17px;
  background-color: #0e2d42;
  background-image: url("../../images/icons/stars.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 170, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner p {
  font-family: 'Montserrat-Regular';
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.8;
}
/* line 176, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner p a {
  color: #fff;
  text-decoration: none;
}
/* line 179, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner p a:hover {
  color: #c39866;
}
/* line 182, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner p a.directions {
  text-decoration: underline;
}
/* line 187, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner .btn {
  color: #fff;
}
/* line 190, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner .contacts-title {
  color: #c39866;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
/* line 195, ../sass/components/footer/_footer.scss */
footer .contacts .box-inner .contacts-title:not(:first-child) {
  margin-top: 20px;
}
/* line 201, ../sass/components/footer/_footer.scss */
footer .credits {
  padding: 15px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 40em) {
  /* line 201, ../sass/components/footer/_footer.scss */
  footer .credits {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 201, ../sass/components/footer/_footer.scss */
  footer .credits {
    padding: 60px 40px;
  }
}
/* line 213, ../sass/components/footer/_footer.scss */
footer .credits a {
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media screen and (max-width: 39.9375em) {
  /* line 213, ../sass/components/footer/_footer.scss */
  footer .credits a {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  /* line 213, ../sass/components/footer/_footer.scss */
  footer .credits a {
    margin-left: 30px;
  }
}
/* line 224, ../sass/components/footer/_footer.scss */
footer .credits a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 232, ../sass/components/footer/_footer.scss */
#cookie-msg {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  font-family: 'Montserrat-Regular';
  background-color: #0e2d42;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 9;
}
/* line 243, ../sass/components/footer/_footer.scss */
#cookie-msg .close-cookies {
  display: block;
  line-height: 1;
  margin-left: 15px;
}

/* line 252, ../sass/components/footer/_footer.scss */
html:lang(en-US) footer .contacts .box-inner:before {
  content: 'Since';
}

/* line 256, ../sass/components/footer/_footer.scss */
html:lang(fr-FR) footer .contacts .box-inner:before {
  content: 'Depuis';
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
/* line 263, ../sass/components/footer/_footer.scss */
#mc_embed_signup .small-meta {
  font-size: 11px;
}

/* line 264, ../sass/components/footer/_footer.scss */
#mc_embed_signup .nowrap {
  white-space: nowrap;
}

/* line 267, ../sass/components/footer/_footer.scss */
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

/* line 268, ../sass/components/footer/_footer.scss */
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

/* line 271, ../sass/components/footer/_footer.scss */
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

/* line 272, ../sass/components/footer/_footer.scss */
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

/* line 273, ../sass/components/footer/_footer.scss */
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

/* line 274, ../sass/components/footer/_footer.scss */
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

/* line 275, ../sass/components/footer/_footer.scss */
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

/* line 277, ../sass/components/footer/_footer.scss */
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

/* line 278, ../sass/components/footer/_footer.scss */
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

/* line 279, ../sass/components/footer/_footer.scss */
#mc_embed_signup .clear {
  clear: both;
}

/* line 281, ../sass/components/footer/_footer.scss */
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

/* line 282, ../sass/components/footer/_footer.scss */
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

/* line 283, ../sass/components/footer/_footer.scss */
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

/* line 286, ../sass/components/footer/_footer.scss */
#mc_embed_signup div#mce-responses {
  float: left;
}

/* line 287, ../sass/components/footer/_footer.scss */
#mc_embed_signup div.response {
  margin: 0 0 1em;
  text-align: left;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 288, ../sass/components/footer/_footer.scss */
#mc_embed_signup #mce-error-response {
  display: none;
  color: #f44336;
}

/* line 289, ../sass/components/footer/_footer.scss */
#mc_embed_signup #mce-error-response a {
  display: block;
}

/* line 290, ../sass/components/footer/_footer.scss */
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

/* line 291, ../sass/components/footer/_footer.scss */
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}

/* line 294, ../sass/components/footer/_footer.scss */
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

/* line 295, ../sass/components/footer/_footer.scss */
#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold;
}

/* line 297, ../sass/components/footer/_footer.scss */
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

/* line 1, ../sass/components/header/_header.scss */
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  min-height: 30px;
  background: rgba(14, 45, 66, 0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 11, ../sass/components/header/_header.scss */
header .logo a {
  display: block;
}
/* line 14, ../sass/components/header/_header.scss */
header .logo .logo-big {
  width: 80px;
}
@media only screen and (min-width: 40em) {
  /* line 14, ../sass/components/header/_header.scss */
  header .logo .logo-big {
    width: 100px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 14, ../sass/components/header/_header.scss */
  header .logo .logo-big {
    width: 120px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 14, ../sass/components/header/_header.scss */
  header .logo .logo-big {
    width: 130px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 14, ../sass/components/header/_header.scss */
  header .logo .logo-big {
    width: 135px;
  }
}
/* line 29, ../sass/components/header/_header.scss */
header .logo .logo-small {
  display: none;
  width: 35px;
}
@media only screen and (min-width: 40em) {
  /* line 29, ../sass/components/header/_header.scss */
  header .logo .logo-small {
    width: 40px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 29, ../sass/components/header/_header.scss */
  header .logo .logo-small {
    width: 45px;
  }
}
/* line 40, ../sass/components/header/_header.scss */
header .main-menu-container, header .bottom-menu-container {
  display: none;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 62, ../sass/components/header/_header.scss */
header:after {
  content: '';
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  height: 230px;
  opacity: 1;
  pointer-events: none;
}
@media only screen and (min-width: 64em) {
  /* line 62, ../sass/components/header/_header.scss */
  header:after {
    height: 190px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 62, ../sass/components/header/_header.scss */
  header:after {
    height: 220px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 62, ../sass/components/header/_header.scss */
  header:after {
    height: 250px;
  }
}

/* line 88, ../sass/components/header/_header.scss */
.page-template-page-quartos header:after, .page-template-page-galeria header:after, .tax-tipologia header:after, .single-restaurante header:after, .page-template-default header:after, .page-template-page-restaurante-reserva header:after, .has-child-room header:after {
  opacity: 0.3;
}

/* line 96, ../sass/components/header/_header.scss */
.page-template-page-sustentabilidade header:after {
  opacity: 0.2;
}

/* line 104, ../sass/components/header/_header.scss */
.page-template-page-espacos header:after, .single-blog header:after, .page-template-page-blog header:after, .tax-categoria header:after, .page-template-page-contactos header:after {
  display: none;
}

/* line 112, ../sass/components/header/_header.scss */
.menu-scroll-pre header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -200px;
  position: fixed;
  opacity: 0;
}
/* line 120, ../sass/components/header/_header.scss */
.menu-scroll-pre header:after {
  display: none;
}
/* line 123, ../sass/components/header/_header.scss */
.menu-scroll-pre header .top-bar {
  display: none;
}
/* line 126, ../sass/components/header/_header.scss */
.menu-scroll-pre header .main-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 130, ../sass/components/header/_header.scss */
.menu-scroll-pre header .logo .logo-big {
  display: none;
}
/* line 133, ../sass/components/header/_header.scss */
.menu-scroll-pre header .logo .logo-small {
  display: block;
}

/* line 141, ../sass/components/header/_header.scss */
.menu-scroll header {
  opacity: 1;
  top: 0px;
}

/* line 149, ../sass/components/header/_header.scss */
.menu-open .btn.btn-primary, .menu-open .btn.btn-icon {
  background-color: #fff;
  color: #0e2d42;
}
/* line 152, ../sass/components/header/_header.scss */
.menu-open .btn.btn-primary:hover, .menu-open .btn.btn-icon:hover {
  color: #fff;
}
/* line 156, ../sass/components/header/_header.scss */
.menu-open .btn.btn-primary svg path, .menu-open .btn.btn-primary svg polygon, .menu-open .btn.btn-icon svg path, .menu-open .btn.btn-icon svg polygon {
  fill: #0e2d42;
}
/* line 162, ../sass/components/header/_header.scss */
.menu-open header {
  min-height: 100vh;
  background: #0e2d42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 167, ../sass/components/header/_header.scss */
.menu-open header:after {
  opacity: 0;
}
/* line 173, ../sass/components/header/_header.scss */
.menu-open header .main-menu-container, .menu-open header .bottom-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 0.8s ease 0s normal forwards 1 fadein;
  animation: 0.8s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1, ../sass/components/header/_topbar.scss */
.top-bar {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  padding: 10px 0;
  color: #0e2d42;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/header/_topbar.scss */
  .top-bar {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* line 10, ../sass/components/header/_topbar.scss */
.top-bar a {
  color: #0e2d42;
  text-decoration: none;
}
/* line 13, ../sass/components/header/_topbar.scss */
.top-bar a.active, .top-bar a:hover {
  text-decoration: underline;
}
/* line 18, ../sass/components/header/_topbar.scss */
.top-bar .lang .divider {
  margin: 0 10px;
}
/* line 22, ../sass/components/header/_topbar.scss */
.top-bar .present {
  width: 14px;
  vertical-align: middle;
  margin-left: 7px;
}
/* line 26, ../sass/components/header/_topbar.scss */
.top-bar .present path {
  fill: #0e2d42;
}

/* line 32, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal {
  border: none !important;
  padding: 0 !important;
}

/* line 37, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}

/* line 41, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:first-child) {
  padding-left: 20px !important;
}

/* line 45, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  text-decoration: underline;
}

/* line 49, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  position: relative;
}

/* line 53, ../sass/components/header/_topbar.scss */
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:first-child):before {
  content: '|';
  position: absolute;
  top: -3px;
  left: 10px;
}

/* line 62, ../sass/components/header/_topbar.scss */
.menu-open .top-bar {
  color: #fff;
}
/* line 64, ../sass/components/header/_topbar.scss */
.menu-open .top-bar a {
  color: #fff;
}
/* line 68, ../sass/components/header/_topbar.scss */
.menu-open .top-bar .present path {
  fill: #fff;
}

/* line 7, ../sass/components/header/_hamburger.scss */
.icon-menu {
  display: inline-block;
}
/* line 9, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 13, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon .menu-wrapper {
  width: 24px;
  height: 14px;
}
@media only screen and (min-width: 64em) {
  /* line 13, ../sass/components/header/_hamburger.scss */
  .icon-menu .btn-icon .menu-wrapper {
    width: 26px;
  }
}
/* line 21, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon .hamburger-menu,
.icon-menu .btn-icon .hamburger-menu:after,
.icon-menu .btn-icon .hamburger-menu:before {
  width: 24px;
  height: 2px;
}
@media only screen and (min-width: 64em) {
  /* line 21, ../sass/components/header/_hamburger.scss */
  .icon-menu .btn-icon .hamburger-menu,
  .icon-menu .btn-icon .hamburger-menu:after,
  .icon-menu .btn-icon .hamburger-menu:before {
    width: 26px;
  }
}
/* line 31, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: white;
  transition: all 0ms 300ms;
}
/* line 38, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 47, ../sass/components/header/_hamburger.scss */
.icon-menu .btn-icon .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 62, ../sass/components/header/_hamburger.scss */
.menu-open .icon-menu .btn.btn-icon .hamburger-menu, .menu-open-scroll .icon-menu .btn.btn-icon .hamburger-menu {
  background: rgba(255, 255, 255, 0);
}
/* line 64, ../sass/components/header/_hamburger.scss */
.menu-open .icon-menu .btn.btn-icon .hamburger-menu:after, .menu-open-scroll .icon-menu .btn.btn-icon .hamburger-menu:after {
  background: #0e2d42;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 70, ../sass/components/header/_hamburger.scss */
.menu-open .icon-menu .btn.btn-icon .hamburger-menu:before, .menu-open-scroll .icon-menu .btn.btn-icon .hamburger-menu:before {
  background: #0e2d42;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 64em) {
  /* line 80, ../sass/components/header/_hamburger.scss */
  .menu-open .icon-menu .btn.btn-icon:hover .hamburger-menu:after, .menu-open .icon-menu .btn.btn-icon:hover .hamburger-menu:before, .menu-open-scroll .icon-menu .btn.btn-icon:hover .hamburger-menu:after, .menu-open-scroll .icon-menu .btn.btn-icon:hover .hamburger-menu:before {
    background: #fff;
  }
}

/* line 1, ../sass/components/header/_voltar.scss */
.back {
  display: none;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/header/_voltar.scss */
  .back {
    margin-left: 75px;
    display: inline-block;
  }
}
/* line 7, ../sass/components/header/_voltar.scss */
.back a {
  color: #0e2d42;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  text-decoration: none;
}
/* line 13, ../sass/components/header/_voltar.scss */
.back a:hover {
  color: #c39866;
}
/* line 16, ../sass/components/header/_voltar.scss */
.back a:hover svg polygon {
  fill: #c39866;
}
/* line 21, ../sass/components/header/_voltar.scss */
.back a svg {
  height: 9px;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
}
/* line 25, ../sass/components/header/_voltar.scss */
.back a svg polygon {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #0e2d42;
}

/* line 1, ../sass/components/highlight-box/_h-box.scss */
.highlight-box {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c39866;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 1, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box {
    padding: 30px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 1, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box {
    min-height: 450px;
  }
}
/* line 18, ../sass/components/highlight-box/_h-box.scss */
.highlight-box:before, .highlight-box:after {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url("../../images/icons/icon-box.svg");
  background-color: #c39866;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 31, ../sass/components/highlight-box/_h-box.scss */
.highlight-box:before {
  top: 16px;
}
@media only screen and (min-width: 40em) {
  /* line 31, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box:before {
    top: 20px;
  }
}
/* line 37, ../sass/components/highlight-box/_h-box.scss */
.highlight-box:after {
  bottom: 16px;
}
@media only screen and (min-width: 40em) {
  /* line 37, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box:after {
    bottom: 20px;
  }
}
/* line 43, ../sass/components/highlight-box/_h-box.scss */
.highlight-box.highlight-small {
  padding: 25px 60px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
@media only screen and (min-width: 64em) {
  /* line 43, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small {
    min-height: auto;
    padding: 30px 130px;
  }
}
/* line 54, ../sass/components/highlight-box/_h-box.scss */
.highlight-box.highlight-small small {
  display: block;
  width: 100%;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media only screen and (min-width: 64em) {
  /* line 54, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* line 62, ../sass/components/highlight-box/_h-box.scss */
.highlight-box.highlight-small:before, .highlight-box.highlight-small:after {
  top: 50%;
  width: 20px;
  height: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 68, ../sass/components/highlight-box/_h-box.scss */
.highlight-box.highlight-small:before {
  left: 25px;
}
@media only screen and (min-width: 40em) {
  /* line 68, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small:before {
    left: 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 68, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small:before {
    left: 65px;
  }
}
/* line 77, ../sass/components/highlight-box/_h-box.scss */
.highlight-box.highlight-small:after {
  left: inherit;
  right: 25px;
}
@media only screen and (min-width: 40em) {
  /* line 77, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small:after {
    right: 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 77, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box.highlight-small:after {
    right: 65px;
  }
}
/* line 88, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #fff;
}
@media only screen and (min-width: 40em) {
  /* line 88, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner {
    padding: 25px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 88, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner {
    padding: 30px;
  }
}
/* line 101, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  line-height: 1.2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
/* line 102, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 108, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content a:hover {
  opacity: 0.7;
}
/* line 122, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content:not(:first-child) {
  border-top: 2px solid #fff;
  padding-top: 20px;
}
@media only screen and (min-width: 120em) {
  /* line 122, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content:not(:first-child) {
    padding-top: 30px;
  }
}
/* line 129, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content:not(:last-child) {
  padding-bottom: 20px;
}
@media only screen and (min-width: 120em) {
  /* line 129, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content:not(:last-child) {
    padding-bottom: 30px;
  }
}
/* line 135, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content .highlight-box-title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 40em) {
  /* line 135, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 135, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 120em) {
  /* line 135, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* line 147, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content .highlight-box-days {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 64em) {
  /* line 147, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-days {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 155, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content .highlight-box-hour {
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 64em) {
  /* line 155, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-hour {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 162, ../sass/components/highlight-box/_h-box.scss */
.highlight-box .highlight-box-inner .highlight-box-content .highlight-box-note {
  margin-top: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 64em) {
  /* line 162, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 162, ../sass/components/highlight-box/_h-box.scss */
  .highlight-box .highlight-box-inner .highlight-box-content .highlight-box-note {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* line 4, ../sass/components/box/_box.scss */
.page-template-page-blog .box.box-small .box-caption, .tax-categoria .box.box-small .box-caption {
  margin-top: 30px;
}
/* line 7, ../sass/components/box/_box.scss */
.page-template-page-blog .box.box-small .box-title, .tax-categoria .box.box-small .box-title {
  margin-top: 15px;
}
/* line 14, ../sass/components/box/_box.scss */
.page-template-page-blog .article-item picture img, .tax-categoria .article-item picture img {
  width: 100%;
}

/* line 24, ../sass/components/box/_box.scss */
.single-blog .box .box-content .highlight {
  margin-bottom: 1em;
}

/* line 33, ../sass/components/box/_box.scss */
.list-box .box:not(:first-child) {
  margin-top: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 33, ../sass/components/box/_box.scss */
  .list-box .box:not(:first-child) {
    margin-top: 50px;
  }
}

/* line 44, ../sass/components/box/_box.scss */
.page-template-page-blog #main, .tax-categoria #main {
  background-color: #fff;
}
/* line 47, ../sass/components/box/_box.scss */
.page-template-page-blog footer, .tax-categoria footer {
  background-color: #fff;
}

/* line 52, ../sass/components/box/_box.scss */
.border_box {
  border: 1px solid #0e2d42;
}

/* line 56, ../sass/components/box/_box.scss */
.box-content-blog {
  border: 1px solid #0e2d42;
}

/* line 59, ../sass/components/box/_box.scss */
.box {
  padding: 40px 25px;
  background-color: #fff;
  color: #0e2d42;
}
@media only screen and (min-width: 40em) {
  /* line 59, ../sass/components/box/_box.scss */
  .box {
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 59, ../sass/components/box/_box.scss */
  .box {
    padding: 100px 130px;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 70, ../sass/components/box/_box.scss */
  .box .slide-controls .slide-arrow {
    display: none;
  }
}
/* line 77, ../sass/components/box/_box.scss */
.box.box-small {
  padding: 25px;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  /* line 77, ../sass/components/box/_box.scss */
  .box.box-small {
    padding: 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 77, ../sass/components/box/_box.scss */
  .box.box-small {
    padding: 50px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 86, ../sass/components/box/_box.scss */
  .box.box-small .box-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
/* line 92, ../sass/components/box/_box.scss */
.box.box-no-right {
  padding-right: 0;
}
/* line 95, ../sass/components/box/_box.scss */
.box .box-title {
  font-family: 'CormorantGaramond-Medium';
  font-kerning: none;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  /* line 95, ../sass/components/box/_box.scss */
  .box .box-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 108, ../sass/components/box/_box.scss */
  .box .box-title-big {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
/* line 113, ../sass/components/box/_box.scss */
.box .box-title-small {
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
/* line 118, ../sass/components/box/_box.scss */
.box .box-caption {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 5px;
  color: #bcbcbc;
}
/* line 125, ../sass/components/box/_box.scss */
.box .box-caption .divider {
  margin: 0 10px;
}
/* line 127, ../sass/components/box/_box.scss */
.box .box-caption .divider:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #bcbcbc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
/* line 138, ../sass/components/box/_box.scss */
.box .box-description {
  margin-top: 15px;
}
@media only screen and (min-width: 40em) {
  /* line 138, ../sass/components/box/_box.scss */
  .box .box-description {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 138, ../sass/components/box/_box.scss */
  .box .box-description {
    padding-left: 15px;
    margin-top: 20px;
  }
}
/* line 148, ../sass/components/box/_box.scss */
.box .box-title, .box p, .box .box-title-small {
  color: #0e2d42;
}
/* line 151, ../sass/components/box/_box.scss */
.box .box-content {
  margin: 25px 0 0;
}
@media only screen and (min-width: 64em) {
  /* line 151, ../sass/components/box/_box.scss */
  .box .box-content {
    margin: 50px 0 0;
  }
}
/* line 158, ../sass/components/box/_box.scss */
.box .box-content.menus-content .menu-item:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 158, ../sass/components/box/_box.scss */
  .box .box-content.menus-content .menu-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* line 164, ../sass/components/box/_box.scss */
.box .box-content.menus-content .menu-item .menu-description {
  margin-top: 10px;
}
@media only screen and (min-width: 64em) {
  /* line 164, ../sass/components/box/_box.scss */
  .box .box-content.menus-content .menu-item .menu-description {
    margin-top: 20px;
  }
}
/* line 170, ../sass/components/box/_box.scss */
.box .box-content.menus-content .menu-item .menu-title {
  font-family: 'Montserrat-SemiBold';
  color: #0e2d42;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 177, ../sass/components/box/_box.scss */
.box .box-content.menus-content .menu-item p {
  margin-top: 0;
}
/* line 182, ../sass/components/box/_box.scss */
.box .box-content .box-content-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 9px;
  font-size: 0.5625rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #0e2d42;
}
@media only screen and (min-width: 64em) {
  /* line 182, ../sass/components/box/_box.scss */
  .box .box-content .box-content-title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* line 191, ../sass/components/box/_box.scss */
.box .box-content .box-content-title small {
  display: block;
  margin-top: 5px;
}
/* line 197, ../sass/components/box/_box.scss */
.box .box-content .box-content-text p {
  color: #0e2d42;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 203, ../sass/components/box/_box.scss */
.box .box-content .box-content-sub-title {
  color: #0e2d42;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
/* line 213, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item {
  margin-top: 15px;
}
/* line 214, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item:nth-child(odd) {
  padding-left: 0;
}
/* line 217, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item:nth-child(even) {
  padding-right: 0;
}
@media only screen and (min-width: 64em) {
  /* line 213, ../sass/components/box/_box.scss */
  .box .box-content.box-list.list-icon .box-list-item {
    margin-top: 40px;
  }
}
/* line 225, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item:nth-of-type(1), .box .box-content.box-list.list-icon .box-list-item:nth-of-type(2) {
  margin-top: 0px;
}
/* line 228, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item .box-list-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(14, 45, 66, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
}
/* line 236, ../sass/components/box/_box.scss */
.box .box-content.box-list.list-icon .box-list-item .box-list-icon img {
  max-height: 25px;
  max-width: 25px;
}
/* line 244, ../sass/components/box/_box.scss */
.box .box-content.box-table {
  border: 1px solid rgba(14, 45, 66, 0.2);
}
/* line 246, ../sass/components/box/_box.scss */
.box .box-content.box-table .box-table-item {
  padding: 20px;
}
/* line 248, ../sass/components/box/_box.scss */
.box .box-content.box-table .box-table-item:not(:last-child) {
  border-bottom: 1px solid rgba(14, 45, 66, 0.2);
}
/* line 254, ../sass/components/box/_box.scss */
.box .box-content-btn {
  margin-top: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 254, ../sass/components/box/_box.scss */
  .box .box-content-btn {
    margin-top: 50px;
  }
}
/* line 260, ../sass/components/box/_box.scss */
.box .box-intro {
  margin: 15px 0;
}
@media only screen and (min-width: 64em) {
  /* line 260, ../sass/components/box/_box.scss */
  .box .box-intro {
    margin: 40px 0;
  }
}
/* line 265, ../sass/components/box/_box.scss */
.box .box-intro p {
  line-height: 1;
}
/* line 269, ../sass/components/box/_box.scss */
.box.form-box {
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  /* line 269, ../sass/components/box/_box.scss */
  .box.form-box {
    padding: 60px 25px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 269, ../sass/components/box/_box.scss */
  .box.form-box {
    padding: 60px 30px;
  }
}
/* line 277, ../sass/components/box/_box.scss */
.box.form-box:before, .box.form-box:after {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url("../../images/icons/icon-box-gold.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 289, ../sass/components/box/_box.scss */
.box.form-box:before {
  top: 20px;
}
@media only screen and (min-width: 64em) {
  /* line 289, ../sass/components/box/_box.scss */
  .box.form-box:before {
    top: 50px;
  }
}
/* line 295, ../sass/components/box/_box.scss */
.box.form-box:after {
  bottom: 20px;
}
@media only screen and (min-width: 64em) {
  /* line 295, ../sass/components/box/_box.scss */
  .box.form-box:after {
    bottom: 50px;
  }
}

/* line 1, ../sass/components/banner/_banner-slide.scss */
.banner {
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 3, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 64em) {
  /* line 3, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-box {
    bottom: 40px;
    right: 40px;
  }
}
/* line 16, ../sass/components/banner/_banner-slide.scss */
.banner .banner-content {
  min-height: 370px;
}
@media only screen and (min-width: 64em) {
  /* line 17, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content.anim-banner {
    background-color: #fff;
    overflow: hidden;
  }
  /* line 21, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content.anim-banner .banner-img, .banner .banner-content.anim-banner .banner-pattern {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  /* line 27, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content.anim-banner .banner-pattern {
    transition-delay: 0.2s;
  }
  /* line 30, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content.anim-banner .banner-pattern {
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 64em) {
  /* line 35, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content.anim-banner.anim-banner-ready .banner-img, .banner .banner-content.anim-banner.anim-banner-ready .banner-pattern {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40em) {
  /* line 16, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content {
    min-height: 650px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 16, ../sass/components/banner/_banner-slide.scss */
  .banner .banner-content {
    min-height: calc(100vh - 100px);
  }
}
/* line 49, ../sass/components/banner/_banner-slide.scss */
.banner .banner-content .banner-img, .banner .banner-content .banner-pattern {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 61, ../sass/components/banner/_banner-slide.scss */
.banner.banner-slide .banner-content {
  position: relative;
  height: 100%;
  padding-bottom: 50px;
  padding-top: 120px;
}
@media only screen and (min-width: 40em) {
  /* line 61, ../sass/components/banner/_banner-slide.scss */
  .banner.banner-slide .banner-content {
    padding-bottom: 80px;
    padding-top: 142px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 61, ../sass/components/banner/_banner-slide.scss */
  .banner.banner-slide .banner-content {
    padding-bottom: 40px;
    padding-top: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 90em) {
  /* line 61, ../sass/components/banner/_banner-slide.scss */
  .banner.banner-slide .banner-content {
    padding-top: 174px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 61, ../sass/components/banner/_banner-slide.scss */
  .banner.banner-slide .banner-content {
    padding-top: 180px;
  }
}
/* line 83, ../sass/components/banner/_banner-slide.scss */
.banner.banner-slide .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 90, ../sass/components/banner/_banner-slide.scss */
.banner.banner-slide .banner-slide-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* GLOBALS */
/* line 2, ../sass/components/form/_forms.scss */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
select,
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  font-family: 'Montserrat-Regular';
  color: #0e2d42;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat bottom, 50% calc(100% - 1px);
  background-size: 0 100%,100% 100%;
  background-image: linear-gradient(0deg, #c39866 2px, rgba(156, 39, 176, 0) 0%), linear-gradient(0deg, rgba(14, 45, 66, 0.2) 1px, rgba(209, 209, 209, 0) 0%);
  -moz-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  -webkit-transition: background 0s ease-out;
  transition: background 0s ease-out;
}
@media only screen and (min-width: 40em) {
  /* line 2, ../sass/components/form/_forms.scss */
  input[type='text'],
  input[type='password'],
  input[type='date'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='month'],
  input[type='week'],
  input[type='email'],
  input[type='number'],
  input[type='search'],
  input[type='tel'],
  input[type='time'],
  input[type='url'],
  input[type='color'],
  select,
  textarea {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 64em) {
  /* line 2, ../sass/components/form/_forms.scss */
  input[type='text'],
  input[type='password'],
  input[type='date'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='month'],
  input[type='week'],
  input[type='email'],
  input[type='number'],
  input[type='search'],
  input[type='tel'],
  input[type='time'],
  input[type='url'],
  input[type='color'],
  select,
  textarea {
    padding: 30px 0;
  }
}
/* line 47, ../sass/components/form/_forms.scss */
input[type='text'].input-small,
input[type='password'].input-small,
input[type='date'].input-small,
input[type='datetime'].input-small,
input[type='datetime-local'].input-small,
input[type='month'].input-small,
input[type='week'].input-small,
input[type='email'].input-small,
input[type='number'].input-small,
input[type='search'].input-small,
input[type='tel'].input-small,
input[type='time'].input-small,
input[type='url'].input-small,
input[type='color'].input-small,
select.input-small,
textarea.input-small {
  padding: 15px 0;
}
/* line 50, ../sass/components/form/_forms.scss */
input[type='text'].jqInvalid,
input[type='password'].jqInvalid,
input[type='date'].jqInvalid,
input[type='datetime'].jqInvalid,
input[type='datetime-local'].jqInvalid,
input[type='month'].jqInvalid,
input[type='week'].jqInvalid,
input[type='email'].jqInvalid,
input[type='number'].jqInvalid,
input[type='search'].jqInvalid,
input[type='tel'].jqInvalid,
input[type='time'].jqInvalid,
input[type='url'].jqInvalid,
input[type='color'].jqInvalid,
select.jqInvalid,
textarea.jqInvalid {
  background-image: linear-gradient(0deg, #f44336 2px, rgba(156, 39, 176, 0) 0%), linear-gradient(0deg, rgba(14, 45, 66, 0.2) 1px, rgba(209, 209, 209, 0) 0%);
  background-size: 100% 100%,100% 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 54, ../sass/components/form/_forms.scss */
input[type='text'].jqInvalid::placeholder,
input[type='password'].jqInvalid::placeholder,
input[type='date'].jqInvalid::placeholder,
input[type='datetime'].jqInvalid::placeholder,
input[type='datetime-local'].jqInvalid::placeholder,
input[type='month'].jqInvalid::placeholder,
input[type='week'].jqInvalid::placeholder,
input[type='email'].jqInvalid::placeholder,
input[type='number'].jqInvalid::placeholder,
input[type='search'].jqInvalid::placeholder,
input[type='tel'].jqInvalid::placeholder,
input[type='time'].jqInvalid::placeholder,
input[type='url'].jqInvalid::placeholder,
input[type='color'].jqInvalid::placeholder,
select.jqInvalid::placeholder,
textarea.jqInvalid::placeholder {
  color: #f44336;
}
/* line 57, ../sass/components/form/_forms.scss */
input[type='text'].jqInvalid:-ms-input-placeholder,
input[type='password'].jqInvalid:-ms-input-placeholder,
input[type='date'].jqInvalid:-ms-input-placeholder,
input[type='datetime'].jqInvalid:-ms-input-placeholder,
input[type='datetime-local'].jqInvalid:-ms-input-placeholder,
input[type='month'].jqInvalid:-ms-input-placeholder,
input[type='week'].jqInvalid:-ms-input-placeholder,
input[type='email'].jqInvalid:-ms-input-placeholder,
input[type='number'].jqInvalid:-ms-input-placeholder,
input[type='search'].jqInvalid:-ms-input-placeholder,
input[type='tel'].jqInvalid:-ms-input-placeholder,
input[type='time'].jqInvalid:-ms-input-placeholder,
input[type='url'].jqInvalid:-ms-input-placeholder,
input[type='color'].jqInvalid:-ms-input-placeholder,
select.jqInvalid:-ms-input-placeholder,
textarea.jqInvalid:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f44336;
}
/* line 60, ../sass/components/form/_forms.scss */
input[type='text'].jqInvalid::-ms-input-placeholder,
input[type='password'].jqInvalid::-ms-input-placeholder,
input[type='date'].jqInvalid::-ms-input-placeholder,
input[type='datetime'].jqInvalid::-ms-input-placeholder,
input[type='datetime-local'].jqInvalid::-ms-input-placeholder,
input[type='month'].jqInvalid::-ms-input-placeholder,
input[type='week'].jqInvalid::-ms-input-placeholder,
input[type='email'].jqInvalid::-ms-input-placeholder,
input[type='number'].jqInvalid::-ms-input-placeholder,
input[type='search'].jqInvalid::-ms-input-placeholder,
input[type='tel'].jqInvalid::-ms-input-placeholder,
input[type='time'].jqInvalid::-ms-input-placeholder,
input[type='url'].jqInvalid::-ms-input-placeholder,
input[type='color'].jqInvalid::-ms-input-placeholder,
select.jqInvalid::-ms-input-placeholder,
textarea.jqInvalid::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f44336;
}
/* line 63, ../sass/components/form/_forms.scss */
input[type='text'].jqInvalid.empty,
input[type='password'].jqInvalid.empty,
input[type='date'].jqInvalid.empty,
input[type='datetime'].jqInvalid.empty,
input[type='datetime-local'].jqInvalid.empty,
input[type='month'].jqInvalid.empty,
input[type='week'].jqInvalid.empty,
input[type='email'].jqInvalid.empty,
input[type='number'].jqInvalid.empty,
input[type='search'].jqInvalid.empty,
input[type='tel'].jqInvalid.empty,
input[type='time'].jqInvalid.empty,
input[type='url'].jqInvalid.empty,
input[type='color'].jqInvalid.empty,
select.jqInvalid.empty,
textarea.jqInvalid.empty {
  color: #f44336 !important;
}
/* line 67, ../sass/components/form/_forms.scss */
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
  background-size: 100% 100%,100% 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 73, ../sass/components/form/_forms.scss */
.form-container {
  border-top: 1px solid rgba(14, 45, 66, 0.2);
  border-left: 1px solid rgba(14, 45, 66, 0.2);
  border-right: 1px solid rgba(14, 45, 66, 0.2);
}
/* line 74, ../sass/components/form/_forms.scss */
.form-container input[type='text'],
.form-container input[type='password'],
.form-container input[type='date'],
.form-container input[type='datetime'],
.form-container input[type='datetime-local'],
.form-container input[type='month'],
.form-container input[type='week'],
.form-container input[type='email'],
.form-container input[type='number'],
.form-container input[type='search'],
.form-container input[type='tel'],
.form-container input[type='time'],
.form-container input[type='url'],
.form-container input[type='color'],
.form-container select,
.form-container textarea {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 40em) {
  /* line 98, ../sass/components/form/_forms.scss */
  .form-container .input-split:first-child {
    border-right: 1px solid rgba(14, 45, 66, 0.2);
  }
}
/* line 103, ../sass/components/form/_forms.scss */
.form-container textarea {
  resize: none;
  min-height: 130px;
}
/* line 108, ../sass/components/form/_forms.scss */
.form-container select.empty {
  color: rgba(14, 45, 66, 0.3);
}
/* line 111, ../sass/components/form/_forms.scss */
.form-container select option {
  color: #0e2d42;
}
/* line 115, ../sass/components/form/_forms.scss */
.form-container .terms-container {
  position: relative;
  padding: 30px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(14, 45, 66, 0.2);
}
/* line 121, ../sass/components/form/_forms.scss */
.form-container #terms:checked,
.form-container #terms:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* line 126, ../sass/components/form/_forms.scss */
.form-container #terms:checked.jqInvalid + label,
.form-container #terms:not(:checked).jqInvalid + label {
  color: #f44336 !important;
}
/* line 130, ../sass/components/form/_forms.scss */
.form-container #terms:checked + label,
.form-container #terms:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-family: 'Montserrat-Regular';
  color: rgba(14, 45, 66, 0.3);
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 142, ../sass/components/form/_forms.scss */
.form-container #terms:checked + label:before,
.form-container #terms:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: rgba(14, 45, 66, 0.2);
}
/* line 153, ../sass/components/form/_forms.scss */
.form-container #terms:checked + label:after,
.form-container #terms:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #c39866;
  position: absolute;
  top: 10px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 168, ../sass/components/form/_forms.scss */
.form-container #terms:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
/* line 177, ../sass/components/form/_forms.scss */
.form-container #terms:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 186, ../sass/components/form/_forms.scss */
.form-container #terms:checked + label:before {
  background: transparent;
  border: 2px solid #c39866;
}
/* line 192, ../sass/components/form/_forms.scss */
.form-container #terms:disabled:checked + label:before,
.form-container #terms:disabled:not(:checked) + label:before {
  border-color: #ccc;
  background-color: #eee;
}
/* line 198, ../sass/components/form/_forms.scss */
.form-container #terms:disabled:checked + label:after {
  background: #aaa;
}

/* line 203, ../sass/components/form/_forms.scss */
.form-btn {
  margin-top: 30px;
}

/* line 207, ../sass/components/form/_forms.scss */
::placeholder {
  color: rgba(14, 45, 66, 0.3);
}

/* line 210, ../sass/components/form/_forms.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(14, 45, 66, 0.3);
}

/* line 213, ../sass/components/form/_forms.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(14, 45, 66, 0.3);
}

/* line 218, ../sass/components/form/_forms.scss */
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/* line 230, ../sass/components/form/_forms.scss */
.input-group .input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
/* line 238, ../sass/components/form/_forms.scss */
.input-group .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 253, ../sass/components/form/_forms.scss */
div.jqInvalid {
  display: none !important;
}

/* line 257, ../sass/components/form/_forms.scss */
.btn[type='submit'] {
  position: relative;
  overflow: hidden;
}
/* line 262, ../sass/components/form/_forms.scss */
.btn[type='submit'].state-loading .progress .progress-inner {
  width: 100%;
  transition: width 3s ease-in;
}
/* line 270, ../sass/components/form/_forms.scss */
.btn[type='submit'].state-success .progress .progress-inner {
  width: 100%;
  transition: width 0.6s ease-in;
}
/* line 276, ../sass/components/form/_forms.scss */
.btn[type='submit'] .content {
  position: relative;
  display: block;
  z-index: 2;
}
/* line 281, ../sass/components/form/_forms.scss */
.btn[type='submit'] .progress {
  background: #072337;
}
/* line 283, ../sass/components/form/_forms.scss */
.btn[type='submit'] .progress .progress-inner {
  position: absolute;
  left: 0;
  background: #bd8b51;
  top: 0;
  width: 0%;
  height: 100%;
}

@media screen and (max-width: 63.9375em) {
  /* line 2, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul {
    text-align: center;
  }
}
/* line 6, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li {
  line-height: 1;
}
/* line 8, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 64em) {
  /* line 8, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul > li:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 14, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul > li.rooms-list {
    margin-top: 10px;
  }
}
/* line 19, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li > a {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-kerning: none;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media only screen and (min-width: 64em) {
  /* line 19, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul > li > a {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
/* line 36, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li:not(.rooms-list):hover > a, .main-menu > ul > li:not(.rooms-list).current-menu-item > a {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 63.9375em) {
  /* line 41, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul > li ul {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  /* line 41, ../sass/components/nav/_main-menu.scss */
  .main-menu > ul > li ul {
    margin-top: 30px;
  }
}
/* line 48, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li ul li {
  line-height: 1;
}
/* line 50, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li ul li:not(:first-child) {
  margin-top: 20px;
}
/* line 53, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li ul li a {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-kerning: none;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
/* line 66, ../sass/components/nav/_main-menu.scss */
.main-menu > ul > li ul li:hover > a, .main-menu > ul > li ul li.current-menu-item > a {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 63.9375em) {
  /* line 2, ../sass/components/nav/_bottom-menu.scss */
  .bottom-menu ul {
    text-align: center;
  }
}
/* line 6, ../sass/components/nav/_bottom-menu.scss */
.bottom-menu ul > li {
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 64em) {
  /* line 6, ../sass/components/nav/_bottom-menu.scss */
  .bottom-menu ul > li {
    display: inline-block;
  }
}
/* line 12, ../sass/components/nav/_bottom-menu.scss */
.bottom-menu ul > li > a {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 20, ../sass/components/nav/_bottom-menu.scss */
.bottom-menu ul > li:hover > a, .bottom-menu ul > li.current-menu-item > a {
  color: #c39866;
}
@media screen and (max-width: 63.9375em) {
  /* line 24, ../sass/components/nav/_bottom-menu.scss */
  .bottom-menu ul > li:not(:first-child) {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 24, ../sass/components/nav/_bottom-menu.scss */
  .bottom-menu ul > li:not(:first-child) {
    margin-left: 30px;
  }
}
/* line 34, ../sass/components/nav/_bottom-menu.scss */
.bottom-menu .wpml-ls-legacy-list-horizontal {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  /* line 34, ../sass/components/nav/_bottom-menu.scss */
  .bottom-menu .wpml-ls-legacy-list-horizontal {
    display: none;
  }
}

/* line 1, ../sass/components/nav/_side-nav.scss */
.side-nav {
  margin-top: 130px;
}
/* line 3, ../sass/components/nav/_side-nav.scss */
.side-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 8, ../sass/components/nav/_side-nav.scss */
.side-nav ul li {
  line-height: 0.7;
}
/* line 10, ../sass/components/nav/_side-nav.scss */
.side-nav ul li:not(:first-child) {
  margin-top: 25px;
}
/* line 20, ../sass/components/nav/_side-nav.scss */
.side-nav ul li a {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding-left: 30px;
}
/* line 33, ../sass/components/nav/_side-nav.scss */
.side-nav.cat-list ul li a {
  padding-left: 0;
}
/* line 35, ../sass/components/nav/_side-nav.scss */
.side-nav.cat-list ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #fff;
  background-color: transparent;
  margin-right: 18px;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 47, ../sass/components/nav/_side-nav.scss */
.side-nav.cat-list ul li a.active:before, .side-nav.cat-list ul li a:hover:before {
  background-color: #fff;
}

/* line 57, ../sass/components/nav/_side-nav.scss */
.side-nav-blog {
  margin-top: 130px;
}
/* line 59, ../sass/components/nav/_side-nav.scss */
.side-nav-blog ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 64, ../sass/components/nav/_side-nav.scss */
.side-nav-blog ul li {
  line-height: 0.7;
}
/* line 66, ../sass/components/nav/_side-nav.scss */
.side-nav-blog ul li:not(:first-child) {
  margin-top: 25px;
}
/* line 76, ../sass/components/nav/_side-nav.scss */
.side-nav-blog ul li a {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #c39866;
  padding-left: 30px;
}
/* line 89, ../sass/components/nav/_side-nav.scss */
.side-nav-blog.cat-list ul li a {
  padding-left: 0;
}
/* line 91, ../sass/components/nav/_side-nav.scss */
.side-nav-blog.cat-list ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #c39866;
  background-color: transparent;
  margin-right: 18px;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 103, ../sass/components/nav/_side-nav.scss */
.side-nav-blog.cat-list ul li a.active:before, .side-nav-blog.cat-list ul li a:hover:before {
  background-color: #c39866;
}

/* line 113, ../sass/components/nav/_side-nav.scss */
.spt-verticalScrollProgress {
  height: 100%;
  position: absolute;
  height: calc(100% + 32px);
  left: 8px;
  top: 0;
  width: 0 !important;
}

/* line 123, ../sass/components/nav/_side-nav.scss */
.spt-scrollStopContainer .spt-stopCircle, .spt-vertScrollStopContainer .spt-stopCircle, .spt-scrollStopContainer .spt-finalStopCircle, .spt-vertScrollStopContainer .spt-finalStopCircle {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

/* line 127, ../sass/components/nav/_side-nav.scss */
.spt-scrollStopContainer .spt-stopCircle.spt-reached, .spt-vertScrollStopContainer .spt-stopCircle.spt-reached, .spt-scrollStopContainer .spt-finalStopCircle.spt-reached, .spt-vertScrollStopContainer .spt-finalStopCircle.spt-reached, .spt-scrollStopContainer .spt-stopCircle.spt-hover, .spt-vertScrollStopContainer .spt-stopCircle.spt-hover, .spt-scrollStopContainer .spt-finalStopCircle.spt-hover, .spt-vertScrollStopContainer .spt-finalStopCircle.spt-hover {
  border-color: #fff;
  background-color: #fff !important;
}

/* line 132, ../sass/components/nav/_side-nav.scss */
.spt-verticalScrollProgress .spt-verticalScrollProgressContainer {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 136, ../sass/components/nav/_side-nav.scss */
.spt-verticalScrollProgress .spt-verticalScrollProgressContainer .spt-verticalScrollProgressBar {
  background: #fff !important;
  border-bottom: none;
}

/* line 141, ../sass/components/nav/_side-nav.scss */
.spt-vertScrollStopContainer .spt-stopCircle {
  left: -4px;
  width: 10px;
  height: 10px;
}

/* line 147, ../sass/components/nav/_side-nav.scss */
.spt-vertScrollStopTitles {
  display: none;
}

/* line 152, ../sass/components/nav/_side-nav.scss */
.page-template-page-espacos .spt-scrollStopContainer .spt-stopCircle, .page-template-page-espacos .spt-vertScrollStopContainer .spt-stopCircle, .page-template-page-espacos .spt-scrollStopContainer .spt-finalStopCircle, .page-template-page-espacos .spt-vertScrollStopContainer .spt-finalStopCircle {
  background-color: #8a2f2f;
}

/* line 156, ../sass/components/nav/_side-nav.scss */
.page-template-page-galeria .spt-scrollStopContainer .spt-stopCircle, .page-template-page-galeria .spt-vertScrollStopContainer .spt-stopCircle, .page-template-page-galeria .spt-scrollStopContainer .spt-finalStopCircle, .page-template-page-galeria .spt-vertScrollStopContainer .spt-finalStopCircle {
  background-color: #cfbda8;
}

/* line 160, ../sass/components/nav/_side-nav.scss */
.page-template-page-quartos .spt-scrollStopContainer .spt-stopCircle, .page-template-page-quartos .spt-vertScrollStopContainer .spt-stopCircle, .page-template-page-quartos .spt-scrollStopContainer .spt-finalStopCircle, .page-template-page-quartos .spt-vertScrollStopContainer .spt-finalStopCircle {
  background-color: #86aec7;
}

/* line 164, ../sass/components/nav/_side-nav.scss */
.tax-tipologia .spt-scrollStopContainer .spt-stopCircle, .tax-tipologia .spt-vertScrollStopContainer .spt-stopCircle, .tax-tipologia .spt-scrollStopContainer .spt-finalStopCircle, .tax-tipologia .spt-vertScrollStopContainer .spt-finalStopCircle {
  background-color: #86aec7;
}

@media screen and (max-width: 39.9375em) {
  /* line 1, ../sass/components/slides/_slides-list.scss */
  .sub-list-intro {
    padding-right: 25px;
  }
}

/* line 6, ../sass/components/slides/_slides-list.scss */
.sub-list {
  margin-top: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 6, ../sass/components/slides/_slides-list.scss */
  .sub-list {
    margin-top: 60px;
  }
}
/* line 11, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item {
  width: calc(100% - 40px);
}
@media only screen and (min-width: 64em) {
  /* line 11, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item {
    width: 75%;
  }
}
/* line 16, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 63.9375em) {
  /* line 21, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item:not(:last-child) .sub-list-container .sub-list-content {
    opacity: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 30, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item:not(:last-child).swiper-slide-active .sub-list-container .sub-list-content {
    opacity: 1;
  }
}
/* line 38, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container {
  width: 100%;
  height: 200px;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 38, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container {
    height: 300px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 38, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container {
    height: 450px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 38, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container {
    height: 500px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 38, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container {
    height: 550px;
  }
}
/* line 54, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container a {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
}
/* line 61, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container a:hover picture:after {
  opacity: 1;
}
/* line 66, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container a picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 70, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container a picture:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.70;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -moz-linear-gradient(bottom, #0e2d42 0%, transparent 50%);
  background: -webkit-linear-gradient(bottom, #0e2d42 0%, transparent 50%);
  background: linear-gradient(to top, #0e2d42 0%, rgba(0, 0, 0, 0) 50%);
}
/* line 83, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container a picture .sub-list-container-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 90, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media only screen and (min-width: 64em) {
  /* line 90, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container .sub-list-content {
    bottom: 50px;
    left: 70px;
    right: 70px;
  }
}
/* line 100, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content * {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
/* line 105, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 40em) {
  /* line 105, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
/* line 112, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-caption {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  /* line 112, ../sass/components/slides/_slides-list.scss */
  .sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-caption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 118, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-caption .divider {
  margin: 0 10px;
}
/* line 120, ../sass/components/slides/_slides-list.scss */
.sub-list .sub-list-item .sub-list-container .sub-list-content .sub-list-content-caption .divider:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
/* line 134, ../sass/components/slides/_slides-list.scss */
.sub-list .slick-list {
  padding-left: 0px !important;
}

/* line 2, ../sass/components/slides/_slides-gallery.scss */
.gallery .swiper-slide {
  width: 100%;
  height: 300px;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 2, ../sass/components/slides/_slides-gallery.scss */
  .gallery .swiper-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 2, ../sass/components/slides/_slides-gallery.scss */
  .gallery .swiper-slide {
    height: 550px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 2, ../sass/components/slides/_slides-gallery.scss */
  .gallery .swiper-slide {
    height: 600px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 2, ../sass/components/slides/_slides-gallery.scss */
  .gallery .swiper-slide {
    height: 650px;
  }
}
/* line 18, ../sass/components/slides/_slides-gallery.scss */
.gallery .swiper-slide picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 22, ../sass/components/slides/_slides-gallery.scss */
.gallery .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, ../sass/components/slides/_slide-controls.scss */
.slide-controls {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 40em) {
  /* line 1, ../sass/components/slides/_slide-controls.scss */
  .slide-controls {
    margin-top: 30px;
  }
}
/* line 8, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow {
  cursor: pointer;
  line-height: 1;
}
/* line 11, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
/* line 18, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow:hover svg path {
  fill: #0e2d42;
}
/* line 23, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow svg {
  width: 27px;
}
/* line 25, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow svg path {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #d4d4d4;
}
/* line 30, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow#js-prev1, .slide-controls .slide-arrow.prev-arrow {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 33, ../sass/components/slides/_slide-controls.scss */
.slide-controls .slide-arrow#js-next1, .slide-controls .slide-arrow.next-arrow {
  margin-right: 30px;
}
/* line 37, ../sass/components/slides/_slide-controls.scss */
.slide-controls .swiper-pagination-fraction {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  bottom: inherit;
}

/* line 48, ../sass/components/slides/_slide-controls.scss */
.history .slide-controls, .sustentabilidade .slide-controls {
  margin-bottom: 0;
  margin-top: 25px;
}
@media only screen and (min-width: 40em) {
  /* line 48, ../sass/components/slides/_slide-controls.scss */
  .history .slide-controls, .sustentabilidade .slide-controls {
    margin-top: 30px;
  }
}

/* line 61, ../sass/components/slides/_slide-controls.scss */
.gallery .slide-controls .slide-arrow svg path {
  fill: #fff;
}
/* line 67, ../sass/components/slides/_slide-controls.scss */
.gallery .slide-controls .slide-arrow:hover svg path {
  fill: #0e2d42;
}
/* line 72, ../sass/components/slides/_slide-controls.scss */
.gallery .slide-controls .slide-arrow#js-next1 {
  margin-right: 0;
}

@media screen and (max-width: 63.9375em) {
  /* line 82, ../sass/components/slides/_slide-controls.scss */
  .single-blog .slide-controls .slide-arrow#js-next1 {
    margin-right: 0px;
  }
}

/* line 1, ../sass/components/slides/_slides-history.scss */
.timeline-dates {
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/slides/_slides-history.scss */
  .timeline-dates {
    margin-bottom: 50px;
  }
}
/* line 6, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide {
  width: auto;
  position: relative;
  cursor: pointer;
}
/* line 9, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transition: background-color .3s,border-color .3s;
  top: 0px;
}
/* line 25, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide:not(:first-child):before {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
  top: 6px;
  left: -109px;
}
/* line 36, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide .bullet-text {
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  padding-top: 20px;
  opacity: 0.4;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 46, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide.swiper-slide-active .bullet-text {
  opacity: 1;
}
/* line 49, ../sass/components/slides/_slides-history.scss */
.timeline-dates .swiper-slide.swiper-slide-active:after {
  border: 2px solid #fff;
  background-color: #fff;
}

/* line 58, ../sass/components/slides/_slides-history.scss */
.history .swiper-slide {
  width: 100%;
}
/* line 60, ../sass/components/slides/_slides-history.scss */
.history .swiper-slide picture {
  height: 300px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 60, ../sass/components/slides/_slides-history.scss */
  .history .swiper-slide picture {
    height: 100%;
    position: absolute;
  }
}
/* line 68, ../sass/components/slides/_slides-history.scss */
.history .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 74, ../sass/components/slides/_slides-history.scss */
.history .swiper-slide .history-year {
  font-family: 'Montserrat-Regular';
  color: #0e2d42;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 40em) {
  /* line 74, ../sass/components/slides/_slides-history.scss */
  .history .swiper-slide .history-year {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 74, ../sass/components/slides/_slides-history.scss */
  .history .swiper-slide .history-year {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 74, ../sass/components/slides/_slides-history.scss */
  .history .swiper-slide .history-year {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
/* line 92, ../sass/components/slides/_slides-history.scss */
.history .slide-controls .slide-arrow svg path {
  fill: #fff;
}
/* line 96, ../sass/components/slides/_slides-history.scss */
.history .slide-controls .slide-arrow#js-next1 {
  margin-right: 0;
}
/* line 102, ../sass/components/slides/_slides-history.scss */
.history .read-more .read-more-btn {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 70px 0 30px 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
/* line 114, ../sass/components/slides/_slides-history.scss */
.history .read-more .read-more-btn a {
  color: #c39866;
  display: block;
  line-height: 3;
}
/* line 120, ../sass/components/slides/_slides-history.scss */
.history .read-more .read-more-img {
  max-height: inherit;
}
/* line 123, ../sass/components/slides/_slides-history.scss */
.history .read-more .read-more-txt {
  max-height: inherit;
}
/* line 127, ../sass/components/slides/_slides-history.scss */
.history .read-more.read-more-active .read-more-btn {
  opacity: 1;
}
/* line 130, ../sass/components/slides/_slides-history.scss */
.history .read-more.read-more-active .read-more-img {
  max-height: 600px;
}
/* line 133, ../sass/components/slides/_slides-history.scss */
.history .read-more.read-more-active .read-more-txt {
  max-height: 600px;
}

/* line 143, ../sass/components/slides/_slides-history.scss */
.single_article_blog .read-more .read-more-btn {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 9;
  padding: 70px 0 30px 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
/* line 156, ../sass/components/slides/_slides-history.scss */
.single_article_blog .read-more .read-more-btn a {
  color: #c39866;
  display: block;
  line-height: 3;
}
/* line 162, ../sass/components/slides/_slides-history.scss */
.single_article_blog .read-more .read-more-txt {
  max-height: inherit;
}
/* line 166, ../sass/components/slides/_slides-history.scss */
.single_article_blog .read-more.read-more-active .read-more-btn {
  opacity: 1;
}
/* line 169, ../sass/components/slides/_slides-history.scss */
.single_article_blog .read-more.read-more-active .read-more-txt {
  max-height: 600px;
  overflow: hidden;
}

/* line 2, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .swiper-slide {
  width: 100%;
}
/* line 4, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .swiper-slide picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 8, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 14, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .swiper-slide .sustentabilidade-title {
  color: #0e2d42;
}
/* line 21, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .slide-controls .slide-arrow svg path {
  fill: #fff;
}
/* line 25, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .slide-controls .slide-arrow#js-next1 {
  margin-right: 0;
}
/* line 31, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more .read-more-btn {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 70px 0 30px 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
/* line 43, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more .read-more-btn a {
  color: #c39866;
  display: block;
  line-height: 3;
}
/* line 49, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more .read-more-img {
  max-height: inherit;
}
/* line 52, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more .read-more-txt {
  max-height: inherit;
}
/* line 56, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more.read-more-active .read-more-btn {
  opacity: 1;
}
/* line 59, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more.read-more-active .read-more-img {
  max-height: 600px;
}
/* line 62, ../sass/components/slides/_slides-sustent.scss */
.sustentabilidade .read-more.read-more-active .read-more-txt {
  max-height: 600px;
}

/* TITLES */
/* line 2, ../sass/components/titles/_titles.scss */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
  font-family: 'CormorantGaramond-Medium';
  color: #fff;
  font-weight: normal;
  font-kerning: none;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
/* line 16, ../sass/components/titles/_titles.scss */
h1.text-blue, h2.text-blue, h3.text-blue, h4.text-blue, h5.text-blue, h6.text-blue {
  color: #0e2d42;
}

/* line 21, ../sass/components/titles/_titles.scss */
.hide-text {
  text-indent: -999999px;
  position: absolute;
  left: -100%;
}

/* line 27, ../sass/components/titles/_titles.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 40em) {
  /* line 27, ../sass/components/titles/_titles.scss */
  h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 27, ../sass/components/titles/_titles.scss */
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 27, ../sass/components/titles/_titles.scss */
  h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 120em) {
  /* line 27, ../sass/components/titles/_titles.scss */
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/* line 43, ../sass/components/titles/_titles.scss */
h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 40em) {
  /* line 43, ../sass/components/titles/_titles.scss */
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 43, ../sass/components/titles/_titles.scss */
  h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 43, ../sass/components/titles/_titles.scss */
  h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* line 2, ../sass/components/cta/_cta.scss */
.cta.cta-footer {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 1, ../sass/components/cta/_cta.scss */
  .cta {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 1, ../sass/components/cta/_cta.scss */
  .cta {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/* line 22, ../sass/components/cta/_cta.scss */
.cta .cta-container:before, .cta .cta-container:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-image: url("../../images/icons/icon-box.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 33, ../sass/components/cta/_cta.scss */
.cta .cta-container:before {
  margin-bottom: 25px;
}
/* line 36, ../sass/components/cta/_cta.scss */
.cta .cta-container:after {
  margin-top: 25px;
}
/* line 39, ../sass/components/cta/_cta.scss */
.cta .cta-container .cta-title {
  line-height: 1;
  margin-bottom: 25px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
}
@media only screen and (min-width: 40em) {
  /* line 39, ../sass/components/cta/_cta.scss */
  .cta .cta-container .cta-title {
    margin-bottom: 30px;
  }
}
/* line 49, ../sass/components/cta/_cta.scss */
.cta .cta-container .btn {
  margin-top: 25px;
}
@media only screen and (min-width: 40em) {
  /* line 49, ../sass/components/cta/_cta.scss */
  .cta .cta-container .btn {
    margin-top: 30px;
  }
}
/* line 56, ../sass/components/cta/_cta.scss */
.cta .cta-container ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 40em) {
  /* line 56, ../sass/components/cta/_cta.scss */
  .cta .cta-container ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 56, ../sass/components/cta/_cta.scss */
  .cta .cta-container ul {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 64em) {
  /* line 2, ../sass/components/images/_image.scss */
  .image .main-image, .image .image-pattern {
    height: 550px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 2, ../sass/components/images/_image.scss */
  .image .main-image, .image .image-pattern {
    height: 600px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 2, ../sass/components/images/_image.scss */
  .image .main-image, .image .image-pattern {
    height: 650px;
  }
}
@media only screen and (min-width: 130em) {
  /* line 2, ../sass/components/images/_image.scss */
  .image .main-image, .image .image-pattern {
    height: 700px;
  }
}
/* line 15, ../sass/components/images/_image.scss */
.image .main-image picture, .image .image-pattern picture {
  height: 100%;
  display: block;
  width: 100%;
}
/* line 19, ../sass/components/images/_image.scss */
.image .main-image picture img, .image .image-pattern picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 26, ../sass/components/images/_image.scss */
.image.image-margin-b {
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  /* line 26, ../sass/components/images/_image.scss */
  .image.image-margin-b {
    margin-bottom: 120px;
  }
}
/* line 32, ../sass/components/images/_image.scss */
.image.frame {
  position: relative;
  margin-top: 0;
}
/* line 35, ../sass/components/images/_image.scss */
.image.frame .frame-img {
  z-index: 9;
  position: absolute;
  right: 7%;
  max-width: 100px;
  bottom: -10%;
}
@media only screen and (min-width: 64em) {
  /* line 35, ../sass/components/images/_image.scss */
  .image.frame .frame-img {
    max-width: 290px;
    right: 15%;
  }
}

/* line 50, ../sass/components/images/_image.scss */
.frame {
  margin-top: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 50, ../sass/components/images/_image.scss */
  .frame {
    margin-top: 50px;
  }
}
/* line 56, ../sass/components/images/_image.scss */
.frame .frame-img img {
  -webkit-box-shadow: 16px 11px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 16px 11px 35px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 64em) {
  /* line 56, ../sass/components/images/_image.scss */
  .frame .frame-img img {
    max-width: 400px;
  }
}
/* line 66, ../sass/components/images/_image.scss */
.frame .frame-btn .btn-link {
  color: #fff;
  margin-left: 20px;
}
/* line 69, ../sass/components/images/_image.scss */
.frame .frame-btn .btn-link:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 12px;
  height: 37px;
  background-size: 12px 37px;
  background-image: url("../../images/frame-dots.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 2, ../sass/components/single-page/_next.scss */
.single-blog .next {
  background-color: #cfbda8;
}
@media only screen and (min-width: 64em) {
  /* line 4, ../sass/components/single-page/_next.scss */
  .single-blog .next .next-image {
    margin-top: 0;
  }
}
/* line 15, ../sass/components/single-page/_next.scss */
.single-blog .arrow_blue svg path {
  fill: #0e2d42 !important;
}

/* line 22, ../sass/components/single-page/_next.scss */
.next {
  background-color: #c39866;
  position: relative;
}
@media only screen and (min-width: 64em) {
  /* line 22, ../sass/components/single-page/_next.scss */
  .next {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }
}
/* line 31, ../sass/components/single-page/_next.scss */
.next a {
  text-decoration: none;
  display: block;
}
/* line 46, ../sass/components/single-page/_next.scss */
.next .next-label {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 52, ../sass/components/single-page/_next.scss */
.next .next-title {
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  /* line 52, ../sass/components/single-page/_next.scss */
  .next .next-title {
    margin-bottom: 20px;
  }
}
/* line 59, ../sass/components/single-page/_next.scss */
.next .next-pattern {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  /* line 69, ../sass/components/single-page/_next.scss */
  .next .next-arrow {
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 69, ../sass/components/single-page/_next.scss */
  .next .next-arrow {
    margin-top: 10px;
  }
}
/* line 77, ../sass/components/single-page/_next.scss */
.next .next-arrow svg {
  width: 27px;
}
/* line 79, ../sass/components/single-page/_next.scss */
.next .next-arrow svg path {
  fill: #fff;
}
/* line 84, ../sass/components/single-page/_next.scss */
.next .next-image {
  width: 100%;
  height: 250px;
  margin-top: 25px;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 84, ../sass/components/single-page/_next.scss */
  .next .next-image {
    height: 300px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 84, ../sass/components/single-page/_next.scss */
  .next .next-image {
    margin-top: 100px;
    height: 350px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 84, ../sass/components/single-page/_next.scss */
  .next .next-image {
    height: 400px;
  }
}
@media only screen and (min-width: 130em) {
  /* line 84, ../sass/components/single-page/_next.scss */
  .next .next-image {
    height: 450px;
  }
}
/* line 102, ../sass/components/single-page/_next.scss */
.next .next-image picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 106, ../sass/components/single-page/_next.scss */
.next .next-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 64em) {
  /* line 114, ../sass/components/single-page/_next.scss */
  .next:hover .next-arrow {
    opacity: 1;
  }
}

/* line 1, ../sass/components/contacts/_contacts.scss */
.contact-info {
  margin: 25px 0;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/contacts/_contacts.scss */
  .contact-info {
    margin: 50px 0;
  }
}
/* line 7, ../sass/components/contacts/_contacts.scss */
.contact-info .contact-info-item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 64em) {
  /* line 7, ../sass/components/contacts/_contacts.scss */
  .contact-info .contact-info-item:not(:first-child) {
    margin-top: 30px;
  }
}
/* line 13, ../sass/components/contacts/_contacts.scss */
.contact-info .contact-info-item .contact-info-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
/* line 18, ../sass/components/contacts/_contacts.scss */
.contact-info .contact-info-item p, .contact-info .contact-info-item a {
  line-height: 1.2;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: none;
}

/* line 1, ../sass/components/modal/_modal.scss */
.modal {
  position: fixed;
  width: 90%;
  height: auto;
  opacity: 0;
  background: #fff;
  z-index: 101;
  visibility: hidden;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  top: 50%;
  left: 50%;
  max-height: 90%;
  overflow: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 40em) {
  /* line 1, ../sass/components/modal/_modal.scss */
  .modal {
    width: 80%;
  }
}
@media only screen and (min-width: 64em) {
  /* line 1, ../sass/components/modal/_modal.scss */
  .modal {
    width: inherit;
    max-width: 650px;
  }
}
/* line 22, ../sass/components/modal/_modal.scss */
.modal .modal-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #0e2d42;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  /* line 22, ../sass/components/modal/_modal.scss */
  .modal .modal-title {
    margin-bottom: 25px;
  }
}
/* line 32, ../sass/components/modal/_modal.scss */
.modal p, .modal ul {
  color: #0e2d42;
}
/* line 35, ../sass/components/modal/_modal.scss */
.modal .modal-content {
  padding: 20px;
}
@media only screen and (min-width: 40em) {
  /* line 35, ../sass/components/modal/_modal.scss */
  .modal .modal-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 35, ../sass/components/modal/_modal.scss */
  .modal .modal-content {
    padding: 50px;
  }
}
/* line 46, ../sass/components/modal/_modal.scss */
.modal .close-modal svg polygon {
  fill: #0e2d42;
}
/* line 53, ../sass/components/modal/_modal.scss */
.modal .close-modal:hover svg polygon {
  fill: #c39866;
}

/* line 62, ../sass/components/modal/_modal.scss */
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 45, 66, 0.9);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

/* line 76, ../sass/components/modal/_modal.scss */
.modal-open .modal-mask {
  visibility: visible;
  opacity: 1;
}
/* line 81, ../sass/components/modal/_modal.scss */
.modal-open .modal.this-modal {
  visibility: visible;
  opacity: 1;
}

/* line 1, ../sass/components/animations/_images.scss */
.animated {
  overflow: hidden;
  position: relative;
}
/* line 4, ../sass/components/animations/_images.scss */
.animated:after {
  background-color: #0e2d42;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 14, ../sass/components/animations/_images.scss */
.animated.l-r-anime:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  will-change: transform;
  z-index: 6;
}
/* line 23, ../sass/components/animations/_images.scss */
.animated.l-r-anime.go:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
/* line 30, ../sass/components/animations/_images.scss */
.animated.r-l-anime:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  will-change: transform;
  z-index: 6;
}
/* line 39, ../sass/components/animations/_images.scss */
.animated.r-l-anime.go:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
/* line 46, ../sass/components/animations/_images.scss */
.animated.t-b-anime:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: center top;
  -webkit-transform-origin: center top;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  will-change: transform;
  z-index: 20;
}
/* line 55, ../sass/components/animations/_images.scss */
.animated.t-b-anime.go:after {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
/* line 61, ../sass/components/animations/_images.scss */
.animated picture {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: transform 0s .6s;
}
/* line 68, ../sass/components/animations/_images.scss */
.animated.go picture {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}
/* line 73, ../sass/components/animations/_images.scss */
.animated .swiper-slide {
  overflow: hidden;
}

/* line 83, ../sass/components/animations/_images.scss */
body.site-loading .banner.scale-anim .banner-content {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}

/* line 92, ../sass/components/animations/_images.scss */
.banner.scale-anim {
  overflow: hidden;
}
/* line 94, ../sass/components/animations/_images.scss */
.banner.scale-anim .banner-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}

/* line 1, ../sass/components/lightbox/_lightbox.scss */
.fancybox-bg {
  background-color: #0e2d42;
}

/* line 5, ../sass/components/lightbox/_lightbox.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/* line 9, ../sass/components/lightbox/_lightbox.scss */
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 12, ../sass/components/lightbox/_lightbox.scss */
.fancybox-toolbar .fancybox-button {
  color: #fff;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 20px 40px 0 0;
}
/* line 19, ../sass/components/lightbox/_lightbox.scss */
.fancybox-toolbar .fancybox-button.fancybox-button--zoom, .fancybox-toolbar .fancybox-button.fancybox-button--play, .fancybox-toolbar .fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

/* line 25, ../sass/components/lightbox/_lightbox.scss */
.fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  background: transparent;
  top: inherit;
  bottom: -25px;
}
/* line 31, ../sass/components/lightbox/_lightbox.scss */
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 30px;
}
/* line 34, ../sass/components/lightbox/_lightbox.scss */
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 30px;
}

/* line 39, ../sass/components/lightbox/_lightbox.scss */
.fancybox-slide--image {
  padding: 68px 0;
}

/* line 43, ../sass/components/lightbox/_lightbox.scss */
.fancybox-infobar {
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  font-size: 0.75rem;
  mix-blend-mode: unset;
  bottom: 0;
  top: initial;
  width: 100%;
  text-align: center;
}

/* line 56, ../sass/components/lightbox/_lightbox.scss */
.fancybox-caption {
  text-align: left;
  top: 0;
  bottom: initial;
  background: transparent;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 0;
  padding: 25px 40px;
}

/* line 2, ../sass/page/_global.scss */
html {
  max-width: 100%;
  overflow-y: inherit !important;
}

/* line 7, ../sass/page/_global.scss */
body {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'CormorantGaramond-Regular';
  background-color: #9ca680;
  color: #fff;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0;
  overflow-y: inherit !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: visible;
  padding-top: 0 !important;
  transition: background-color 1s ease;
}
@media only screen and (min-width: 40em) {
  /* line 7, ../sass/page/_global.scss */
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 7, ../sass/page/_global.scss */
  body {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 17, ../sass/page/_global.scss */
body.tax-tipologia, body.page-template-page-quartos, body.single-quartos {
  background-color: #86aec7;
}
/* line 20, ../sass/page/_global.scss */
body.page-template-page-galeria {
  background-color: #cfbda8;
}
/* line 23, ../sass/page/_global.scss */
body.single-blog, body.page-template-page-blog {
  background-color: #fff !important;
}
/* line 26, ../sass/page/_global.scss */
body.page-template-page-restaurante-reserva {
  background-color: #a4a9ad;
}
/* line 41, ../sass/page/_global.scss */
body.modal-open, body.menu-open, body.site-loading {
  overflow-y: hidden !important;
}

/* line 46, ../sass/page/_global.scss */
#video {
  position: relative;
  background: transparent;
  pointer-events: none;
}

/* line 52, ../sass/page/_global.scss */
.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 58, ../sass/page/_global.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0e2d42;
  -moz-transition: all 0.7s scubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.7s scubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.7s scubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
  z-index: 999;
  pointer-events: none;
}

/* line 75, ../sass/page/_global.scss */
.l-preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 112px;
}

/* line 86, ../sass/page/_global.scss */
.l-preloader img {
  width: 100%;
}

/* line 92, ../sass/page/_global.scss */
.foto-modal iframe {
  width: 100%;
}

/* line 97, ../sass/page/_global.scss */
.icon-360 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 10px 50px;
  background-color: #0e2d42;
}
/* line 104, ../sass/page/_global.scss */
.icon-360 img {
  width: 50px;
}

/* line 112, ../sass/page/_global.scss */
body.site-loading #preloader {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 120, ../sass/page/_global.scss */
p:first-of-type {
  margin-top: 0;
}
/* line 123, ../sass/page/_global.scss */
p:last-of-type {
  margin-bottom: 0;
}
/* line 126, ../sass/page/_global.scss */
p.highlight {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
}
@media only screen and (min-width: 40em) {
  /* line 126, ../sass/page/_global.scss */
  p.highlight {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 126, ../sass/page/_global.scss */
  p.highlight {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 126, ../sass/page/_global.scss */
  p.highlight {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
/* line 138, ../sass/page/_global.scss */
p.highlight:last-of-type {
  margin-bottom: 0;
}

/* line 144, ../sass/page/_global.scss */
.highlight {
  text-transform: inherit;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
}
@media only screen and (min-width: 40em) {
  /* line 144, ../sass/page/_global.scss */
  .highlight {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 144, ../sass/page/_global.scss */
  .highlight {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /* line 144, ../sass/page/_global.scss */
  .highlight {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
/* line 157, ../sass/page/_global.scss */
.highlight:last-of-type {
  margin-bottom: 0;
}
/* line 161, ../sass/page/_global.scss */
.highlight p {
  color: #fff;
}

/* line 167, ../sass/page/_global.scss */
.second-tlt p {
  color: #0e2d42;
}

/* line 175, ../sass/page/_global.scss */
.intro .box .highlight {
  color: #0e2d42;
}

/* line 183, ../sass/page/_global.scss */
.single-blog .intro .highlight {
  margin-bottom: 20px;
}

/* line 190, ../sass/page/_global.scss */
.highlight-nav {
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 190, ../sass/page/_global.scss */
  .highlight-nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 197, ../sass/page/_global.scss */
  .highlight-nav a.btn-link {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  /* line 203, ../sass/page/_global.scss */
  .highlight-nav a:not(:first-child) {
    margin-left: 40px;
  }
}

/* line 211, ../sass/page/_global.scss */
a {
  color: #c39866;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 217, ../sass/page/_global.scss */
strong, b {
  font-weight: 700;
}

/* line 222, ../sass/page/_global.scss */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 229, ../sass/page/_global.scss */
ul {
  padding-left: 20px;
}

/* line 233, ../sass/page/_global.scss */
figure {
  margin: 0;
  display: block;
  width: 100%;
}

/* line 239, ../sass/page/_global.scss */
picture {
  display: block;
  width: 100%;
}

/* line 244, ../sass/page/_global.scss */
[data-fancybox] {
  cursor: url("../../images/cursor.png"), auto;
  /* Attribute exists */
}

/* line 250, ../sass/page/_global.scss */
.single-blog main {
  background-color: #fff;
}

@media only screen and (min-width: 64em) {
  /* line 256, ../sass/page/_global.scss */
  .single-quartos main:not(.no-next), .single-espacos main:not(.no-next), .single-blog main:not(.no-next), .single-restaurante main:not(.no-next) {
    position: relative;
  }
  /* line 259, ../sass/page/_global.scss */
  .single-quartos main:not(.no-next):after, .single-espacos main:not(.no-next):after, .single-blog main:not(.no-next):after, .single-restaurante main:not(.no-next):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url("../../images/next-section-pattern.png");
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
}

/* line 278, ../sass/page/_global.scss */
.home section:not(.cta):not(.intro):not(.banner) {
  padding-top: 50px;
}
@media only screen and (min-width: 40em) {
  /* line 278, ../sass/page/_global.scss */
  .home section:not(.cta):not(.intro):not(.banner) {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 278, ../sass/page/_global.scss */
  .home section:not(.cta):not(.intro):not(.banner) {
    padding-top: 100px;
  }
}

/* line 290, ../sass/page/_global.scss */
section {
  padding-bottom: 50px;
}
@media only screen and (min-width: 40em) {
  /* line 290, ../sass/page/_global.scss */
  section {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 290, ../sass/page/_global.scss */
  section {
    padding-bottom: 100px;
  }
}
/* line 298, ../sass/page/_global.scss */
section:first-child {
  padding-top: 170px;
}
@media only screen and (min-width: 40em) {
  /* line 298, ../sass/page/_global.scss */
  section:first-child {
    padding-top: 222px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 298, ../sass/page/_global.scss */
  section:first-child {
    padding-top: 264px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 298, ../sass/page/_global.scss */
  section:first-child {
    padding-top: 274px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 298, ../sass/page/_global.scss */
  section:first-child {
    padding-top: 280px;
  }
}
/* line 313, ../sass/page/_global.scss */
section.banner {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 317, ../sass/page/_global.scss */
section.intro {
  padding-top: 50px;
}
/* line 318, ../sass/page/_global.scss */
section.intro:first-child {
  padding-top: 170px;
}
@media only screen and (min-width: 40em) {
  /* line 318, ../sass/page/_global.scss */
  section.intro:first-child {
    padding-top: 222px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 318, ../sass/page/_global.scss */
  section.intro:first-child {
    padding-top: 264px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 318, ../sass/page/_global.scss */
  section.intro:first-child {
    padding-top: 274px;
  }
}
@media only screen and (min-width: 120em) {
  /* line 318, ../sass/page/_global.scss */
  section.intro:first-child {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 40em) {
  /* line 317, ../sass/page/_global.scss */
  section.intro {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 317, ../sass/page/_global.scss */
  section.intro {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 340, ../sass/page/_global.scss */
  section.intro .intro-box {
    margin-top: -100px;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 355, ../sass/page/_global.scss */
  section.no-bottom-mob {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 40em) {
  /* line 365, ../sass/page/_global.scss */
  .page-template-page-quartos section.intro .intro-box, .tax-tipologia section.intro .intro-box, .has-child-room section.intro .intro-box {
    padding: 0 0 0 30px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 365, ../sass/page/_global.scss */
  .page-template-page-quartos section.intro .intro-box, .tax-tipologia section.intro .intro-box, .has-child-room section.intro .intro-box {
    padding: 0 40px;
  }
}

/* line 377, ../sass/page/_global.scss */
.space-top {
  padding-top: 50px;
}
@media only screen and (min-width: 40em) {
  /* line 377, ../sass/page/_global.scss */
  .space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 377, ../sass/page/_global.scss */
  .space-top {
    padding-top: 100px;
  }
}

/* line 387, ../sass/page/_global.scss */
.space-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 40em) {
  /* line 387, ../sass/page/_global.scss */
  .space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 387, ../sass/page/_global.scss */
  .space-bottom {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 397, ../sass/page/_global.scss */
  .space-top-mob {
    padding-top: 50px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 397, ../sass/page/_global.scss */
  .space-top-mob {
    padding-top: 80px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 407, ../sass/page/_global.scss */
  .space-top-only-mob {
    padding-top: 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 413, ../sass/page/_global.scss */
  .space-bottom-mob {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 413, ../sass/page/_global.scss */
  .space-bottom-mob {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 433, ../sass/page/_global.scss */
  .pad-x-mob {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 433, ../sass/page/_global.scss */
  .pad-x-mob {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 444, ../sass/page/_global.scss */
  .pad-left-mob {
    padding-left: 25px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 444, ../sass/page/_global.scss */
  .pad-left-mob {
    padding-left: 30px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 453, ../sass/page/_global.scss */
  .pad-left-medium {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 64em) {
  /* line 460, ../sass/page/_global.scss */
  .symbol-logo {
    width: 85px;
    opacity: 0.2;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 90em) {
  /* line 460, ../sass/page/_global.scss */
  .symbol-logo {
    width: 90px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 460, ../sass/page/_global.scss */
  .symbol-logo {
    width: 100px;
  }
}

/* line 476, ../sass/page/_global.scss */
.intro .intro-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 476, ../sass/page/_global.scss */
  .intro .intro-title {
    margin-bottom: 40px;
  }
}
/* line 481, ../sass/page/_global.scss */
.intro .intro-title h1 {
  margin-bottom: 0;
}
/* line 485, ../sass/page/_global.scss */
.intro .intro-info {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 5px;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  /* line 485, ../sass/page/_global.scss */
  .intro .intro-info {
    margin-top: 10px;
  }
}
/* line 495, ../sass/page/_global.scss */
.intro .intro-info .divider {
  margin: 0 10px;
}
/* line 497, ../sass/page/_global.scss */
.intro .intro-info .divider:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
/* line 508, ../sass/page/_global.scss */
.intro .intro-blue {
  color: #0e2d42;
}
/* line 511, ../sass/page/_global.scss */
.intro .intro-text {
  margin-top: 10px;
}
@media only screen and (min-width: 40em) {
  /* line 511, ../sass/page/_global.scss */
  .intro .intro-text {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 511, ../sass/page/_global.scss */
  .intro .intro-text {
    margin-top: 20px;
  }
}
/* line 520, ../sass/page/_global.scss */
.intro .intro-image {
  width: 100%;
  height: 300px;
  position: relative;
}
@media only screen and (min-width: 40em) {
  /* line 520, ../sass/page/_global.scss */
  .intro .intro-image {
    height: 350px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 520, ../sass/page/_global.scss */
  .intro .intro-image {
    height: 400px;
  }
}
@media only screen and (min-width: 90em) {
  /* line 520, ../sass/page/_global.scss */
  .intro .intro-image {
    height: 450px;
  }
}
@media only screen and (min-width: 130em) {
  /* line 520, ../sass/page/_global.scss */
  .intro .intro-image {
    height: 500px;
  }
}
/* line 536, ../sass/page/_global.scss */
.intro .intro-image .slide-intro {
  height: 100%;
}
/* line 539, ../sass/page/_global.scss */
.intro .intro-image picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 543, ../sass/page/_global.scss */
.intro .intro-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 549, ../sass/page/_global.scss */
.intro .intro-image .slide-controls {
  margin-top: 15px;
}
/* line 553, ../sass/page/_global.scss */
.intro .intro-image .slide-controls .slide-arrow svg path {
  fill: #fff;
}
/* line 559, ../sass/page/_global.scss */
.intro .intro-image .slide-controls .slide-arrow:hover svg path {
  fill: #0e2d42;
}

@media screen and (max-width: 63.9375em) {
  /* line 572, ../sass/page/_global.scss */
  .single-blog .intro .intro-image .slide-controls {
    background-color: #fff;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 579, ../sass/page/_global.scss */
  .single-blog .intro .intro-image .slide-controls .slide-arrow#js-prev1 {
    margin-left: 30px;
  }
  /* line 583, ../sass/page/_global.scss */
  .single-blog .intro .intro-image .slide-controls .slide-arrow svg path {
    fill: #d4d4d4;
  }
}

/* line 597, ../sass/page/_global.scss */
.article-item a {
  text-decoration: none;
  display: block;
}

/* line 604, ../sass/page/_global.scss */
.map-img picture {
  height: 100%;
  display: block;
  position: relative;
}
/* line 608, ../sass/page/_global.scss */
.map-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 617, ../sass/page/_global.scss */
.error404 main, .page-template-page-obrigado main {
  height: 100vh;
}
/* line 620, ../sass/page/_global.scss */
.error404 header, .page-template-page-obrigado header {
  display: none;
}
/* line 624, ../sass/page/_global.scss */
.error404 .box img, .page-template-page-obrigado .box img {
  margin-bottom: 25px;
}
