.atrfm-promocoes {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  gap: 81px;
  margin-bottom: 200px;
}
.atrfm-promocoes > header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.atrfm-promocoes > header > figure {
  position: relative;
  width: 500px;
  height: 401px;
}
.atrfm-promocoes > header > figure > .megafone-img {
  position: absolute;
  top: 0;
  left: 80px;
  width: 342px;
  z-index: 1;
}
.atrfm-promocoes > header > figure > .cupom-esquerda-img {
  position: absolute;
  top: 100px;
  left: -50px;
  width: 213.77px;
  z-index: 2;
}
.atrfm-promocoes > header > figure > .cupom-direita-img {
  position: absolute;
  bottom: -70px;
  right: -20px;
  width: 213.77px;
  z-index: 2;
}
.atrfm-promocoes > header > figure > .cupom-atras-img {
  position: absolute;
  top: 40px;
  left: 120px;
  width: 100px;
  z-index: 0;
  opacity: 0.5;
  rotate: -65deg;
}
.atrfm-promocoes > header > .header-titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.atrfm-promocoes > header > .header-titles > h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 100px;
  line-height: 110px;
  font-weight: bold;
  color: #009640;
  text-align: right;
}
.atrfm-promocoes > header > .header-titles > h3 {
  font-family: "RedHatDisplay-Regular";
  font-size: 48px;
  line-height: 54px;
  font-weight: normal;
  color: #ffffff;
  text-align: right;
}
.atrfm-promocoes > .promocoes-container {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 80px;
  max-width: 1500px;
  margin: auto;
}
.promocoes-container-mobi {
  display: none;
}
.atrfm-promocoes > .promocoes-container > article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 28px;
  max-width: 440px;
}
.atrfm-promocoes > .promocoes-container > article > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.atrfm-promocoes > .promocoes-container > article > a > h2 {
  font-family: "RedHatDisplay-Regular";
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.atrfm-promocoes > .promocoes-container > article > a > picture {
  width: 100%;
  height: 346px;
  margin-bottom: 4px;
}
.atrfm-promocoes > .promocoes-container > article > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.atrfm-promocoes > .promocoes-container > article > .btn-article {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  border-radius: 43px;
  background: transparent;
  color: #009640;
  font-weight: bold;
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #009640;
  border-radius: 43px;
}
.atrfm-promocoes > .promocoes-container > article > .btn-article.encerrada {
  background: #3f0000 0% 0% no-repeat padding-box;
  color: #fff;
  cursor: not-allowed;
}
.atrfm-promocoes > .promocoes-container > article > .btn-article:hover {
  background-color: #009640;
  color: #fff;
}
.atrfm-promocoes > .promocoes-container > article > .share-icon {
  position: absolute;
  padding: 15px 5px 5px 15px;
  bottom: 95px;
  right: -5px;
  border-top-left-radius: 30px;
  background-color: #033d22;
}
.atrfm-promocoes > .promocoes-container > article > .share-icon > img {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .atrfm-promocoes > header > .header-titles > h2 {
      font-size: 60px;
      line-height: 70px;
  }
  .atrfm-promocoes > header > .header-titles > h3 {
      font-size: 32px;
      line-height: 48px;
  }
  .atrfm-promocoes > .promocoes-container {
      gap: 30px;
  }
}
@media (max-width: 1024px) {
  .atrfm-promocoes > header > figure {
      width: 268px;
      height: 224px;
  }
  .atrfm-promocoes > header > figure > .megafone-img {
      position: absolute;
      top: 0;
      left: 40px;
      width: 160.74px;
      z-index: 1;
  }
  .atrfm-promocoes > header > figure > .cupom-esquerda-img {
      top: 50px;
      left: -25px;
      width: 100.47px;
  }
  .atrfm-promocoes > header > figure > .cupom-direita-img {
      bottom: 0px;
      right: 0px;
      width: 104.47px;
  }
  .atrfm-promocoes > header > figure > .cupom-atras-img {
      top: 20px;
      left: 60px;
      width: 50px;
      filter: blur(1px);
  }
  .atrfm-promocoes {
      grid-column: span 8;
      display: flex;
      flex-direction: column;
      gap: 61px;
  }
}
@media (max-width: 768px) {
  .atrfm-promocoes {
      grid-column: 1/ -1;
      gap: 40px;
      margin-bottom: 90px;
  }
  .atrfm-promocoes > header {
      flex-direction: column;
      gap: 6px;
      justify-content: center;
  }
  .atrfm-promocoes > header > .header-titles {
      gap: 8px;
  }
  .atrfm-promocoes > header > .header-titles > h2 {
      font-size: 38px;
      line-height: 51px;
      text-align: center;
  }
  .atrfm-promocoes > header > .header-titles > h3 {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
  }
  .atrfm-promocoes .promocoes-container {
      display: none !important;
  }
  /* carrossel css */
  .atrfm-promocoes > .promocoes-container-mobi {
      display: flex;
      flex-direction: column;
      gap: 40px;
  }
  .promocoes-container-mobi > header > h2 > strong {
      font-family: "RedHatDisplay-Bold";
      font-weight: 700;
      font-size: 32px;
      line-height: 42px;
      color: #009640;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > a {
      display: flex;
      flex-direction: column;
      gap: 18px;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > a > picture {
      position: relative;
      width: 100%;
      height: 252px;
      display: block;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > a > h2 {
      font-family: "RedHatDisplay-Regular";
      font-size: 22px;
      line-height: 28px;
      color: #ffffff;
      text-align: center;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > a > picture > .article-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > .share-icon {
      position: absolute;
      padding: 15px 5px 5px 15px;
      bottom: 65px;
      right: -5px;
      border-top-left-radius: 30px;
      background-color: #033d22;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > .share-icon > img {
      width: 36px;
      height: 36px;
      cursor: pointer;
  }
  /* paginação */
  .promocoes-container-mobi > .promocoes-splide .splide__pagination {
      bottom: -62px !important;
      gap: 18px !important;
  }
  .promocoes-container-mobi > .promocoes-splide .splide__pagination__page {
      width: 16px !important;
      height: 16px !important;
      background: #01653700 0% 0% no-repeat padding-box !important;
      border: 2px solid #009640 !important;
      border-radius: 50% !important;
  }
  .promocoes-container-mobi > .promocoes-splide .splide__pagination__page.is-active {
      width: 26px !important;
      height: 26px !important;
      background: #009640 0% 0% no-repeat padding-box !important;
      border: none !important;
      border-radius: 50% !important;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > .btn-article {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      background-color: transparent;
      border: 2px solid #009640;
      border-radius: 43px;
      color: #009640;
      font-weight: bold;
      font-family: "RedHatDisplay-Bold";
      font-size: 16px;
      line-height: 21px;
      text-align: center;
      cursor: pointer;
      margin-top: 18px;
  }
  .promocoes-container-mobi > .promocoes-splide > .splide__track > .splide__list > .splide__slide > .btn-article.encerrada {
      background: #3f0000 0% 0% no-repeat padding-box;
      color: #fff;
      cursor: not-allowed;
  }
}