.simple-title-description-image-block {
  text-align: center;

  &.center-text-margin {
    padding: 20px 140px 0;

    @media screen and (max-width: 1280px) {
      padding: 20px 70px 0;
    }

    @media screen and (max-width: 960px) {
      padding: 0;
      padding-top: 20px;
    }
  }

  .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-top: 10px;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 30px;
    }

    @media screen and (max-width: 992px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 520px) {
      font-size: 16px;
      line-height: 19.5px;
      text-align: center;
    }
  }

  .gradient-purple-description-image {
    width: 85px;
    height: 180px;
    background-color: #6800FF;
    position: absolute;
    right: 0;
    margin-top: -50px;
    filter: blur(110px);
    z-index: -20;
  }

  .description {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    padding: 20px 0;

    &.text-justify {
      text-align: justify;
    }

    @media screen and (max-width: 1580px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 960px) {
      font-size: 18px;
      line-height: 22px;
    }

    @media screen and (max-width: 669px) {
      font-size: 16px;
      line-height: 19px;
      text-align: center;
    }
  }

  .image {
    width: 100%;
  }
}

.field--name-field-qacp-banner,
.field--name-field-ignite-banner {
  .imagem-banner {
    &::before {
      background: none;
    }
  }
}

.field--name-field-qacp-content {
  .contenedor-bloque-formulario-contacto {
    .descripcion-contacto strong {
      color: #6800FF;
    }
  }
}

.field--name-field-ignite-banner {
  .titulo-banner {
    &::before {
      content: '';
      position: absolute;
      left: 170px;
      top: 50%;
      transform: translateY(-50%);
      width: 250px;
      height: 275px;
      background-image: url('../assets/logo-ignite.svg');
      background-size: cover;
      background-position: center;
      margin-top: 100px;
    }

    @media screen and (max-width: 1580px) {
      &::before {
        left: 150px;
        width: 200px;
        height: 220px;
        margin-top: 60px;
      }
    }

    @media screen and (max-width: 1280px) {
      &::before {
        left: 115px;
        width: 170px;
        height: 187px;
      }
    }

    @media screen and (max-width: 980px) {
      &::before {
        left: 70px;
        width: 150px;
        height: 165px;
      }
    }

    @media screen and (max-width: 669px) {
      &::before {
        left: 50px;
        width: 110px;
        height: 121px;
        background-image: url('../assets/logo-ignite-2x.svg');
      }
    }

    @media screen and (max-width: 520px) {
      &::before {
        left: 30px;
        width: 90px;
        height: 99px;
      }
    }
  }
}