@import url(https://fonts.googleapis.com/css?family=Lato%3A400%2C700%2C400italic%2C700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700);


@font-face {
    font-family: 'Flama';
    src: url('../fonts/Flama-Bold.eot');
    src: url('../fonts/Flama-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flama-Bold.woff2') format('woff2'),
        url('../fonts/Flama-Bold.woff') format('woff'),
        url('../fonts/Flama-Bold.ttf') format('truetype'),
        url('../fonts/Flama-Bold.svg#Flama-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

 /*CITV SERIF*/
 @font-face {
     font-family: 'history_serifregular';
     src: url('../fonts/HistorySerif-webfont.eot');
     src: url('../fonts/HistorySerif-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/HistorySerif-webfont.woff2') format('woff2'),
          url('../fonts/HistorySerif-webfont.woff') format('woff'),
          url('../fonts/HistorySerif-webfont.svg#history_serifregular') format('svg');
     font-weight: normal;
     font-style: normal;
 }

body {
    font-family: 'Arial';
    overflow-x: hidden;
    background: #191e24;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

.image-program img {
    max-width: 100%;
    padding: 10px;
    background-color: #2d3238;
    margin: 0px 10px;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Flama';
    font-weight: 700;
    color: #fff;
}
h1 .slabtext {
    font-family: 'Flama', sans-serif;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;

}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "history_serifregular", Arial, Helvetica;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

/*----- HELPERS -----*/

.no-text-transform {
    text-transform: none;
}

/*----- PAGE.PHP -----*/

article.page iframe {
    max-width: 100% !important;
}

/*-----ACM HISTORIA---*/

div.flecha-separador {
    font-size: 30px;
    text-align: center;
    color: #cccccc;
}

hr {
    margin-top: 0px;
    border-top: 2px solid #f90a34;
}

/*----MENU-TOP---*/

.logo img {
   padding: 10px 0px;
   /* width: 96px; */
}

.navbar-default {
   /* background: url('../img/hdr.png') top center no-repeat; */
   background:#191e24;
   min-height: 109px;
}

.navbar-default .container.reset > .row{
    margin: 0px;
}


.navbar-default .navbar-nav > li > a {
   color: #ffffff ;
   font-size: 20px;
   font-family: "Arial";
   font-weight: bold;
}

.navbar-default .navbar-nav > li::after {
   content: '';
    position: absolute;
    top: 43%;
    right: 0px;
    width: 5px;
    height: 5px;
    background: #f90a34;
    border-radius: 100%;
}

.navbar-default .navbar-nav > li:last-child:after {
   content: '';
   visibility: hidden;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li.current_page_item > a,
li.current-menu-item > a {
   color: #f90a34;
}

.navbar-default .navbar-nav > ul > li >{
   color: #FFFFFF;
}

.social {
    margin-top: 5px;
    text-align: right
}

.social i {
    padding-right: 10px;
    color: #fff;
}

.social i:hover {
    color: #ffffff;
}

#buscador {
    border: none;
    border-bottom: solid 0px #ccc;
    margin-right: 5px;

}

.caja-lupa form {
    float: left;
    width: 100%;
    height: 35px;
    margin-top: -5px;
}

input#buscador {
    width: 95%;
    margin-left: 15px;
    outline: 0px;
}

.caja-lupa {
    color: #000;
    padding-top: 10px;
    background-color: #fff;
    margin-top: 10px;
    height: 33px
}

:checked ~ .caja-lupa {
    display: inline;
}

input.oculto[type=checkbox] {
    position: absolute;
    left: -999em;
}

.social label {
    color: #f90a34;
}

.nav {
    padding-left: 35px;
    margin-bottom: 0;
    list-style: none;
}


/*----HEADER---*/

header .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*----CHANNEL----*/
.channel img {
    width: 100%;
    height: auto;
}

.channel {
    border: 0px solid #E1E1E1;
    text-align: center;
    margin-bottom: 30px;
}

.channel div {
    height: 100px;
    /*background-color: #FDFDFD;*/
    padding: 15px 0;
    border-top: 0px solid #E1E1E1;
    margin-top: 20px;
    position: relative;
    bottom: 0;
}

.channel div h4 {
    font-family: 'Flama';
    font-size: 17px;
    line-height: 7px;
    background-image: url(../img/linea_corta.png);
    height: 29px;
    text-align: left;
    padding-left: 10px;
    margin-top: -12px;
}

.channel div p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
}
.dial{ text-transform: capitalize;}
.channel .imagen{ padding: 15px; height: auto;}

div#go-top {
    position: relative;
    z-index: 100;
    bottom: 0;
    right: 20px;
    top: -71px;
    /* width: 100%; */
    text-align: right;
    height: 0;
}

div#go-top a {
    font-size: 2em;
    color: #f90a34;
}

.video-areas {
    width: 100% !important;
    padding-bottom: 56.25%;
    position: relative;
    max-height: 405px;
}

.video-areas > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.video-areas > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.video-areas > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-areas-2 {
    width: 100% !important;
    padding-bottom: 56.25%;
    position: relative;
    max-height: 405px;
}

.video-areas-2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

/*----SHOWS---*/
.shareBttn > img {
    height: 25px;
    width: 25px;
}

#show {
    margin-top: 20px;
    /* min-height: 1300px; */
}


#show.listado-show {
    margin-top: 0;
}

#show h3, #videos h3, #news h3 {
    color: #ffffff;
    font-size: 1.7em;
    font-family: 'Flama';
    line-height: initial;
    padding-bottom: 3px;
}

.show-item {
    margin-bottom: 30px;
    height: 240px;
}

.show-item .shareBttn {
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.show-item .shareBttn > svg {
    height: 25px;
    width: 25px;
}

.show-item .shareBttn > img {
    height: 25px;
    width: 25px;
}

.show-item > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.shareFBTW .shareBttn {
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.shareFBTW .shareBttn > svg {
    height: 25px;
    width: 25px;
}

.shareFBTW .shareBttn > img {
    height: 25px;
    width: 25px;
}

.show-item div.image {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

.show-item img {
    width: 100%;
}

.show-item:hover img {
    opacity: 0.3;
}

.show-item:hover .oculto {
    opacity: 1
}

.oculto {
    position: absolute;
    margin: 0 auto;
    opacity: 0;
    color: #f90a34;
    /* top: 26%; */
    /* left: 40%; */
    font-size: 120px;
    line-height: 80px;
    background: #000;
    display: inline;
    width: 100%;
    text-align: center;
    padding: 17%;
    height: 200px;
    /* border-radius: 20%; */
    /* padding: 10px */
}

.imgen-show img{
    width: 100%;
    height: auto;
    padding:7px;
}

.tittle-show {
    background: #191e24;
    padding: 10px 20px;
    font-size: 20px;
    min-height: 100px;
    
    /* background-color: #000;
    
    background-image:
    -webkit-gradient(linear, left top, left bottom, from(#252525), to(#000000));
    
    background-image:
    -webkit-linear-gradient(top, #252525, #000000);
    
    background-image:
    -moz-linear-gradient(top, #252525, #000000);
    
    background-image:
    -o-linear-gradient(top, #252525, #000000);
    
    background-image:
    linear-gradient(to bottom, #252525, #000000); */
}
.tittle-show a {
    text-decoration: none;
}
.tittle-show h4 {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-weight: 100;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    height: 80px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    max-width: 557px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tittle-show h4:hover {
    color: #f90a34 !important;
}

/*INFOGRAFIA*/
.infografia img {
    width: 100%;
}

/*----VIDEOS----*/

.play {
    max-width: 37px;
    position: absolute;
    bottom: 35px;
    left: 8px;
}

/*----NOTICIAS----*/
#news .tittle-news {
    border-left: solid 5px #888888;
    margin-top: 20px;
    padding-left: 20px;
}

#news .tittle-news h4 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 100;
}

#news .tittle-news p {
    color: #888888;
    font-size: 20px;
    font-weight: 100;
}

#news .show-item {
    height: auto;
}

#news .show-item a {
    width: 100%;
    height: 100%;
    /*  display: inline-block;*/
}

/*----------FOOTER-------*/

#botoneraInferior {
    height: 29px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    /* background-color: #333; */
    text-align: center;
    margin-top: 5px;
}

#botoneraInferior li {
    display: inline;
    color: #c1c1c1;
    border-right: 1px solid #c1c1c1;
}

#botoneraInferior li:last-child {
    border-right: none;
}

#botoneraInferior li a {
    font-family: 'Arial';
    font-size: 10px;
    color: #c1c1c1;
    text-decoration: none;
    margin: 0 5px 0 2px;
    text-transform: uppercase;
}

footer {
    margin-top: 30px;
}

footer .footer-above {
    padding-top: 20px !important;
    background-color: #4d4d4d !important;
    padding-bottom: 95px;
}

.aviso-legal p {
    font-family: 'Arial';
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10px !important;
    font-weight: 600;
}

.aviso-legal a {
    color: #c1c1c1;
}

.aviso-legal a:hover {
    color: #c1c1c1;
}

.footerlogos ul {
    width: 300px !important;
}

/*----404----*/
#post-404 {
    height: 100px;
    min-height: calc(100vh - 550px);
    text-align: center;
    display: block;
    position: relative;
}

#post-404 > div {
    transform: translate(0, 40%);
    display: block;
    height: 100%;
    position: relative;
}

/*----SIDEBAR----*/
.sidebar-block {
    border-left: 1px solid #E1E1E1;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 120px;
}

.sidebar {
    text-align: center;
}

.gform_widget {
    background-color: #EFEFEF;
    border: 1px solid #E1E1E1;
    text-align: center;
    max-width: 300px;
    margin: 20px auto 0 auto;
}

.gform_widget ul li {
    list-style: none;
}

.gform_widget ul {
    padding-left: 0;
}

