@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

#info .contenedor {
	text-align: left;
	padding: 20px;
}

#info h3 {
	font-family: 'Barlow', sans-serif;
	  font-size: 30px;
  font-weight: 500;
  color: #000000;

}

#info p {
	color: #333333;

}


#info2 .contenedor {
	text-align: center;
	padding: 20px;
}

#info2 h3 {
	color:#2980B9;
	font-size: 28px;
}

#info2 p {
	color: #333333;
	font-size: 14px;
}

#info3 .contenedor {
	text-align: left;
	padding: 20px;
    box-sizing:border-box;
    border-radius: 2px;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);
    border:1px solid #cfcfcf;
    background-color: #fff;
}

#info3 h3 {
	color:#00003F;
	font-size: 28px;
}

#info3 p {
	color: #5d5d5d;
	font-size: 14px;
}


#info4 .contenedor {
	text-align: center;
	padding: 20px;
}

#info4 h3 {
	color:#00003F;
	font-size: 28px;
}

#info4 p {
	color: #5d5d5d;
	font-size: 14px;
}

.subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
}


#article-title {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Arapey", serif;
  font-weight: normal;
  margin: 0;
  margin-top: 1em;
  padding: 0.5em 0;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}


@media (min-width: 480px) {
	.info-pet {
		width: 40%;
	}


}

@media (min-width: 1024px) {
	.info-pet {
		width: auto;
	}
	

}




.container-contact {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.island {
  max-width: 40em;
  margin: auto;
  position: relative;
  padding: 10% 0;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.splash {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/banner-contacto.jpg");
  text-align: center;
  color: #fff;
}
.splash--title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 2.30em;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.splash--subtitle {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 1.35em;
  line-height: 1.875rem;
}
.splash:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.35);
}
.container-contact a {
  display: inline-block;
  padding: 20px 0 3px 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}
.container-contact a:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.container-contact a:hover:after {
  width: 100%;
  background: #fff;
}
