/*** Team ***/
h5 {
    color: var(--vermelho_escuro) !important;
}

.team-img {
    height: 350px !important;
    
}

.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

