
.cards-block .categories-list a {
    color: #ff8000;
    text-decoration: none;
}

.cards-block .categories-list a:hover {
    color: white;
}

.cards-block .add-category-list a {
    color: white;
    text-decoration: none;
}

.cards-block .card-text {
    font-size: 16px;
}

blockquote.entresaca {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    color: #ff8000;
    font: 700 20px/1.3 Merriweather, Open Sans, Helvetica Neue, Arial, Noto Sans, sans-serif;
    letter-spacing: -0.002em;
    color: #EE7700;
}

@media (min-width: 900px) {
    blockquote.entresaca {
        font-size: 36px;
        line-height: 45px;
    }
}

.editor-image img {
    margin: 0 0 16px;
}

.editor-image figcaption {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
    color: #010101;
    opacity: .3;
}

.opinion_autor {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.0016em;
    color: #000000;
    margin-right: .5rem;
}

.post-page .datetime {
    margin-top: 3px;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .video-responsive {
        margin-bottom: 45px;
    }
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 10px solid #ff8000;
}

@media print {
    .no-print {
        display: none;
    }
}

#infografia_contenedor {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #infografia_contenedor {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    #infografia_contenedor {
        margin-bottom: 45px;
    }
}

#infografia_contenedor #infografia_iframe {
    border: 10px solid #ff8000;
}

.iframe_container {
    position: relative;
    width: 100%;
}

.iframe_container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.iframe_container .descarga {
    z-index: 1;
    top: 47%;
    right: -24.5px;
    background-color: #ff8000;
    width: 59px;
    height: 59px;
}

.iframe_container .descarga img {
    top: 15px;
    left: 15px;
}

.post-page p.quote {
    margin: 0 0 10px;
}

@media (min-width: 900px) {
    .post-page p.quote {
        margin: 0 0 16px;
    }
}

#audio-block li i {
    width: 21px;
}

#audio-block li i, #audio-block li span {
    cursor: pointer;
}