.bt-voltar{
    color: white;
    background: #00c87b;
    height: 100%;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
}
.logomenu{
    width: 3%;
    margin-left: 3%;
}
.itemmenu{
    text-decoration: none;
    color: black;
    margin-left: 10%;
}
.menuitem{
    margin-left: 15%;
}
#Area{
    background-color: #008069;
}
#Contato{
    background-color: #008069;
}
.titulosel{
    margin-top: 2%;
    margin-bottom: 2%;
}
.paralaz{
    width: 100%;
    height: 30vh;
    background-image: url("../img/banner/como-legalizar-um-imovel.jpg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    
}
.bt-tt{
    margin-top: 5%;
}
.ico-contato{
    float: right;
    width: 60%;
    margin-right: 4%;
}
.rodape{
    padding: 1%;
    text-align: center;
}
.img-principal{
    width: 100%;
    height: 60vh;
    margin-top: 3%;
    margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/impermeabilização.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.img-principal2{
    width: 100%;
    height: 60vh;
    margin-top: 3%;
    margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/laudo-inspecao-predial.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.img-principal3{
    width: 100%;
    height: 60vh;
    margin-top: 3%;
    margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/legal-imoveis.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.bt-principal{
    background-color: #00c87b;
    color: white;
    border-radius: 20px;
    width: 50%;
    margin-left: 25%;
    height: 6vh;
    z-index: 2;
    position: relative;
    margin-top: -50%;
    border: 1px solid white;
}
.img-principal:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.img-principal2:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.img-principal3:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.tt_01{
  margin-top: 2%; color: white;
}
.cli{
  filter: grayscale(90%);
}
.cli:hover{
  filter: grayscale(0%);
  cursor: pointer;
}
#aviso
	{
		position: fixed;
		bottom:1px;
		z-index: 9999;
		width: 100%;
		text-align: center;
	}
  .texto-whats{
    /*você pode alterar largura usando width*/
    width: 8%;
    left: 90%;
    margin-right:5pt;
    padding:5px;
    position:fixed;
    top:78%;/*altura da classe*/
    cursor: pointer;
    text-align: left;
    background: #FFFFFF;
    line-height: 1.5;
    border-radius: 4pt;
    border-width: 4pt;
    border-style: solid;
    border-color: white;
    box-shadow: 0.07em 0.07em 0.4em 0.00em black;
    font-family: Arial, "sans-serif";
    font-weight:normal;
    color: blue;
    font-size: 9pt;
    z-index: 9998;
  }
.autovistoria{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/autovistoria-predial.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.construcao{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/construcao_civil.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.contencao{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/contencao.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.escavacao{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/escavacao.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.legalizacao{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/leg_imo.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.manutencao{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/manutencao-predial.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.projetos{
  width: 100%;
  height: 80vh;
  background: url("../img/ind/projetos.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.links-fixos{
  /*você pode alterar largura usando width*/
  width: 4%;
  left: 95%;
  padding:5px;
  position:fixed;
  top:85%;/*altura da classe*/
  cursor: pointer;
	
}
#aniwhat{
  animation-name: example;
 animation-duration: 8s;
 animation-iteration-count: infinite;
}
@keyframes example {
 0%   {transform:rotate(0deg);}
 
 50%  {transform:rotate(30deg);}
 
 100% {transform:rotate(0deg);}
}
#aniwhat2{
  animation-name: example2;
 animation-duration: 2s;
 animation-iteration-count: infinite;
}
@keyframes example2 {
 0%   {transform:rotate(0deg);}
 
 20%  {transform:rotate(5deg);}
 
 60%  {transform:rotate(0deg);}
 
 80% {transform:rotate(-10deg);}
 
 100% {transform:rotate(0deg);}
 
}

/* Responsivo */
@media (max-width:1600px) and (min-width: 620px){
  .texto-whats{
    /*você pode alterar largura usando width*/
    width: 10%;
    left: 89.5%;
    margin-right:5pt;
    padding:5px;
    position:fixed;
    top:74%;/*altura da classe*/
    cursor: pointer;
    text-align: left;
    background: #FFFFFF;
    line-height: 1.5;
    border-radius: 4pt;
    border-width: 4pt;
    border-style: solid;
    border-color: white;
    box-shadow: 0.07em 0.07em 0.4em 0.00em black;
    font-family: Arial, "sans-serif";
    font-weight:normal;
    color: blue;
    font-size: 9pt;
      z-index: 9998;
  }
  .links-fixos{
    /*você pode alterar largura usando width*/
    width: 6%;
    left: 90%;
    padding:5px;
    position:fixed;
    top:85%;/*altura da classe*/
    cursor: pointer;
  z-index:1;
  }
  .bt-principal{
    background-color: #00c87b;
    color: white;
    border-radius: 20px;
    width: 90%;
    margin-left: 5%;
    height: 8vh;
    z-index: 2;
    position: relative;
    margin-top: -50%;
    border: 1px solid white;
}
}
@media (max-width:680px){
  .texto-whats{
    /*você pode alterar largura usando width*/
    width: 40%;
    left: 55%;
    margin-right:5pt;
    padding:5px;
    position:fixed;
    top:78%;/*altura da classe*/
    cursor: pointer;
    text-align: left;
    background: #FFFFFF;
    line-height: 1.5;
    border-radius: 4pt;
    border-width: 4pt;
    border-style: solid;
    border-color: white;
    box-shadow: 0.07em 0.07em 0.4em 0.00em black;
    font-family: Arial, "sans-serif";
    font-weight:normal;
    color: blue;
    font-size: 9pt;
      z-index: 9998;
  }
  .links-fixos{
    /*você pode alterar largura usando width*/
    width: 20%;
    left: 80%;
    padding:5px;
    position:fixed;
    top:85%;/*altura da classe*/
    cursor: pointer;
  z-index:1;
  }
  .bt-principal{
    background-color: #00c87b;
    color: white;
    border-radius: 20px;
    width: 95%;
    margin-left: 3%;
    height: 8vh;
    z-index: 2;
    position: relative;
    margin-top: -50%;
    border: 1px solid white;
}
}
@media (max-width:460px){
  .bt-principal{
    background-color: #00c87b;
    color: white;
    border-radius: 20px;
    width: 80%;
    margin-left: 10%;
    height: 6vh;
    z-index: 2;
    position: relative;
    margin-top: -50%;
    border: 1px solid white;
}
    .autovistoria{
  width: 100%;
 height: 100vh;
  background: url("../img/ind/autovistoria-predial.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.construcao{
  width: 100%;
 height: 100vh;
  background: url("../img/ind/construcao_civil.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.contencao{
  width: 100%;
  height: 100vh;
  background: url("../img/ind/contencao.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.escavacao{
  width: 100%;
   height: 100vh;
  background: url("../img/ind/escavacao.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}

.legalizacao{
  width: 100%;
  height: 100vh;
  background: url("../img/ind/leg_imo.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.manutencao{
  width: 100%;
 height: 100vh;
  background: url("../img/ind/manutencao-predial.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
.projetos{
   height: 100vh;
  height: 80vh;
  background: url("../img/ind/projetos.jpg");
  background-size: 100% 100%;
  text-align: center;
  color: white;
  padding: 3%;
  text-shadow: 2px 2px 8px black;
  background-repeat: no-repeat;
}
    
    
    
    .bt-voltar{
    width: 200px;
    color: white;
    background: #00c87b;
    height: 100%;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
}
    .logomenu{
    width: 20%;
    float: left;
}
.navbar-brand{
    width: 20%;
}
  .esp{
    margin-top: 25%;
  }
  .tt_01{
    margin-top: 2%;
    color: white;
    margin-top: 3%;
  }
  .img-principal{
    width: 80%;
    height: 40vh;
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/impermeabilização.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.img-principal2{
  width: 80%;
  height: 40vh;
  margin-top: 3%;
  margin-left: 10%;
  margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/laudo-inspecao-predial.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.img-principal3{
  width: 80%;
  height: 40vh;
  margin-top: 3%;
  margin-left: 10%;
  margin-bottom: 10%;
    filter: grayscale(88%);
    background: url("../img/principais/legal-imoveis.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    
}
.img-principal:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.img-principal2:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.img-principal3:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #d9232d;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
    color: white;
  }
  
  .portfolio .portfolio-wrap:hover::before {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #d9232d;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d9232d;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }
  