/* 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;
}
/* margem do menu */
#layout{
  margin-top: 5rem;
}
.nav-link:hover{
  color: #b5b52d!important;
}
.conq{
  color: #b5b52d!important;
}
/* ####################### fim do header ##################### */
/* controle de br */
/* rm_b */
.tsf{
  line-height: 1.45rem;
}
.titulo-all{
  line-height: 14rem;
}
.sub-all{
  line-height: 1.8rem;
}
/* ####################### menu lateral ###################### */
.linha{
  background-color: #b5b52d;
 }
.number, .texto{
  color: #b5b52d;
}
.rolar, .rolar:hover, .rolar:visited{
  color: #484848;
}
.ativado, .ativado:hover, .ativado:visited{
  color: #b5b52d;
}
/* ####################### fim menu lateral ############# */
/* menu fixo parte de baixo */
#whats-foot:hover, #email-foot:hover, #fone-foot:hover{
  color: #b5b52d;
}
/*################### layout e living, primeira parte #####################*/
#layout{
  position: relative;
  overflow: hidden; 
} 
#living{
  position: relative;
  margin-top: 2rem;
}
.sub-all{
  color: #b5b52d;
}
.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 #b5b52d;
  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%;
}
/* ########## icon u ################## */
.icon-u{
  position: relative;
  bottom: .4rem;
}
/* ############## caracteristicas living  exclusivo #############################*/
#caracter{
  position: relative;
} 
.exc{
  text-align: right;
  margin-right: 17rem;
}
.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 #b5b52d;
}
.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%;
}
.exc-p-dois{
  position: relative;
  top: -170px;
  left: 27%;
}
.exc-box-baixo{
  margin-left: 12%;
}
/*######## layout exclusivo ############# */
/* esquerdo */
.triangulo-um-exc{
  position: absolute;
  top: -2.22%;
  left: -25%;
  z-index: -1;
  width: 0;
  border-left: 800px solid #fff;
  border-top: 705px solid transparent;
  border-bottom: 600px solid transparent;   
}
.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);
}
.fa-spa{
  margin-left: 2rem;
}
.fa-child{
  margin-left: 2.5rem;
}
.fa-golf-ball{
  margin-left: 2.35rem; 
}
.fa-swimming-pool{
  margin-left: 1.6rem;  
}
.exc-figuras{
  margin-top: 4rem;
  margin-left: 12%;
}
.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;
}
/* parte figuras */
.pass_ca{
  text-transform: uppercase;
}
.cass{
  display: inline-block;
  color: #484848;
}
.pisc{
  margin-left: .5rem;
}
.minig{
  margin-left: -1.2rem;
}
.baby{
  margin-left: 0;
}
.espa{
  margin-left: -.8rem;
}
.til05{
  margin-left: -5rem;
}
.til05, .til06, .til07, .til13{
  position: relative;
  margin-top: 1.5rem;
  top: 1.5rem;
}
.til05, .til06{
  margin-left: -.4rem;
}
.fa-crown, .fa-glass-cheers{
  margin-left: 1.7rem;
}
.fa-pizza-slice{
  margin-left: 1.9rem;
}
.fa-dumbbell{
  margin-left: 1.8rem;
}
.til08{
  margin-left: -.7rem;
}
.fa-table-tennis{
  margin-left: 1.9rem;
}
.til09{
  margin-left: -1.8rem;
}
.fa-fire-alt{
  margin-left: 2.1rem;
}
.til10{
  margin-left: -2.3rem;
}
/* ultima */
.fa-seedling, .fa-paw, .fa-volleyball-ball{
  margin-left: 2.2rem;
}
.til12{
  margin-left: .8rem;
}
.til11{
  margin-left: -1.2rem;
}
.til13{
  margin-left: -2.3rem;
}
/* setas */
.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; }
/* layout */
    /* ## triangulo exclusivo direito ## */
.triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
  position: absolute;
  top: 54%;
  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 #b5b52d;
}
/* ############### fim caracteristicas exclusivo living ####################### */
/* #################### incio galeria living ########################### */
#galeria{
  position: relative;
 }
 /* legenda */
