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

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

.whats {
  display: inline-block;
  border-radius: 60px;
  padding: 0.5em 0.6em;
}

.btn-100 {
  width: 100%;
}

#active {
  color: #ff5e14;
  font-weight: bold;
}

.title-form {
  padding: 11px 15px 30px;
}

.class-opacity {
  opacity: 0.1;
}


.widget-menu-wrap .nav-menu li a:hover {
  color: white !important;
  font-weight: bold !important;
}

.page-title-area .page-title-content .bread-crumbs .active {
    background-color: #ff5e14;
    padding: 5px;
    color: white;
}

#cpfvalidation{
   color: white;
}

/*# sourceMappingURL=custom.css.map */