
.mapa{
 height: 500px;
 width: 75%;
 margin: 0;
 padding: 0; 
 background-color: #009688;
}
.mapa #map{
 height: 500px;
 width: 100%;
}


@media (max-width: 990px) { 
 .mapa {
 height: 500px;
 width: 100%;
 margin: 0;
 padding: 0; 
 background-color: #009688;
  }

}

@media only screen and (min-width: 768px){
    .testimonials {
      margin-top: 15%;
      width: 400px;
      text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .testimonials {
      margin-top: 40%;
      text-align: center;
      
    }
}

.icon-wahtsapp{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}

.icon-wahtsapp .fa-whatsapp{
  font-size: 50px;
  color: #25D366;
}