.pagination_iridi{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:20px;
	margin-top:20px;
}

.pag_el_prev{
	width:6px;
	height:10px;
	background:url("./media/v.svg") center center no-repeat;
	background-size:contain;
}

.pag_el_next{
	width:6px;
	height:10px;
	background:url("./media/v.svg") center center no-repeat;
	background-size:contain;
	transform:rotate(180deg);
}

.pag_el{

}

a.pag_el{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	text-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}

div.pag_el{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 16px;
	color: #2164c2;
	text-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}