body {
	padding-left: 5em;
	padding-right: 5em;
}

.indice {
	margin-block-start: 0.3em;
	margin-block-end: 0.3em;
	padding-left: 2em;
}

@media all and (max-width:1023px) {
.responsive {
	width: 100% !important;
	padding-right: 0px !important;
}

.not-mobile {
	display: none;
}
}

@media all and (min-width:1024px) {
	.only-mobile {
		display: none !important;
	}
}
	