@media (max-width: 1200px) {
  .img-box-02 {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .bx-01 {
    flex-direction: column;
  }
  .dropdown-content {
    left: -60px !important;
  }
}

@media (max-width: 500px) {
  .dropdown-content {
    left: -60px !important;
  }
}

/* ============================================
   MEDIA QUERIES - RESPONSIVIDADE
   ============================================ */

/* Tablets grandes e desktops pequenos */
@media (max-width: 1200px) {
  .section-title {
    font-size: 2.2rem;
  }

  .item-card h4 {
    font-size: 1.2rem;
  }

  .item-card p {
    font-size: 0.95rem;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .item-year {
    font-size: 1.3rem;
  }

  .line-row {
    grid-column: 1 / -1;
  }
}

/* Smartphones grandes */
@media (max-width: 768px) {
  .section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }

  .timeline-grid {
    display: block;
    margin-bottom: 40px;
  }

  /* Imagens com tamanho adequado */
  .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 250px;
    margin-bottom: 15px;
  }

  .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Ocultar os anos */
  .item-year {
    display: none;
  }

  /* Cards logo abaixo das imagens */
  .item-card {
    padding: 20px;
    margin-bottom: 30px;
  }

  /* Ocultar linha e dots no mobile */
  .line-row {
    display: none;
  }

  .line-dot {
    display: none;
  }

  .vertical-line,
  .vertical-line2 {
    display: none;
  }

  .item-card h4 {
    font-size: 1.15rem;
  }

  .item-card p {
    font-size: 0.9rem;
  }

  .txt-bx-01 p {
    margin-bottom: 70px;
    text-align: left;
  }

  .txt-bx-01 h1 {
    text-align: left;
    font-size: 32px;    
  }
}

/* Smartphones pequenos */
@media (max-width: 480px) {
  .section {
    padding: 30px 10px;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .item-image {
    min-height: 200px;
    margin-bottom: 12px;
  }

  .item-card {
    padding: 15px;
    margin-bottom: 25px;
  }

  .item-card .year {
    font-size: 1.5rem;
  }

  .item-card h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .item-card p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* Smartphones muito pequenos */
@media (max-width: 360px) {
  .section-title {
    font-size: 1.3rem;
  }

  .item-image {
    min-height: 180px;
  }

  .item-card h4 {
    font-size: 0.95rem;
  }

  .item-card p {
    font-size: 0.8rem;
  }
}