.tamanho-imagem-portfolio {
    height: 256px;
    max-height: 100%;
}

.tamanho-banner {
    height: 270px !important;
}

.cor-preta {
    color: #000 !important;
}

/*a.nav-link {*/
/*    color: #000 !important;*/
/*}*/

/*.zmdi-menu {*/
/*    color: #000 !important;*/
/*}*/

a.goplus-rodape {
    color: #000000;
}

a.goplus-rodape:hover {
    color: #094b73;
}

.ms-lead-navbar.navbar-scroll {
    background-color: #969696 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.ms-hero-bg-azul {
    position: relative
}

.ms-hero-bg-azul:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #003c5e;
    z-index: 0;
    opacity: 0.8
}

.ms-hero-bg-azul .container {
    position: relative;
    z-index: 1
}

.img-size{
    height: 16em!important;
    max-height: 100%;
    text-align: center!important;
}

.intro-fixed{
    z-index: -1!important;
}

.ms-thumbnail-container-parcerias {
    border: solid 1px #eee;
    padding: 5px;
    background-color: #75757536;
}

.btn-disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}