h2 {
    color: #464646;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    color: #464646;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 8px;
}

input {
    border-radius: 3px;
}

.ch_title {
    text-shadow: 0 0 0.2em #ddd, 0 0 0.2em #ddd;
}

.ch_content {
    text-shadow: 0.1em 0.1em 0.2em #777;
}

.ch_button {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.entry-meta .meta {
    font-size: 12px !important;
    color: #aaa;
}

.a-fh-header {
    margin: 0 auto;
}

.slider-bottom {
    position: relative;
    margin-bottom: 30px;
}

.slider-bottom-1 {
    position: relative;
    margin-top: -55px;
    width: 100%;
    height: 55px;
    background-color: white;
    border: 0px solid #00f;
    z-index: 100;
}

.slider-bottom-2{
    position: relative;
    margin-top: -105px;
    margin-left: 10%;
    margin-bottom: 60px;
    width: 80%;
    min-height: 95px;
    background-color: rgba(00, 150, 190, 0.98);
    border: 0px solid #f00;
    z-index: 200;
}


.flaticon-header {
    color: white;
    float: right;
    margin-right: 3px;
}

.flaticon-header:before {
    font-size: 60px;
}

.box-title-header {
    color: white;
    /*margin-top: 40px;*/
    /*margin-left: 3px;*/
    font-weight: bold;
}

.box-desc-header {
    color: white;
    margin-left: 3px;
    font-size: 12px;
}

.title-internal {
    margin-top: 235px;
}

.logo-light {
    min-height: 65%;
    min-width: 65%;
}

img.hide-logo {
    width: 240px;
    height: 50px;
    margin-left: 10px;
    float: left;
}

@media (max-width: 480px) {
    .site-header a.logo {
        width: 240px;
        margin-right: 0px;
        margin-left: -100px;
        margin-top: 10px;
    }
}

.barra-info-porto {
    color: white !important;
    border-radius: 15px 15px 2px 2px;
    -webkit-border-radius: 15px 15px 2px 2px;
    -moz-border-radius: 15px 15px 2px 2px;
    -o-border-radius: 15px 15px 2px 2px;
}

.logo-scpar img {
    width: 60px;
    height: 40px;
}

ul.sub-menu {
    background-color: #eeeeee !important;
}

.titulo-noticia {
    color: #444;
    font-weight: bold;
}

.ultimas-noticias {
    color: #464646 !important;
    font-weight: bold;
}

a.mais-noticias {
    font-size: 12px;
    color: #1a6600;
}

ul.social-media {
    width: 90%;
    margin-top: 45px !important;
    list-style: none;
    float: right;
}

ul.social-media li {
    display: block;
    float: left;
    position: relative;
    list-style: none;
    margin-left: 1%;
}

.ico-social-media {
    width: 32px;
    height: 32px;
}

.buscar-topo {
    float: right;
    width: 95% !important;
    margin-top: 47px;
    height: 36px;
    border: 1px solid white !important;
    border-radius: 10px;
    padding-left: 10px;
    text-transform: capitalize;
}

input {
    background-color: white !important;
}

.bg-green {
    background-color: #85B643 !important;
}

.bg-orange {
    background-color: #F59E1B !important;
}

/* LICITACOES */

.licitacao {
    background-color: #f1f3f5;
    border-radius: 10px 15px 10px 10px;
    -webkit-border-radius: 10px 15px 10px 10px;
    -moz-border-radius: 10px 15px 10px 10px;
    -o-border-radius: 10px 15px 10px 10px;
    padding: 0px;
}

.licitacao div {
    padding: 5px;
}

.licitacao .situacao {
    text-align: center;
}

.licitacao .dados {
    padding: 20px;
}

.licitacao .hr {
    height: 1px !important;
    background-color: #aaa;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.licitacao .movimentos {
    color: green;
}

.licitacao .revogada, .licitacao .suspensa, .licitacao .anulada, .licitacao .fracassada, .licitacao .deserta, .licitacao .cancelada {
    background-color: #e96c7b;
    color: white;
    font-weight: bold;
    border-radius: 2px 15px 2px 2px;
    -webkit-border-radius: 2px 15px 2px 2px;
    -moz-border-radius: 2px 15px 2px 2px;
    -o-border-radius: 2px 15px 2px 2px;
}

.licitacao .agendada, .licitacao .adjudicada, .licitacao .emandamento, .licitacao .adiada {
    background-color: #f8b920;
    color: white;
    font-weight: bold;
    border-radius: 2px 15px 2px 2px;
    -webkit-border-radius: 2px 15px 2px 2px;
    -moz-border-radius: 2px 15px 2px 2px;
    -o-border-radius: 2px 15px 2px 2px;
}

.licitacao .homologada, .licitacao .concluida {
    background-color: #70c681;
    color: white;
    font-weight: bold;
    border-radius: 2px 15px 2px 2px;
    -webkit-border-radius: 2px 15px 2px 2px;
    -moz-border-radius: 2px 15px 2px 2px;
    -o-border-radius: 2px 15px 2px 2px;
}

.paginacao {
    margin-top: 15px;
    margin-bottom: 25px;
}

.txt-pesquisa {
    height: 34px;
    border: 1px solid #ccc !important;
    background-color: white !important;
}

.bt-pesquisa {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border: 1px solid #ccc !important;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}

.add-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-flex-text {
    text-align: center;
    margin: 0;
}

@media (max-width: 767px) {
    .add-flex-text {
        text-align: left;
    }
}