@charset "UTF-8";
/** Efeito Parallax **/
@import url(https://pousada4estacoessc.com.br/fonts/NEW702N.TTF);
@import 'bootstrap.min.css';
@import url(https://pousada4estacoessc.com.br/fonts/NEW702N.TTF);
@import url(https://pousada4estacoessc.com.br/fonts/NEW702N.TTF);
.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);
}

@font-face {
  font-family: "News702";
  src: url("fonts/NEW702N.TTF") format("truetype");
}
/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "News702";
  src: url("../fonts/NEW702N.TTF") format("truetype");
}
:root {
  overflow-x: hidden;
  /* Cores Utilizadas */
  --grafite: #4B4B4D;
  --outono-primaria: #D1A03B;
  --outono-secundaria: #928940;
  --inverno-primaria: #57BCD8;
  --inverno-secundaria: #FEFEFE;
  --primavera-primaria: #EF5053;
  --primavera-secundaria: #F6903A;
  --verao-primaria: #F3D82B;
  --verao-secundaria: #F3AD32;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark: rgba(52, 52, 52, 1.0);
  --dark-transparent: rgba(52, 52, 52, 0.5);
  /* Fontes Utilizadas */
  --title-font: "News702";
  --menu-font: "Roboto";
  --content-font: "Roboto Thin";
  --banner-title: "News702";
  --banner-subtitle: "Roboto Thin";
  --banner-buttom: "Roboto";
}

body {
  overflow-x: hidden !important;
  width: 100% !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: 400 !important;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
}

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

/*
.title-module {
    text-align: center !important;
    padding: 0 3rem 1rem 3rem;

    hr:first-child {
        width: 20% !important;
        margin: 1.5rem 0 0 0 !important;
        float: left !important;
        opacity: 1 !important;
    }

    hr:last-of-type {
        width: 20% !important;
        margin-top: 1.5rem !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        float: right !important;
        opacity: 1 !important;
    }
}

a {
    font-family: var(--title-font);
    font-size: 1.5rem;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: var(--light);
    transition: .5s;
}

a:hover {
    color: var(--hover-dark);
    transition: .5s;
}
*/
/** 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.1rem;
  font-weight: bold !important;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1.3rem;
  transition: 0.8s;
  text-align: center;
}
.bt-Whatsapp p {
  margin-top: -5px;
  font-size: 1rem;
  font-weight: bold !important;
  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 ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** A POUSADA ***/
#a-pousada {
  background: url(../img/bg-pousada.webp);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -20px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-pousada h1 {
  font-family: var(--banner-title) !important;
  color: var(--light);
  margin-bottom: -13px;
  margin-left: 45%;
}
#a-pousada h2 {
  font-family: var(--banner-title) !important;
  background: var(--primavera-secundaria);
  padding: 8rem 0.5rem 0.5rem 0.5rem;
  color: var(--light);
  font-size: 2rem;
  transform: rotate(-90deg);
  margin: -45% 0 0 -14%;
  text-align: center;
  width: 50%;
}
#a-pousada .img-main-pousada {
  background: url(../img/pousada/original-17.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  height: 650px;
  border-left: var(--light) solid 5px;
  border-bottom: var(--light) solid 5px;
  padding: 0 0 8px 8px !important;
}
#a-pousada .content-pousada {
  background: var(--primavera-secundaria);
  width: 110% !important;
  color: var(--light);
  margin-left: -12px;
  padding: 1rem 1.5rem 0.1rem 3rem;
  position: relative;
}
#a-pousada .list-itens-quarto {
  color: var(--light);
  margin: -20% 0 13% 15%;
}

/*** FIM A POUSADA ***/
/*** A CIDADE ***/
#a-cidade {
  background: url(../img/cidade/bg-cidade.webp);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -20px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-cidade h1 {
  font-family: var(--banner-title) !important;
  color: var(--light);
  margin-bottom: -11px;
  margin-left: 35%;
}
#a-cidade h2 {
  font-family: var(--banner-title) !important;
  background: var(--outono-primaria);
  padding: 8rem 0.5rem 0.5rem 0.5rem;
  color: var(--light);
  font-size: 2rem;
  transform: rotate(90deg);
  margin: 10% 0 0 63.5%;
  text-align: center;
  width: 50%;
}
#a-cidade a {
  color: var(--light);
  transform: scale(1) !important;
  transition: 0.8s;
  font-weight: 700 !important;
}
#a-cidade a:hover {
  color: var(--outono-primaria);
  transform: scale(1.2);
  transition: 0.8s;
}
#a-cidade .img-main-cidade {
  background: url(../img/cidade/img-cidade.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  height: 100%;
}
#a-cidade .content-cidade {
  background: var(--outono-primaria);
  width: 110% !important;
  color: var(--light);
  margin-left: -60px;
  padding: 1rem 3rem 0.1rem 3rem;
  position: relative;
}
#a-cidade .content-cidade a {
  font-weight: 500;
}
#a-cidade .content-cidade a:hover {
  color: var(--verao-primaria);
  transform: scale(1.2);
  transition: 0.8s;
}
#a-cidade .list-itens-links {
  color: var(--light);
  margin: -20% 0 13% 15%;
}

