@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Raleway:500,600,800&display=swap);

html {
  scroll-behavior: smooth;
}

input[type="number"],
input[type="text"],
textarea {
  font-size: 16px;
}

.home-title {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.08;
}

@media (min-height: 200px) and (max-height: 700px) {
  .home-title {
    font-size: 70px;
  }
}

.section-title {
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.paragraph {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
}

.paragraph .carousel-text {
  font-weight: 500;
}

.full-absolute {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.index-1 {
  position: relative;
  z-index: 5;
}

.index-2 {
  position: relative;
  z-index: 5;
}

.index-3 {
  position: relative;
  z-index: 5;
}

.index-4 {
  position: relative;
  z-index: 5;
}

.index-5 {
  position: relative;
  z-index: 5;
}

.py-custom-small {
  padding-left: 10rem;
  padding-right: 10rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  white-space: pre-line;
}

.glide__item,
.glide__track {
  cursor: default;
}

header {
  height: 100vh;
  position: relative;
  width: 100%;
}

header .anchor-arrow {
  bottom: 380px;
  color: #fee0c8;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 30px 20px 30px 20px;
  position: absolute;
  right: 13%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 50;
}

header .anchor-arrow img {
  height: 17.6px;
  margin: 0 auto;
  width: 30.8px;
}

header .anchor {
  border: 1px solid #fee0c8;
  bottom: -40px;
  color: #fee0c8;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 30px 20px 70px 20px;
  position: absolute;
  right: 10%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 50;
}

header .anchor p {
  font-family: "Playfair Display", serif;
}

header .anchor:hover {
  background: rgba(254, 224, 200, 0.2);
  transition: 0.3s;
}

header .anchor img {
  height: 21.4px;
  margin: 0 auto;
  width: 12.6px;
}

header .glide__bullet {
  background: #fff !important;
  border: 1.28px solid transparent;
}

header .glide__bullet--active {
  background: #dea785 !important;
}

header nav {
  position: relative;
  z-index: 2;
}

header .nav-dropdown-menu-desktop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 16px;
  top: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #535c3e;
}

header .nav-dropdown-menu-desktop {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  border-radius: 0px;
  border: none;
  background-color: #535c3e;
  border-top: 1px solid #535c3e;
}

header .nav-dropdown-menu-desktop .dropdown-divider {
  border-color: #616d45;
}

header .nav-dropdown-menu-desktop a.dropdown-item {
  color: #fee0c8 !important;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 2.65px;
  line-height: 1.54;
}

header .nav-dropdown-menu-desktop a.dropdown-item:hover {
  color: #fee0c8 !important;
  background-color: #616d45;
  color: #fff4eb !important;
}

/* Mobile Menu ---------- */
header .nav-dropdown-menu-mobile {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px !important;
  border-radius: 0px;
  border: none;
  background-color: #616d45;
  border-top: 1px solid #535c3e;
  font-family: "Playfair Display", serif;
}

header .nav-dropdown-menu-mobile a.dropdown-item {
  color: #b9a89a !important;
  font-size: 16px;
}

header .nav-dropdown-menu-mobile a.dropdown-item:hover {
  color: #fee0c8 !important;
  background-color: #616d45;
  color: #fff4eb !important;
}

header nav .nav-link {
  color: #fee0c8;
}

header nav .navbar-brand img {
  width: 80%;
}

header nav .navbar-toggler {
  border: transparent;
  position: relative;
  z-index: 30;
}

header nav .navbar-toggler:focus {
  border: transparent;
  outline: transparent;
}

header nav #navBarNav,
header nav .navbar-toggle {
  align-self: flex-start;
}

header nav #navbarNav {
}

#desktop-navbar {
  margin-right: 150px;
}

#nav-container {
  padding-top: 36px;
}

#nav-container.nav-scrolled {
  padding-top: 18px;
}

