@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
  .blurredBackground {
    display: initial;
  }
  /**********/
  /* HEADER */
  /**********/
  .section-header h1 {
    text-transform: uppercase;
    position: relative;
    margin: 0.3em 0;
    height: 1em;
    max-height: 1em;
  }
  #header {
    display: flex;
    padding: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    /* margin-top: 59px; */
    margin-top: -8px;
  }

.frontCoverSlide {
  height: 70vh;
  overflow-y: hidden;
}
  /***********/
  /* EVENTOS */
  /***********/
  #calendar {
    flex-basis: 26%;
  }
  #agenda {
    max-height: 95vh;
    overflow: hidden;
    flex-direction: row;
  }
  #calendar .section-header {
    flex-basis: 16%;
    max-height: 16%;
    display: flex;
    max-height: 1.6em;
    font-family: Assistant-Regular, sans-serif;
    font-size: 2.5vw;
  }
  #calendar .section-header img {
    display: initial;
    max-width: 23px;
    margin-left: 20px;
    float: left;
  }
  #calendar-search-container {
    flex-basis: 17%;
  }
  #calendar-grid {
    display: initial;
    flex-basis: 45%;
  }
  #events-grid {
    flex-basis: 74%;
    display: flex;
    overflow: hidden;
    overflow-y: scroll;
    background: black;
  }
  #events-grid>.grid-item {
    flex-basis: 25%;
    display: block;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* height: auto; */
  }
  #events-grid>.grid-item:hover {
    z-index: 9;
    transform: scale(1.04);
  }
  #events-grid>.grid-item.inactive {
    -webkit-filter: opacity(40%);
    -moz-filter: opacity(40%);
    -o-filter: opacity(40%);
    -ms-filter: opacity(40%);
    filter: opacity(40%);
  }
  .event-grid-image {
    width: 100%;
    height: 100%;
    z-index: 6;
  }
  .eventMediaWrapper {
    box-sizing: border-box;
    display: flex;
    position: relative;
    height: 100%;
  }
  .eventCategoryLabels {
    display: initial;
  }
  .event_time {
    display: none;
  }
  .eventCategoryLabel {
    display: none;
  }
  .event-grid-data {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 200%;
    height: 100%;
    /* max-width: 200%; */
    max-width: 0.1%;
    max-height: 100%;
    left: 0%;
    top: 0;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    transform-origin: center left;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    padding: unset;
  }
  .event-grid-data-wrapper {
    position: absolute;
    width: var(--event-grid-width);
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .event-grid-data.hover {
    left: 100%;
    opacity: 1;
    visibility: visible;
    max-width: 200%;
    transform: scale(0.97);
  }
  #events-grid>.grid-item:nth-child(4n+3):hover>.event-grid-data, #events-grid>.grid-item:nth-child(4n+4):hover>.event-grid-data {
    left: 0%;
    top: 0;
    transform-origin: center right;
  }
  #events-grid>.grid-item:nth-child(4n+3):hover>.event-grid-data.hover, #events-grid>.grid-item:nth-child(4n+4):hover>.event-grid-data.hover {
    left: -200%;
    opacity: 1;
    visibility: visible;
  }
  .event-date {
    position: absolute;
    bottom: 0;
    left: 5px;
    background: white;
    color: black;
    max-height: 100%;
  }
  .event-grid-data .event-date {
    display: initial;
  }
  .event-basic-data, .event-data-description p {
    margin-right: 10%;
    margin-left: 0px;
    padding: 0;
    padding-left: 5px;
    padding-right: 10%;
  }
  .event-basic-data {
    padding-left: calc(4.5em + 10px);
  }
  .event-basic-data hr {
    display: none;
  }
  .event-basic-data h2, .event-basic-data h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .event-data-description p {
    font-size: smaller;
    margin: 1%;
  }
  /* Event inner container */
  .event-inner-fixed-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
  }
  .event-inner-container {
    display: flex;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .event-inner-container .grid-item {
    display: flex;
    width: 100%;
    height: 100%;
    color: black;
    max-height: inherit;
  }
  .grid-item.event-inner-data-image {
    display: block;
    overflow: hidden;
    flex-basis: 36%;
  }
  .grid-item.event-inner-data-title {
    flex-basis: 25%;
    flex-direction: column;
  }
  .grid-item.event-inner-data-info {
    flex-basis: 32%;
    flex-direction: column;
  }
  .event-inner-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .event-inner-data-title {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
  }
  .grid-item.event-inner-data-info {
    padding-left: 10%;
    padding-right: 10%;
  }
  .event-inner-data-title h1 {
    font-size: 2.5vw;
  }
  .event-inner-data-title h2 {
    margin-top: 0;
    margin-bottom: auto;
    font-family: Assistant-Bold, sans-serif;
    font-size: 2vw;
  }
  .event-basic-data h2 {
    margin-bottom: 0;
    margin-top: 2%;
    font-size: larger;
    font-family: Assistant-Regular, sans-serif;
  }
  .grid-item.event-inner-data {
    flex-basis: 43%;
  }
  .grid-item.event-inner-content {
    flex-basis: 57%;
    box-sizing: border-box;
    padding-bottom: 3%;
    font-family: Assistant-Light;
    height: 100%;
    max-height: 100%;
    color: white;
    display: block;
    line-height: 1.5;
  }
  .event-inner-content-container {
    padding: 8%;
  }
  .interactiontIcon {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
  div.eventShareButtonsWrapper {
    display: inline;
    position: absolute;
    right: 0px;
    top: 10%;
    flex-direction: row-reverse;
    max-width: 40px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /* background: rgba(255, 255, 255, 0); */
  }
  div.eventShareButtonsWrapper.open {
    max-width: 160px;
    /* background: rgba(255, 255, 255, 1); */
  }
  .interactiontIcon.moreIcon {
    bottom: 10%;
    width: 40px;
  }
  .closeIcon {
    position: absolute;
  }
  /*************/
  /* ARTÍCULOS */
  /*************/
  #articulos>.section-header {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding: 10px 23px;
    margin: 0;
  }
  #articles-section-header-label {
    flex-basis: 20%;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
  }
  #articles-search-bar-cell {
    flex-basis: 80%;
  }
  #articles-grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: black;
  }
  #articles-grid-container .grid-item {
    flex-basis: 50%;
    margin: 0;
  }
  .searchLink {
    margin-right: 2em;
  }
  #articulos .tag-list {
    /* display: initial; */
    flex-basis: 100%
  }
  .articleThumbnailfilter {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid white;
    outline-offset: -2vw;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    padding: 0px;
  }
  .articleThumbnailfilter:hover, .articleThumbnailfilter:active, .articleThumbnailfilter:active {
    opacity: 1;
  }
  .articleThumbnailData {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    color: white;
    text-align: -webkit-center;
    text-align: center;
    padding: 2.2vw;
  }
  .articleThumbnailData h1 {
    text-transform: uppercase;
    font-size: 1.7vw;
    font-family: Assistant-Regular, sans-serif;
    text-align: -webkit-center;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .articleThumbnailData h2 {
    display: initial;
    font-size: 1.2vw;
    margin-block-start: 3px;
    margin-block-end: 3px;
  }
  .articleThumbnailData h2 span, .tag-list h3 span {
    padding-right: 1.2em;
  }
  .articleThumbnailData h2 span:first-child, .tag-list h3 span:first-child {
    padding-right: 0.8em;
  }
  .articleThumbnailData h4 {
    margin: 3% 0;
    padding: 0 6%;
    font-size: 1vw;
    max-height: 35%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  .articleThumbnailData hr {
    color: white;
    background-color: white;
    height: 1px;
    border: 1px solid white;
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
    display: initial;
  }
  .articleThumbnailData hr:first-of-type {
    display: none;
  }
  .articleThumbnailfilter a {
    width: 5%;
  }
  .articleThumbnailfilter .bigIcon {
    padding: 0;
    transform: none;
    position: relative;
    width: 100%;
  }
}