/*** FIM A CIDADE ***/
/*** CONTATO ***/
#contato {
  padding: 1rem 0;
  margin-bottom: 0 !important;
}
#contato .justify-content-center {
  justify-content: center !important;
  margin: 0 auto !important;
  text-align: center;
}
#contato i {
  padding: 0 0 25px 0 !important;
}
#contato .main-title h1 {
  margin: 0 auto -9px auto !important;
  color: var(--light);
  text-align: center;
  font-size: 3rem;
}
#contato .main-title h3 {
  line-height: 10px;
  margin-bottom: 8px !important;
  color: var(--light);
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .main-title .subfrase {
  width: 90% !important;
  padding: 15px 5px 1px 5px;
}
#contato .main-title p {
  color: var(--inverno-primaria);
  background: var(--light);
  font-weight: bold !important;
  text-align: center;
  width: 50%;
  padding: 10px 15px;
  margin: -18px auto 0 auto;
}
#contato .bt-contato {
  margin: 5rem 0 3rem 0;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato i {
  color: var(--light) !important;
  padding: 0 0 25px 0 !important;
  transform: scale(1.2) !important;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px !important;
  font-size: 3rem;
  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: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .bt-contato h3 {
  color: var(--light) !important;
  font-family: var(--menu-font);
  line-height: 10px;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
  margin-bottom: 4px !important;
}
#contato .bt-contato p {
  font-family: var(--content-font);
  font-size: 1rem;
  font-weight: bold !important;
  font-stretch: semi-condensed;
  font-style: normal;
  color: var(--light);
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .bt-contato:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .bt-contato:hover i, #contato .bt-contato:hover h1, #contato .bt-contato:hover p {
  transition: 0.8s;
  color: var(--verao-primaria) !important;
}
#contato .mapa {
  margin-bottom: 15px;
}
#contato iframe {
  width: 95% !important;
}

