
  .step {
      display: unset;
  }
  .btn:disabled {
    display: none
  }
  .w-40 {
    width: 40%
  }
  .btn-outline-primary {
    border: 1px solid var(--primarycolor-35);
  }
  .logo_top {
    height: 50px;
  }

  /* Error label */
  span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: 15px;
    z-index: 10;
    height: 25px;
    line-height: 1;
    background-color: #222;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
  }
  span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #222;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
  }

  .terms span.error {
    top: -30px;
  }
  /* .btn-primary:hover {
      background-color: var(--primarycolor) !important;
      opacity: 0.8;
      border: 1px solid var(--primarycolor-35) !important;
  } */

  @media screen and (max-width: 767px) {
    .div_bg_opacity_mobile {
      max-width: 100%;
      z-index: -1;
      background-position: top center;
    }
    .div_bg_opacity {
      display: none !important;
    }
    .div_bg_opacity_mobile {
      display: block !important;
    }
    .bg-light-md {
      --si-bg-opacity: 1;
      background-color: rgba(var(--si-light-rgb), var(--si-bg-opacity)) !important;
    }
    .shadow-sm-md {
      box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03) !important;
    }
    .btn_simular_mobile {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10000;
      height: 68px;
      font-size: 1.3rem;
      border-radius: 0px
    }
  }
  @media (min-width: 768px) {
    .div_principal {
      background-image: url(../img/bg/header-bg1.png);
    }
    .div_bg_opacity {
      display: block !important;
    }
    .div_bg_opacity_mobile {
      display: none !important;
    }
  }

  .text-justify {
    text-align: justify;
  }
  .llk {
    display: inline-block;
    min-width: 160px
  }
  .shadow-primary {
    box-shadow: 0 0.5rem 1.125rem -0.5rem var(--primarycolor-35) !important
  }

  @media (max-width: 576px) {
    .mt-auto-sm {
      margin-top: auto !important;
    }
  }
  @media (min-width: 576px) {
    .m-auto_up_md {
      margin: auto !important;
    }
  }

