@charset "utf-8";
/* CSS Document */
@import url('fonts/estilos-fontes.css');

:root {
	font-size: 16px;
}

.modal-backdrop {    
    background-color: var(--bs-backdrop-bg);
	--bs-backdrop-opacity: 0.9;	
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}


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: 'Charlevoix Pro';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	background: #000021;
	/*color: #cab492;*/
	color: white !important;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	/*color: #cab492;  */
	font-weight: 400;
	letter-spacing: 0.1rem;	
	line-height: 1.4;
}

h1.esp, h2.esp, h3.esp, h4.esp, h5.esp, h6.esp {
	font-family: 'Arkitech';    
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	line-height: 1.75;
}

h3 {
  font-size: 1.45rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.1rem;
}

.bold {
	font-weight: 600 !important;
}

p {
  font-size: 1.3rem;
}
p.legenda {
  font-size: 70% !important;
}
a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
}
.nota-flex {
  font-size: 15px;
  line-height: 1.1;
  font-style: italic;
}

.botao-menu {
  max-height: 70px;
}
.btn {
  border-radius: 50px;
}
#section-home .nav-item a img, #section3 .nav-item a img, #section5 .nav-item a img {
  transition: all .2s;
}
#section-home .nav-item a:hover img, #section3 .nav-item a:hover img, #section5 .nav-item a:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0px 0px 4px #b2743e) contrast(110%);
}
.nav .nav-item {
	padding: .40rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
	letter-spacing: .5rem;
}
.nav .nav-item .nav-link {	
	border-bottom: 1px solid white;
	display: inline-block;
	transition: all .1s;
	font-size: 1.4rem;
	color: white;
	/*border-radius: 5px; */ 
	padding: 10px 30px;	
	/*background: rgba(41,49,110,.5);  */
	font-family: 'Arkitech';
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-shadow: none;
}

.nav .nav-item .nav-link:hover, .nav .nav-item .nav-link:focus { 
  background: rgba(255, 255, 255, .75);
	/*color: white;*/
	color: #000033;
	transform: scale(1.05);
  /*border: 1px solid white;*/
  /*border-radius: 10px; */   
}

.dropdown-menu {
	position: relative;
	border-radius: 0;
	background: #000033;
	background: rgba(240,240,240,.75);
	/*border: 1px solid white;	*/
}

.dropdown-menu.show {	
	display: block;	
	margin-top: -10px;
	border-bottom-right-radius: 10px;
	width: 93%;
}
.dropdown-menu .dropdown-item {
	/*color: #212529;*/
	color: #000031;	
	text-shadow: none;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: .25rem;
	font-family: 'Arkitech';
	font-size: 85%;	
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: rgba(0, 0, 0, .5);
	color: #FFF;
}

.nav .nav-item .nav-link span {  
  display: inline-block;
  position: relative;
  transition: 0.5s;	
}

.nav .nav-item .nav-link span:after {  
  /*content: "\F285";*/
  content: "\F0142";
  /*font-family: "bootstrap-icons";*/
  font-family: "Material Design Icons";
  position: absolute;
  opacity: 0;
  top: 0;  
  right: 30px;
  transition: 0.5s;
	color: #000033;
	z-index: 10;
}

.dropdown-toggle::after {
	content: "\F0140" !important;
	font-family: "Material Design Icons";
	position: absolute;
	margin-left: 0.255em;
	border: none;
	vertical-align: 0.255em;
	display: inline-block;	
    /*display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
}

.nav .nav-item .nav-link:hover span {
  padding-right: 10px;
}

.nav .nav-item .nav-link:hover span:after {
  opacity: 1;
  right: -15px;
}

.accordion {
	--bs-accordion-bg: none;
	--bs-accordion-btn-padding-y: 0.75rem;
	--bs-accordion-active-bg: #f7f1ff;
	/*--bs-accordion-active-bg: transparent;	*/
}


.accordion-button:hover {	
	color: #336699;
}

.accordion h6 {
	font-size: .8rem;
	font-weight: 600;
}


/* Custom CSS page pill */
.section {
  text-align: center;
}
/* Backgrounds */
#section-home, #section1, #section3, #section4, #section5, #section5 {
  background-size: cover !important;
}

#section-home {
	/*background: #000333 url(../../assets/imgs/bgs/bg-01.jpg) no-repeat center center;*/	
	/*background-size: cover;	*/
	touch-action: auto;
	border-top: 5px solid #000033;
}