.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);
}
#galeria:before{
  content: '';
  display: block;
  width: 57%;
  height: 3.5px;
  background: #b5b52d;
  margin-top: 10rem;
  margin-left: 0;
  margin-bottom: 2rem;
}
#galeria:after{
  content: '';
  display: block;
  width: 60%;
  height: 3.5px;
  background: #b5b52d;
  margin-left: 41%;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.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: 5rem;
  margin-bottom: 5rem;
  margin-left: 20rem; 
}
.img-com{
  position: relative;
  display: inline-block;
  width: 400px;
  height: 300px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.img-com:hover .img-gal{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* controladores da galeria (setas) */
.prev, .next, .prev-pla, .next-pla, .prev_dif, .next_dif{ opacity: 1; cursor: pointer; position: absolute; z-index: 992; 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{ color: #485252!important; }
.prev, .next {top: 53%; margin-top: -53px;}
.next{ right: 13%; }
.prev, .prev-pla {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 build ########################## */
.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;
}
/*####################### planta living ######################## */
.controle-planta{
  position: relative;
  margin-left: 8%;
}
.t-planta{
  margin-left: -.5rem;
}
#plantas{
  position: relative;
}
.img-planta{
  width: 86%;
}
.prev-pla, .next-pla {top: 65%; margin-top: -65px;}
.next-pla{
  right: 23%;
}
.controle-im-pla{
  position: relative;
  margin-top: 10rem;
  margin-left: 15%;
  margin-bottom: 10rem;
}
.interior-pla{
  position: absolute;
  width: 420px; 
  height: 420px;
  background-color: #fff;
  top: 19%;
  margin-top: -19px;
  left: 19%;
  margin-left: -19px;
  z-index: -1;
}
.rhombus4 { 
  position: absolute;
  top: -3.5%;
  margin-top: 3.5px;
  left: 72%;
  margin-left: -72px;
  width: 620px; 
  height: 620px;
  border:solid 3px #b5b52d;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: -1;
}
.plantaSlide p{
  position: absolute;
  top: 38%;
  left: 90.5%;
  width: 80%;
}
.planta-direita, .planta-dir-t{
  margin-left: -.5rem;
  font-family: avenirlight;
  line-height: 1.4rem;
}
.planta-direita{
  margin-top: .2%;
  font-size: 1.2rem;
  color: #282727;
}
.planta-dir-t{
  top: 48%;
  margin-top: -48px;
  color: #b5b52d ;
  font-size: 1.3rem;
}
/* imagem e texto pet */
.img_pet, .texto_pet{
  position: absolute;
  color: #b3b3b3;
}
.img_pet{
  bottom: -5.7rem;
  width: 3%;
}
.texto_pet{
  text-transform: uppercase;
  bottom: -5rem;
  left: 4%;
}
/* ########################### localização ####################### */
.loca-conjunto{
  border-bottom: 8px solid #b5b52d;
}
/* ########################## contato ################################# */
#contato::before{
  background: #b5b52d;
}
.triangulo-tres-tato{
  border-right: 90vh solid #b5b52d;
}

.rmv_up{
  text-transform: none!important;
  font-size: .8rem;
}
.planta-direita, .planta-dir-t{
  line-height: 1.2rem;
}

@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;
  }
  /* unico */
  .img-exc-um{
    left: 8%;
  }
  .img-exc-dois{
    left: 10%;
  }
  .exc-p-um{
    top: -430px;
    left: 42%;
  }
  .exc-p-dois{
    left: 25%;
  }
  .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%;
  }
  .next_dif{ right: 38.4%; }
  /* galeria */
  #galeria:before{
     margin-bottom: 0;
  }
  #galeria:after{
   margin-top: 0;
  }
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 17rem; 
  }
  .img-com{
    width: 350px;
    height: 250px;
  }
  .next-pla{
    right: 21%;
  }
}
@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%;
  }
  #caracter{
    margin-top: -5rem;
  }
  .img-exc-um,.img-exc-dois{
    width: 38%;
  }
  .exc-p-dois{
    left: 19%;
  }
  .triangulo-um-exc{
    top: -7.4%;
    left: -39%;
  }
  .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%; }
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 17rem; 
  }
  .img-com{
    width: 320px;
    height: 220px;
  }
  .next{ right: 14.2%; }
  .prev, .next {top: 50%; margin-top: -50px;}
  .next-pla{
    right: 15%;
  }
  .prev-pla, .next-pla {top: 64%; margin-top: -64px;}
  
  /* planta live */
  .interior-pla{
    width: 380px; 
    height: 380px;
    top: 20.6%;
    left: 20.5%;
    margin-left: -20.5px;
    margin-top: -20.6px;
  }
  .rhombus4 { 
    width: 580px; 
    height: 580px;
    left: 70%;
    margin-left: -70px;
  }
  .plantaSlide p{
    left: 88%;
  }
  .img-planta{
    width: 80%;
  }
}
@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%;
  }
  /* único */
  #caracter{
    margin-top: -3rem;
  }
  .exc{
    margin-right: 12rem;
  }
  .exc-conjunto{
    width: 430px;
    padding: 1.5rem;
  }
  .rm_b{
    display: none;
  }
  .exc-p-um{
    top: -290px;
  }
  .exc-p-dois{
    top: -140px;
    left: 22.4%;
  }
  .triangulo-um-exc{
    top: -14%;
    left: -44%;
  }
  /* diferenciais */
  /* fonte */
  .exc-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  .fa-spa{
    margin-left: 1.3rem;
  }
  .fa-child{
    margin-left: 1.8rem;
  }
  .fa-golf-ball{
    margin-left: 1.7rem; 
  }
  .fa-swimming-pool{
    margin-left: 1rem;  
  }
  .pisc{
    margin-left: .1rem;
  }
  .minig{
    margin-left: -.8rem;
  }
  .baby{
    margin-left: -.5rem;
  }
  .espa{
    margin-left: -.9rem;
  }
  /* segundo bloco */
  .fa-crown, .fa-glass-cheers{
    margin-left: 1.1rem;
  }
  .til05, .til06{
    margin-left: -.15rem;
  }
  .fa-pizza-slice{
    margin-left: 1.7rem;
  }
  /* terceiro */
  .fa-dumbbell{
    margin-left: 1.15rem;
  }
  .til08{
    margin-left: -.5rem;
  }
  .fa-table-tennis{
    margin-left: 1.4rem;
  }
  .til09{
    margin-left: -1.3rem;
  }
  .fa-fire-alt{
    margin-left: 1.6rem;
  }
  .til10{
    margin-left: -2.39rem;
  }
  /* ultima */
  .fa-seedling, .fa-paw, .fa-volleyball-ball{
    margin-left: 1.35rem;
  }
  .til12{
    margin-left: .3rem;
  }
  .til11{
    margin-left: -.85rem;
  }
  .til13{
    margin-left: -1.7rem;
  }
  .next_dif{ right: 39.4%; }
  .prev_dif, .next_dif {bottom: 8.5%; margin-bottom: -8.5px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 46.3%;
  }
  .triangulo-dois-exc{
    right: -37%;
  }
  .triangulo-tres-exc{
    right: -29%;
  }
  .triangulo-quatro-exc{
    right: -28.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 12rem; 
  }
  .img-com{
    width: 300px;
    height: 200px;
  }
  .prev {left: 7%;}
  /* planta */
  .controle-im-pla{
    margin-left: 8%;
  }
  .prev-pla {left: 2%;}
  .prev-pla, .next-pla {top: 63%; margin-top: -63px;}
  
  .plantaSlide p{
    left: 85%;
  }
}
@media (max-width: 1366px) and (max-height: 1024px){
  .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%;
  }
  /* único */
  .img-exc-um, .img-exc-dois{
    width: 38%;
  }
  #caracter{
    margin-top: -3rem;
  }
  .exc{
    margin-right: 12rem;
  }
  .exc-conjunto{
    width: 430px;
    padding: 1.5rem;
  }
  .rm_b{
    display: none;
  }
  .exc-p-um{
    top: -290px;
  }
  .exc-p-dois{
    top: -140px;
    left: 22.4%;
  }
  .triangulo-um-exc{
    top: -14%;
    left: -44%;
  }
  /* diferenciais */
  /* fonte */
  .exc-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  .fa-spa{
    margin-left: 1.3rem;
  }
  .fa-child{
    margin-left: 1.8rem;
  }
  .fa-golf-ball{
    margin-left: 1.7rem; 
  }
  .fa-swimming-pool{
    margin-left: 1rem;  
  }
  .pisc{
    margin-left: .1rem;
  }
  .minig{
    margin-left: -.8rem;
  }
  .baby{
    margin-left: -.5rem;
  }
  .espa{
    margin-left: -.9rem;
  }
  /* segundo bloco */
  .fa-crown, .fa-glass-cheers{
    margin-left: 1.1rem;
  }
  .til05, .til06{
    margin-left: -.15rem;
  }
  .fa-pizza-slice{
    margin-left: 1.7rem;
  }
  /* terceiro */
  .fa-dumbbell{
    margin-left: 1.15rem;
  }
  .til08{
    margin-left: -.5rem;
  }
  .fa-table-tennis{
    margin-left: 1.4rem;
  }
  .til09{
    margin-left: -1.3rem;
  }
  .fa-fire-alt{
    margin-left: 1.6rem;
  }
  .til10{
    margin-left: -2.39rem;
  }
  /* ultima */
  .fa-seedling, .fa-paw, .fa-volleyball-ball{
    margin-left: 1.35rem;
  }
  .til12{
    margin-left: .3rem;
  }
  .til11{
    margin-left: -.85rem;
  }
  .til13{
    margin-left: -1.7rem;
  }
  .next_dif{ right: 39.4%; }
  .prev_dif, .next_dif {bottom: 8.5%; margin-bottom: -8.5px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 48%;
  }
  .triangulo-dois-exc{
    right: -37%;
  }
  .triangulo-tres-exc{
    right: -29%;
  }
  .triangulo-quatro-exc{
    right: -28.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 12rem; 
  }
  .img-com{
    width: 300px;
    height: 200px;
  }
  .prev {left: 7%;}
  /* planta */
  .controle-im-pla{
    margin-left: 8%;
  }
  .prev-pla {left: 2%;}
  .prev-pla, .next-pla {top: 63%; margin-top: -63px;}
  
  .plantaSlide p{
    left: 85%;
  }
  #layout{
    margin-top: 3.2rem;
  }
  .bloco-um-li{
    margin-right: 11%;
  }
  .bloco-um-li .titulo-all{
    margin-top: 8rem;
  }
  .titulo-all{
    margin-bottom: 1.7rem;
  }
  .linha-li{
    left: -76.5%;
  }
  .triangulo-um-li{
    top: -33.5%;
    left: -15.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: -4.2%;
  }
  .exc-p-um{
    top: -260px;
  }
  .exc-p-dois{
    top: -110px;
    left: 20.4%;
  }
  .triangulo-um-exc{
    top: -17.2%;
    left: -46%;
  }
  .exc-box-baixo{
    margin-top: 6rem;
  }
  .next_dif{ right: 37.4%; }
  .triangulo-dois-exc{
    right: -40%;
  }
  .triangulo-tres-exc{
    right: -32%;
  }
  .triangulo-quatro-exc{
    right: -31.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 2.2rem;
  }
  .img-com{
    width: 280px;
    height: 180px;
  }
  .prev, .next {top: 52%; margin-top: -52px;}
  .prev {left: 8%;}
  .next{
    right: 15.5%;
  }
  /* planta live */
  .interior-pla{
    width: 340px; 
    height: 340px;
    top: 18%;
    left: 19%;
    margin-left: -20.5px;
    margin-top: -20.6px;
  }
  .rhombus4 { 
    width: 480px; 
    height: 480px;
    left: 70%;
    margin-left: -70px;
  }
  .plantaSlide p{
    font-size: 1.1rem;
    top: 34%;
    left: 80%;
  }
  .img-planta{
    width: 70%;
  }
  .prev-pla, .next-pla {top: 62%; margin-top: -62px;}
  .next-pla{
    right: 17%;
  }
}
@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%;
  }
  .exc-p-um{
    top: -260px;
  }
  .exc-p-dois{
    top: -110px;
    left: 20.4%;
  }
  .triangulo-um-exc{
    top: -17.2%;
    left: -46%;
  }
  .exc-box-baixo{
    margin-top: 6rem;
  }
  .next_dif{ right: 37.4%; }
  .triangulo-dois-exc{
    right: -40%;
  }
  .triangulo-tres-exc{
    right: -32%;
  }
  .triangulo-quatro-exc{
    right: -31.7%;
  }
  /* galeria */
  .gal-um, .gal-dois, .gal-tres, .gal-quatro {
    margin-top: 3rem;
    margin-bottom: 2.2rem;
  }
  .img-com{
    width: 280px;
    height: 180px;
  }
  .prev, .next {top: 52%; margin-top: -52px;}
  .prev {left: 8%;}
  /* planta live */
  .interior-pla{
    width: 340px; 
    height: 340px;
    top: 18%;
    left: 19%;
    margin-left: -20.5px;
    margin-top: -20.6px;
  }
  .rhombus4 { 
    width: 480px; 
    height: 480px;
    left: 70%;
    margin-left: -70px;
  }
  .plantaSlide p{
    font-size: 1.1rem;
    top: 34%;
    left: 80%;
  }
  .img-planta{
    width: 70%;
  }
  .prev-pla, .next-pla {top: 61.4%; margin-top: -61.4px;}
  .next-pla{
    right: 17%;
  }
}
@media (max-width: 1360px) and (max-height: 768px){
  #layout{
    margin-top: 3.2rem;
  }
  .bloco-um-li{
    margin-right: 11%;
  }
  .linha-li{
    left: -77.2%;
  }
  .triangulo-um-li{
    top: -33.5%;
    left: -15.5%;
    margin-left: -40px;
  }
  .triangulo-dois-li{
    top: -4.2%;
  }
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 46.8%;
  }
  .prev-pla, .next-pla {top: 62%; margin-top: -62px;}
  .next-pla{
    right: 17%;
  }
}
@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%;
  }
  .exc{
    margin-right: 14rem;
  }
  .exc-p-um{
    top: -240px;
  }
  .triangulo-um-exc{
    top: -21.2%;
    left: -49%;
  }
  .next_dif{ right: 34.4%; }

  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 45%;
  }
  .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: 68%;
  }
  .prev-pla, .next-pla {top: 61.7%; margin-top: -61.5px;}
  .next-pla{
    right: 12%;
  }
}
@media (max-width: 1024px) and (max-height: 1366px){
  /* fonte */
  .exc-t-um{
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .rhombus, .rhombus1, .rhombus2, .rhombus3 { 
    width: 90px; 
    height: 90px;
  }
  .exc-fas{
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
  .fa-spa{
    margin-left: 1.3rem;
  }
  .fa-child{
    margin-left: 1.8rem;
  }
  .fa-golf-ball{
    margin-left: 1.7rem; 
  }
  .fa-swimming-pool{
    margin-left: 1rem;  
  }
  .pisc{
    margin-left: .1rem;
  }
  .minig{
    margin-left: -.8rem;
  }
  .baby{
    margin-left: -.5rem;
  }
  .espa{
    margin-left: -.9rem;
  }
  /* segundo bloco */
  .fa-crown, .fa-glass-cheers{
    margin-left: 1.1rem;
  }
  .til05, .til06{
    margin-left: -.15rem;
  }
  .fa-pizza-slice{
    margin-left: 1.7rem;
  }
  /* terceiro */
  .fa-dumbbell{
    margin-left: 1.15rem;
  }
  .til08{
    margin-left: -.5rem;
  }
  .fa-table-tennis{
    margin-left: 1.4rem;
  }
  .til09{
    margin-left: -1.3rem;
  }
  .fa-fire-alt{
    margin-left: 1.6rem;
  }
  .til10{
    margin-left: -2.39rem;
  }
  /* ultima */
  .fa-seedling, .fa-paw, .fa-volleyball-ball{
    margin-left: 1.35rem;
  }
  .til12{
    margin-left: .3rem;
  }
  .til11{
    margin-left: -.85rem;
  }
  .til13{
    margin-left: -1.7rem;
  }
  .next_dif{ right: 39.4%; }
  .prev_dif, .next_dif {bottom: 8.5%; margin-bottom: -8.5px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 46.3%;
  }
  .triangulo-dois-exc{
    right: -37%;
  }
  .triangulo-tres-exc{
    right: -29%;
  }
  .triangulo-quatro-exc{
    right: -28.7%;
  }
  /* 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%;
  }

  /* execu */
  .exc-conjunto{
    width: 430px;
    padding: 1.5rem;
  }

  .img-exc-um{
    left: 2%;
  }
  .img-exc-um, .img-exc-dois{
    width: 45%;
  }
  .img-exc-dois{
    top: 300px;
    left: 3%;
  }
  .exc-p-um{
    top: -270px;
    left: 40%;
  }
  .exc-p-dois{
    top: -140px;
    left: 13.4%;
  }
  .triangulo-um-exc{
    top: -21.2%;
    left: -73%;
  }
  .triangulo-dois-exc{
    right: -75%;
  }
  .triangulo-tres-exc{
    right: -67%;
  }
  .triangulo-quatro-exc{
    right: -66.7%;
  }
  .prev_dif{left: 2%;}
  .next_dif{ right: 20%; }
  .prev_dif, .next_dif {bottom: 8.7%; margin-bottom: -8.7px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 45.7%;
  }
  .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;}
  .controle-mix{
    margin-left: 10%;
  }
  .controle-planta{
    margin-top: -5rem;
  }
  .img_pet{
    bottom: -3rem;
  }
  .texto_pet{
    bottom: -3rem;
  }
  .img-planta{
    width: 50%;
  }
  .interior-pla{
    width: 340px; 
    height: 340px;
    top: 18%;
    left: 19%;
    margin-left: -20.5px;
    margin-top: -20.6px;
  }
  .rhombus4 { 
    width: 480px; 
    height: 480px;
    left: 70%;
    margin-left: -70px;
  }
  .rhombus4 {
    top: -20.5%;
    margin-top: 20.5px; 
    left: 32%;
    margin-left: -32px;
  }
  .plantaSlide p{
    top: 38%;
    left: 55.5%;
  }
  .prev-pla, .next-pla {top: 60.2%; margin-top: -60.2px;}
  .next-pla{
    right: 10%;
  }
  .prev-pla {left: 5%;}
  .rmv_up{
    text-transform: none!important;
    font-size: .6rem;
  }
  /* texto */
  #mix .t-mix{
    margin-top: -5rem;
    margin-bottom: -3rem;
  }
  #plantas{
    padding-bottom: 8rem;
  }
  #plantas .t-planta{
    margin-top: -5rem;
    margin-bottom: -3rem;
  }
  #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{
    left: 2%;
  }
  .img-exc-um, .img-exc-dois{
    width: 45%;
  }
  .img-exc-dois{
    top: 300px;
    left: 3%;
  }
  .exc-p-um{
    top: -280px;
  }
  .triangulo-um-exc{
    top: -21.2%;
    left: -73%;
  }
  .triangulo-dois-exc{
    right: -75%;
  }
  .triangulo-tres-exc{
    right: -67%;
  }
  .triangulo-quatro-exc{
    right: -66.7%;
  }
  .prev_dif{left: 2%;}
  .next_dif{ right: 20%; }
  .prev_dif, .next_dif {bottom: 8.7%; margin-bottom: -8.7px;}
  .triangulo-dois-exc, .triangulo-tres-exc, .triangulo-quatro-exc {
    top: 43.7%;
  }
  .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;}
  .controle-mix{
    margin-left: 10%;
  }
  .controle-planta{
    margin-top: -5rem;
  }
  .img_pet{
    bottom: -3rem;
  }
  .texto_pet{
    bottom: -3rem;
  }
  .img-planta{
    width: 50%;
  }
  .rhombus4 {
    top: -20.5%;
    margin-top: 20.5px; 
    left: 32%;
    margin-left: -32px;
  }
  .plantaSlide p{
    top: 38%;
    left: 55.5%;
  }
  .prev-pla, .next-pla {top: 66.5%; margin-top: -66.5px;}
  .next-pla{
    right: 17%;
  }
  .rmv_up{
    text-transform: none!important;
    font-size: .6rem;
  }
}