.header-info h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Merriweather';
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 700;
}
#sharesMovilNew{
    text-align: right;
    margin-top: 10px;
}
div.general-news article.newsStory > div.content.news-standar > figure.thumb{
    position: relative;
    height: auto;
}
article.newsStory > div.content.news-standar > figure.thumb #image_standar_cover{
    background-color: #000;
    height: 410px;
    position: relative;
    width: 100%;
}
section#related_videos_player {
    cursor: pointer;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
section#related_videos_player div.replay_video {
    cursor: pointer;
    height: 100%;
    width: 100%;
}
section#related_videos_player div.replay_video::after {
    background: url(/images/replayIcon.png) no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0) !important;
    content: "";
    display: block;
    height: 163px;
    left: 50% !important;
    margin-left: -65.5px;
    margin-top: -81.5px;
    position: absolute !important;
    top: 50% !important;
    width: 131px;
}
div.newsContent{
    width: 720px;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.leaderboard{
    text-align: center;
}
div.newsContent:after{
    border-bottom: 1px solid #e8e8e8;
    content: "";
    display: block;
    position: relative;
    margin: 40px 0 36px;
}
h2{
    margin-top: 10px;
    margin-bottom: 10px;
}
h3.category span{
    color: #fff;
    padding: 5px 5px 3px;
    text-transform: uppercase;
    background: #cc0000;
    font-size: .75rem;
    margin-bottom: 10px;
    font-weight: 600;
}
h3.category{
    margin-bottom: 6px;
}
.introduction{
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-right: 10px;
    line-height: 1.8rem;
    font-size: 1.4rem;
    color: #707070;
    background: #fff;
    font-family: 'Hind';
    margin-top: 20px;
}
#author-custom{
    font-size: 1rem; 
    font-weight: 600;
    color: #757575;
    margin-bottom: 10px;
}
#author-custom a{
    color:black;
}
.shareBarBottom
{
    text-align: center;
    margin-bottom: 10px;
}
.news-standar .top{
    margin-top: 10px;
    text-align: right;

}
#date{
    font-size: 0.8rem;
}
#video_wrapper{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
}
img.resizeControl{
    position: relative;
    width: 100%;
    height: 100%;
    display: block !important;
    max-height: 410px;
    opacity: 0;
}
#posterPlayer .playIcon {
    background: url('/images/playIcon.png') no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}
div.jwplayer{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    display: block !important;
}
#shareBottom{
    margin-bottom: 50px;
}
.header-info{
    margin-bottom: 12px;
}
.header-info  .author{
    font-size: 1rem;
    font-weight: 600;
    color: #707070;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-info .author::before{
    content: 'Por ';
    color: #707070;
}
.header-info  .author{
    color:#cc0000;
}
.header-info .author time{
    color: #707070;
    font-size: 1rem;
    font-weight: 600;
}

#iframe_container{
    position: relative;
    width: 100%;
    padding-bottom: 54%;
    float: left;
    height: 0;
    margin-bottom: 10px;
}

#iframe_video{
    width: 100%;
    height: 100%;
    position: absolute;
}
div.embedVideo > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
div.embedVideo:not(.active):after{
    content: "";
    width: 45.714286% !important;
    height: 60.82978723404255% !important;
    background: url(/images/playIcon.png) no-repeat !important;
    background-size: contain !important;
    margin-left: calc(35.714286% / 2 * -1) !important;
    margin-top: calc(35.714286% / 2 * -1) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block;
    pointer-events: none;
}

@media only screen and (max-width: 1139px){
    #div-gpt-ad-1470678588242-0{
        display: none !important;
    }
    div.newsContent{
        width: auto;
    }
    .videofoot{
        margin: 0px auto auto;
    }
}
@media screen and (max-width: 939px){
    #sharesMovilNew{
        display: inline-block;
        text-align: center;
        margin: auto;
        width:100%;
    }
    .news-standar{
        width: 100%
    }
    div.newsContent{
        padding-left: 0px;
        width: 100%;
    }
    h2{
        font-weight: 600;
    }
    .introduction{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .header-info .author{
        margin-bottom: 20px;
    }
    .header-info  .author{
        text-transform: uppercase;
        font-size: .8rem;
    }
    .header-info .author time{
        font-size: .8rem;
    }
}
@media screen and (max-width: 639px){
    h2{
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-weight: 600;
    }
}

@media  (max-width: 768px) {
    article.newsStory > div.content.news-standar > figure.thumb {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    article.newsStory > div.content.news-standar > figure.thumb #image_standar_cover{
        height: 380px !important;
    }
}

@media  (max-width: 576px) {
    article.newsStory > div.content.news-standar > figure.thumb #image_standar_cover{
        height: 320px !important;
    }
}

@media  (max-width: 480px) {
    article.newsStory > div.content.news-standar > figure.thumb #image_standar_cover{
        height: 280px !important;
    }
}

@media  (max-width: 480px) {
    article.newsStory > div.content.news-standar > figure.thumb #image_standar_cover{
        height: 250px !important;
    }
}

/*Reglas para diseño de video SIN CUERPO*/
article.newsStory .content > figure.thumb + .container_bg.cf{
    padding: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

article.newsStory .content > figure.thumb + .container_bg.cf > div {
    border-top: none;
    padding-top: 0;
}
article.newsStory .content > figure.thumb + .container_bg.cf > div:last-child{
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
}
/** ** **/