.container-equipe {
    height: 75vh;
    width: 100vw;
    max-height: 460px;
    max-width: 1000px;
    min-height: 460px;
    min-width: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 600px)
{
    .container-equipe
    {
        flex-wrap: wrap;
        min-height: unset;
        max-height: unset;
        margin-bottom:20px;
        height: 1200px;
    }

    .card
    {
        margin-bottom:20px;
    }
}

.border {
    height: 369px;
    width: 290px;
    background: transparent;
    border-radius: 10px;
    transition: border 1s;
    position: relative;
}
.border h2{
    font-family: 'Merriweather Sans', sans-serif;
}
.border:hover {
    border: 1px solid #fff;
}
.card {
    height: 379px;
    width: 300px;
    background: #808080;
    border-radius: 10px;
    transition: background 0.8s;
    overflow: hidden;
    background: #000;
    box-shadow: 0 70px 63px -60px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-colaborador {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px;
}
.card-colaborador:hover {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 600px;
}
.card-colaborador:hover h2 {
    opacity: 1;
}
.card-colaborador:hover .fa {
    opacity: 1;
}

h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 20px;
    opacity: 0;
    transition: opacity 1s;
}
.fa {
    opacity: 0;
    transition: opacity 1s;
}
.icons {
    position: absolute;
    fill: #fff;
    color: #fff;
    height: 130px;
    top: 226px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.fundo {
    width:auto;
    height:auto;
    background-color:#f5f4f5;
}
.fun {
    background-color:#f5f4f5;
}
.ifem {
    margin:auto;
}
.mensagem {
    opacity: 1!important;
    font-family:'Open Sans', sans-serif!important;
    font-weight:700!important;
    color:rgb(24,23,23)!important;
    font-size:28px!important;
    margin:0px 0px 0px!important;
}
.mens {
    color:rgb(33,35,35)!important;
    font-family:'Open Sans', sans-serif!important;
    font-size:15px!important;
    margin:10px 0px 0px!important;
}