/** NAVBAR **/
.nav-item {
    padding-right: 25px !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

/** FORMS **/
label > small {
    font-style: italic;
    color: #a9a9a9;
}

/** BANNER **/
.banner_background {
    height: 570px;
}
@media (max-width: 575.98px) {
    .banner_background {
        height: 140px;
    }
}

/** MISSÃO **/
#section_missao {
    background-color: #EAEAEA;
}

/** FOOTER **/
#footer {
    background-color: #2F2F2F;
}

.footer_title {
    color: #FFFFFF;
}

.footer_text {
    color: #959595;
    font-size: 12px;
}

#copyright {
    background-color: #252525;
}

/* SORTABLE */
ul.sortable {
    width: 100%;
    float: left;
    margin: 20px 0;
    list-style: none;
    position: relative !important;
}

ul.sortable li {
    cursor: move;
}

ul.sortable li.ui-sortable-helper {
    border-color: #3498db;
}

ul.sortable li.placeholder {
    height: 50px;
    background: #eee;
    border: 2px dashed #bbb;
    display: block;
    opacity: 0.6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
