.barra-inicial .welcome-message {
    background: #df531e!important;
    position: relative;
}

.barra-inicial .welcome-message::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: -24px;
    border-left: 25px solid #e1591f;
    border-bottom: 30px solid transparent;
}

.barra-inicial {
    background: #003980;
}

#rodape .institucional {
    background: #ffffff;
    padding-bottom: 36px;
    border-bottom: 25px solid #e1591f;
}

#rodape .titulo {
    text-transform: uppercase;
    color: #e1591f;
    font-weight: bold;
    font-size: 20px;
    border: none;
    margin: 0px;
    position: relative;
}

#barraNewsletter .componente .botao {
    background: #e1591f;
    border-radius: 0px;
    height: 52px;
}

.barra-inicial .welcome-message::before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: -25px;
    border-right: 25px solid #e1591f;
    border-top: 31px solid transparent;
}

@media screen and (max-width: 767px)
.atalhos-mobile {
    background: #e1591f;
    border-color: #004496;
    z-index: 9999;
}