.main-background {
   background-image: url("../images/fondo-main.svg");
   background-repeat: repeat;  
}

.footer {
	background:#f3f3f3;
	padding:4em 3em;
}
.footer h6 {
	color:#6F6F6F;
	font-size:1em;
	font-weight:600;
}
p.claim {
	color: #b0b0b0;
	font-size: 0.95em;
	font-weight: 400;
	width: 35%;
	margin: 10px 0;
}
.footer a {
	color: #6F6F6F;
	font-size: 0.95em;
	text-decoration:none;
	font-weight: 400;
	width: 35%;
	margin-top: 6px;
	text-decoration:none;
}
