.Para {
  &._beneficios {
    .Row {
      padding-bottom: 48px;
    }

    .card-beneficio {
      position: relative;
      display: block;
      border-radius: 4px;
      overflow: hidden;
      aspect-ratio: 548/510;

      &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.8) 24.31%,
          rgba(0, 0, 0, 0) 100%
        );
        transition: all 0.3s ease-out;
      }

      &:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        opacity: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 24.31%, #00000000);
        transition: all 0.3s ease-in-out;
      }

      img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }

      > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 16px;
        height: 100%;
        z-index: 1;
        padding: 0 32px;
        color: #fff;

        .Title,
        p {
          color: #fff;
        }

        p {
          margin-bottom: 54px;
        }
      }

      &:hover {
        &:before {
          opacity: 1;
          height: 100%;
        }
        &:after {
          opacity: 0;
        }
      }
    }

    .Slider-navigation {
      gap: 10px;
    }

    &._produtor {
      .item {
        .image {
          //width: 32px;
          height: 32px;

          img {
            height: 100%;
          }
        }
        .Title {
          font-size: 16px;
          padding: 32px 0 12px;
        }
      }
      .Row {
        padding-bottom: 0;
      }
    }
  }

  &._demonstracao {
    height: 496px;
    background-image: url("../../assets/images/bg-empresa.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .Container {
      justify-content: center;
      gap: 40px;
      height: 100%;
      max-width: 738px;

      .Title {
        font-weight: 400;
      }
    }
  }

  &._video {
    position: relative;
    height: 544px;
    overflow: hidden;
  }

  &._diferenciais {
    .diferencial {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 56px;
      padding: 24px 24px 46px;
    }

    .content-icon {
      gap: 40px;

      .icon {
        width: 32px;
        height: 32px;
      }
    }

    .text {
      gap: 8px;
    }
  }

  &._funcionalidades {
    .first {
      display: flex;
      justify-content: space-between;
      padding: 40px 0 0 40px;
      border-radius: 4px;

      img {
        display: block;
      }

      .content {
        max-width: 387px;
        padding-top: 34px;
      }

      .Body {
        color: #dfdee3;
        padding-top: 24px;
      }
    }
    .item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 4px;
      background: #f6f6f9;
      padding-top: 40px;
      overflow: hidden;

      .content {
        padding: 0 32px 48px;
      }

      img {
        display: block;
        width: 100%;
      }

      .Headline {
        display: block;
        color: #4a4a4a;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        padding-bottom: 24px;
      }
    }
  }

  &._CTA {
    .cadastro {
      display: flex;
      width: 100%;
      padding: 48px 80px;
      justify-content: space-between;
      align-items: center;
      border-radius: 4px;
      background: linear-gradient(112deg, #110f35 0%, #2a2c89 96.6%);

      .Title {
        max-width: 518px;
        font-weight: 400;
        color: #fff;

        span {
          font-weight: 600;
        }
      }
    }

    .app {
      justify-content: space-between;
      border-radius: 4px;
      background: #f1f1ff;
      overflow: hidden;
      margin-top: 24px;

      .content {
        gap: 48px;
        max-width: 426px;
        padding: 64px 0 64px 80px;

        .Title {
          padding-bottom: 12px;
        }
      }

      .links {
        gap: 16px;

        img {
          display: block;
          max-width: 130px;
        }
      }

      .image {
        img {
          display: block;
        }
      }
    }
  }

  &._clientes {
    position: relative;
    background: linear-gradient(112deg, #110f35 0%, #2a2c89 96.6%);
    padding: 45px 0;

    .Slider-clientes {
      position: relative;
      z-index: 0;
    }

    &::before,
    &:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 11.1111%;
      max-width: 215px;
      background: linear-gradient(
        270deg,
        #232472 0%,
        rgba(37, 38, 119, 0) 100%
      );
    }

    &:before {
      right: auto;
      left: 0;
      background: linear-gradient(270deg, #191952 0%, rgba(25, 25, 82, 0) 100%);
      transform: rotate(180deg);
    }

    .cliente {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      min-height: 87px;

      svg {
        width: 100%;
        path {
          fill: #a5a5bb;
          transition: 0.2s;
        }
      }

      &:hover svg path {
        fill: #fff;
      }
    }
  }

  @media (max-width: $lg) {
    &._video {
      height: 160px;
    }

    &._beneficios {
      .Slider-navigation {
        display: none;
      }
    }

    &._CTA {
      .cadastro {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
      }
      .app {
        flex-direction: column;
        position: relative;
      }
    }

    &._diferenciais {
      .diferencial {
        gap: 20px;
        padding: 0;
      }
    }

    &._funcionalidades {
      .item-funcionalidade {
        .Body {
          font-size: 14px !important;
        }
      }

      .first {
        flex-direction: column;
        gap: 56px;
        overflow: hidden;
        justify-content: space-between;
        padding: 32px 0 0 32px;
        border-radius: 4px;

        .Title {
          font-size: 20px;
        }

        .Body {
          padding-top: 16px;
        }
      }
    }
  }
}
