
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  padding: 60px 0;
  margin-bottom: 170px;
  background-size: cover;
  background-position: center bottom;
  
}

@media (max-width: 995px) {
  .contact2 {
    background-size: 700px auto;
	background-position: center center;
  }
}

.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5,
.contact2 h6 {
  color: #fff;;
}

.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #aa2649;
}

.contact2 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	background: #e05569;
	color: #fff;
}

.contact2 .card input {
	background: #e05569;
	color: #fff;
	border: 0px;
	border-bottom: 2px solid #aa2649;
}

.contact2 .card input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 12px;
}


.contact2 .detail-box .round-social {
  margin-top: 100px;
}

.contact2 .round-social a {
  background: transparent;
  margin: 0 7px;
  padding: 11px 12px;
}

.contact2 .contact-container .links a {
  color: #8d97ad;
}

.contact2 .contact-container {
  position: relative;
  top: 200px;
}

.contact2 .btn-contact {
  background: #531b2d;

}

 .contact2 .btn-contact:hover {
  background: #aa2649;

}

#contacto .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #54171d;
  color: #fff!important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contacto .social-links a:hover {
  background: #c01b2c;
  color: #fff!important;
  text-decoration: none;
}
