/* animações */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/* fim animação */
.nav-link:hover{
  color: #b6761d!important;
}
.conq{
  color: #b6761d!important;
}
/* ####################### fim do header ##################### */
/* ####################### menu lateral ###################### */
.linha{
  background-color: #b6761d;
}
.number, .texto{
  color: #b6761d;
}
.rolar, .rolar:hover, .rolar:visited{
  color: #484848;
}
.ativado, .ativado:hover, .ativado:visited{
  color: #b6761d;
}
/* ####################### fim menu lateral ############# */
/* menu fixo parte de baixo */
#whats-foot:hover, #email-foot:hover, #fone-foot:hover{
  color: #b6761d;
}
/* ##### working primeira parte  ############*/
#layout{
	position: relative;
	overflow: hidden;
	margin-top: 5rem;
} 
#working{
  position: relative;
  margin-top: 2rem;
}
/* .hf{
  line-height: 1.35rem;
} */
/* ####################### fim do header ##################### */
/* controle de br */
/* rm_b */
.tsf{
  line-height: 1.45rem;
}
.titulo-all{
  line-height: 14rem;
}
.sub-all{
  line-height: 1.8rem;
}
/* ssss */
.bloco-um-li{
	text-align: right;
	margin-right: 15%;
}
.margin-complexo-l{
	margin-right: -1.2rem;
  margin-top: 3.5rem;
}
.marg-cont{
	margin-right: .3rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	line-height: 1.35rem;
}
/* layout */
.linha-li{
  position: absolute;
  z-index: 1;
  top: 0%;
  left: -76%;
  width: 200%;
  border-top: 2.5px solid #b6761d;
  transform: rotate(35.5deg);
  -ms-transform: rotate(35.5deg);
  -webkit-transform: rotate(35.5deg);
}
/* lado esquerdo */
.triangulo-um-li{
  position: absolute;
  top: -19.5%;
  left: -41%;
  z-index: -1;
  margin-left: 40%;
  width: 0;
  border-left: 800px solid #fff;
  border-top: 575px solid transparent;
  border-bottom: 540px solid transparent;
}
/* lado direito */
.triangulo-dois-li{
  position: absolute;
  top: 6%;
  left: 30.5%;
  z-index: -1;
  margin-left: 40%;
  width: 0;
  border-right: 800px solid #fff;
  border-top: 490px solid transparent;
  border-bottom: 555px solid transparent; 
}
.img-li{
	position: relative;
	width: 100%;
	top: -6.8rem;
}
.logo-li{
  position: absolute;
  width: 17%;
  left: 12%;
  top: 5%;
}
/* ######## working caracteristicas ############# */
#caracterW{
	position: relative;
} 
.exc{
	text-align: right;
	margin-right: 7rem;
}
.img-exc-um{
	position: relative;
	left: 15%;
}
.img-exc-dois{
	position: relative;
	top: 355px;
	left: 17%;
}
.exc-conjunto{
  position: relative;
  top: -120px;
  left: 49.5%;
  width: 530px;
  background-color: #222020;
  padding: 2.5rem;
  border-bottom: 8px solid #b6761d;
}
.exc-titulo{
  text-align: left;
  font-size: 150%;
  margin-bottom: 1rem;
}
.exc-texto{
  font-family: avenirroman!important;
  text-align: justify;
  line-height: 1.35rem;
}
.exc-p-um{
	position: relative;
	top: -470px;
	left: 47%;
  width: 535px;
}
.exc-p-dois{
	position: relative;
	top: -170px;
	left: 27%;
  padding-bottom: 1rem;
}
.exc-box-baixo{
	margin-left: 12%;
}
/* #### Losango da caracteristica ########## */
.rhombus, .rhombus1, .rhombus2, .rhombus3 { 
	display: inline-block;
	width: 120px; 
	height: 120px;
	margin-right: 4.5rem;
	border:solid 3px #484848;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.exc-fas{
	margin-top: 2.2rem;
	font-size: 3rem;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.cass{
  display: inline-block;
  color: #484848;
}
/* primeiro */
.fa-briefcase{
  margin-left: 2.1rem;
} 
.pisc{
  margin-left: -1.5rem;
}
/* segundo */
.fa-medal{
	margin-left: 2.2rem;
}
.vip{
  margin-left: -.1rem;
}
/* terceiro */
.fa-microphone-alt{
	margin-left: 2.5rem;
}
.minig{
  margin-left: -1.1rem;
}
/* quarto */
.fa-handshake{
	margin-left: 1.9rem;	
}
.baby{
  margin-left: 0;
}
/* quinto */
.fa-shopping-cart{
  margin-left: 1.8rem;
}
.mall{
  margin-left: 1.1rem;
}
/* sexto */
.fa-users{
	margin-left: 1.75rem;	
}
.salas{
  margin-left: 1.4rem;
}
.exc-figuras{
	margin-top: 4rem;
	margin-left: 12%;
}
.f1, .f2, .f3, .f4{
  color: #484848;
}
.exc-tit{
  display: inline-block;
  margin-top: 3rem;
  text-align: center;
  line-height: 1.5rem;
}
.exc-t-um{
  font-size: 1.3rem;
  font-family: avenirblack;
  letter-spacing: .2rem;
}
.prev_dif, .next_dif {bottom: 8%; margin-bottom: -8px;}
.next_dif{ right: 44%; }
.prev_dif{left: 5%;}
.prev_dif:hover, .next_dif:hover{ color: #485252!important; }
/* ## triangulo exclusivo direito ## */
.triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
  position: absolute;
  top: 54.5%;
  width: 0;
  border-top:  562.8px solid transparent;
  border-bottom:  562.8px solid transparent;
}
.triangulo-dois-exc{
  right: -18%;
  z-index: -1;
  border-right: 844.2px solid #fff;
}
.triangulo-tres-exc{
  right: -10%;
  z-index: -2;
  border-right: 844.2px solid #282727;
}
.triangulo-quatro-exc{
  right: -9.7%;
  z-index: -3;
  border-right: 844.2px solid #b6761d;
}
/* ################## Galeria Working ####################### */
#galeriaW{
  position: relative;
 }
 #galeriaW:before{
  content: '';
  display: block;
  width: 57%;
  height: 3.5px;
  background: #b6761d;
  margin-top: 10rem;
  margin-left: 0;
  margin-bottom: 2rem;
}
#galeriaW:after{
  content: '';
  display: block;
  width: 60%;
  height: 3.5px;
  background: #b6761d;
  margin-left: 41%;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.legenda-p{
  text-align: center;
  margin-top: .75rem;
  opacity: 1;
}
.capa{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgb(40,39,39,.8);
}
.img-gal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; 
  transition: 2s ease;
}
.gal-um, .gal-dois, .gal-tres, .gal-quatro {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 20rem;
} 
.img-com:hover .img-gal{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.img-com{
  position: relative;
  display: inline-block;
  width: 400px;
  height: 300px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* setas galeria e planta (geral) */
.prev, .next, .prev-pla, .next-pla,.prev-plaM, .next-plaM, .prev_dif, .next_dif { opacity: 1; cursor: pointer; position: absolute; z-index: 1000; width: auto; padding: 20px; color: #484848!important; font-weight: bold; transition: 0.4s ease; font-size: 40px; }
.prev:hover, .prev-pla:hover, .next-pla:hover, .next:hover, .prev-plaM:hover, .next-plaM:hover, .prev_dif, .next_dif{ color: #485252!important; }
.prev, .next {top: 51.2%; margin-top: -51.2px;}
.next{ right: 13%; }
.prev, .prev-pla,.prev-plaM {left: 11%;}
.prev:hover, .next:hover{ border: none;}
.fade{ 
  opacity: 1;
  transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}
/* ######## mix working ############## */
.controle-mix{
  margin-left: 15%;
}
.t-mix{
  margin-left: -.5rem;
}
.img-mix{
  width: 70%;
  margin-top: 2rem;
  margin-bottom: 10rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ####### plantas working ################ */
.controle-planta{
  text-align: right;
  margin-right: 15rem;
 }
 .t-planta{
  margin-right: -1.2rem;
 }
 .tsf-planta{
  margin-right: .5rem;
 }
 #plantasW{
  position: relative;
 }
 .img-planta{
  width: 75%;
  margin-left: 60%;
 }
.tx_bog{
  position: absolute;
  text-align: right;
  margin-top: 3%;
  right: -42rem;
}
.tx_marc{
  color: #b6761d;
}
.img-planta{
  width: 90%;
  margin-top: 4%;
  margin-left: 85%;
}
.planta-dir-t{
  position: absolute;
  left: 15%;
  margin-left: -15px;
  top: 52%;
  margin-top: -52px;
  font-family: avenirlight;
  line-height: 1.4rem;
  color: #b6761d;
  font-size: 1.3rem;
  letter-spacing: .3rem;
}
.prev-pla, .next-pla {top: 64.4%; margin-top: -64.4px;}
.next-pla{
  right: 12%;
}
.prev-pla{
  left: 34.5%;
}
.controle-im-pla{
  position: relative;
  margin-top: 7rem;
  margin-left: 0%;
  margin-bottom: 10rem;
}
/* layout */
/* ## triangulo planta esquerdo ## */
.triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
  position: absolute;
  top: 11.8%;
  width: 0;
  border-top: 560px solid transparent;
  border-bottom: 560px solid transparent;
}
.triangulo-um-pla{
  left: -9.7%;
  z-index: -3;
  border-left: 800px solid #b6761d; 
}
.triangulo-dois-pla{
  left: -10%;
  z-index: -2;
  border-left: 800px solid #282727;
}
.triangulo-tres-pla{
  left: -18%;
  z-index: -1;
  border-left: 800px solid #fff;
}
/* ###### começo mall ####################### */
#mall{
  position: relative;
}
.img-mall{
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.controle-mall{
  margin-left: 15%;
  margin-bottom: 2rem;
}
.tsf-mall{
  margin-top: 2rem;
  margin-left: 11%;
}
.mall-fas{
  margin-top: 2.2rem;
  font-size: 3rem;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fa-shopping-cart{
  margin-left: 1.8rem;
}
.fa-cookie-bite{
  margin-left: 2.1rem;
}
.fa-dumbbell{
  margin-left: 1.9rem;  
}
.mall-figuras{ 
  margin-top: 7rem;
  margin-left: 16.3%;
}
.g1, .g2, .g3, .g4{
  color: #484848;
}
.mall-tit{
  display: inline-block;
  margin-top: 3rem;
  text-align: center;
  line-height: 1.5rem;
  letter-spacing: .2rem
}
.cookie, .gym{
  position: relative;
  top: -24.5px;
}
.shop{
  margin-left: -.1rem;
}
.cookie{
  margin-left: 3.5rem;
}
.gym{
  margin-left: 4.2rem
}
.mall-t-um{
  font-size: 1.3rem;
  font-family: avenirblack;
}
/* parte do singular */
#mixM{
  position: relative;
}
.mixM{
  margin-left: -.4rem;
}
.img-mixM{
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.controle-mixM{
  margin-left: 8%;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
/* layout */
.linha-mixM{
  position: absolute;
  z-index: 1;
  top: 30%;
  left: -76%;
  width: 200%;
  border-top: 2.5px solid #b6761d;
  transform: rotate(148.5deg);
  -ms-transform: rotate(148.5deg);
  -webkit-transform: rotate(148.5deg);
}
 /* lado direito */
.triangulo-um-mixM{
  position: absolute;
  top: -26%;
  left: 26.5%;
  z-index: -1;
  margin-left: 35%;
  width: 0;
  border-right: 800px solid #fff;
  border-top: 490px solid transparent;
  border-bottom: 490px solid transparent; 
}
/* baixo */
.triangulo-dois-mixM{
  position: absolute;
  top: 8.5%;
  left: -55%;
  margin-left: 35%;
  z-index: -1;
  width: 0;
  border-right: 1500px solid transparent;
  border-left: 1500px solid transparent;
  border-bottom: 900px solid #fff;  
}
.baixo-mixM{
  position: relative;
  top: 5.8rem;
  right: 47%;
  text-align: right;
}
.logo-mixM{
  width: 15%;
}
.img-mixM{
  position: relative;
  top: -570px;
  right: -18%;
  width: 25%;
}
/* ######### caracteristicas Mall ############## */
#caracterM{
  position: relative;
  margin-top: -23rem;
} 
.img-caracterM-um{
  position: relative;
  left: 15%;
}
.img-caracterM-dois{
  position: relative;
  top: 355px;
  left: 17%;
}
.caracterM-conjunto{
  position: relative;
  top: -120px;
  left: 49.5%;
  width: 530px;
  background-color: #222020;
  padding: 2.5rem;
  border-bottom: 8px solid #b6761d;
}
.caracterM-titulo{
  text-align: left;
  font-size: 150%;
  margin-bottom: 1rem;
}
.caracterM-texto{
  font-family: avenirroman!important;
  text-align: justify;
  line-height: 1.35rem;
}
.caracterM-p-um{
  position: relative;
  top: -480px;
  left: 47%;
  padding-bottom: 1rem;
  width: 540px;
}
.caracterM-p-dois{
  position: relative;
  top: -170px;
  left: 27%;
}
.caracterM-box-baixo{
  margin-left: 12%;
}
/*######## layout caracteristica ############# */
/* direito */
.triangulo-um-caracterM{
  position: absolute;
  top: -.8rem;
  right: -24%;
  z-index: -1;
  width: 0;
  border-right: 800px solid #fff;
  border-top: 800px solid transparent;
  border-bottom: 800px solid transparent;   
}
/*##################### Galeria Mall #################### */
#galeriaM{
  position: relative;
}
#galeriaM:before{
  content: '';
  display: block;
  width: 57%;
  height: 3.5px;
  background: #b6761d;
  margin-top: 10rem;
  margin-left: 0;
  margin-bottom: 2rem;
}
#galeriaM:after{
  content: '';
  display: block;
  width: 60%;
  height: 3.5px;
  background: #b6761d;
  margin-left: 41%;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.img-gal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.gal-umM {
  margin-right: -50px;
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 30rem;
}

/* ########################### localização ####################### */
.loca-conjunto{
  border-bottom: 8px solid #b6761d;
}
#contato::before{
  background: #b6761d;
}
.triangulo-tres-tato{
  border-right: 90vh solid #b6761d;
}

@media (max-width: 1680px) and (max-height: 1050px){
  .bloco-um-li{
    margin-right: 10%;
  }
  .triangulo-um-li{
    top: -21.5%;
    left: -5.3%;
    margin-left: -40px;
  }
  .linha-li{
    left: -78.8%;
  }
  .triangulo-dois-li{
    top: 6%;
    left: 79%;
    margin-left: -80px;
  }
  /* imponente  e caracteristicas mall*/
  .img-exc-um, .img-caracterM-um{
    left: 8%;
  }
  .img-exc-dois, .img-caracterM-dois{
    left: 10%;
  }
  .img-caracterM-dois{
    top: 400px;
  }
  .exc-p-um, .caracterM-p-um{
    top: -430px;
    left: 42%;
  }
  .exc-p-dois, .caracterM-p-dois{
    left: 25%;
  }
  /* triangulo da parte de cima */
  .triangulo-um-exc{
    top: -.8%;
    left: -37%;
  }
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 54.5%;
  }
  .triangulo-dois-exc{
    right: -23%;
  }
  .triangulo-tres-exc{
    right: -15%;
  }
  .triangulo-quatro-exc{
    right: -14.7%;
  }
  /* triangulo da parte de baixo */
  .triangulo-um-caracterM{
  right: -29.9%;
  }
  /* dif */
  .next_dif{ right: 38.4%; }
  /* galeria */
  #galeria:before{
     margin-bottom: 0;
  }
  #galeria:after{
   margin-top: 0;
  }
  .gal-um, .gal-dois {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 17rem; 
  }
  .gal-umM {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .img-com{
    width: 350px;
    height: 250px;
  }
  /* planta */

  /* ## triangulo planta esquerdo ## */
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: 11.8%;
  }
  .triangulo-um-pla{
    left: -22.7%;
  }
  .triangulo-dois-pla{
    left: -23%;
  }
  .triangulo-tres-pla{
    left: -28%;
  }
  .img-planta{
    margin-left: 65%;
  }
  .planta-dir-t{
    left: 5%;
    margin-left: -5px;
  }
  .tx_bog{
    margin-top: 4%;
    right: -54%;
  }
  .next-pla{
    right: 10%;
  }
  .prev-pla{
    left: 28.5%;
  }
  /* MALL */
  .tsf-mall{
    margin-top: 6rem;
    margin-left: 15%;
  }
  .gym{
    margin-left: 4.4rem
  }
  /* completo */
  .linha-mixM{
    top: 31.5%;
  }
  .triangulo-dois-mixM{
    top: 10.5%;
    left: -26%;
    margin-left: 25px;
    border-right: 1400px solid transparent;
    border-left: 1400px solid transparent;
    border-bottom: 850px solid #fff;  
  }
  .triangulo-um-mixM{
    top: -25.6%;
  }
  .baixo-mixM{
    position: relative;
    top: 3.4rem;
    right: 47%;
    text-align: right;
  }
  .logo-mixM{
    width: 13%;
  }
  .img-mixM{
    top: -570px;
    right: -18%;
    width: 27%;
  }
  /* caracteristica */
}
@media (max-width: 1600px) and (max-height: 900px){
  #layout{
    margin-top: 3rem;
  }
  .titulo-all{
    margin-bottom: 1.2rem;
  }
  .linha-li{
    left: -75%;
  }
  .bloco-um-li{
    margin-top: 4.5rem;
    margin-right: 12%;
  }
  .triangulo-um-li{
    top: -28%;
    left: -7%;
    margin-left: -40px;
  }
   .triangulo-dois-li{
    top: 1.5%;
  }
  .logo-li{
    width: 15%;
    top: 5.5%;
  }
  #caracterW{
    margin-top: -5rem;
  }
  .img-exc-um,.img-exc-dois, .img-caracterM-um, .img-caracterM-dois{
    width: 38%;
  }
  .exc-p-dois, .caracterM-p-dois{
    left: 19%;
  }
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 51.25%;
  }
  .triangulo-dois-exc{
    right: -30%;
  }
  .triangulo-tres-exc{
    right: -22%;
  }
  .triangulo-quatro-exc{
    right: -21.7%;
  }
  .next_dif{ right: 36.4%; }
  .prev_dif, .next_dif {bottom: 8.45%; margin-bottom: -8.45px;}
  .gal-um, .gal-dois {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 17rem; 
  }
  .gal-umM{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .img-com{
    width: 320px;
    height: 220px;
  }
  .next{ right: 14.2%; }
  /* planta */
  .img-planta{
    margin-left: 59%;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: 9.5%;
  }
  .triangulo-um-pla{
    left: -22.7%;
  }
  .triangulo-dois-pla{
    left: -23%;
  }
  .triangulo-tres-pla{
    left: -28%;
  }
  .tx_bog{
    right: -50%;
  }
  .cookie{
    margin-left: 3.8rem;
  }
  .gym{
    margin-left: 4.6rem
  }
  /* completo */
  .linha-mixM{
    top: 33.5%;
  }
  .triangulo-dois-mixM{
    top: 10.5%;
    left: -30.5%;
    margin-left: 25px;
    border-right: 1400px solid transparent;
    border-left: 1400px solid transparent;
    border-bottom: 850px solid #fff;  
  }
  .triangulo-um-mixM{
    top: -28.6%;
  }
  .logo-mixM{
    width: 11%;
  }
  .img-mixM{
    top: -470px;
    right: -18%;
    width: 27%;
  }
  .baixo-mixM{
    position: relative;
    top: 8rem;
    right: 47%;
    text-align: right;
  }
  #caracterM{
    margin-top: -13rem;
  }
  .triangulo-um-caracterM{
    right: -32.5%;
  }
  .img-caracterM-dois{
    top: 380px;
  }

}
@media (max-width: 1440px) and (max-height: 900px){
  #layout{
    margin-top: 3rem;
  }
  .titulo-all{
    margin-bottom: 1rem;
  }
  .bloco-um-li{
    margin-right: 10%;
  }
  .img-li{
    top: -5rem;
  }
  .linha-li{
    left: -78%;
  }
  .triangulo-um-li{
    top: -30%;
    left: -12.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: .2%;
  }
  .logo-li{
    width: 12%;
    top: 9.5%;
  }
  #caracterW{
    margin-top: -3rem;
  }
  .exc{
    margin-right: 12rem;
  }
  .exc-conjunto, .caracterM-conjunto{
    width: 430px;
    padding: 1.5rem;
  }
  .rm_b{
    display: none;
  }
  .exc-p-um, .caracterM-p-um{
    top: -320px;
  }
  .exc-p-dois{
    top: -160px;
    left: 22.4%;
  }
  .caracterM-p-dois{
    top: -200px;
    left: 22.4%;
  }
  /* caracter */
   .exc-t-um, .mall-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas, .mall-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  /* primeiro */
  .fa-briefcase{
    margin-left: 1.4rem;
  } 
  .pisc{
    margin-left: -1rem;
  }
  /* segundo */
  .fa-medal{
    margin-left: 1.5rem;
  }
  .vip{
    margin-left: -.3rem;
  }
  /* terceiro */
  .fa-microphone-alt{
    margin-left: 1.9rem;
  }
  .minig{
    margin-left: -.4rem;
  }
  /* quarto */
  .fa-handshake{
    margin-left: 1.3rem;  
  }
  .baby{
    margin-left: 0;
  }
  /* quinto */
  .fa-shopping-cart{
    margin-left: 1.1rem;
  }
  .mall{
    margin-left: .1rem;
  }
  /* sexto */
  .fa-users{
    margin-left: 1.2rem; 
  }
  .salas{
    margin-left: .9rem;
  }
  .next_dif{ right: 39.4%; }
  .prev_dif, .next_dif {bottom: 8%; margin-bottom: -8px;}
  /* outro dif */
  .fa-cookie-bite{
    margin-left: 1.5rem;
  }
  .fa-dumbbell{
    margin-left: 1.1rem;  
  }
  .shop{
    margin-left: -1.3rem;
  }
  .cookie{
    margin-left: 2.2rem;
  }
  .gym{
    margin-left: 2.8rem
  }
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 48.7%;
  }
  .triangulo-dois-exc{
    right: -37%;
  }
  .triangulo-tres-exc{
    right: -29%;
  }
  .triangulo-quatro-exc{
    right: -28.7%;
  }
  /* galeria */
  .img-com{
    width: 300px;
    height: 200px;
  }
  .gal-um, .gal-dois {
    margin-left: 12rem; 
  }
  .gal-umM{
    margin-left: 25rem;
  }
  .prev {left: 7%;}
  /* planta */
  .controle-im-pla{
    margin-top: 4rem;
  }
  .img-planta{
    width: 80%;
    margin-left: 54%;
  }
  .tx_bog{
    right: -35%;
  }
  .planta-dir-t{
    font-size: 1.1rem;
    top: 58%;
    margin-top: -58px;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: 1.5%;
  }
  .triangulo-um-pla{
    left: -32.7%;
  }
  .triangulo-dois-pla{
    left: -33%;
  }
  .triangulo-tres-pla{
    left: -38%;
  }
  /* completo */
  .baixo-mixM{
    top: 5.1rem;
    right: 47%;
  }
  .img-mixM{
    position: relative;
    top: -420px;
    right: -18%;
    width: 25%;
  }
  .triangulo-um-mixM{
    top: -31%;
    left: 61.5%;
    margin-left: -61.5px;
    border-right: 800px solid #fff;
    border-top: 490px solid transparent;
    border-bottom: 490px solid transparent;
  }
  .triangulo-dois-mixM{
    position: absolute;
    top: 14%;
    left: -21%;
    margin-left: 21px;
    border-right: 1060px solid transparent;
    border-left: 1060px solid transparent;
    border-bottom: 650px solid #fff;   
  }
  /* caracter */
  .triangulo-um-caracterM{
    top: -6.6rem;
    right: -34.5%;
  }
}
@media (max-width: 1366px) and (max-height: 1024px){
  .bloco-um-li .titulo-all{
    margin-top: 8rem;
  }
  #layout{
    margin-top: 3rem;
  }
  .titulo-all{
    margin-bottom: 1rem;
  }
  
  .img-li{
    top: -5rem;
  }
  .linha-li{
    left: -78%;
  }
  .triangulo-um-li{
    top: -30%;
    left: -12.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: .2%;
  }
  .logo-li{
    width: 12%;
    top: 9.5%;
  }
  #caracterW{
    margin-top: -3rem;
  }
  .exc{
    margin-right: 12rem;
  }
  .exc-conjunto, .caracterM-conjunto{
    width: 430px;
    padding: 1.5rem;
  }
  .rm_b{
    display: none;
  }
  .exc-p-um, .caracterM-p-um{
    top: -320px;
  }
  .exc-p-dois{
    top: -160px;
    left: 22.4%;
  }
  .caracterM-p-dois{
    top: -200px;
    left: 22.4%;
  }
  /* caracter */
   .exc-t-um, .mall-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas, .mall-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  /* primeiro */
  .fa-briefcase{
    margin-left: 1.4rem;
  } 
  .pisc{
    margin-left: -1rem;
  }
  /* segundo */
  .fa-medal{
    margin-left: 1.5rem;
  }
  .vip{
    margin-left: -.3rem;
  }
  /* terceiro */
  .fa-microphone-alt{
    margin-left: 1.9rem;
  }
  .minig{
    margin-left: -.4rem;
  }
  /* quarto */
  .fa-handshake{
    margin-left: 1.3rem;  
  }
  .baby{
    margin-left: 0;
  }
  /* quinto */
  .fa-shopping-cart{
    margin-left: 1.1rem;
  }
  .mall{
    margin-left: .1rem;
  }
  /* sexto */
  .fa-users{
    margin-left: 1.2rem; 
  }
  .salas{
    margin-left: .9rem;
  }
  .next_dif{ right: 39.4%; }
  .prev_dif, .next_dif {bottom: 8%; margin-bottom: -8px;}
  /* outro dif */
  .fa-cookie-bite{
    margin-left: 1.5rem;
  }
  .fa-dumbbell{
    margin-left: 1.1rem;  
  }
  .shop{
    margin-left: -1.3rem;
  }
  .cookie{
    margin-left: 2.2rem;
  }
  .gym{
    margin-left: 2.8rem
  }
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 48.7%;
  }
  .triangulo-dois-exc{
    right: -37%;
  }
  .triangulo-tres-exc{
    right: -29%;
  }
  .triangulo-quatro-exc{
    right: -28.7%;
  }
  /* galeria */
  .img-com{
    width: 300px;
    height: 200px;
  }
  .gal-um, .gal-dois {
    margin-left: 12rem; 
  }
  .gal-umM{
    margin-left: 25rem;
  }
  .prev {left: 7%;}
  /* planta */
  .controle-im-pla{
    margin-top: 4rem;
  }
  .img-planta{
    width: 80%;
    margin-left: 54%;
  }
  .tx_bog{
    right: -35%;
  }
  .planta-dir-t{
    font-size: 1.1rem;
    top: 58%;
    margin-top: -58px;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: 1.5%;
  }
  .triangulo-um-pla{
    left: -32.7%;
  }
  .triangulo-dois-pla{
    left: -33%;
  }
  .triangulo-tres-pla{
    left: -38%;
  }
  /* completo */
  .baixo-mixM{
    top: 9rem;
    right: 49%;
  }
  .img-mixM{
    position: relative;
    top: -380px;
    right: -18%;
    width: 28%;
  }
  .triangulo-um-mixM{
    top: -30%;
    left: 64.5%;
    margin-left: -61.5px;
    border-right: 800px solid #fff;
    border-top: 490px solid transparent;
    border-bottom: 490px solid transparent;
  }
  .triangulo-dois-mixM{
    position: absolute;
    top: 14%;
    left: -21%;
    margin-left: 21px;
    border-right: 1060px solid transparent;
    border-left: 1060px solid transparent;
    border-bottom: 650px solid #fff;   
  }
  /* caracter */
  .triangulo-um-caracterM{
    top: -6.6rem;
    right: -34.5%;
  }
  /* novo */
  #layout{
    margin-top: 3.2rem;
  }
  .bloco-um-li{
    margin-right: 12%;
  }
  .linha-li{
    left: -76.5%;
  }
  .triangulo-um-li{
    top: -34.5%;
    left: -15.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: -4.2%;
  }
  /*caracter*/
  .exc{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .exc-p-um{
    top: -260px;
  }
  .exc-p-dois{
    top: -140px;
    left: 20.4%;
  }
 .caracterM-p-um{
    top: -280px;
  }
  .caracterM-p-dois{
    top: -170px;
    left: 20.4%;
  }
  #caracterM{
    margin-top: -10rem;
  }
  /* primeiro */
  
  .pisc{
    margin-left: -1rem;
  }
  /* segundo */
  
  .vip{
    margin-left: -.3rem;
  }
  /* terceiro */
  
  .minig{
    margin-left: -.4rem;
  }
  /* quarto */
  .baby{
    margin-left: .2rem;
  }
  /* quinto */
  .mall{
    margin-left: .25rem;
  }
  .salas{
    margin-left: 1rem;
  }
  /* dif */
  .shop{
    margin-left: -1.1rem;
  }
  .cookie{
    margin-left: 2.5rem;
  }
  .gym{
    margin-left: 3.1rem
  }
  .next_dif{ right: 37.4%; }
  .prev_dif, .next_dif {bottom: 8.6%; margin-bottom: -8.6px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 45.8%;
  }
  .triangulo-dois-exc{
    right: -40%;
  }
  .triangulo-tres-exc{
    right: -32%;
  }
  .triangulo-quatro-exc{
    right: -31.7%;
  }
  /* galeria */
  #galeriaW:before, #galeriaM:before{
    height: 1.5px;
  }
  #galeriaW:after, #galeriaM:after{
    height: 2.5px;
  }
  .gal-um, .gal-dois, .gal-umM {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .prev {left: 8%;}
  .next{right: 15.5%;}
  .img-com{
    width: 280px;
    height: 180px;
  }
  /* planta */
  #plantasW{
    margin-top: -4rem;
  }
  .controle-im-pla{
    margin-top: 0;
  }
  .img-planta{
    width: 70%;
  }
  .tx_bog{
    right: -25%;
  }
  .planta-dir-t{
    font-size: 1.1rem;
    top: 72%;
    margin-top: -72px;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: -9.8%;
  }
  .triangulo-um-pla{
    left: -36.7%;
  }
  .triangulo-dois-pla{
    left: -37%;
  }
  .triangulo-tres-pla{
    left: -42%;
  }
  /* caracter */
  
  .linha-mixM{
    left: -72%;
  }
  /* .triangulo-um-mixM{
    top: -35%;
    left: 61.5%;
    margin-left: -61.5px;
  } */
 /*  .triangulo-dois-mixM{
    top: 14%;
    left: -26%;
    margin-left: 26px;
  } */
  .triangulo-um-caracterM{
    top: -6.8rem;
    right: -38.5%;
  }
  .img-exc-um, .img-exc-dois, .img-caracterM-um, .img-caracterM-dois{
    width: 38%;
  }
  .next-pla {right: 11%;}
  
}
@media (max-width: 1366px) and (max-height: 768px){
  #layout{
    margin-top: 3.2rem;
  }
  .bloco-um-li{
    margin-right: 11%;
  }
  .linha-li{
    left: -76.5%;
  }
  .triangulo-um-li{
    top: -34.5%;
    left: -15.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: -4.2%;
  }
  /*caracter*/
  .exc{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .exc-p-um{
    top: -260px;
  }
  .exc-p-dois{
    top: -140px;
    left: 20.4%;
  }
 .caracterM-p-um{
    top: -280px;
  }
  .caracterM-p-dois{
    top: -170px;
    left: 20.4%;
  }
  #caracterM{
    margin-top: -10rem;
  }
  /* primeiro */
  
  .pisc{
    margin-left: -1rem;
  }
  /* segundo */
  
  .vip{
    margin-left: -.3rem;
  }
  /* terceiro */
  
  .minig{
    margin-left: -.4rem;
  }
  /* quarto */
  .baby{
    margin-left: .2rem;
  }
  /* quinto */
  .mall{
    margin-left: .25rem;
  }
  .salas{
    margin-left: 1rem;
  }
  /* dif */
  .shop{
    margin-left: -1.1rem;
  }
  .cookie{
    margin-left: 2.5rem;
  }
  .gym{
    margin-left: 3.1rem
  }
  .next_dif{ right: 37.4%; }
  .prev_dif, .next_dif {bottom: 8.6%; margin-bottom: -8.6px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 45%;
  }
  .triangulo-dois-exc{
    right: -40%;
  }
  .triangulo-tres-exc{
    right: -32%;
  }
  .triangulo-quatro-exc{
    right: -31.7%;
  }
  /* galeria */
  #galeriaW:before, #galeriaM:before{
    height: 1.5px;
  }
  #galeriaW:after, #galeriaM:after{
    height: 2.5px;
  }
  .gal-um, .gal-dois, .gal-umM {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .prev {left: 8%;}
  .img-com{
    width: 280px;
    height: 180px;
  }
  /* planta */
  #plantasW{
    margin-top: -4rem;
  }
  .controle-im-pla{
    margin-top: 0;
  }
  .img-planta{
    width: 70%;
  }
  .tx_bog{
    right: -25%;
  }
  .planta-dir-t{
    font-size: 1.1rem;
    top: 72%;
    margin-top: -72px;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: -9.8%;
  }
  .triangulo-um-pla{
    left: -36.7%;
  }
  .triangulo-dois-pla{
    left: -37%;
  }
  .triangulo-tres-pla{
    left: -42%;
  }
  /* caracter */
  .baixo-mixM{
    top: 10rem;
    right: 47%;
  }
  .img-mixM{
    top: -320px;
    right: -18%;
    width: 25%;
  }
  .triangulo-um-mixM{
    top: -35%;
    left: 61.5%;
    margin-left: -61.5px;
  }
  .triangulo-dois-mixM{
    top: 14%;
    left: -26%;
    margin-left: 26px;
  }
  .triangulo-um-caracterM{
    top: -6.8rem;
    right: -38.5%;
  }
}
@media (max-width: 1360px) and (max-height: 768px){
  .linha-mixM{
    left: -74.7%;
  }
}
@media (max-width: 1280px) and (max-height: 720px){
  .titulo-all{
    padding-top: 1rem;
  }
  .triangulo-dois-li{
    top: -7.2%;
  }
  .triangulo-um-li{
    top: -38.5%;
    left: -19.5%;
    margin-left: -40px;
  }
  .logo-li{
    width: 12%;
    top: 8.5%;
  }
  /*caracter*/
  .exc-p-um{
    top: -240px;
  }
  
  .caracterM-p-um{
    top: -260px;
  }
  
  #caracterM{
    margin-top: -7rem;
  }
  .next_dif{ right: 34.4%; }
