.img-fluido {
    max-width: 105%;
    margin: 0 auto
}

.link {
    background: linear-gradient(45deg, #ee6267 30%, #c93338);
    color: white;
    border-radius: 100%;
    padding: 10px;
}

.img_link {
    margin: -10px;
    min-width: 50%;
    max-width: 100%;
    border-radius: 5px;
}

#arquivo {
    background: #c93338;
    color: white
}

#arquivo:hover {
    background: linear-gradient(45deg, rgb(82, 82, 82) 30%, rgb(58, 58, 58));
    color: white;
}

.titulo_borda {
    background-color: #ee6267;
    width: 100%;
    height: 3px;
}

.titulo_borda_biografia {
    background-color: #ee6267;
    width: 100%;
    height: 3px;
}

.titulo_borda_projecto {
    background-color: #ee6267;
    width: 100%;
    height: 3px;
}

.titulo_borda_entidades {
    background-color: #ee6267;
    width: 100%;
    height: 3px;
}
