:root {
  --neutrals-light-0: #ffffff;
  --neutrals-light-red-300: #dd303e;
  --neutrals-light-red-500: #e24e5a;
  --neutrals-light-yellow-300: #fbd71e;
  --bg-color: #131111;
}

@font-face {
  font-family: Toroka Light;
  src: url("../../../fonts/Toroka-WideLight.otf") format("opentype");
}

@font-face {
  font-family: Toroka Regular;
  src: url("../../../fonts/Toroka-WideRegular.otf") format("opentype");
}

#banner-pos {
  padding-top: 40px;
}

#banner-pos .wrapper {
  background-image: url(../img/background-aniversario-pos.webp);
  background-color: #131111;
  background-position: right, center;
  background-repeat: no-repeat;
  padding: 15px 25px 15px 45px;
  margin: 1rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left, center;
}

#banner-pos .wrapper-left {
  width: max-content;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

#banner-pos .wrapper-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner-pos .minibanner-subtitle {
  margin-bottom: 0;
  font-family: "Margem-regular";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  max-width: 630px;
}

#banner-pos .minibanner-title {
  font-family: "Margem-Bold";
  font-size: 32px;
  line-height: 100%;
  text-align: left;
  color: #ffffff;
  padding-top: 8px;
  margin-bottom: 0 !important;
}

#banner-pos .minibanner-title span {
  font-family: "Margem-Bold";
  color: #caff39;
}

#banner-pos .minibanner-subtitle span {
  font-family: "Margem-bold";
  /* color: #CAFF39;*/
}

#banner-pos .minibanner-value-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#banner-pos .minibanner-value-copy {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Margem-Medium";
}

#banner-pos .minibanner-value {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: "Margem-Bold";
  font-size: 56px;
  line-height: 56px;
  color: #caff39;
}

#banner-pos .minibanner-value span {
  font-size: 14px;
  font-family: "Margem-Medium";
  line-height: 18px;
}

#banner-pos .minibanner-live {
  font-family: "Margem-regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#banner-pos .minibanner-date {
  font-family: "Margem-bold";
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1.5px solid #caff39;
  border-radius: 4px;
  padding: 4px 10px;
  color: #ffffff;
  width: fit-content;
}

#banner-pos .wrapper-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#banner-pos .minibanner-cta-button {
  font-size: 20px;
  /* font-family: "Spartan", sans-serif; */
  /* font-weight: 700; */
  font-family: "Margem-Medium", sans-serif;
  font-weight: 500;
  border-radius: 12px;
  border: none;
  background-color: #caff39;
  color: #040e20;
  width: 228px;
  height: 56px;
  text-transform: none !important;
  line-height: 125%;
  padding: 0 24px !important;
}

#banner-pos .minibanner-cta-button i {
  font-size: 13px;
  padding-left: 8px;
}

#banner-pos .minibanner-value-copy-mobile {
  color: #ffffff;
  max-width: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Margem-bold";
}

@media (max-width: 1200px) {
  #banner-pos .minibanner-title {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  #banner-pos .minibanner-value-copy-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  #banner-pos .minibanner-value-copy-mobile {
    display: none;
  }
}

@media (max-width: 1381.99px) and (min-width: 1200px) {
  #banner-pos .minibanner-subtitle {
    font-size: 16px;
  }

  #banner-pos .minibanner-live {
    letter-spacing: 2px;
  }
}

/* tablets */
@media (max-width: 1200px) {
  #banner-pos .wrapper {
    background-image: url(../img/bg-aniversario-mob.webp);
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-position: bottom, center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 16px;
  }

  #banner-pos .wrapper-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  #banner-pos .minibanner-value-copy {
    display: none;
  }

  #banner-pos .wrapper-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 0;
  }

  #banner-pos .wrapper-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    width: 100%;
  }

  /* #banner-pos .minibanner-title {
    text-align: center !important;
  } */
}

/* mobile */
@media (max-width: 768px) {
  #banner-pos .wrapper-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0.5rem;
    padding-bottom: 0;
  }

  #banner-pos .minibanner-cta-button {
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  #banner-pos .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #banner-pos .minibanner-subtitle {
    width: 100%;
    max-width: 350px;
    text-align: center;
  }

  #banner-pos .minibanner-cta-button {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 400px) {
  #banner-pos .minibanner-subtitle {
    font-size: 18px;
  }

  #banner-pos .minibanner-live {
    letter-spacing: 2px;
  }
}

#banner-pos .badge-destaque {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Margem-Medium" !important;
  background: #dd303e;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#banner-pos .badge-destaque-line {
  display: block;
  font-family: "Margem-Medium" !important;
}

/* laptops and desktops */
@media (min-width: 1200px) {
  #banner-pos .badge-destaque {
    display: block;
  }

  #banner-pos .badge-destaque-line {
    display: inline;
  }

  #banner-pos .badge-destaque-line-1::after {
    content: " ";
  }
}

/* mobile */
@media (max-width: 1199.98px) {
  #banner-pos .badge-destaque {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
    padding: 0;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }

  #banner-pos .badge-destaque-line {
    display: inline-block;
    background: #dd303e;
    padding: 4px 8px;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Margem-Medium" !important;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
  }
}
