html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.container {
  position: relative;
}
.bg-primary {
  background-color: #F05F40;
}
.rodape {
  background-color: #222222;
  color: white;
}
section {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background: url('img/bg2.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
#video{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: fixed;
  z-index: 999;
  display: none;
}
#controlButtons{
  position: absolute;
  top: 50px;
  left: 20px;
}
#stopvideobt{
  cursor: pointer;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('img/bg2.jpg');
  text-align: center;
  color: white;
}
header.socorro {
  background-image: url('img/bg2_socorro.jpg');
}
header.cida {
  background-image: url('img/bg2_cida.jpg');
}
header .header-content h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  text-align: left;
}
header .header-content hr {
  margin: 30px auto;
}
header .header-content p {
  text-align: left;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
header .header-content a {
  text-decoration: none;
  color: #fff;
}
header .header-content a:hover {
  color: #aeaeae;
}
header .divbotaoassistir{
  margin: 30px;
}
header .divbotaoassistir p{
  margin: 0px;
}
header .containerHeader{
  margin-top: 15%;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a7142f;
}
.navbar{
  width: 100%;
  border-radius: 0px;
  border:none;
  margin: 0px;
  padding: 0px;
  padding-top: 25px;
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-weight: 700;
  height: 72px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.navbar-default .nav > li > a{
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.navbar-default .nav > li > a:hover {
  color: #aeaeae;
}
.navbar-default .nav > li > .bordamenu{
  background: url("img/borda-menu.png") no-repeat center right;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary {
  color: white;
  background-color: #e62b4e;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.incieSuaHistoria{
  padding: 4px 20px 4px 20px;
  font-size: 30px;
  border-radius: 0px;
  border: none;
}
.btcompartilhe{
  margin: 20px;
}
.btcompartilhe div{
  display: inherit;
}
.btcompartilhe div a{
  color: #fff;
  text-decoration: none;
}
.btcompartilhe div a:hover{
  color: #aeaeae;
  text-decoration: none;
}
.btcompartilhe .textoIcone i{
  padding: 3px 8px 2px 8px;
  background: #e62b4e;
  margin-right: 5px;
}
.btcompartilhe .textoIcone{
  border: 1px solid #fff;
  padding-right: 6px;
}
.btdown{
  position: absolute;
  margin-left: 49%;
}
.btdown a{
  font-size: 30px;
}
.btassiste div{
  display: inherit;
}
.btassiste a{
  color: #383a42;
  text-decoration: none;
}
.btassiste a:hover{
  color: #aeaeae;
  text-decoration: none;
}
.btassiste .textoIcone i{
  padding: 3px 8px 2px 8px;
  background: #e62b4e;
  margin-right: 5px;
  color: #fff;
}
.btassiste .textoIcone{
  border: 1px solid #fff;
  padding-right: 6px;
}
#outrasHistorias{
  background: #c4c5c8;
  color: #000;
}
#outrasHistorias h1{
  color: #383a42;
  font-weight: bold;
  font-size: 40px;;
}
#outrasHistorias .carousel-indicators li{
  border: #44454d solid 1px;
}
#outrasHistorias .carousel-indicators .active{
  background: #505159;
  border: #44454d solid 1px;
}
#outrasHistorias #historias .carousel-inner .item{
  min-height: 280px;
}
#outrasHistorias #historias .carousel-inner .item .carousel-caption{
  text-shadow: none;
  right: 0px;
  left: 0px;
  text-align: left;
}
#outrasHistorias #historias .carousel-inner .item .carousel-caption span{
  font-weight: bold;
}
#outrasHistorias #historias .carousel-inner .item .carousel-caption p{
  color: #383a42;
  font-weight: 500;
  font-size: 16px;
}
#outrasHistorias #historias .carousel-inner .item .carousel-caption .hist{
  margin: 20px 0px;
}
#episodios{
  background: #c4c5c8;
  color: #000;
}
#episodios h1{
  color: #383a42;
  font-weight: bold;
  font-size: 40px;;
}
#episodios h2{
  color: #383a42;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;

}
#episodios .tituloHistoria{
  margin: 20px 0px;
  font-weight: 100;
}
#episodios .tituloPersonagem{
  text-transform: uppercase;
  margin: 55px 0px 0px 0px;
}
#episodios .imgepisodio{
  margin: 20px 0px;
}
#episodios p{
  color: #383a42;
  font-size: 12px;
  margin: 0px;
}
#episodios .episodioBloco{
  float: left;
  margin: 10px 0px;
}
#episodios .inativo{
  opacity: 0.2;
  filter: alpha(opacity=20); /* For IE8 and earlier */
}
#episodios div .img-responsive{
   float: left;
}
#inscricao{
  background: #383a42;
  color: #fff;
}
#inscricao h1{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
#inscricao p{
  font-size: 22px;
}
#inscricao hr{
  width: 8%;
  position: absolute;
  height: 2px;
  top: 50px;
  left: 0px;
  background: #fff;
}
#inscricao .blocosBt{
  margin: 0px;
}
#inscricao .blocosBt p{
  font-size: 11px;
}
#inscricao .blocosBt .blocotxtinsc{
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  margin: 30px 0px 10px 0px;
  text-align: center;
}
#inscricao .blocosBt a{
  text-decoration: none;
}
#inscricao .blocosBt a p{
  font-size: 16px;
  font-weight: bold;
}
#inscricao .blocosBt .btenem{
  background: #ff530d;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 6px 0px 6px 0px;
  text-transform: uppercase;
}
#inscricao .blocosBt .btenem:hover{
  background: #c24f1b;
}
#inscricao .blocosBt .bttrad{
   background: #3fb6e8;
   width: 100%;
   text-align: center;
   color: #fff;
   padding: 6px 0px 6px 0px;
   text-transform: uppercase;
 }
