.ng-scope {
	width: 100%;
	max-width: 120rem;

	margin: 0 auto;
}

#paginacion li > a {
	margin: 0 2rem;
	padding: .5rem 1rem;

	background: #adb5bd;

	border-radius: .5rem;
	cursor: pointer;

	box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
	
	color: black;
	text-decoration: none;
}

#login {
	overflow: hidden;
}

.input-group,
#categoria,
#perro_search_txt {
	margin-bottom: 0;
}

.ng-scope {
	width: unset !important;
    max-width: unset !important;
}