/* START MOBILE */

@media only screen and (max-width: 600px) {
  .logo-header {
    width: 64px;
  }

  .hand {
    display: none;
  }

  .title-header {
    font-size: 32px !important;
  }

  .tj-hero-9-award-btn {
    display: none;
  }

  .tj-hero-9-area::before {
    content: none;
  }

  #contact-footer {
    margin-top: 2rem;
  }

  #call-footer {
    font-size: 11px;
  }

  .tj-cta-6-title {
    margin-bottom: 0 !important;
  }

  .tj-footer-6-copyright {
    text-align: center !important;
    margin-top: 1rem !important;
    font-size: 10px !important;
  }

  .cnpj-footer {
    text-align: center !important;
    margin-top: 1rem !important;
  }

  .preloader {
    display: none !important;
  }
}

/* END MOBILE */

@media only screen and (max-width: 1024px) {
  .tj-hero-9-button {
    visibility: hidden;
  }
}