body {
    background: #f9f9f9;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
    padding: 2rem 1rem;
  }
  .container-form {
    max-width: 720px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: auto;
  }
  .container-form-2 {
    max-width: 720px;
    background: #ffffff;
    padding: 0.5rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: auto;
  }
  .container-form h2 {
    color: #316087;
    font-weight: 600;
  }
  .container-form-2 h2 {
    color: #316087;
    font-weight: 600;
  }
  .container {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: auto;
  }
  .logo {
    margin-bottom: 1.5rem;
  }
  .logo svg {
    overflow: visible;
  }
  .form-group-radio {
  position: static !important;
  }
  .form-group-radio > .radio-label {
      position: static !important;
      display: block;
      margin-bottom: 0.5rem;
      font-size: 0.9rem;
      color: #777;
  }
  .copyright {
    color: #777
  }
  .radio-group {
  display: flex;
  align-items: center;
  }
  .radio-group .form-check-inline {
  margin-right: 1.5rem;
  }

  .nav-tabs {
    border-bottom: none;
    justify-content: center;
  }
  .nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin: 0 0.5rem;
    color: #555;
    font-weight: 500;
    background: #f1f1f1;
  }
  .nav-tabs .nav-link.active {
    background: #316087;
    color: white;
    border-color: #316087;
  }
  .form-group {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .form-control {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #333;
  }
  .form-control::placeholder {
    color: transparent;
  }
  label {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 0.9rem;
    color: #777;
    transition: all 0.2s;
    pointer-events: none;
    background: #ffffff;
    padding: 0 0.3rem;
  }
  .form-control:focus + label,
  .form-control:not(:placeholder-shown) + label {
    top: -0.7rem;
    left: 0.8rem;
    font-size: 0.8rem;
    color: #316087;
  }
  .radio-group label {
    position: static;
    font-size: 1rem;
    padding: 0;
    background: none;
  }
  button.btn {
    width: 100%;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 0.5rem;
  }
  .btn-primary {
    background-color: #316087;
    border-color: #316087;
  }
  .btn-success {
    background-color: #28a745;
    border-color: #28a745;
  }
  .tab-content {
    margin-top: 2rem;
  }
  .small-text {
    font-size: 0.8rem;
    color: #777;
    text-align: center;
    margin-top: 1rem;
  }
  .radio-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #777;
    position: relative;
    padding: 0;
  }
  #como-funciona h2 {
    color: #316087;
    margin-bottom: 2.5rem !important;
    font-weight: 600;
  }
  #quienes-somos h2 {
    color: #316087;
    margin-bottom: 2.5rem !important;
    font-weight: 600;
  }