/*** FIM CONTATO ***/
/*** DEFINIÇÕES MOBILE ***/
@media (max-width: 575px) {
  .ocultar-mobile {
    display: none !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  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-size: 1rem !important;
  }
  .title-module {
    font-weight: 500 !important;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.5rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.5rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  img {
    width: 100% !important;
    margin: 0 0 0px 0px !important;
  }
  .mobile-politica {
    margin: 0 3% !important;
  }
  #empresa {
    background: var(--primary) !important;
    background-attachment: fixed;
    background-size: contain !important;
  }
  #empresa .galeria-mini img {
    width: 95% !important;
    margin: 0 10px 10px 10px !important;
    border: solid 2px #fff !important;
  }
  /*** PRODUTOS ***/
  #produtos .galeria-mini a img {
    height: 320px;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade .img-fluid-no-fill {
    width: 100%;
    margin-left: 0;
    height: auto !important;
  }
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 30% !important;
  }
  #sustentabilidade .img-right {
    margin-right: 0 !important;
  }
  #sustentabilidade .bloco-right {
    padding: 0;
  }
  #sustentabilidade .bloco-right h1 {
    padding-top: 10%;
  }
  #sustentabilidade .bloco-right h3 {
    padding: 5% 0 0 0;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-right hr {
    width: 15%;
    color: var(--light);
    margin: 1.5rem 10px 0 -25px;
    float: left;
    opacity: 1;
  }
  #sustentabilidade .bloco-right .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 10px 10px 0;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-right: solid 5px var(--light);
    border-radius: 0 100% 100% 0;
    margin-top: 10%;
  }
  #sustentabilidade .bloco-left {
    padding: 0 !important;
  }
  #sustentabilidade .bloco-left h1 {
    padding-top: 10%;
    padding-right: 0;
    text-align: center !important;
    width: 100%;
    font-size: 1.7rem !important;
  }
  #sustentabilidade .bloco-left h3 {
    padding: 3% 0 0 5%;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-left hr {
    margin: 1rem -20px 0 10px !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 24px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 0 10px 10px;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-left: solid 5px var(--light);
    border-radius: 100% 0 0 100%;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    display: block;
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato span {
    padding-left: 25px;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 3.5% 10px 0 0 !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    margin: 0 auto 0 auto !important;
    width: 86%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 576px) and (max-width: 767px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .galeria-mini a img {
    height: 320px;
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 768px) and (max-width: 991px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
/*** FIM DEFINIÇÕES MOBILE ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article h4 {
    font-size: 1.5rem;
  }
  #sustentabilidade article p {
    font-size: 0.9rem;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 25% 0 25% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-right: -10% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato h1 {
    font-size: 2.5rem;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 4.5% 10px 0 -89px !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 87%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 1200px) {
  .ocultar-pc {
    display: none !important;
  }
}
/** 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);
}

@font-face {
  font-family: "News702";
  src: url("fonts/NEW702N.TTF") format("truetype");
}
/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "News702";
  src: url("../fonts/NEW702N.TTF") format("truetype");
}
:root {
  overflow-x: hidden;
  /* Cores Utilizadas */
  --grafite: #4B4B4D;
  --outono-primaria: #D1A03B;
  --outono-secundaria: #928940;
  --inverno-primaria: #57BCD8;
  --inverno-secundaria: #FEFEFE;
  --primavera-primaria: #EF5053;
  --primavera-secundaria: #F6903A;
  --verao-primaria: #F3D82B;
  --verao-secundaria: #F3AD32;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark: rgba(52, 52, 52, 1.0);
  --dark-transparent: rgba(52, 52, 52, 0.5);
  /* Fontes Utilizadas */
  --title-font: "News702";
  --menu-font: "Roboto";
  --content-font: "Roboto Thin";
  --banner-title: "News702";
  --banner-subtitle: "Roboto Thin";
  --banner-buttom: "Roboto";
}

body {
  overflow-x: hidden !important;
  width: 100% !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: 400 !important;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
}

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

/*
.title-module {
    text-align: center !important;
    padding: 0 3rem 1rem 3rem;

    hr:first-child {
        width: 20% !important;
        margin: 1.5rem 0 0 0 !important;
        float: left !important;
        opacity: 1 !important;
    }

    hr:last-of-type {
        width: 20% !important;
        margin-top: 1.5rem !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        float: right !important;
        opacity: 1 !important;
    }
}

a {
    font-family: var(--title-font);
    font-size: 1.5rem;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: var(--light);
    transition: .5s;
}

a:hover {
    color: var(--hover-dark);
    transition: .5s;
}
*/
/** 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.1rem;
  font-weight: bold !important;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1.3rem;
  transition: 0.8s;
  text-align: center;
}
.bt-Whatsapp p {
  margin-top: -5px;
  font-size: 1rem;
  font-weight: bold !important;
  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 ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** A POUSADA ***/
#a-pousada {
  background: url(../img/bg-pousada.webp);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -20px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-pousada h1 {
  font-family: var(--banner-title) !important;
  color: var(--light);
  margin-bottom: -13px;
  margin-left: 45%;
}
#a-pousada h2 {
  font-family: var(--banner-title) !important;
  background: var(--primavera-secundaria);
  padding: 8rem 0.5rem 0.5rem 0.5rem;
  color: var(--light);
  font-size: 2rem;
  transform: rotate(-90deg);
  margin: -45% 0 0 -14%;
  text-align: center;
  width: 50%;
}
#a-pousada .img-main-pousada {
  background: url(../img/pousada/original-17.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  height: 650px;
  border-left: var(--light) solid 5px;
  border-bottom: var(--light) solid 5px;
  padding: 0 0 8px 8px !important;
}
#a-pousada .content-pousada {
  background: var(--primavera-secundaria);
  width: 110% !important;
  color: var(--light);
  margin-left: -12px;
  padding: 1rem 1.5rem 0.1rem 3rem;
  position: relative;
}
#a-pousada .list-itens-quarto {
  color: var(--light);
  margin: -20% 0 13% 15%;
}

/*** FIM A POUSADA ***/
/*** A CIDADE ***/
#a-cidade {
  background: url(../img/cidade/bg-cidade.webp);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -20px !important;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#a-cidade h1 {
  font-family: var(--banner-title) !important;
  color: var(--light);
  margin-bottom: -11px;
  margin-left: 35%;
}
#a-cidade h2 {
  font-family: var(--banner-title) !important;
  background: var(--outono-primaria);
  padding: 8rem 0.5rem 0.5rem 0.5rem;
  color: var(--light);
  font-size: 2rem;
  transform: rotate(90deg);
  margin: 10% 0 0 63.5%;
  text-align: center;
  width: 50%;
}
#a-cidade a {
  color: var(--light);
  transform: scale(1) !important;
  transition: 0.8s;
  font-weight: 700 !important;
}
#a-cidade a:hover {
  color: var(--outono-primaria);
  transform: scale(1.2);
  transition: 0.8s;
}
#a-cidade .img-main-cidade {
  background: url(../img/cidade/img-cidade.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  height: 100%;
}
#a-cidade .content-cidade {
  background: var(--outono-primaria);
  width: 110% !important;
  color: var(--light);
  margin-left: -60px;
  padding: 1rem 3rem 0.1rem 3rem;
  position: relative;
}
#a-cidade .content-cidade a {
  font-weight: 500;
}
#a-cidade .content-cidade a:hover {
  color: var(--verao-primaria);
  transform: scale(1.2);
  transition: 0.8s;
}
#a-cidade .list-itens-links {
  color: var(--light);
  margin: -20% 0 13% 15%;
}