.nav-link-desktop {
  color: #fee0c8 !important;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 2.65px;
  line-height: 1.54;
}

.nav-shadow {
  text-shadow: 0px 0px 7px #000000;
}

.nav-link-desktop:hover {
  color: #fff4eb !important;
  font-weight: 600;
}

.btn-book-now-desktop {
  border-radius: 19px;
  border-color: #fee0c8 !important;
}

.btn-book-now-desktop:hover {
  color: rgb(65, 64, 64) !important;
  border-color: #fff4eb !important;
  background-color: #fff4eb !important;
}

header nav #navbarNav .paragraph {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 2.65px;
  line-height: 1.54;
}

header .home-carousel {
  z-index: 0;
}

header .home-carousel .glide__item {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

header .home-carousel .glide__item h1 {
  color: #fee0c8;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header .home-carousel .glide__item .section-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header .home-carousel .title-container {
  position: absolute;
  padding: 0px 0px;
  width: calc(100% - 320px);
  bottom: 6%;
  left: 160px;
}

header .home-carousel .glide__bullets {
  position: absolute;
  padding: 0px 0px;
  width: calc(100% - 320px);
  bottom: 3% !important;
}

@media (min-height: 200px) and (max-height: 700px) {
  header .home-carousel .glide__item .section-title {
    font-size: 26px;
    line-height: 1.2;
  }
}

header .anchor-wrapper {
  height: calc(100vh - 56px);
}

header .anchor-wrapper .anchor-container {
  align-items: center;
  border: 1px solid #fee0c8;
  bottom: -40px;
  color: #fee0c8;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 20px;
  position: absolute;
  right: 0;
}

header .anchor-wrapper .anchor-container:hover {
  background: rgba(254, 224, 200, 0.1);
}

header .anchor-wrapper .anchor-container i {
  margin-bottom: 40px;
}

@media all and (max-width: 991.98px) {
  header .title-container {
    padding: 0px 0px !important;
    width: 100% !important;
    left: 0px !important;
    text-align: center;
    bottom: 10% !important;
  }

  header .home-carousel .glide__bullets {
    display: flex;
    position: absolute;
    padding: 0px 0px !important;
    width: 100% !important;
    bottom: 3% !important;
    margin: 0px 0px !important;
    align-items: center;
    justify-content: center;
  }

  header .anchor-arrow {
    bottom: 150px;
  }

  header .glide__bullets {
    padding-left: 30px !important;
  }

  header .glide__item {
    padding-left: 30px;
  }

  header .glide__item h1 {
    font-size: 4em;
    margin-top: 34vh !important;
  }

  header .glide__item .section-title {
    font-size: 2em !important;
    line-height: 1.2;
  }

  header .anchor-container {
    bottom: 0 !important;
    right: 30px !important;
  }
}

@media all and (max-width: 991.98px) {
  #desktop-navbar {
    margin-right: 0px;
  }

  #nav-container {
    padding: 0px 0px 0px 0px !important;
  }

  header .container {
    padding: 0;
  }

  header nav {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    z-index: 29;
  }

  header .navbar-toggler {
    margin-top: 18px !important;
    margin-right: 5px !important;
    padding-bottom: 15px;
  }

  header .is-active {
    transition: 0.3s;
  }

  header .is-active .hamburger-inner:after {
    right: -80px;
    width: 100%;
  }

  header .hamburger-inner,
  header .hamburger-inner:after,
  header .hamburger-inner:before {
    background: #b9a89a;
    height: 3px;
  }

  header .hamburger-inner:after {
    right: 0;
    width: 70%;
  }

  header .navbar-collapse {
    background: #616d45;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
  }

  header .height-adjust {
    padding: 0px 0 0px 0 !important;
  }

  header .nav-item {
    margin: auto;
  }

  header .nav-link {
    color: #b9a89a !important;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    margin: 10px auto;
    position: relative;
    z-index: 60;
  }

  header .nav-link:hover {
    color: #fee0c8 !important;
  }
}

