.card-body-team{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

.card-body-team::before{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(78, 4, 4);
    padding-top: 25px;
    padding-bottom: 25px;
}

.team-tarjeta{
    position: relative;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}


.card-body-team:hover {
    position: absolute;
    content: "";
    width: 100%;
    height: 36%;
    top: 230px;
    left: 0;
    color: white;
    background-color: #155bd5;
    z-index: 1;
}

.team-social{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}





