
  .card-company img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .container{
    padding: 20px;
  }
  .img-companies{
    width:100%; max-width:250px;
  }
  
  .container-companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .company-item {
    width: calc(50% - 15px);
    min-width: 150px;
  } 
    :root {
      --azul-escuro: #102D69;
      --verde-fluor: #ccff00;
    }
    body {
      background-color: #f8f9fa;
      margin: 0px;
    }
    .navbar-custom {
      background-color: var(--azul-escuro);
      padding: 1rem;
      text-align: center;
    }
    .navbar-custom .navbar-brand {
      color: var(--verde-fluor);
      font-weight: bold;
      font-size: 36px;
      text-align: center;
      font-family: sans-serif;
    }
    .group-label {
      color: var(--verde-fluor);
      text-transform: uppercase;
      font-weight: 900;
      font-size: 1rem;
      margin-top: 2rem;
    }
    .group-logo {
      max-height: 120px;
      margin: 0.5rem auto 2rem;
    }
    .selection-title {
      color: var(--azul-escuro);
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 1.5rem;
      font-family: sans-serif;
    }
    .card-company {
      border: 2px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
      min-height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      transition: transform .2s;
      margin-bottom: 20px;
      padding: 15px;
    }
    .card-company:hover {
      transform: translateY(-4px);
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }
    .card-company img {
      max-height: 100px;
      object-fit: contain;
    }
    .footer-text {
      color: var(--azul-escuro);
      font-weight: 700;
      font-size: 18px;
      margin: 2.5rem 0;
      font-family: sans-serif;
      margin-top: 30px;
    }
    .company-name {
      color: var(--azul-escuro);
      font-weight: bold;
      margin-top: 10px;
      font-size: 18px;
    }

    .col-md-4{
      width: 48%;
      /* margin-right: 10px; */
      float: left;
    }
    .img-fluid{
      width:100%; max-width:450px;
    }
    .grupo{
      text-align: center; padding: 20px;
    }