.tips-header {
  background-color: #6478FF;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  width: 100%;
  height: 170px;
  color: #FFFFFF;
  padding: 0 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 17px;
  position: relative;
  overflow-x: clip;
  background-size: cover;
  background-position: 0;

  &.bg-alimentacao.tips-header {
    background-size: 270%;
    background-position: calc(50% - 50px);
  }

  &.bg-saude-e-bem-estar.tips-header {
    background-size: 145%;
    background-position: calc(50% - -65px) 73%;
  }

  &.bg-dicas-de-produtos.tips-header {
    background-size: 160%;
    background-position: calc(50% - 4px) -162px;
  }

  .bread-crumb {
    top: 72px;
  }
  

  .tips-text-container {
    position: relative;
    width: 100%;
    max-width: 810px;

    span {
      text-align: center;
    }
  }

  .blue-bean-tip {
    position: absolute;
    right: -10px;
    bottom: -25px;
    width: 57px;
    height: 52px;
  }
  .orange-bean {
    position: absolute;
    right: -50px;
    bottom: -36px;
    width: 57px;
    height: 48px;
  }
  .purple-bean {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 66px;
    height: 60px;
  }

  &::before {
    content: '';
    background-image: linear-gradient(178deg, rgba(0, 0, 0, .2) 2.32%, rgba(0, 0, 0, .5) 98.68%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
 .bread-crumb p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  @media screen and (min-width: 510px) {
    &.bg-dicas-de-produtos.tips-header {
      background-position: center 58.5%;
      background-size: 105%;
      
    }
  }

  @media screen and (min-width: 768px) {
    margin-top: 10px;
    padding-bottom: 25px;

    &.bg-alimentacao.tips-header {
      background-size: cover;
      background-position: center;
    }

    &.bg-saude-e-bem-estar.tips-header {
      background-size: 104%;
      background-position: center 71%;
    }

    .bread-crumb {
      top: 20px;
    }

    .blue-bean-tip {
      position: absolute;
      right: 14px;
      bottom: -48px;
      width: 81px;
      height: 75.295px;
    }
    .orange-bean {
      position: absolute;
      right: 120px;
      bottom: -45px;
      width: 87px;
      height: 73px;
    }
    .purple-bean {
      position: absolute;
      right: 126px;
      bottom: -60px;
      width: 115.58px;
      height: 105.89px;
    }
  }

  @media screen and (min-width: 1200px) {
    &.bg-dicas-de-produtos.tips-header {
      background-size: 105%;
      background-position: calc(50% - 5px) 59%;
    }
  }

  @media screen and (min-width: 1360px) {
    &.bg-saude-e-bem-estar.tips-header {
      background-position: calc(50% - -27px) 71%;
    }
  }
}

.tips-header span {
    display: block;
    text-align: center;
    line-height: 36px;
}

.breadcrumb-single-dicas {
    background-color: transparent !important;
    padding: 0 !important;
    top: 100px !important;
    border-radius: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
}

.header-tips {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 24px;
    text-align: center;
    background-color: #6478FF;
    bottom: 30px;
    padding-top: 100px;
    padding-bottom: 58px;
}

.single-tip-banner-image {
    margin: 0 auto;
    border-radius: 15px;
}

.single-tip-banner-container {
    bottom: 60px;
    position: relative;
}

.tip-date {
    margin: 30px auto 0 auto;
    width: 700px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 26px;
    font-weight: 400;
    margin-bottom: 40px;
}

.single-tip-date {
    padding-top: 20px;
}

.tip-date p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}


@media (max-width: 770px) {
    .tips-header span {
        text-align: left;
        font-size: 26px;
        display: block;
        line-height: 32px;
    }
    .header-tips {
        height: auto;
    }

    .single-tip-banner-image {
        width: 520px;
        height: 300px;
     
    }

    .single-tip-banner-container {
        bottom: 90px
    }

    .tip-date {
        width: 500px;
        margin: 20px auto;
    }

    .tip-date p {
    font-size: 12px;
    }
}

@media (max-width: 540px) {
    .tips-header span {
        text-align: left;
        font-size: 26px;
        display: block;
        line-height: 32px;
    }
    .header-tips {
        height: auto;
    }

    .single-tip-banner-image {
        width: 320px;
        height: 200px;
     
    }

    .single-tip-banner-container {
        bottom: 90px
    }

    .tip-date {
        width: 300px;
        margin: 20px auto;
        
    }

    .tip-date p {
    font-size: 12px;
    }
}

@media (min-width: 768px) {
  .header-tips {
    row-gap: 29px;
    padding-top: 49px;
    padding-bottom: 85px;
  }
}