section#website-posted {
    /* margin-top: 95px; */
    padding-top: 0!important;
}
section#website-posted .content-menu-sectores {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
}
section#website-posted .content-menu-sectores .item-menu {
    text-transform: none;
    text-decoration: none;
    margin-right: 15px;
    font-size: .98rem;
    font-weight: 500;
    transition: .5s;
}
section#website-posted .content-menu-sectores .item-menu:hover {
    color: #d33c00;
    transition: .5s;
}