.boton{
	background-color: #e4252a; 
	width: 8%; 
	height: 35px; 
	text-align: center; 
	border-radius: 40px 40px 40px 40px; 
	padding-top: 13px; 
	margin-top: 42%; 
	margin-left: 6%;
}

.vinculo{
	text-decoration: none; 
	color: #fff; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 15px; 
	font-weight: bold;
}

.boton a:hover{
	color: #000;
}

@media screen and (max-device-width : 480px) {

    .boton{
	width: 25%; 
	height: 30px; 
	padding-top: 10px; 
}
.vinculo{
	text-decoration: none; 
	color: #fff; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}
}