/* CSS Document */
@import url("fonts/estilos-fontes.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*fontes*/
/*Type RD*/ html {
  font-size: 1rem !important;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(1rem + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1rem !important;
  }
}
/*Type RD*/
html {
  overflow-x: hidden;
  /*scroll-behavior: smooth;*/
}
.main {
  width: 100%;
  height: 100%;
  /*position: relative;*/
}
body, html {
  height: 100%;
  width: 100%;
}
body {
  font-weight: normal;
  font-style: normal;
  background: #111;
  color: white;
  font-size: 1rem;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: 'Milo Offc';
  font-weight: normal;
  letter-spacing: 3px;
}
p {
  font-family: 'Milo Offc';
}
:root {
  --cor-01: #003366;
  --cor-02: #976d1a;
  font-size: 16px;
}
.bg-cor-pri {
  background: var(--cor-01);
}
.bg-cor-sec {
  background: var(--cor-02);
}
a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
}
.offcanvas {
  background: #555 url("../imgs/bgs/bg-08.jpg") no-repeat 0 0;
  background-size: cover;
  border-right: 3px solid white !important;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.5);
  max-width: 330px;
}
.offcanvas .btn-close {
  background: url("../imgs/btn-close-white.svg") no-repeat center center;
  background-size: 16px;
}
.offcanvas-header {
  background: var(--cor-02);
  line-height: 1.1;
}
.offcanvas h5 {
  border-bottom: 1px solid white;
  border: none;
}
.offcanvas nav {
  margin: 0 auto;
}
.offcanvas .nav-link {
  color: white;
  transition: all .3s;
}
.offcanvas .nav .nav-item .nav-link,
.offcanvas .dropdown-toggle::after {
  font-size: 1.4rem;
  font-family: 'Milo Offc';
  font-weight: normal;	
}
.offcanvas .nav-link {
	border: 1px solid transparent !important;
	border-bottom: 1px solid rgba(255,255,255,.5)!important;	
}
.offcanvas .nav-link:hover {
	color: white;
	border-bottom: 1px solid #976d1a !important;
}
.offcanvas .offcanvas-body {
  background: rgba(0, 0, 0, .35);
}
/*menu internas*/
.navbar {
  font-weight: 300;
}
.nav .nav-item {
  margin-bottom: 30px;
}
.nav .nav-item .nav-link {
	color: white;
	position: relative;
	padding: 5px 20px;
	font-weight: 500;
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)) no-repeat;
	background-size: 0% 100%;
	transition: background-size 0.4s ease;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}
.nav .nav-item .nav-link span {
  padding-right: 15px;
}
.nav .nav-item .nav-link:hover,
.nav .nav-item .nav-link:focus {
	/*transform: scale(1.1);*/
	background-size: 100% 100%;	
}

