.principal-equipe{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 110px;
}
.card-equipe{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 20%;
    height: 180%;
   
}
.imagem-equipe {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.imagem-equipe img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;

    object-fit: cover;
    object-position: center;
}

.texto-equipe h2{
    margin-top: 10px;

    color: white;

    min-height: 60px;
}

.redes-equipe {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 40px;
}

.redes-equipe img{
    width:60px;
    width: auto;
    height: auto;
    object-fit: contain;
}