/*-------------------------
    Video Styles
-------------------------*/
video#videoBG {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

.title-custom-h1{
  color: white !important;
  font-size: 60px !important;
  line-height: .96em !important;
  text-align: center !important;
  text-shadow: 1px 1px 2px black;
}

.title-custom {
  color: white !important;
}

.subtitle-custom-h1{
  color: #fff !important;
  font-size: 24px !important;
  text-shadow: 1px 1px 2px black;
}

.subtitle-custom{
  color: #fff !important;
}

.floatWapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 101px;
  right: 38px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-floatWapp {
  margin-top: 16px;
}

@media only screen and (max-width: 575px) {
  .floatWapp {
    bottom: 56px;
    right: 3px;
  }
  .title-custom-h1{
    font-size: 43px !important;
  }
}

/* PDF embebido + fallback */
.pdf-frame{ display:block; width:100%; height:85vh; border:0; }
@media (max-width:768px){ .pdf-frame{ height:100vh } }