:root{--page-title-display:none;}/* Start custom CSS *//* FIX DEFINITIVO HERO MOBILE */
@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  .cv-home {
    overflow-x: hidden !important;
  }

  .cv-hero {
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    padding: 105px 0 36px !important;
    background-position: center center !important;
  }

  .cv-hero::after {
    height: 80px !important;
  }

  .cv-hero .cv-container {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .cv-hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .cv-kicker {
    font-size: 11px !important;
    line-height: 1.4 !important;
    letter-spacing: 2.4px !important;
    margin-bottom: 14px !important;
  }

  .cv-hero h1 {
    font-size: 42px !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .cv-hero p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }

  .cv-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 28px !important;
  }

  .cv-actions .cv-btn {
    width: 100% !important;
    min-height: 50px !important;
    text-align: center !important;
  }

  .cv-search-box {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    margin: 0 auto 0 !important;
    padding: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    border-radius: 20px !important;
    z-index: 4 !important;
  }

  .cv-field {
    width: 100% !important;
    padding: 14px !important;
  }

  .cv-field input,
  .cv-field select {
    width: 100% !important;
    font-size: 16px !important;
  }

  .cv-search-submit {
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {

  .cv-hero {
    padding: 90px 0 32px !important;
  }

  .cv-hero .cv-container {
    width: calc(100% - 26px) !important;
  }

  .cv-hero h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .cv-hero p {
    font-size: 15px !important;
  }

  .cv-search-box {
    width: calc(100% - 26px) !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .cv-field label {
    font-size: 10px !important;
    letter-spacing: 1px !important;
  }
}/* End custom CSS */