body {
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  background-color: #000;
}

.xl-space {
  height: 145px;
}

.sucesso {
  color: green;
}

.btn-voltar {
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  margin-left: 15px;
  margin-top: 5px;
}

.btn-voltar:hover {
  color: #fff;
  text-decoration: none;
}

.tags-selecionadas {
  margin-bottom: 15px;
}

.extra-padding {
  padding: 20px;
}

h1 {
  font-weight: bolder;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

#my_loading {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: fixed;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.black {
  background-color: #000;
  border: 1px solid #7A7A7A;
}

.close-lightbox {
  color: #fff;
}

.close-lightbox:hover {
  color: #fff;
}

.abb {
  padding-top: 25px;
}

.sua-estoria {
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.custom-video .text-muted{
  color: #7a7a7a !important;
}

.custom-video {
  color: #7A7A7A;
  padding-left: 50px;
  padding-right: 50px;
}

.custom-video .desc{
  margin-bottom: 50px;
}

.custom-video input[type=url], .custom-video select, .custom-video input[type=tags] {
  background-color: #000;
  border: 1px solid #7A7A7A;
}

#table-container {
    height:100%;
    width:100%;
    display:table;
}

#table-cell {
    vertical-align:middle;
    text-align: center;
    height:100%;
    display:table-cell;
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.lock-youtube-player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
}

.panel-body {
    padding: 15px;
}

.pvs-container {
  /* background-color: #ebebeb; */
  background-color: #333;
  color: #000;
  padding: 20px;
  margin: 35px 0px;
  min-height: 142px;
}

.form-control {
  background-color: #333;
  border: none;
}

.text-muted {
  color: #ccc!important;
}

.tag-selecionada {
  display: inline-block;
  background-color: #222222;
  line-height: 24px;
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}

.tag-selecionada .remove::after{
  content: "X";
  padding-left: 10px;
  color: #fff;
}

hr {
  margin: 0;
}

.hr-destaque {
  border: 1px solid #fff;
  margin-top: 30px;
}

.hr-basica {
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 24px;
  color: #000;
}

.carousel-control-next {
  right: -55px;
  top: -50px;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 24px;
  color: #000;
}

.carousel-control-prev {
  left: -55px;
  top: -50px;
}

h2 {
  font-weight: bolder;
  font-size: 24px;
  /* text-transform: uppercase; */
  margin: 40px 0;
}

h3 {
  font-weight: bolder;
  font-size: 20px;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: bolder;
  margin: 20px 0;
  color: #ffffff;
}

.redes-sociais {
  font-size: 22px;
}

.redes-sociais a {
  margin-right: 30px;
  color: #000;
}

.redes-sociais a:hover {
  color: #000;
}

.flex-container {
  display: flex;
  flex-direction: wrap;
  align-items: center;
}

.flex-container>div {
  padding-right: 15px;
}

.flex-container>div:first-child {
  padding-right: 0;
  width: 35px;
}

.hide {
  display: inherit;
}

.flex-container>div:nth-child(3) {
  width: 100%;
}

.flex-container>div:nth-child(4) {
  padding: 10px;
}

.minha-estoria {
  margin-bottom: 10px;
}

.minha-estoria p {
  font-size: 13px;
  margin: 0 0 5px 0;
}

.minha-estoria .header{
  background: #EEEEEE;
  padding: 15px 25px;
}

.minha-estoria .body{
  padding: 15px;
  background: #F5F5F5;
  overflow: auto;
  height: 450px;
}

.tag {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

.tag:hover {
  color: #000;
}

.topo {
  background-image: url('../images/topo-curtas.jpg');
  height: 376px;
  background-size: cover;
  padding: 20px;
}

.voltar, .topo {
  font-weight: bolder;
  font-size: 16px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0,0,0,0.50);
  text-transform: uppercase;
}

.voltar:hover {
  color: #FFFFFF;
}

iframe {
  border: 0;
}

.my-iframe{
  width: 100%;
  border: 0;
  height: 620px;
}

.btn-disabled {
  font-weight: bolder;
  color: #FFFFFF;
  background: #D8D8D8;
  font-size: 14px;
  padding-right: 40px;
  padding-left: 20px;
}

.btn-disabled i {
  margin-right: 20px;
}

.btn-disabled:hover {
  color: #FFFFFF;
}

