/* TITULOS */

.banner_title {
  font-size: 5rem;
  line-height: 5.5rem;
  font-family: "Estricta Black", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.section_title {
  font-size: 3rem;
  text-transform: uppercase;
  /* line-height: 2rem; */
  font-family: "Estricta Black", sans-serif;
}

.section_title--red {
  color: #143f90;
  text-align: center;
}

.section_title--white {
  color: #ffffff;
  text-align: left;
}

.section_title--blue {
  color: #001e7e;
  text-align: left;
}

.section_title--white--yra {
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.section_title--modelos {
  color: #ffffff;
  text-align: left;
  font-size: 1.5rem;
}

.section_title--comparador {
  color: #ffffff;
  text-align: center;
}

.section_title--mini--red {
  color: #143f90;
  padding: 1rem 0rem;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}

.section_title--mini--blue {
  color: #001e7e;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}

.section_title--mini--gray {
  color: #545455;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}

.section_title--mini--white {
  color: white;
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Estricta Bold", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 2.5rem;
  }

  .section_title--mini--white {
    font-size: 1.5rem;
  }
}
