/* 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-family: 'Brandon Grotesque';
  font-weight: normal;
  font-style: normal;
  background: #222;
  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;
  letter-spacing: 3px;
  font-weight: 500;
  ;
}
p {
  letter-spacing: 1px;
  font-size: .9rem;
  line-height: 1.85rem;
  font-weight: normal;
}
:root {
  --cor-01: #008297;
  --cor-02: #A16444;
  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: var(--cor-01) url("../imgs/bgs/bg-folha.webp") no-repeat center center;
  background-size: cover;
  border-right: 3px solid white !important;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.5);
  max-width: 300px;
}
.offcanvas-header {
  background: var(--cor-02);
}
.offcanvas h5 {
  border-bottom: 1px solid white;
  font-weight: bold;
  border: none;
}
.offcanvas nav {
  margin: 0 auto;
}
.offcanvas .nav-link {
  color: rgba(255, 255, 255, .6);
  transition: all .3s;
  ;
}
.offcanvas .nav .nav-item .nav-link, .offcanvas .dropdown-toggle::after {
  font-size: 1rem;
}
.offcanvas .nav-link:before {
  /*content: " • ";*/
}
.offcanvas .nav-link:hover {
  color: white;
  background: rgba(0, 0, 0, .25);
}
.offcanvas .offcanvas-body {
  background: rgba(0, 0, 0, .35);
}
.fixed-bottom {
  bottom: -5px;
}
/*menu internas*/
.nav .nav-item {
  /*text-align: right;*/
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);*/
  margin-bottom: 25px;
}
.nav .nav-item .nav-link {
  border: 1px solid white;
  border-radius: 30px;
  /*text-align: center;*/
  /*display: inline-block;*/
  transition: all .5s;
  font-size: 1.35em;
  /*background: rgba(255,255,255,1);*/
  color: var(--cor-02);
  color: white;  
  position: relative;
  padding: 10px 20px;
  display: inline-block;
}
.nav .nav-item .nav-link {
  /*background: url("../../assets/imgs/bgs/bg-menu2.jpg") no-repeat center bottom 25%;
	background-size: cover;
	border: 1px solid white;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
	display: inline-block;
	transition: all .5s;
	font-size: 1.75em;
	color: white;
	font-weight: 300;
	position: relative;
	letter-spacing: 3px;
	font-family: 'Coco Gothic';*/
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);*/
}
.nav .nav-item .nav-link:hover:after {
  /*content: url("../imgs/complemento-botao.png");
	width: 39px;
	height: 71px;
	position: absolute;
	right: -37px;
	top: 0;
	opacity: 1;*/
}
.nav .nav-item .nav-link:hover, .nav .nav-item .nav-link:focus {
  /*background: var(--cor-02);*/
  background: rgba(255, 255, 255, .75);
  color: black;
  transform: scale(1.05);
  /*filter: brightness(150%);
	transform: scale(1.15);*/
  ;
}
.nav .nav-item .nav-link.gold:hover, .nav .nav-item .nav-link.gold:focus {
  background: var(--cor-02);
  color: white !important;
}
/*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-bottom: 1px solid white;
  border-left: 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: #000000 url("../../assets/imgs/bgs/bg-home-pb.webp") no-repeat left center fixed;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  touch-action: auto;
}
.section-ox-park-design-by-edsa {
  background: url("../../assets/imgs/bgs/bg-folha.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  touch-action: auto;
  position: relative;
}
.section-ox-park-design-by-edsa h5 {
  line-height: 2.75rem;
}
.section-park-design {
  background: url("../../assets/imgs/bgs/bg-03.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  touch-action: auto;
  z-index: 1;
}
.section-park-design:before, .section-ox-park-design-by-edsa:before, .section-flexon:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .20;
  mix-blend-mode: multiply;
  z-index: 0;
}
.section-park-design-pd-by-edsa {
  background: url("../../assets/imgs/perspectivas/lazer/bg-park-design-op.webp") no-repeat center center fixed;
  background-size: cover !important;
  touch-action: auto;
  z-index: 1;
}
.section-park-design-pd-by-edsa a img {
  padding: 5px;
  transition: .35s all;
  background: white;
}
.section-park-design-pd-by-edsa a:hover img {
  transform: scale(1.05);
  position: relative;
  box-shadow: 0px 0px 5px white !important;
  z-index: 10;
}
.section-park-design-pd-by-edsa:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .30;
  mix-blend-mode: multiply;
  z-index: 0;
}
/*.fio {
  border-bottom: 1px solid var(--cor-02);
  display: block;
  max-width: 260px;
  margin: 0 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);
  }
}
.cont-mask {
  -webkit-filter: drop-shadow(-10px 0px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-10px 0px 10px rgba(0, 0, 0, 0.5));
}
.mask-img-01 {
  -webkit-clip-path: polygon(37.5% 0%, 100% 0%, 62.5% 100%, 0% 100%);
  clip-path: polygon(37.5% 0%, 100% 0%, 62.5% 100%, 0% 100%);
}
.botao-home a .cont-mask {
  transition: .25s all;
}
.botao-home a:hover .cont-mask {
  position: relative;
  /*padding: .25rem;
  //box-shadow: 0px 0px 5px 10px rgba(255, 255, 255, .25);*/
  z-index: 110 !important;
  transform: scale(1.1);
}
.botao-menu a img, .botao-home2 a img {
  transition: .25s all;
}
.botao-menu a:hover img {
  position: relative;
  /*padding: .1rem;*/
  /*box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, .9);*/
  z-index: 110 !important;
  transform: scale(1.1);
  filter: contrast(200%);
}
.botao-home2 a:hover img {
  position: relative;
  z-index: 110 !important;
  transform: scale(1.1);
  filter: brightness(130%);
}
.botao-home2 {
  margin-top: 25%;
}
.logo-ox {
  min-width: 300px;
  /*animation: zoom 3s infinite 3s alternate;*/
}
.ped-01 {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 0%;
  opacity: .5;
}
.ped-02 {
  position: absolute;
  z-index: 5;
  bottom: 0%;
  right: 0%;
  opacity: .5;
}
@keyframes example {
  /*from {opacity: 1;}
  to {opacity: 0;}*/
}
.Ox-open.after {
  display: none !important;
}
/* Ox*/
/* areas comuns */
.section-ox-areas-comuns {
  background: #111 url("../../assets/imgs/bgs/bg-creme.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-ox-areas-comuns .list-unstyled {
  text-align: left;
  color: black;
  font-size: 80%;
}
.section-ox-areas-comuns .list-unstyled .media {
  margin-bottom: 4px;
}
.section-ox-areas-comuns .list-unstyled .media .numero {
  background: #808080;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-ox-areas-comuns .list-unstyled .media .numero.on {
  background: var(--cor-02);
  /*background: #990000;*/
  color: white;
  font-weight: 300;
  text-shadow: 0 0 1px black;
}
.section-ox-areas-comuns .list-unstyled .media-body, .section-ox-areas-comuns .list-unstyled .media-body a {
  display: flex;
  align-items: center;
}
.section-ox-areas-comuns .list-unstyled .media-body span {
  display: block;
  padding: 0 3px;
  margin-left: 10px;
  color: black;
  font-weight: 500;
}
.section-ox-areas-comuns .list-unstyled .media-body a {
  /*display: inline-block;*/
  border-radius: 25px;
  color: black;
  transition: all .25s;
  padding-right: 10px;
  max-width: 300px;
}
.section-ox-areas-comuns .list-unstyled .media-body a:hover, .section-ox-areas-comuns .list-unstyled .media-body a:focus {
  color: white;
  background: var(--cor-02);
  /*background: #990000;*/
  text-decoration: none;
}
.section-ox-areas-comuns .list-unstyled .media-body a:hover span, .section-ox-areas-comuns .list-unstyled .media-body a:focus span {
  color: white;
}
.section-ox-areas-comuns .list-unstyled .media-body a:hover .numero.on, .section-ox-areas-comuns .list-unstyled .media-body a:focus .numero.on {
  border: transparent !important;
}
.box-card-info {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-radius: 10px;
}
.section-ox-seu-espaco {
  background: url("../../assets/imgs/bgs/bg-ox-park-design-seu-espaco.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  touch-action: auto;
  position: relative;
}
.section-ox-comodidades {
  background: #111 url("../imgs/bgs/bg-cuidamos-3.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  touch-action: auto;
  position: relative;
}
.section-ox-comodidades h4 {
  color: white;
  font-size: 1.5rem;
}
.section-ox-comodidades h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.section-ox-comodidades p {
  font-size: 1.1rem;
  line-height: inherit;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.box-imagens {
  position: relative;
}
.box-imagens a img {
  position: relative;
  z-index: 2;
}
.box-imagens a span {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: white;
}
.legendas-internas {
  position: relative;
}
.legendas-internas span {
  position: absolute;
  bottom: 15px;
  left: 10px;
  text-shadow: 1px 1px 2px black;
  font-size: .75rem !important;
  background: rgba(0, 0, 0, .25);
  padding: 0px 5px;
}
/*projeto*/
.section-ox-projeto {
  background: var(--cor-01) url("../../assets/imgs/bgs/bg-03.webp") no-repeat center center fixed;
  background-size: cover !important;
  position: relative;
}
.section-ox-projeto p {
  font-size: .75rem;
  line-height: inherit;
  font-weight: 300;
}
.font-redux {
  font-size: 75%;
}
/* rjz cyrela */
.section-rjz-01 {
  background: url("../../assets/imgs/bgs/bg-rjz-01.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-02 {
  background: url("../../assets/imgs/bgs/bg-02.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-03 {
  background: url("../../assets/imgs/bgs/bg-edsa-02-bahamas.webp") no-repeat right center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-04 {
  background: url("../../assets/imgs/bgs/bg-edsa-02-dubai.webp") no-repeat right center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-05 {
  background: url("../../assets/imgs/bgs/bg-edsa-02-vietna.webp") no-repeat right center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-06 {
  background: url("../../assets/imgs/bgs/bg-edsa-02-china.webp") no-repeat right center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-07 {
  background: url("../../assets/imgs/bgs/bg-03.webp") no-repeat center center fixed;
  background-size: cover !important;
}
.section-rjz-03 p, .section-rjz-04 p, .section-rjz-05 p, .section-rjz-06 p {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  font-size: .9rem;
  text-transform: uppercase;
}
.section-rjz-01 p {
  position: relative;
  font-size: .85em;
  letter-spacing: 4px;
  font-weight: 300;
}
.section-rjz-02 p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}
.section-rjz-07 p {
  font-size: .85rem;
  line-height: 1.75;
  position: relative;
}
.section-rjz-01 .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-rolar {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  font-size: 1.5rem;
  transition: .35s all;
  border-radius: 50%;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas .btn-close {
  ;
  background: url("../imgs/btn-close-white.svg") no-repeat center center;
  background-size: 16px;
}
.btn-rolar:hover {
  background: var(--cor-02);
  color: black !important;
}
#pp-nav {
  display: none;
}
/*flex on*/
.section-flexon {
  background: url("../../assets/imgs/bgs/bg-flexon.webp") no-repeat center right fixed;
  background-size: cover !important;
}
.section-flexon h4 {
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-flexon h5 {
  font-size: 1.15rem;
  font-weight: 500;
}
.section-flexon p {
  line-height: inherit;
  font-size: 1rem;
  color: white;
  font-weight: 300;
}
.box-flexon {
  margin-bottom: 30px;
}
.logo-flexon {
  margin-left: 22%;
}
@media (min-width: 1300px) {
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: end !important;
  }
}
@media (min-width: 769px) {
  .section-home-02 .vh-100.align-content-center {
    align-items: end !important;
  }
}
/**/
.titulo {
  /*font-size: 1rem;*/
  margin-bottom: 3px;
  font-style: normal;
}
.section-ox-cuidados {
  background: var(--cor-01) url("../imgs/bgs/bg-cuidamos-3.webp") no-repeat center center fixed;
  background-size: cover !important;
  position: relative;
}
.section-ox-cuidados h4 {
  z-index: 10;
  position: relative;
  margin-left: 35px;
}
.section-ox-cuidados h5 {
  margin-bottom: 1rem;
}
.section-ox-cuidados p {
  font-size: 1.2rem;
  line-height: inherit;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
/*local */
.section-local-01 {
  background: url("../imgs/bgs/bg-tijuca.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-local-01 h3 {
  font-size: 3rem;
}
.section-local-01 h3 span {
  display: block;
  line-height: 3.5rem;
  font-size: 2rem;
}
.section-local-01:before, .section-ox:before, .section-ox-projeto:before, .section-rjz-01:before, .section-rjz-02:before, .section-rjz-07:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .20;
  mix-blend-mode: multiply;
}
.section-ox-cuidados:before, .section-ox-comodidades:before, .section-ox-park-design-by-edsa:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1), #000000);
  opacity: .50;
  mix-blend-mode: multiply;
}
.section-ox-seu-espaco:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .50;
  mix-blend-mode: multiply;
}
/*.section-local-02 {
  background: url("../imgs/bgs/bg-local-02.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}*/
.box-texto1 {
  padding: 1rem 2rem;
  text-align: left;
  line-height: 2.75rem;
  text-shadow: 0px 0px 1px black;
}
.box-texto2 {
  padding: 1rem 2rem;
  text-align: left;
  color: black;
  font-style: italic;
  font-size: 1.1rem;
  text-shadow: 0px 0px 1px white;
  background: rgba(255, 255, 255, .25);
  border-left: 5px solid var(--cor-02);
}
/* section 06 */
img.kal {
  max-width: 300px;
}
a img.kal {
  transition: all .3s;
}
a img.kal:hover {
  transform: scale(1.1);
}
#box-kal-01 a, #box-kal-01-cob a {
  /*background: rgba(153, 102, 51, 0.25);
    border: 1px solid white;*/
  border-radius: 30px !important;
  padding: 2%;
  transition: all .2s;
}
#box-kal-01 a:hover, #box-kal-01-cob a:hover {
  background: rgba(204, 153, 0, .75);
  border: 1px solid white;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  padding: 2%;
}
.section-06 h5 {
  /*padding: 0 2rem;*/
}
.section-06 h5.bold {
  font-weight: 600;
}
.box-residenciais a img {
  border-radius: 50%;
  transition: all .25s;
  border: 3px solid rgba(153, 102, 51, 0.5);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  width: 110px;
  margin-bottom: 10px;
}
.box-residenciais a {
  margin-top: 1rem;
  text-decoration: none;
}
.box-residenciais a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0) contrast(110%);
  filter: grayscale(0) contrast(110%);
}
.section-a-gardens, .section-a-aptos, .section-a-cobs {
  background: url("../imgs/bgs/bg-plantas-d.webp") no-repeat center center fixed;
  background-size: cover;
  padding: .5rem;
  position: relative;
}
.section-a-gardens:before, .section-a-aptos:before, .section-a-cobs:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0), #FFFFFF);
  background: rgba(255, 255, 255, 1);
  opacity: .30;
}
.section-a-gardens .navbar .nav-link .bi, .section-a-aptos .navbar .nav-link .bi, .section-a-cobs .navbar .nav-link .bi {
  background: var(--cor-02);
  padding: 7px;
  border-radius: 30px;
  display: inline-flex;
  color: white;
}
.section.aptos h4 {
  color: black;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.section.aptos h6 {
  color: black;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.section.aptos p {
  color: black;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.alinhamento {
  margin-top: 0%;
  margin-left: -4%;
}
.section.aptos .box-plantas-texto h4 {
  font-size: 1.5rem;
  /*margin-left: -11%;*/
}
.section.aptos.section-a-cobs .box-plantas-texto h4 {
  /*margin-left: -10%;*/
}
.section.aptos .box-plantas {
  /*text-align: left;*/
}
.section.aptos .box-plantas-texto p {
  font-size: .9rem;
  font-weight: 400;
  line-height: inherit;
}
.section.aptos .box-plantas-texto p span {
  color: black;
  line-height: 2;
  font-weight: 500 !important;
}
.section.aptos .box-plantas-texto p small {
  font-size: .80rem !important;
  font-weight: 300;
  letter-spacing: 1px;
}
.section.aptos .box-plantas-texto {
  padding: 5px;
}
.box-dados {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.box-dados img {
  margin-right: 20px;
  max-width: 160px;
}
.box-dados h4 {
  margin-left: 20px;
  text-align: left;
}
.box-dados .fio-plantas {
  width: 1px;
  height: 60px;
  background: black;
  margin-top: 0px;
}
.seta .esq a {
  position: absolute;
  z-index: 10;
  top: 47.5%;
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.seta .dir a {
  position: absolute;
  z-index: 10;
  top: 47.5%;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.seta a {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, .25);
  transition: all .25s;
}
.seta a:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
}
.seta a.disabled {
  color: rgba(255, 255, 255, .2);
}
.seta a:hover {
  color: white;
}
.setas {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.setas a {
  color: rgba(255, 255, 255, .75);
  background: rgba(0, 0, 0, .25);
}
.setas a:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, .5);
}
.setas a.disabled {
  color: rgba(255, 255, 255, .2);
}
.setas a:hover {
  color: white;
}
.setas .nav-link {
  padding: 0;
}
.section.aptos .nav-link {
  transition: all .25s;
}
.section.aptos .nav-link:hover {
  transform: scale(1.2);
}
.section.aptos .navbar.bg-dark {
  background: rgba(153, 102, 51, .9) !important;
}
/* ============ desktop view ============ */
.section.aptos .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 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 32px 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-bottom-right-radius: 30px;
}
.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;
}
/* box legenda foto */
.box-bg-legenda-foto {
  /*position: relative;*/
}
.box-bg-legenda-foto span {
  position: absolute;
  top: 5%;
  right: 15px;
  font-size: .70rem;
  text-shadow: 1px 1px 1px black;
  color: white;
  z-index: 100;
  margin-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100 !important;
}
.box-bg-legenda-foto span.vertical {
  text-align: right;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-bg-legenda-foto span.down {
  text-align: right;
  top: auto;
  right: 19%;
  bottom: 0;
  margin-bottom: 2%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  text-transform: none;
}
.box-bg-legenda-foto span.down.cadeira {
  right: 21%;
  margin-bottom: 2%;
}
/*item */
.item a {
  /*position: relative;
            display: block;
            width: 100%; */
}
.item a:before {
  /*content: "\f00e";
            font-family: FontAwesome;            
            color: rgba(255,255,255,0.25);
            text-shadow: none;
            font-size: 2.25rem;    
            position: absolute;               
            text-decoration: none;
            bottom: 10px; 
            left: 0px;
            width: 100%;*/
}
.item span {
  text-transform: uppercase;
  line-height: 5px;
  color: white;
  background: rgba(0, 0, 0, .75);
  padding: 10px;
  /*font-size: 14px;*/
}
.item-tour span {
  text-transform: uppercase;
  color: white;
  /*font-size: 12px;*/
}
.item-tour p {
  text-transform: uppercase;
  color: white;
  /*font-size: 12px;*/
  line-height: 15px;
  margin-top: 10px;
}
/* VenoBox */
.vbox-container {
  overflow-y: auto;
}
.vbox-overlay {
  background: rgba(0, 0, 0, .9);
}
.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;
  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;
}
.masterplan .vbox-child img, .plantas .vbox-child img {
  max-height: 100% !important;
}
.areas-e-vagas .vbox-child.vbox-inline, .areas-e-vagas .vbox-child.venoratio {
  max-width: 100% !important;
  height: 100% !important;
}
.memorial .vbox-child.vbox-inline, .memorial .vbox-child.venoratio {
  max-width: 100% !important;
  height: 100% !important;
}
.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;
}
/*2020*/
.twentytwenty-before-label:before {
  content: "Planta";
}
.twentytwenty-after-label:before {
  content: "Planta Flex On";
}
/* Tour 360 */
.tour-container.mobile {
  /*display: none;*/
}
.tour-container {
  /* width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;*/
}
.ico-tour {
  max-height: 60px;
}
.box-tour {
  position: fixed;
  top: 0px;
  right: 15px;
  background: #fff;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .75);
  min-width: auto;
  text-align: center;
  z-index: 100;
}
.box-tour span {
  color: rgba(0, 0, 0, .5)
}
.pnlm-load-button, .pnlm-load-box {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
}
.pnlm-load-button {
  width: 100px;
  height: 50px;
  margin: -25px 0 0 -50px;
}
.pnlm-load-button p, .pnlm-load-box p {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.pnlm-load-button p span {
  /*font-size: 2rem;*/
  color: rgba(255, 255, 255, .5)
}
/* Tour 360 */
.box-lupa {
  width: 100%;
  max-width: 1500px;
  position: relative;
}
.lupa {
  width: 100%;
  position: absolute;
  top: -30px;
  z-index: 10;
}
/*Ox*/
.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  /*background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);*/
  /*opacity: .30;*/
  overflow: hidden;
  z-index: 2;
}
.Ox {
  width: 110%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 60%;
  margin-left: -60%;
  margin-top: -50%;
  border-radius: 35%;
  background: rgba(255, 255, 255, 0.06);
  animation: Ox 25s infinite linear;
}
.Ox.reflex {
  transform: rotate(90deg);
}
@keyframes Ox {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.planta-max {
  max-width: 700px;
}
.planta-max.max-2 {
  max-width: 900px;
}
.planta-max.vertical {
  max-width: 450px;
}
.planta-max.vertical.vert3 {
  max-width: 580px;
}
/*media queries */
@media (max-width: 1601px) {
  .section-ox-projeto .vh-100, .section-ox-comodidades .vh-100, .section-flexon .vh-100, .section-ox-cuidados .vh-100 {
    height: 100% !important;
    padding-top: 60px;
    padding-bottom: 40px
  }
}
@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: 1366px) {
  .home-01 .vh-100, .section-ox .vh-100, .section-ox-seu-espaco .vh-100 {
    height: 100vh !important;
  }
  .section-ox-projeto .vh-100, .section-ox-areas-comuns .vh-100 {
    height: 100% !important;
  }
  .section-ox-areas-comuns {
    padding: 15px 0;
  }
  .section-ox-cuidados h4 {
    margin-left: 25px;
  }
  /*.img-flexon {
    max-height: 500px;
  }*/
  .section-flexon {
    padding-top: 5%;
  }
  .section-ox .slogan {
    max-width: 540px;
  }
  .section.aptos.section-a-cobs .box-plantas-texto h4 {
    font-size: 1.1rem;
    /*margin-left: -12.85%;*/
  }
  .planta-max {
    max-width: 500px;
  }
  .planta-max.max-2 {
    max-width: 675px;
  }
  .planta-max.vertical {
    max-width: 440px;
  }
  .planta-max.vertical.vert2 {
    max-width: 340px;
  }
  .planta-max.vertical.vert3 {
    max-width: 430px;
  }
	.nav .nav-item .nav-link {	
	  font-size: 1.25em;	  
	}
	
}
@media (max-width: 1200px) {
  .box-residenciais a img {
    width: 110px !important;
  }
  .sec01-bg-01 {
    height: 100%;
  }
  .section-01.sec01-bg-01, .sec06-bg-03 {
    padding: 60px 0 60px !important;
  }
  .section.aptos .box-plantas-texto h4 {
    font-size: 1.15rem;
  }
  .section-rjz-01 .vh-100, .section-rjz-02 .vh-100, .section-rjz-07 .vh-100 {
    height: 100% !important;
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .section.aptos h6 {
    min-width: 55%;
  }
  .setas a .fa-3x, .seta a .fa-3x {
    font-size: 2rem;
  }
  .box-3-quartos img {
    max-height: 100px !important;
    height: 100%;
    top: 32px;
    left: 0;
  }
  #pagepiling {
    overflow-y: auto !important;
  }
  .box-table .pp-tableCell {
    padding: 60px;
  }
  .section-flexon {
    padding-top: 60px;
  }
  .section-ox .slogan {
    max-width: 380px;
  }
  .section-ox h5 {
    font-size: 1rem;
  }  
  .section-local-02 h3 {
    /*font-size: 1.5rem;	
		line-height: normal;*/
  }
  .section-local-02 h4 {
    /*font-size: 1rem;
		margin-top: -5%;*/
  }
  .box-bg-legenda-foto span.down {
    right: 25%;
  }
  .box-bg-legenda-foto span.down.cadeira {
    right: 25%;
  }
  .box-by2 {
    margin-top: auto;
    margin-left: auto;
  }
  .box-texto1 {
    font-size: 1.15rem !important;
    line-height: 2.2rem !important;
    margin-bottom: 2rem !important;
  }
  .box-texto2 {
    font-size: .95rem !important;
    max-width: 80%;
  }
  .section.aptos.section-a-cobs .box-plantas-texto h4 {
    font-size: 1rem;
    margin-left: -12.85%;
  }
  .logo-flexon {
    margin-left: auto;
  }
  .section-ox-cuidados h4 {
    margin-left: auto;
  }
  .planta-max.vertical.vert2 {
    max-width: 320px;
  }
  .planta-max.vertical.vert3 {
    max-width: 320px;
  }
  .planta-max.max-2 {
    max-width: 580px;
  }
}
@media screen and (min-height: 1000px) and (orientation:landscape) {
  .logo-ox {
    margin-top: 10%;
  }
}
@media (max-width: 992px) {
  .box-ele-deco-01, .box-ele-deco-02, .box-3-quartos img {
    max-height: 180px;
  }
  .section-ox-areas-comuns .list-unstyled {
    font-size: 80%;
  }
  .section-ox-areas-comuns {
    padding: 40px 10px;
  }
  .section-park-design-pd-by-edsa .vh-100 {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .nav .nav-item {
    /*text-align: center;*/
    /*padding: 0 100px;*/
  }
  .navbar {
    display: block;
  }
  .botao-menu img {
    max-height: 200px !important;
    display: block;
    margin: 0 auto;
  }
  .botao-home2 {
    margin-top: 25%;
  }
  img.kal {
    max-width: 200px;
    margin: 0 auto;
  }
  .box-ele-deco-01, .box-ele-deco-02, .box-3-quartos img {
    max-height: 90px !important;
  }
  .box-index {
    background-color: rgba(255, 255, 255, 0.25) !important;
    padding: 30px;
    margin: 0 30px;
  }
  .box-index img {
    width: 230px;
  }
  #section2 .btn {
    margin-top: 0rem;
  }
  .bg-01.box-bg, .bg-02.box-bg, .bg-03.box-bg, .bg-04.box-bg, .bg-05.box-bg {
    background-size: contain;
    min-height: 100px !important;
  }
  .vbox-title {
    /*height: 54px;*/
    height: auto;
    line-height: 18px;
  }
  .vbox-child.vbox-inline, .vbox-child.venoratio {
    max-width: 95%;
  }
  /*mobile*/
  .box-texto1 {
    color: black;
    text-shadow: 0 0 1px white;
  }
  .box-texto2 {
    max-width: 42%;
  }
  .box-bg-legenda-foto span.down {
    right: 26%;
    bottom: 5%;
    font-size: 1rem;
  }
  .section-ox .logo-ox-m {
    max-width: 100px;
  }
  .section-ox-projeto {
    padding: 40px 20px;
  }
  .box-bg-legenda-foto span.down.cadeira {
    right: 33%;
  }
  .section.aptos .box-plantas {
    transform: scale(.90);
  }
  .section.aptos .box-plantas h4 {
    font-size: 1.2rem;
  }
  .fio-plantas:before {
    margin-left: -10%;
  }
  .offcanvas .nav .nav-item .nav-link, .offcanvas .dropdown-toggle::after {
    font-size: 1rem;
  }
  .offcanvas {
    max-width: 85%;
  }
  .alinhamento {
    margin-top: 0%;
    margin-left: 0%;
  }
  .section-rjz-01 .logos {
    display: block;
  }
  .section-rjz-01 .logos img {
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
  }
  .section-rjz-07 p {
    text-align: center;
  }
  .section-rjz-07 .logo-rjz {
    max-width: 180px;
  }
  .section-rjz-07 .logo-safra {
    max-width: 120px;
  }
  .btn-rolar {
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
  .section-ox-park-design-by-edsa .logo-ox, .section-ox-seu-espaco .logo-ox {
    max-width: 400px;
  }
  .section-ox-comodidades .box-imagens {
    margin-bottom: 30px;
  }
  .section-ox-comodidades .box-imagens img {
    width: 180px;
  }
  .section-ox-comodidades .box-imagens span {
    font-size: 80%;
  }
  .vbox-child.vbox-inline, .vbox-child.venoratio {
    max-width: 100%;
    height: 50vh;
  }
  .section-rjz-03, .section-rjz-04, .section-rjz-05, .section-rjz-06 {
    background-position: right 17% center;
  }
  .section-rjz-03 p, .section-rjz-04 p, .section-rjz-05 p, .section-rjz-06 p {
    font-size: 0.7rem;
  }
  .planta-max {
    max-width: 240px;
    margin-top: -55%;
  }
  .planta-max.max-2 {
    max-width: 480px;
  }
}
@media (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: calc(.9rem + .3vw) !important;
  }
  .nav .nav-item .nav-link {
    font-size: 1.15rem;
  }
  .section-ox-comodidades h4 {
    font-size: 1.2rem !important;
  }
  .section-home-02 .vh-100.desk {
    height: 100vh !important;
  }
  .section-home-02 img {
    max-width: 250px;
    margin: 0 auto;
  }
  .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;
  }
  .section-local-01 {
    background: var(--cor-01) url("../imgs/bgs/bg-tijuca.webp") no-repeat center center;
  }
  .section-ox-areas-comuns .list-unstyled .media .numero {
    width: 22px;
    height: 22px;
    padding-top: 2px;
  }
  .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%;
  }
  .box-texto-home {
    position: fixed !important;
    bottom: 10%;
    padding: 3rem;
  }
  .section-ox .logo-ox-m {
    max-width: 260px;
  }
  .section-ox .slogan {
    max-width: 260px;
  }
  .nav .nav-item {
    padding: .15rem !important;
    margin-bottom: 10px;
  }
  .nav .nav-item .nav-link {
    display: inline-block;
    font-size: 1em;
    padding: 8px 16px;
  }
  .section-ox-seu-espaco .navbar {
    margin-top: 8%;
  }
  .box-bg-legenda-foto span.down {
    right: 25%;
    bottom: 1.5%;
    margin-bottom: 0%;
    font-size: .85rem;
  }
  .section-ox h5 {
    font-size: .6rem !important;
    line-height: 1.25rem;
  }
  .section-ox .navbar {
    margin-top: 0%;
  }
  .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;
  }
  .box-bg-legenda-foto span.down.cadeira {
    right: 41%;
  }
  .planta-max {
    max-width: 180px;
    margin-top: -75%;
    height: auto;
  }
  .planta-max.max-2 {
    max-width: 250px;
  }
  .planta-max.vertical {
    max-width: 140px;
  }
  .planta-max.vertical.vert2 {
    max-width: 140px;
  }
  .planta-max.vertical.vert3 {
    max-width: 140px;
  }
  .section.aptos .box-plantas-texto h4 {
    font-size: 1rem;
  }
  .section.aptos .box-plantas-texto h6 {
    font-size: .85rem;
  }
  .section.aptos .box-plantas {
    margin: 0 auto;
  }
  .section.aptos.section-a-cobs .box-plantas-texto h4 {
    margin-left: -15%;
    font-size: .81rem !important;
  }
  img.kal {
    max-height: 160px;
    margin: 0 auto;
  }
  .section-rjz-01 p, .section-rjz-07 p {
    font-size: .7rem;
    line-height: 1.5;
  }
  .section-ox-seu-espaco .logo-ox, .section-ox-projeto .logo-ox, .section-park-design .logo-ox, .section-ox-park-design-by-edsa .logo-ox {
    display: block;
    margin: 30px auto;
    max-width: 250px;
    min-width: inherit;
  }
  .section-ox-seu-espaco, .section-ox-park-design-by-edsa {
    padding-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .ico-tour {
    max-height: 30px !important;
  }
  .section.aptos .kal {
    max-width: 110px;
  }
  .section.aptos .box-plantas h4 {
    font-size: .7rem !important;
  }
  .section.aptos .box-plantas p, .section.aptos .box-plantas p small {
    font-size: .65rem !important;
  }
  .section.aptos.section-a-cobs .box-plantas-texto h4 {
    margin-left: 0%;
  }
  .section.aptos .box-dados img {
    max-width: 110px;
  }
  .section.aptos .box-dados h4 {
    font-size: .8rem !important;
  }
  .section.aptos .box-dados {
    margin-bottom: 15px;
    margin-top: -50px;
  }
  .breadcrumb {
    font-size: 50%;
  }
  .breadcrumb-item.active {
    font-size: 10px;
  }
  .section.aptos h4 {
    color: black;
    font-size: .90rem !important;
  }
  .planta-max.vertical {
    max-width: 130px;
  }
	    .nav .nav-item .nav-link {       
        font-size: .8em;
        padding: 8px 16px;
    }
	.dropdown-menu .dropdown-item {   
    font-size: .7rem;
	}
	.section-ox-seu-espaco .logo-ox {       
        margin: -15px auto;
        max-width: 190px;       
    }
	
}