#main-header img {
    width: 100%;
    max-height: 413px;
}
.bg-black  {
    color: #fff;
    background: #000;
}

#main-header .port-item {
    width: 30%;
}
#main-header .port-item:hover {
   opacity: 0.7;
   cursor: pointer;
}
@media (min-widht: 1199px) {
    .port-item {
        padding: 10em !important;
    
    }

    }

#menucolorido {
    min-height: 170px;
}
.progress-bar {
    background-color: green;
}
.linkhover {
    color: white;
}
a:hover {
    color: white
}

a
    {
        color: #fff;
    }
