#chamada {
  background: url(../images/bg-campanha-nova.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  padding-bottom: 32px;
  padding-top: 32px;
  overflow: hidden;
  position: relative;

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

#chamada .wrap-chamada {
  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 .content .right-side {
  position: absolute;
  right: 0;
  top: 78px;
  text-align: right;
  scrollbar-shadow-color: 0px 4px 16px 0px #000000;
}

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

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

#chamada .campaign-badge {
  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 .campaign-badge-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 .campaign-badge-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 .campaign-badge .on-live {
  background-color: #dd303e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse-on-live 1.5s ease-in-out infinite;
}

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

#chamada .campaign-badge .data.live {
  letter-spacing: 0px;
}

#chamada .campaign-left-side .title-campaign,
#chamada .campaign-left-side .title-campaign * {
  text-transform: uppercase;
  font-family: "Margem-black";
  font-size: 48px;
  line-height: 100%;
}

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

#chamada .campaign-left-side .title-campaign .desktop {
  display: block;
}

#chamada .campaign-left-side .title-campaign .second-line-color {
  color: #dd303e;
}

#chamada .campaign-left-side .title-campaign .mobile {
  display: none;
}

#chamada .campaign-left-side .subdescription-campaign > p {
  font-family: "Margem-regular";
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 0;
}

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

#chamada .campaign-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 .campaign-left-side .countdown-clock-wrap > .countdown-clock-hero {
  display: flex;
  gap: 24px;
  color: white;
  align-items: center;
  font-family: "Margem-Regular" !important;
  font-weight: 500;
  font-size: 24px;
}

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

#chamada .campaign-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 .campaign-left-side .countdown-clock-wrap .countdown-element.segundo {
  font-family: "Margem-Bold" !important;
  font-weight: 700;
  color: #dd303e !important;
}

#chamada .campaign-left-side .countdown-clock-wrap .segundo span {
  font-family: "Margem-Medium";
  font-weight: 500;
  color: #dd303e !important;
}

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

#chamada .campaign-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 .campaign-left-side a i {
  font-size: 18px;
  line-height: 0;
}

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

#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 .title-campaign h1 {
  font-size: 56px;
  line-height: 90%;
  color: #fff;
  font-family: Margem-Black;
  max-width: 630px;
}

#chamada .title-campaign h1 span:not(.desktop):not(.mobile) {
  color: #dd303e;
  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-campaign {
  z-index: 1;
}

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

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

#chamada .subdescription-campaign p b {
  font-family: "Margem-bold";
}

#chamada .subdescription-campaign p br {
  display: none;
}

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

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

/* Media Queries */

@media screen and (max-width: 600px) {
  #chamada {
    margin-top: 48px !important;
    padding-bottom: 72px;
    background-position-x: 20%;
  }

  #chamada .campaign-left-side .title-campaign h1 {
    max-width: 332px;
  }

  #chamada .subdescription-campaign p br {
    display: block;
  }

  #chamada .content .right-side .desk {
    display: none;
  }
  #chamada .content .right-side .mob {
    display: block !important;
  }
}

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

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

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

  #chamada .campaign-left-side {
    gap: 16px;
    z-index: 1;
  }
}

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

@media screen and (min-width: 1281px) {
  #chamada .wrap-chamada > .content > .right-side {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #chamada {
    background-image: none !important;
    background-color: #000;
  }

  #chamada .content {
    flex-direction: column;
    gap: 24px;
  }

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

  #chamada .campaign-left-side > div:first-child {
    align-items: center;
  }

  #chamada .campaign-badge {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  #chamada .campaign-left-side .title-campaign * {
    font-size: 36px !important;
    line-height: 100% !important;
    margin-bottom: 0;
  }

  #chamada .campaign-left-side .title-campaign .desktop {
    display: none;
  }

  #chamada .campaign-left-side .title-campaign .mobile {
    display: block;
  }

  #chamada .campaign-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: -165px;
  }

  #chamada .title-campaign h1 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  #chamada .subdescription-campaign p {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 332px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  #chamada {
    background-position: 80% top;
  }
}

@media screen and (min-width: 1921px) {
  #chamada {
    background-size: 1920px auto;
    background-position: center top;
  }
}
