/* Custom tweaks extracted from contact-us.php for lighter templates */

.contact-result .alert { margin-top: 14px; }

.sr-only{
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.form-control,
select.form-control {
  width: 100%;
}

/* WhatsApp floating button */
.appWhatsapp {
  position: fixed;
  left: 15px;
  bottom: 20px;
  width: 65px;
  z-index: 1000;
}

.appWhatsapp img {
  width: 100%;
  height: auto;
}


@media (max-width: 575px){
  .appWhatsapp{left:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:56px}
}

