#franja{
    width:100%;
    padding-left:15px;
    padding-right: 15px;
    height: 70px;
    background-color: deeppink;
}

body{
    background-color: #fff;
}

#titleactions{
    border:1px solid lightgray;
    margin-top:-30px;
    background-color: #fff;
}

.cardActions{
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    color:#000;
    margin-top: 20px;
}

.cardActions hr{
    background-color: deeppink;
    margin-right: 40%;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 0px;
}

.cardActions p{
    margin-top: -10px;
}

.card-body p{
    max-width: 50%;
    margin-right:50%;
}

footer{
    background-color: gray;
    color:#fff;
}

footer hr{
    background-color:#fff;
}

footer li{
    margin-bottom: 10px;
    font-size: 1rem;
}

#redessociales{
    width:50px;
}