@charset "utf-8";
/* CSS Document */
@import url('fonts/estilos-fontes.css');
/*fontes*/
.f-didot {
  font-family: 'Didot';
  font-weight: normal;
  font-style: normal;
}
.f-didot-i {
  font-family: 'Didot';
  font-weight: normal;
  font-style: italic;
}
.f-ginger {
  font-family: 'F37 Ginger';
  font-weight: normal;
  font-style: normal;
}
.f-ginger-b {
  font-family: 'F37 Ginger';
  font-weight: 600;
  font-style: normal;
}
.f-garamond {
  font-family: 'Cormorant Garamond';
  font-weight: normal;
  font-style: normal;
}
/*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 {
  /*overflow: hidden !important; */
  font-family: 'F37 Ginger';
  font-weight: normal;
  font-style: normal;
  background: var(--cor-pri);
  color: white;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
}
:root {
  --cor-pri: #211915;
  --cor-sec: #a78f53;
  font-size: 16px;
}
.bg-cor-pri {
  background: var(--cor-pri);
}
a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
}
.nota-flex {
  /*font-size: 15px;*/
  /*line-height: 1.1;*/
  font-style: italic;
}
/* Custom CSS page pill */
/*menu internas*/
.nav .nav-item {
  padding: .40rem;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
}
.nav .nav-item .nav-link { 
  border-bottom: 1px solid var(--cor-sec);
  display: inline-block;
  transition: all .25s;
  font-size: 1.75em;
  color: white;
	font-weight: 300;
}
.nav .nav-item .nav-link:hover,
.nav .nav-item .nav-link:focus {
  /*display: inline-block;*/
  background: var(--cor-sec);
  color: white;
}


/*dropdown*/

.dropdown-menu {
	position: relative;
	border-radius: 0;	
	background: transparent ;
	width: 100%;
	margin-left: 1rem;
	}

.dropdown-menu.show {	
	display: block;	
	margin-top: 0px;
	max-width: 175px;
}

.dropdown-toggle::after {
    content: "\f078" !important;
    font-family: "Fontawesome";
	border: none;
	font-size: 1rem;
	margin-left: .5rem;
}

.dropdown-menu .dropdown-item {
	color: white;	
	text-shadow: none;	
	text-transform: uppercase;
	border-bottom: 1px solid var(--cor-sec);
	border-left: 1px solid var(--cor-sec);
	transition: all .25s;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background: var(--cor-sec);
	color: #FFF;	
}



/* Backgrounds */
#section-home-01, #section-home-02, #section1, #section2, #section3, #section4, #section5, #section6 {
  background-size: cover !important;
}
.section-home-01 {
  background: url("../../assets/imgs/bgs/bg-home-01.webp") no-repeat left center;
  background-size: cover !important;
}
.section-home-02 {
  background: var(--cor-pri) url("../../assets/imgs/bgs/bg-home-02.webp") no-repeat bottom 20% center;
  background-size: cover !important;
}
.efeito-bg-home {
  background: #000333 url("../../assets/imgs/bgs/bg-home-02.webp") no-repeat center center;
  background-size: cover;
  ;
  position: fixed;
  width: 100%;
  height: 100vh;
  animation: zoom2 7s infinite 2s alternate;
}

