.titular {
    height: 90px;
    width: 100%;
    background: #405e99;
}

.titular p {
    color: white;
    margin: auto;
    background: transparent;
    text-align: left;
    font-size: 30px;
    height: 100%;
    line-height: 87px;
}

.tituloseminario {
    padding-top: 50px;
}

#formh3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#formh4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

#contact {
  background: #90CAF9;
  padding: 25px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#gracias {
    margin: auto;
    background: transparent;
    text-align: center;
    font-size: 30px;
    height: 100%;
    line-height: 87px;
    text-transform: uppercase;
}

p {
    text-align: center;
}

.siguiente {
    margin-top: 30px;
    width:100%;
    margin-left: 160px;
    float: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.008em;
    width: 140px;
    height: 25px;;
    font-weight: 700;
    background-color: #4871ca;
    color: #fff;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #ffffff;
}