@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");


@font-face {
  font-family: avalors;
  src: url("../fonts/Avalors.otf") format("opentype");
}
@font-face {
  font-family: akira;
  src: url("../fonts/AkiraExpandedDemo.otf") format("opentype");
}

#section-chamada {
  background: url(../images/bg-mobile.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right  ;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 2rem 0;
}

.background-gg-calado,
.background-gg-calado-sm {
  display: none;
}

.wrap-reinvencao .logo-gran-reinvencao {
  width: 140px;  
  margin: 1rem 0 2rem 0 ;
}

.data-horario-reinvencao {
  color: #FFF;
  font-family: Margem-regular;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wrap-pre-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}

.pre-title p {
  display: inline;
  font-family: Margem-regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: left;
  color: white;
  margin: 0 10px 0 0;
}

.data-horario-reinvencao {
  padding: 4px 8px;
  gap: 10px;

  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  margin: 1rem 0;
}

.data-horario-reinvencao p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}


.title-reinvencao {
  font-family: Margem-bold;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -1px;
  text-align: center;
  color: white;
}

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

.subdescription-reinvencao {
  color: #FFF;
  font-family: Margem-regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;

}

.subdescription-reinvencao strong {
  font-weight: 800;
}


@media (min-width:481px) and (max-width: 1024.9px) {

  #section-chamada {
    background: url(../images/bg-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .wrap-reinvencao {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrap-reinvencao .logo-gran-reinvencao {
    width: 140px;
    margin: 1rem 0 1rem 0;
  }
  
  footer p {
    margin: 0 0 17rem 0;
  }

  .content {
    padding: 0 0 4rem 0;
  }
}

@media (min-width: 1025px) {
  #section-chamada {
    background: url(../images/bg-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .wrap-reinvencao {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
  }

  .wrap-reinvencao .logo-gran-reinvencao {
    width: 140px;
    margin: 1rem 0 1rem 0;
  }

  .wrap-pre-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: row-reverse;
  }

  .content {
    align-items: start;
    padding: 0 0 4rem 0;
  }

  .background-gg-calado {
    margin-top: 5rem;
    display: block;
    width: 676px;
    height: 824px;
  }

  .background-gg-calado-sm {
    margin-top: 5rem;
    display: block;
    width: 526px;
    height: 642px;
  }

  .data-horario-reinvencao {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
  }

  .data-horario-reinvencao span,
  .data-horario-reinvencao p {
    margin: 0;
  }

  .title-reinvencao {
    text-align: left;
    font-size: 54px;
    line-height: 54px;
    max-width: 575px;
  }

  .title-reinvencao span {
    font-size: 54px;
    line-height: 54px;
  }

  .subdescription-reinvencao {
    max-width: 420px;
    text-align: left;
  }

  .form-reinvencao {
    max-width: 510px;
  }
}