@import url('./index.css');
@import url('./header.css');
@import url('./footer.css');

.hero__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero__content {
	margin: 48px 0 44px 0;
}

.content__title {
	font-size: 24px;
	color: var(--morado);
	margin-bottom: 48px;
}

.content__imgs {
	text-align: center;
}

.imgs__item {
	width: 192px;
	height: 156px;
	margin: 2px 0;
	vertical-align: top;
	cursor: pointer;
	object-fit: cover;
}