.patio img {
	 width: 200px;
	 max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
	 margin-top: 30px;
	 
}

.contacto h3 {
  text-align: center;
  color: #000099;
}

.contacto p {
	text-align: center;
}

.email {
  text-align: center;
}

.email img {
  width: 50px;
}

.correo {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1ad1ff;
  margin-bottom: 20px;
}

article a:hover {
  color: #000099;
}

.direc {
 display: flex;
 justify-content: center;
 align-items: center;
 padding-top: 30px;
 padding-bottom: 20px;
}

article h3 {
  text-align: center;
}

.facebook {
  text-align: center;
}

.facebook a {
  text-decoration: none;
  color: #1ad1ff; 
}

.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