/*** FIM A CIDADE ***/
/*** CONTATO ***/
#contato {
  padding: 1rem 0;
  margin-bottom: 0 !important;
}
#contato .justify-content-center {
  justify-content: center !important;
  margin: 0 auto !important;
  text-align: center;
}
#contato i {
  padding: 0 0 25px 0 !important;
}
#contato .main-title h1 {
  margin: 0 auto -9px auto !important;
  color: var(--light);
  text-align: center;
  font-size: 3rem;
}
#contato .main-title h3 {
  line-height: 10px;
  margin-bottom: 8px !important;
  color: var(--light);
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .main-title .subfrase {
  width: 90% !important;
  padding: 15px 5px 1px 5px;
}
#contato .main-title p {
  color: var(--inverno-primaria);
  background: var(--light);
  font-weight: bold !important;
  text-align: center;
  width: 50%;
  padding: 10px 15px;
  margin: -18px auto 0 auto;
}
#contato .bt-contato {
  margin: 5rem 0 3rem 0;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato i {
  color: var(--light) !important;
  padding: 0 0 25px 0 !important;
  transform: scale(1.2) !important;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px !important;
  font-size: 3rem;
  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: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .bt-contato h3 {
  color: var(--light) !important;
  font-family: var(--menu-font);
  line-height: 10px;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
  margin-bottom: 4px !important;
}
#contato .bt-contato p {
  font-family: var(--content-font);
  font-size: 1rem;
  font-weight: bold !important;
  font-stretch: semi-condensed;
  font-style: normal;
  color: var(--light);
  text-align: center;
  text-shadow: rgba(5, 71, 131, 0.8) 1px 1px 5px;
}
#contato .bt-contato:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .bt-contato:hover i, #contato .bt-contato:hover h1, #contato .bt-contato:hover p {
  transition: 0.8s;
  color: var(--verao-primaria) !important;
}
#contato .mapa {
  margin-bottom: 15px;
}
#contato iframe {
  width: 95% !important;
}