.loader {
  align-items: center;
  background: #1d1d1d;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.newspaper {
  column-count: 2;
}

.loader img {
  margin-bottom: 20px;
}

.gtfo {
  top: -100%;
  transition: 0.8s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.lds-ellipsis {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px;
}

.lds-ellipsis div {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background: #dea785;
  border-radius: 50%;
  height: 11px;
  position: absolute;
  top: 27px;
  webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  width: 11px;
}

.lds-ellipsis div:nth-child(1) {
  animation: lds-ellipsis1 0.6s infinite;
  left: 6px;
  webkit-animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  animation: lds-ellipsis2 0.6s infinite;
  left: 6px;
  webkit-animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  animation: lds-ellipsis2 0.6s infinite;
  left: 26px;
  webkit-animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  animation: lds-ellipsis3 0.6s infinite;
  left: 45px;
  webkit-animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
    webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    webkit-transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
    webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    webkit-transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
    webkit-transform: scale(1);
  }

  100% {
    transform: scale(0);
    webkit-transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
    webkit-transform: scale(1);
  }

  100% {
    transform: scale(0);
    webkit-transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
    webkit-transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
    webkit-transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
    webkit-transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
    webkit-transform: translate(19px, 0);
  }
}

#slide__1 {
  background-image: url(../images/SLIDER1.jpg);
}

#slide__2 {
  background-image: url(../images/SLIDER2.jpg);
}

#slide__3 {
  background-image: url(../images/SLIDER3.jpg);
}

#slide__4 {
  background-image: url(../images/SLIDER4.jpg);
}

#slide__5 {
  background-image: url(../images/vinho33.jpg);
}

#slide__6 {
  background-image: url(../images/reenergize.jpg);
}

#slide__7 {
  background-image: url(../images/vinho3.jpg);
}

#slide__51 {
  background-image: url(../images/vinho3.jpg);
}
#slide__52 {
  background-image: url(../images/SLIDER5.jpg);
}

#slide__8 {
  background-image: url(../images/quarto1.jpg);
}

#slide__9 {
  background-image: url(../images/SLIDER8.jpg);
}

#slide__10 {
  background-image: url(../images/restaurant1.jpg);
}

#slide__101 {
  background-image: url(../images/restaurant2.jpg);
}

#slide__111 {
  background-image: url(../images/casal.jpg);
}

#slide__112 {
  background-image: url(../images/federico1.png);
}

#slide__113 {
  background-image: url(../images/offers1.jpg);
}

#slide__11 {
  background-image: url(../images/experience1.jpg);
}

#slide__12 {
  background-image: url(../images/experience1.jpg);
}

#slide__1001 {
  background-image: url(../images/picture3.jpg);
}

#slide__1002 {
  background-image: url(../images/picture6.jpg);
}

#slide__1003 {
  background-image: url(../images/picture4.jpg);
}

#info_slide__1:after {
  background-image: url(../images/bairro_alto.jpg);
}

#info_slide__2:after {
  background-image: url(../images/alcantara.jpg);
}

#info_slide__3:after {
  background-image: url(../images/chiado.jpg);
}

#info_slide__7:after {
  background-image: url(../images/principe_real.png);
}

#info_slide__4:after {
  background-image: url(../images/quarto1.jpg);
}

#info_slide__5:after {
  background-image: url(../images/SLIDER6.jpg);
}

#info_slide__6:after {
  background-image: url(../images/suite1.jpg);
}

#info_slide__8:after {
  background-image: url(../images/gym1.jpg);
}

#info_slide__9:after {
  background-image: url(../images/gym2.jpg);
}

#info_slide__10:after {
  background-image: url(../images/gym3.jpg);
}

.glide__bullet {
  border-radius: 0.5px;
  cursor: pointer;
  height: 5px;
  margin: 0 5px 15px;
  width: 25px;
}

