body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #01141d;
    color: white;
  }
  .iSoclitiar {
    display: none;
  }
  .etapa {
    max-width: 100px;
  }
  @media (min-width:1000px) {
    .hero {
      background: url('46f881a6-3b0b-426d-a06f-3b7cbcc9e4c1.jpg');
      height: 500px;
    }
    .iDetalhe {
      display: none;
    }
    .iSoclitiar {
      display: flex;
    }
  }
  @media (max-width:1000px) {
    .hero {
      height: 200px;
    }
  }
  .hero {
    padding: 40px 20px;
    /* background: rgba(0, 0, 0, 0.6); */
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: left;
  }
  
  .hero h1 {  
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .btn {
    display: inline-block;
    background-color: #007aad;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s;
  }
  
  .btn:hover {
    background-color: #009fd9;
  }
  
  section {
    padding: 40px 20px;
  }
  
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .etapas {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  
  .etapa .icone {
    font-size: 24px;
    background-color: #012d3c;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    color: #00bcd4;
  }
  
  .beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  
  .beneficio {
    background-color: #012d3c;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  
  .beneficio p {
    margin-top: 10px;
  }
  
  .acao .cta-container {
    margin: 20px 0;
  }
  
  .imagens {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .imagens img {
    width: 30%;
    border-radius: 8px;
  }
  