#section1 {
  background: url("../../assets/imgs/bgs/bg-01.jpg") no-repeat center center;
	position: relative;
	background-size: cover;
}

#section1-2 {
  background: url("../../assets/imgs/bgs/bg-04.jpg") no-repeat center center; 
	position: relative;
	background-size: cover;
}
#section1-3 {
  background: url("../../assets/imgs/bgs/bg-04.jpg") no-repeat center center; 
	position: relative;
	background-size: cover;
}

.bg-home-img-01 {
	background: #000333 url("../../assets/imgs/bgs/bg-home-01.jpg") no-repeat center center;
	background-size: cover;
	position: fixed;	
	width: 100%;
	height: 100vh;
	z-index: 10;
}


.bg-home-img-02 {
	background: #000333 url("../../assets/imgs/bgs/bg-home-02.webp") no-repeat center center;
	background-size: cover;
	position: fixed;	
	width: 100%;
	height: 100vh;
	z-index: 9;
}

.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;
}

.efeito-bg-home:before {
	content: "";
    /*position: absolute;*/
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #000000, #000031);
    opacity: .8;
	mix-blend-mode: multiply;	
}

@keyframes shrink {
	0% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1.25) rotate(7deg);
	}
}

#section3 {
  /*background: #cecece url(../../assets/imgs/bgs/bg-02.jpg) no-repeat right center;*/
  border-top: 5px solid #83D0F5;
  touch-action: auto;
}

.efeito-bg-03 {
	background: #000333 url("../../assets/imgs/bgs//bg-concept.webp") no-repeat center center;
	background-size: cover;
	animation: zoom 7s infinite 2s alternate;	
	position: fixed;	
	width: 100%;
	height: 100vh;	
}

.efeito-bg-03:before,
.efeito-bg-04:before,
.efeito-bg-05:before,
.bg-home-img-01:before,
.bg-home-img-02:before, 
.sec05-bg01:before,
.efeito-bg-04:before {
	content: "";
    /*position: absolute;*/
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #000000, #000031);
    opacity: .6;
	mix-blend-mode: multiply;	
}

.efeito-bg-03:before {	
    opacity: .6 !important;	
}

.bg-local-01:before,
.sec03-bg-06:before {	
    opacity: .25 !important;	
}

.section-03-projeto, .section-03-conf-tec {
  background: url("../../assets/imgs/bgs/bg-cinza.jpg") no-repeat center center fixed;
  background-size: cover !important;	
	color: black;
}

.section-03-projeto:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .40;	
}

.section-03-projeto p, .section-03-projeto table {
	font-size: 1.2rem;
	line-height: auto;
	margin-bottom: 0.25rem;
}

.table-sm>:not(caption)>*>* {
    padding: 0.25rem 0rem;
}



#section4 {
  border-top: 5px solid #000033;
  touch-action: auto;
}

.efeito-bg-04 {
	background: #000333 url("../../assets/imgs/bgs/bg-03.webp") no-repeat center center;
	background-size: cover;
	animation: zoom 7s infinite 2s alternate;	
	position: fixed;	
	width: 100%;
	height: 100vh;	
}


.section-04-life {
  background: url("../../assets/imgs/bgs/bg-cinza.jpg") no-repeat center center fixed;
  background-size: cover; 
}

.section-05-flex {
  background: url("../../assets/imgs/bgs/bg-home-main.jpg") no-repeat center center fixed;
  background-size: cover !important;	
}

.section-05-flex h3 {
  line-height: 3rem;
}

#section5 {  
  border-top: 5px solid #000033;  
  touch-action: auto;
}

.efeito-bg-05 {
	background: #000333 url("../../assets/imgs/bgs/bg-05.jpg") no-repeat center center;
	background-size: cover;
	animation: zoom 7s infinite 2s alternate;	
	position: fixed;	
	width: 100%;
	height: 100vh;	
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@keyframes zoom2 {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.sec05-bg-03 {
  /*background: url("../../assets/imgs/bgs/bg-azul.jpg") no-repeat center center fixed;
  background-size: cover;*/
}

#pp-nav {
  display: none;
}

#section-aptos {
  background: #fff url("../imgs/bgs/bg-04.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 2.5rem;
}


/*setas*/

