  .whatsapp {
    position: fixed;
    top: 72%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}

a {
    color: #009688;
}
#menumobile{
    text-align: center;
    width: 100%;
}

.card-action a {
  font-family: "Arial Black" !important;
  color: #000 !important;
}

#menumobile a {
    padding: 10px;
    background-color: #000;
    line-height:300%;
    border-radius: 13px;
}



.FundoVerde {
    background-color: #009688;
}

.LetraBranca {
  color: fff;
}
.slider .slides li img {
    background-size:100% auto;
    background-repeat: no-repeat;
    background-color: #3A3A3A;
}



.fundografite{
  background-color: #3A3A3A;
}

.imovdesta{

	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	height: 40px;
	padding-top: 12px;
	background-image: linear-gradient(to bottom,  #A9F554,  #239400);
}
.imovrodape{

	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

p {
  line-height: 2rem;

}

.parallax-container {
      height: 300px;
 }

 .primer{
 	letter-spacing: 10px;
 	position: relative;
 	top: 30%;
 }
  
 .imglogo{

 	border-radius: 13px;
 	height: 60px;
 }

.linkformatado{

	color: #1a237e;
}

.destaquelongo{
  margin: 0 auto;
  text-align: center;
  color: white;
}


#menudesktop{
    display: block;
}

#menumobile{
    display: none;
}





@media (max-width: 1024px) 
{
    #menudesktop{
        display: none;
    }
    
    #menumobile{
        display: block;
    }    
}

@media (min-width: 600px) 
{
    .card {
        min-height: 480px;
    }
}