.zoom {
	animation: zoom 3s infinite 2s 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-iconyc {
  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;}*/
}
.iconyc-open.after {
  display: none !important;
}
.section-iconyc {
  background: var(--cor-pri) url("../../assets/imgs/bgs/bg-iconyc-01.webp") no-repeat right bottom;
  background-size: cover !important;
}
.section-iconyc-apartmentos {
  background: url("../../assets/imgs/bgs/bg-iconyc-aptos.webp") no-repeat right bottom;
  background-size: cover !important;
}
.section-apartments-2 {
  background: url(../../assets/imgs/bgs/bg-01.webp) no-repeat center center fixed;
  background-size: cover !important;
}
.box-card-info {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem;
  border-radius: 10px;
}
.section-iconyc-life-style {
  background: var(--cor-pri) url("../../assets/imgs/bgs/bg-luminaria.webp") no-repeat right 1% top fixed;
	background-size: 22%;
}
.section-i-aptos-plantas {
  background: url("../../assets/imgs/bgs/bg-iconyc-plantas.webp") no-repeat right bottom;
  background-size: cover !important;
  position: relative;
}
.section-i-aptos-plantas .submenu {
  position: relative;
}
.section-i-aptos-plantas .overlay {
  position: absolute;
  bottom: 0px;
  /*left: 0;*/
  right: 0;
  /*background: rgba(82, 42, 19, .9);*/
  overflow: hidden;
  width: 100%;
  /*margin: 0 auto;*/
  height: 70%;
  transition: .5s ease;
  background-color: rgba(173, 140, 80, .9);
  border-left: 10px solid #805300;
  transform: scale(1);
  opacity: 0;
}
.section-i-aptos-plantas .submenu:hover .overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.section-i-aptos-plantas .submenu .img-sub {
  transition: .25s all;
}
.section-i-aptos-plantas .submenu:hover {
  cursor: pointer;
}
.section-i-aptos-plantas .submenu:hover img {
  /*background: white;*/
  /*padding: .25rem;*/
  /*box-shadow: 0px 0px 5px 10px rgba(255, 255, 255, .25);*/
  cursor: pointer;
  filter: contrast(150%);
  transform: scale(1.1);
}
.section-i-aptos-plantas .submenu .img-sub2 {
  /*padding: .25rem !important;*/
  /*transform: scale(.75);*/
  margin: 2% 3%;
  width: 50%;
}
.section-i-aptos-plantas .submenu .img-sub2:hover {
  position: relative;
  background: rgba(0, 0, 0, .5);
  /*padding: .25rem;*/
  /*box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, .25) !important;*/
  z-index: 10;
}
.section-comodidades,
.section-comodidades2 {
  background: var(--cor-pri);
	position: relative;
}

.section-comodidades h4,
.section-comodidades h5,
.section-comodidades2 h4,
.section-comodidades2 h5 {
	color: var(--cor-sec);
}

.section-comodidades p,
.section-comodidades2 p {
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.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-i-projeto {
	background: var(--cor-pri) url("../../assets/imgs/bgs/bg-iconyc-projeto.webp") no-repeat center top;	
}
.section-i-projeto-ficha {
	background: var(--cor-pri);	
}
.section-i-projeto-ficha h4 {
  font-size: 1rem;
	margin-bottom: 1rem;
}
.section-i-projeto-ficha p {
  font-size: 95% !important;
  font-weight: 100;
  /*line-height: 1.4em;*/
}
.section-i-projeto-ficha p b {
  font-weight: bold;
}
/*by*/
.section-rjz {
  background: var(--cor-pri);
  position: relative;
}

.section-rjz h4 {
  color: var(--cor-sec);
}

.section-rjz p {
	font-size: 1.1rem;
	font-weight: 100;
}

.section-yoo-abre {
	background: var(--cor-pri) url("../imgs/bgs/bg-by-y.webp") no-repeat top center;
	background-size: contain;
	position: relative;
}

.section-yoo-01 {
  background: var(--cor-pri);
  position: relative;
}
.section-yoo-02 {
  background: var(--cor-pri);
  position: relative;
}
.section-yoo-03, .section-yoo-04, .section-yoo-05 {
  background: var(--cor-pri);
  position: relative;
}

.box-yoo-marcas {
	position: relative;	
	display: none;
}

.box-by, .box-by2 {
	font-size: 1.2rem;
	font-family: "Didot";
	font-style: italic;
	padding: 1rem;	
}

.box-by2 {
	margin-top: 55%;	
	margin-left: -55%;
}

#pp-nav {
  display: none;
}
/*fle oj*/
.flexon {
  background: var(--cor-pri);
  background-size: cover !important;
	font-weight: 200;
}
.flexon h4 {
	color: var(--cor-sec);
	font-size: 1.4rem;
	line-height: 2.75rem;
}
.flexon h5 {
	color: var(--cor-sec);	
	font-size: 1.25rem;
}

.box-flexon-p {
	line-height: 1.95rem;
	font-size: 1.2rem;
}
.box-flexon {
	display: flex;
	align-items: center;
	padding: .5rem 0;
	font-size: 1rem;
}
.box-flexon img {
	margin-right: .75rem;
	max-width: 110px;
}

