﻿.emenda-title {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1em;
    font-size: 27px !important;
}

.emenda__title__emenda {
    color: #1685A3;
}

.emenda__title__espaco {
    margin-right: 10px;
}

.emenda__title__recebida {
    color: #059DC6;
}

.emenda__title__espaco {
    margin-right: 10px;
}

.emenda__title__rondonia {
    color: #0FB8D6;
}

@media only screen and (max-width: 359px) {
    .emenda-title {
        font-size: 18px !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 479px) and (min-width: 360px) {

    .emenda-title {
        font-size: 21px !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 679px) and (min-width: 480px) {
    .emenda-title {
        font-size: 23px !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 989px) and (min-width: 680px) {
    .emenda-title {
        font-size: 24px !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 990px) {
    .emenda-title {
        font-size: 25px !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1620px) and (min-width: 1200px) {
    .emenda-title {
        font-size: 28px !important;
    }
}
