.passos-pai {
    max-width: 1240px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.passos-mobile{
    display: none;
}

.passos-pai h1 {
    font-size: 64px;
    color: #6b8ba4;
    margin-bottom: 10px;
}

.subtitulo {
    color: #6b8ba4;
    margin-bottom: 50px;
    font-size: 25px;
}

.etapas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 40px;
    max-width: 1000px;
}

.circulo {
    width: 140px;
    height: 140px;
    background: #e6f1f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: bold;
    flex-shrink: 0;
}

.linha {
    flex: 1;
    height: 10px;
    background: #e1edf5;
}

.card-pai {
    display: flex;
    gap: 50px;
}

.passos {
    flex: 1;
    
}

.passos h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.card {
    background: #2f5d7c;
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 365px;
    text-align: center;
}
@media (max-width: 950px) {
    .circulo {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }
    .passos-pai h1 {
    font-size: 50px;
    }

    .subtitulo {
        font-size: 20px;
    }
}
@media (max-width: 650px) {
    .circulo {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }
    .card-pai{
        width: 100%;
        gap: 15px;
    }
    .card{
        padding: 10px;
    }
}
   @media (max-width: 570px) {

  /* Esconde layout antigo */
  .passos-pai {
    display: none;
  }

  /* Mostra layout mobile */
  .passos-mobile {
    display: block;
    padding: 32px 16px;
  }

  .passos-mobile__titulo,
  .passos-mobile__subtitulo {
    text-align: center;
    color: rgba(41, 77, 99, 1);

  }


  .timeline-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
  }

  .timeline-mobile__item {
    display: flex;
    gap: 50px;
  }

  .timeline-mobile__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timeline-mobile__circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e6eef4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .timeline-mobile__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-mobile__card {
    background: #2e6f95;
    color: #fff;
    padding-top: 5px;
    padding: 10px;
    width: 258px;
    height: 110px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .timeline-mobile__title{
    width: 75px;
    text-align: center;
    color: rgba(41, 77, 99, 1);     
  }
}

@media (max-width: 950px) {
    .circulo {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }
    .passos-pai h1 {
    font-size: 50px;
    }

    .subtitulo {
        font-size: 20px;
    }
}
@media (max-width: 650px) {
    .circulo {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }
    .card-pai{
        width: 100%;
        gap: 15px;
    }
    .card{
        padding: 10px;
    }
}
   @media (max-width: 400px) {

  /* Esconde layout antigo */
  .passos-pai {
    display: none;
  }

  /* Mostra layout mobile */
  .passos-mobile {
    display: block;
    padding: 32px 6px;
  }

  .passos-mobile__titulo,
  .passos-mobile__subtitulo {
    text-align: center;
    color: rgba(41, 77, 99, 1);

  }


  .timeline-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
  }

  .timeline-mobile__item {
    display: flex;
    gap: 35px;
  }

  .timeline-mobile__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timeline-mobile__circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e6eef4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .timeline-mobile__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-mobile__card {
    background: #2e6f95;
    color: #fff;
    padding-top: 5px;
    padding: 10px;
    width: 200px;
    height: 150px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .timeline-mobile__title{
    width: 75px;
    text-align: center;
    color: rgba(41, 77, 99, 1);     
  }
}