#app-cabecalho {
    width: 945px !important;
    height: 175px !important;
    background-color: #032c51;
    margin-left: -28px;
    margin-bottom: 10px;
    overflow: hidden !important;
    position: relative !important;
}

#app-cabecalho #moodular {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

#app-cabecalho #moodular li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 945px !important;
    height: 175px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
    transition: opacity 2000ms ease-in-out;
    z-index: 0;
}

#app-cabecalho #moodular li.active {
    opacity: 1;
    z-index: 1;
}

#app-cabecalho #moodular li img {
    width: 945px !important;
    height: 175px !important;
    object-fit: cover !important;
    display: block !important;
}