@charset "UTF-8";
/** Efeito Parallax **/
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.object-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: center;
}

.speed-1 {
  transform: translateZ(-1px) scale(2);
}

.speed-2 {
  transform: translateZ(-2px) scale(3);
}

.speed-3 {
  transform: translateZ(-3px) scale(4);
}

.speed-4 {
  transform: translateZ(-4px) scale(5);
}

.speed-5 {
  transform: translateZ(-5px) scale(6);
}

.speed-6 {
  transform: translateZ(-6px) scale(7);
}

/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  overflow-x: hidden;
  /* Cores Utilizadas */
  --grafite: #4B4B4D;
  --color-primary: #bb9d62;
  --color-secondary: #644535;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark: rgba(0, 0, 0, 1.0);
  --dark-transparent: rgba(0, 0, 0, 0.5);
  /* Fontes Utilizadas */
  --title-font: "Hurricane";
  --menu-font: "Hurricane";
  --content-font: "Roboto";
  --banner-title: "Roboto Thin";
  --banner-subtitle: "Hurricane";
  --banner-description: "Roboto";
  --banner-buttom: "Hurricane";
}

body {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  width: 100% !important;
  background: url(../img/bg-contato-df.png) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: condensed;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-family: var(--content-font);
  font-size: 1.2rem;
  font-weight: 300;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
}

hr {
  border-top: 4px solid !important;
}

.lb-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  border-radius: 3px;
}

/** Plugin Acessibilidade **/
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  right: auto !important;
  bottom: 9.5rem !important;
  left: calc(100vw - 21px) !important;
  transform: translate(-100%) !important;
}

/*** BUTTONS ***/
.btn {
  font-weight: normal;
  transition: 0.8s;
}

.btn-fixed-side {
  border: solid 2px var(--light);
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.btn.btn-primary,
.btn.btn-outline-primary {
  font-family: var(--alt-title-font);
  font-weight: normal;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: var(--light);
  background: var(--primary);
  border-color: var(--primary);
  text-shadow: none !important;
}
.btn.btn-primary .rounded-circle,
.btn.btn-outline-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary i,
.btn.btn-outline-primary:hover i {
  color: var(--light);
  transition: 0.8s;
}

.btn.btn-primary:hover {
  color: var(--primary);
  background-color: var(--light);
  border-color: var(--primary);
  text-shadow: none;
}
.btn.btn-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary:hover i {
  color: var(--secondary);
  transition: 0.8s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** BOTÃO WHATSAPP ***/
.bt-Whatsapp {
  border: solid 2px var(--light);
  width: 130px !important;
  height: 130px !important;
  border-radius: 130px;
  position: fixed;
  right: 15px;
  bottom: 2%;
  z-index: 9999;
  background: green;
  transition: 0.8s;
}
.bt-Whatsapp i {
  font-size: 2rem;
  font-weight: bolder;
  color: var(--light);
  line-height: 2.6rem;
  transition: 0.8s;
}
.bt-Whatsapp h2 {
  font-size: 1.2rem;
  font-weight: bold !important;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1.3rem;
  transition: 0.8s;
  text-align: center;
}
.bt-Whatsapp p {
  margin-top: -5px;
  font-size: 0.9rem !important;
  font-weight: bold;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
  text-align: center !important;
}

.bt-Whatsapp:hover {
  transform: scale(1.2);
  transition: 0.8s;
  background: green;
  border: solid 2px lawngreen;
}
.bt-Whatsapp:hover i {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
}
.bt-Whatsapp:hover h2 {
  color: lawngreen;
  transition: 0.8s;
}
.bt-Whatsapp:hover p {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
  text-align: center;
}

/*** FIM BOTÃO WHATSAPP ***/
/*** FIM BUTTONS ***/
/*** COMPONENTES GLOBAIS ***/
.line-endpage {
  margin-top: -20px;
  color: transparent !important;
  border-top: 4px dashed var(--color-primary) !important;
}

.main-title .module-logo {
  width: 100%;
  margin: 5rem auto 0 auto;
  text-align: center;
}
.main-title .content-title {
  background-color: var(--color-primary);
  margin: 0 auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
.main-title h1 {
  padding: 10px;
  margin: 0 0 0 -20px;
  font-family: var(--title-font) !important;
  font-weight: normal;
  font-size: 4rem;
  line-height: 3rem;
  line-break: unset;
  color: var(--light);
  text-align: center;
  width: 110%;
}
.main-title .content-text {
  background-color: var(--color-primary);
  margin: 0 auto 0 auto;
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  transform: rotate(-1deg);
  transition: 0.8s;
}
.main-title .content-text p {
  padding: 30px;
  color: var(--light);
}

/*** FIM COMPONENTES GLOBAIS ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** A POUSADA ***/
#a-pousada {
  background: url(../img/bg-a-pousada-df.png);
  background-attachment: fixed;
  background-size: cover !important;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-pousada .main-title h1 {
  text-transform: capitalize !important;
}
#a-pousada .topics-baia {
  margin: 3rem 0;
}
#a-pousada .topics-baia .item {
  border: 7px solid var(--light);
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  min-height: 180px;
  transform: rotate(-3deg);
  transition: 0.8s;
  padding: 10px;
}
#a-pousada .topics-baia .item:hover {
  transform: rotate(0deg);
  transition: 0.8s;
}
#a-pousada .topics-baia h1 {
  color: var(--light);
  text-align: center;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
