.barra-contacto {
	padding: 1.25rem 0.75rem;
	text-align: center;
	background-color: #322e2f;
	width: 100%;	
}

.barra-contacto h5 {
	margin: 0;
	color: #ffffff;
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 20px;
  letter-spacing: 1.44px;
}

.mensaje-formulario {
	border-bottom: 2px solid #585854;
}

.mensaje-formulario h5 {
	margin-bottom: 0px;
	color: #585854;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 1rem;
	line-height: 34px;
  letter-spacing: 0.4px;
}

.mensaje-formulario-mobile h5 {
	color: #322e2f;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 1rem;
	line-height: 30px;
  letter-spacing: 2.16px;
  padding: 0 25px;
  text-align: center
}

.datos-contacto {
	text-align: center;
	color: #585854 !important;
}

.datos-contacto strong {
	color: #585854;
	font-weight: 700;
}

.datos-contacto a {
	color: #585854 !important;
	font-weight: 400;
}

@media(max-width: 768px) {
	.datos-contacto {
		background-color: #d6d6d6;
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
	.mensaje-formulario-mobile h5 {
		margin-top: 40px;
	}
}
	