header {
  .header__menu-bar {
    box-shadow: unset !important;
  }
}


#page-home {
  .section-main {
    background-image: linear-gradient(180deg, var(--color-brand-light-2) 0%, var(--color-brand-2) 50%);
    padding-top: 3rem;

    .section-title {
      text-align: center;
      font-size: 32px;
      color: white;
      padding-bottom: 3rem;
    }

    .section-subtitle {
      text-align: center;
    }

    img {
      width: 100%;
      max-width: 550px;
    }
  }

  .section-facturacion-electronica {
    .card {
      max-width: 550px;
      /* background-image: linear-gradient(180deg, var(--color-brand-1) 0%, var(--color-brand-2) 50%);
      box-shadow: 0 0 20px rgba(0, 0, 0, .5);
      border-radius: 20px; */
      padding: 20px;

      .card-image {
        margin: 0 auto;
        /* box-shadow: 0 0 40px rgba(0, 0, 0, .25); */
        background-color: white;
        border-radius: 50%;
        width: 200px;
        height: 200px;

        box-shadow: 0px 0px 4px 0px rgba(11, 25, 83, .5);
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        img {
          max-width: 140px;
          max-height: 140px;
        }
      }

      .card-title {
        font-weight: bold;
        font-size: 1.5rem;
        color: var(--color-brand-1);
        text-align: center;
        padding-bottom: 1rem;
        margin-top: 40px;
      }

      .card-description {
        text-align: center;
        color: var(--color-gray-dark);
      }
    }
  }

  .section-soporte {

    .section-description {

      li {
        display: flex;
        padding-bottom: .5rem;

        i {
          color: var(--color-brand-light);
          font-weight: bold;
          line-height: 1.5rem;
          padding-right: .75rem;
        }

        span {
          line-height: 1.5rem;
        }
      }
    }
  }

  @media (min-width: 64em) {
    .section-main {

      .section-title {
        text-align: left;
        font-size: 52px;
      }

      .section-subtitle {
        text-align: left;
        padding-bottom: 0px;
      }
    }
  }
}