#home {
  background-image: url(../../assets/bg1.png);
  background-position: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}
#home .dropdown {
  height: -moz-fit-content;
  height: fit-content;
}
#home .dropdown .dropdown-menu {
  padding-top: 5vh;
  border: 2px solid #0b090c;
  transform: translate3d(0px, 0px, 0px) !important;
  background-color: #0b090c;
  width: 100%;
  height: 80vh;
  position: relative;
}
#home .dropdown .dropdown-menu iconify-icon {
  position: absolute;
  top: 0.8rem;
  right: 1.5rem;
  color: #eeeeee;
}
#home .dropdown a {
  color: #eeeeee;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
}
#home .dropdown a:hover {
  text-decoration: underline;
  color: #f7e3aa;
}
#home .dropdown .reserva {
  font-weight: 700;
  color: #0b090c;
  background-color: #f7e3aa;
}
#home .dropdown iconify-icon {
  font-size: 2.5rem;
}
#home .dropdown button {
  border: 1px solid #ffffff !important;
  background-color: transparent;
}
#home .logo img {
  height: 12.5vh;
}
#home .headline {
  padding-bottom: 10vh;
}
#home .headline h1 {
  font-weight: 200;
  font-size: 3.5rem;
  color: #eeeeee;
  text-align: center;
}
#home .headline strong {
  font-weight: 300;
}
#home .headline iconify-icon {
  color: #eeeeee;
  font-size: 3rem;
}
#home .headline .headlineHighlight {
  padding: 1vh 7.5vw !important;
  font-size: 3.3rem;
  letter-spacing: 0.45rem;
  font-weight: 500 !important;
  background-color: #0b090c;
}
#home .social {
  width: 18%;
  height: 5.5vh;
  position: relative;
  font-size: 2rem;
  color: #f7e3aa;
}
#home .social a {
  color: #f7e3aa;
}
#home .social iconify-icon {
  transition: 0.15s ease all;
  font-size: 2rem;
}
#home .social iconify-icon:hover {
  font-size: 2.9rem;
  transform: rotate(-10deg);
}
#home .social .line {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  position: absolute;
  left: 0;
  width: 8vw;
  height: 8%;
  background-color: #f7e3aa;
}
@media screen and (min-width: 992px) {
  #home {
    height: 95vh !important;
  }
  #home nav a {
    color: #9e9e9e;
    font-size: 1.7rem;
    font-weight: 500;
  }
  #home nav a:hover {
    text-decoration: underline;
    color: #f7e3aa;
  }
  #home .reserva {
    color: #323137;
    background-color: #f7e3aa !important;
    transition: 0.2s ease all;
  }
  #home .reserva:hover {
    padding-right: 2.5vw !important;
    color: #0b090c !important;
  }
  #home .logo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 16.5vh !important;
  }
  #home .headline {
    padding-bottom: 15vh !important;
  }
  #home .headline h1 {
    font-size: 7.3rem !important;
  }
  #home .headline .headlineHighlight {
    font-size: 4.7rem !important;
  }
  #home .social {
    width: 23%;
  }
  #home .social .line {
    width: 19vw;
  }
}

#form {
  padding-bottom: 5vh !important;
  background-image: url(../../assets/bg2.png);
  height: 100%;
}
#form .formHeadline {
  animation: fadeLeftTextoScroll 0.1ms ease;
  animation-range: cover 0% cover 12%;
  animation-timeline: scroll();
  padding-top: 4vh;
}
#form .formHeadline strong {
  font-size: 4rem;
  font-weight: 400;
}
#form .formHeadline .location {
  color: #9e9e9e;
}
#form .formHeadline .location iconify-icon {
  font-size: 3rem;
}
#form .formHeadline p {
  color: #eeeeee;
  font-size: 1.4rem;
}
#form form {
  position: relative !important;
  border-radius: 1.5rem;
}
#form .formulario {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 18%;
  animation-timeline: scroll();
}
#form .formulario #formulario-salas-jm-de29c49331cb45b07caf section {
  background-color: #e2e2e2;
  border-radius: 2rem !important;
}
#form .formulario #formulario-salas-jm-de29c49331cb45b07caf #rd-button-lz47xqyi {
  border: none !important;
  transition: 0.15s all ease-out;
}
#form .formulario #formulario-salas-jm-de29c49331cb45b07caf #rd-button-lz47xqyi:hover {
  scale: 1.035;
  background-color: #ff7e14 !important;
}
#form .formulario div {
  border-radius: 2rem !important;
}
@media screen and (min-width: 992px) {
  #form {
    padding-bottom: 10vh !important;
    height: 100% !important;
  }
  #form .formHeadline {
    padding-top: 12vh !important;
  }
  #form .formHeadline p {
    font-size: 1.8rem;
  }
  #form .formHeadline strong {
    font-size: 6.5rem;
  }
  #form form {
    position: absolute;
    top: -5rem;
  }
  #form .formulario {
    animation: fadeRightTextoScroll 0.1ms ease;
    animation-range: cover 0% cover 17%;
    animation-timeline: scroll();
    position: relative;
  }
  #form .formulario #formulario-salas-jm-de29c49331cb45b07caf {
    background-color: #e2e2e2;
    position: absolute;
    top: -10rem;
  }
}

