#logoteca {
	background-color: rgb(0, 0, 0);
}

.grises {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.grises img {
	height: 90px;
	margin: 0;
	padding: 1em 1em;
}

.grises p {
	margin-top: 0;
	padding: 2rem;
	font-size: 16px;
	color: #333;
	text-align: justify;
}


/* MEDIA QUERYS */

@media (min-width: 480px) {

	.grises img {
		height: 150px;
		padding: .6em 1em;
	}

}

@media (min-width: 1024px) {

	.grises {
		width: 100%;
		/* height: 120px; */
	}

	.grises p {
		margin-top: 15px;
		padding-right: 100px;
		font-size: 16px;
		color: #333;
	}

}