#a-pousada .topics-baia p {
  color: var(--light);
  text-align: center;
}
#a-pousada .topics-baia .fadeInUpBig {
  transform: rotate(-3deg);
}
#a-pousada .topics-baia .item-topic-01 {
  background: url(../img/pousada/pousada-01-01.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#a-pousada .topics-baia .item-topic-02 {
  background: url(../img/pousada/pousada-02-02.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#a-pousada .topics-baia .item-topic-03 {
  background: url(../img/pousada/pousada-03-03.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#a-pousada .topics-baia .item-topic-04 {
  background: url(../img/pousada/pousada-04-04.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#a-pousada .bt-reservas {
  text-transform: capitalize;
  margin-top: 20px;
  text-align: center;
  margin: 0 auto !important;
  z-index: 9999;
  font-weight: 700 !important;
}
#a-pousada .bt-reservas a {
  font-family: var(--banner-buttom) !important;
  border: 2px solid var(--color-primary);
  background: transparent !important;
  color: var(--color-primary) !important;
  font-weight: normal !important;
  font-size: 2.7rem !important;
  line-height: 1.3rem;
  padding: 20px 30px !important;
  border-radius: 0 !important;
  font-style: italic;
}
#a-pousada .bt-reservas a:hover {
  background: var(--color-primary) !important;
  color: var(--light) !important;
  padding: 10px 20px 10px 20px;
  border-radius: 0 !important;
  border: 2px solid var(--color-primary);
  font-weight: normal !important;
}
#a-pousada .card-quarto {
  text-align: center;
  margin: 1rem auto 3rem auto !important;
  padding: 2rem;
  color: var(--light) !important;
  min-height: 350px;
  background: var(--color-secondary);
  transform: rotate(-2deg);
  transition: 0.8s;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-pousada .card-quarto h2 {
  text-transform: inherit !important;
  color: var(--light);
  font-weight: 300;
}
#a-pousada .card-quarto h4 {
  text-transform: inherit !important;
  font-family: var(--content-font) !important;
  color: var(--light);
  font-weight: 400 !important;
  font-size: 25px;
}
#a-pousada .card-quarto p {
  font-weight: lighter !important;
}
#a-pousada .card-quarto i {
  padding: 0 5px 2px 0;
}