.gform_wrapper {
    max-width: 90% !important;
    margin: 0 5% !important;
}

.gform_wrapper input#input_3_2 {
    width: 100%;
}

.gform_footer {
    margin-bottom: 15px;
    text-align: center;
}

.gform_footer input {
    background-color: #f90a34;
    border: none;
    padding: 15px 20px;
    color: #FFF;
}

.gfield_required {
    display: auto;
}

.gfield_required2 span{
    display: none;
}

.widget_facebook_likebox {
    width: 300px;
    margin: 0 auto;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #000 !important;
    margin-bottom: .375em !important;
    padding: 0;
    border-top: 0px solid #630209 !important; 
    border-bottom: 0px solid #630209 !important; 
}

/*----POST----*/
.post {
    margin-bottom: 55px;
}

.post p {
    font-size: 22px;
    /*text-align: justify;*/
    color: #fff;
    font-family: 'Arial';
}

.post img {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.read-more {
    background-color: #f90a34;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.read-more a{
    background-color: #f90a34;
    color: #fff !important;
    padding: 15px 20px;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-family: 'Arial';
}

a.read-more:hover {
    background-color: #630209;
    color: #FFF;
}
a.read-more:focus {
    color: #FFF;
}
.post-detail {
    margin-top: 30px;
}

.post-detail img {
    height: auto;
    width: 100%;
}

.post-detail h1 {
    margin-top: 15px;
}

.post-detail span.date, .date {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: #f90a34;
    border-top: 2px solid #f90a34;
    border-bottom: 0px solid #f90a34;
    padding-top: 14px;
    padding-bottom: 3px;
    text-align: right;
    font-size: 30px;
    font-family: 'Flama';
}

.post-detail p img {
    width: inherit;
}

.single-post .post-detail span.date, .date {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #f90a34;
    border-top: 2px solid #f90a34;
    /*border-bottom: none;*/
    /*padding-top: 0;*/
    /*padding-bottom: 3px;*/
    text-align: right;
    font-size: 24px;
    font-family: 'Flama', sans-serif;
}

#descripcion-video > div > div > div button {
    background-color: #f90a34;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#descripcion-video > div > div > div button:hover {
    background-color: #000;
    color: #FFF;
}

#descripcion-video p {
    text-align: justify;
    margin-top: 10px;
    font-size: 18px;
/*margin-bottom: 45 px;*/
}

#descripcion-capitulo p {
    text-align: justify;
    margin-top: 10px;
    font-size: 18px;
    /*margin-bottom: 45 px;*/
    line-height: 18px;
}

/*----PAGINATION----*/
.pagination {
    width: 100%;
    text-align: center;
}

.pagination a {
    background-color: #f90a34;
    padding: 10px 15px;
    color: #FFF;
}

.pagination a:hover {
    background-color: #630209;
    color: #FFF;
}

.pagination span {
    background-color: #FFF;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #f90a34;
}

/*----SLIDER----*/

div#slider.flexslider {
/*    margin: 0 0 60px;
    background: #000;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;*/
}

div.flexslider {
    margin-bottom: 0px;
    border: 0px;
}

.slides li {
    max-height: 450px;
    background-size: 100%;
}

.slides div {
    width: 1200px;
    margin: 0 auto;
    background-size: 200%;
    height: 450px;
    /* -webkit-box-shadow: 0px 1px 29px 0px rgba(6, 10, 0, 1);
    -moz-box-shadow: 0px 1px 29px 0px rgba(6, 10, 0, 1);
    box-shadow: 0px 1px 29px 0px rgba(6, 10, 0, 1); */

    padding: 0px;
}

/*#sl-1{
 background-image:url(../img/slider.jpg) ;
 background-size: 100%;
 }


 #sl-2 {
 background-image:url(../img/slider-2.jpg);
  background-size: 100%;
 }*/

.titular-slider {
    text-align: left;
    margin-top: 0px;
}

h2.titular-slider {
    padding-top: 50px;
    font-weight: 100;
    font-size: 45px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
    padding-left: 100px;
    visibility: hidden;
}

h3.titular-slider {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
    padding-left: 100px;
}

.titular-slider span {
    font-size: 75px;
    font-weight: 500;
}

h3.titular-slider {
    padding-top: 160px;
    font-weight: 500;
    font-size: 40px;
}

h3.titular-slider span {
    font-size: 31px;
    font-weight: 300;
    text-transform: none;
}

/*.flex-control-nav{
  bottom:80px !important;}*/

.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9) !important;
}

ol.flex-control-nav.flex-control-paging {
    height: 75px;

    /*background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 36%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(36%, rgba(255,255,255,0.56)), color-stop(64%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 36%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 36%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 36%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.56) 36%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

#carousel {
    margin-bottom: 40px;
}
#carousel.flexslider .slides > li {
    height: 82px !important;
}

img.img-p {
    padding-right: 10px;
}



/*-----------------------------------------------------------------------*/

/* GuÃ­a TV detalle */
.program-detail {
    margin-top: 30px;
}

.program-detail > div:nth-of-type(4) {
    clear: left;
    margin-top: 10px;
}

.program-detail img {
    width: 100%;
}

.program-detail > div:nth-of-type(3) p {
    text-align: justify;
    font-family: "Arial";
}

.program-card > div:nth-of-type(1) {
    background-color: #E1E1E1;
    border: 1px solid #E9E9E9;
    padding: 10px;
}

.program-card span {
    margin: 0 10px;
    font-size: 20px;
}

.program-card h2 {
    font-size: 20px;
    text-transform: none;
}

.program-card h3 {
    font-size: 18px;
}

.program-card div:nth-of-type(2) {
    margin-top: 10px;
}

.list-pass {
    background-color: #E1E1E1;
    text-align: center;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px;
}

.list-pass p {
    margin: 0;
}

.list-pass span {
    margin: 0 10px;
}

.list-program {
    min-height: 120px;
    margin-bottom: 20px;
    background-color: #2d3238;
    /* background-image: -webkit-linear-gradient(bottom, #000 22%,  #252525 119%);
    background-image: -moz-linear-gradient(bottom, #000 22%,  #252525 119%);
    background-image: -o-linear-gradient(bottom, #000 22%,  #252525 119%);
    background-image: -ms-linear-gradient(bottom, #000 22%,  #252525 119%);
    background-image: linear-gradient(to top, #000 22%,  #252525 119%); */
}
}

.list-program .image-program {
    display: block;
    float: left;
    padding: 15px 0 15px;
}

.list-program .info-program {

    display: block;
    float: left;
    display: block;
    float: left;
}

.list-program .info-program h2 {
    margin-bottom: 5px;
    font-size: 42px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 37px;
    font-family: 'Flama';
}

#back-top {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
    bottom: 0;
    background-color: #fff;
    position: fixed;
    z-index: 16;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 104px;
    line-height: 104px;
    opacity: 0.7;
    text-align: center;
    display: none;
}

/*---CALENDARIO---*/
#content_col_left_programming {
    text-align: center;
}

.calendar_programming {
    width: 20%;
    background-color: #fff;
    padding: 10px 7%;
    color: #000;
}

.botones_dias {
    width: 20%;
    background-color: #fff;
    padding: 10px 7%;
    color: #000;
}

.botones_dias a:hover {
    width: 20%;
    background-color: #f90a34;
    padding: 10px 7%;
    color: #fff;
}

/* FOOTER Hoy en TV */

#hoy_en_tv {
    width: 100vw;
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
    bottom: 0;
    background-color: #323232;
    position: fixed;
    /* position: absolute; */
    /* display: none; */
    z-index: 11;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#hoy_en_tv_content {
    width: 1100px;
    height: 94px;
    margin: 0 auto;
    margin-top: 0px;
}

#hoy_en_tv_content h5 {
    clear: none;
    font-size: 12px;
    color: #fff;
    font-weight: inherit;
    text-transform: inherit;
    margin: 0px;
    font-weight: 300;
}

#hoy_en_tv_content a:hover h5, #hoy_en_tv_content a:hover .fa-clock-o {
    /*color:#fff;*/
}

#hoy_en_tv_content .fa-clock-o {
    color: #f90a34;
    font-size: 12px;
}

.fa-clock-o:before {
    color: #919191;
}

#hoy_en_tv_header {
    width: 129px;
    padding-top: 14px;
    display: block;
    float: left;
    margin-right: 10px;
}

#hoy_en_tv_header h4 {
    font-weight: 300;
    text-transform: none;
    position: relative;
}

#hoy_en_tv_header h4:after {
    content: url(../img/icon-tv.png);
    position: absolute;
    right: 8px;
    width: 15px;
    height: 15px;
    top: 2px;
}

a.hoy_en_tv_button_more {
    display: block;
    float: left;
    padding: 3px 9px;
    color: #fff;
    background: #f90a34;
    font-weight: 100;
    font-size: 14px;
}

a:hover.hoy_en_tv_button_more {
    background-image: url(images/sprite.png);
    background-position: -200px -193px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #630209;
    color: #fff;
}

.hoy_en_tv_col1 {
    width: 175px;
    height: 62px;
    padding: 10px 5px 0 7px;
    margin: 10px 5px 0 0px;
    background-color: #3b3b3b;
    display: block;
    float: left;
    margin-top: 23px
}

a:hover.hoy_en_tv_col1 {
    background-color: #505050;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.hoy_en_tv_hour {
    font-size: 13px;
    color: #999999;
    display: block;
    float: left;
}

#hoy_en_tv_newsletter {
    width: 280px;
    height: 70px;
    padding: 11px 0 0 13px;
    margin: 7px 0 0 0;
    background-color: #282828;
    display: block;
    float: left;
}

#hoy_en_tv_search_newsletter {
    background-color: #bfbfbf;
    border: 0px;
    width: 190px;
    padding-left: 5px;
    display: block;
    float: left;
    height: 24px;
}

