/* Estilos migrados desde cashdev.hbs */

.iframe-container {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .iframe-container iframe {
    width: 100%;
    height: 2250px;
    border: none;
    border-radius: 8px;
  }
  .card {
    transition:
      box-shadow 0.3s ease,
      transform 0.3s ease,
      filter 0.3s ease;
  }

  .card:hover {
    box-shadow:
      0 8px 16px 0 rgba(0, 0, 0, 0.3),
      0 12px 32px 0 rgba(0, 0, 0, 0.25);
    transform: scale(1.01);
  }
