: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/minibanner-bf-pos.png);
  background-position: right, center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  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: 28px;
  line-height: 100%;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
}

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

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

#banner-pos .badge-destaque {
  margin: 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  font-family: 'Margem-bold';
  border: 2px solid #CBE439;
  border-radius: 0 8px;
  padding: 4px 10px;
  letter-spacing: 2px;
}

#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;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Margem-bold';
}

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

#banner-pos .minibanner-value span {
  font-size: 14px;
  font-family: "Margem-regular";
  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: 18px;
  /* font-family: "Spartan", sans-serif; */
  /* font-weight: 700; */
  font-family: "Margem-bold", sans-serif;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  background-color: #FDC529;
  color: #172B4D;
  width: 280px;
  height: 57px;
  white-space: nowrap;
}


#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: 28px;
  }
}

@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/minibanner-bf-mob.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 44px 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;
  }
}

/* laptops and desktops */