#inscricao .blocosBt .bttrad:hover{
  background: #3899c2;
}
#inscricao .blocosBt .bttrans{
  background: #2da985;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 6px 0px 6px 0px;
  text-transform: uppercase;
}
#inscricao .blocosBt .bttrans:hover{
  background: #268f71;
}
#financiamento{
  border-top: 1px solid #21232c;
  background: #2f313d;
  color: #fff;
}
#financiamento p{
  font-size: 22px;
}
#financiamento p span{
  color: #f63860;
}
#financiamento hr{
  width: 8%;
  position: absolute;
  height: 2px;
  top: -30px;
  background: #fff;
}
#financiamento a{
  text-decoration: none;
}
#financiamento .btnfinanciamento{
  background: #f9315b;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 6px 0px 6px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}
#financiamento .btnfinanciamento:hover{
  background: #c2394a;
}
#promocoes{
  background: #4a3576;
  color: #fff;
}
#promocoes hr{
  width: 6%;
  position: absolute;
  height: 2px;
  top: 44px;
  left: -10px;
  background: #fff;
}
#promocoes h1{
  font-weight: bold;
  font-size: 40px;
}
#promocoes p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: lighter;
}
#promocoes h2{
  font-size: 20px;
  font-weight: bold;
}
#promocoes a{
  text-decoration: none;
}
#promocoes .blocosPromocao{
   margin: 20px 0px;
}
#promocoes .btnedital{
  background: #27174a;
  width: 100%;
  text-align: center;
  color: #f2de54;
  padding: 6px 0px 6px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0px 0px 0px;
  letter-spacing: 2px;
}
#promocoes .btnedital:hover{
  background: #36225c;
}
#promocoes .textoLegal{
  font-size: 10px;
  text-align: right;
}
#inscrevase{
  background: #e7be1b;
  color: #4a3576;
}
#inscrevase h1{
  font-weight: normal;
  font-size: 25px;
}
#inscrevase a{
  text-decoration: none;
}
#inscrevase hr{
  width: 6%;
  position: absolute;
  height: 3px;
  top: -10px;
  left: -10px;
  background: #4a3576;
  border-top: none;
}
#inscrevase .btninscrevase{
  background: #f9315b;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  margin: 20px 0px 0px 0px;
  letter-spacing: 4px;
}
#inscrevase .btninscrevase:hover{
  background: #c2394a;
}
#banners{
  background: #2a2439;
  color: #fff;
  padding: 0px 0 50px 0;
}
#banners h1{
  font-weight: bold;
  font-size: 40px;
  color: #e7be1b;
}
#banners p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: lighter;
}
#banners .colorPravaler{
  background: #f05815;
  padding: 8% 6%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
}
#banners .textPravaler{
  padding-top: 50px;
  padding-bottom: 50px;
}
#banners .imgBanner{
  padding: 30px 0px 30px 0px;
}
#footer{
  background: #22232a;
  color: #fff;
  padding: 50px 0px;
}
#footer p{
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
#footer a{
  color: #fff;
  margin-top: 10px;
}
#footer a:hover{
  color: #aeaeae;
  margin-top: 10px;
}
#footer a i{
  margin: 10px;
}
.col-25{
  width: 20%;
}
/** media queries **/
@media (max-width: 1200px) {
  #outrasHistorias #historias .carousel-inner .item {
    min-height: 380px;
  }
  video#bgvid {
    display: none;
  }
  #banners .colorPravaler{
   position: inherit;
  }
  #footer {
    text-align: center;
  }
  .col-25{
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) {
  #outrasHistorias #historias .carousel-inner .item {
    min-height: 440px;
  }
  #episodios .episodioBloco{
    float: left;
    text-align: center;
  }
  #episodios div .img-responsive {
    float: none;
    margin: 0 auto;
  }
  #episodios h2 {
    width: 100%;
  }
  #episodios p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .incieSuaHistoria{
    font-size: 15px;
  }
  .navbar {
    padding-top: 0px;
  }
  section {
    padding: 20px 0;
  }
  #footer{
    text-align: center;
  }
  #footer p{
    margin: 20px 0px;
  }
  header .header-content {
    margin-top: 10%;
  }
  .btdown {
    margin-left: 40%;
    top: -25px;
  }
}
@media (max-width: 528px) {
  #outrasHistorias #historias .carousel-inner .item {
    min-height: 540px;
  }
  #episodios .episodioBloco{
    float: left;
    text-align: center;
  }
  #episodios .blocos{
    margin-top: 30px;
  }
  .col-25{
    width: 100%;
    float: left;
  }
}
@media (min-width: 769px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
  }
  header .header-content h1 {
    font-size: 42px;
  }
  header .header-content p {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('img/bg2.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}