
.cp{
  cursor: pointer !important;
}


.float-wpp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.icon-whatsapp:hover, .icon-whatsapp:focus{
  color: #00800082 !important; 
}

.color-dark{
  color: #212529 !important;
}

.mt-5{
  margin-top: 2rem;
}

  .map {
    height: 400px;
    width: 100%;
  }
/*
#section-sobre {
    
        border: 3.0px solid #5577B4;
        border-radius: 20px;
        border-top: none;
        border-bottom: none;  
        box-shadow: #5577B4 5px 0px 10px, rgba(0, 0, 0, 0.2) -5px 0px 10px;         
    
}
*/

.border{
 /* border: 1.0px solid #5577B4 !important;*/
  border-radius: 20px !important;  
}

.color-blue-dark{
  color: #5577B4 !important;
  font-weight: 400;
}

/*celular*/
@media (max-width: 767px) {

  .no-margin-top-mobile{
    margin-top: 0 !important;
  }
  .no-margin-bottom-mobile{
    margin-bottom: 0 !important;
  }  
  .image-logo{
    width: 150px !important;
  }

  .mobile-text-center{
    text-align: center !important;
    margin-bottom: 2em;
  }

}