body {background: url('../imagens/bghome.jpg') top center no-repeat #000; background-size:cover; font-family: "Lora", serif; color: #FFF; text-align: center;}

.site-size {max-width: 600px; margin: 0 auto;}

a {transition: background 0.3s, color 0.3s;}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:99 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-sec {padding: 40px 15px 25px;}
.home-sec .npac {width: 50px;}
.home-sec .oque {max-width: 270px; margin-top: 20px; margin-bottom: 20px;}
.home-sec h3 {font-weight: normal; padding: 15px 20px; font-size: 40px; letter-spacing: -1px;}



.botao-sec a {
  transition: 0.5s;
  border-radius: 4px;
  background: rgb(251,228,88);
background: -moz-linear-gradient(180deg, rgba(251,228,88,1) 0%, rgba(196,141,30,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(251,228,88,1) 0%, rgba(196,141,30,1) 100%);
background: linear-gradient(180deg, rgba(251,228,88,1) 0%, rgba(196,141,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbe458",endColorstr="#c48d1e",GradientType=1);
  padding: 11px 21px; color: #000; font-size: 22px; letter-spacing: -1px; font-weight: bold; text-decoration: none; display: block; margin: 0; text-align: center; margin-top: 30px; margin-bottom: 15px;}
.botao-sec a:hover {
  background: rgb(255,235,115);
 background: -moz-linear-gradient(180deg, rgba(255,235,115,1) 0%, rgba(196,141,30,1) 100%);
 background: -webkit-linear-gradient(180deg, rgba(255,235,115,1) 0%, rgba(196,141,30,1) 100%);
 background: linear-gradient(180deg, rgba(255,235,115,1) 0%, rgba(196,141,30,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb73",endColorstr="#c48d1e",GradientType=1);
}
.botao-sec p {font-size: 11px;}
.botao-sec .ass {width: 100px; margin: 30px 0 15px 0;}


@media (pointer: coarse) {

.home-sec .oque {max-width: 190px; margin-top: 5px;}
  .home-sec h3 {font-weight: normal; padding: 0; font-size: 25px; letter-spacing: -1px;}

  .botao-sec a {margin: 30px 20px 0 20px; line-height: 25px; padding: 10px 45px}


  .bt_site {font-size: 29px; padding: 15px 0;}

  p {font-size: 18px;}

  .video-sec .col-md-12 {padding: 0;}

}