.hoy_en_tv_enter_newsletter {
    background-image: url(images/sprite.png);
    background-position: -328px -160px;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    width: 72px;
    height: 30px;
    margin: 0 0 0 7px;
    display: block;
    float: left;
}

a:hover.hoy_en_tv_enter_newsletter {
    background-image: url(images/sprite.png);
    background-position: -328px -193px;
}

/*----FICHA SERIE----*/
.encuentranos h1 {
    border-bottom: 2px solid #f90a34;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.cabecera-serie {
    overflow: hidden;
    max-height: 315px;
    color: #4d4d4d;
    max-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cabecera-serie img {
    margin-bottom: 0px;
    width: auto;
    max-height: 110px;
    max-width: 100%;
}

#descripcion-video .video-areas {
    margin-bottom: 0;
    min-height: 200px;
}

#descripcion-video .row {
    position: relative;
}

#descripcion-video .show-item {
    /*position: absolute;
    right: 0;*/
    height: 100%;
    min-height: 200px;
}

#descripcion-video a.btn-mas-series {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.submenu-serie {
    min-height: 35px;
    margin-bottom: 30px;
}

.submenu-serie div, .submenu-serie div ul, .submenu-serie div ul li {
    height: 100%;
}

.submenu-serie a {
    color: #fff;
    padding: 7.5px 10px 5.5px !important;
    font-weight: 300;
    font-size: 20px;
    height: 100%;
}

.submenu-serie a:hover, .submenu-serie a.active {
    color: #f90a34;
}

.submenu-serie ul.nav.navbar-nav {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

.submenu-serie ul.nav.navbar-nav li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
}

#descripcion-video {
    min-height: 200px;
}

.submenu-serie
#descripcion-video {
    margin: 30px 0;
    padding: 0;
}

#descripcion-video .tittle-show {
    border-left: solid 5px #f90a34;
    padding: 8px 10px;
    border-top: 0;
}

#descripcion-video .show-item p {
    text-align: justify;
    font-size: 15px;
    margin-top: 20px;
    color: #888888;
    font-weight: 300;
}

a.btn-mas-series {
    color: #fff;
    background-color: #f90a34;
    padding: 10px;
    float: right;
    width: auto;
    height: auto;
    font-family: 'Arial', sans-serif;
}

.episodio {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 20px;
    min-width: 750px;
    width: 100%;
    position: relative;
}

.episodio img {
    width: 100%;
    margin-top: 10.5px;
}

.episodio h4 {
    color: black;
}

.episodio div:nth-of-type(2) {
    float: left;
    width: calc(100% - 300px);
    padding: 0 20px;
}

.episodio div:nth-of-type(1) {
    float: left;
    width: 300px;
    padding: 0;
}

.episodio div:nth-of-type(1) p {
    padding-top: 12px;
    text-align: center;
}

.episodio p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
}

.episodio p:nth-of-type(1) {
    margin-bottom: 10px;
}

@media (max-width: 769px) {

    .episodio img {
        width: 50%;
        margin: 0 25% 10px;
    }

    .episodio div {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .slides div {
        height: initial!important;
    }
}
/*----PÃGINA SHOW----*/

.caja-full {
    padding-top: 30px;
    margin-bottom: 30px;
}

.listado-show .caja-full:nth-child(2n) {
    background: #000;
}

ul.desplegable-show, #todos-shows .show-item {
    padding: 0px;
    margin-bottom: 0px
}

#todos-shows > div > div:nth-of-type(2) > div {
    height: auto;
}

.desplegable-show li {
    text-decoration: none;
    list-style: none;
    border: solid 1px #f2f2f2;
    padding: 10px;
}

.desplegable-show li a {
    color: #434343;
    text-transform: uppercase;
    font-weight: 200;
}

.desplegable-show li:hover a {
    color: #fff;
    text-decoration: none;
}

.desplegable-show li:hover {
    background: #f90a34;
}

.navbar-default .navbar-nav > li > a:active {
    color: #fff;
}

/*----FIN ACM HISTORIA----*/

/*----HOY EN LA HISOTIRIA----*/
div.hoy-en-la-historia {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

div.hoy-en-la-historia img {
    width: 100%;
}

div.hoy-en-la-historia span {
    background-color: #f90a34;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
}

/*----FIN HOY EN LA HISOTIRIA----*/
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper textarea.medium {

    width: 100% !important;
    border: 1px solid #888;
    background: white;
    border-radius: 0px;
    padding: 5px;
    color: #2C3E50;
    font-weight: 300;
}

}
.gform_wrapper .gform_footer {
    text-align: right;
}

.gform_widget ul li {
    text-align: left;
}

@media (max-width: 1200px) {
    .nav {
        padding-left: 10px;
        margin-bottom: 0;
        list-style: none;
    }
    
    #descripcion-video .show-item {
        position: relative;
        margin-top: 15px
    }

    #buscador {
        border: none;
        border-bottom: solid 0px #ccc;
        margin-right: 5px;

    }

    .caja-lupa {
        color: #000;
        /* margin-left: 24px; */
        margin-top: 15px;
    }

    .caja-lupa form {
        width: 99%;
    }

    input#buscador {
        width: 94%;
    }

    #descripcion-video .show-item p {
        margin-top: 15px;
        text-align: justify;
    }

    #descripcion-video {
        padding-bottom: 50px;
    }

    div#bs-example-navbar-collapse-1.collapse.navbar-collapse {
        /*margin: 0px;*/
    }

    .oculto {
        position: absolute;
        margin: 0 auto;
        opacity: 0;
        color: #f90a34;
        font-size: 120px;
        line-height: 80px;
        background: #000;
        display: inline;
        width: 100%;
        text-align: center;
        padding: 14%;
        height: 163px;

    }

    #videos .oculto {
        display: inline;
        width: 100%;
        text-align: center;
        padding: 10%;
        height: 118px;
    }

    #news .oculto {
        height: 172px;
    }

    .flex-viewport {
        width: 100%;
    }

    .navbar-default, .navbar-inverse {
       /* overflow: hidden;*/
    }

    .show-item {
        height: 208px;
    }

    #videos .show-item {
        height: 148px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 600;
    }

}

:focus {
    outline-color: transparent;
    outline-style: none;
}

@media (max-width: 1100px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        /* font-size: 20px; */
        font-weight: 600;
        text-align: left;
    }

    .oculto {
        width: 100%;
        text-align: center;
        padding: 11%;

    }

    #videos .oculto {
        display: inline;
        width: 100%;
        text-align: center;
        padding: 3%;
    }

    .navbar-collapse.collapse.novisible {
        display: none !important;
    }

    .novisible1 {
        display: none;
    }

    .navbar-default {
        background: url(../img/hdr-movil.png) top center no-repeat;
        /* background: #000; */
        min-height: 109px;

    }
}

    @media (max-width: 991px) {
        .navbar-default .navbar-nav > li > a {
            font-size: 14px;
            font-weight: 600;
        }

        .show-item {
            height: 167px;
        }

        #videos .show-item {
            height: 118px;
        }

        .episodio {
            min-width: 100%;
        }

        .oculto {
            height: 122px;
        }

        #videos .oculto {
            height: 88px;
        }

        #news .oculto {
            height: 124px;
        }

        #descripcion-video .show-item p {
            margin-top: 15px;
            font-size: 13px;
            text-align: justify;
        }

        #descripcion-video {
            padding-bottom: 25px;
        }
        input#buscador {
            width: 92%;
        }

        .navbar-header ~ .col-lg-9.col-md-9.col-sm-8{
            margin-left: 50px;
        }
    }


    @media (min-width: 768px) {
        header .container {
            padding-top: 200px;
            padding-bottom: 100px;
        }

        header .intro-text .name {
            font-size: 4.75em;
        }

        header .intro-text .skills {
            font-size: 1.75em;
        }
    }

}

@media (min-width: 768px) {
    .nav {
        padding-left: 17px;
        margin-bottom: 0;
        list-style: none;
    }
    .navbar-right {
        float: none !important;
        margin-right: -15px;
    }
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar {
        text-transform: uppercase;
        font-family: "history_serifregular", Arial, Helvetica;
        font-weight: 700;
    }

    .navbar a:focus {
        outline: 0;
    }

    .navbar .navbar-nav {
        letter-spacing: 1px;
    }

    .navbar .navbar-nav li a:focus {
        outline: 0;
    }

    .navbar-default,
    .navbar-inverse {
        border: 0;
    }

    /*section {
        padding: 100px 0;
    }*/
    section h2 {
        margin: 0;
        font-size: 2em;
        margin-top: 5px;
    }

    section.success {
        color: #fff;
        background: #18bc9c;
    }

    section.success a,
    section.success a:hover,
    section.success a:focus,
    section.success a:active,
    section.success a.active {
        outline: 0;
        color: #2c3e50;
    }
}

@media (max-width: 769px) {
    .submenu-serie a {

        padding: 7.5px 10px 5.5px !important;

        font-size: 17px;

    }

    .submenu-serie ul.nav.navbar-nav {

        left: 55%;
    }

    .submenu-serie ul.nav.navbar-nav li {

        right: 45%;
    }
}