.home-carousel .glide__bullet:focus,
.home-carousel .glide__bullet:hover {
  background-color: #fee0c8 !important;
  border: 1px solid transparent;
  border-radius: 0.5px !important;
}

.glide--swipeable {
  cursor: default !important;
}

#project .row {
  margin: auto 0 !important;
}

#project .row:nth-child(1) {
  position: relative;
  z-index: 3;
}

#project .row:nth-child(1) h3 {
  margin-bottom: 2rem;
}

#project .row:nth-child(1) .bg-holder {
  background-image: url(../images/sir_ludovice3.jpg);
  background-position: bottom center;
  background-size: cover;
  height: 675px;
  max-width: 475px;
}

#project .row:nth-child(2) h3 {
  color: #616d45;
  margin-top: 7rem;
}

#project .row:nth-child(2):before {
  background-image: url(../images/corpo_folha_2.jpg);
  background-repeat: no-repeat;
  background-size: 40%;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  top: -400px;
  width: 100%;
  z-index: 0;
  z-index: 0;
}

#project .row:nth-child(2) .list-col {
  margin-top: -250px;
}

#project .row:nth-child(2) .list-col .bg-holder {
  background-image: url(../images/palacio_pb.jpg);
  background-position: center;
  background-size: cover;
  height: 537px;
  max-width: 760px;
  position: relative;
}

#project .row:nth-child(2) .list-col .bg-holder:before {
  background: #dea785;
  content: "";
  height: 275px;
  left: -30%;
  position: absolute;
  top: -10%;
  width: 524px;
  z-index: -1;
}

#project .row:nth-child(2) .list-col ul {
  list-style-image: url(../images/diamond_shape.svg);
}

#project .row:nth-child(2) .list-col ul li {
  opacity: 0.8;
  padding: 10px 0;
  width: 70%;
}

#project h3 {
  color: #dea785;
  font-size: 56px;
}

#project p {
  color: #525252;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  max-width: 600px;
  opacity: 0.9;
  width: 90%;
}

@media all and (max-width: 991.98px) {
  #project .row {
    margin: 0 0 30px 0 !important;
  }

  #project .row h3 {
    font-size: 40px;
    margin-top: 30px !important;
  }

  #project .row:nth-child(1) .bg-holder {
    height: 550px;
    margin: auto;
    max-width: 95%;
  }

  #project .row:nth-child(2) .list-col {
    margin-top: 0;
  }

  #project .row:nth-child(2) .list-col h3 {
    margin: auto;
    width: 95%;
  }

  #project .row:nth-child(2) .list-col li {
    width: 100% !important;
  }

  #project .row:nth-child(2) .list-col .bg-holder {
    height: 300px;
  }

  #project .row:nth-child(2) .list-col .bg-holder:before {
    display: none;
  }
}

@media all and (max-width: 991.98px) {
  #project {
    margin-top: 20px !important;
  }
}

/* ------------------------- */
/* ---------- MAP ---------- */
/* ------------------------- */

#map {
  display: block;
  float: left;
  position: relative;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px;
  width: 100%;
  padding-top: 50px;
}

#map .container {
  overflow: visible !important;
}

#map figure {
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: center;
  position: relative;
  width: 100%;
}

#map figure .map-mob {
  display: none;
}

#map figure .map-desk {
  display: block;
  width: 100%;
}

#map figure figcaption {
  background: #fff;
  bottom: 0px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  left: 21px;
  padding: 17px 60px 41px 46px;
  position: absolute;
}

#map figure figcaption h4 {
  color: #616d45;
  line-height: 1.38;
  margin-bottom: 20px;
  margin-left: 50px;
}

#map figure figcaption h4 .marker {
  align-self: center;
  margin-left: -50px;
  margin-top: 6px;
  position: absolute;
  width: 7%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #map figure figcaption h4 .marker {
    left: 45%;
    margin-top: 150px;
  }
}

