@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");
}

.wrap-reinvencao {
  background: url(../images/bg-mobile.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

.data-horario-reinvencao span {
  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-bottom: 8px;
}

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

.title-reinvencao {
  position: relative;
}

.title-reinvencao p {
  color: #FFF;
  font-family: avalors !important;
  font-size: 36px;
  font-weight: 400;
  line-height: 125%; /* 45px */
  text-transform: uppercase;
  margin: 0;
}

.title-reinvencao span {
  font-family: akira !important;
  display: flex;
  justify-content: end;
  color: #DD303E;
  font-size: 42px;
  font-weight: 800;
  line-height: 100%; /* 42px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.circuito-lg {
  position: absolute;
  width: 100px;
  top:30px;
  left: 2px;
}


.circuito-sm {
  position: absolute;
  width: 100px;
  top: 25px;
  right: -22px;
}

.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-regular;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.subdescription-reinvencao p strong {
  font-weight: 700;
}

.subdescription-reinvencao p span {
  font-weight: 800;
  color: #DD303E;
  text-transform: uppercase;
}

@media (min-width:481px) and (max-width: 1024.9px) {
  .content {
    max-width: 615px;
  }

  .wrap-reinvencao {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

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

@media (min-width: 1025px) {
  .wrap-reinvencao {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg-desktop.webp),
                    url(../images/lights.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    gap: 1rem;
  }

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

  .content {
    align-items: start;
    max-width: 615px;
  }
  

  .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 p {
    font-size: 60px;
  }

  .title-reinvencao span {
    font-size: 80px;
  }

  .circuito-lg {
    position: absolute;
    width: 197px;
    top: 59px;
    left: 2px;
  }
  .circuito-sm {
    position: absolute;
    width: 204px;
    top: 44px;
    right: -64px;
  }

  .description-reinvencao {
    max-width: 450px;
  }
 
  .subdescription-reinvencao p {
    max-width: 430px;
  }

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