#team .width-550 {
    width: 550px;
}

#team .filtro_marchi_small div.brand,
#team .filtro_marchi_small .filtraper {
    color: var(--c1);
    opacity: 0.3;
    padding: 5px;
}

#team .filtro_marchi_small .filtraper {
    opacity: 1;
}

#team .filtro_marchi_small div.brand.active {
    opacity: 1;
    background: #565F69;
    color: white;
}

#team .filtro_marchi_small select {
    background: transparent;
    padding: 10px 10px;
}

#team .filtro_marchi_small {
    margin: 0 0 10px;
}

#team select {
    background-color: white;
}


#team .boxTeam {
    width: 212px;
    height: 225px;
    margin-right: 8px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 10px;
    transition: all .3s;
}
#team .boxTeam:hover{
    color: inherit;
}
#team .boxTeam:nth-child(5){
    margin-right: 0;
}
@media (max-width:768px) {
    #team .boxTeam {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        height: auto;
        margin-bottom: 15px;
    }
    #team .boxTeam img {
        max-height: none !important;
        height: auto;
    }
}
#team .boxTeam img {
    width: 100%;
    max-height: 143px;
    object-fit: cover;
    margin-bottom: 12px;
}
#team .boxTeam div {
    transition: all .3s;
}

/*
#team .boxTeam:hover {
    box-shadow: inset 0px -150px 150px -100px #1f1f1f;
}

#team .boxTeam:hover div {
    opacity: 1;
}
*/

#team .boxTeam:nth-child(5n) {
    margin-right: 0px;
}

#dettaglio-team .width-1100 {
    /*     background-color: var(--c6); */
    padding: 10px;
    width: 1100px;
}

#dettaglio-team .width-1100 .team_image img {
    width: 100%;
}

#dettaglio-team .width-1100 .team_text {
    padding-left: 20px;
}

@media (max-width:768px){

    .team_image,
    .team_text{
        padding: 0;
    }

    #dettaglio-team .width-1100 .team_image img {
        margin: 20px auto;
    }
    #dettaglio-team .width-1100{
        flex-direction: column;
    }
}

#dettaglio-team .snippet .row>div {
    margin-left: 0;
}

.loadering {
    margin: 40px 0 80px;
}

#mainPageTeam {
    min-height: 50vh;
    position: relative;
}

#mainPageTeam.opacity:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .15);
}

#mainPageTeam.opacity:before {
    content: 'caricamento...';
    color: #000;
    font-size: 20px;
    width: 100%;
    text-align: center;
    top: 40px;
    position: absolute;
    z-index: 11;
}