#chamada {
  background-color: #000;
  background: url(../images/bg-home2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 100px;
}

.area-logo {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 25px;
  padding-bottom: 50px; 
}
.area-logo button {
  height: 48px;
  width: 154px;
  font-size: 16px;
  padding: 0;
  font-family: "Margem-regular";
  text-transform: capitalize;
  background: #DD303E !important;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
}

.wrap-reinvencao {
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.content .right-side {
  position: absolute;
  right: -50px;
  text-align: right;
}

@media screen and (max-width: 1235px) {
  .content .right-side {
    right: -20px;
  }
  .content .right-side img {
    width: 80%;
  }
}

.logo-gran-reinvencao {
  width: 140px;
}

.data-horario-reinvencao .tag-ytb {
  background: #2D2D2D;
  color: #BDBDBD;
  text-transform: uppercase;
  font-family: Margem-bold;
  padding: 2px 10px;
  border-radius: 3px;
}
.data-horario-reinvencao .tag-ytb::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #DD303E;
  margin-right: 5px;
}

.data-horario-reinvencao .tagoReinvenção { 
  text-transform: uppercase;
  font-size: 22px;
  font-family: Margem-bold;
  letter-spacing: 3px;
}

.data-horario-reinvencao .tagoReinvenção span {
  color: #DD303E;
}

.tagbonus {
  text-transform: uppercase;
  border: solid 1px #DD303E;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 25px 0;
  display: block;
  text-align: center;
}


.data-horario-reinvencao {
  color: #FFF;
  font-family: Margem-regular;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}

.data-horario-reinvencao span.data {
    padding: 4px 10px;
    font-family: Margem-regular;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #DD303E;
    border-radius: 4px;
}

.data-horario-reinvencao span.live {
  text-transform: uppercase;
  font-size: 18px;
}

.data-horario-reinvencao p {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Margem-regular;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.data-horario-reinvencao p b{
  color: #DD303E;
}

.title-reinvencao h1 {
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-family: Margem-Bold;
  max-width: 630px;
}

.title-reinvencao h1 span {
  color: #DD303E;
}

.description-reinvencao {
  color: #FFF;
  font-family: Margem-regular;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%; /* 30px */
  text-transform: uppercase;
  padding: 1rem 0;
}

.subdescription-reinvencao p {
  color: #FFF;
  font-family: Margem-light;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  max-width: 530px;
  text-align: left;
}

.subdescription-reinvencao p b {
  font-family: "Margem-bold";
}

.subdescription-reinvencao .tag-destaque {
  border: solid 1px #DD303E;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.subdescription-reinvencao p span {
  font-weight: 800;
  color: #DD303E;
  text-transform: uppercase;
}
.subdescription-reinvencao p span.underline {
  text-transform: none;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .data-horario-reinvencao {
    flex-direction: column;
  }
}


@media screen and (max-width: 1100px) {
  #chamada {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(7, 7, 7, 1) 50%), url(../images/bg-mobile.png);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
  }
  .content {
   flex-direction: column;
  }
  .content .right-side {
    position: relative;
    right: 0;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content .right-side img {
    width: 100%;
  }
  .data-horario-reinvencao {
    justify-content: center;
  }
  .data-horario-reinvencao span.data {
    font-size: 16px;
  }
  .data-horario-reinvencao p {
    margin-bottom: 10px;
  }
  .title-reinvencao h1 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .subdescription-reinvencao p {
    text-align: center;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 600px) {
  .content .right-side .desk{
    display: none;
  }
  .content .right-side .mob {
    display: block!important;
  }
}