#chamada {
  background: linear-gradient(to top, rgba(7, 7, 7, 2) 0%, transparent 100%),
    url(../images/bg-hero-reinvencao.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 124px;
  background-position: top;
  overflow: hidden;
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 24px;
}

#chamada .area-logo {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 25px;
  padding-bottom: 50px;
}

#chamada .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;
}

#chamada .wrap-reinvencao {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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

#chamada .left-side >div:first-child,
#chamada .left-side >div#formulario {
  padding: 0 16px;
}

#chamada .pre-live-left-side > div:first-child,
#chamada .pre-live-left-side > div#formulario {
  padding: 0 16px;
}

#chamada .content .right-side {
  position: absolute;
  right: 0;
  top: 78px;
  text-align: right;
  scrollbar-shadow-color: 0px 4px 16px 0px #000000;
}

#chamada .content .right-side .personagem-wrapper {
  position: relative;
  display: inline-block;
}

#chamada .content .right-side .personagem-wrapper img {
  max-width: 655px;
  height: auto;
  position: relative;
  border-radius: 8px;
  display: block;
  right: 70px;
  top: 63px;
}

#chamada .content .right-side .play-personagem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  outline: none;
}

#chamada .content .right-side .play-personagem:focus,
#chamada .content .right-side .play-personagem:active {
  outline: none;
  border: none;
}

#chamada .content .right-side .play-personagem img {
  width: auto;
  height: auto;
  position: static;
  right: auto;
  max-width: none;
  border-radius: 0;
}

#chamada .content .right-side .texto-play-personagem {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Margem-medium";
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
}

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

#chamada .pre-live-left-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#chamada .pre-live-left-side > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#chamada .pre-live-data-horario-reinvencao {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 0 8px 0 8px;
  border: solid 1px #deff85;
  color: white;
}

#chamada .pre-live-data-horario-reinvencao-now {
  width: fit-content;
  font-family: "Margem-bold";
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 6px;

  display: flex;
  align-items: center;
  gap: 8px;

  background: linear-gradient(
    90deg,
    #eebe47 -0.54%,
    #f8db76 11.94%,
    #ffee96 21.31%,
    #eebe47 48.89%,
    #eea54c 79.59%,
    #a2621e 103.52%
  );
  border: 0;
  color: #0d134c;
}

#chamada .pre-live-data-horario-reinvencao-now .on-live {
  background-color: #0d134c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse-on-live-now 1.5s ease-in-out infinite;
}

#chamada .pre-live-data-horario-reinvencao .on-live {
  background-color: #dd303e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse-on-live 1.5s ease-in-out infinite;
}

#chamada .pre-live-data-horario-reinvencao .data {
  font-family: "Margem-bold";
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#chamada .pre-live-data-horario-reinvencao .data.live {
  letter-spacing: 0px;
}

#chamada .pre-live-left-side .title-reinvencao,
#chamada .pre-live-left-side .title-reinvencao * {
  text-transform: uppercase;
  font-family: "Margem-black";
  font-size: 56px;
  line-height: 90%;
}

#chamada .pre-live-left-side .title-reinvencao h1 {
  margin: 0;
  letter-spacing: 0;
  line-height: 90%;
  max-width: 525px;
}

#chamada .pre-live-left-side .title-reinvencao .desktop {
  display: block;
}

#chamada .pre-live-left-side .title-reinvencao .mobile {
  display: none;
}

#chamada .pre-live-left-side .subdescription-reinvencao > p {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 0;
}

#chamada .pre-live-left-side #formulario {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

#chamada .pre-live-left-side #formulario > div {
  margin-top: 0 !important;
}

#chamada .pre-live-title-countdown {
  font-family: "Margem-bold";
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

#chamada .pre-live-left-side .countdown-clock-wrap > .countdown-clock-hero {
  display: flex;
  gap: 24px;
  color: white;
  align-items: center;
  font-family: "Margem-medium" !important;
  font-weight: 500;
  font-size: 24px;
}

#chamada .pre-live-left-side .countdown-clock-wrap > .countdown-clock-hero span {
  font-family: "Margem-medium" !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
}

#chamada .pre-live-left-side .countdown-clock-wrap .countdown-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
  min-width: 40px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 125%;
}

#chamada .pre-live-left-side .countdown-clock-wrap .countdown-element.segundo,
#chamada .pre-live-left-side .countdown-clock-wrap .segundo span {
  font-family: "Margem-bold";
  font-weight: 700;
  color: #dd303e !important;
}

#chamada .pre-live-left-side .cta-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 16px;
}

#chamada .pre-live-left-side a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 300px;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 56px;
  font-family: "Margem-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;

  background-color: #dd303e;
  color: white;
  transition: 0.3s background;
}

