.favoritos-main [hidden] { display: none !important; }
.favoritos-main .locacoes-intro { padding-bottom: 8px; }
.favoritos-main .locacoes-results { padding-top: 20px; }
.favoritos-main .locacoes-empty h2 { margin: 12px 0 4px; color: var(--home-navy); font-size: 22px; }
.favoritos-main .locacoes-empty button { min-height: 43px; padding: 0 21px; border: 0; border-radius: 9px; background: var(--home-yellow); color: var(--home-navy); font: inherit; font-weight: 750; }
.favoritos-state { display: flex; flex-direction: column; align-items: center; padding: 65px 15px; color: var(--home-muted); text-align: center; }
.favoritos-state .fa { color: var(--home-blue); font-size: 28px; }
.favoritos-state p { margin: 13px 0 0; }
.favoritos-actions { display: flex; justify-content: flex-end; margin-top: 27px; }
.favoritos-noscript { padding: 16px; color: var(--home-muted); }
@media (max-width: 640px) {
  .favoritos-actions .home-whatsapp { width: 100%; white-space: normal; text-align: center; }
}
