.titulo-transmision {
  width: 100%;
  background: #f4f4f4;
  color: #000;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 1%;
}

@media (max-width: 1240px) {
  .titulo-transmision {
    width: 100%;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 780px) {
  .titulo-transmision {
    width: 100%;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 600px) {
  .titulo-transmision {
    width: 100%;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 2%;
  }
}

@media (max-width: 400px) {
  .titulo-transmision {
    width: 100%;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 350px) {
  .titulo-transmision {
    width: 100%;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