@media (max-width: 769px) {

    .navbar-default {
        background: url(../img/hdr-movil.png) top center no-repeat;
        /* background: #000; */
        min-height: 109px;
    }

    .navbar-default .navbar-collapse.otromenu {
       /*margin-top: 0px;*/
    }

    #descripcion-video .show-item p {
        margin-top: 15px;
    }

    #descripcion-video {
        padding-bottom: 25px;
    }

    section.program-detail {
        padding-top: 0;
    }

    section.program-detail div:nth-of-type(2) {
        clear: both;
    }

    .episodio div:nth-of-type(1), .episodio div:nth-of-type(2) {
        float: none;
        width: 100%;
    }

    #hoy_en_tv {
        overflow: scroll;
    }

    .oculto, #videos .oculto, #news .oculto {
        height: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #f90a34;
        margin-left: 14px;
        margin-right: 14px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .slides div {
        box-shadow: none;
        width: 100%;
    }

    .flexslider .slides > li div {
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .flexslider .slides > li {
        background-image: none !important;
    }

    .flex-control-nav {
        top: 260px;
        bottom: auto;
    }

    div.flexslider {
        height: 420px;
    }

    #descripcion-video div.flexslider {
        max-height: 100%;
    }

    ol.flex-control-nav.flex-control-paging {
        height: 0px;
        background: none;
    }

    h3.titular-slider {
        padding: 0px;
    }

    .show-item, #videos .show-item {
        height: auto;
    }

    #show {
        margin-top: 160px;

    }

    h3.titular-slider {
        padding: 0px 0 0 100px;
    }

    /*div#sl-1{
max-width: 100%;
background-repeat: no-repeat;
height: auto;
background-size: cover;
background-position: -50px 0px
}

div#sl-2{
  max-width: 100%;
background-repeat: no-repeat;
height: auto;
background-size: cover;
background-position: -50px 0px
  }*/
    .submenu-serie ul.nav.navbar-nav {
        width: 100%;
    }

    .submenu-serie .nav > li {
        /*border-bottom: solid 1px #ccc;*/
    }

    ul.desplegable-show {
        padding-left: 0px;
        padding-right: 20px;
    }

    #videos .oculto {
        display: inline;
        width: 100%;
        text-align: center;
        padding: 23%;
    }

    .oculto {
        width: 100%;
        text-align: center;
        padding: 22%;
    }

    div.navbar-header.page-scroll {
        float: right;
        margin-left: 5%;
    }

    /*div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in, div#bs-example-navbar-collapse-1.navbar-collapse.collapse {
        text-align: right;
        width: 99%;
        background-image: url(../img/bgm-menu-responsive.png);
        background-position: top center;
        background-size: contain;
        /*background-repeat: no-repeat;*/
        /*padding-left: 0;
        padding-right: 10px;
        margin-left: 0;
    }*/

    div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in, div#bs-example-navbar-collapse-1.navbar-collapse.collapse {
        text-align: right;
        /*width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;*/
        /* Fallback (could use .jpg/.png alternatively) */
        /* background-color: #343434; */
        /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
        /*background-image:
        -webkit-gradient(linear, left bottom, left top, from(#343434), to(#000));
        /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
        /*background-image:
        -webkit-linear-gradient(bottom, #343434, #000);
        /* Firefox 3.6 - 15 */
        /*background-image:
        -moz-linear-gradient(bottom, #343434, #000);
        /* Opera 11.1 - 12 */
        /*background-image:
        -o-linear-gradient(bottom, #343434, #000);
        /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
        /*background-image:
        linear-gradient(to bottom, #343434, #000);*/
    }

    .sub-menu {
        background-color: transparent !important;
    }

    .otromenu > ul > li > ul > li:last-child {
        list-style: none;
        border-bottom: solid 1px #f90a34 !important;
        padding-bottom: 0;
        margin-bottom: 0px !important;
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .navbar-default .navbar-nav > li::after {
        content: '';
        position: absolute;
        top: 43%;
        right: 0px;
        width: 5px;
        height: 5px;
        background: none;
        border-radius: 100%;
    }

    .otromenu > ul > li > ul > li {
        list-style: none;
        font-weight: bold;
        font-size: 16px;
        padding-left: 36px;
        margin-bottom: 5px;
        margin-top: 0px !important;
    }

    .otromenu > ul > li > ul > li {
        list-style: none;
        padding-bottom: 10px;
        border-bottom: solid 2px #f90a34;
        margin-top: 0px;
    }

    .logo {
        float: left;
    }

    section {
        padding-bottom: 90px !important;
    }

    section.first {
        padding-top: 75px;
    }

    .list-program .info-program {
        /*width: 70%;*/
        display: block;
        float: left;
    }

    .aviso-legal span {
        display: block;
        margin-top: 5px;
    }

    .position-serach {
        left: 95%;
        top: 21px;
    }

}

@media (min-width: 269px) and (max-width: 500px) {

    div.flexslider {
        height: 230px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24, 188, 156, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }

}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

}

@media (max-width: 1024px) {
    .hoy1 {
        display: none;
    }

    section h2, .post h1 {
        padding: 15px 0;
        font-size: 1.5em;
    }

    .program-detail {
        margin-top: 0;
    }

}

@media (max-width: 845px) {
    .hoy2 {
        display: none;
    }

    .post-detail {
        margin-top: 0;
    }

}

@media (max-width: 600px) {
    .navbar-collapse.collapse.novisible {
        display: block;
    }

    .oculto {
        width: 100%;
        text-align: center;
        padding: 19%;
    }

    #videos .oculto {

        width: 100%;
        text-align: center;
        padding: 19%;
    }
}

@media (max-width: 550px) {
    #show {
        padding: 0
    }

    h3.titular-slider, h2.titular-slider {
        font-size: 25px;
    }

    .flex-direction-nav, .flex-control-nav {
        visibility: hidden;
    }
}

@media (max-width: 480px) {
    .title-post {
        font-size: 1.5em;
    }

    .oculto {
        padding: 13%;
        width: 100%;
    }

    #show {
        margin-top: -15px;
    }

    #videos .oculto {
        padding: 14%;
        width: 100%;
    }

    #hoy_en_tv {
        display: none;
    }

    .titular-slider span {
        font-size: 40px;
    }

    .pagination span, .pagination a, .pagination a:hover {
        padding: 5px 10px;
    }

    .footer-above img {
        width: 100%;
        margin: 50px 0;
    }

    .list-pass {
        margin: 10px 0 0 0;
    }

    .list-program .image-program {
        width: 100%;
        text-align: center;
    }

    .list-program .image-program img {
        max-width: 100px;
        width: 100%;
    }

    .list-program .info-program {
        width: 100%;
    }

    .list-program .info-program h2 {
        padding-bottom: 5px;
    }

    h2.titular-slider {
        font-size: 25px;
        padding-left: 40px;
    }

    .titular-slider span {
        font-size: 25px;
    }

    h3.titular-slider {
        font-size: 25px;
        padding-left: 40px;
    }

    h3.titular-slider span {
        font-size: 25px;
    }
}

@media (max-width: 350px) {
    h2.titular-slider, h3.titular-slider, h3.titular-slider span, .titular-slider span {
        font-size: 20px;
    }

    .navbar-collapse.collapse.novisible {
        display:;
    }

    .novisible1 {
        display: none;
    }
    .sub-menu {
        padding: 10px 12px !important;
    }

}

/*------------------LOGOS CORP--------------------*/

.footerlogos2 {
    margin: 0 auto;
    height: 80px;
    width: 580px;
    text-align: center;
    clear: both;
}

.footerlogos2 ul {
    list-style: none;
    overflow: hidden;
    height: 100%;
    margin: 0px auto;
    padding: 0;
    width: 410px;
}

.footerlogos2 ul li {
    float: left;
    text-align: center;
    background: url(images/ver.gif) no-repeat 0 0px;
    margin: 0px 0px 0px 0px;
}

.footerlogos2 ul li a {
    display: block;
    float: left;
    width: 140px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    text-indent: -1000em;
    cursor: pointer;
    text-decoration: none;
}

.footerlogos2 ul li a.page01 {
    background: url(images/pie_logoschello/aetn_footer.png) 0px 0 no-repeat;
}

.footerlogos2 ul li a.page02 {
    background: url(images/amc-footer.png) 0px 0 no-repeat;
    width: 410px;
}

/*-------------------------------------------------*/

.footerlogos {
    margin: 0 auto;
    height: 80px;

    text-align: center;
    clear: both;
}

.footerlogos ul {
    list-style: none;
    overflow: hidden;
    height: 100%;
    margin: 0px auto;
    padding: 0 0 0 30px;
    width: 250px;
}

.footerlogos ul li {
    float: left;
    text-align: center;
    background: url() no-repeat 0 0px;
    margin: 0px 0px 0px 0px;
}

.footerlogos ul li a {
    display: block;
    float: left;
    width: 112px;
    height: 64px;
    overflow: hidden;
    text-align: center;
    text-indent: -1000em;
    cursor: pointer;
    text-decoration: none;
}

.footerlogos ul li a.page01 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -13px 0 no-repeat;
}

.footerlogos ul li a.page02 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -122px 0 no-repeat;
    width: 64px;
}

.footerlogos ul li a.page03 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -186px 0 no-repeat;
    width: 84px;
}

.footerlogos ul li a.page04 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -270px 0 no-repeat;
    width: 100px;
}

.footerlogos ul li a.page05 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -370px 0 no-repeat;
    width: 108px;
}

.footerlogos ul li a.page06 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -478px 0 no-repeat;
    width: 67px;
}

.footerlogos ul li a.page07 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -545px 0 no-repeat;
    width: 80px;
}

.footerlogos ul li a.page08 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -625px 0 no-repeat;
    width: 126px;
}

.footerlogos ul li a.page09 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -740px 0 no-repeat;
    width: 90px;
}

.footerlogos ul li a.page10 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -832px 0 no-repeat;
    width: 90px;
}

.footerlogos ul li a.page11 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -934px 0 no-repeat;
    width: 92px;
}

.footerlogos ul li a.page12 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1036px 0 no-repeat;
    width: 92px;
}

.footerlogos ul li a.page13 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1141px 0 no-repeat;
    width: 100px;
}

.footerlogos ul li a.page14 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1255px 0 no-repeat;
    width: 104px;
}

.footerlogos ul li a.page15 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1359px 0 no-repeat;
    width: 130px;
}

.footerlogos ul li a.page16 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1487px 0 no-repeat;
    width: 72px;
}