/*** FIM A POUSADA ***/
/*** A REGIÃO ***/
#a-regiao {
  background: url(../img/bg-a-regiao-df.png);
  background-attachment: fixed;
  background-size: cover;
  margin-top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-regiao .line-endpage {
  margin-top: 2rem;
}
#a-regiao .main-title h1 {
  margin: 0 0 0 -47px;
  width: 130%;
}
#a-regiao .main-title .content-title {
  width: 35% !important;
}
#a-regiao a {
  color: var(--light);
  font-weight: 500 !important;
  transition: 0.8s;
}
#a-regiao a:hover {
  transition: 0.8s;
  color: var(--color-secondary);
}
#a-regiao .content-text {
  width: 90%;
  padding: 30px 40px;
}
#a-regiao .content-text p {
  padding: 0;
}
#a-regiao .module-logo {
  width: 18%;
}
#a-regiao .card-links-uteis {
  text-align: center;
  margin: 1rem auto 3rem auto !important;
  padding: 2rem;
  color: var(--light) !important;
  background: var(--color-secondary);
  transform: rotate(-2deg);
  transition: 0.8s;
  width: 50%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-regiao .card-links-uteis h2 {
  text-transform: inherit !important;
  color: var(--light);
  font-weight: 400;
}
#a-regiao .card-links-uteis a {
  font-weight: 200 !important;
}
#a-regiao .card-links-uteis a:hover {
  transition: 0.8s;
  color: var(--color-primary);
}
#a-regiao .img-regiao {
  background: url(../img/penha/01.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transform: rotate(-2deg);
  border: 7px solid var(--light);
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  width: 107%;
  height: 100%;
}

/*** FIM A REGIÃO ***/
/*** CONTATO ***/
#contato {
  background: url(../img/bg-contato-df.png) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  padding: 1rem 0;
  margin-bottom: 0 !important;
}
#contato .contato-email {
  font-size: 0.8rem !important;
  word-wrap: break-word;
}
#contato h3 {
  color: var(--light);
  text-shadow: rgb(0, 0, 0) 1px 1px 3px !important;
  font-weight: 700 !important;
}
#contato .line-endpage {
  margin: 0;
  padding: 20px 0 0 0 !important;
}
#contato .content-text p {
  padding: 30px 30px 10px 30px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#contato .module-logo {
  margin: 40px auto 0 auto !important;
  width: 10%;
}
#contato i {
  padding: 0 0 25px 0 !important;
}
#contato .bt-contato {
  transform: rotate(-2deg);
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  margin: 5rem auto 3rem auto;
  padding: 2rem 20px;
  transition: 0.8s;
  width: 80% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  color: var(--light) !important;
  background: var(--color-secondary) !important;
  text-align: center !important;
}
#contato .bt-contato i {
  color: var(--light) !important;
  padding: 0 0 25px 0 !important;
  transform: scale(1.2) !important;
  text-shadow: rgb(0, 0, 0) 1px 1px 3px !important;
  font-size: 3rem;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato h1 {
  color: var(--light);
  font-family: var(--banner-buttom) !important;
  line-height: 10px;
  font-size: 2rem;
  font-weight: 700 !important;
  font-style: normal;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 1px 1px 3px !important;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato p {
  font-family: var(--content-font);
  font-size: 1rem;
  font-weight: 400 !important;
  font-style: normal;
  color: var(--light);
  text-align: center;
  text-shadow: rgb(0, 0, 0) 1px 1px 3px !important;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato:hover {
  transform: scale(1.1) !important;
  transition: 0.8s;
  transform: rotate(0deg);
  color: var(--color-primary) !important;
  text-align: center !important;
  background: var(--color-secondary) !important;
}
#contato .bt-contato:hover a {
  color: var(--color-primary) !important;
}
#contato .bt-contato:hover p {
  font-size: 0.8rem;
}
#contato .bt-contato:hover i,
#contato .bt-contato:hover a,
#contato .bt-contato:hover h1,
#contato .bt-contato:hover p {
  transform: scale(1.2) !important;
  transition: 0.8s;
  color: var(--color-primary) !important;
  text-shadow: rgb(0, 0, 0) 1px 1px 3px !important;
}
#contato .mapa {
  margin-bottom: 15px;
}
#contato iframe {
  width: 100% !important;
  border: 0;
  min-height: 600px;
  border: solid 3px var(--color-secondary);
  padding: 0 !important;
}

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