#sobre {
  background-color: #0b090c;
}
#sobre .imgSobre {
  animation: fadeLeftTextoScroll 0.1ms ease;
  animation-range: cover 0% cover 25%;
  animation-timeline: view();
  scale: 1;
}
#sobre .imgSobre img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#sobre .sobreInfo {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 18%;
  animation-timeline: view();
  cursor: pointer;
}
#sobre .headlineSobre {
  padding: 0;
  color: #eeeeee;
  padding: 2.6vh 0;
  padding-left: 0vw;
}
#sobre .headlineSobre h1 {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 17%;
  animation-timeline: view();
  color: #f7e3aa;
  font-weight: 500;
  font-size: 2.5rem;
}
#sobre .headlineSobre iconify-icon {
  color: #9e9e9e;
  font-size: 5rem;
}
#sobre .headlineSobre h3 {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 1.75rem;
}
#sobre .headlineSobre h3 strong {
  color: #9e9e9e;
}
@media screen and (min-width: 992px) {
  #sobre .sobreInfo:hover h3, #sobre .sobreInfo:hover strong, #sobre .sobreInfo:hover iconify-icon {
    color: #eeeeee;
  }
  #sobre iconify-icon {
    font-size: 7rem;
  }
  #sobre .imgSobre {
    padding: 10vh 0;
    scale: 1;
  }
  #sobre .headlineSobre {
    padding-left: 2vw !important;
    padding: 12vh 0;
  }
  #sobre .headlineSobre h1 {
    font-size: 5rem !important;
  }
  #sobre .headlineSobre h3 {
    font-weight: 400;
    font-size: 2.6rem;
  }
}

#galeria {
  height: 100%;
  background-image: url(../../assets/bg2.png);
}
#galeria h1 {
  color: #eeeeee;
  font-size: 3.5rem;
  font-weight: 300;
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 20%;
  animation-timeline: view();
}
#galeria .carrossel {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 20%;
  animation-timeline: view();
  padding: 5vh 0;
}
#galeria .carrossel .carousel-inner {
  width: 70% !important;
}
#galeria .carrossel .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 45vh !important;
}
@media screen and (min-width: 992px) {
  #galeria h1 {
    font-size: 5rem;
  }
  #galeria .carrossel {
    padding: 6vh 0;
  }
  #galeria .carrossel .carousel-item img {
    height: 80vh !important;
  }
}

#localizacao {
  background-color: #0b090c;
  height: 100%;
}
#localizacao .localizacaoText {
  color: #f7e3aa !important;
  padding-left: 5vw;
  animation: fadeLeftTextoScroll 0.1ms ease;
  animation-range: cover 0% cover 30%;
  animation-timeline: view();
  padding: 0;
}
#localizacao .localizacaoMapa {
  animation: fadeLeftTextoScroll 0.1ms ease;
  animation-range: cover 0% cover 30%;
  animation-timeline: view();
  padding: 0;
  height: 35vh;
}
#localizacao .localizacaoFoto {
  animation: fadeRightTextoScroll 0.1ms ease;
  animation-range: cover 0% cover 30%;
  animation-timeline: view();
  padding: 0;
}
#localizacao img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
#localizacao h1 {
  color: #f7e3aa;
  font-weight: 500;
  font-size: 2.5rem;
}
#localizacao img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .localizacaoFoto {
    padding: 0 10vw !important;
  }
  .localizacaoMapa {
    height: 60vh !important;
  }
  h1 {
    font-size: 5rem !important;
    font-weight: 300 !important;
  }
  .localizacaoFotoAlt {
    padding: 0 8vw !important;
  }
}
#projetoArq {
  padding: 5vh 0;
  background-color: #0b090c;
  background-image: none;
}
#projetoArq h1 {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 40%;
  animation-timeline: view();
  color: #eeeeee !important;
  font-size: 4rem;
  font-weight: 400 !important;
}
#projetoArq h1 i {
  color: #8b6e34;
  font-weight: 700;
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
}
#projetoArq p {
  font-size: 1.8rem;
  color: #eeeeee;
}
#projetoArq button {
  width: 100%;
  border: none;
  background-color: #f7e3aa;
  color: #0b090c;
}
#projetoArq button:hover {
  background-color: #f7d678;
}
#projetoArq button span {
  font-size: 2rem;
  font-weight: 800 !important;
}
#projetoArq .projetoArqInfo {
  animation: simpleFade 0.1ms ease;
  animation-range: cover 0% cover 40%;
  animation-timeline: view();
  padding: 0 7vw;
}
@media screen and (min-width: 992px) {
  #projetoArq {
    padding: 10vh 0;
    background-image: url(../../assets/bg5.png);
  }
  #projetoArq h1 {
    color: #9e9e9e !important;
    font-size: 6rem !important;
  }
}

footer {
  padding: 3vh 0;
  background-color: #9e9e9e;
}
footer span, footer p {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 2.5rem;
  }
}

body {
  background-color: #0b090c;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  font-family: Montserrat !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #444448;
}

h1 {
  color: #444448;
  font-weight: 400;
}

strong {
  color: #f7e3aa;
}

.btn-danger {
  background-color: #d45a2d;
}

@keyframes fadeLeftTextoScroll {
  from {
    opacity: 0;
    transform: translateX(-100vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightTextoScroll {
  from {
    opacity: 0;
    transform: translateX(100vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes simpleFade {
  from {
    scale: 0.7;
    opacity: 0;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}/*# sourceMappingURL=style.css.map */