.profis .category-menu {
    padding: 0px;
}

.profis ul.categories-menu {
    padding: 0px 0;
    margin: 0;
    float: left;
}


.profis ul.categories-menu li.home-button a {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    background-color: #4CBABB;
    color: #fff;
    text-align: center;
}

/*  */

.profis ul.categories-menu li {
    padding: 0;
    font-weight: 400;
    height: 100%;
}

.profis ul.categories-menu > li a {
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
    padding: 0px;
    border-right: 1px solid #D4D4D4;
    display: block;
    text-decoration: none;
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 0;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.profis ul.categories-menu > li a a {
    background-color: none;
    color: black;
}

.profis ul.categories-menu li a:hover ,
.profis ul.categories-menu li a:active,
.profis .categories-menu .dropdown.open button a {
    text-decoration: none;
    background-color: #ddd;
    color: #333;
}

.profis ul.categories-menu li a.dropdown-item {
    border: none;
    padding: none;
    color:black; 
    background:#fff; 
    min-width: 100%;
    width:max-content;

    font-weight: 400;
    font-size: 15px;
}

.profis ul.categories-menu li a.dropdown-item:hover{
    background-color: #DEDEDE    ;
}

.profis .categories-bg .btn-gratis {
    display:none;
}

.profis ul.categories-menu .dropdown-menu {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: none;
    min-width: 21em;
}

.profis ul.categories-menu .dropdown-menu a {
    width: max-content;
}


.profis .category-buttons .btn {
    border-radius: 0;
    background-color: #D4D4D4;
    height: 100%;
    line-height: 56px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 600;
}

.profis .category-buttons {
    display: flex;
    height: 100%;
    align-items: center;
    align-self: center;
    padding: 0;
}


@media (max-width: 720px) {


    .profis ul.categories-menu li.home-button a {
        display: none;

    }

    .profis .category-buttons {
        height: auto;
    }
    .profis .category-buttons .btn {
        height: 56px;
        width: 93%;
    }

    .profis ul.categories-menu > li div.dropholder a.dropdown-item {
        text-align: center;
    }

    .profis ul.categories-menu > li a {
        border-right: none;
        border-bottom: 1px solid #D4D4D4;
    }

    .profis ul.categories-menu > li a,
    .profis ul.categories-menu li a:hover, 
    .profis ul.categories-menu li a:active, 
    .profis .categories-menu .dropdown.open button a {
        width: 100%;
    }

    .profis ul.categories-menu li {
        margin-top: none;
        border-left: none;
    }

    body.profis .container ul.categories-menu li {
        padding: 0;
        height: auto;
        margin: 0px;
        width: 94.5%;
    }
}