footer{
	background-color: #313131;
	background-image: url(../imagens/pattern-2.png);
	.copyright{
		padding: 25px 0;
		font-size: 14px;
		color: #636363;
		text-align: center;
		line-height: 1.5;
		@include mq-min(1920) {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			padding: valor-fluido(25, 1920) 0;
			font-size: valor-fluido(14, 1920);
		}
		a{
			color: #636363;
			&:hover{
				text-decoration: underline;
			}
		}
	}
}