.section.aptos p {
  color: white;
}
.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;*/
  position: fixed;
  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;
}
.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;
}


/*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;
}

.titulo {  
  font-size: 1rem;
  margin-bottom: 3px;
  font-weight: bold;
  font-style: normal;
}
.box-volta {
  background: url(../../assets/imgs/sol.png) 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;
}

.bg-local-01 {
  background: white url("../imgs/bgs/bg-local-01.jpg") no-repeat center center;
  background-size: cover !important;
  position: relative;
}
.bg-local-02 {  
  position: relative;
}
.bg-local-03 {
  background: white;
  background-size: cover !important;
  position: relative;
}
.bg-local-04 {
  position: relative;
}
.bg-local-05 {
  background: white url("../imgs/bgs/fundo-cinza.jpg") repeat-y center center;
  background-size: cover !important;
  position: relative;
}
.fio {
  border-bottom: 1px solid black;
  display: block;  
}

.mob.fio { 
	display: none; 
}

.sec03-bg-04 {
  background: #f5f5f5 url("../imgs/bgs/textura-borda.jpg") no-repeat left center;
  background-size: 40px 100%;
  position: relative;
}
.sec03-bg-01 {
  background: #f5f5f5 url("../imgs/bgs/bg-concept-01.jpg") no-repeat top center fixed;
  background-size: cover;
	position: relative;
}
.sec03-bg-02 {
  background: #f5f5f5 url("../imgs/bgs/bg-concept-02.jpg") no-repeat center center fixed;
  background-size: cover;
	position: relative;
}
.sec03-bg-03 {
  background: #f5f5f5 url("../imgs/bgs/bg-home-01.jpg") no-repeat center center fixed;
  background-size: cover;
	position: relative;
}
.sec03-bg-04 {
  background: #f5f5f5 url("../imgs/bgs/bg-concept-04.jpg") no-repeat center center fixed;
  background-size: cover;
	position: relative;
}
.sec03-bg-05 {
  /*background: #f5f5f5 url("../imgs/bgs/bg-concept-05.jpg") no-repeat center center fixed;
  background-size: cover;*/
	position: relative;
}

.sec03-bg-06 {
  background: #f5f5f5 url("../imgs/bgs/bg-piscina.jpg") no-repeat center center fixed;
  background-size: cover;
	position: relative;
}



.sec03-areas-comuns {	
	background: #c3c2c0 url("../../assets/imgs/bgs/bg-cinza.jpg") repeat-y top center fixed;
	background-size: cover !important;
	padding: 0px 30px;
	touch-action: auto;
	height: 100vh;
}

.box-sec-03-areas.list-unstyled {
  text-align: left;
  color: black;
  font-size: 90%;
}
.box-sec-03-areas.list-unstyled .media{
  display: flex;
	align-items: center;	
}
.box-sec-03-areas.list-unstyled .media .numero {
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #FFF;
  --padding-top: 1px;
  --margin: 2px 0;
  color: #444;
	border: 1px solid black;
  font-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-sec-03-areas.list-unstyled .media .numero.on {
  background: #336699;
  color: WHITE;
	border: 1px solid white;
}
.box-sec-03-areas.list-unstyled .media-body {
  margin: 5px 3px;
}
.box-sec-03-areas.list-unstyled .media-body span {
  display: inline-block;
  padding: 0px 3px;
  margin-left: 1px;
	
}
.box-sec-03-areas.list-unstyled .media-body a {
  /*margin-left: -8px;*/
  display: inline-block;
  /*color: #333 !important;*/
  border-radius: 10px;
  padding: 0px 3px;
  color: black !important;
  margin-left: -3px;
  border: 1px solid transparent;
}
.box-sec-03-areas.list-unstyled .media-body a:hover {
  background: #336699;
  color: white !important;
  text-decoration: none;
	border: 1px solid white;
}

/* section 05*/
.section-05 .list-unstyled .media{
  display: flex;
	align-items: center;	
}


/* section 06 */
.kal {
  /*mix-blend-mode: multiply;*/
}
#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;
  transform: scale(1.5);
  padding: 2%;
}

.box-residenciais a img {
  border-radius: 50%;
  transition: all .25s;
  border: 3px solid rgba(153, 102, 51, 0.5);
  filter: grayscale(100);
  width: 110px;
  margin-bottom: 10px;
}
.box-residenciais a {
  margin-top: 1rem;
  text-decoration: none;
}
.box-residenciais a img:hover {
  transform: scale(1.1);
  filter: grayscale(0) contrast(110%);
}