/*** FIM CONTATO ***/
/*** DEFINIÇÕES MOBILE ***/
@media (max-width: 575px) {
  .ocultar-mobile {
    display: none !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  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-size: 1rem !important;
  }
  .title-module {
    font-weight: 500 !important;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.5rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.5rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  img {
    width: 100% !important;
    margin: 0 0 0px 0px !important;
  }
  .mobile-politica {
    margin: 0 3% !important;
  }
  #empresa {
    background: var(--primary) !important;
    background-attachment: fixed;
    background-size: contain !important;
  }
  #empresa .galeria-mini img {
    width: 95% !important;
    margin: 0 10px 10px 10px !important;
    border: solid 2px #fff !important;
  }
  /*** PRODUTOS ***/
  #produtos .galeria-mini a img {
    height: 320px;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade .img-fluid-no-fill {
    width: 100%;
    margin-left: 0;
    height: auto !important;
  }
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 30% !important;
  }
  #sustentabilidade .img-right {
    margin-right: 0 !important;
  }
  #sustentabilidade .bloco-right {
    padding: 0;
  }
  #sustentabilidade .bloco-right h1 {
    padding-top: 10%;
  }
  #sustentabilidade .bloco-right h3 {
    padding: 5% 0 0 0;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-right hr {
    width: 15%;
    color: var(--light);
    margin: 1.5rem 10px 0 -25px;
    float: left;
    opacity: 1;
  }
  #sustentabilidade .bloco-right .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 10px 10px 0;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-right: solid 5px var(--light);
    border-radius: 0 100% 100% 0;
    margin-top: 10%;
  }
  #sustentabilidade .bloco-left {
    padding: 0 !important;
  }
  #sustentabilidade .bloco-left h1 {
    padding-top: 10%;
    padding-right: 0;
    text-align: center !important;
    width: 100%;
    font-size: 1.7rem !important;
  }
  #sustentabilidade .bloco-left h3 {
    padding: 3% 0 0 5%;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-left hr {
    margin: 1rem -20px 0 10px !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 24px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 0 10px 10px;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-left: solid 5px var(--light);
    border-radius: 100% 0 0 100%;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    display: block;
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato span {
    padding-left: 25px;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 3.5% 10px 0 0 !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    margin: 0 auto 0 auto !important;
    width: 86%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 576px) and (max-width: 767px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .galeria-mini a img {
    height: 320px;
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 768px) and (max-width: 991px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
/*** FIM DEFINIÇÕES MOBILE ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article h4 {
    font-size: 1.5rem;
  }
  #sustentabilidade article p {
    font-size: 0.9rem;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 25% 0 25% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-right: -10% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato h1 {
    font-size: 2.5rem;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 4.5% 10px 0 -89px !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 87%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 1200px) {
  .ocultar-pc {
    display: none !important;
  }
}
@font-face {
  font-family: "News702";
  src: url("fonts/NEW702N.TTF") format("truetype");
}
@media (max-width: 575px) {
  :root {
    overflow-x: hidden !important;
  }
  /*** NAVBAR ***/
  .navbar-brand {
    margin-right: -20px !important;
  }
  .main-logo {
    margin: 0 !important;
    width: 35% !important;
    transition: 0.5s;
    transform: scale(1);
    position: absolute;
    left: 0 !important;
  }
  .navbar-nav {
    background: var(--dark-transparent);
    padding-top: 20px;
  }
  .navbar .navbar-nav .nav-link {
    transition: 0.5s;
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 0 30px !important;
    text-transform: uppercase;
    outline: none;
    border-bottom: none !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: var(--verao-primaria);
    background: var(--light-transparent);
    border-top: none !important;
    transition: 0.8s;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: var(--verao-primaria);
    transition: 0.8s;
    background: var(--light-transparent);
  }
  .main-logo:hover {
    transition: 0.5s;
    transform: scale(1.01);
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: var(--primavera-primaria);
    border: 1px solid transparent;
    border-radius: 6px;
    transition: box-shadow 0.15s ease-in-out;
    position: absolute !important;
    right: 0 !important;
    top: 3.5rem !important;
  }
  .bg-navbar .back-to-top {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .back-to-top a {
    font-family: var(--menu-font);
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    z-index: 99;
    background: transparent !important;
    color: var(--light);
    transition: 0.5s !important;
    padding: 14px 15px 10px 10px;
    border: solid 2px var(--light);
    border-radius: 10px;
    text-decoration: none;
    margin: 1rem 0 1rem 2rem;
  }
  /*** NAVBAR END ***/
  /*** MAIN BANNER ***/
  .carousel-inner .bg-banner {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 300% !important;
  }
  .img-banner {
    display: none !important;
  }
  .content-title-slide {
    margin-top: 25%;
    margin-right: 12.3333% !important;
    margin-left: 12.3333% !important;
  }
  .content-title-slide h1 {
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .content-title-slide h2 {
    margin-top: 0;
    font-size: 2.1rem;
    font-weight: 100 !important;
    width: 100%;
    text-align: center;
  }
  .content-title-slide p {
    font-family: var(--banner-subtitle) !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem;
    color: var(--light) !important;
    font-weight: 300 !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    background: transparent;
    margin: 20px 15% 0 15%;
    padding: 20px 20px 20px 20px;
    border-top: solid 2px var(--light);
    border-right: solid 2px var(--light);
    border-bottom: solid 2px var(--light);
    border-left: solid 2px var(--light);
  }
  .content-title-slide-sub {
    font-size: 1rem !important;
    line-height: 1.3rem;
    font-weight: 700 !important;
    text-align: right;
    padding: 15px 15px 5px 15px;
    margin-left: 12.33333% !important;
    margin-right: 12.33333%;
  }
  .content-title-slide-b {
    margin-top: 20%;
    margin-right: 12.3333% !important;
    margin-left: 12.3333% !important;
  }
  .content-title-slide-b h1 {
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .content-title-slide-b h2 {
    margin-top: 0;
    font-size: 2.1rem;
    font-weight: 100 !important;
    width: 100%;
    text-align: center;
  }
  .content-title-slide-b p {
    font-family: var(--banner-subtitle) !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem;
    color: var(--light) !important;
    font-weight: 300 !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    background: transparent;
    margin: 20px 15% 0 15%;
    padding: 20px 20px 20px 20px;
    border-top: solid 2px var(--light);
    border-right: solid 2px var(--light);
    border-bottom: solid 2px var(--light);
    border-left: solid 2px var(--light);
  }
  .content-title-slide-b-sub {
    font-size: 1rem !important;
    line-height: 1.3rem;
    font-weight: 700 !important;
    text-align: right;
    padding: 15px 15px 5px 15px;
    margin-left: 12.33333% !important;
    margin-right: 12.33333% !important;
  }
  .content-title-slide-b-a {
    margin-right: 12% !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    color: var(--light) !important;
    background-color: transparent;
    border: 0 solid var(--light);
    border-radius: 3rem;
  }
  /*** MAIN BANNER END***/
  /*** A POUSADA ***/
  #a-pousada .img-main-pousada {
    display: none !important;
  }
  #a-pousada h1 {
    margin-bottom: -9px;
    margin-left: 45%;
  }
  #a-pousada h2 {
    padding: 2rem 1rem 1rem 1rem;
    margin: 35% 0 0 -34%;
    text-align: center;
    width: 80%;
  }
  #a-pousada .img-main-pousada {
    width: 50%;
    height: 200px;
    border-left: var(--light) solid 5px;
    border-bottom: var(--light) solid 5px;
    padding: 0 0 8px 8px !important;
    margin-top: 0 !important;
  }
  #a-pousada .content-pousada {
    width: 107% !important;
    margin-left: -12px;
    padding: 1rem 1.5rem 0.1rem 1.5rem;
  }
  #a-pousada .list-itens-quarto {
    margin: -30% 0 45% 30%;
  }
  /*** FIM A POUSADA ***/
  /*** DEFINIÇÕES GALERIA DE IMAGENS ***/
  .galeria-main {
    margin-top: -7rem !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 -25px !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 ***/
  /*** A CIDADE ***/
  #a-cidade h1 {
    margin-bottom: -8px;
    margin-left: 53%;
  }
  #a-cidade h2 {
    padding: 6rem 1rem 1rem 1rem;
    margin: 13% 0 0 65%;
    width: 70%;
  }
  #a-cidade a {
    color: var(--light);
    transform: scale(1) !important;
    transition: 0.8s;
    font-weight: 700 !important;
  }
  #a-cidade a:hover {
    color: var(--outono-primaria);
    transform: scale(1.2);
    transition: 0.8s;
  }
  #a-cidade .img-main-cidade {
    display: none !important;
  }
  #a-cidade .content-cidade {
    margin-left: -13px;
    width: 107% !important;
    padding: 1rem 1.5rem 0.1rem 1.5rem;
  }
  #a-cidade .list-itens-links {
    margin: -25% 0 35% 3% !important;
  }
  /*** FIM A CIDADE ***/
  /*** CONTATO ***/
  #contato .main-title p {
    color: var(--inverno-primaria);
    background: var(--light);
    font-weight: bold !important;
    text-align: center;
    width: 90%;
    padding: 10px 15px;
    margin: -14px auto 0 auto;
  }
  #contato .main-title h3 {
    margin-bottom: 4px !important;
  }
  /*** FIM CONTATO ***/
  /*** FOOTER ***/
  .footer .main-logo-footer {
    width: 75% !important;
  }
  .footer .copyright p {
    font-size: 0.8rem !important;
  }
  /*** FIM FOOTER ***/
}
@media (min-width: 820px) and (max-width: 1180px) {
  /*** NAVBAR ***/
  .navbar-brand {
    margin-right: -20px !important;
  }
  .main-logo {
    margin: 0 !important;
    width: 18% !important;
    transition: 0.5s;
    transform: scale(1);
    position: absolute;
    left: 0 !important;
  }
  .navbar-nav {
    background: var(--dark-transparent);
    padding-top: 20px;
  }
  .navbar .navbar-nav .nav-link {
    transition: 0.5s;
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 0 30px !important;
    text-transform: uppercase;
    outline: none;
    border-bottom: none !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: var(--verao-primaria);
    background: var(--light-transparent);
    border-top: none !important;
    transition: 0.8s;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: var(--verao-primaria);
    transition: 0.8s;
    background: var(--light-transparent);
  }
  .main-logo:hover {
    transition: 0.5s;
    transform: scale(1.01);
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: var(--primavera-primaria);
    border: 1px solid transparent;
    border-radius: 6px;
    transition: box-shadow 0.15s ease-in-out;
    position: absolute !important;
    right: 0 !important;
    top: 3.5rem !important;
  }
  .bg-navbar .back-to-top {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .back-to-top a {
    font-family: var(--menu-font);
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    z-index: 99;
    background: transparent !important;
    color: var(--light);
    transition: 0.5s !important;
    padding: 14px 15px 10px 10px;
    border: solid 2px var(--light);
    border-radius: 10px;
    text-decoration: none;
    margin: 1rem 0 1rem 2rem;
  }
  /*** NAVBAR END ***/
  /*** MAIN BANNER ***/
  .carousel-inner .bg-banner {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 300% !important;
  }
  .img-banner {
    display: none !important;
  }
  .content-title-slide {
    width: 75% !important;
    margin-top: 25%;
    margin-right: 12.3333% !important;
    margin-left: 12.3333% !important;
  }
  .content-title-slide h1 {
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 2.9rem;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .content-title-slide h2 {
    margin-top: 0;
    font-size: 2.9rem;
    font-weight: 100 !important;
    width: 100%;
    text-align: center;
  }
  .content-title-slide p {
    font-family: var(--banner-subtitle) !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem;
    color: var(--light) !important;
    font-weight: 300 !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    background: transparent;
    margin: 20px 15% 0 15%;
    padding: 20px 20px 20px 20px;
    border-top: solid 2px var(--light);
    border-right: solid 2px var(--light);
    border-bottom: solid 2px var(--light);
    border-left: solid 2px var(--light);
  }
  .content-title-slide-sub {
    font-size: 1rem !important;
    line-height: 1.3rem;
    font-weight: 700 !important;
    text-align: right;
    padding: 15px 15px 5px 15px;
    width: 75%;
    margin-left: 12.33333% !important;
    margin-right: 12.33333%;
  }
  .content-title-slide-b {
    margin-top: 25%;
    margin-right: 12.3333% !important;
    margin-left: 12.3333% !important;
    width: 75.5%;
  }
  .content-title-slide-b h1 {
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 2.9rem;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .content-title-slide-b h2 {
    margin-top: 0;
    font-size: 2.9rem;
    font-weight: 100 !important;
    width: 100%;
    text-align: center;
  }
  .content-title-slide-b p {
    font-family: var(--banner-subtitle) !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem;
    color: var(--light) !important;
    font-weight: 300 !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    background: transparent;
    margin: 20px 15% 0 15%;
    padding: 20px 20px 20px 20px;
    border-top: solid 2px var(--light);
    border-right: solid 2px var(--light);
    border-bottom: solid 2px var(--light);
    border-left: solid 2px var(--light);
  }
  .content-title-slide-b-sub {
    font-size: 1rem !important;
    line-height: 1.3rem;
    font-weight: 700 !important;
    text-align: right;
    padding: 15px 15px 5px 15px;
    margin-left: 12.33333% !important;
    margin-right: 12.33333% !important;
  }
  .content-title-slide-b-a {
    margin-right: 12% !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    color: var(--light) !important;
    background-color: transparent;
    border: 0 solid var(--light);
    border-radius: 3rem;
  }
  /*** MAIN BANNER END***/
  /*** A POUSADA ***/
  #a-pousada {
    background: url(../img/bg-pousada.webp);
    background-attachment: fixed;
    background-size: cover;
    margin-top: -20px !important;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  }
  #a-pousada h1 {
    font-family: var(--banner-title) !important;
    color: var(--light);
    margin-bottom: -8px;
    margin-left: 40%;
  }
  #a-pousada h2 {
    font-family: var(--banner-title) !important;
    background: var(--primavera-secundaria);
    padding: 3rem 0.5rem 0.5rem 0.5rem;
    color: var(--light);
    font-size: 2rem;
    transform: rotate(-90deg);
    margin: -56% 0 0 -26%;
    text-align: center;
    width: 70%;
  }
  #a-pousada .img-main-pousada {
    background: url(../img/pousada/original-17.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
    height: 650px;
    border-left: var(--light) solid 5px;
    border-bottom: var(--light) solid 5px;
    padding: 0 0 8px 8px !important;
  }
  #a-pousada .content-pousada {
    background: var(--primavera-secundaria);
    width: 120% !important;
    color: var(--light);
    margin-left: -12px;
    padding: 1.5rem 2.5rem 0.1rem 2.5rem;
    position: relative;
  }
  #a-pousada .list-itens-quarto {
    color: var(--light);
    margin: -27% 0 18% 12%;
  }
  #a-pousada .galeria-main {
    margin-left: 2rem !important;
  }
  /*** FIM A POUSADA ***/
  /*** A CIDADE ***/
  #a-cidade h1 {
    margin-bottom: -8px;
    margin-left: 53%;
  }
  #a-cidade h2 {
    padding: 6rem 1rem 1rem 1rem;
    margin: 13% 0 0 65%;
    width: 70%;
  }
  #a-cidade a {
    color: var(--light);
    transform: scale(1) !important;
    transition: 0.8s;
    font-weight: 700 !important;
  }
  #a-cidade a:hover {
    color: var(--outono-primaria);
    transform: scale(1.2);
    transition: 0.8s;
  }
  #a-cidade .content-cidade {
    margin-left: -55px;
    width: 118% !important;
    padding: 1.5rem 2.5rem 0.1rem 2.5rem;
  }
  #a-cidade .list-itens-links {
    margin: -30% 0 35% 3% !important;
  }
  #a-cidade .list-itens-links p {
    font-size: 1.1rem;
  }
  /*** FIM A CIDADE ***/
  /*** CONTATO ***/
  #contato .mt-5 {
    margin-top: 4rem !important;
    margin-bottom: -10px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #contato .main-title h1 {
    margin: 0 auto -14px auto !important;
  }
  #contato .main-title p {
    color: var(--inverno-primaria);
    background: var(--light);
    font-weight: bold !important;
    text-align: center;
    width: 90%;
    padding: 10px 15px;
    margin: -14px auto 0 auto;
  }
  #contato .main-title h3 {
    margin-bottom: 7px !important;
  }
  /*** FIM CONTATO ***/
  /*** FOOTER ***/
  .footer h2 {
    font-size: 1.5rem;
  }
  .footer .main-logo-footer {
    width: 75% !important;
  }
  .footer .copyright p {
    font-size: 0.8rem !important;
  }
  /*** FIM FOOTER ***/
}
@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-pousada .mt-5 {
    margin-top: 7rem !important;
  }
  #a-pousada h2 {
    padding: 6rem 0.5rem 0.5rem 0.5rem;
    font-size: 2rem;
    margin: -45% 0 0px -12%;
    text-align: center;
    width: 40%;
  }
  #a-pousada .list-itens-quarto {
    margin: -17% 0 13% 15%;
  }
  #a-cidade {
    padding: 6rem 0.5rem 0.5rem 0.5rem;
    margin: 10% 0 5% 72.5%;
    width: 40%;
  }
}
/*** NAVBAR ***/
.main-logo {
  transition: 0.8s;
  transform: scale(1);
  width: 30%;
  background: var(--light);
  padding: 5px;
  box-shadow: var(--dark-transparent) 2px 2px 2px;
  margin-left: -20.5rem;
  z-index: 9999 !important;
}