/*dropdown*/
.dropdown-menu {
  position: relative;
  border-radius: 0;
  background: transparent;
  width: 100%;
  margin-left: 15px;
  border: none;
}
.dropdown-menu.show {
  display: block;
  margin-top: 0px;
  max-width: 200px;
}
.dropdown-toggle:after {
  content: '\F282' !important;
  font-family: "bootstrap-icons";
  border: none;
  font-size: 18px;
  vertical-align: -.1rem;
}
.dropdown-menu .dropdown-item {
  color: white;
  text-shadow: 1px 1px 2px black;
  text-transform: uppercase;
  border: 1px solid white;
  transition: all .25s;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: var(--cor-02);
  color: #FFF;
}
/* Backgrounds */
.home-01 {
  background: #111 url("../../assets/imgs/bgs/bg-home-02.jpg") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  touch-action: auto;
}
.zoom {
  animation: zoom 2s infinite 1s alternate;
}
.zoom2 {
  animation: zoom2 3s infinite 2s alternate;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.25) rotate(7deg);
  }
}
.legendas-internas {
  position: relative;
}
.legendas-internas span {
  position: fixed;
  bottom: 15px;
  left: 10px;
  text-shadow: 1px 1px 2px black;
  font-size: .75rem !important;
  background: rgba(0, 0, 0, .25);
  padding: 0px 5px;
}
.btn-rolar {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  font-size: 1.75rem;
  transition: .35s all;
  border-radius: 50%;
  border: 2px solid white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-rolar:hover {
  background: var(--cor-02);
  transform: scale(1.1);
}
#pp-nav {
  display: none;
}
@media (min-width: 1300px) {
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: end !important;
  }
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  min-width: 4rem;
}
/* section 03 conforto */
.nav-pills .nav-link {
  transition: all .5s;
  color: rgba(153, 102, 51, 1);
  background: rgba(255, 255, 255, .75);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
  color: #fff !important;
  background: rgba(173, 140, 80, 1);
}
.nav-pills .nav-link:hover {
  color: #fff !important;
  background: rgba(173, 140, 80, 1);
}
/* Breadcrumb */
.breadcrumb {
  background-color: var(--cor-02);
  text-transform: uppercase;
  font-size: 65%;
  /*margin: 5px 10px 10px 0;*/
  position: fixed;
  padding: 6px 6px 6px 16px;
  /*border-left: 10px solid rgb(0, 0, 0);*/
  z-index: 11;
  color: rgba(255, 255, 255, .5);
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-bottom-left-radius: 15px;
  right: 0;
}
.breadcrumb-item.active {
  color: white;
  font-size: 12px;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  color: white;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .25);
  font-size: 12px;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item + .breadcrumb-item:last-of-type:before {
  content: var(--bs-breadcrumb-divider, "");
}
.breadcrumb-item + .breadcrumb-item:last-of-type {
  padding-left: 25px;
}
/* box legenda foto */
.box-bg-legenda-foto {
  /*position: relative;*/
}
.box-bg-legenda-foto span {
  position: absolute;
  bottom: 30px;
  left: 15px;
  font-size: .65rem;
  text-shadow: 1px 1px 1px black;
  color: white;
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 100 !important;
}
.box-bg-legenda-foto span.vertical {
  text-align: left;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
/* VenoBox */
.vbox-container {
  overflow-y: auto;
}
.vbox-overlay {
  background: rgba(0, 31, 0, 0.5);
}
.vbox-next, .vbox-prev {
  /*background: rgba(255, 255, 255, 0.5);*/
  border-radius: 50%;
  transition: all .25s;
}
.vbox-next:hover, .vbox-prev:hover {
  background: var(--cor-02) !important;
  transform: scale(1.1);
}
.vbox-next span {
  right: 18px;
  top: 15px;
}
.vbox-prev span {
  left: 18px;
  top: 15px;
}
.vbox-title {
  /*font-size: 15px;*/
  text-transform: uppercase;
  background: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: white !important;
  font-weight: 300;
  text-overflow: inherit;
  white-space: normal;
}
.vbox-close {
  /*font-size: 2rem;*/
  background: transparent;
  /*border-bottom-left-radius: 5px;*/
  color: white;
}
.vbox-left {
  background: var(--cor-02) !important;
  /*border-bottom-right-radius: 15px;*/
  padding-right: 10px;
}
.vbox-num {
  background: var(--cor-02) !important;
  color: white !important;
}
.vbox-next span, .vbox-prev span {
  width: 14px !important;
  height: 14px !important;
  /*border: 2px solid transparent;*/
}
.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
  height: 89vh;
}
.vbox-child img {
  max-height: 800px;
}
.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio: calc(9 / 16* 100%);
  max-width: calc(min(var(--vbox-max-width), (98vh - 90px)* 16 / 9));
}
.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-width: 100%;
  max-height: calc(100vh - 130px);
}
/* VenoBox FIM */
/* animate custom */
.fadeInLeft, .fadeInRight, .fadeInDown, .fadeInUp {
  animation-duration: 3s;
}
.animated.delay-7s {
  animation-delay: 7s;
}
.animated.delay-8s {
  animation-delay: 8s;
}
.animated.delay-9s {
  animation-delay: 9s;
}
/*SR*/
/* extension */
.sr .scroller, .sr .slideUp, .sr .slideDown, .sr .slideLeft, .sr .slideRight {
  visibility: hidden;
}
/*media queries */
@media (max-width: 1366px) and (max-height: 768px) {
  .vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
    max-width: 990%;
    max-height: calc(98vh - 100px);
  }
}
@media (max-width: 1024px) {
  #pagepiling {
    overflow-y: auto !important;
  }
  .box-table .pp-tableCell {
    padding: 60px;
  }
  .nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
  .box-bg-legenda-foto span.down {
    right: 25%;
  }
  .box-bg-legenda-foto span.down.cadeira {
    right: 25%;
  }
  .btn-rolar.down {
    display: none;
  }
}
@media screen and (min-height: 1000px) and (orientation:landscape) {
  .logo-rjz {
    margin-top: 10%;
  }
}
@media (max-width: 992px) {}
@media (max-width: 768px) {
  .home-01 {
    background: #111 url("../../assets/imgs/bgs/bg-home-02.jpg") no-repeat right 10% center fixed;
  }
  .vbox-title {
    height: auto;
    line-height: 18px;
  }
  .vbox-child.vbox-inline, .vbox-child.venoratio {
    max-width: 95%;
  }
  .box-bg-legenda-foto span.down {
    right: 26%;
    bottom: 5%;
    font-size: 1rem;
  }
  .box-bg-legenda-foto span.down.cadeira {
    right: 33%;
  }
  .offcanvas .nav .nav-item .nav-link, .offcanvas .dropdown-toggle::after {
    font-size: 1rem;
  }
  .offcanvas {
    max-width: 85%;
  }
  .alinhamento {
    margin-top: 0%;
    margin-left: 0%;
  }
  .btn-rolar {
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
  .vbox-child.vbox-inline, .vbox-child.venoratio {
    max-width: 100%;
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .mx-mob-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nav-pills {
    height: auto;
  }
  .nav-pills .nav-item:first-of-type {
    margin-top: 20px;
  }
  .nav-pills .nav-item:last-of-type {
    margin-bottom: 20px;
  }
  .mt-4, .my-5, .mt-5, .my-5 {
    margin-top: 1rem !important;
  }
  .box-table .pp-tableCell {
    padding: 30px;
  }
  .legenda.desktop {
    display: none;
  }
  .legenda.mobile {
    display: block;
  }
  p.legenda {
    line-height: 85%;
  }
  .nav .nav-item {
    padding: .15rem !important;
    margin-bottom: 10px;
  }
  .nav .nav-item .nav-link {
    display: inline-block;
    font-size: 1em;
  }
  .box-bg-legenda-foto span.down {
    right: 25%;
    bottom: 1.5%;
    margin-bottom: 0%;
    font-size: .85rem;
  }
  .box-texto1 {
    line-height: 1.50rem !important;
  }
  .box-texto2 {
    font-size: .75rem !important;
    max-width: 75%;
    background: rgba(255, 255, 255, .50);
  }
  .box-bg-legenda-foto span.down {
    font-size: .85rem;
  }
  .logo-rjz {
    min-width: auto;
  }
}
@media (max-width: 420px) {
  .breadcrumb {
    font-size: 50%;
  }
  .breadcrumb-item.active {
    font-size: 10px;
  }
}