.prev_dif, .next_dif {bottom: 8.9%; margin-bottom: -8.9px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 43.2%;
  }
  .triangulo-dois-exc{
    right: -50%;
  }
  .triangulo-tres-exc{
    right: -42%;
  }
  .triangulo-quatro-exc{
    right: -41.7%;
  }
  .img-com{
    width: 255px;
    height: 155px;
  }
  .img-planta{
    width: 65%;
    margin-left: 50%;
  }
  .tx_bog{
    right: -15%;
  }
  .planta-dir-t{
    font-size: 1rem;
    top: 78%;
    margin-top: -78px;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: -14.8%;
  }
  .triangulo-um-pla{
    left: -41.7%;
  }
  .triangulo-dois-pla{
    left: -42%;
  }
  .triangulo-tres-pla{
    left: -47%;
  }
  /* caracter */
  .baixo-mixM{
    top: 10rem;
    right: 47%;
  }
  .img-mixM{
    top: -280px;
    right: -18%;
    width: 25%;
  }
  .triangulo-um-mixM{
    top: -39%;
    left: 61.5%;
    margin-left: -61.5px;
  }
  .triangulo-dois-mixM{
    top: 13%;
    left: -32%;
    margin-left: 32px;
  }
  .triangulo-um-caracterM{
    top: -8rem;
    right: -42.5%;
  }
  .gal-umM {
    margin-left: 22rem;
  }
}
@media (max-width: 1024px) and (max-height: 1366px){
  
  /* primeira parte */
  .bloco-um-li h1{
    margin-top: -2rem;
    margin-bottom: -4rem;
  }
  .bloco-um-li{
    margin-right: 7%;
  }
  .linha-li{
    top: 25%;
    left: -84.4%;
    width: 250%;
  }
  /* esquerda */
  .triangulo-um-li{
    top: -32.3%;
    left: -34.5%;
    margin-left: -34.5px;
  }
  /* direita */
  .triangulo-dois-li{
    top: -4%;
    left: 36%;
  }
  .img-li{
    top: -2.9rem;
  }
  .logo-li{
    width: 15%;
    top: 17.5%;
  }  
  #caracterW .exc{
    margin-top: -5rem;
  }
  .controle-mix .t-mix{
    margin-top: -5rem;
    margin-bottom: -3rem;
  }

  .exc-conjunto, .caracterM-conjunto{
    width: 430px;
    padding: 1.5rem;
  }
  .img-exc-um, .img-caracterM-um{
    left: 2%;
  }
  .img-exc-um, .img-exc-dois, .img-caracterM-um, .img-caracterM-dois{
    width: 45%;
  }
  .img-exc-dois{
    top: 300px;
    left: 3%;
  }
  .exc-p-um{
    top: -240px;
    left: 40%;
  }
  .exc-p-dois{
    top: -140px;
    left: 13.4%;
  }
  .img-caracterM-dois{
    left: 3%;
  }
  .caracterM-p-dois{
    left: 12%;
  }
  .caracterM-p-um{
    top: -270px;
    left: 41%;
  }
  .triangulo-um-exc{
    top: -21.2%;
    left: -73%;
  }
  .triangulo-dois-exc{
    right: -75%;
  }
  .triangulo-tres-exc{
    right: -67%;
  }
  .triangulo-quatro-exc{
    right: -66.7%;
  }
  /*  */
  /* caracter */
   .exc-t-um, .mall-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  /* dif */
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas, .mall-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  /* primeiro */
  .fa-briefcase{
    margin-left: 1.4rem;
  } 
  .pisc{
    margin-left: -1rem;
  }
  /* segundo */
  .fa-medal{
    margin-left: 1.5rem;
  }
  .vip{
    margin-left: -.3rem;
  }
  /* terceiro */
  .fa-microphone-alt{
    margin-left: 1.9rem;
  }
  .minig{
    margin-left: -.4rem;
  }
  /* quarto */
  .fa-handshake{
    margin-left: 1.3rem;  
  }
  .baby{
    margin-left: 0;
  }
  /* quinto */
  .fa-shopping-cart{
    margin-left: 1.1rem;
  }
  .mall{
    margin-left: .7rem;
  }
  /* sexto */
  .fa-users{
    margin-left: 1.2rem; 
  }
  .salas{
    margin-left: 1.1rem;
  }
  .fa-cookie-bite{
    margin-left: 1.5rem;
  }
  .fa-dumbbell{
    margin-left: 1.1rem;  
  }
  .shop{
    margin-left: -1.3rem;
  }
  .cookie{
    margin-left: 2.2rem;
  }
  .gym{
    margin-left: 2.8rem
  }
  .prev_dif{left: 2%;}
  .next_dif{ right: 20%; }
  .prev_dif, .next_dif {bottom: 8.5%; margin-bottom: -8.5px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 46.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-left: 10.5%;
  }
  .img-com{
    width: 200px;
    height: 100px;
  }
  .prev{left: 2%;}
  .next{ right: 18%; z-index: 991;}
  
  /* caracter */
  .shop{
    margin-left: -.8rem;
  }
  .cookie{
    margin-left: 3.2rem;
  }
  .gym{
    margin-left: 3.7rem;
  }
  /* teste mix */
  /* completo */
  .mixM{
    margin-bottom: -3rem;
  }
  .linha-mixM{
    left: -64%;
  }
  .baixo-mixM{
    top: 9.8rem;
    right: 53%;
  }
  .img-mixM{
    position: relative;
    top: -350px;
    right: -18%;
    width: 36%;
  }
  .triangulo-um-mixM{
    top: -22.5%;
    left: 68.2%;
    margin-left: -70.5px;
    border-right: 800px solid #fff;
    border-top: 490px solid transparent;
    border-bottom: 490px solid transparent;
  }
  .triangulo-dois-mixM{
    top: 21%;
    left: -49%;
    margin-left: 49px;
    border-right: 1060px solid transparent;
    border-left: 1060px solid transparent;
    border-bottom: 650px solid #fff;   
  }
  /* fim teste */
 
  #caracterM{
    margin-top: -9rem;
  }
  .triangulo-um-caracterM{
    top: -11.6rem;
    right: -68.5%;
  }
  .gal-umM {
    margin-left: 12.5rem;
  }
  .gal-umM .img-com{
    width: 255px;
    height: 155px;
  }
  /* planta */
  #plantasW{
    margin-top: -9rem;
  }
  .controle-planta .t-planta{
    margin-bottom: -3rem;
  }
  .img-planta{
    width: 55%;
    margin-left: 37%;
  }
  .tx_bog{
    right: -15%;
  }
  .planta-dir-t{
    font-size: 1rem;
    top: 63%;
    margin-top: -63px;
    left: 2rem;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: -9.7%;
  }
  .triangulo-um-pla{
    left: -56.7%;
  }
  .triangulo-dois-pla{
    left: -57%;
  }
  .triangulo-tres-pla{
    left: -62%;
  }
  /* planta */
  
  .tx_bog{
    right: 8%;
  }
  .controle-im-pla{
    margin-top: 2rem;
  }
  .prev-pla {left: 25%;}
  /* mall */
  #mall .mall{
    margin-bottom: -3rem;
    margin-left: 0;
  }
  /* complemento */
  #localizacao .margin-local{
    margin-top: -6rem;
    margin-bottom: -3rem!important;
  }
}
@media (max-width: 1024px) and (max-height: 768px){
  .bloco-um-li{
    margin-right: 13%;
  }
  .linha-li{
    left: -87.4%;
  }
  .triangulo-um-li{
    top: -40%;
    left: -34.5%;
    margin-left: -34.5px;
  }
  .triangulo-dois-li{
    top: -11%;
  }
  .img-li{
    top: -2.4rem;
  }
  .exc{
    margin-top: 4rem;
  }
  .img-exc-um, .img-caracterM-um{
    left: 2%;
  }
  .img-exc-um, .img-exc-dois, .img-caracterM-um, .img-caracterM-dois{
    width: 45%;
  }
  .img-exc-dois, .img-caracterM-dois{
    top: 300px;
    left: 3%;
  }
  .exc-p-um{
    top: -240px;
  }
  .caracterM-p-um{
    top: -280px;
  }
  .prev_dif{left: 2%;}
  .next_dif{ right: 20%; }
  .prev_dif, .next_dif {bottom: 9.3%; margin-bottom: -9.3px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 40.7%;
  }
  .triangulo-dois-exc{
    right: -75%;
  }
  .triangulo-tres-exc{
    right: -67%;
  }
  .triangulo-quatro-exc{
    right: -66.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-left: 10.5%;
  }
  .img-com{
    width: 200px;
    height: 100px;
  }
  .prev{left: 2%;}
  .next{ right: 18%; z-index: 991;}
  /* planta */
  .img-planta{
    width: 50%;
    margin-left: 42%;
  }
  .tx_bog{
    right: 8%;
  }
  .planta-dir-t{
    font-size: 1rem;
    left: 1rem;
  }
  .triangulo-um-pla, .triangulo-dois-pla, .triangulo-tres-pla {
    top: -24.8%;
  }
  .triangulo-um-pla{
    left: -56.7%;
  }
  .triangulo-dois-pla{
    left: -57%;
  }
  .triangulo-tres-pla{
    left: -62%;
  }
  /* caracter */
  .shop{
    margin-left: -.8rem;
  }
  .cookie{
    margin-left: 3.2rem;
  }
  .gym{
    margin-left: 3.7rem;
  }
  .linha-mixM{
    left: -64%;
  }
  .baixo-mixM{
    top: 17.4rem;
    right: 49%;
  }
  .img-mixM{
    top: -230px;
    right: -22%;
    width: 36%;
  }
  .triangulo-um-mixM{
    top: -29.5%;
    left: 70.5%;
    margin-left: -70.5px;
  }
  .triangulo-dois-mixM{
    top: 21%;
    left: -49%;
    margin-left: 49px;
  }
  #caracterM{
    margin-top: -3rem;
  }
  .triangulo-um-caracterM{
    top: -11.6rem;
    right: -68.5%;
  }
  .gal-umM {
    margin-left: 12.5rem;
  }
  .gal-umM .img-com{
    width: 255px;
    height: 155px;
  }
}