/* Titillium Web */

@font-face {
  font-family: "Titillium";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Titillium SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Titillium Bold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/TitilliumWeb-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Titillium SemiBoldItalic";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/TitilliumWeb-SemiBoldItalic.ttf") format("truetype");
}

/********** Listado de Noticias **********/
.uned-news {
    width: 90vw;
    position: relative;
    left: calc(-45vw + 50%);
  }
  
  .uned-news #find_resultstable {
    margin-top: 48px;
    margin-bottom: 48px
  }
  
  .uned-news #find_resultstable .event-card-container {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: start;
  }
  
  .uned-news #find_resultstable .event-card-container .o_event_container {
    margin: 10px
  }
  
  .uned-news #find_resultstable .holder-centered {
    width: 100%
  }
  
  .uned-news #find_resultstable .holder-centered>* {
    margin: 0 auto
  }
  
  @media (max-width:700px) {
    .uned-news .event-card-container {
        width: 312px !important
    }
  }
  
  @media (min-width:768px) {
    .uned-news #find_resultstable .container {
        width: 750px
    }
  }
  
  @media (max-width:768px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }
  }
  
  @media (min-width:992px) {
    .uned-news #find_resultstable .container {
        width: 970px
    }
  }
  
  @media (min-width:1272px) {
    .uned-news #find_resultstable .container {
        width: 100%
    }
  }
  
  .uned-news .o_news_card_frontpage {
    width: 288px;
    height: auto;
    margin: 8px;
    display: flex;
    flex-flow: column wrap;
    transition: all .5s;
    transition-timing-function: ease-out
  }
  
  .uned-news .event-card-container * {
  box-sizing: content-box;
  }
  
  .uned-news .o_news_card_frontpage__image {
    width: 100%;
    height: 160px
  }
  
  .uned-news .o_news_card_frontpage__image__link {
    display: block;
    padding-left: 100%;
    padding-top: 160px;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
  }
  .uned-news .o_news_card_frontpage__image__link i{
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffffba;
  font-size: 101px;
  }
  .uned-news .o_news_card_frontpage__contents {
    min-height: 160px;
    padding: 16px;
    background-color: #e9ecef
  }
  
  .uned-news .o_news_card_frontpage__contents__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    text-decoration: none
  }
  
  .uned-news .o_news_card_frontpage__contents__title a {
    font-family: "Titillium SemiBold", Arial;
    color: inherit;
    text-decoration: inherit;
    display: flex;
    min-height: 75px;
    height: 83px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .uned-news .o_news_card_frontpage__contents__subtitle {
    display: flex;
    flex-flow: row nowrap;
    font-size: 12px;
    color: #7d7d7d;
    margin: 12px 0
  }
  
  .uned-news .o_news_card_frontpage__contents__subtitle :not(:first-child) {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #7d7d7d
  }
  
  .uned-news .o_news_card_frontpage__contents__description {
    font-family: Titillium, Arial;
    color: #000;
    font-size: 12px
  }
  
  .uned-news .o_news_card_frontpage.waiting {
    opacity: 0;
    transform: perspective(200px) translateZ(-90px)
  }
  
  .uned-news .o_news_card_frontpage.waiting.send-in {
    opacity: 1;
    transform: perspective(200px) translateZ(0)
  }
  
  .uned-news .o_news_card_frontpage:hover {
    -webkit-box-shadow: 0 13px 14px 0 #c8cfd6;
    -moz-box-shadow: 0 13px 14px 0 #c8cfd6;
    box-shadow: 0 13px 14px 0 #c8cfd6;
    transition: all .3s
  }
  
  .uned-news .o-card,
  .uned-news .o-card__button {
    border: 1px solid #ebeced
  }
  
  .uned-news .o-card-container.col-sm-6 {
    padding-left: 0
  }
  
  .uned-news .o-card {
    background: #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    margin-bottom: 24px;
    overflow: hidden;
    opacity: 1;
    transition: transform .5s ease-in-out, opacity .5s
  }
  
  .uned-news .o-card:hover {
    box-shadow: 0 8px 16px rgba(64, 64, 64, .3)
  }
  
  .uned-news .o-card.waiting {
    opacity: 0;
    transform: perspective(200px) translateZ(-90px)
  }
  
  .uned-news .o-card.waiting.send-in {
    opacity: 1;
    transform: perspective(200px) translateZ(0)
  }
  
  .uned-news .o-card__button {
    float: right;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    height: 36px;
    margin-top: -18px;
    margin-right: 24px;
    padding: 5px 12px;
    transition: all .3s ease-out;
    position: relative
  }
  
  .uned-news .o-card__button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none
  }
  
  .uned-news .o-card__body {
    text-align: left
  }
  
  @media (max-width:543px) {
    .uned-news .event-card-container {
        margin: 32px auto
    }
  }
  
  @media (min-width:544px) {
    .uned-news .event-card-holder {
        width: 336px
    }
  
    .uned-news .event-card-container {
        padding-left: 25px
    }
  }
  
  @media (min-width:768px) {
    .uned-news .event-card-holder {
        width: 648px
    }
  }
  
  @media (min-width:992px) {
    .uned-news .event-card-holder {
        width: 960px
    }
  }
  
  @media (min-width:1280px) {
    .uned-news .event-card-holder {
        width: 1272px
    }
  }
  
  .uned-news .event-card-holder {
    padding: 0
  }
  
  .uned-news .event-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
  }
  
  .uned-news .o_event_container {
    padding: 0;
    margin: 12px
  }
  
  .uned-news .o_card {
    position: relative;
    width: 288px;
    height: 322px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    transition: all .5s;
    transition-timing-function: ease-out
  }
  
  .uned-news .o_card.waiting {
    opacity: 0;
    transform: perspective(200px) translateZ(-90px)
  }
  
  .uned-news .o_card.waiting.send-in {
    opacity: 1;
    transform: perspective(200px) translateZ(0)
  }
  
  .uned-news .o_card:hover {
    -webkit-box-shadow: 0 13px 14px 0 #c8cfd6;
    -moz-box-shadow: 0 13px 14px 0 #c8cfd6;
    box-shadow: 0 13px 14px 0 #c8cfd6;
    transition: all .3s
  }
  
  .uned-news .o_card__button {
    position: absolute;
    border-radius: 4px;
    font-weight: 700;
    right: 12px;
    top: 136px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    text-decoration: none
  }
  
  .uned-news .o_card__button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none
  }
  
  
  
  @media (min-width:768px) {
    .uned-news #c-sliding-sidebar {
        position: relative;
        display: block;
        transform: translateX(0)
    }
  }
  
  .uned-news .c-sidebar {
    padding-left: 12px
  }
  .uned-news .list-heading h1{
    color:  #212529;
    font-family: "Titillium", Arial !important;
  }
  .uned-news .c-sidebar h3 {
    line-height: 33px;
    color:  #212529;
    font-family: "Titillium", Arial !important;
  }
  .uned-news .c-sidebar h4 {
    color:  #212529;
    font-family: "Titillium", Arial !important;
  }
  
  .uned-news .btn-toggle {
    float: right
  }
  
  .uned-news .filters {
    background: #fff;
    max-height: 48px;
    border: 1px solid #e1e5e6;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    margin-top: -84px;
    overflow: hidden;
    transition: all .5s ease
  }
  
  @media (min-width:768px) {
    .uned-news .filters {
        max-height: 72px
    }
  }
  
  .uned-news .filters .filter--toggle {
    width: 100%;
    font-size: 24px;
    text-align: center;
    outline: 0;
    background: 0 0;
    border: none
  }
  
  .uned-news .filters h1 {
    font-size: 14px;
    color: #bbb;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
  }
  
  .uned-news .pill {
    display: inline-block;
    color: #404040;
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 96px;
    padding: 4px 12px;
    margin: 4px;
    text-align: center;
    cursor: pointer
  }
  
  .uned-news .pill.selector-pill {
    padding: 0 10px
  }
  
  .uned-news .pill:hover {
    color: #000;
    background: #fff;
    border-color: #000;
  }
  
  .uned-news .pill:hover .btn-default {
    color: #fff;
    background: #000
  }
  
  .uned-news .pill.active .btn-default {
    color: #fff;
    background: #000
  }
  
  .uned-news .pill.active .btn-pageprev,
  .uned-news .pill:hover .btn-pageprev {
    background: url(/imgs/welcome/arrow-left--light.png) no-repeat center center
  }
  
  .uned-news .pill.active .btn-pagenext,
  .uned-news .pill:hover .btn-pagenext {
    background: url(/imgs/welcome/arrow-right--light.png) no-repeat center center
  }
  
  .uned-news .pill .btn-default {
    border-color: transparent
  }
  
  .uned-news .pill .btn-group-month button {
    display: inline-block;
    vertical-align: middle
  }
  
  .uned-news .pill .btn-pagemove {
    height: 32px;
    width: auto
  }
  
  .uned-news .pill .btn-monthdisplay {
    display: inline-block;
    width: 135px;
    line-height: 32px;
    float: left;
  }
  
  .uned-news .pill .btn-monthdisplay:hover {
    cursor: default
  }
  
  .uned-news .pill .btn-pageprev {
    background: url(/imgs/welcome/arrow-left--dark.png) no-repeat center center
  }
  
  .uned-news .pill .btn-pagenext {
    background: url(/imgs/welcome/arrow-right--dark.png) no-repeat center center
  }
  
  .uned-news .filter.active,
  .uned-news .pill.active {
    color: #fff;
    background: #000;
    border-color: #000
  }
  
  .uned-news body>#filters {
    margin-top: -32px
  }
  
  .uned-news .panel-group {
    margin-bottom: 20px
  }
  
  .uned-news .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
  }
  
  .uned-news .panel-group .panel+.panel {
    margin-top: 5px
  }
  
  .uned-news .panel-group .panel-heading {
    border-bottom: 0
  }
  
  .uned-news .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
  }
  
  .uned-news .panel-default {
    border-color: #ddd
  }
  
  .uned-news .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
  }
  
  .uned-news .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
  }
  
  .uned-news .panel-title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    color: inherit;
    padding: 10px;
  }
  
  .uned-news .panel-title a {
    color: black;
  }
  
  .uned-news .search-bar {
    margin: 0 auto;
  }
  
  .uned-news .search-bar h1 {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  
  @media (min-width: 768px) {
    .uned-news .search-bar h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
  }
  
  .uned-news .search-bar input,
  .uned-news .search-bar select,
  .uned-news .search-bar button {
    height: 48px;
  }
  
  .uned-news .search-bar input[type="search"] {
    border-radius: 4px 4px 0 0;
    color: #404040;
  }
  
  @media (min-width: 768px) {
    .uned-news .search-bar input[type="search"] {
        border-radius: 4px 0px 0px 4px;
    }
  }
  
  .uned-news .search-bar select {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-image: url('/imgs/welcome/i-down-arrow.png');
  }
  
  .uned-news .search-bar button {
    width: 100%;
    border: none;
    border-radius: 0 0 4px 4px;
    color: #ffffff;
    background: #000000;
  }
  
  .uned-news .search-bar button:hover {
    background: #000000;
    color: #ffffff;
  }
  
  .uned-news .search-bar button:active {
    background: #000000;
    color: #ffffff;
  }
  
  @media (min-width: 768px) {
    .uned-news .search-bar button {
        border-radius: 0 4px 4px 0;
    }
  }

  @media (max-width: 575px) {
    .busqueda-cuadro{
        padding-left: 0;
    }
    .busqueda-btn{
        padding-right: 0!important;
    }
  }