body {
	overflow-x: hidden;
}

img {
	width: 100%;
		max-width: 100%;
		height: auto;
}

header {
	display: grid;
		align-items: center;
		justify-items: center;
		align-content: space-around;
		grid-auto-flow: column;
		justify-content: center;
		gap: 20px
}

.prefooter {
	padding: 2rem 0;
	background: #1D1D1D;
}

.copyright-info {
	padding: .75rem 20px;
	background: #000;
	color: #7D7D7D;
	display: grid;
		gap: .25rem;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		justify-items: center;
}

.copyright-info a{
	color: unset;
}

.copyright-info a:hover {
	color: white;
}

.agencia {
	/* text-align: right; */
}