h1 {
    width: 100%;
    font-family: "Flama Condensed";
    font-size: 130px;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
    color: #c11619;
    margin: 0;
    text-shadow: 3px 3px 0px  rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}
h1 > span {
  display: block;
  font-size: 45px;
  font-weight: 200;
  color: #FFFFFF;
}



h2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 64px;
    font-family: "Flama Condensed";
    font-size: 56px;
    text-align: center;
    line-height: 1.1;
    color: #0074dd ;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10rem;

}



h2 > span{
    display: block;
    color: #333333;
    font-weight: 400;
}

h2::after{
  margin: auto;
  margin-top:10rem;
  width: 100px;
  height: 2px;
  background:#cccccc;
  content: "";
  display: block;

}

h3 {
    width: 100%;
    max-width: 500px;
    margin:10rem auto 64px;
    font-family: "Flama Condensed";
    font-size: 46px;
    text-align: center;
    line-height: 1.1;
    color: #333333 ;
    text-transform: uppercase;
    font-weight: 500;


}



.assinatura{
  text-align: center;
  font-style: italic;
  color: #333333;
  font-size: 2rem;
  font-weight: 500;
  opacity: 0.5;
  padding-top:1rem;
  padding-bottom: 7rem;
}


@media (max-width: 600px)
{
  h1 {

      font-size: 80px;

  }
  h1 > span {
    font-size: 25px;
  }
  h2 {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 24px;
      font-family: "Flama Condensed";
      font-size: 36px;
      text-align: center;
      line-height: 1.1;
      color: #0074dd ;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 2rem;

  }


  h3 {
      width: 100%;
      max-width: 500px;
      margin:5rem auto 64px;
      font-family: "Flama Condensed";
      font-size: 30px;
      text-align: center;
      line-height: 1.1;
      color: #333333 ;
      text-transform: uppercase;
      font-weight: 500;


  }



  h2 > span{
      display: block;
      color: #333333;
      font-weight: 400;
  }

  h2::after{
    margin: auto;
    margin-top:10rem;
    width: 100px;
    height: 2px;
    background:#cccccc;
    content: "";
    display: block;

  }
  .lead {
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto 0px;
    padding: 0 0px;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 1.5rem;
}
}
