/* PRINT */
body {
    padding-bottom: 0;
}

/* Header */
.header__banner {
    margin: 10px 0;
}

.header__logo img {
    height: 60px;
}

.uchile__header,
.header__nav,
.header__links {
    display: none;
}

/* Footer */
footer {
    display: none;
}

/* Portada */
.home .bx-wrapper .bx-pager,
.home .bx-wrapper .bx-controls-direction,
.home .mod_last-news__item .mod_last-news__img,
.home__media-video {
    display: none;
}

.mod_last-news.mod-etiqueta article span.mod_last-news__organismos,
.mod_last-news.mod-etiqueta article span {
    color: #000;
    background: #ffffff;
    padding: 0;
}

.home__news .mod__body article h3 {
    margin-top: 20px;
}

.home__publications .mod__body .mod__item {
    width: 19%;
}

.home__study {
    background-image: none;
}

.home__study .columns .home__study-career {
    /* width: 50%;*/
}

.home__study-career .mod .bxslider {
    flex-direction: row;
}

.home__study-career .mod__item+.mod__item {
    margin-top: 0;
}

.home__study-career .mod__item {
    float: left;
    width: 30%;
    display: inline-block;
}

.home__study .columns>div {
    width: 49%;
}

.home__news,
.home__media,
.home__study,
.home__publications {
    padding: 15px 0;
}

.home__media-twitter .mod__aside_footer {
    margin: 0;
    padding: 0;
}

/* Contenido final */
.content {
    background: #fff;
}

.content__header {
    padding: 10px 0 20px;
    border-bottom: 2px solid rgba(128, 128, 128, .6);
}

.related__links:empty ,
.related__attachments:empty  {
    display: none;
}

.mainActividad .container {
    max-width: 1168px;
}

.content__main {
    padding: 3% 0;
}

.content__data {
    flex-direction: row;
}

.data__info,
.data__info~.data__card,
.data__card,
.mainPublicacion .data__card {
    padding: 15px;
    border: 1px solid rgba(128, 128, 128, .4);
}

.data__info,
.mainPostgrados .data__info {
    width: 35%;
}

.data__info~.data__card {
    width: calc(100% - 35% - 30px);
    margin-bottom: 30px;
}

.data__card {}

.content__description a[href^=http]:after,
.content__description a[target=_blank]:after {
    content: " ["attr(href) "] ";
    font-size: inherit;
    word-break: break-all;
    font-family: sans-serif !important;
    color: #3C5895;
}

.content__description p:after iframe[src*=http] {
    content: " ["attr(src) "] ";
    font-size: inherit;
    word-break: break-all;
}

#herramientas {
    padding: 0 3%;
}

#herramientas-redes {
    justify-content: flex-end;
    flex: auto;
}

.content__tools .compartir-texto,
.content__tools .herramientas-redes_addthis,
.content__tools .subir,
.content__tools .texto_compartir {
    display: none;
}

.content__tools .herramientas-redes_compartir .url_corta {
    background: white;
    width: auto;
    min-width: auto;
}

.content__tools .herramientas-redes_compartir .url_corta:before {
    content: "URL ";
    font-weight: bold;
}

.content__share .addthis_inline_share_toolbox {
    display: none;
}

.content__related {
    display: flex;
    border-top: 2px solid #d8d8d8;
}

ul.related__attachments,
ul.related__links {
    width: calc(100% / 2 - 2%);
}

.content__description iframe {
    border: 1px solid #d8d8d8;
}

.content__more {
    padding: 30px 0;
    border-top: 2px solid #d8d8d8;
}

.content__credit,
.content__main__publish,
.content__share {
    margin: 30px 0;
}

.content__audio h1 {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.content__more .mod__more,
.content .content__aside {
    display: none !important;
}

.content__more .mod__list,
.content__more .mod_last-news__list,
.content__more .mod_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content__more .mod_last-news .mod_last-news__item,
.content__more .mod_last-videos .mod__item,
.content__more .portlet_otros_contenidos .mod__item {
    width: calc(100% / 3 - 2%);
}

.content__more .mod_last-news .mod_last-news__item,
.content__more .mod_last-publications .mod__item,
.content__more .mod_last-videos .mod__item,
.content__more .portlet_otros_contenidos .mod__item {
    margin-bottom: 0;
}

.media.photo .zoom a:before {
    content: none;
}

.mainNoticia .content__share {
    margin: 0 0 10px;
}

.tab__list {
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.tab__list a {
    width: calc(100% / 4 - 1%);
    border: 1px solid #ccc;
}

.tab__list a.active {
    border: 1px solid #000;
}

.mainPostgrados .content__data {
    flex-direction: row;
}

.mainPublicacion .content__data {
    flex-direction: row;
    align-items: stretch;
}

.mainPublicacion .data__image {
    width: calc(100% / 4 - 10px);
    background: transparent;
}

.mainPublicacion .data__image figure {
    width: 100%;
    margin: 0 0 30px;
    padding-top: 140%;
    border: 1px solid white;
}

.mainPublicacion .data__card {
    width: calc(100% - (100% / 4) - 10px);
    margin: 0 0 30px;
}

.content__more .mod_last-publications .mod__item {
    width: calc(100% / 4 - 2%);
}

.content__video {
    display: none;
}