#full {
  min-height: 360px;
  background: url(../img/passarinho.jpg) no-repeat   center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#full-3{
  min-height: 360px;
  background: url(../img/capitulo-1/como-funcionam-armadilhas.jpg) no-repeat   center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#full-5{
  min-height: 360px;
  background: url(../img/trajeto-onca.jpg) no-repeat   center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-height: 960px) {
  #full {
    background: url(../img/passarinho.jpg) no-repeat center center;
  }
  #full-3 {
    background: url(../img/capitulo-1/como-funcionam-armadilhas.jpg) no-repeat center center;

  }
  #full-5 {
    background: url(../img/trajeto-onca.jpg) no-repeat center center;
  }
}

#video-bt {
  overflow: auto;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#bt-wrap {
  width: 100%;
  max-width: 970px;
  /* background-color: red; */
  margin: 0 auto;
}

#bt-play {
  width: 50%;
  float: left;
  /* background-color: blue; */
}

#play-me {
  padding: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 1rem;
}

#play-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

#circle-big-box {
  width: 160px;
  height: 160px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.circle-small-box {
  width: 140px;
  height: 140px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

#circle-icon {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.fa-play {
  color: #fff;
  font-size: 4.2rem;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
}

.assista {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0.8rem;
  color: #fff;
  font-family: 'flamabold';
  opacity: .75;
}

#video-info {
  width: 50%;
  height: 100%;
  /* background-color: green; */
  float: left;
}

#video-info-wrap {
  /* background-color: purple; */
  padding: 1rem;
}

#video-titulo {
  color: #fff;
  font-size: 5rem;
  font-family: 'estadoheadlinebold';
}

#linha {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 3rem 0;
}

#video-desc {
  color: #fff;
  font-family: 'freightbook';
  font-size: 2.2rem;
  line-height: 1.5;
}

.transition-01{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.assista:hover {
  cursor: pointer;
}

.circle-small-box:hover {
  cursor: pointer;
}

/* resp */

@media screen and (max-width: 1010px) {
    #bt-play, #video-info {
      float: none;
      width: 100%;
    }
    #video-info-wrap {
      max-width: 400px;
      margin: 0 auto;
    }
  #play-me {
      max-width: 400px;
      margin: 0 auto;
  }
}

/* hover - só no desk */

@media screen and (min-width: 1010px) {
  .assista:hover {
    opacity: 1;
  }
  .circle-small-box:hover {
    width: 160px;
    height: 160px;
  }
  #circle-icon:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  }
  #circle-icon:hover .fa-play {
    /* font-size: 3.6rem; */
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); */
  }
}

/* galeria */

.hello-slide {
  width: 100%;
  max-width: 400px;
  color: #FFF;
  margin: 120px auto 0;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
h1 {
  font-weight: normal;
}
.hello-slide a {
  color: #B5AEF7 !important;
}

.flex-container {
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outer {
  position: relative;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.inner {
  position: relative;
  max-width: 1280px;
  width: 60%;
}