@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;
  }
}
/*regiao premium*/
/*desktop*/
#sec-01 .desktop,
#sec-02 .desktop,
#sec-03 .desktop,
#sec-04 .desktop,
.legenda.desktop {
  display: block;
}
#sec-01 .mobile,
#sec-02 .mobile,
#sec-03 .mobile,
#sec-04 .mobile,
.legenda.mobile {
  display: none;
}
/* section-02 */
.section-02 {
  padding: 40px 40px 0;
  position: relative;
}
.section-02.sec02-bg01 {
  background: url(../imgs/bgs/sec02-bg01.webp) no-repeat center center fixed;
  background-size: cover;
}
.section-02.sec02-bg02 {
  background: url(../imgs/bgs/sec02-bg02.webp) no-repeat center center;
  background-size: cover;
}
.section-02.sec02-bg03 {
  background: url(../imgs/bgs/sec02-bg03.webp) no-repeat center center fixed;
  background-size: cover;
}
.section-02.sec02-bg04 {
  background: url(../imgs/bgs/sec02-bg04.webp) no-repeat center top fixed;
  background-size: cover;
}
.section-02.sec02-bg05 {
  background: url(../imgs/bgs/sec02-bg05.webp) no-repeat center center fixed;
  background-size: cover;
}
.section-02.sec02-bg06 {
  background: url(../imgs/bgs/sec02-bg06.webp) no-repeat center center fixed;
  background-size: cover;
}
.section-02.sec02-bg07 {
  background: url(../imgs/bgs/sec02-bg07.webp) no-repeat center center fixed;
  background-size: cover;
}
.section-02 .img-sol-azul {
  margin-bottom: -100px;
}
.section-02 .img-sec-02 {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin: 15px 0;
}
.section-02 .img-sec-04 {
  width: 36%;
  float: left;
  padding: 0 10px;
  margin: 15px 0;
}
.section-02 .img-sec-04-meio {
  width: 20%;
  float: left;
  padding: 0 10px;
  margin: 15px 0;
}
.section-02.sec-02-bg-02 .box-sol {
  position: relative;
  margin-bottom: -40px;
}
.section-02.sec-02-bg-04 {
  background: url(../imgs/bgs/bg-04.webp) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.section-02.sec-02-bg-05 {
  background: url(../imgs/bgs/bg-05.webp) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.section-02.sec-02-bg-05 {
  background: url(../imgs/bgs/bg-06.webp) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.sec02-img-01 {
  display: block;
}
.sec02-img-02 {
  display: none;
}
/**/
.titulo {
  /*font-size: 1rem;*/
  margin-bottom: 3px;
  font-weight: bold;
  font-style: normal;
}
.box-volta {
  background: url(../../assets/imgs/sol.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: 70;
  padding: 1.25rem;
}
.box-volta a {
  /*font-size: 2rem;*/
  transition: all .25s;
}
/* section 03*/
.section-03-projeto {
  padding: 0 20px;
  background: white url("../imgs/bgs/bg-azul.webp") no-repeat center center fixed;
  background-size: cover !important;
}
.section-03-projeto p {
  color: white !important;
}
.section-02-i-cuidados {
  padding: 0 30px;
  background: var(--cor-pri) /*url("../imgs/bgs/bg-iconyc-cuidados.webp") no-repeat bottom center*/ ;
  background-size: cover;
  position: relative;
  color: white;
}
.section-02-i-cuidados h4 {
  color: var(--cor-sec);
  font-size: 150%;
  margin-bottom: 2rem;
}
.section-02-i-cuidados h5 {
  color: var(--cor-sec);
  font-size: 120%;
  margin-bottom: 1rem;
}

.section-02-i-cuidados p {
  font-weight: 100;
  line-height: 1.2rem;	
}
.section-02-i-cuidados p span {
  margin-right: 2rem;
}
.section-02-i-cuidados .nav .nav-item .nav-link {
  border: 1px solid #b2743e;
}
.section-02-i-cuidados .nav .nav-item {
  padding: 0 .40rem;
  text-align: center;
}
.section-02-i-cuidados .iconyc-vinheta2 {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.section-local-01 {
  background: url("../imgs/bgs/bg-local-01.webp") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.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-family: 'Didot';
	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-sec);
}
.fa-2x {
	font-size: 1.5rem;
}
.fio {
  border-bottom: 1px solid #cab492;
  display: block;
}
.section-03-projeto h4 {
  ;
  padding-bottom: 5px;
  color: #cab492;
}
/* section 03 des*/
/*.section-02-conceito {
  background: #fff url("../imgs/bgs/bg-con.webp") no-repeat center center fixed;
  background-size: cover;
}*/
.section-02-i-conceito-0 {
  background: #fff url("../imgs/bgs/bg-i-con-0.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-1 {
  background: #fff url("../imgs/bgs/bg-i-con-1.webp") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-2 {
  background: #fff url("../imgs/bgs/bg-i-con-2.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-3 {
  background: #fff url("../imgs/bgs/bg-i-con-3.webp") no-repeat 40% center fixed;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-4 {
  background: #fff url("../imgs/bgs/bg-i-con-4.webp") no-repeat 50.5% center;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-5 {
  background: #fff url("../imgs/bgs/bg-i-con-5.webp") no-repeat 65% center fixed;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-6 {
  background: #fff url("../imgs/bgs/bg-i-con-6.webp") no-repeat 77.75% center;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-7 {
  background: #fff url("../imgs/bgs/bg-i-con-7.webp") no-repeat 72.5% center fixed;
  background-size: cover;
  position: relative;
}
.section-02-i-conceito-8 {
  background: #222;
  position: relative;
}
.section-i-areas-comuns {
	padding: 0px 40px;
	background: var(--cor-pri) url("../imgs/bgs/bg-pedaco-text.webp") repeat-y right center;
	background-size: contain;
}
.section-i-areas-comuns .list-unstyled {
  text-align: left;
  color: var(--cor-sec);
  font-size: 75%;
  font-weight: bold;
}
.section-i-areas-comuns .list-unstyled .media .numero {
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 25px;
  background: url("../imgs/textura-botao-puc-off.webp") no-repeat center center;
  padding-top: 1px;
  margin: 1px 0;
  color: var(--cor-pri);
  font-weight: bold;
}
.section-i-areas-comuns .list-unstyled .media .numero.neutro {
  background: #CC9900;
}
.section-i-areas-comuns .list-unstyled .media .numero.puc {
  background: #005c3d;
}
.section-i-areas-comuns .list-unstyled .media .numero.on {
  background: url("../imgs/textura-botao-puc.webp") no-repeat center center;
  background-size: cover;
  color: white;
  font-weight: bold;
	text-shadow: 0 0 2px black;
}
.section-i-areas-comuns .list-unstyled .media-body {
  margin: 2px;
}
.section-i-areas-comuns .list-unstyled .media-body span {
  display: inline-block;
  padding: 0px 3px;
  margin-left: 1px;
}
.section-i-areas-comuns .list-unstyled .media-body a {
  display: inline-block;
  border-radius: 10px;
  padding: 0px 3px;
  color: var(--cor-sec) !important;
  margin-left: -3px;
  transition: all .25s;
}
.section-i-areas-comuns .list-unstyled .media-body a:hover {
  color: black !important;
  background: var(--cor-sec);
  text-decoration: none;
}
/* section 06 */
img.kal {
  /*mix-blend-mode: multiply;*/
  max-width: 230px;
}

img.kal.kal-esp {
	max-width: 380px;
}

#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 {
  background: #d8d9de;
  padding: 2.5rem;
}
.section-a-aptos {
  background: url("../imgs/bgs/bg-aptos.webp") repeat-x center center fixed;
  background-size: cover;
  padding: 2.5rem;
}
.section-a-cobs {
  background: var(--cor-pri);
  padding: 2.5rem;
}

.section-a-cobs h4 {
  color: var(--cor-sec);
}
.section-a-cobs h6 {
	color: white !important;
	padding-bottom: .5rem; 
}
.section-a-cobs p {
	color: white !important;
}

.section-a-studios {
  background: white;
  padding: 2.5rem;
}
.section-a-studios h4 {
  color: var(--cor-sec);
}
.section-a-studios h6 {
	color: var(--cor-pri) !important;
	padding-bottom: .5rem; 
}
.section-a-studios p {
	color: var(--cor-pri) !important
}


.section-a-cobs .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.section-a-cobs .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}
.section.aptos h4 {
	color: var(--cor-sec);
	font-size: 1.2rem;
	
}
.section.aptos h6 {
  color: var(--cor-pri);
  padding-bottom: .5rem;
	font-size: 1rem;
	font-weight: 300;
}

.section.aptos.section-a-aptos h4 {
  color: white;
}

.box-plantas {
  text-align: left;
}
.dotted-spaced {
  background-image: linear-gradient(to right, #FFF 10%, rgba(0, 0, 0, 0) 0%);
  background-position: top;
  background-size: 22px 1px;
  background-repeat: repeat-x;
  max-width: 35%;
  /*margin: 0 auto;*/
}
.section.aptos p {
	color: var(--cor-pri);
	font-weight: 300;
}
.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 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section.aptos .navbar.bg-dark {
  background: rgba(153, 102, 51, .9) !important;
}
/* ============ desktop view ============ */
.section.aptos .navbar-nav {
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 4rem;
}
/* section 03 conforto */
.box-cuidados {
  padding: 30px 0;
}
.nav-pills .nav-link {
  transition: all .5s;
  color: rgba(153, 102, 51, 1);
  /*border-radius: 5px;*/
  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);
  /*text-shadow: none;*/
}
.nav-pills .nav-link:hover {
  color: #fff !important;
  background: rgba(173, 140, 80, 1);
}
.tab-content .list-unstyled li.media {
  /*margin-bottom: 1rem;*/
}
.tab-content .list-unstyled .media-body h5 {
  font-size: 1.4rem;
}
.tab-content .list-unstyled .media-body {
  /*color: #8b663c !important;*/
  text-shadow: none;
  /*font-size: 1rem;
  line-height: 1.25rem;*/
}
/* section 05 facilidaes */
.section-05.sec05-bg01 {
  background: url("../imgs/bgs/fundo-laranja.webp") no-repeat center center fixed;
  background-size: cover !important;
  height: 100%;
}
.section-05.sec05-bg01 p {
  color: white;
  /*font-size: 1rem;*/
}
.section-05.sec05-bg01 .bullet {
  color: #916336 !important;
  /*font-size: 1.5rem;*/
  margin-right: 0.5rem;
}
/* Breadcrumb */
.breadcrumb {
  background-color: rgba(255, 255, 255, .75);
  border-radius: 0;
  text-transform: uppercase;
  font-size: 60%;
  /*margin: 5px 10px 10px 0;*/
  position: fixed;
  padding: 6px 32px 6px 16px;
  border: 1px solid rgb(0, 0, 0);
  /*border-left: 10px solid rgb(0, 0, 0);*/
  z-index: 11;
  color: rgba(0, 0, 0, .4);
  border-top: 5px solid var(--cor-sec);
}
.breadcrumb-item.active {
  color: var(--cor-sec);
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  color: var(--cor-sec);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--cor-sec);
}
/* 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-next, .vbox-prev {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all .25s;
}
.vbox-next:hover, .vbox-prev:hover {
  background: #CCAB4B !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.vbox-next span {
  right: 18px;
  top: 15px;
}
.vbox-prev span {
  left: 18px;
  top: 15px;
}
.vbox-title {
  /*font-size: 15px;*/
  text-transform: uppercase;
  background: var(--cor-sec) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  font-weight: 600;
  color: var(--cor-pri) !important;
}
.vbox-close {
  /*font-size: 2rem;*/
  background: var(--cor-sec) !important;
  border-bottom-left-radius: 15px;
  color: var(--cor-pri) !important;
}
.vbox-left {
  background: var(--cor-sec) !important;
  border-bottom-right-radius: 15px;
  padding-right: 10px;
}
.vbox-num {
  background: var(--cor-sec) !important;
  color: var(--cor-pri) !important;
}
.vbox-next span, .vbox-prev span {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid transparent;
}
/* 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;
}
/*iconyc*/
.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;
}
.iconyc {
  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: iconyc 25s infinite linear;
}
.iconyc.reflex {
  transform: rotate(90deg);
}
@keyframes iconyc {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
/*media queries */
@media (max-width: 1600px) and (max-height: 1080px) {
  .section-i-projeto .vh-100 {
    height: 100% !important;
  }
}
@media (max-width: 1400px) {
  .sec05-bg01 .vh-100 {
    height: 100% !important;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
	.planta-max2 {
		max-height: 590px !important;
  }
	.planta-max {
		max-height: 590px !important;
	}
	.section-local-02 {
		background: url("../imgs/bgs/bg-local-02.webp") no-repeat center center;
	}
}
@media (max-width: 1366px) {
  .img-flexon {
    max-height: 500px;
  }
  .flexon {
    padding-top: 5%;
  }
  .vh-100 {
    height: 100% !important;
  }
  .section-rjz .vh-100 {
    height: 100vh !important;
  }
  .section-home-02 .vh-100 {
    height: 100vh !important;
  }
  .section-i-areas-comuns .vh-100 {
    height: 100% !important;
  }
  .box-iframe .figlio {
    max-width: 90%;
    padding: 0 !important;
  }
  .venoframe {
    height: 50vh !important;
    overflow: hidden;
  }
  .section-02 .img-sec-02 {
    width: 25% !important;
    float: none;
  }
  .section-iconyc .slogan {
    max-width: 540px;
  }
	.section-yoo-04 .vh-100 {
		height: 100vh !important;
	}
	.section-comodidades {
		padding: 50px 0px;
	}	
	.box-texto1 {
		font-size: 1.25rem;
		line-height: 2.25rem;
	}
	.box-texto2 {
		font-size: 1rem;
	}
}
@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;
  }
  .align-items-center {
    /*rever*/
    /*-ms-flex-align: flex-start !important;
                align-items: flex-start !important;*/
  }
  .logo-ots-menu {
    width: 80%;
  }
  .section h1 {
    /*font-size: 2rem;*/
  }
  .section h4 {
    /*font-size: 1.5rem;*/
  }
  .section-i-areas-comuns .vh-100 {
    /*height: 100vh !important;*/
  }
  .section-i-areas-comuns {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .section-i-aptos-plantas .submenu .img-sub2 {
    margin: 3% 3.5%;
    width: 60%;
  }
  .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;
  }
  .section-02 .img-sec-02 {
    width: 50% !important;
    float: none;
  }
  .box-table .pp-tableCell {
    padding: 60px;
  }
  .flexon {
    padding-top: 60px;
  }
  .section-02-i-conceito-1, .section-02-i-conceito-3, .section-02-i-conceito-5, .section-02-i-conceito-7 {
    background-attachment: scroll;
  }
  .section-iconyc .slogan {
    max-width: 380px;
  }
	.section-iconyc h5 {
    font-size: 1rem;
  }
	.nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
	.section-i-projeto-ficha {
		padding: 30px 15px;
	}
	
	.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%;
	}
	.section-yoo-04 .vh-100 {
		height: 100% !important;
	}
	.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%;
	}
	
}
@media screen and (max-width: 1024px) and (orientation:landscape) {
  .video-bg {
    background: url("../../assets/imgs/bgs/bg-home-01-fhd.webp") no-repeat left center;
    background-size: cover !important;
  }
	.section-i-areas-comuns .vh-100 {
		height: 90vh !important;
	}
}
@media screen and (min-height: 1000px) and (orientation:landscape) {
  .logo-iconyc {
    margin-top: 10%;
  }
}
@media screen and (max-height: 768px) and (orientation:portrait) {
  /*.section-iconyc-life-style {
			background-image: url("../../assets/imgs/bgs/bg-iconyc-2.webp") !important;
			}*/
  /*.video-bg {
			  background: url("../../assets/imgs/bgs/bg-home-01-fhd.webp") no-repeat left center;
			  background-size: cover !important;
			}*/
}
@media screen and (min-width: 992px) {
  .planta-max {
    max-height: 750px;
  }
}
@media (max-width: 992px) {
  
  .section-rjz .vh-100 {
    height: 100% !important;
  }
  .section-rjz {
    padding: 40px 0;
  }
  .section-02-i-cuidados .vh-100 {
    height: 100% !important;
  }
  .section-02-i-cuidados .nav .nav-item .nav-link {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec02-img-01 {
    display: none;
  }
  .sec02-img-02 {
    display: block;
  }
  .box-ele-deco-01, .box-ele-deco-02, .box-3-quartos img {
    max-height: 180px;
  }
  .section-i-areas-comuns .list-unstyled {
    font-size: 65%;
  }
}
@media (max-width: 768px) {
  .botao-menu img {
    max-height: 200px !important;
    display: block;
    margin: 0 auto;
  }
  .botao-home2 {
    margin-top: 25%;
  }
  .section-iconyc-apartmentos {
    background: url(../../assets/imgs/bgs/bg-02-apartamentos-v.webp) no-repeat center center;
  }
  .section-02-i-conceito-0 {
    background: #fff url("../imgs/bgs/bg-i-con-0-v.webp") no-repeat center center;
  }
  .tour-container.mobile {
    /*display: block !important;*/
  }
  .tour-container {
    /*display: none;*/
  }
  .section-02-i-conceito-6 .text-dark {
    color: white !important;
  }
  img.kal {
    min-width: auto;
    max-width: 110px !important;
    text-align: center;
  }
	img.kal.kal-esp {
	max-width: 320px !important;
}
	
	.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-num {
    /*height: 54px;
		line-height: 18px;*/
  }
  .section-03-conceito {
    /*padding: 40px 0 70px;*/
  }
  .section-03-projeto {
    padding: 40px 0 70px;
  }
  /*arp*/
  .section-02.sec02-bg01, .section-02.sec02-bg03, .section-02.sec02-bg04, .section-02.sec02-bg05, .section-02.sec02-bg06, .section-02.sec02-bg07 {
    background-attachment: scroll;
  }
  /*mobile*/
  #sec-01 .desktop, #sec-02 .desktop, #sec-03 .desktop, #sec-04 .desktop {
    display: none;
  }
  #sec-01 .mobile, #sec-02 .mobile, #sec-03 .mobile, #sec-04 .mobile {
    display: block;
  }
  #section2 {
    background: #cecece url("../../assets/imgs/bgs/bg-01-mob.webp") no-repeat center center;
  }
  #section3 {
    background: #cecece url("../../assets/imgs/bgs/bg-03-mob.webp") no-repeat right center;
  }
  .sec03-bg-01 {
    background: #f5f5f5 url("../imgs/conceito-01-mob.webp") no-repeat center center fixed;
  }
  .section-i-areas-comuns {
    background: var(--cor-pri) url("../imgs/pedaco=textura.webp") no-repeat right -11% center;
	  background-size: contain;
  }
  .section-03-projeto {
    background: white url("../imgs/bgs/bg-azul-mob.webp") no-repeat center center fixed;
  }
  .section-02-i-conceito-7 {
    background: #fff url("../imgs/bgs/bg-i-con-7-v.webp") no-repeat center center fixed;
  }
  .section-home-02 {
    background: url("../../assets/imgs/bgs/bg-home-02.webp") no-repeat bottom 50% center !important;
  }
  