#map figure figcaption ul {
  letter-spacing: 0.75px;
  line-height: 2.37;
  list-style-type: none;
  padding: 0;
}

#map figure figcaption ul li {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

#map figure figcaption ul li span {
  border: solid 2px #dea785;
  border-radius: 20px;
  color: #dea785;
  margin-right: 21px;
  padding: 4px 9px;
}

#map figure figcaption .phone-number {
  color: #dea785 !important;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.75;
  margin-bottom: 30px;
}

#map figure .location__box {
  align-items: center;
  background: #dea785;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  height: 125px;
  justify-content: space-evenly;
  left: 50px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  top: -50px;
  width: 135px;
}

#map figure .location__box img {
  height: 21.4px;
  margin: 0 auto;
  width: 12.6px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #map figure .location__box {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

#map figure .location__box p {
  font-family: "Playfair Display", serif;
}

#map figure .location__box i {
  font-size: 24px;
}

#map figure .map {
  height: inherit;
  width: inherit;
}

@media all and (max-width: 991.98px) {
  #map {
    margin-top: 120px;
    margin-bottom: 0px !important;
  }

  #map .container figure.position-relative {
    display: block;
    height: 385px;
  }

  #map .container figure.position-relative .map-mob {
    display: block;
    width: 100%;
  }

  #map .container figure.position-relative .map-desk {
    display: none;
  }

  #map .container figure.position-relative .location__box {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -38%);
    -webkit-transform: translate(-50%, -38%);
  }

  #map .container figure.position-relative figcaption {
    display: block;
    float: left;
    position: relative;
    bottom: 0;
    box-shadow: none;
    left: 0 !important;
    margin: 0 0 0px 0;
    padding: 20px 20px 15px 40px;
    position: relative;
    right: 0;
    width: 100%;
  }

  #map .container figure.position-relative figcaption h4 img.marker {
    left: 88px;
    top: 49px;
    width: 32px;
  }
}

#newsletter {
  display: block;
  float: left;
  position: relative;
  margin: 50px 0px;
  padding: 50px 0px;
  background: #616d45;
  width: 100%;
  background-image: url(../images/newsletter_bg.png);
  background-position: center;
}

#newsletter .section-title {
  color: #fee0c8;
  font-size: 46px;
  margin-bottom: 20px;
}

#newsletter .paragraph {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

#newsletter form {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#newsletter form span {
  margin: 30px 0;
  max-width: 350px;
  position: relative;
  width: 50%;
}

#newsletter form span input {
  border-color: transparent;
  border-radius: 7px;
  padding: 15px 90px 15px 10%;
  width: 99%;
}

#newsletter form span input,
#newsletter form span input::-webkit-input-placeholder {
  color: #525252;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.65px;
}

#newsletter form span input,
#newsletter form span input::-moz-placeholder {
  color: #525252;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.65px;
}

#newsletter form span input,
#newsletter form span input:-ms-input-placeholder {
  color: #525252;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.65px;
}

#newsletter form span input,
#newsletter form span input::-ms-input-placeholder {
  color: #525252;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.65px;
}

#newsletter form span input,
#newsletter form span input::placeholder {
  color: #525252;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.65px;
}

#newsletter form span input:focus {
  outline: 0;
}

#newsletter form span input:focus::placeholder {
  color: #ccc;
}

#newsletter form span button {
  background: #dea785;
  border-bottom-right-radius: 7px;
  border-color: transparent;
  border-top-right-radius: 7px;
  color: #fff;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

#newsletter form span button:focus {
  outline: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #newsletter form span button {
    height: 90% !important;
  }
}

#newsletter form .holder {
  color: #fee0c8;
  cursor: pointer;
  display: block;
  font-size: 10px;
  letter-spacing: 1.3px;
  margin-bottom: 12px;
  moz-user-select: none;
  ms-user-select: none;
  padding-left: 35px;
  padding-top: 3px;
  position: relative;
  user-select: none;
  webkit-user-select: none;
}

