.margin-y-30, .marginTop-30 {
  margin-top: 1.875rem !important;
}
.w-100 {
  width: 100% !important;
}
.destaque {
  height: 340px;
}
.destaque div {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}
.destaque div h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: left;
  cursor: pointer;
}
.destaque2 {
  height: 710px;
}
.destaque2 div {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}
.destaque2 div h1 {
  font-size: 2em;
  line-height: 1.5em;
  text-align: left;
  cursor: pointer;
}
.destaque2 div p {
  font-size: 1.2em;
}
.topheader {
  margin: 0;
  padding: 0;
}
.bt-top {
  bottom: 60px;
  right: 30px;
}

.table tbody tr td {
  vertical-align: middle !important;
}

.footer {
  padding-top: 30px;
}

.footer .sub-footer{
  margin-top: 30px;

  padding: 30px 15px 0;
}

@media (max-width: 520px) {
  .navbar-brand {
    margin-right: 0;
  }

  .logo {
    height: 45px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}