section{
  width: 80%;
  margin: 1rem auto;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
p{
  margin: 1rem auto;
}
#cabecera{
  display: block;
  width: 100%;
  margin-top: 0;
}
.cabecera{
  position: relative;
  width: 100%;
  min-height: 10rem;
  max-height: 18rem;
  overflow: hidden;
  background-image: url("../img/fotos/contacto1.jpg");
  background-size: cover;
  background-position: center;
}
.cabecera img{
  width: 100%;
  margin-top: -14rem;
}
.overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#form{
  width: 90% !important;
}
#superior article{
  padding: 1rem;
}
#superior article:first-child{
  display: flex;
  align-items: center;
}
#superior article:nth-child(2){
  text-align: center;
}
.sangria{
  margin-left: 2rem;
}
.datosContacto{
  list-style: none;
}
#wpSend{
  color: #25d366;
  text-decoration: none;
  position: relative;
}
#wpSend:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 1px;
  right: 0;
  background: #fff;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
#wpSend:hover{
  color: #128c7e;
}
#wpSend:hover:after{
  width: 100%;
  left: 0;
  background: #128c7e;
}
/* ////// SOCIAL MEDIA ///// */
.social{
  background-color: #F2A21A;
  border-radius: 2rem;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-around;*/
}
.contenedorSocial{
  margin: auto;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contenedorSocial span iframe{
  border-radius: 4px !important;
}
/* ////// MAPA GOOGLE ///// */
#mapaGoogle{
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  margin: auto;
  border: 1px solid rgba(196, 106, 0, 0.3);
}
/* ---////// --- ESTILOS RESPONSIVE --- /////--- */
@media only screen and (max-width: 500px){
  section{
    width: 100%;
  }
  .social{
    border-radius: 0;
  }
}
