p.texto-footer-copyright {
    text-align: center;
    background: #000;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width:520px){
	p.texto-footer-copyright {
		padding:60px;
	}
}
p.texto-footer-copyright a {
    color: #d3b1c2;
}

p.texto-footer-copyright a:hover {
    color: #9763A7;
}