/* CSS del proyecto */
body {
	background-image: url("//cdn.upps.cloud/images/abiz/abiz-gray.svg");
	background-size: 160px;
}

/* wall */
.wall::before {
	background-color: #000000 !important;
}

.wall::after {
	background-image: url("../images/wall.jpg") !important;
	background-position: center center;
	background-size: cover;
	opacity: 0.75;
}