.section.aptos .nav-link {
  color: #fff;
  transition: all .25s;
  padding: 3px 0;
}
.section.aptos .nav-link:hover {
  transform: scale(1.2);
}
.section.aptos .navbar.bg-dark {
  background: rgba(153, 102, 51, .9) !important;
}

/* navbar dropdown */
/* ============ 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-conf-tec {
  padding: 45px 0 30px;
}
.box-conf-tec .tab-content {
  padding: 15px;
}
.box-conf-tec .tab-content h4 {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.1rem;
  letter-spacing: .2rem;
  color: #000;
	font-size: 1.15rem;
}
.box-conf-tec .nav-item {
  /*background: rgba(153, 102, 51, 1);*/
  width: 90%;
  margin: 10px auto;
}
.nav-pills .nav-link {
  transition: all .5s;
  color: black !important;
  border-radius: 5px;
  font-size: 1.1rem !important;
	font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #FFF !important;
  background: #f7f1ff;
	background: #000031 !important;
  /*text-shadow: none;*/
}
.nav-pills .nav-link:hover {
  color: #FFF !important;
  background: #000031 !important;
}
.tab-content .list-unstyled li.media {
  margin-bottom: 1rem;
}

.tab-content .list-unstyled .media-body h3 {
  font-size: 1.1rem;
  color: #000000 !important;
}

.tab-content .list-unstyled .media-body h5 {
  font-size: 1.1rem !important;
  color: #000000 !important;
}

.tab-content .list-unstyled .media-body {
  color: #000000 !important;
  text-shadow: none;
  font-size: 1rem;
  line-height: 1.25rem;
}
/* section 05 facilidaes */
.sec05-bg01 {
  background: url("../imgs/bgs/bg-facilidades.webp") no-repeat right 20% bottom fixed;
  background-size: cover !important;
	position: relative;
}

