/* PRINT */
body {
    padding-bottom: 0;
}

/* Header */
.header__banner {
    margin: 0;
    padding: 10px 0;
}
.header__logo img {
    height: 60px;
}
.uchile__header,
.header__nav,
.header__links {
    display: none;
}

/* Footer */
footer {
    display: none;
}

/* Portada */
.portada .bx-wrapper .bx-pager,
.portada .bx-wrapper .bx-controls-direction,
.portada .mod__titles .mod__more a,
.section__media .mod_content .mod__aside_header {
    display: none;
}
.section__slider .mod_highlight .mod__item h3 a,
.section__slider .mod_highlight .mod__item .mod__item-teaser {
  color: #2c2c2c;
}
.section__slider .mod_highlight .bx-wrapper {
  background: #ffffff;
}
.section__slider .mod_highlight .mod__item .mod__item-teaser {
    color: #2c2c2c;
    display: block;
}
.section__slider .mod_highlight .mod__item .carousel-caption,
.section__eventos .mod,
.section__facultad,
.section__publicaciones .mod,
.section__media,
.section__salas {
    padding: 15px 0;
}
.section__noticias .mod{
    padding: 0 0 30px;
}
.section__eventos .mod_linked .mod__item {
    width: 215px;
}
.section__calendario .mod {
    padding: 40px 0;
}
.section__facultad .mod_highlight .bxslider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mod_highlight.botones .mod__item {
    width: calc(100% / 2 - 15px);
    margin: 0 0 20px;
}
.mod_highlight.botones .mod__item:last-child {
    margin-bottom: 20px;
}
.section__publicaciones .mod_linked .mod__item {
    width: 210px;
}
.section__destacado .mods,
.section__media .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row wrap;
}
.section__destacado .mods {
    padding: 30px 0;
}
.section__destacado .mods .mod {
    margin: 0;
}
.section__destacado .mods .mod_linked,
.section__destacado .mods .mod_highlight {
    width: calc(100% / 2 - 15px);
}
.section__destacado .mods .mod_content  {
    width: 100%;
}
.section__media .section__media-video,
.section__media .section__media-twitter {
    width: calc(100% / 2 - 15px);
    margin-right: 0;
}
.section__salas-botones .mod_highlight .mod__item {
    margin: 0 10px 20px;
    width: 30%;
}

.subportada__wide .mod_highlight .bxslider {
    display: flex;
    margin: 0 -15px;
}
.subportada__wide .mod_highlight .mod__item {
    margin: 0 15px;
}
.subportada__main-left,
.subportada__main-right,
.subportada__aside-top,
.subportada__aside-bottom {
    width: calc(100% / 2 - 15px);
}
.mod_highlight.programas .mod__item {
    width: calc(100% / 2 - 15px);
    margin-bottom: 20px;
}
.aside__search {
    display: none;
}
.archivos .mod-video-result .mod__item,
.archivos .mod-photos-result .mod__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
}

.content__header>*:after,
.content__aside,
.content__tools .subir,
.content__tools .herramientas-redes_compartir .texto_compartir,
.addthis_inline_share_toolbox {
    display: none;
}
.content__tools {
    padding: 0;
    background-color: #ffffff;
}
.content__header>* {
    background: #2c2c2c;
    padding-right: 20px;
}
.content__related ul {
    width: calc(100% / 2 - 15px);
}
