/* 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: 3.5rem;
    text-transform: uppercase;
    line-height: 3rem;
    font-family: "Estricta Black", sans-serif;
}

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

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

.section_title--blue {
    color: #094c7c;
    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: 3rem;
}

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

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

.section_title--mini--blue {
    color: #094c7c;
    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;
        line-height: 2rem;
    }

    .section_title--red,
    .section_title--white,
    .section_title--comparador {
        text-align: center;
    }


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