#contacto{
  background-color: #ff7f00;
  letter-spacing: 2px;
}
#contacto a{
  color: #fff;
  text-decoration: none;
}


@media (max-width: 575.98px) {

  #contacto{padding-bottom: 800px;}
  #contacto .maps iframe{
    width: 100%;
    height: 450px;
  }
}


@media (min-width: 576px) {

  #contacto{padding-bottom: 800px;}

  #contacto .maps iframe{
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 768px) {

  #contacto{padding-bottom: 350px;}

  #contacto .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
  #contacto{padding-bottom: 200px;}

  #contacto .maps iframe{
    width: 100%;
    height: 700px;
  }
}


#author a{
  color: #000;
  text-decoration: none;

}
