/* Responsividade para Tablet */
@media screen and (min-width: 768px) and (max-width: 911px) {

  *,
  a,
  button,
  input,
  label,
  .map a,
  .map button,
  .mapa-svg,
  .mapa-svg * {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: manipulation;
  }

  .mapa-svg, .mapa-svg * {
    outline: none;
  }

  .mapa-svg a, .mapa-svg a * {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }

  svg:focus,
  svg *:focus {
    outline: none !important;
  }

  .conteudo-bloco {
    margin-left: 24px !important;
    margin-right: 24px !important;
    text-align: left !important;
  }

  .bloco-horizontal {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }

  .bloco-horizontal .texto {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .bloco-horizontal .video {
    width: 45%;
    max-width: none;
    margin: 0 auto;
  }

  .bloco-horizontal video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .botao-mais {
    text-align: left !important;
  }

  h2.title,
  h3.subtitle {
    text-align: left !important;
  }

  .bloco-tablet-ajuste {
    margin-left: -180px !important;
    padding-right: 50px !important;
    text-align: left !important;
  }

  .bloco-tablet-ajuste .bloco-horizontal {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .bloco-tablet-ajuste h2,
  .bloco-tablet-ajuste h3,
  .bloco-tablet-ajuste .highlight-button {
    margin-left: 0 !important;
    text-align: left !important;
  }

  .area_c-section {
    padding: 100px 10px 20px;
  }

  .area_c-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    gap: 10px;
  }

  .area_c-card {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    width: 200px;
    height: 200px; 
  }

  .mapa-interativo {
    padding: 10px;
    overflow: hidden;
  }

  .mapa-content {
    flex-direction: column;
    align-items: center;
  }

  .mapa-svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .mapa-svg svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    transform: scale(0.6);
    transform-origin: center center;
    display: block;
  }

  .tooltip-cidades {
    display: block;
    opacity: 1;
    position: fixed;
    top: 770px;
    left: 30px;
    right: auto;
    width: auto;
    max-width: 260px;
    z-index: 9999;
    background: var(--text-color);
    border: 1px solid var(--opac-color);
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 0.78rem;
    line-height: 1.25;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  }

  .tooltip-cidades h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 0.85rem;
    font-weight: bold;
    color: var(--lightblue-color);
  }

  .tooltip-cidades ul {
    padding-left: 16px;
    margin: 0;
  }

  .tooltip-cidades li {
    margin-bottom: 3px;
  }
}
