.seccion-contacto {
    width: 100%;
    height: auto;
    margin: 50px auto;
    position: relative;
}
  
.contenido-seccion-contacto {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}

.titulo-seccion-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    color: #f1c40f;
    z-index: 2;
}

.form-seccion-contacto {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.link-contacto {
  width: 90%;
  max-width: 400px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 10px #d6d6d6;
  margin: 10px auto;
  display: flex;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.icono-link-contacto {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 5px auto;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  background-color: #f1c40f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.texto-link-contacto {
  width: 85%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  font-size: 14px;
}

.btn-link-contacto {
  width: 90%;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
  background-color: #f1c40f;
  box-shadow: 0px 10px 10px #d6d6d6;
  margin: 10px auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mapa-contacto {
  width: 90%;
  max-width: 500px;
  height: 90vh;
  max-height: 380px;
  margin: 20px auto;
}

iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}