/* Global */
.spe-caf .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.spe-caf .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
}

.spe-caf-videos-list h4.spe-caf-heading {
    font-size: min(max(42px, 4.8vw), 100px);
    font-family: Playfair Display, serif;
    font-weight: 700;
    text-align: center;
}

.spe-caf-videos-list h6 {
    margin-top: 1rem;
}
/* END Global */

/* Publicación Especial */
.enable-lining-figures {
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}


.caf-mt-104 {
    margin-top: 104px;
}

.header-color-bg {
    background-color: #486476;
}

.v-align-mid {
    vertical-align: middle;
}

.publication-cover-img {
    box-shadow: 5px 10px 8px #2f4858;
    width: 100%;
}

.link-icon {
    color: #cad0d3;
    font-weight: 600;
}

.link-icon .inner-icon {
    color: #28454f;
}

#header h1 {
    font-size: min(max(1.5rem, 4.5vw), 2.4rem);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
}

#on-this-edition {
    border-bottom: 2px solid #ddd;
}

#on-this-edition .on-this-edition-text h3 {
    font-family: Playfair Display, serif;
    font-size: 3.5em;
}

#on-this-edition .on-this-edition-text .year-text {
    font-family: Raleway, sans-serif;
    font-weight: normal;
}

.spe-caf-heading {
    padding-bottom: 0.8em;
}

.spe-caf-bg-gray-100 {
    background-color: #f4f4f4;
}

.spe-caf-noticias-list img {
    display: block;
    width: 100%;
}

/* Owl Carousel */
.red-owl-carousel .owl-stage {
    display: flex;
}

.red-owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.red-owl-carousel .owl-item .item {
    display: flex; 
    min-height: 320px;
    max-width: 300px;
}

.red-owl-carousel .owl-item .item a {
    color: var(--gray-dark);
}

.red-owl-carousel .owl-nav {
    margin-top: 0px;
}

.red-owl-carousel .owl-nav button.owl-prev,
.red-owl-carousel .owl-nav button.owl-next {
    background-color: #f31357;
    border-radius: 0px;
    bottom: 0;
    color: #fff;
    font-size: 3em;
    margin: auto;
    position: absolute;
    top: 0;
}

.red-owl-carousel .owl-nav button.owl-prev {
    height: 35%;
    left: -40px;
}

.red-owl-carousel .owl-nav button.owl-next {
    height: 35%;
    right: -40px;
}

.red-owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
}

.red-owl-carousel .owl-dots .owl-dot.active span,
.red-owl-carousel .owl-dots .owl-dot:hover span {
    background: #f31357;
}

.red-owl-carousel .item .item-card {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.red-owl-carousel .item .item-card .item-type {
    font-family: Raleway, serif;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.red-owl-carousel .item .item-card .item-type span {
    background-color: #40636f;
    color: #fff;
    padding: 7px 10px;
}

.red-owl-carousel .item .item-card .item-title-container {
    flex-grow: 1;
}

.red-owl-carousel .item .item-card .item-title {
    font-family: Playfair Display, serif;
    font-size: 1.5em;
    font-weight: 700;
    padding-right: 40px;
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item {
        justify-content: center;
    }
}

/* END Owl Carousel */

/* END Publicación Especial */

/* Publicación Especial Item */
.publication_sub_breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chapter_sub_breadcrumb_item {
    color: #ccd1d5;
    text-transform: uppercase;
}

.chapter_type_and_number {
    font-size: 1.5em;
    text-transform: uppercase;
}

.chapter-cover-img {
    box-shadow: 5px 10px 8px #2f4858;
    float: left;
    width: 75%;
}

.chapter-parent-small-cover-img {
    box-shadow: 5px 10px 8px #2f4858;
    float: left;
    width: 25%;
}

.chapter_authors_list {
    border-left: 1px solid #ddd;
}

.chapter_authors_title {
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
}

.caf_social_share_btn > a {
    background: var(--pink);
}
/* END Publicación Especial Item */