.banner-contacto {
  width: 100%;
  height: 372px;
  background-image: url(../images/banners/slider_contacto.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.banner-contacto .titulo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -185px);
  font-size: 60px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
}

#contacto {
  padding: 30px 0px;
}

#contacto .section-title p {
  font-size: 16px;
  color: #7c7c7c;
  line-height: 18px;
  text-align: left;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
}

#mapa-benedictino-contacto {
  width: 100%;
  height: 350px;
}

.leaflet-popup-content h6 {
  font-size: 18px;
  font-weight: bold;
}

.contact textarea{
  height: 108px;
}