/* 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) {
  se 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: 'Sackers Gothic Std';
  font-weight: normal;
  letter-spacing: 3px;
}
p {
  font-family: 'Porsche Next TT';
}
.font-sackers {
  font-family: 'Sackers Gothic Std' !important;
  font-weight: 900;
}
:root {
  --cor-01: #003366;
  --cor-02: rgba(142, 97, 64, 1);
  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-couro.webp") 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: rgba(255, 255, 255, .6);
  transition: all .3s;
}
.offcanvas .nav .nav-item .nav-link, .offcanvas .dropdown-toggle::after {
  font-size: 1.4rem;
  font-family: 'Porsche Next TT';
  font-weight: normal;
}
.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);
}
/*menu internas*/
.navbar {
  font-weight: 300;
}
.nav .nav-item {
  /*text-align: right;*/
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);*/
  margin-bottom: 30px;
}
.nav .nav-item .nav-link {
  /*text-align: center;*/
  /*display: inline-block;*/
  transition: all .5s;
  font-size: 1.6em;
  color: white;
  position: relative;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 1px solid white;
  text-shadow: 0 0 4px black;
  font-family: 'Porsche Next TT';
  /*font-family: 'Sackers Gothic Std';	*/
  font-weight: normal;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  /*background: rgba(0, 31, 0, 0.5);*/
}
.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, .nav .nav-item .nav-link:focus {
  /*background: var(--cor-02);*/
  /*background: rgba(0, 151, 0, .80);*/
  background: rgba(142, 97, 64, 1);
  ransform: scale(1.05);
  color: white;
  border-bottom: 1px solid white;
}
.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: 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-01.webp") no-repeat right 25% bottom 10% fixed;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  touch-action: auto;
}
.section-coupe-tower {
  background: #111 url("../../assets/imgs/bgs/bg-coupe-tower.webp") no-repeat center 35% fixed;
  background-size: cover !important;
  /*width: 100%;
  height: 100vh;*/
  touch-action: auto;
  position: relative;
}
.section-coupe-tower h5 {
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
}
.section-life-style {
  background: url("../../assets/imgs/bgs/bg-life-style.webp") no-repeat 30% top fixed;
  background-size: cover !important;
  width: 100%;
  /*height: 100vh;*/
  touch-action: auto;
  z-index: 1;
}
.section-life-style:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .40;
  mix-blend-mode: multiply;
  z-index: 0;
}
.section-coupe-tower:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000, #000000);
  opacity: .40;
  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%;
}
.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;}*/
}
.coupe-open.after {
  display: none !important;
}
.fixed-bottom {
  bottom: -10px;
}
/* areas comuns */
.section-coupe-areas-comuns {
  background: #111 url("../../assets/imgs/bgs/bg-master.webp") no-repeat center center scroll;
  background-size: cover !important;
  position: relative;
}
.section-coupe-areas-comuns .list-unstyled {
  text-align: left;
  color: black;
  font-size: 80%;
}
.section-coupe-areas-comuns .list-unstyled .media {
  margin-bottom: 4px;
}
.section-coupe-areas-comuns .list-unstyled .media .numero {
  background: #444;
  border-radius: 5px;
  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-coupe-areas-comuns .list-unstyled .media .numero.on {
  /*background: var(--cor-02);*/
  background: var(--cor-02);
  color: white;
  text-shadow: 0 0 1px black;
}
.section-coupe-areas-comuns .list-unstyled .media-body, .section-coupe-areas-comuns .list-unstyled .media-body a {
  display: flex;
  align-items: center;
}
.section-coupe-areas-comuns .list-unstyled .media-body span {
  display: block;
  padding: 0 3px;
  margin-left: 10px;
  color: white;
}
.section-coupe-areas-comuns .list-unstyled .media-body a {
  /*display: inline-block;*/
  border-radius: 5px;
  color: black;
  transition: all .25s;
  padding-right: 10px;
  max-width: 360px;
}
.section-coupe-areas-comuns .list-unstyled .media-body a:hover {
  color: black !important;
  background: white;
  text-decoration: none;
}
.section-coupe-areas-comuns .list-unstyled .media-body a:hover span {
  color: black !important;
}
.section-coupe-areas-comuns .list-unstyled .media-body a:hover .numero, .section-coupe-areas-comuns .list-unstyled .media-body a:focus .numero {
  border: transparent !important;
  color: white !important;
}
.section-coupe-areas-comuns h6:nth-of-type(1) {
  font-size: .85rem;
}
.box-card-info {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-radius: 10px;
}
.section-coupe-seu-espaco {
  background: #111 url("../../assets/imgs/bgs/bg-seu-espaco.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  touch-action: auto;
  position: relative;
}
.section-coupe-servicos {
  background: #111 url("../imgs/bgs/bg-cinza.webp") no-repeat center center fixed;
  background-size: cover !important;
  width: 100%;
  touch-action: auto;
  position: relative;
}
.section-coupe-servicos h4 {
  color: black;
  font-size: 1.25rem;
}
.section-coupe-servicos h5 {
  font-size: .95rem;
  color: black;
}
.section-coupe-servicos p {
  font-size: 1.05rem;
  color: black;
  margin-bottom: 1rem;
}
.section-coupe-servicos p.box-infos {
  font-size: .85rem;
}
.box-imagens {
  position: relative;
}
.box-imagens img {
  position: relative;
  z-index: 2;
}
.box-imagens span {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: white;
}
.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;
}
/*projeto*/
.section-coupe-projeto {
  background: var(--cor-01) url("../../assets/imgs/bgs/bg-projeto.webp") no-repeat center bottom fixed;
  background-size: cover !important;
  position: relative;
}
.section-coupe-projeto p {
  font-size: .9rem;
  line-height: 1.3;
}
.section-coupe-projeto h5 {
  font-size: .9rem;
  line-height: 1.3;
  font-family: 'Porsche Next TT';
}
/* rjz cyrela */
.section-rjz-01 {
  background: url("../../assets/imgs/bgs/bg-by-02.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-02 {
  background: url("../../assets/imgs/bgs/bg-by-01.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-03 {
  background: url("../../assets/imgs/bgs/bg-vision-03.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-04 {
  background: url("../../assets/imgs/bgs/bg-cinza.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
  color: black;
}
.section-rjz-05 {
  background: url("../../assets/imgs/bgs/bg-cinza.webp") no-repeat right center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-06 {
  background: url("../../assets/imgs/bgs/bg-cinza.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-07 {
  background: #111;
  position: relative;
}
.section-rjz-08 {
  background: url("../../assets/imgs/bgs/bg-vision-08.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-09 {
  background: url("../../assets/imgs/bgs/bg-vision-09.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.section-rjz-10 {
  background: #111;
  position: relative;
}
.section-rjz-01 p, .section-rjz-02 p, .section-rjz-03 p, .section-rjz-04 p, .section-rjz-05 p, .section-rjz-06 p, .section-rjz-07 p, .section-rjz-08 p, .section-rjz-09 p, .section-rjz-10 p {
  font-size: 1rem;
  line-height: 1.75;
  font-family: 'Libre Baskerville';
}
.section-rjz-01 h5, .section-rjz-02 h5, .section-rjz-03 h5 {
  color: var(--cor-02);
}
.section-rjz-05 p {
  font-family: 'Porsche Next TT';
  color: black;
  font-size: 1.05rem;
}
.section-rjz-05 .box-dados-porsche {
  padding: 15px;
}
.section-rjz-05 .box-dados-porsche h5 {
  color: #C2292A;
  font-family: 'Porsche Next TT';
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.section-rjz-05 h6 {
  color: black;
  border-bottom: 1px solid var(--cor-02);
  padding-bottom: 10px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: 'Porsche Next TT';
  /*font-family: 'Sackers Gothic Std';	*/
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: normal;
}
.section-rjz-06 p, .section-rjz-06 h6, .section-rjz-08 p, .section-rjz-08 h6, .section-rjz-09 p {
  color: black;
  font-weight: 600;
}
.section-rjz-03: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;
}
.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;
}
/*flex on*/
.section-flex-on {
  background: url("../../assets/imgs/bgs/bg-flex-on.webp") no-repeat center center fixed;
  background-size: cover !important;
  color: black;
}
.section-flex-on h4 {
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: 30px;
  color: black;
}
.section-flex-on h5 {
  font-size: 1.10rem;
  font-weight: 500;
  color: black;
}
.section-flex-on p {
  line-height: inherit;
  font-size: 1.1rem;
}
.box-flex-on {
  margin-bottom: 30px;
}
@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-coupe-cuidados {
  /*background: #1D1D1B url("../imgs/bgs/bg-cuidados.webp") no-repeat center center fixed;*/
  background: #111;
  background-size: cover !important;
  position: relative;
}
.section-coupe-cuidados h4 {
  z-index: 10;
  position: relative;
}
.section-coupe-cuidados h5 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.section-coupe-cuidados p {
  font-size: 1.1rem;
  line-height: inherit;
  margin-bottom: 1.25rem;
}
/*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-coupe-projeto:before, .section-rjz-01:before, .section-rjz-02: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-coupe-seu-espaco:before, .section-coupe-areas-comuns:before, .section-coupe:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), #000000);
  opacity: .40;
  mix-blend-mode: multiply;
}
.section-coupe-cuidados:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), #000000);
  opacity: .70;
  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-height: 170px;
}
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-cabriolet {
  background: #333 url("../imgs/bgs/bg-cabriolet.webp") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
.section-coupe {
  background: #333 url("../imgs/bgs/bg-coupe.webp") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
.section-coupe-life-style {
  background: #111 url("../imgs/bgs/bg-xxx.webp") no-repeat center center fixed;
  background-size: 100%;
  position: relative;
}
.section-cabriolet .navbar .nav-link .bi, .section-coupe .navbar .nav-link .bi {
  background: white;
  padding: 7px;
  border-radius: 30px;
  display: inline-flex;
  color: var(--cor-02);
  border: 1px solid var(--cor-02);
}
.section.aptos h4 {
  color: var(--cor-02);
  font-size: 1.2rem;
}
.section.aptos h6 {
  color: var(--cor-02);
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
}
.section.aptos p {
  color: var(--cor-02);
  padding-bottom: .5rem;
}
.alinhamento {
  margin-top: 0%;
  margin-left: -4%;
}
/*dados plantas*/
.section.aptos.section-coupe .box-plantas-texto h4 {
  /*margin-left: -10%;*/
}
.section.aptos .box-plantas {
  /*text-align: left;*/
}
.section.aptos .box-plantas-texto p img {
  width: 160px;
}
.section.aptos .box-plantas-texto h4 {
  font-size: .9rem;
  line-height: 1.6;
  color: white;
  margin-bottom: .75rem;
  font-family: 'Sackers Gothic Std';
  border-bottom: 1px solid white;
  padding-bottom: .75rem;
}
.section.aptos .box-plantas-texto h5 {
  font-size: .75rem;
  line-height: 1.6;
  color: white;
  margin-bottom: 1rem;
  font-family: 'Sackers Gothic Std';
}
.section.aptos .box-plantas-texto p {
  font-size: .70rem;
  line-height: 1.6;
  color: white;
  margin-bottom: 1rem;
  font-family: 'Sackers Gothic Std';
}
/*dados plantas*/
.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;
  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);
}
/*.box-bg-legenda-foto span.down {
	text-align: left;
	top: auto;
	right: 19%;
	bottom: 0;
	margin-bottom: 2%;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	text-transform: none;
}*/
/*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, 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;
}
.masterplan .vbox-child img, .plantas .vbox-child img {
  max-height: 100%;
}
.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.vert-3 {
  max-width: 580px;
}
/*media queries */
@media (max-width: 1601px) {
  .section-coupe-cuidados .vh-100, .section-coupe-servicos .vh-100, .section-flex-on .vh-100, .section-coupe-projeto .vh-100 {
    height: 100% !important;
  }
  .section-coupe-cuidados, .section-coupe-servicos, .section-preference, .section-coupe-projeto {
    padding: 35px 0;
  }
}
@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) and (max-height: 668px) {
  .section-coupe-areas-comuns .vh-100 {
		height: 100% !important;
	}	
}


@media (max-width: 1366px) {
  .home-01 .vh-100, .section-coupe .vh-100, .section-coupe-seu-espaco .vh-100 {
    height: 100vh !important;
  }
  .section-coupe-projeto .vh-100, .section-flex-on .vh-100, .section-coupe-servicos .vh-100, .section-coupe-cuidados .vh-100, .section-coupe-areas-comuns {
    padding: 15px 0;
  }
  /*.img-flex-on{
    max-height: 500px;
  }*/ home .section-flex-on {
    padding-top: 5%;
  }
  .section-coupe .slogan {
    max-width: 540px;
  }
  .section.aptos.section-coupe .box-plantas-texto h4 {
    font-size: 1.1rem;
    /*margin-left: -12.85%;*/
  }
  .planta-max {
    max-width: 500px;
  }
  .planta-max.max-2 {
    max-width: 700px;
  }
  .planta-max.vertical {
    max-width: 440px;
  }
  .planta-max.vertical.vert-2 {
    max-width: 340px;
  }
  .planta-max.vertical.vert-3 {
    max-width: 430px;
  }
  .section-coupe-tower .logo-coupe {
    max-width: 210px;
    /*animation: zoom 3s infinite 3s alternate;*/
  }
  .section-coupe-cuidados h4 {
    font-size: 1.4rem;
  }
  .section-coupe-cuidados h5 {
    font-size: 1rem;
  }
  .section-coupe-cuidados p {
    font-size: 1rem;
    line-height: 1.2;
  }
  .section-coupe-projeto p, .section-coupe-projeto h5 {
    font-size: .80rem;
  }
  .section-coupe-projeto img {
    max-width: 150px;
  }
  .section-coupe-servicos h5 {
    font-size: .80rem;
  }
  .section-coupe-servicos p {
    font-size: .85rem;
  }
  .section-flex-on p {
    font-size: 1rem;
  }
  .section-flex-on h5 {
    font-size: .95rem;
  }
  .section-flex-on .logo-flex-on {
    max-width: 170px;
    margin-bottom: 1rem !important;
  }
}
@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 {
    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-flex-on {
    padding-top: 60px;
  }
  .section-coupe .slogan {
    max-width: 380px;
  }
  .section-coupe h5 {
    font-size: 1rem;
  }
  .nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
  .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-coupe .box-plantas-texto h4 {
    font-size: 1rem;
    margin-left: -12.85%;
  }
  .planta-max.vertical.vert-2 {
    max-width: 320px;
  }
  .planta-max.vertical.vert-3 {
    max-width: 270px;
  }
  .planta-max.max-2 {
    max-width: 580px;
  }
	.btn-rolar.down {
		display: none;
	}	
}
@media screen and (min-height: 1000px) and (orientation:landscape) {
  .logo-coupe {
    margin-top: 10%;
  }
}
@media (max-width: 992px) {
  .box-ele-deco-01, .box-ele-deco-02, .box-3-quartos img {
    max-height: 180px;
  }
  .section-coupe-areas-comuns .list-unstyled {
    font-size: 80%;
  }
  .section-coupe-areas-comuns {
    padding: 40px 10px;
  }
  .section-coupe-tower .logo-coupe {
    margin: 0 auto;
    display: block;
  }
  .section-rjz-03 .vh-100, .section-rjz-04 .vh-100, .section-rjz-05 .vh-100, .section-rjz-06 .vh-100, .section-rjz-07 .vh-100, .section-rjz-08 .vh-100, .section-rjz-09 .vh-100, .section-rjz-10 .vh-100 {
    height: 100% !important;
  }
	.section-rjz-03,
	.section-rjz-04,
	.section-rjz-05,
	.section-rjz-06,
	.section-rjz-07,
	.section-rjz-08,
	.section-rjz-09,
	.section-rjz-10 {
    padding: 30px 10px;
  }
	.section-coupe-areas-comuns .vh-100 {
		height: 100% !important;
	}
	.box-inv {
		min-height: 370px;
	}
	.section-rjz-03 {
		background: url("../../assets/imgs/bgs/bg-vision-03-mob.webp") no-repeat center top 30%;
	  }
}
@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-height: 120px;
    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-coupe .logo-coupe-m {
    max-width: 100px;
  }
  .section-coupe-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;
    text-align: center !important;
  }
  .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;
  }
  .section-coupe .logo-coupe, .section-coupe-seu-espaco .logo-coupe {
    max-width: 300px;
  }
  .section-coupe-servicos .box-imagens {
    /*margin-bottom: 30px;		*/
  }
  .section-coupe-servicos .box-imagens img {
    /*max-width: 180px;	*/
  }
  .section-coupe-servicos .box-imagens span {
    font-size: 80%;
  }
  .vbox-child.vbox-inline, .vbox-child.venoratio {
    max-width: 100%;
    height: 50vh;
  }
  .planta-max {
    max-width: 240px;
    margin-top: -30%;
  }
  .planta-max.max-2 {
    max-width: 480px;
  }
  .box-dados {
    margin-top: -15%;
  }
  .section-flex-on .logo-flex-on {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .section-flex-on h4 {
    font-size: 1rem !important;
    margin: 0;
  }
  .section-rjz-08 {
    background: url("../../assets/imgs/bgs/bg-vision-08-mob.webp") no-repeat top center;
  }
  .section-rjz-09 {
    background: url("../../assets/imgs/bgs/bg-vision-09-mob.webp") no-repeat top center;
  }
  .section.aptos .box-plantas-texto p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    /*font-size: calc(.9rem + .3vw) !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-coupe-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-coupe .logo-coupe-m {
    max-width: 260px;
  }
  .section-coupe .slogan {
    max-width: 260px;
  }
  .nav .nav-item {
    padding: .15rem !important;
    margin-bottom: 10px;
  }
  .nav .nav-item .nav-link {
    display: inline-block;
    font-size: 1em;
  }
  .section-coupe-seu-espaco .navbar {
    margin-top: 20%;
  }
  .box-bg-legenda-foto span.down {
    right: 25%;
    bottom: 1.5%;
    margin-bottom: 0%;
    font-size: .85rem;
  }
  .section-coupe h5 {
    font-size: .6rem !important;
    line-height: 1.25rem;
  }
  .section-coupe .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.vert-2 {
    max-width: 140px;
  }
  .planta-max.vertical.vert-3 {
    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;
    margin-top: -10%;
  }
  .section.aptos.section-coupe .box-plantas-texto h4 {
    margin-left: -15%;
    font-size: .81rem !important;
  }
  img.kal {
    max-height: 110px;
    margin: 0 auto;
  }
  .box-dados img {
    max-width: 110px;
  }
  .box-dados h4 {
    font-size: .8rem !important;
  }
  .section-coupe .logo-coupe, .section-coupe-seu-espaco .logo-coupe {
    max-width: 250px !important;
  }
  .section-coupe-projeto .logo-coupe, .section-life-style .logo-coupe {
    display: block;
    margin: 30px auto;
    max-width: 250px !important;
  }
  .logo-coupe {
    min-width: auto;
  }
  .section-cabriolet .navbar .nav-link, .section-coupe .navbar .nav-link {
    transform: scale(.85);
  }
}
@media (max-width: 420px) {
  .ico-tour {
    max-height: 30px !important;
  }
  .section.aptos .box-plantas h4 {
    font-size: .6rem !important;
  }
  .section.aptos .box-plantas p, .section.aptos .box-plantas p small {
    font-size: .55rem !important;
  }
  .section.aptos.section-coupe .box-plantas-texto h4 {
    margin-left: 0%;
  }
  .section.aptos h6 {
    font-size: 0.9rem;
  }
  .section.aptos .box-plantas-texto {
    padding: inherit;
  }
  .breadcrumb {
    font-size: 50%;
  }
  .breadcrumb-item.active {
    font-size: 10px;
  }
  .section-coupe-seu-espaco .vh-100 {
    height: 100% !important;
  }
  img.kal {
    max-height: 65px;
  }
  .planta-max {
    margin-top: -60%;
    max-width: 130px;
  }
  .planta-max.vert-3 {
    max-width: 70px;
  }
  .planta-max.vertical.vert-3 {
    max-width: 80px;
  }
  .section.aptos .box-plantas-texto h5 {
    font-size: .50rem !important;
  }
  .section-life-style h5 {
    font-size: 100%;
  }
  .section-life-style h6 {
    font-size: 85%;
  }
	.box-inv {
		min-height: 230px;
	}
	.section-rjz-03 {
		background: url("../../assets/imgs/bgs/bg-vision-03-mob.webp") no-repeat center top -5px;
		background-size: 120% !important;
	  }
	
}