* {
    font-family: 'Nunito', sans-serif!important;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free'!important;
}

.fab {
    font-family: 'Font Awesome 5 Brands'!important;
}

img {
    /* max-width: 100%!important; */
    /* height: auto!important; */
}

.modal {
    overflow: initial;
}

.modal-content {
    width: 60%!important;
    margin: 4rem auto!important;
}

.detailPerson {
    height: 370px!important;
    overflow: hidden!important;
}

.team-yellow {
    background-color: yellow;
}

.team-blue {
    background-color: blue;
}

.team-green {
    background-color: green;
}

.team-red {
    background-color: red;
}


figure:hover.worker {
    background: #8ad698;
}

figure:hover.team-green {
    background-color: rgba(60, 187, 84, .4);
}

figure:hover.team-red {
    background-color: rgba(219, 50, 54, .4);
}

figure:hover.team-yellow {
    background-color: rgba(244, 194, 13, .4);
}

figure:hover.team-blue {
    background-color: rgba(72, 133, 237, .4);
}