#page-home {
  .main-section {
    height: calc(100vh - 110px);
    background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/logistock-background-homepage-main-section2c.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;

    /* &.img1 {
      background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/logistock-background-homepage-main-section.jpg');
    } */

    /* &.img2 {
      background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/logistock-background-homepage-main-section2c.jpg');
    } */

    /* &.img3 {
      background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/logistock-background-homepage-main-section3b.jpg');
    } */

    .main-section_card {
      background-color: var(--color-brand);
      box-shadow: 10px 10px 20px rgba(0, 0, 0, .75);
      position: absolute;
      z-index: 2;
      top: 50%;
      transform: translate(0, -50%);
      padding: 50px;
      max-width: 680px;
      width: 100%;

      img {
        max-width: 128px;
      }

      .main-section_card-text {
        color: white;
        font-weight: 700;
        font-size: 44px;
        text-align: left;
        line-height: 60px;
        letter-spacing: 0px;
        padding: 24px 0;
      }

      a {
        font-size: 1.25rem;
        font-family: "Salesforce Sans", Arial, sans-serif;
        font-weight: 700;
      }
    }
  }

  .section-features {
    padding: 3rem 0;

    h2 {
      text-align: center;
      color: var(--color-brand-dark);
      margin-bottom: 15px;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 700;
    }

    .subtitle {
      text-align: center;
      margin-bottom: 15px;
    }

    .feature-card {
      position: relative;
      padding-bottom: 30px;
      text-align: center;
      top: 0;
      transition: all 300ms linear 0ms;

      a, a:link, a:hover {
        display: block;
        text-decoration: none;
      }

      &:hover {
        top: -20px;
        img {
          transform: rotateY(360deg);
        }
      }

      img {
        width: 75px;
        height: 75px;
        transition: all 500ms linear 0ms;
      }

      h3 {
        font-size: 20px;
        color: var(--color-brand-dark);
        line-height: 1.2;
        margin: 30px 0 15px 0;
        font-weight: 700;
      }

      p {
        line-height: 1.6;
        padding: 0;
        margin: 0;
      }
    }
  }

  .section-versions {
    background-color: var(--color-brand);
    background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/section-versions_background.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 3rem 0;
    position: relative;

    &:before {
      content: '';
      display: block;
      background-color: var(--color-brand);
      opacity: .9;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
    }

    h2 {
      text-align: center;
      color: white;
      margin-bottom: 15px;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 700;
    }

    .version-card {
      width: 80%;
      margin: 0 auto;

      p {
        margin-top: 20px;
        text-align: justify;
        color: white;
      }

      &:first-child {
        margin-bottom: 3rem;
      }
    }
  }

  .section-soporte {
    background-color: white;
    background-image: url('https://logikom.b-cdn.net/projects/logistock_uy/images/logistock-home-soporte-background1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 2rem;
    position: relative;

    &:before {
      content: '';
      display: block;
      background-color: white;
      opacity: .3;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
    }

    .soporte-image {
      max-width: 300px;
    }

    h4 {
      color: #0795FE;
      font-size: 16px;
      font-weight: 700;
    }

    h2 {
      color: var(--color-brand-dark);
      margin-bottom: 15px;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 700;
    }

    .stat-value {
      font-size: 48px;
      font-weight: 700;
      color: #0795fe;
    }

    .stat-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      color: var(--color-brand-dark);
      margin-bottom: 3rem;
    }
  }

  .section-clientes {
    padding: 4rem 0;

    h4 {
      color: #0795FE;
      font-size: 16px;
      font-weight: 700;
    }

    h2 {
      color: var(--color-brand-dark);
      margin-bottom: 15px;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 700;
    }
  }

  /* .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 3rem;
  }

  .bottom-bar {
    margin-top: 50px;
  }*/

  @media (min-width: 64em) {
    .section-versions {
      padding: 4rem 0 3rem 0;

      .version-card {
        width: 460px;
        margin: inherit;
        padding: 4rem 0 2rem 0;

        &:first-child {
          margin-bottom: 0rem;
        }
      }
    }

    .section-soporte {
      .soporte-image {
        max-width: 380px;
      }

      .stat-title {
        margin-bottom: 0;
      }
    }

    .section-clientes {
      .home-slider {
        &:before {
          width: 100px;
        }

        &:after {
          width: 100px;
        }

        .slide {
          padding: 0 90px;
        }
      }
    }
  }
}