h1.promo.presentation, .section--header {
	font-size: 1.25em;
}

.perfil--content {
	overflow: hidden;
	padding: 0.3em;
}
.perfil--content img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.perfil--img {
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
}

.perfil--info h3 {
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0.3em 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a._left {
	display: block;
}

/*pagination*/

.pags a, .note-img {
	margin: 0.3em;
}

.pags,.pre {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pags ul {
	display: flex;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
}

/**/
/*##### responsive #####*/
/**/
.section--body {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
	gap: 0.5rem;
}