.sec05-bg01 p {
  color: #000;
  font-size: 1rem;
}
.sec05-bg01 .bullet {
  color: #916336 !important;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
/* Breadcrumb */
.breadcrumb {
  margin-bottom: 0;
  background-color: rgba(0, 0, 49, .80);
  border-bottom-right-radius: 15px;
  text-transform: uppercase;
  font-size: .75rem;
  margin-top: 0px;
  position: fixed;
  padding: 6px 32px 6px 16px;
  border-top: 5px solid rgba(255, 255, 255, .6);
  z-index: 11;
  color: rgba(255, 255, 255, .5);
}

.breadcrumb-item a .mdi {
	background: #336699;	
	padding: 10px;
	border-radius: 50%;
	transform: .25 all;
}
.breadcrumb-item a:hover .mdi {
	background: #339999;
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
  color: rgba(255, 255, 255, .8);
}
.breadcrumb-item a {
  color: inherit;
}

.breadcrumb-item a {
  color: inherit;
}

.breadcrumb-item+.breadcrumb-item::before {    
    color: rgba(255,255,255,.5);
}


/* box legenda foto */
.box-bg-legenda-foto {
  /*position: relative;*/
}
.box-bg-legenda-foto {
  position: fixed;
  top: 25px;
  right: 25px;
  font-size: 12px;
  text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
  color: white;
  z-index: 100;
	text-align: right;
  /*margin-bottom: 100px;*/
}
.box-bg-legenda-foto.vertical {
   writing-mode: vertical-lr;
   transform: rotate(180deg);
}
/*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 a {
  transition: all .5s;
  border: 3px solid rgba(255, 255, 255, 1) !important;
}
.item a:hover {
  transform: scale(1.1);
  position: relative;
  border: 1px solid white;
}
.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-content iframe {
	/*height: 75vh;*/
}
.vbox-container {
  overflow-y: auto;
}
.vbox-next, .vbox-prev {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all .25s;
	border: 1px solid white;
}
.vbox-next:hover, .vbox-prev:hover {
	background: #336699;
  transform: scale(1.2);
}
.vbox-next span {
  right: 18px;
  top: 15px;
}
.vbox-prev span {
  left: 18px;
  top: 15px;
}
.vbox-title {
  font-size: .75rem;
  text-transform: uppercase;
  background: #336699 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
	white-space: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vbox-close {
  font-size: 1.5rem;
  background: #336699 !important; 
}
.vbox-left {
  background: #336699 !important;
  border-bottom-right-radius: 15px;
  padding-right: 10px;
}
.vbox-num {
  background: #336699 !important;
}
.vbox-next span, .vbox-prev span {
  width: 15px !important;
  height: 15px !important;
  /*border: 2px solid transparent;*/
}
/* VenoBox FIM */
/* animate custom */
.fadeInLeft, .fadeInRight, .fadeInDown, .fadeInUp {
  animation-duration: 3s;
}
/*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;
}
.lupa .fa {
  /*color: #6DC49E !important;*/
  color: black !important;
}
.lupa .fa:hover {
  color: green !important;
}
.box-plantas {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.box-plantas span {
  font-size: 80%;
  color: #FFF;
}
.controles {
  width: 100%;
  position: absolute;
  z-index: 10;
  padding-top: 1rem;
}
.controles .fa {
  /*color: rgba(255,255,255,0.5);*/
  color: rgba(174, 147, 96, 0.75);
  transition: all .25s;
  font-size: 2rem;
}
.controles .fa:hover {
  color: rgba(255, 255, 255, 1) !important;
  transform: scale(1.25);
}
/*media queries */


@media (max-width: 1366px) {
  
  .box-sec-03-areas.list-unstyled {
    font-size: 70% !important;
  }  
  .box-plantas span {
    font-size: 1.25rem !important;
  }
  .box-iframe .figlio {
    max-width: 90%;
    padding: 0 !important;
  }
  .venoframe {
    height: 50vh !important;
    overflow: hidden;
  }
  .vbox-content img {
    /*max-height: 540px;*/
  }
 
  .box-index h1 {
    font-size: 1.75rem;
  }
  .box-index h4 {
    font-size: 1.25rem;
  }
  
  p {
    font-size: 1rem !important;
  }
  p b {
    font-size: .9rem !important;
  }
	.mob .fio {
		display: block;
	}
	
	.section-03-projeto .vh-100,
	/*.sec05-bg01 .vh-100,*/
	.section-03-conf-tec .vh-100 {
		height: 100% !important;  
	}
	
	.sec05-bg01 {
		padding: 60px 0;
	}

	
}
@media (max-width: 1366px) and (orientation: landscape) {
  .botao-menu {
    max-height: 55px;
  } 
	
}

@media (max-width: 1100px) and (orientation: landscape) {
   #section1-2 .vh-100,
	#section1-3 .vh-100 {
		height: 100% !important;  
	} 
}



@media (max-width: 1024px) {
	
	.box-3-quartos img {
		max-height: 100px !important;
		height: 100%;
		top: 32px;
		left: 0;
	} 
	
	#pagepiling {
		overflow-y: auto !important;
	}
	
	.botao-menu {
		max-height: 60px;
	} 
	
	.box-table .pp-tableCell {
		padding: 60px;
	}
	
	.section-05-flex .img-flex {
		width: 260px;
	}

	.section-05-flex h3 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.sec03-bg-05 h4 {
	  font-size: 70%;
		top: auto !important;
		bottom: -5% !important;
	}
	
	.areas h6 span {
		font-size: 90% !important;
	}
	
	.box-plantas h4:first-of-type {
		font-size: 1rem;		
	}
	
}