.btn-gerar {
  color: #fff;
  font-weight: bolder;
  background-image: linear-gradient(-45deg, #5C2D91 0%, #563698 42%, #08A6E9 100%);
  border: 0;
  font-size: 14px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 20px;
  line-height: 32px;
  margin-left: 15px;
}

.btn-gerar i {
  margin-right: 20px;
}

.btn-gerar:hover {
  color: #fff;
}

.btn-share:hover {
  color: #fff;
}

.share-midias a {
  display: inline-block;
  margin-right: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.share-midias a:last-child {
  margin-right: 0px;
}

.btn-share {
  color: #fff;
  font-weight: bolder;
  background-image: linear-gradient(-45deg, #5C2D91 0%, #563698 42%, #08A6E9 100%);
  border: 0;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  line-height: 32px;
  margin-left: 15px;
  margin-top: 10px;
}

.btn-gerar i {
  margin-right: 20px;
}

.btn-gerar:hover {
  color: #fff;
}

.btn-comecar {
  color: #fff;
  font-weight: bolder;
  background-image: linear-gradient(-45deg, #5C2D91 0%, #563698 42%, #08A6E9 100%);
  border: 0;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  line-height: 32px;
  margin-left: 15px;
}

.btn-comecar i {
  margin-left: 20px;
}

.btn-comecar:hover {
  color: #fff;
}

.btn-comecar-share {
  margin-top: 10px;
}

.btn-seu-video {
  color: #e1e1e1;
  font-weight: bolder;
  background-color: #333;
  border: 0;
  font-size: 12px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 20px;
  line-height: 32px;
  margin-left: 15px;
}

.btn-seu-video i {
  margin-right: 20px;
}

.btn-seu-video:hover {
  color: #fff;
}

.btn-voltar-comeco {
  color: #e1e1e1;
  font-weight: bolder;
  background-color: #333;
  border: 0;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 20px;
  line-height: 32px;
  margin-left: 15px;
}

.btn-voltar-comeco i {
  margin-right: 20px;
}

.btn-voltar-comeco:hover {
  color: #fff;
}

.btn-help {
  color: #e1e1e1;
  font-weight: bolder;
  background-color: #333;
  border: 0;
  font-size: 12px;
  border-radius: 30px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 32px;
}

.btn-help i {

}

.btn-help:hover {
  color: #fff;
}

.btn-gerar, .btn-seu-video, .btn-help {
  margin-top: 10px;
}

.hr-ou {
  margin: 20px 0;
}

.ou {
  margin-top: -32px;
  margin-bottom: 10px;
}

.ou span {
  display: inline-block;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-auto {
  font-size: 14px;
  font-weight: bolder;
  color: #5C2D91;
  border: 2px solid #5C2D91;
  width: 267px;
}

.full-width {
  width: 100%;
}

.btn-gerar:hover {
  color: #fff;
}

.PP {
  font-size: 12px;
}
.P {
  font-size: 16px;
}
.M {
  font-size: 20px;
}
.G {
  font-size: 30px;
  /* top: -10px; */
}
.GG {
  font-size: 48px;
  /* top: 10px; */
}

#tags2 {
  width: 100%;
  height: 600px;
  position: relative;
}

.tags a {
  /* position: relative; */
  display: inline-block;
  /* -moz-transform: rotate(-90deg); */
  /* margin-bottom: 20px;
  margin-top: 20px; */
}

.video_placeholder{
  width: 100px;
  height: 56px;
  text-align: center;
  background-color: #ccc;
  padding-top: 15px;
  color: #fff;
}

.descricao_placeholder{
  height: 16px;
  margin-bottom: 2px;
  background-color: #ccc;
}

.descricao_placeholder_lg{
  width: 164px;
}

.descricao_placeholder_sm {
  width: 84px;
}

.descricao_placeholder_md {
  width: 94px;
}

.text-direita {
  text-align: right;
}

.cobrir {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.9;
}

.meio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  width: 95%;
}

.cobrir-share {
  z-index: 1;
}

.meio-share {
  z-index: 2;
}

.twitter {
  margin-right: 0px!important;
}

.zap {
  display: none!important;
}

@media screen and (max-width: 1200px) {

  .twitter {
    margin-right: 80px!important;
  }

  .zap {
    display: inline-block!important;
  }

  .extra-padding {
    padding: 0px;
  }

  .abb {
    padding-top: 0px;
  }

  .text-direita {
    text-align: center;
    padding-bottom: 20px;
  }

  .btn-gerar, .btn-seu-video, .btn-help {
    height: 30px;
    line-height: 18px;
  }

  .btn-seu-video {
    margin-left: 10px;
    display: inline-block;
    padding-right: 15px!important;
  }

  .xl-space {
    height: 130px;
  }
}

@media screen and (max-width: 992px) {
  .xl-space {
    height: 220px;
  }

  #tags2{
    height: 650px;
  }
}

@media screen and (max-width: 768px) {

  #tags2{
    height: 800px;
  }

  .custom-video {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  #tags2 {
    height: 1150px;
  }
}

@media screen and (max-width: 544px) {
  .hide-sm {
    display: none;
  }

  .btn-seu-video {
    margin-top: 5px;
  }

  .share-midias a {
    margin-right: 20px!important;
  }
}

@media screen and (max-width: 400px) {
  #tags2 {
    height: 2100px;
  }

  .xl-space {
    height: 215px;
  }

  iframe {
    min-height: 700px;
  }
}