#newsletter form .holder:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.1);
}

#newsletter form .holder input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

#newsletter form .holder input:checked ~ .checkmark:after {
  display: block;
}

#newsletter form .holder .checkmark {
  border: 2px solid #fee0c8;
  border-radius: 50%;
  height: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

#newsletter form .holder .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

#newsletter form .holder .checkmark:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 5.9px;
  top: 2px;
  transform: rotate(45deg);
  webkit-transform: rotate(45deg);
  width: 5px;
}

#newsletter .submitMessage {
  bottom: -60px;
  color: #fee0c8;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}

#newsletter .colorize {
  color: red;
}

#newsletter .newsletterShowMessage {
  opacity: 1 !important;
  transition: 0.5s;
}

#newsletter .redPlaceholder::-webkit-input-placeholder {
  color: #cd5c5c;
}

#newsletter .redPlaceholder::-moz-placeholder {
  color: #cd5c5c;
}

#newsletter .redPlaceholder:-ms-input-placeholder {
  color: #cd5c5c;
}

#newsletter .redPlaceholder::-ms-input-placeholder {
  color: #cd5c5c;
}

#newsletter .redPlaceholder::placeholder {
  color: #cd5c5c;
}

#newsletter .redCheckmark {
  border-color: #cd5c5c !important;
}

#newsletter .redLabel {
  color: #cd5c5c !important;
}

@media all and (max-width: 991.98px) {
}

@media all and (max-width: 380px) {
}

@media all and (max-width: 991.98px) {
  #newsletter h3 {
    font-size: 36px !important;
  }

  #newsletter p {
    font-size: 12px;
    font-weight: 300 !important;
    margin: auto;
    width: 80%;
  }

  #newsletter .input-wrapper {
    width: 70%;
  }

  #newsletter .input-wrapper input {
    padding-left: 20px !important;
  }
}

#contacts {
  display: block;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.contact-form {
  display: block;
  float: left;
  position: relative;
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
  z-index: 10 !important;
}

#contacts .submitMessage {
  bottom: -115px;
  font-size: 12px !important;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

#contacts .showMessage {
  opacity: 1 !important;
  transition: 0.5s;
}

#contacts .section-title {
  color: #616d45;
  font-size: 46px;
  line-height: 0.7;
  margin-bottom: 30px;
}

#contacts .paragraph {
  color: #616d45;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 65px;
}

#contacts form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contacts form button,
#contacts form input,
#contacts form textarea {
  border: solid 1px rgba(112, 112, 112, 0.33);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contacts form button,
  #contacts form input,
  #contacts form textarea {
    text-align: center !important;
  }
}

#contacts form button,
#contacts form button::-webkit-input-placeholder,
#contacts form input,
#contacts form input::-webkit-input-placeholder,
#contacts form textarea,
#contacts form textarea::-webkit-input-placeholder {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  text-align: center;
}

#contacts form button,
#contacts form button::-moz-placeholder,
#contacts form input,
#contacts form input::-moz-placeholder,
#contacts form textarea,
#contacts form textarea::-moz-placeholder {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  text-align: center;
}

#contacts form button,
#contacts form button:-ms-input-placeholder,
#contacts form input,
#contacts form input:-ms-input-placeholder,
#contacts form textarea,
#contacts form textarea:-ms-input-placeholder {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  text-align: center;
}

#contacts form button,
#contacts form button::-ms-input-placeholder,
#contacts form input,
#contacts form input::-ms-input-placeholder,
#contacts form textarea,
#contacts form textarea::-ms-input-placeholder {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  text-align: center;
}

#contacts form button,
#contacts form button::placeholder,
#contacts form input,
#contacts form input::placeholder,
#contacts form textarea,
#contacts form textarea::placeholder {
  color: #525252;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 1.54;
  text-align: center;
}