#chamada .pre-live-left-side a i {
  font-size: 18px;
  line-height: 0;
}

#chamada .pre-live-left-side a:hover {
  background-color: #bd2330;
  color: white;
  cursor: pointer;
}

#chamada .pre-live-personagem-img {
  top: 0 !important;
  right: 0 !important;
}

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

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

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

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

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

#chamada .data-horario-reinvencao span.data {
  padding: 10px;
  font-family: Margem-bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 0 9px 0 8px;
  border: 1px solid #deff85;
}

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

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

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

#chamada .title-reinvencao h1 span:not(.desktop):not(.mobile) {
  color: #deff85;
  font-family: 'Margem-Black';
  font-weight: 500;
}

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

#chamada .subdescription-reinvencao p {
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  max-width: 525px;
  text-align: left;
}

#chamada .subdescription-reinvencao.live p:first-child {
  text-transform: uppercase;
}

#chamada .subdescription-reinvencao p b {
  font-family: "MontserratBold";
}

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

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

#chamada .video-hero {
  background-color: #19255766;
  background-image: url(../images/thumbnail-video-hero.webp);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  bottom: clamp(12px, 2vw, 24px);
  /* right: clamp(15px, 3vw, 40px); */

  width: 100%;
  height: 100%;
  max-width: 655px;
  max-height: 400px;

  border-radius: 24px;
  border: 2px solid #526037;
}

#chamada .thumbnail-video-hero {
  position: absolute;
  bottom: clamp(12px, 2vw, 24px);
  /* right: clamp(15px, 3vw, 40px); */

  width: 100%;
  height: 100%;

  max-width: 655px;
  max-height: 400px;
}

/* Media Queries */

@media screen and (max-width: 600px) {
  #chamada {
    margin-top: 48px !important;
    padding-bottom: 50px;
    background-position-x: 20%;
  }
  #chamada .content .right-side .desk {
    display: none;
  }
  #chamada .content .right-side .mob {
    display: block !important;
  }

  #chamada .video-hero {
    max-width: 318px;
    max-height: 194px;
    left: 50%;
    transform: translateX(-50%);
  }

  #chamada .thumbnail-video-hero {
    min-width: 318px;
    min-height: 194px;
    left: 50%;
    transform: translateX(-50%);
  }

  #chamada .zoom {
    width: 40px;
  }

  #chamada .texto-play-personagem {
    bottom: 15%;
  }
}

@media screen and (max-width: 768px) {
  #chamada .area-logo {
    justify-content: center !important;
  }

  #chamada .data-horario-reinvencao span.data {
    text-align: center;
  }

  #chamada .title-reinvencao h1 {
    font-size: 44px;
    line-height: 90%;
  }

  #chamada .pre-live-left-side .cta-wrapper {
    align-items: center;
  }
}

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

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

@media screen and (max-width: 1280px) {
  #chamada .content {
    flex-direction: column;
    gap: 24px;
  }

  #chamada .pre-live-left-side {
    align-items: center;
  }

  #chamada .pre-live-left-side > div:first-child {
    align-items: center;
    gap: 16px;
  }

  #chamada .pre-live-data-horario-reinvencao {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #chamada .pre-live-left-side .title-reinvencao * {
    font-size: 44px !important;
    line-height: 90% !important;
    margin-bottom: 0;
  }

  #chamada .pre-live-left-side .subdescription-reinvencao > p {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  #chamada .pre-live-left-side .title-reinvencao .desktop {
    display: none;
  }

  #chamada .pre-live-left-side .title-reinvencao .mobile {
    display: block;
  }

  #chamada .pre-live-left-side a {
    width: 100%;
  }

  #chamada .content .right-side {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: -80px;
  }

  #chamada .content .right-side .personagem-wrapper img {
    width: 100%;
    right: 0;
  }

  #chamada .content .right-side .play-personagem img {
    width: auto;
    height: auto;
  }

  #chamada .content .right-side .texto-play-personagem {
    font-size: 14px;
    white-space: normal;
    max-width: 80%;
  }
  #chamada .data-horario-reinvencao {
    justify-content: center;
  }
  #chamada .data-horario-reinvencao span.data {
    font-size: 16px;
  }
  #chamada .data-horario-reinvencao p {
    margin-bottom: 10px;
  }
  #chamada .title-reinvencao h1 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  #chamada .subdescription-reinvencao p {
    text-align: center;
    margin: 0 auto 15px;
  }

  #chamada #formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* Salesforce Form */

#chamada .form-reinvencao .hubspot-form-container [data-form-container] {
  max-width: 510px;
  width: 100%;
}

@keyframes pulse-on-live {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse-on-live-now {
  50% {
    filter: brightness(400%);
  }
}
