@charset "UTF-8";
/** Efeito Parallax **/
@import 'bootstrap.min.css';
.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;
}
#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 ***/
/** 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);
}

/** 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);
}

/** 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;
}
#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 ***/
@media (max-width: 575px) {
  :root {
    overflow-x: hidden !important;
  }
  .lb-container .lb-image {
    width: 100% !important;
  }
  /*** A POUSADA ***/
  #a-pousada {
    margin-top: -35px !important;
  }
  #a-pousada .main-title {
    margin-bottom: -35px;
  }
  #a-pousada .main-title h1 {
    text-transform: capitalize !important;
  }
  #a-pousada .main-title .content-text {
    width: 100% !important;
    transform: rotate(0deg);
  }
  #a-pousada .main-title .content-text p {
    font-size: 1rem !important;
  }
  #a-pousada .card-quarto {
    transform: rotate(0deg);
    margin: 1rem 0 0 0 !important;
    padding: 30px;
  }
  #a-pousada .card-quarto p {
    font-size: 1rem;
  }
  #a-pousada .topics-baia .item {
    margin: 10px 0;
  }
  #a-pousada .info-cards-quartos {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  /*** FIM A POUSADA  ***/
  /*** A REGIÃO ***/
  #a-regiao .img-regiao {
    display: none;
  }
  #a-regiao .module-logo {
    width: 37%;
  }
  #a-regiao .main-title {
    margin-top: -35px;
  }
  #a-regiao .main-title h1 {
    margin: 0 0 0 -47px;
    width: 130%;
  }
  #a-regiao .main-title .content-title {
    width: 75% !important;
  }
  #a-regiao .main-title .content-text {
    width: 92%;
    padding: 30px;
    margin: 0 auto !important;
    transform: rotate(0deg);
  }
  #a-regiao .main-title .content-text p {
    font-size: 1rem;
  }
  #a-regiao .card-links-uteis {
    margin: 1rem auto 1rem auto !important;
    padding: 30px;
    transform: rotate(0deg);
    transition: 0.8s;
    width: 86.5%;
  }
  #a-regiao .card-links-uteis a {
    font-size: 1rem;
  }
  /*** FIM A REGIÃO ***/
  /** CONTATO **/
  #contato .module-logo {
    width: 37%;
  }
  #contato .main-title {
    margin-top: -35px;
  }
  #contato .main-title h1 {
    margin: 0 0 0 -15px !important;
    width: 109%;
    text-transform: capitalize !important;
  }
  #contato .main-title .content-title {
    width: 69% !important;
  }
  #contato .main-title .content-text {
    width: 86% !important;
    padding: 0;
    margin: 0 auto !important;
    transform: rotate(0deg);
  }
  #contato .main-title .content-text p {
    font-size: 1rem;
    padding: 30px 15px 15px 15px;
    background: transparent;
    color: var(--light);
    font-weight: 300 !important;
  }
  #contato .main-title h3 {
    text-transform: capitalize !important;
    background-color: var(--color-primary);
    margin: 5rem auto 1rem auto !important;
    width: 69%;
    font-size: 2.6rem !important;
    font-weight: 200 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  }
  #contato .bt-contato {
    margin: 2rem auto 0 auto !important;
    width: 90% !important;
  }
  #contato iframe {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100%;
  }
  #contato .mapa {
    padding: 0 8% !important;
  }
  /** FIM CONTATO **/
  /*** DEFINIÇÕES GALERIA DE IMAGENS ***/
  .galeria-main {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }
  .galeria-main a {
    padding: 0 !important;
    margin: 5px 0 !important;
  }
  .galeria-main a img {
    width: 90% !important;
    transition: 0.5s !important;
    border: 3px solid var(--light) !important;
    margin: 0 auto 15px -1.8rem !important;
    padding: 0 !important;
    z-index: 9999 !important;
  }
  .galeria-main a:hover img {
    transition: 0.5s !important;
    border-style: inset;
    border: 3px solid var(--primavera-secundaria) !important;
    z-index: 9999 !important;
  }
  /*** FIM DEFINIÇÕES GALERIA DE IMAGENS ***/
  /*** FOOTER ***/
  .footer .main-logo-footer {
    width: 75% !important;
  }
  .footer p {
    word-break: break-all;
  }
  .footer .copyright p {
    font-size: 0.8rem !important;
  }
  /*** FIM FOOTER ***/
}
@media (min-width: 576px) and (max-width: 768px) {
  :root {
    overflow-x: hidden !important;
  }
  .lb-container .lb-image {
    width: 100% !important;
  }
  body {
    background: url(../img/bg-contato-df.png) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
  }
  /*** A POUSADA ***/
  #a-pousada .module-logo {
    margin: 9rem auto 0 auto !important;
  }
  #a-pousada .main-title .content-text {
    width: 100%;
  }
  #a-pousada .topics-baia h1 {
    font-size: 1.1rem !important;
  }
  #a-pousada .topics-baia .item {
    margin: 10px 0 0 0;
  }
  #a-pousada .galeria-main {
    margin: 0 0 3rem 2% !important;
  }
  /*** FIM A POUSADA ***/
  /*** A REGIÃO ***/
  #a-regiao .display-none {
    display: none !important;
  }
  #a-regiao .card-links-uteis {
    width: 65%;
  }
  /*** FIM A REGIÃO ***/
  /*** CONTATO ***/
  #contato {
    background-color: transparent !important;
    background: url(../img/bg-contato.webp) !important;
  }
  #contato h3 {
    margin-top: 3rem;
  }
  #contato .module-logo {
    width: 25%;
  }
  #contato .main-title h1 {
    width: 110%;
    text-align: center;
  }
  #contato .main-title .content-text {
    width: 80%;
  }
  #contato .main-title .content-text p {
    width: 90% !important;
  }
  #contato .email-mobile {
    width: 86%;
    margin: 0 2rem 0 1.5rem;
    line-break: anywhere;
  }
  #contato .bt-contato {
    margin: 2rem auto 1rem auto;
    padding: 1rem 20px;
    transition: 0.8s;
    width: 90% !important;
  }
  #contato iframe {
    padding: 0 !important;
  }
  /*** FIM CONTATO ***/
}
@media (min-width: 769px) and (max-width: 992px) {
  :root {
    overflow-x: hidden !important;
  }
  .lb-container .lb-image {
    width: 100% !important;
  }
  body {
    background: url(../img/bg-contato-df.png) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
  }
  /*** A POUSADA ***/
  #a-pousada .main-title .content-text {
    width: 100%;
  }
  #a-pousada .topics-baia h1 {
    font-size: 1.25rem !important;
  }
  #a-pousada .topics-baia .item {
    margin: 10px 0 0 0;
    min-height: 210px;
  }
  #a-pousada .card-quarto p {
    font-size: 1.05rem !important;
  }
  #a-pousada .galeria-main {
    margin: 0 0 3rem 2.5% !important;
  }
  /*** FIM A POUSADA ***/
  /*** A REGIÃO ***/
  #a-regiao .main-title .content-title {
    width: 30% !important;
  }
  #a-regiao .main-title .content-title h1 {
    width: 130%;
    margin: 0 0 0 -45px;
  }
  #a-regiao .display-none {
    display: none !important;
  }
  #a-regiao .card-links-uteis {
    width: 65%;
  }
  /*** FIM A REGIÃO ***/
  /*** CONTATO ***/
  #contato {
    background-color: transparent !important;
    background: url(../img/bg-contato.webp) !important;
  }
  #contato h3 {
    margin-top: 3rem;
  }
  #contato .module-logo {
    width: 25%;
  }
  #contato .main-title h1 {
    width: 110%;
    text-align: center;
  }
  #contato .main-title .content-text {
    width: 80%;
  }
  #contato .main-title .content-text p {
    width: 90% !important;
  }
  #contato .email-mobile {
    width: 86%;
    margin: 0 2rem 0 1.5rem;
    line-break: anywhere;
  }
  #contato .bt-contato {
    margin: 2rem auto 1rem auto;
    padding: 1rem 20px;
    transition: 0.8s;
    width: 90% !important;
  }
  #contato iframe {
    padding: 0 !important;
  }
  /*** FIM CONTATO ***/
}
@media (min-width: 1480px) {
  .content-title-slide-b-a {
    margin-right: 12% !important;
  }
  .content-title-slide-b {
    margin-right: 12.22% !important;
  }
  .content-title-slide-b-sub {
    margin-right: 11.9% !important;
  }
  #a-cidade {
    padding: 6rem 0.5rem 0.5rem 0.5rem;
    margin: 10% 0 5% 72.5%;
    width: 40%;
  }
}
/*** TOPBAR STYLE ***/
.top-bar {
  border-bottom: 1px solid var(--light-transparent);
  font-family: var(--content-font);
  color: var(--light);
  font-weight: normal;
}
.top-bar address {
  font-size: 1.1rem !important;
  margin-bottom: 0 !important;
}
.top-bar small {
  font-size: 1.1rem !important;
}
.top-bar a {
  font-size: 1.1rem !important;
  font-weight: normal;
  color: var(--light);
  margin-bottom: 0 !important;
  transition: 0.8s;
}
.top-bar a:hover {
  font-weight: normal;
  color: var(--hover-dark) !important;
  transition: 0.8s;
}
.top-bar i {
  font-size: 1.1rem !important;
  color: var(--light);
}

/*** SOCIAL LINKS ***/
.bt-social-links :hover {
  color: var(--hover-dark);
  transition: 0.8s;
}

/*** FIM SOCIAL LINKS ***//*# sourceMappingURL=topbar.css.map */