.rightnav input.search-field {
  color: #000 !important; }

.wpcf7 .wpcf7-form-control-wrap textarea {
  color: #000; }

.form-contato textarea {
  height: 332px !important; }
  @media (max-width: 992px) {
    .form-contato textarea {
      height: 200px; } }
  .form-contato .wpcf7-submit {
    display: block;
    margin: 0 auto; }
  .form-contato .ajax-loader {
    display: block !important;
    margin: 15px auto 0 auto !important; }
  .form-contato .wpcf7-response-output {
    width: calc(100% - 30px);
    float: left;
    margin: 0 0 0 15px;
    text-align: center; }

#box_whatsapp {
  border-radius: 50%;
  background-color: #25d366;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 999; }
  #box_whatsapp .content {
    padding: 5px 7px !important; }
  #box_whatsapp .content a {
    width: 100%;
    display: flex;
    font-size: 30px;
    text-decoration: none;
    color: #fff; }