@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@400;700&display=swap");
body {
  font-family: "Raleway", sans-serif;
  color: #45423D;
}

.titulo, footer .footer-info .titulo-footer, footer .footer-links .titulo-footer, .titulo-2 {
  font-family: "Playfair Display", serif;
  font-size: 4.5em;
  line-height: 1.5em;
  z-index: 2;
  margin-bottom: 30px;
}

.titulo-2 {
  font-size: 2em;
}

.texto {
  font-size: 0.9em;
  line-height: 2em;
}
.texto p {
  margin-bottom: 20px;
}

section {
  width: 100vw;
}

button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  transition: 0.25s ease-in-out;
}
button.ghost-btn {
  border: 1px solid white;
}
button.ghost-btn:hover {
  background-color: white;
  color: #45423D;
}
button.btn-clear {
  border: 1px solid transparent;
}
button.btn-clear:hover {
  background-color: white;
  color: #45423D;
  border: 1px solid white;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.multi-grid {
  display: grid;
  grid-template-columns: 1fr 95px 95px 1fr 95px;
  grid-template-rows: 1fr 2fr 95px;
  gap: 20px;
}

.grid-3, .grid3-nogap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.grid3-nogap {
  gap: 0px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

article.artigo {
  margin-bottom: 150px;
}
article.artigo .grid-2 {
  gap: 150px;
}
article.artigo .titulo, article.artigo footer .footer-info .titulo-footer, article.artigo footer .footer-links .titulo-footer, footer .footer-info article.artigo .titulo-footer, footer .footer-links article.artigo .titulo-footer, article.artigo .titulo-2 {
  color: #45423D;
  margin-bottom: 30px;
}
article.artigo .foto {
  width: 100%;
  padding-top: 100%;
  background-color: #45423D;
  background-size: cover;
  background-position: center;
}

.ver-mais {
  color: #C4BEB4;
  position: relative;
  transition: 0.5s ease-in-out;
  text-align: left;
  padding: 10px;
  text-transform: none;
  font-size: 1em;
}
.ver-mais .barra {
  width: 65px;
  height: 1px;
  background-color: #C4BEB4;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 120%;
  transition: 0.5s ease-in-out;
}
.ver-mais:hover .barra {
  left: 10px;
}

.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  color: white;
  padding: 40px 60px;
}
nav button {
  margin-left: 20px;
}
nav .let-menu {
  color: #EEE6D8;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  transform: rotate(-90deg);
  margin-top: 10px;
}
nav .left {
  display: flex;
}
nav .btn-menu {
  width: 30px;
  height: 13px;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .btn-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 25px;
  opacity: 1;
  background-color: white;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
nav .btn-menu span:nth-child(1) {
  top: 0px;
}
nav .btn-menu span:nth-child(2) {
  top: 6px;
  left: 0px;
  width: 20px;
}
nav .btn-menu span:nth-child(1) {
  top: 12px;
}
nav .btn-menu.open span:nth-child(1) {
  top: 6px;
  transform: rotate(135deg);
}
nav .btn-menu.open span:nth-child(2) {
  opacity: 0;
  left: 20px;
}
nav .btn-menu.open span:nth-child(3) {
  top: 6px;
  transform: rotate(-135deg);
}
nav .btn-menu.dark span {
  background-color: #C4BEB4;
}
nav .right .btn-clear {
  color: #C4BEB4;
}
nav .right .ghost-btn {
  color: #C4BEB4;
  border-color: #C4BEB4;
}

.landing {
  min-height: 100vh;
  background-color: #2D4352;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .filtro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 67, 82, 0.5);
  z-index: 2;
  mix-blend-mode: multiply;
}
.landing .logo-landing, .landing .landing-title {
  position: relative;
  z-index: 3;
}
.landing .landing-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing .landing-title .titulo, .landing .landing-title footer .footer-info .titulo-footer, .landing .landing-title footer .footer-links .titulo-footer, footer .footer-info .landing .landing-title .titulo-footer, footer .footer-links .landing .landing-title .titulo-footer, .landing .landing-title .titulo-2 {
  color: white;
  margin-bottom: 10px !important;
}
.landing .landing-title .barra {
  width: 100px;
  height: 1px;
  background-color: white;
  margin-bottom: 20px;
}
.landing .lang {
  position: absolute;
  top: 150px;
  left: 65px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  z-index: 15;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
}
.landing .lang:hover {
  background-color: white;
  color: #45423D;
}
.landing .reservar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
.landing .reservar .container {
  background-color: #C4BEB4;
  padding: 40px;
  color: white;
}
.landing .reservar .input-container {
  position: relative;
}
.landing .reservar .input-container .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.landing .reservar .input-container select,
.landing .reservar .input-container input {
  width: 100%;
  min-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #EEE6D8;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
}
.landing .reservar .input-container select::placeholder,
.landing .reservar .input-container input::placeholder {
  color: white;
}
.landing .reservar .input-container input[type=button] {
  border: 1px solid #EEE6D8;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.landing .reservar .input-container input[type=button]:hover {
  background-color: rgba(69, 66, 61, 0.25);
}

.datepicker {
  font-size: 0.9em;
  color: #45423D;
}
.datepicker .datepicker-cell.prev,
.datepicker .datepicker-cell.next {
  color: #C4BEB4;
}
.datepicker .datepicker-cell:hover {
  background-color: rgba(238, 230, 216, 0.5);
}
.datepicker .datepicker-cell.focused {
  background-color: #C4BEB4;
  color: white;
}
.datepicker .datepicker-cell.selected {
  background-color: #2D4352;
}
.datepicker .datepicker-header {
  background-color: #2D4352;
}
.datepicker .datepicker-header .datepicker-controls button {
  background-color: transparent;
  color: #EEE6D8;
  transition: 0.25s ease-in-out;
}
.datepicker .datepicker-header .datepicker-controls button:hover {
  background-color: #C4BEB4;
  color: white;
}

.reservar-mobile {
  display: none;
  position: relative;
}
.reservar-mobile .container {
  background-color: #C4BEB4;
  padding: 40px;
  color: white;
}
.reservar-mobile .input-container {
  position: relative;
}
.reservar-mobile .input-container .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.reservar-mobile .input-container select,
.reservar-mobile .input-container input {
  width: 100%;
  min-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #EEE6D8;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
}
.reservar-mobile .input-container select::placeholder,
.reservar-mobile .input-container input::placeholder {
  color: white;
}
.reservar-mobile .input-container input[type=button] {
  border: 1px solid #EEE6D8;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.reservar-mobile .input-container input[type=button]:hover {
  background-color: rgba(69, 66, 61, 0.25);
}

.sobre {
  padding: 150px 0;
}
.sobre .titulo, .sobre footer .footer-info .titulo-footer, .sobre footer .footer-links .titulo-footer, footer .footer-info .sobre .titulo-footer, footer .footer-links .sobre .titulo-footer, .sobre .titulo-2 {
  grid-column: 1/5;
  grid-row: 1/2;
  margin-bottom: 0;
}
.sobre .texto {
  grid-column: 1/2;
  grid-row: 2/3;
}
.sobre .quadrado {
  background-color: #EEE6D8;
  grid-column: 3/6;
  grid-row: 1/4;
}
.sobre .foto-sobre {
  background-color: #2D4352;
  grid-column: 4/5;
  grid-row: 2/3;
  background-position: center;
  background-size: cover;
}

.charming-houses {
  padding-bottom: 150px;
}
.charming-houses .titulo, .charming-houses footer .footer-info .titulo-footer, .charming-houses footer .footer-links .titulo-footer, footer .footer-info .charming-houses .titulo-footer, footer .footer-links .charming-houses .titulo-footer, .charming-houses .titulo-2 {
  color: #C4BEB4;
  margin-bottom: 60px;
}
.charming-houses .houses {
  width: 100%;
}
.charming-houses .houses .house {
  width: 100%;
  height: 450px;
  background-color: #45423D;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 150px;
}
.charming-houses .houses .house .filtro {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(45, 67, 82, 0.9);
  transition: 0.25s ease-in-out;
}
.charming-houses .houses .house img {
  position: relative;
  z-index: 2;
}
.charming-houses .houses .house:hover .filtro {
  background-color: rgba(196, 190, 180, 0.9);
}
.charming-houses.no-margin {
  padding-bottom: 0px;
}
.charming-houses.no-margin .houses .house {
  margin-bottom: 0px;
}

.envolvencia {
  background-color: #1E2C36;
  padding-top: 100px;
}
.envolvencia .envolvencia-info {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  color: white;
}
.envolvencia .envolvencia-info .logo-envolvencia {
  margin-bottom: 20px;
}
.envolvencia .mapa {
  width: 100%;
  padding-top: 50%;
  background-color: #C4BEB4;
  background-size: cover;
  background-position: center;
}
.envolvencia.with-margin {
  margin-bottom: 150px;
}

.ofertas-especiais {
  padding: 150px 0;
}
.ofertas-especiais .titulo, .ofertas-especiais footer .footer-info .titulo-footer, .ofertas-especiais footer .footer-links .titulo-footer, footer .footer-info .ofertas-especiais .titulo-footer, footer .footer-links .ofertas-especiais .titulo-footer, .ofertas-especiais .titulo-2 {
  text-align: center;
  margin-bottom: 100px;
}

.oferta .titulo-2 {
  margin-bottom: 20px;
  text-align: left;
}
.oferta .foto-oferta {
  width: 100%;
  padding-bottom: 150%;
  background-color: #C4BEB4;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
.oferta .casa-quarto {
  margin-bottom: 20px;
}

footer .newsletter {
  background-color: #EEE6D8;
  text-align: center;
  padding: 10% 0;
  margin-bottom: 150px;
}
footer .newsletter .titulo, footer .newsletter .footer-info .titulo-footer, footer .newsletter .footer-links .titulo-footer, footer .footer-info .newsletter .titulo-footer, footer .footer-links .newsletter .titulo-footer, footer .newsletter .titulo-2 {
  margin-bottom: 0px;
}
footer .newsletter span {
  color: #C4BEB4;
}
footer .newsletter .input-container {
  margin-top: 60px;
  width: 60%;
  margin: 60px auto;
  display: flex;
}
footer .newsletter .input-container input {
  width: calc(100% - 30px);
  border-bottom: 1px solid #C4BEB4;
  padding: 10px;
  text-align: left;
}
footer .newsletter .input-container button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #45423D;
  padding: 0;
  transition: 0.25s ease-in-out;
}
footer .newsletter .input-container button:hover {
  background-color: #2D4352;
}
footer .footer-info .grid-3, footer .footer-links .grid-3, footer .footer-info .grid3-nogap, footer .footer-links .grid3-nogap {
  grid-template-columns: 3fr 2fr 1fr;
  gap: 150px;
}
footer .footer-info .titulo-footer, footer .footer-links .titulo-footer {
  font-size: 1.5em;
  margin-bottom: 40px;
}
footer .footer-info a, footer .footer-links a {
  transition: 0.25s ease-in-out;
  color: #45423D;
}
footer .footer-info a:hover, footer .footer-links a:hover {
  color: #C4BEB4;
}
footer .footer-links {
  border-top: 1px solid #C4BEB4;
  margin-top: 150px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
}
footer .footer-links ul {
  display: flex;
}
footer .footer-links ul li {
  margin-right: 20px;
}

.menu-left {
  position: fixed;
  width: 50vw;
  min-height: 100vh;
  background-color: #45423D;
  color: white;
  left: -50vw;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  overflow-y: scroll;
  transition: 0.45s ease-in-out;
  z-index: 99;
}
.menu-left .menu-links li {
  margin-bottom: 40px;
}
.menu-left .menu-links li a {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  transition: 0.25s ease-in-out;
  color: white;
  display: block;
  transform-origin: center left;
}
.menu-left .menu-links li a:hover {
  color: #C4BEB4;
  transform: scale(1.2);
}
.menu-left .menu-links li a.link-home {
  font-family: "Raleway", sans-serif;
  font-size: 0.8em;
  color: #C4BEB4;
  transition: 0.25s ease-in-out;
  margin-top: 80px;
  display: block;
}
.menu-left .menu-links li a.link-home:hover {
  color: white;
  transform: none;
}
.menu-left .social {
  position: absolute;
  bottom: 80px;
  left: 10%;
  display: flex;
  align-items: center;
}
.menu-left .social li {
  margin-right: 10px;
  font-size: 0.9em;
}
.menu-left .social li a {
  height: 40px;
  padding: 0 5px;
  display: flex;
  transition: 0.25s ease-in-out;
}
.menu-left .social li a:hover {
  transform: scale(1.2);
}
.menu-left.open {
  left: 0;
}

.menu-right {
  position: fixed;
  width: 50vw;
  min-height: 100vh;
  background-color: white;
  color: white;
  right: -50vw;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  transition: 0.45s ease-in-out;
  z-index: 99;
}
.menu-right .imagem {
  width: 50%;
  padding-top: 80%;
}
.menu-right.open {
  right: 0;
}

.slider {
  width: 100%;
  height: 700px;
  background-color: #45423D;
  position: relative;
}
.slider .vertical-sign {
  position: absolute;
  color: white;
  z-index: 10;
  top: 50%;
  left: 20px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #C4BEB4;
}
.slider .slide {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider .slide .filtro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 67, 82, 0.5);
  z-index: 2;
  mix-blend-mode: multiply;
}
.slider .slide .titulo, .slider .slide .titulo-2, .slider .slide footer .footer-info .titulo-footer, footer .footer-info .slider .slide .titulo-footer, .slider .slide footer .footer-links .titulo-footer, footer .footer-links .slider .slide .titulo-footer {
  color: white;
}
.slider .slide a {
  color: #EEE6D8;
  transition: 0.25s ease-in-out;
  font-size: 0.9em;
  padding: 5px;
  position: relative;
  z-index: 5;
}
.slider .slide a:hover {
  color: #C4BEB4;
}
.slider .slide-nav {
  position: absolute;
  z-index: 15;
  bottom: 120px;
  right: 20%;
}
.slider .slide-nav .next {
  display: flex;
  color: white;
  align-items: center;
  text-transform: none;
  transition: 0.25s ease-in-out;
}
.slider .slide-nav .next img {
  margin-left: 20px;
  transition: 0.25s ease-in-out;
}
.slider .slide-nav .next:hover img {
  transform: translateX(20px);
}
.slider .info-foto {
  position: absolute;
  z-index: 10;
  color: white;
  left: 5%;
  top: 40px;
}
.slider .info-foto h5 {
  font-family: "Playfair Display", serif;
}
.slider .info-foto span {
  margin-top: 5px;
  display: block;
  font-size: 0.9em;
}

.quartos-info, .servicos-info {
  padding: 150px 0;
}
.quartos-info .central-info, .servicos-info .central-info {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
.quartos-info .central-info .logo-envolvencia, .servicos-info .central-info .logo-envolvencia {
  margin-bottom: 20px;
}

.tipos-quarto a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  float: left;
}
.tipos-quarto a.ghost-btn {
  border: 1px solid #45423D;
  transition: 0.25s ease-in-out;
  display: block;
  margin: 40px 0;
}
.tipos-quarto a.ghost-btn:hover {
  background-color: #45423D;
  color: white;
}

footer.with-margin {
  margin-top: 150px;
}

.quarto-info {
  width: 100%;
  background-color: #C4BEB4;
  margin-bottom: 150px;
}
.quarto-info ul {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.quarto-info ul .barra-vertical {
  width: 1px;
  height: 40px;
  background-color: #A7A299;
}

.li-title {
  margin-bottom: 20px;
}

.tipos-servico li {
  margin-bottom: 40px;
}
.tipos-servico .titulo-2 {
  margin-bottom: 0px !important;
}

.eventos {
  margin-top: 0px !important;
  padding-top: 0px;
}
.eventos .data-evento {
  color: #C4BEB4;
  margin-bottom: 10px;
  display: block;
}

.generica {
  margin-top: 150px;
}

@media screen and (max-width: 1148px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  article.artigo .grid-2 {
    gap: 40px;
  }

  .envolvencia .envolvencia-info {
    width: 90%;
  }

  .charming-houses .houses .house {
    height: 250px;
    margin-bottom: 0px;
  }

  .titulo, .titulo-2, footer .footer-info .titulo-footer, footer .footer-links .titulo-footer {
    font-size: 3em;
  }

  .titulo-2 {
    font-size: 1.5em;
  }

  footer .footer-info .grid-3, footer .footer-links .grid-3, footer .footer-info .grid3-nogap, footer .footer-links .grid3-nogap {
    gap: 40px;
  }

  .quarto-info ul li {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .grid-4,
.multi-grid,
.grid-3,
.grid3-nogap,
.grid-2,
footer .footer-info .grid-3,
footer .footer-links .grid-3,
footer .footer-links .grid3-nogap {
    grid-template-columns: 1fr;
  }

  .multi-grid {
    grid-template-rows: 1fr 1fr;
  }

  .landing .reservar {
    display: none;
  }

  .reservar-mobile {
    display: block;
  }

  .sobre .titulo, .sobre .titulo-2, .sobre footer .footer-info .titulo-footer, footer .footer-info .sobre .titulo-footer, .sobre footer .footer-links .titulo-footer, footer .footer-links .sobre .titulo-footer,
.sobre .texto,
.sobre .quadrado,
.sobre .foto-sobre {
    grid-column: 1/2;
  }
  .sobre .titulo, .sobre .titulo-2, .sobre footer .footer-info .titulo-footer, footer .footer-info .sobre .titulo-footer, .sobre footer .footer-links .titulo-footer, footer .footer-links .sobre .titulo-footer {
    grid-row: 1/2;
  }
  .sobre .texto {
    grid-row: 2/3;
  }
  .sobre .quadrado {
    grid-row: 3/5;
    display: none;
  }
  .sobre .foto-sobre {
    grid-row: 4/5;
    display: none;
  }

  .lista-casas {
    padding-top: 150px;
  }

  article.artigo .foto {
    padding-top: 50%;
  }

  .oferta .foto-oferta {
    padding-bottom: 50%;
  }

  .central-info {
    width: 80% !important;
  }

  .quarto-info ul {
    flex-direction: column;
  }
  .quarto-info ul li .barra-vertical {
    width: 30px;
    height: 1px;
    margin: 10px 0;
  }

  .menu-right {
    display: none;
  }

  .menu-left {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    left: -100vw;
    padding-top: 80px !important;
  }
  .menu-left .menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  }
  .menu-left .menu-links a {
    font-size: 1.5em !important;
    text-align: center;
    transform-origin: center center !important;
  }
  .menu-left .menu-links a.link-home {
    font-size: 0.8em !important;
    margin-top: 40px !important;
  }
  .menu-left .menu-links .lettering-menu {
    width: 200px !important;
    margin: 0 auto;
  }
  .menu-left .social {
    bottom: 20px;
  }

  nav .right {
    display: none;
  }

  nav {
    padding: 40px 5px;
  }

  .landing .lang {
    left: 20px;
  }

  .slider {
    height: 400px;
  }
  .slider .slide {
    height: 400px;
  }
  .slider .slide-nav {
    bottom: 40px;
  }
}

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