@media (max-width: 992px) {
  
  .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-05-flex {
	  background: url("../../assets/imgs/bgs/bg-home-main.jpg") no-repeat center center;
	  padding: 60px 0;	
	}
	
	.section-05-flex .vh-100 {
	  height: 100% !important;
	}
	
	.section-05-flex .img-flex {
		width: 170px;
	}
	
	.sec03-areas-comuns .vh-100 { 
		height: 100% !important;
	}
	
	.sec03-areas-comuns { 
		height: 100% !important;
		background: none;	
		background-size: cover; 
	}	
	
	
}
@media (max-width: 768px) { 
	h6.special {
		font-size: 80%;
		line-height: 1.25rem;
	}
	p.legenda {
		font-size: 45% !important;
	} 
	p {		
		text-align: center !important;
	}
	.kal {
		max-width: 170px;		
	}
	.sec03-areas-comuns {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
	.box-ele-deco-01, .box-ele-deco-02, .box-3-quartos img {
		max-height: 90px !important;
	}
	.navbar-nav .nav-link .fa-2x {
		font-size: 1.5em;
	}
	.box-index {
		background-color: rgba(255, 255, 255, 0.25) !important;
		padding: 30px;
		margin: 0 30px;
	}
	.box-index img {
		width: 230px;
	}
	
	.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;
		line-height: 18px;
	}	
	
	.nav .nav-item {
		text-align: center;
    }
	
	.nav .nav-item .nav-link {
      font-size: 1.25rem;		
    }
	
	#section1 {
	  background: url("../../assets/imgs/bgs/bg-01.jpg") no-repeat center right; 
		background-size: cover !important;
	}
	
	#section1 img.mobile {
	  display: block !important;
		margin: 0 auto;
	}
	
	.dropdown-menu.show{		
		width: 100% !important;
		text-align: center;		
	}
	
	.navbar {
		display: block;
	}
	
	.accordion h6 {
		font-size: 0.6rem;
	}
	
	.bg-local-01 {
	  background: white url("../imgs/bgs/bg-local-01.jpg") no-repeat top left 5%;
	}
	
	.bg-local-01 h3 {
	  font-size: 100%;
		text-align: center;		
	}
	
	#section3 h6 {
		font-size: 80%;
		text-align: center !important;
	}
	#section3 .text-start {		
	  text-align: center!important;
	}
	
	.sec05-bg01 h4 {
		font-size: 100%;		
	}
	
	.box-plantas {
		text-align: center !important;		
	}
	#section1 h5 {
		font-size: 1rem;
	}
	.section-03-conf-tec h4 {
		font-size: 1.1rem;
	}
	
	.section-05-flex h4 {
		font-size: 1.05rem;
	}
	
	}
  @media (max-width: 576px) {
    /*.seta {display:none;*/
    .nav-pills {
      height: auto;
    }
    .nav-pills .nav-item:first-of-type {
      margin-top: 20px;
    }
    .nav-pills .nav-item:last-of-type {
      margin-bottom: 20px;
    }    
    
    .nav-link.flex .fa-3x {
      font-size: 2rem;
    }
    .nav-link.flex span {
      font-size: .85rem;
    }
    .box-sec-03-areas.list-unstyled .media-body {
      /*font-size: 12px;*/
    }
    .box-sec-03-areas.list-unstyled .media .numero {
      /*width: 22px;
      height: 22px;
      padding-top: 2px;
      font-size: 1rem;*/
    }
   
    .mt-4, .my-5, .mt-5, .my-5 {
      margin-top: 1rem !important;
    }
    .sec03-bg-01 .mt-4, .sec03-bg-01 .my-5, .sec03-bg-01 .mt-5, .sec03-bg-01 .my-5 {
      margin-top: -3rem !important;
    }
    .sec03-bg-01 {
      background: #f5f5f5 url("../imgs/conceito-01.jpg") no-repeat center center fixed;
    }
    .box-conf-tec .tab-content {
      padding: 30px 0 !important;
    }
    .tab-content .list-unstyled .media-body {
      font-size: 1rem !important;
      line-height: 1rem !important;
    }
    .navbar-brand img {
      width: 100px;
    }
    .navbar-brand {
      font-size: 1rem !important;
    }
    .navbar-toggler {
      padding: .2rem .5rem;
      font-size: 1rem;
    }
    .breadcrumb {
      font-size: 80% !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: .9rem;
		margin-bottom: 0;
	  }
	  .nav .nav-item .btn {
		  font-size: .7rem !important;
	  }
    .logo-mobi {
      max-width: 240px;
      margin-top: 1rem;
    }
  }
  @media (max-width: 420px) {
	  h6.special {
		  font-size: 35% !important;
	  }
	  h6.special2 {
		  font-size: 37% !important;
		  line-height: 125% !important;
	  }
	  .ico-tour {
		  max-height: 30px !important;
	  }
	}


/*slick*/
.slick-prev {
    left: 15px;
	z-index: 1000;
}

.slick-next {
    right: 15px;
	z-index: 1000;
}

.slick-dots li.slick-active button:before {
    color: white;   
}

.slick-dots li button:before {    
    color: white;
    opacity: 0.2;
	
}

.slick-prev:before, .slick-next:before {    
    font-size: 35px;    
}

.slick-prev, .slick-next {    
    height: 35px;
    width: 35px;   
}