.main-logo:hover {
  transition: 0.8s;
  transform: scale(1.1);
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
  margin: 1% 0;
}

.nav-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  margin: 20px 0 15px 0;
}

.navbar-toggler-icon2 {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../img/ico-menu-mobile.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
  padding: 1rem;
  margin: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0 !important;
  border-radius: 6px;
}

.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/** Mobile Button **/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--light);
}

/*** NAVBAR ITENS ***/
.navbar .navbar-nav .nav-link {
  transition: 0.5s;
  margin-right: 20px;
  padding: 3px 10px;
  color: var(--light);
  font-family: var(--menu-font);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  text-shadow: var(--dark) 2px 2px 2px;
  text-transform: uppercase;
  outline: none;
  border-top: solid 3px transparent;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--verao-primaria);
  border-top: solid 3px var(--verao-primaria);
  transition: 0.8s;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--verao-primaria);
  transition: 0.8s;
}

/*** Menu Fixed top ***/
.bg-navbar {
  background: var(--dark-transparent);
  transition: 0.5s;
}
.bg-navbar .back-to-top {
  margin-top: 10px;
}
.bg-navbar .main-logo {
  transition: 0.5s;
  transform: scale(1);
}
.bg-navbar .main-logo:hover {
  transition: 0.5s;
  transform: scale(1.05);
}
.bg-navbar .navbar .navbar-nav .nav-link {
  margin-right: 5px;
  margin-top: 10px;
  padding: 3px 10px;
  color: var(--light);
  font-family: var(--menu-font);
  font-size: 1.4rem;
  font-weight: 400;
  text-shadow: var(--dark) 2px 2px 2px;
  text-transform: uppercase;
  outline: none;
}
.bg-navbar .navbar .navbar-nav .nav-link:hover, .bg-navbar .navbar .navbar-nav .nav-link.active {
  color: var(--verao-primaria);
  transition: 0.5s;
}

