/* setas - responsivo */

@media screen and (max-width: 960px) {
    nav a {
		position: absolute;
		display: block;
		outline: none;
		text-align: left;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	nav a.prev {
		position: absolute !important;
		left: 0;
	}
	nav a.next {
		position: absolute !important;
		right: 0;
	}
	/*
	#header-paginas {
		margin-top: 56px;
	}
	*/
	nav#hideOnMobile {
		display:none;
	}
}