:root{
	--ancho-vista: 1200px;
}

footer{
	/* border-top:1px solid #fff; */
	background: #75aadb;
	padding:20px 0;
}

.contactanos{
	max-width: var(--ancho-vista);
	margin: 0 auto;
}

.direccion h4, .direccion h5{
	color:#fff;
}

.fpagos h4, .fpagos h5 a{
	color:#fff;
}

/* .infoContacto{
  height: 350px;
}																																																								 */

.formContacto h4{
	color:#fff;
}

.final{
  height: 30px;
	background: black;
  color: #fff;
}

.final h5{
  margin: 5px 5px;
	text-align: center; 
}

form button {
	float: right;
	padding: 5px 5px;
	border-radius: 4px;
	color: white;
	background-color: green;
	border: 1px solid green;
	cursor: pointer;
	font-weight: bold;
}

@media (max-width:1199.98px) and (min-width:768px){
	.direccion{
		height: 350px;
		text-align: center;
	}

}

@media (max-width:767.98px) {
  .direccion{
		text-align: center;
	}
	.fpagos{
		padding-bottom: 20px;
	}
}