.footerlogos ul li a.page17 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1579px 0 no-repeat;
    width: 110px;
}

.footerlogos ul li a.page18 {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1691px -4px no-repeat;
    width: 95px;
}

.footerlogos ul li a.page19 {
    background: -1698px 0 no-repeat;
    width: 55px;
}

/* Footer Logos hover */

.footerlogos ul li a.page01:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -13px -64px no-repeat;
}

.footerlogos ul li a.page02:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -122px -64px no-repeat;
}

.footerlogos ul li a.page03:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -186px -64px no-repeat;
}

.footerlogos ul li a.page04:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -270px -64px no-repeat;
}

.footerlogos ul li a.page05:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -370px -64px no-repeat;
}

.footerlogos ul li a.page06:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -478px -64px no-repeat;
}

.footerlogos ul li a.page07:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -545px -64px no-repeat;
}

.footerlogos ul li a.page08:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -625px -64px no-repeat;
}

.footerlogos ul li a.page09:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -740px -64px no-repeat;
}

.footerlogos ul li a.page10:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -832px -64px no-repeat;
}

.footerlogos ul li a.page11:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -934px -64px no-repeat;
    width: 92px;
}

.footerlogos ul li a.page12:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1036px -64px no-repeat;
    width: 92px;
}

.footerlogos ul li a.page13:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1141px -64px no-repeat;
    width: 100px;
}

.footerlogos ul li a.page14:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1255px -64px no-repeat;
    width: 104px;
}

.footerlogos ul li a.page15:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1359px -64px no-repeat;
    width: 130px;
}

.footerlogos ul li a.page16:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1487px -64px no-repeat;
    width: 72px;
}

.footerlogos ul li a.page17:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1579px -64px no-repeat;
    width: 110px;
}

.footerlogos ul li a.page18:hover {
    background: url(https://thehistorychanneliberia.com/images/footer_logos.png) -1691px -68px no-repeat;
    width: 95px;
}

.title-post {
    font-family: 'Flama';
    color: #ffffff;
    font-size: 31px;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.prensalista {
    width: 100%;
    padding: 0px;

}

.wide-shade img {
    width: 100%;
    vertical-align: middle;

}

/*-----------------------------------------------------------------------*/

.show-item p br {
    line-height: 50px !important;
}

.search-results article.programas {
    display: inline-block;
    margin-bottom: 70px;
    width: 100%;
}

/****************  INFOGRAFIAS ***************


/* ########################  Estilos CItv  ########################*/

/* EDX */

/*Â·
{
  color: #f90a34;
}*/

.m-width {
    max-width: 1130px;
}

/*Listas menu*/

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-30 {
    padding-top: 30px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}

.p-t-10.novisible{
    padding-top: 15px;
    display: inline-flex;
}

.ci {
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10 pxs;
}

.ci ul {
    list-style-type: disc;
    list-style-position: inherit;
    padding: 0px;
    overflow: hidden;
}

.ci li {
    float: left;
}

.ci li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 0px 26px 0px 0px;
    text-decoration: none;
}

.ci li a:hover {
    /*background-color: #efefef;*/
}

.nav > li {
    position: relative;
    display: block;
}

/* fin listas menu*/

.titulos-1_h2 {
    font-family: 'Flama';
    color:#ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: none;
    display: inline-block;
    text-transform: inherit;
    width: 100%;
    margin-bottom: 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.titulos-1_h2:after {
    content: '';
    position: absolute;
    bottom: 4px;
    margin-left: 10px;
    border-bottom: 2px solid #f90a34;
    width: 100%;
    overflow: hidden;
}

.titulos-2_h2 {
    font-family: 'Flama';
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    /*background-image: url(../img/confidencial_home.png);*/
    background-position: top right;
    background-size: 100% 100%;
}

.titulos-1_h3 {
    font-style: normal;
    padding-left: 20px;
    text-transform: uppercase;
    /* background-image: url(../img/titulos_h3.png); */
    background-position: top right;
    background-size: 100% 100%;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    max-width: 557px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
}

.titulos-1_h4 {
    font-family: "Arial";
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-image: url(../img/titulos_h3.png);
    background-position: top left;
    background-repeat-x: no-repeat;
    background-size: 60% 100%;
}

.fecha_destacados {
    font-family: 'Flama';
    color: #f90a34;
    font-size: 20px;
    padding: 0px 0 0 20px;
    letter-spacing: 1px;
    min-height: 40px;}

.bgm-white {
    background-color: #fff;
}

.c-white {
    color: #fff !important;
}

.micropost-article {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 65px;
}

.micropost-article img {
    width: 100%;
    height: auto;
    /*max-height: 227px;*/
}

.micropost-article-confidencial-home {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 65px;
}

.micropost-article img {
    width: 100%;
    height: auto;
    /*max-height: 227px;*/
}

.navbar-default .navbar-toggle {
    border-color: #1a2422f !important;
}

/*  ####### pagina series ####### */

#estreno {
    background-color: #101317;
    position: absolute;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    padding-left: 20px;
    float: right;
    text-align: left;
}

.titulo_series {
    font-family: "Flama";
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f90a34;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #f90a34;
    line-height: 1.2;
}

.fecha-serie {
    font-family: "Arial";
    font-size: 25px;
    /* text-transform: uppercase; */
    color: #fff;
    float: right;
    margin-top: 0;
}

.line-red {
    color: #f90a34;
    margin-bottom: 10px;
    border-bottom: 0;
}

.botones-series {
    font-family: "Arial";
    font-size: 17px;
    font-weight: bold;
    color: #000;
    width: 131px;
    height: 63px;
    background-color: #fff;
    padding: 24px 24px;
}

#contenedor-menu-serie {
    width: 570px;
    padding-top: 15px;
    padding-bottom: 21px;
}

.menu-serie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-serie li {
    float: left;
    background-color: #f4f4f4;
    margin-left: 15px;
    height: 69px;
    width: 23%;
    line-height: 37px;
}