#contacts form button:focus,
#contacts form input:focus,
#contacts form textarea:focus {
  outline: #fee0c8 1px solid;
}

#contacts form input {
  margin-bottom: 30px;
  padding: 15px 0;
  width: 48%;
}

#contacts form textarea {
  height: 84px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 10px;
  resize: none;
  text-align: left;
  width: 100%;
}

#contacts form textarea::-webkit-input-placeholder {
  line-height: 74px;
  margin-left: 10px;
}

#contacts form textarea::-moz-placeholder {
  line-height: 74px;
  margin-left: 10px;
}

#contacts form textarea:-ms-input-placeholder {
  line-height: 74px;
  margin-left: 10px;
}

#contacts form textarea::-ms-input-placeholder {
  line-height: 74px;
  margin-left: 10px;
}

#contacts form textarea::placeholder {
  line-height: 74px;
  margin-left: 10px;
}

#contacts form button {
  background: #616d45;
  color: #fff;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  height: 84px;
  letter-spacing: 2.4px;
  margin: auto;
  padding: 10px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

#contacts form button:hover {
  background: #444d30;
  transition: 0.3s;
}

#contacts form textarea:focus::placeholder,
#contacts form input:focus::placeholder {
  color: #ccc !important;
}

@media all and (max-width: 991.98px) {
  #contacts h3 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin: auto;
    width: 80%;
  }

  #contacts p {
    font-size: 14px !important;
    font-weight: 300;
    margin: auto;
    width: 80%;
  }

  #contacts form {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  #contacts form button,
  #contacts form input {
    width: 100%;
  }
}

footer {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

footer .container {
}

footer .container .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .container .wrapper .email {
  color: #dea785;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.75;
  margin-bottom: 30px;
  text-align: center;
}

footer .container .wrapper .paragraph {
  color: #525252;
  font-size: 15px;
}

footer .footer-logo {
  margin: auto;
  width: 20%;
  max-width: 130px;
  min-width: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-logo {
    margin: auto;
    width: 20%;
  }
}

footer .anchor {
  background-color: #dea785 !important;
  border: 1px solid #fee0c8;
  bottom: 45px;
  color: #fee0c8;
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: space-evenly;
  padding: 30px 12px 20px 12px;
  position: absolute;
  right: 7%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 120px;
  z-index: 50;
}

footer .anchor .marker {
  height: 21.4px;
  margin: 0 auto;
  transform: rotate(180deg);
  webkit-transform: rotate(180deg);
  width: 12.6px;
}

footer .anchor p {
  color: #fff;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  margin-top: 1rem;
}

footer .anchor:hover {
  background: rgba(254, 224, 200, 0.2);
  transition: 0.3s;
}

footer .bg-holder,
footer .leave-bottom,
footer .leave-right {
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
}

footer .bg-holder {
  display: block;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  bottom: 0;
  height: 800px;
  z-index: -1;
}

footer .leave-right {
  background-image: url(../images/footer_folha_2.png);
  background-size: 150px;
  bottom: 0px;
  height: 500px;
  right: 0;
  z-index: 3;
}

footer .leave-bottom {
  background-image: url(../images/footer_folha_1.png);
  background-position: right;
  background-size: 300px;
  bottom: 0;
  height: 350px;
  right: 0;
  width: 100%;
  z-index: 3;
}

@media all and (max-width: 767.98px) {
  footer .anchor {
    display: block;
    bottom: 0px;
    height: 122px;
    margin: 0 auto;
    padding: 30px 12px 20px 12px;
    position: relative;
    right: 0;
    width: 120px;
  }
}

#header_logo {
  display: block;
  position: absolute;
  z-index: 1;
  left: 165px;
  top: 30px;
}

#header_logo img {
  width: 196px;
}

@media all and (max-width: 991.98px) {
  #header_logo {
    left: 165px;
    top: 40px;
  }
}