.box-texto1 {
	color: black;
	text-shadow: 0 0 1px white;
  }	
	
  .box-texto2 {
	  max-width: 42%;
  }
  .section-iconyc {
    background: var(--cor-pri) url("../../assets/imgs/bgs/bg-iconyc-01.webp") no-repeat right 10% bottom;
  }
  .section-iconyc-apartmentos {
    background: url("../../assets/imgs/bgs/bg-iconyc-aptos.webp") no-repeat right 5% bottom;
  }
  .section-i-aptos-plantas {
    background: url("../../assets/imgs/bgs/bg-iconyc-plantas.webp") no-repeat right 7% bottom;
  }
  .section-iconyc-life-style {
    background: var(--cor-pri) url("../../assets/imgs/bgs/bg-luminaria.webp") no-repeat right 5% top fixed;
	background-size: 100px;
	  padding: 30px 0;
  }
  .box-bg-legenda-foto span.down {
    right: 26%;
    bottom: 5%;
    font-size: 1rem;
  }
	.dropdown-menu.show{		
		max-width: 75% !important;
	}
	.navbar {
		display: block;
	}
	
	.section-iconyc .logo-iconyc-m {
		max-width: 100px;
	  }
	
	.section-i-projeto-ficha {
		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;
	}
	
}
@media (max-width: 576px) {
	
  .section-home-02 .vh-100 {
    height: 100% !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;
  }
  .mask-img-01 img {
    /*max-height: 210px;*/
    /*padding: 20px;*/
  }
  .mask-img-01 {
    -webkit-clip-path: polygon(37.5% 0%, 87.5% 0%, 62.5% 100%, 12.5% 100%);
    clip-path: polygon(37.5% 0%, 87.5% 0%, 62.5% 100%, 12.5% 100%);
    /*clip-path: none;*/
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  .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-02 .img-sec-02 {
    width: 50% !important;
  }
  .section-i-aptos-plantas .submenu .img-sub2 {
    margin: 2% 3%;
    width: 60% !important;
  }
  .section-local-01 {
    background: var(--cor-pri) url("../imgs/bgs/bg-local-01.webp") no-repeat center center;
	  height: 100vh;
  }
  .section-i-areas-comuns .list-unstyled .media .numero {
    width: 22px;
    height: 22px;
    padding-top: 2px;
  }
  #sec03-01 .btn img, #sec03-02 .btn img, #sec03-03 .btn img {
    max-width: 60px !important;
  }
  .mt-4, .my-5, .mt-5, .my-5 {
    margin-top: 1rem !important;
  }
  .box-cuidados .tab-content {
    padding: 30px 0 !important;
  }
	
  .box-table .pp-tableCell {
    padding: 30px;
  }
  .legenda.desktop {
    display: none;
  }
  .legenda.mobile {
    display: block;
  }
  p.legenda {
    line-height: 85%;
  }
  .nav .nav-item .nav-link {
    /*font-size: 1.6rem;*/
  }
  .logo-mobi {
    max-width: 240px;
    margin-top: 1rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .box-texto-home {
    position: fixed !important;
    bottom: 10%;
    padding: 3rem;
  }
	.section-02-i-cuidados {
		padding-bottom: 2rem;
	}
	.nav .nav-item .nav-link {
    font-size: 1.5rem;
  }
  .section-iconyc .logo-iconyc-m {
    max-width: 260px;
  }
	.section-iconyc .slogan {
		max-width: 260px;
	}
	
	.nav .nav-item {
	  padding: .20rem !important;
	}
	.nav .nav-item .nav-link { 
	  border-bottom: 1px solid var(--cor-sec);
	  display: inline-block;
	  font-size: 1.15em;
	}
	.section-iconyc .navbar,
	.section-i-aptos-plantas .navbar {
		margin-top: -50%;
	}
	
	.section-iconyc {
		background: var(--cor-pri) url("../../assets/imgs/bgs/bg-iconyc-01.webp") no-repeat right 15% bottom;
	}
	
	.box-bg-legenda-foto span.down {	  
	  right: 25%;
	  bottom: 1.5%;
	  margin-bottom: 0%;
	  font-size: .85rem;
	}
	.section-iconyc h5 {
		font-size: .75rem;
	}
	.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%;
	}
	
	.section-i-aptos-plantas {
		background: url("../../assets/imgs/bgs/bg-iconyc-plantas.webp") no-repeat right 11% bottom;
	}
	
	.planta-max {
		max-width: 230px;
	}
	
	img.kal.kal-esp {
		max-width: 250px !important;
	}
	
	.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;
		text-align: center;
	}
		
	.section.aptos .box-plantas img {
		width: 70px;
	}
	.section.aptos .box-plantas img.mr-3 {
		margin-right: auto !important;
		margin-bottom: .75rem;
	}
	
	.section.aptos .d-flex {
		display: block !important;
	}
	.section.aptos .container-fluid {
		margin-top: -15%;
	}
	
}
@media (max-width: 420px) {
	.ico-tour {
		max-height: 30px !important;
	}
	.planta-max {
		max-width: 200px;
	}
	
	.section.aptos .box-plantas h4 {
		font-size: 1rem;
	}
	.section.aptos h6 {
		font-size: .9rem;
	}
	.section.aptos p {
		font-size: .8rem;
	}
}
