h1 {
    width: 100%;
    font-family: "Flama";
    font-size: 70px;
    text-align: center;
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

h1 > span{
  display: block;
  font-weight: 200;
  font-size: 46px;
}

h2 {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 2em 0;
    font-family: "Flama";
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}



h2::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #D41D28;
  display: block;
  margin: auto;
  margin-top: 4rem;
}


h3{
  color:#d41d28;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
  line-height: 4rem;
}

h4{
  color:#333333;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 1rem;
}

.subtitulos{
  font-size: 4.5rem;
  opacity: 0.9;
}

@media (max-width: 720px) {
    h1 {
        font-size: 57.6px;
    }
    h2 {
        font-size: 23.8px;
    }
    .subtitulos{
      font-size: 3rem;
      opacity: 0.9;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 40px;
        margin-top: 4rem
    }h1 > span{
      display: block;
      font-weight: 200;
      font-size: 26px;
    }
    h2 {
        font-size: 30.84px;
    }
}
