.link_menu_sx.white-menu {
    color: #FFFFFF!important;
    text-shadow: 0 0 3px grey!important;
}

.link_menu_sx.white-menu:before,.link_menu_sx.white-menu.w--current:before {
    background: #FFFFFF!important;
    box-shadow: 0 0 3px grey!important;
}

.logo_sostenibilit > picture {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.logo_sostenibilit > picture > img {
    width: 100%;
    height: 100%;
}

.overlay_grey_slide._img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}


.hover-block_description-_settori * {
    color: #fff !important;
}

.arrow .head,
.arrow .head:after {
    border: 0.5px solid black;
    border-radius: 2px;
    width: 14px;
    position: absolute;
    right: -2.6px;
    top: 5px;
    transform: rotate(-45deg);
    background: black;
}

.arrow .head:after {
    content: "";
    border-color: black;
    right: -8px;
    top: -7.6px;
    transform: rotate(90deg);
    background: black;
}

/* HOME - sezione Settori */
.icona_settori_hover {
    filter: brightness(0) invert(1);
}

.card-image.extra-large:hover .icona_settori_hover {
    filter: unset;
}

/* HOME - sezione News */
.paragrafo_news {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CONTATTI */
.col-50-form {
    margin-bottom: 10px;
}

.col-50-form.privacy {
    align-items: baseline;
    justify-content: flex-end;
}

.col-50-form.privacy input {
    margin-right: 10px;
}

.col-100-form {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.w-form-message {
    display: none;
}

.container-info-allegato {
    display: none;
    align-items: baseline;
}

.col-100-form.submit-form-contatti button {
    margin-left: 0%;
}

.link_menu_sx.w--current:before {
    content: "";
    width: 70px;
    height: 2px;
    float: left;
    background: grey;
    color: transparent;
    margin-top: 4%;
}
.link_menu_sx:before {
    content: "";
    width: 34px;
    height: 2px;
    float: left;
    background: grey;
    color: transparent;
    margin-top: 7px;
    margin-right: 8px;
}

.container-name-section {
    display: flex;
}

.section-chi-siamo-custom {
    height: unset;
    max-height: unset;
    min-height: unset;
    padding-top: 50px;
}

.link-cerca-lavoro-custom {
    margin-bottom: unset!important;
}

.hide-section {
    display: none;
}

.custom-label {
    width: 100%;
}

.label-privacy-contact-form {
    margin-bottom: unset;
    margin-left: 7px;
}

.dropdown-language-list:hover .sfondo_dropdown_lingue {
    display: block;
}

.sfondo_dropdown_lingue {
    display: none;
}

.elenco_lingue_dropdown {
    display: block;
    opacity:1;
}

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

li {
    display: list-item;
    opacity:1;
}
.sfondo_dropdown_lingue {
    animation: growDown 400ms ease-in-out forwards;
    transform-origin: top center
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.container-contact-by-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.container-contact-by-group h3 {
    width: 100%;
}

.container-result {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 8px;
}

.container-result .sort {
    position: relative;
}

.container-result .sort i {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.container-result .sort .dropdown-sort {
    display: none;
    position: absolute;
    /* left: 0; */
    right: -13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 11px;
    top: 36px;
    width: 160px;
    flex-direction: column;
    /* gap: 11px; */
    padding: 10px 0 0;
}

.container-result .sort .dropdown-sort.show {
    display: flex;
}

.container-result .sort .dropdown-sort h4 {
    font-weight: 400;
    font-size: 18px;
    margin: unset;
    padding: 0 10px;
    margin-bottom: 10px;
}

.container-result .sort .dropdown-sort .option {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    padding: 0 10px;
    margin-bottom: 10px;
}

.container-result .sort .dropdown-sort .option .fake-checkbox {
    min-width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 50%;
}

.container-result .sort .dropdown-sort .option span,
.dropdown-sort .order-by span {
    height: 17px;
    font-weight: 300;
    font-size: 17px;
}

.container-result .sort .dropdown-sort .option.selected .fake-checkbox {
    border: 4px solid #333;
}

.dropdown-sort .line-separator {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.dropdown-sort .order-by {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.dropdown-sort .order-by.selected {
    background-color: #cccccc8c;
}

.dropdown-sort .order-by i {
    width: unset;
    height: unset;
    border: unset;
}

.separator-group {
    width: 100%;
    border-bottom: 1px solid #ccc;
}