html {
  scroll-behavior: smooth;
}
body {
      padding-top: 65px;
  background: white;
  font-family: 'Lato';
  /*background-image: url('back.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.bg-secondary {
  background-color: rgba(108, 117, 125, 0.8);
}

  /*#about     {padding-top:50px;}
  #sede      {padding-top:50px;}
  #invitados {padding-top:50px;}
  #registro  {padding-top:50px;}
/*--- navigation bar ---*/
.navbar {
  min-height: 80px;
  font-size: 1.2rem;
}
.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #000;
}
.navbar-collapse {
  justify-content: flex-end;
}

header.masthead {
  padding-top: 6rem;
  padding-bottom: 3rem;

}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

.secdicu{
padding: 6rem 0 1rem;
}

.pie{
padding: 1rem;
}


section {
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

p {
  text-align: justify;
  text-justify: inter-word;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