.menu-serie li a {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-serie li a:hover, .menu-serie li a.active {
    color: #fff;
    background-color: #f90a34;
}

.menu-serie li:first-child {
    margin-left: 0px;
    border-right: none;
    line-height: 37px;
}

.menu-serie li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

/*.menu-serie li:nth-child(3n) {
    padding: 0px;
    line-height: 21px;
}*/

.p-b-15 {
    padding-bottom: 15px
}

.p-t-15 {
    padding-top: 15px
}

.p-l-10 {
    padding-left: 10px
}

.p-r-10 {
    padding-right: 10px
}

/* pagina Home  */

.title-confidencial {
    
    display: inline-block;
    font-family: 'Flama';
    margin-bottom: -2px;
    font-size: 36px;
    /* margin-top: -3px; */
    /* padding-top: 7px; */
    width: auto;
    padding-right: 25px;
}

/*.title-guiatv {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-family: 'Helvetica Neue Bold Condensed';
    margin-bottom: -2px;
    font-size: 25px;
    width: auto;
    padding-right: 15px;
    text-transform: inherit;
}*/

.title-confidencial {
  width: 100%;
  position: relative;
  letter-spacing: 2;
}


.title-guiatv, .title-relacionados {
    border-bottom: none;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 25px;
    width: auto;
    padding-right: 25px;
    text-transform: inherit;
    position: relative;
    width: 100%;
}
.title-relacionados {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    border-bottom: none;
    display: inline-block;
    text-transform: inherit;
    width: 100%;
    margin-bottom: 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.title-guiatv:after, .title-relacionados:after {
    content: '';
    position: absolute;
    bottom: 8px;
    margin-left: 10px;
    border-bottom: 2px solid #f90a34;
    width: 100%;
    overflow: hidden;
}
.title-relacionados:after, .title-confidencial:after {
  content: '';
  position: absolute;
  bottom: 5px;
  margin-left: 20px;
  border-bottom: 2px solid #f90a34;
  width: 100%;
  overflow: hidden;
}

.title-confidencial {
    
    display: inline-block;
    font-family: 'Flama';
    margin-bottom: -2px;
    font-size: 36px;
    /* margin-top: -3px; */
    /* padding-top: 7px; */
    width: 100%;
    padding-right: 25px;
}

.ntc-rel.separador {
    margin-bottom: 35px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f90a34;
}

.ntc-rel.separador-guiatv {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f90a34;
}

.separador-rel {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f90a34;
}

/* styles para '...' */
.titulo-confidencial {
    overflow: hidden;
    position: relative;
    line-height: 21px;
    /*height: 75px;*/
    /*text-align: justify;*/
    margin-right: -14px;
    padding-right: 14px;
    margin-right: -14px;
    padding-right: 14px;
}

/*.titulo-confidencial:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 18px;
}*/

/* styles para '...' */
.parrafo-confidencial {
    overflow: hidden;
    position: relative;
    line-height: 21px;
    /*max-height: 117px;*/
    text-align: justify;
    margin-right: -14px;
    padding-right: 14px;

    /* */
    margin-right: -14px;
    padding-right: 14px;
}

/*.parrafo-confidencial:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.parrafo-confidencial:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 18px;
}
*/
.parrafo-confidencial-2 {
    /*overflow: hidden;*/
/*    position: relative;
    line-height: 21px;
    max-height: 55px;
    text-align: justify;
    margin-right: -14px;
    padding-right: 14px;
    margin-right: -14px;
    padding-right: 14px;
*/}

/*.parrafo-confidencial-2:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.parrafo-confidencial-2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 18px;
}
*/
.cubo-confidencial .imagen img {
    width: 100%;
    height: auto;
}


.imagen-blog img {
    width: 100%;
    height: auto;
    background-color: #2d3238;
    padding: 30px 30px 30px 30px;
}

.cint {
    border-bottom: 2px solid #f90a34;
    margin: 0 0 15px 0;
    position: relative;
}

.flexible .cint {
    display: block;
    margin: 0 10px 15px 10px;
}

.cint .cint-titular {
    color: #333;
    height: 49px;
    font: 28px/56px "sourceblack", Arial, Helvetica;
    float: left;
    z-index: 7;
    max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: -3px;
}

.cint .cint-titular:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #CC2B31;
    height: 3px;
    border-right: 1px solid #fff;
}

.cint .cint-titular .ico {
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    float: left;
}

.cint .cint-titular img {
    height: 46px;
    width: auto;
    padding: 10px 0px;
    float: left;
}

.parrafo {
    font-size: 'Humanst521';
    font-size: 17px;
    text-align: justify;
    color: #fff
}

.estreno {
    color: #f90a34;
    font-weight: 500;
}

.subtitulos {
    font-family: "Flama";
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    height: 80px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confidencial {
    font-family: "Flama";
    font-size: 17px;
    color: #fff;
}

.cubo-confidencial {
    width: 100%;
    margin-bottom: 30px;
}

.imagen {
    background-color: #2d3238;
    padding: 17px 17px 30px 17px
}

.imgen-videos{
    background-color: #2d3238;
    padding: 5px 5px 0px 5px;
}

.imagen-rel {
    background-color: #2d3238;
    padding: 7px 7px 7px 7px
}

.btn2 {
    display: inline-block;
    padding: 15px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-block-2 {
    display: block;
    width: 100%;
    background-color: #f90a34;
    font-family: 'Arial';
}

.bgm-black {
    background-color: #191e24;
}

.bgm-black-opacity {
    background-color: rgba(25, 30, 36, 0.5);
}

.separador-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.rrss-movil {
    float: left;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.listas-menu ul li {
    display: inline;
}

.titulo_fichados {
    font-family: 'Flama';
    color: #cacaca;
    font-size: 36px;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    letter-spacing: 2px;
    padding: 30px 0px 40px 0px
}

.alphabet {
   list-style: none;
   padding-left: 15px;
   margin-right: 0px;
   text-align: center;
}

.alphabet li {
    display: inline;
}

.alphabet li a {
    font-size: 27px;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Flama';
    font-weight: bold;
}

.barra-abc {
    background-color: #fff;
}

.barra-abc a {
    color: #000
}

.t-rigth {
    text-align: right;
}

.f-17 {
    font-size: 17px;
    font-family: 'Flama';
}
.f-16 {
    font-size: 17px;
    font-family: 'Flama';
}
.titulos_post_relacionados{ 
    font-family: 'Flama';
    font-style: bold;
    font-size: 16px;
    text-transform: uppercase;
    min-height:66px;
}

.f-22 {
    font-size: 22px
}

.f-30 {
    font-size: 30px
}

a h3.f-30{
    color: #ff0026;
}

.t-center {
    text-align: center;
}

.abc {
    color: #f90a34;
    font-size: 45px
}

.abc a {
    color: #cacaca
}

.abc:before, .abc:after {
    content: '•';
    padding: 0 10px;
    font-size: 28px;
    vertical-align: middle;
}

.first-letter.abc {
    margin-top: 30px;
}

.no-list {
    list-style: none;
    /*text-transform: uppercase;*/
    /*font-family: 'Flama';
    /*font-size: 26px;*/
    /*letter-spacing: 1px;*/
    /*text-align: center;*/
    padding-top: 10px;
    padding-bottom: 10px
}

.titulos_line {
    color: #ffffff;
    padding-bottom: 20px;
    font-family: 'Flama';
    font-weight: bold;
    letter-spacing: 3px;
}

.titulos_line a {
    color: #ffffff;
}

.titulos_line:before {
    content: url(../img/ico_line.png);
    right: 75px;
    top: 26px;
    padding-right: 10px;
}

.titulos_line:after {
    content: url(../img/ico_line.png);
    left: 45px;
    top: 26px;
    padding-left: 10px;
}
.post-detail p{
    color: #fff;
    font-family: 'Arial';
    font-size: 18px;
    /*text-align: justify;*/
}

body #show div.sharedaddy h3.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: 1.2!important;
    font-size: 9pt;
    font-weight: 700;
}

div.sharedaddy h3.sd-title-2 {
    margin: 0 0 1em;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700;
    color: #fff;
    padding-top: 30px;
}

div.sharedaddy h3.sd-title-2:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #f90a34;
    margin-bottom: -20px;
}

.cubo-degradado {
    padding: 0px 20px 0px 20px;
    background-color: #343434;
    background-image: -webkit-linear-gradient(bottom, #252525, #000);
    background-image: -moz-linear-gradient(bottom, #252525, #000);
    background-image: -o-linear-gradient(bottom, #252525, #000);
    background-image: -ms-linear-gradient(bottom, #252525, #000);
    background-image: linear-gradient(to bottom, #252525, #000);
}

.cubo-degradado h4 {
    margin-top: 0px;
    padding-top: 12px;
}

.search-degradado {
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
    background-color: #101317;
    /* background-image: -webkit-linear-gradient(bottom, #000 20%, #252525 150%);
    background-image: -moz-linear-gradient(bottom, #000 20%, #252525 150%);
    background-image: -o-linear-gradient(bottom, #000 20%, #252525 150%);
    background-image: -ms-linear-gradient(bottom, #000 20%, #252525 150%);
    background-image: linear-gradient(to top, #000 20%, #252525 150%); */
}

.titulo-cubos-series {
    font-family: 'Flama';
    line-height: 38px;
}

.fecha_cubos-series {
    font-family: 'Flama';
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 35px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    height: 25px;
}
.page-template-archive-videos .fecha_cubos-series {
    height: auto;
}
.post-type-archive-programas .fecha_cubos-series {
    height: auto;
}
@media (max-width: 980px) {
    .title-confidencial {font-size: 24px;}
}

@media (max-width: 769px) {
    .title-confidencial {
        font-size: 24px;
    }
    .imagen-blog img {width: 100%; height: auto; background-color: #2d3238; padding: 15px 15px 15px 15px;}

    a.boton-back-calendar {
        margin: 30px 5px !important;
    }

    a.boton-next-calendar {
        margin: 30px 275px !important;
    }
    .caja-clave {
        border: 0!important;
    }
    .single-palabras-clave p{
        font-size: 20px;
    }
    
}

/*Nacho*/
@media (max-width: 415px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in, div#bs-example-navbar-collapse-1.navbar-collapse.collapse {
        text-align: left;
    }
    .sub-menu {
        list-style: none;
    }
    .caja-lupa {
        margin-left: auto;
        margin-right: auto;
    }

    .bot-ci {
    width: 100%;
    padding: 4px;
    height: 70px;
    border: 0;
    background-color: #ffffff;
    }

    .bot-ci:hover {
    background-color: #f90a34;
    color: #ffffff;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
}
.siguenos {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    font-size: 21px;
    margin-bottom: 25px;
    margin-left: 17px;
}
.position-serach {
    position: absolute;
    left: 93%;
    top: 22px
}

.text-up {
    text-transform: uppercase;
}
.caja-clave {
    border: 1px solid #f90a34;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 24px;
}
.separador{
    margin-bottom: 15px;
}
.tags-clave{
    color: #ffffff;
}
.clave1{
    font-family: "Flama";
    font-size: 20px;
    color: #f90a34;
}
.relacionados {
    font-family: "Arial";
    color: #ffffff;
    font-size: 25px;
}
.reset {
    padding-left: 0;
    padding-right: 0;
}
.reset-l{
    padding-left: 0;
}
.reset-r {
    padding-right: 0;
}
.reset-c{
    padding-right: 4px;
    padding-left: 4px;
}
.reset-l7{
    padding-right: 0;
    padding-left: 7px;
}
.reset-r7 {
    padding-left: 0px;
    padding-right: 7px;
}
.line-subtitulo {
    border-bottom: 2px solid #f90a34;
    padding-right: 25px;
}
.img-interesa {
    padding: 5px;
    margin-bottom: 7px;
    width: 100%;
    padding-bottom: 0;
}
.tit-intrersa {
    font-style: 'Flama', Arial, sans-serif;;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.boder50{
    border-top: 2px solid #f90a34;
}
.cubo-interesa {
    width: 100%;
    background-color: #2d3238;
    background-image: -webkit-linear-gradient(bottom, #000 35%, #000 35%, #252525 60%);
    background-image: -moz-linear-gradient(bottom, #000 35%, #000 35%, #252525 60%);
    background-image: -o-linear-gradient(bottom, #000 35%, #000 35%, #252525 60%);
    background-image: -ms-linear-gradient(bottom, #000 35%, #000 35%, #252525 60%);
    background-image: linear-gradient(to top, #000 0%, #000 -10%, #252525 12%);
}
.bot-clave a{
    font-size: 27px;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Flama';
    font-weight: bold;
}
.bot-clave a:hover{
    outline: 0;
    color: #f90a34;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -o-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: linear-gradient(270deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    -webkit-box-shadow: -2px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 0px 15px rgba(50, 50, 50, 0.75);
}

.alphabet {
    list-style: none;
  }
  .alphabet li {
    display: inline;
  }
  .alphabet li a {
    font-size: 27px;
    text-transform: uppercase;
    padding: 0 10px;
  }

  .alphabet li a:hover{
    outline: 0;
    color: #f90a34;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -o-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    background: linear-gradient(270deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
    -webkit-box-shadow: -2px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 0px 15px rgba(50, 50, 50, 0.75);
}

.bot-ci {
    width: 100%;
    padding: 10px;
    height: 85px;
    border: 0;
    background-color: #ffffff;
    font-weight: 700;
}

.bot-ci:hover {
    background-color: #f90a34;
    color: #ffffff;
}

.actua-ci {
    font-family: "Arial";
    font-size: 15px;
    color: #fff;
    float: right;
}

.gfield_label{
    text-transform: uppercase;
    font-family: "Flama";
    color: #ffffff;
    font-size: 20px;
}

.gform_wrapper .gfield_required {
    color: #f90a34 !important;
    margin-left: .25em;
}

#label_2_4_1{
    color: #FFFFFF;
}
#label_2_4_1 a{
    color: #f90a34;
}
#gform_submit_button_2{
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 16px;
    background-color: #f90a34;
    width: 100%;
}

@media (max-width: 414px) {
    html {
        overflow-scrolling: hidden;
    }

    .f-17 {
        text-align: left;
    }

    .f-22 {
        text-align: left;
    }

    .post p {
        text-align: left;
    }

    .no-list {
        text-align: center;
    }
    .tablecalendario {
        width: 275px;
    }
}

@media (max-width: 1024px) {
    #contenedor-menu-serie {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 21px;
    }

    .menu-serie ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .menu-serie li {
        float: left;
        background-color: #f4f4f4;
        margin-left: 5px;
        height: 69px;
        width: 24%;
        line-height: 37px;
    }

    .menu-serie li a {
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 16px;
        text-decoration: none;
    }

    .menu-serie li a:hover, .menu-serie li a.active {
        color: #fff;
        background-color: #f90a34;
    }

    .menu-serie li:first-child {
        margin-left: 0px;
        border-right: none;
        line-height: 37px;
    }

    .menu-serie li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    /*.menu-serie li:nth-child(3n) {
        padding: 0px;
        line-height: 21px;
    }*/
    #show h3, #videos h3, #news h3 {
        color: #ffffff;
        font-size: 22px;
        font-family: 'Flama';
        height: 78px;
        line-height: 26px;
        display: block;
        display: -webkit-box;
        max-width: 450px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fecha_destacados {
        font-family: 'Flama';
        color: #f90a34;
        font-size: 18px;
        padding-left: 20px;
        letter-spacing: 1px;
        min-height: 34px;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .container {
        margin-left: 15px;
        margin-right: 20px;
        padding-left: 0px;
    }

    #contenedor-menu-serie {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 21px;
    }

    .menu-serie ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .menu-serie li {
        background-color: #f4f4f4;
        width: 24%;
        margin-left: 4px;
    }

    .menu-serie li a {
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 16px;
        text-decoration: none;
    }

    .menu-serie li a:hover, .menu-serie li a.active {
        color: #fff;
        background-color: #f90a34;
    }

    .menu-serie li:first-child {
        margin-left: 0px;
        border-right: none;
    }

    .menu-serie li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    /*.menu-serie li:nth-child(3n) {
        padding: 0px;
        line-height: 21px;
    }*/

    .menu-serie li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
    }
}
.c-red{ color: #f90a34;}
.info-program .c-red{ color: #f90a34;}
.abc-text{
    list-style: none;
    text-transform: uppercase;
    font-family: 'Flama';
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center;
}

.btn-block-2:hover {
    display: block;
    width: 100%;
    background-color: #f90a34;
    color: #ffffff;
}

.tags {
    font-weight: 700;
}

.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: bold;
    color: white;
}

.sd-sharing-enabled {
    color: white;
}

.post {
    color: #ffffff;
}
.info-program p.titulo_episodio{
    font-family: 'Flama';
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
}

.estreno {

        font-family: 'Flama';
        color: #f90a34;
        font-weight: bold;

}

.imagen-ci {
    width: 100%;
    padding-bottom: 20px;
}
.imagen-ci>a>img {
    width: 100%;
}
.nav > li > a {
   position: relative;
   /* display: block; */
   padding: 10px 33px;
}

.navbar-default .navbar-nav  li:hover > ul {
   display:block;
}

.sub-menu {
   display: none;
}

.otromenu > ul > li {
   z-index: 1000;
}

.otromenu > ul > li > ul > li {
    list-style: none;
    padding-bottom: 17px;
    border-bottom: solid 1px #f90a34;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
}
.otromenu > ul > li > ul > li:last-child {
   list-style: none;
   border-bottom: solid 0px #f90a34;
   padding-bottom: 17px;
   margin-bottom: 0px;
   margin-top: 10px;
   font-weight: bold;
   font-size: 16px;
}
.cubo-degradado2 {
    padding: 0px 20px 0px 20px;
    margin-top: 0px;
    background-color: #191e24;
    /* background-image: -webkit-linear-gradient(bottom, #252525, #000);
    background-image: -moz-linear-gradient(bottom, #252525, #000);
    background-image: -o-linear-gradient(bottom, #252525, #000);
    background-image: -ms-linear-gradient(bottom, #252525, #000);
    background-image: linear-gradient(to bottom, #252525, #000); */
}
.channel>.cubo-degradado2{
    margin-top: 0px;
    padding-top: 15px;
}

.channel div h4 {
    font-family: 'Flama';
    font-size: 17px;
    line-height: 7px;
    background-image: url(../img/linea_corta.png);
    height: 29px;
    text-align: left;
    padding-left: 10px;
    margin-top: 0px;
}
.columna-texto > a> h4 {
    margin-top: 0px;
    padding-top: 15px;
}
.post-detail>article {
    color: #ffffff;
    font-size: 18px;
}
.post-detail>article ul{
    font-size: 18px;
    font-family: 'Arial','Flama';
}
.post-detail>article>p li {
    color: #ffffff;
    font-size: 18px;
}
.post-detail>article>p li a{
    color: #ffffff;
    font-size: 18px;
}

.post-detail>article>a {
    font-size: 18px;
    color: #f90a34;
}
.post-detail>article>a:hover {
    color: #ffffff;
    font-size: 18px;
}
.columna-texto > a> h4 {
    min-height: 66px;
}
.columna-img{
    width:100%;
    height:166px;
}
.columna-img-rel{
    width:100%;
    height:150px;
}
.imagen2{
    width:100%;
    height:166px;
    background-size:cover;
}

.read-more-cri {
    background-color: #f90a34;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.read-more-cri a {
    background-color: #f90a34;
    color: #fff !important;
    padding: 15px 20px;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    text-align: center;
}

a.read-more-cri:hover {
    background-color: #630209;
    color: #FFF;
}

a.read-more-cri:focus {
    color: #FFF;
}
.bgm{
    background-image: url(../../../uploads/2016/09/bgm-serie.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.resumen{
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.linea-roja-baja {
    border-top: 2px #f90a34 solid;
    width: 138px;
}
.linea-roja-baja-guiatv {
    border-top: 2px #f90a34 solid;
    width: 138px;
    margin: 3px;
}
.linea-roja-baja-series {
    border-top: 2px #f90a34 solid;
    width: 272px;
    margin: 3px 0px;
}
.linea-roja-baja-series3 {
    border-top: 2px #f90a34 solid;
    width: 100%;
    margin: 8px 0px;
}
.linea-roja-arriba-videos {
    border-top: 2px #f90a34 solid;
    width: 100%;
    margin: 0px 0px;
}
.margen-10{
    display: block;
    margin-top: 10px;
}
.margen-10>a{
    display: block;
    margin-left: 10px;
}
.p-ellipsis{
    max-height: 54px;
    text-overflow: ellipsis;
}
.resultado-busqueda{
    font-family: 'Flama';
    font-size: 18px;
    color: #cacaca;
    text-align: center;
}
.titulo-resultado-busqueda_line {
    color: #fff;
    font-family: 'Flama';
    font-size: 36px;
    padding-bottom: 20px;
}

.titulo-resultado-busqueda_line a {
    color: #fff;
}

.titulo-resultado-busqueda_line:before {
    content: url(../img/ico_line.png);
    right: 75px;
    top: 26px;
    padding-right: 10px;
}

.titulo-resultado-busqueda_line:after {
    content: url(../img/ico_line.png);
    left: 45px;
    top: 26px;
    padding-left: 10px;
}
.search-degradado .imagen {
    background-color: #2d3238;
    padding: 17px 17px 17px 17px;
    margin-top:15px;
}
.search-degradado .titulo_episodio{
    font-family: 'Flama', Arial, sans-serif;;
    font-size: 22px;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.search-degradado p{
    font-family: 'Flama', Arial, sans-serif;;
    font-size: 18px;
    padding-left: 10px;
}
.imagen-clave {
    background-color: #2d3238;
    padding: 7px;
}

.imagen-series {
    background-color: #2d3238;
    padding: 7px;
}

.columna-img-clave {
    width: 100%;
    height: auto;
    min-height: 160px;
}

.imagen-clave img{
    width: 100%;
    background-color: #2d3238;
    padding: 7px;
}

.cubo-degradado-clave {
    padding: 5px 20px 35px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    min-height: auto;
    
    background-color: #101317;
    
    /* background-image:
    -webkit-gradient(linear, left top, left bottom, from(#242424), to(#000));
    
    background-image:
    -webkit-linear-gradient(top, #242424, #000);
    
    background-image:
    -moz-linear-gradient(top, #242424, #000);
    
    background-image:
    -o-linear-gradient(top, #242424, #000);
    
    background-image:
    linear-gradient(to bottom, #242424, #000); */
}

.channel > .cubo-degradado-clave {
    margin-top: 0px;
    padding-top: 15px;
}

.cubo-degradado-clave > a > h4.titulos_post_relacionados {
    min-height: auto;
    margin-top: 0;
}
.fuente{
    font-family: 'Arial';
    font-size: 17px;
    text-align: justify;
    color: #fff
}
.fuente a{
    font-family: 'Arial';
    font-size: 17px;
    text-align: justify;
    color: #f90a34;
}
.caja-hora {
    background-color: #f90a34;
    height: 53px;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
}

.caja-fecha{
    background-color: #ffffff;
    height: 53px;
    margin-top: 0px;
    color: #f90a34;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
}
.linea-gris {
    border-top: #cdcdcd solid 2px;
    padding-top: 20px;
    color: #cdcdcd;
}
.linea-roja {
    border-top: #f90a34 solid 2px;
    padding-top: 0;
    color: #cdcdcd;
}
.subtitulo-series {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 30px;
    margin-bottom: 20px;

}
.hora_series {
    font-family: "Flama";
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.fecha_series {
    color: #f90a34;
    text-align: right;
    text-transform: uppercase;
    font-family: "Flama";
    font-size: 25px;
    margin-bottom: 30px;
}
.imagen-serie{
    width: 100%;
    height: auto;
}
.cabecera-serie-page>h1 {
    color: #ffffff;
}
.bot-compartir {
    width: 25px;
}
.separador-interesa {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f90a34;
}
.cubo-degradado-serie {
    padding: 7px 20px 0px 20px;
    overflow: hidden;
    margin-top: 0px;
    /* Fallback (could use .jpg/.png alternatively) */
    background-color: #1e1e1e;
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image:
    -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#060004));
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image:
    -webkit-linear-gradient(top, #1e1e1e, #060004);
    /* Firefox 3.6 - 15 */
    background-image:
    -moz-linear-gradient(top, #1e1e1e, #060004);
    /* Opera 11.1 - 12 */
    background-image:
    -o-linear-gradient(top, #1e1e1e, #060004);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image:
    linear-gradient(to bottom, #1e1e1e, #060004);
        min-height: 193px;
}
.cubo-degradado-serie p {
    color: #fff;
    max-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}
.cubo-degradado-serie .row-3 p {
    max-height: none;
    height: 60px;
    white-space: normal;
}

h3.row-2 {
    min-height: 66px;
}
.date-row {
    min-height: 28px;
}
p.row-3 {
    max-height: 66px;
    overflow: hidden;
}
p.row-3a {
    max-height: 72px;
    overflow: hidden;
}


.cubo-texto-confidencial {
    padding: 20px;
    /*padding: 7px 20px 0px 20px;*/
    overflow: hidden;
    margin-top: 0px;
    background-color: #191e24;
    /* 
    
    background-image:
    -webkit-gradient(linear, left top, left bottom, from(#252525), to(#000000));
    
    background-image:
    -webkit-linear-gradient(top, #252525, #000000);
    
    background-image:
    -moz-linear-gradient(top, #252525, #000000);
    
    background-image:
    -o-linear-gradient(top, #252525, #000000);
    
    background-image:
    linear-gradient(to bottom, #252525, #000000); */
}
.cubo-degradado-serie > a> h4 {
    /*min-height: 60px;*/
}
.titulo-cubos-series3>a {
    font-family: 'Flama';
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    font-style: normal;
    text-transform: uppercase;
    background-position: top right;
    background-size: 100% 100%;
    height: 80px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.titulo-cubos-series3>a:hover {
    font-family: 'Flama';
    color: #ffffff;
    font-size: 22px;
    line-height: 38px;
    font-style: normal;
    text-transform: uppercase;
    background-position: top right;
    background-size: 100% 100%;
    height: 80px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uppercase{
    text-transform: uppercase;
}
.parrafo-confidencial2 {
    overflow: hidden;
    position: relative;
    line-height: 21px;
    /*max-height: 71px;*/
    text-align: justify;
    margin-right: -14px;
    padding-right: 14px;
    margin-right: -14px;
    padding-right: 14px;
}

.tablecalendario {
        background: #191e24;
    }

@media (max-width: 768px) {
    .logo img {
        padding: 10px 0px;
        padding-left: 10px;
        width: 100px;
    }

    .navbar-default {
        min-height: 70px;
    }

    div.flexslider {
        height: 150px;
    }

    .titulos-1_h2 {
        font-size: 28px;
    }

    .titulos-2_h2 {
        font-size: 28px;
    }

    footer .footer-above {
        padding-bottom: 50px;
    }

    .footer-above img {
        margin: 25px 0;
    }

    section {
        padding-bottom: 20px !important;
    }
    .tablecalendario {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .calendar-sections
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .list-program .info-program h2 {
        margin-top: 15px;
        text-align: center;
    }
    .list-program .image-program img{
        max-width: 100%;
    }
    .post-detail p {
        text-align: left;
    }
    .image-program {
        padding-left: 0;
    }
    #show h3, #videos h3, #news h3 {
        color: #ffffff;
        font-size: 22px;
        font-family: 'Flama';
        height: 80px;
        line-height: 26px;
        display: block;
        display: -webkit-box;
        max-width: 450px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .fecha_destacados {
        font-family: 'Flama';
        color: #f90a34;
        font-size: 18px;
        padding-left: 20px;
        letter-spacing: 1px;
        min-height: 22px;
        margin-top: 5px;
    }

    .sub-menu {
        padding: 10px 15px !important;
    }
}
.titulos-videos{
    font-size: 'Humanst521 BT Roman', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.tit-vid-series {
    margin-top: 15px;
    padding-top: 15px;
    font-family: 'Flama';
    color: #ffffff;
    font-size: 25px;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*height: 25px;*/
}
.fecha-vid-series{
    font-family: 'Flama';
    color: #ffffff;
    font-size: 25px;
    text-align: right !important;
    padding-top: 7px;
    padding-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Nacho */

/*.slabtextdone .slabtext {
    display: block;
    line-height: 1;
    text-align: center;
    margin-top: -70px !important;
}
.slabtextdone .slabtext{
        line-height: 1.8 !important;
}
*/
.separador-alto{
    margin-top: 15px
}

.imgen-show {
    background-color: #2d3238;
    padding: 7px 7px 7px 7px;
}
.input:focus {
    outline: 0;
}

.page-template-page-confidencial .sharedaddy {
    display: none;
}

@media (max-width: 453px){
    .position-serach {
        left: 92% !important;
        top: 22px;
    }
}

@media (max-width: 414px) {

    #contenedor-menu-serie {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 21px;
    }

    .menu-serie ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .menu-serie li {
        background-color: #f4f4f4;
        margin: 5px;
        height: 50px;
        width: 47%;
        line-height: 26px;
    }

    .menu-serie li a {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 12px;
        text-decoration: none;
    }

    .menu-serie li a:hover, .menu-serie li a.active {
        color: #fff;
        background-color: #f90a34;
    }

    .menu-serie li:first-child {
    margin-left: 5px;
    margin-right: 0px;
    border-right: none;
    line-height: 27px;
    }

    .menu-serie li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    /*.menu-serie li:nth-child(3n) {
        padding: 0px;
        line-height: 16px;
    }*/

    .menu-serie li:last-child {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        border-right: none;
    }

    .navbar-nav {
        /*margin: 0px 0px;*/
    }

    .navbar-default .navbar-nav > li::after {
        content: url(../img/ico_point_menu.png);
        position: absolute;
        top: 10px;
        right: 0px;
        visibility: hidden;
    }
    
    div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in, div#bs-example-navbar-collapse-1.navbar-collapse.collapse {
        text-align: right;
        width: 100%;
        /* Fallback (could use .jpg/.png alternatively) */
        /*background-color: #343434;
        /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
        /*background-image:
        -webkit-gradient(linear, left bottom, left top, from(#343434), to(#000));
        /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
        /*background-image:
        -webkit-linear-gradient(bottom, #343434, #000);
        /* Firefox 3.6 - 15 */
        /*background-image:
        -moz-linear-gradient(bottom, #343434, #000);
        /* Opera 11.1 - 12 */
        /*background-image:
        -o-linear-gradient(bottom, #343434, #000);
        /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
        /*background-image:
        linear-gradient(to bottom, #343434, #000);*/
    }


    #show h3, #videos h3, #news h3 {
        color: #ffffff;
        font-size: 16px;
        font-family: 'Flama';
        padding-top: 5px;
        height: 50px;
        line-height: 26px;
        display: block;
        display: -webkit-box;
        max-width: 280px;
        margin: 0 auto;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fecha_destacados {
        font-family: 'Flama';
        color: #f90a34;
        font-size: 13px;
        padding-left: 20px;
        letter-spacing: 1px;
        min-height: 22px;
        margin-top: 5px;
    }
    .otromenu > ul > li > ul > li:last-child {
        list-style: none;
        border-bottom: solid 1px #f90a34;
        padding-bottom: 17px;
        margin-bottom: 0px;
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px;
    }
    .otromenu > ul > li > ul > li > a, a:hover, a:focus, a:active, a.active{
        padding-left: 0px !important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #f90a34;
    }
    .nav {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0;
        list-style: none;
    }
}
@media (max-width: 320px){
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #f90a34;
    }
    .nav {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        list-style: none;
    }
    .sub-menu {
        padding: 10px 12px !important;
    }

}

@media (max-width: 376px){
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #f90a34;
    }

    .otromenu > ul > li > ul > li > a, a:hover, a:focus, a:active, a.active{
        padding-left: 4px !important;
    }

    .nav {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        list-style: none;
    }

    .sub-menu {
        padding: 10px 12px !important;
    }

    .position-serach {
        left: 85% !important;
        top: 22px
    }
    a.boton-next-calendar {
        margin: 30px 255px !important;
    }

    .siguenos {
        margin-left: 32px;
    }

}



.inicio .sd-content{
    display: none;
}

.single-palabras-clave p{
    font-size: 22px;
}

.post-detail p .alignright{
    float: right;
    margin-left: 20px;
}

.post-detail p .alignleft{
    float: left;
    margin-right: 20px;
}

.post-detail p .aligncenter{
        margin: 0 auto;
    display: block;
}

section.post-detail > article > h4 {color:#f90a34;}
section.post-detail > article > b {color:#f90a34;}
section.post-detail > article > strong {color:#f90a34;}
section.post-detail > article > p > h4 {color:#f90a34;}
section.post-detail > article > p > b {color:#f90a34;}
section.post-detail > article > p > strong {color:#f90a34;}

body.single-fichados article[id^="post-"].type-fichados > .row p > strong {color:#f90a34;}