/* Maqueta para En Pocas Palabras */
.md-en-pocas-palabras{
    border: 0.1rem solid #ccc !important;    
}
.md-en-pocas-palabras > h2{
    display: block !important;
    font-size: 2.2rem !important;
    line-height: 2.64rem !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #ccc !important;
    background: none !important;
    font-weight: bold !important;
}
.md-en-pocas-palabras .md-article-title a {
    font-size: 1.5rem !important;
    line-height: 1.6rem !important;
}
.md-en-pocas-palabras .md-article-title.title-embed{
    line-height: 1.6rem !important;
}
.md-en-pocas-palabras .node-embed{
    margin: 0.8rem 1.0rem 0rem 1.0rem !important;
    border-bottom: 0.1rem solid #ccc !important;
    position: relative !important;
}
.md-en-pocas-palabras .node-embed:last-child {
    border-bottom: none !important;
}
.grid>div>article.node.node-embed.view-mode-full figure.media{
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
} 
.md-en-pocas-palabras .node-embed h2, .md-en-pocas-palabras .node-embed .content-embed, .md-en-pocas-palabras .node-embed figure.media, .md-en-pocas-palabras .node-embed .media.figure-w{
    padding-left: 4.5rem !important;
    padding-right: 1rem !important;
}
.md-en-pocas-palabras .node-embed .md-article-info.embed{
    position: absolute !important;
    width: 4.0rem !important;
    top: 0px !important;
    left: -0.5rem !important;
}
.md-en-pocas-palabras .node-embed .md-article-info.embed .nav-social-buttons-links li {
    padding: 0.5rem 0rem 0.5rem 0rem !important;
}
.md-en-pocas-palabras .md-article-info a{
    text-transform: lowercase !important;
}
.md-en-pocas-palabras .content-embed p{
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    margin: 0.6rem !important;
}
/* Tweets */
.iphone .md-en-pocas-palabras .content-embed iframe.twitter-tweet,
.ipad .md-en-pocas-palabras .content-embed iframe.twitter-tweet{
    min-width: inherit !important;
    width: 80% !important;
}
/* Videos Vine */
.md-en-pocas-palabras .content-embed iframe.vine-embed{
    max-height: 34.5rem !important;
}
.iphone .md-en-pocas-palabras .content-embed iframe.vine-embed,
.ipad .md-en-pocas-palabras .content-embed iframe.vine-embed{
    max-height: 28.5rem !important;    
    margin-bottom:-15px !important;
}
@media screen and (max-width: 739px){
    .md-en-pocas-palabras .content-embed iframe.vine-embed{
        max-height: 24.5rem !important;
        margin-bottom: -15px !important;
    }
}
@media screen and (max-width: 350px){
    .md-en-pocas-palabras .content-embed iframe.vine-embed{
        max-height: 24.5rem !important;
        margin-bottom: -10px !important;
    }
}

/* boton ver mas en pocas palabras*/
.ver-mas-enpocaspalabras{
    text-align: center !important;
    padding-top: 10px !important;
}
.ver-mas-enpocaspalabras:hover{
    cursor: pointer;
    text-decoration: underline;
}

.desktop .wsp_btn, .tablet .wsp_btn{
    display: none !important;
}

.md-en-pocas-palabras .nav-social-buttons-links .wsp_btn a.wsp{
    background-size: 18px 18px;
}