
:root {
  --neutrals-light-0: #ffffff;
  --neutrals-light-red-300: #DD303E;
  --neutrals-light-red-500: #E24E5A;
  --neutrals-light-yellow-300: #FBD71E;
  --bg-color: #131111;
}

.wrapper {
  background: url(../img/bg-mobile.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  margin: 1rem 0 0 0;
  background-size: cover;
}

.wrapper-prorrogado {
  background: url(../img/faixa-prorrogado-mobile.png?202311300115),
              url(../img/bg-mobile.png?202311300115);
  background-position: bottom,
                       center;
  background-repeat: no-repeat;
  background-size: contain,
                   cover;
  padding: 1rem 1rem 2rem 1rem;
}

.banner-black-friday-title {
  padding: 1rem 0 1rem 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 275px;
}

.minibanner-title {
  font-size: 43px;
  font-weight: 800;
  letter-spacing: -1px;

  text-shadow: 0rem 0px 7px var(--neutrals-light-red-300);

  color: var(--neutrals-light-0);
  font-family: "Margem-regular";
  margin: 0;
  line-height: 45px;
}

.minibanner-subtitle {
  color: var(--neutrals-light-red-300);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}

.banner-black-friday-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.banner-black-friday-pricing .mini-banner-description {
  text-align: center;
  color: var(--neutrals-light-0);
  font-family: "Margem-regular";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
}

.banner-black-friday-pricing .value-assinatura {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-black-friday-pricing .value-assinatura div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.banner-black-friday-pricing .value-assinatura p {
  color: var(--neutrals-light-red-500);
  text-align: center;
  font-family: "Margem-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
}

.banner-black-friday-pricing .value-assinatura div span {
  color: var(--neutrals-light-0);
  text-align: center;
  font-family: "Margem-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.banner-black-friday-pricing .value-assinatura div p {
  color: var(--neutrals-light-0);
  text-align: center;
  font-family: "Margem-regular";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}


.cta-button {
  background-color: var(--neutrals-light-red-300);
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 16px;
  border-radius: 3px;
  margin: 3rem auto 0rem auto;
}

.cta-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--neutrals-light-0);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 22.5px */;
  gap: 0.5rem;
}

.cta-button a:hover {
  color: var(--neutrals-light-0);
}


/* tablets*/
@media (min-width:480px) and (max-width: 1280.99px) {
  .wrapper-prorrogado {
    background: url(../img/faixa-prorrogado.png?202311300115),
                url(../img/bg-mobile.png?202311300115);
    background-position: bottom,
                         center;
    background-repeat: no-repeat;
    background-size: contain,
                     cover;
    padding: 1rem;
    margin: 0;
  }
}
/* laptops and desktops */
@media (min-width:1281px) {
  .wrapper {
    gap: 5rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wrapper-prorrogado {
    gap: 5rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/faixa-prorrogado.png?202311300115) ,
                url(../img/bg.png?202311300115) left no-repeat;
    background-position:
                bottom,
                top left;
    background-repeat:
                no-repeat; /* this */
    background-size: contain,
                      cover;
    margin: 5rem 0 0 0;
  }

  .minibanner-subtitle {
    font-size: 20px;
  }

  .minibanner-title {
    font-size: 52px;
    width: 325px;
  }

  .banner-black-friday-pricing {
    font-size: 24px;
    max-width: 425px;
    margin-bottom: 0;
  }

  .banner-black-friday-pricing {
    flex-direction: row;
  }

  .cta-button {
    margin: 0rem auto 0rem auto;
  }

  .banner-black-friday-pricing .mini-banner-description {
    font-size: 24px;
  }


}
