: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-faculdade .wrapper {
  /* background-image: url(../img/bg-faculdade.webp); */
  background-image: url(../img/minibanner-bf-grad.png);
  background-color: #DD303E;
  /* background-position: center -105px;  */
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: contain;
  padding: 15px 25px 15px 45px;
  margin: 1rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left, center;
}
#banner-faculdade .wrapper-left {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  /* max-width: 418px; */
}

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

#banner-faculdade .tag {
  /* font-family: 'Toroka Regular';
  font-size: 24px; */
  font-family: 'Margem-bold';
  font-size: 16px;
  line-height: 100%;
  /* color: #FFFFFF;  */
  color: #CAFF39;
  text-align: center;
}
#banner-faculdade .minibanner-subtitle {
  margin-bottom: 0;
  font-family: 'Margem-regular';
  font-size: 14px;
  line-height: 125%;
  color: #FFFFFF;
  width: 100%;
  max-width: 450px;
}

#banner-faculdade .minibanner-title {
  font-family: "Margem-Bold";
  /* font-size: 48px; */
  font-size: 28px;
  line-height: 100%;
  text-align: left;
  color: #FFFFFF;
}

#banner-faculdade .minibanner-title span {
  font-family: 'Margem-bold';
  color: #CAFF39;
}

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

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

#banner-faculdade .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-faculdade .badge-destaque span {
  font-family: 'Toroka Regular';
  color: #CAFF39;
}

#banner-faculdade .wrapper-center .badge-destaque {
  display: flex;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  font-family: 'Toroka Regular';
  border: 1px solid #CAFF39;
  border-radius: 0px 8px;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
} */

#banner-faculdade .minibanner-value-copy {
  margin: 0;
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 14px;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  text-transform: uppercase;
}

#banner-faculdade .minibanner-value {
  margin: 0;
  /* margin-top: 5px; */
  display: flex;
  /* align-items: end; */
  align-items: center;
  gap: 3px;
  /* font-family: "Margem-black";
  font-size: 50px; */
  font-family: "Margem-Bold";  
  font-size: 56px;
  line-height: 100%;
  /* color: #FFFFFF; */
  color: #CAFF39;
  /* width: 202px;
  height: 50px; */  
}

#banner-faculdade .minibanner-value span{
  font-size: 14px;
  /* font-family: "Margem-black"; */
  font-family: "Margem-regular";
  line-height: 18px;
}

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

#banner-faculdade .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-faculdade .wrapper-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#banner-faculdade .minibanner-cta-button {
  font-size: 18px;
  font-family: "Margem-bold";
  font-weight: 700;
  border-radius: 6px;
  border: none;
  background-color: #FDC529;
  /* color: #040E20; */
  color: #172B4D;
  width: 280px; 
  height: 57px;
  white-space: nowrap;
}


#banner-faculdade .minibanner-value-copy-mobile {
  color: #FFFFFF;
  max-width: auto;
  font-size: 16px;
  line-height: 125%;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  padding: 2px 5px;
  margin-bottom: 0;
  margin: 0;
  margin-top: 6px;
  text-transform: uppercase;
}

/* #banner-faculdade .badge-destaque-mobile {
  display: flex;
  margin: 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  font-family: 'Margem-bold';
  border: 1px solid #CAFF39;
  border-radius: 0px 8px;
  padding: 4px 10px;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
} */

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

/* tablets */
@media (max-width: 1199.98px) {
  #banner-faculdade .wrapper {
    background-image: url(../img/minibanner-black-mobile.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-faculdade .wrapper-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

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

  #banner-faculdade .minibanner-value {
    color: #ffffff;
  }

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

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

  #banner-faculdade .minibanner-title {
    /* font-size: 40px; */
    font-size: 28px;
  }

  #banner-faculdade .minibanner-subtitle {
    font-size: 16px;
    text-align: center;
  }

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

  #banner-faculdade .wrapper-left {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  #banner-faculdade .minibanner-value-copy {
    display: none;
  }

  #banner-faculdade .minibanner-value {
    color: #ffffff;
  }

}

/* mobile */
@media (max-width: 768px) {
  #banner-faculdade .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-faculdade .minibanner-cta-button {
    max-width: 100%;
  }
  #banner-faculdade .tag {
    text-align: center;
    max-width: 327px;
    line-height: 100%;
  }
  #banner-faculdade .minibanner-value {
    color: #CAFF39;    
  }
  #banner-faculdade .badge-destaque {
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 2px;
  }
}

@media (min-width: 1381.98px) {
  #banner-faculdade .wrapper-center {
    padding-left: 115px;
  }
}

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

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

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