
@font-face {
  font-family: 'bebas';
  src: url('../fonts/bebasneue-regular-webfont.woff') format('woff2'),
  url('../fonts/bebasneue-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.especial-sueno {
  font-size: 16px;
  position: relative;
  /*margin-top: 72px;*/
}
.especial-sueno p { margin: 10px 0; }
.especial-sueno .d-inblock { display: inline-block; }
.w-100 { width: 100% }
.no-margin { margin: 0 }
.especial-sueno .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.py-1 { padding: 35px 0 }
.pb-1 { padding: 35px }
.fixed-header {
  background-color: #f6f6f6;
  position: fixed;
  width: 100%;
  z-index: 15;
  left: 0;
}
.container .tab-content{
  margin-top: 60px
}
.especial-tabs>.nav-tabs {
  background-color: white;
  border: none;
}
.especial-tabs>.nav-tabs>li {
  margin-bottom: 0;
  width: 25%;
  text-align: center;
}
.especial-tabs>.nav-tabs>li>a {
  border: none;
  color: black;
  font-size: 16px;
  font-family: 'bebas', sans-serif;
  padding: 25px 0;
  opacity: 1;
}
.especial-tabs>.nav-tabs>li>a:hover {
  background-color: #fff;
  opacity: 0.7;
}
.especial-tabs>.nav-tabs>li.active>a, .especial-tabs>.nav-tabs>li.active>a:focus, .especial-tabs>.nav-tabs>li.active>a:hover {
  border: none;
  border-radius: 0;
  color: white;
  background-color: red;
}
.main-head {
  background-color: black;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main-head img {
  bottom: 0;
  left: 32%;
  position: absolute;
  width: 35%;
  z-index: 5;
}
.especial-sueno h2 {
  color: white;
  display: block;
  margin: 45px 0 140px 0;
  font-family: 'bebas', sans-serif;
  font-size: 90px;
  text-align: center;
  width: 100%;
}
.especial-sueno h2 span {
  font-size: 250px;
  line-height: 0.9;
}
.editor-box {
  position: relative;
  right : -8%;
  width: 90%;
}
.main-head .editor-box div {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle;
}
#horizontal-bar span{
  background-color: white;
  display: block;
  width: 100%;
  padding: 9px 0;
}
#horizontal-bar span:last-child {
  background-color: red;
  padding: 14px 0;
  width: 50%;
}
.editor {
  background-color: red;
  color: white;
  padding: 25px;
  min-height: 140px;
}
.editor div {
  display: inline-block;
  padding-left: 35%;
  width: initial !important;
}
.editor span {
  font-size: 14px;
  font-weight: bold;
}
.secondary-head {
  background-color: #ededed;
  padding: 20px 100px 30px 100px;
}
.secondary-head .editor-box {
  right: initial;
  width: initial;
}
.secondary-head p, .secondary-head span { font-family: 'bebas', sans-serif; }
.secondary-head p { color: black; }
.secondary-head span { color: #545454; }
.over-element {
  position: relative;
  top: -52px;
  z-index: 10;
}
.especial-sueno .caption {
  color: #828282;
  display: block;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: bold;
  padding-top: 8px;
  text-align: right;
}
.especial-sueno .lead {
  border: 1px red solid;
  background-color: white;
  font-weight: 900;
  padding: 15px 25px;
  z-index: 12;
}
.especial-sueno .lead h2 {
  color: #717171;
  font-size: 16px;
  margin: 10px 0;
  text-align: left;
}
.especial-sueno .lead h3 {
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
}
.especial-sueno .big-lead span {
  color: black;
  font-family: 'bebas', sans-serif;
  font-size: 16px;
}
.especial-sueno .big-lead h3 { font-size: 30px; }
.initial-letter span {
  background-color: red;
  color: white;
  display: inline-block;
  font-size: 70px;
  line-height: 1;
  padding: 0px 8px;
}
.initial-letter p {
  display: inline-block;
  margin-left: 1%;
  width: 89%;
}
.destacado {
  font-size: 25px;
  font-style: italic;
}
.destacado::before, .destacado::after {
  background-color: red;
  content: "";
  display: block;
  padding: 4px;
  width: 75px;
}
.destacado::before { margin-bottom: 20px }
.destacado::after { margin-top: 20px}

/* up btn */
#up-btn {
  background-color: #ff0000;
  border-radius: 50%;
  bottom: 80px;
  color: white;
  height: 40px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 40px;
  z-index: 18;
}
#up-btn i {
  font-size: 30px;
}
/*player*/
.especial-sueno .player-wraper {
  display: block;
  width: 260px;
  margin: 20px auto 0 auto;
}
.especial-sueno  .player-wraper .player-flag {
  background-color: #cecece;
  border-radius: 8px;
  color: white;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
}
.especial-sueno .player-wraper .vjs-fluid {
  padding-top: 0;
  margin-top: 40px;
}
.especial-sueno .player-wraper .video-js .vjs-progress-control {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.player-wraper .video-js .vjs-control-bar {
  color: #7F7F7F;
  background-color: #F2F2F2;
  display: flex;
}
.especial-sueno .player-wraper .video-js .vjs-load-progress div { background: #989898; }
.especial-sueno .player-wraper .video-js .vjs-play-progress { background-color: red; }
.especial-sueno .player-wraper .video-js .vjs-big-play-button, .player-wraper .video-js .vjs-fullscreen-control{ display: none; }

@media (max-width: 1615px) {
  /*.fixed-header {
    width: 100%;
    left: 0%;
  }*/
}
@media (max-width: 1200px) {
  .especial-sueno .container { width: 100%; }
  .especial-sueno h2 {
    margin: 45px 0 120px 0;
    font-size: 70px;
  }
  .especial-sueno h2 span { font-size: 200px;}
  .initial-letter span, .initial-letter p {vertical-align: top;}
  .initial-letter p {width: 87%;}
  .especial-sueno .player-wraper { width: 200px; }
}
@media (max-width: 992px) {
  .secondary-head { padding: 10px 10px 30px 10px }
  .destacado { font-size: 18px; }
  .especial-sueno h2 span { font-size: 140px;}
}
@media (max-width: 768px) {
  .especial-sueno {
    /*margin-top: 85px;*/
  }
/*  .fixed-header {
    width: 91.6%;
    left: 4.2%;
  }*/
  .especial-tabs>.nav-tabs>li { height: 85px }
  .especial-tabs>.nav-tabs>li>a {
    display: inline-flex;
    font-size: 17px;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .especial-tabs>.nav-tabs>li>a span {
    align-self: center;
    width: 100%;
  }
  .main-head img {
    bottom: -8%;
    left: 7.5%;
    width: 85%;
  }
  .especial-sueno h2 {
    font-size: 50px;
    margin-bottom: 150px;
  }
  .especial-sueno h2 span { font-size: 72px; }
  .editor-box { right: -5% }
  #horizontal-bar, .secondary-head .editor-box div:last-child { width: 100%; }
  #horizontal-bar span{
    display: inline-block;
    width: 49%;
    padding: 70px 0;
  }
  #horizontal-bar span:last-child { padding: 100px 0; }
  .editor {
    bottom: 46px;
    min-height: initial;
    padding: 8px 25px;
    position: absolute;
    z-index: 11;
  }
  .editor div { padding-left: 0; }
  .secondary-head { padding: 20px; }
  .initial-letter p {
    margin-top: 0;
    width: 74%;
  }
  .especial-sueno .lead.big-lead { padding: 15px; }
  .especial-sueno .big-lead h3 { font-size: 20px; }
  .clear-box { clear: both; }
  #up-btn {
    bottom: 20px;
    right: 10px;
  }
}