.navbar .nav-item .dropdown-menu {
  display: block;
  visibility: hidden;
  top: 100%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  transition: 0.5s;
  opacity: 0;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/*** BOTÃO VOLTAR AO TOPO ***/
.back-to-top a {
  display: none;
  font-family: var(--menu-font);
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  z-index: 99;
  background: transparent !important;
  color: var(--light);
  transition: 0.5s !important;
  padding: 0 0 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: var(--dark) 2px 2px 2px;
}
.back-to-top i {
  color: var(--light) !important;
  font-weight: bolder !important;
  transition: 0.5s !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  text-shadow: var(--dark) 2px 2px 2px;
}

.back-to-top:hover a {
  color: var(--verao-primaria) !important;
  background: transparent !important;
  transform: scale(1) !important;
  transition: 0.5s !important;
}
.back-to-top:hover i {
  color: var(--verao-primaria) !important;
  transition: 0.5s !important;
}

/*** FIM BOTÃO VOLTAR AO TOPO ***/
/*** DEFINIÇÕES MOBILE ***/
/*
@media (max-width: 575px){
    .navbar .navbar-nav .nav-link:hover{
        border-bottom: solid 2px transparent !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-logo {
        width: 50%;
    }

    .navbar .navbar-nav .nav-link:hover{
        border-bottom: solid 2px transparent !important;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 5px;
        margin-top: 0px;
        padding: 0 10px;
    }

    .bg-navbar .navbar .navbar-nav .nav-link {
        margin-right: 5px;
        margin-top: 0px;
        padding: 3px 10px;
    }
*/
/*** BOTÃO VOLTAR AO TOPO ***/
/*

    .back-to-top {  
        margin-left: 10px;
    }   
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-logo {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 5px;
        margin-top: 0px;
        padding: 0 10px;
    }

    .bg-navbar .navbar .navbar-nav .nav-link {
        margin-right: 5px;
        margin-top: 0px;
        padding: 3px 10px;
    }
*/
/*** BOTÃO VOLTAR AO TOPO ***/
/*
    .back-to-top {  
        margin-left: 10px;
    }   
}
    */
/*** FIM DEFINIÇÕES MOBILE ***/
/*** FIM NAVBAR ***//*# sourceMappingURL=navbar.css.map */