@charset "UTF-8";
@font-face {
  font-family: "Favorit_Light"; /* Nombre cambiado x Dante */
  src: url("../fonts/favorit/favorit-light.woff") format("woff");
  /* font-weight: 300; */
  font-style: normal; }

@font-face {
  font-family: "Favorit";
  src: url("../fonts/favorit/favorit-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Favorit_Mono";
  src: url("../fonts/favorit/favorit-mono.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html {
  margin: 0;
  padding: 0;
  border: 0; 
  scroll-behavior: smooth; /* Agregado x Dante */
  }

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  /* font-style: inherit; */
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

body {
  line-height: 1.5;
  background: white; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

table, th, td {
  vertical-align: middle; }

blockquote before, blockquote after, q before, q after {
  content: ''; }

a img {
  border: none; }

b, i {
	/* Porque?
  display: none;
    */ 
  } 

body {
  font-family: "Favorit";
  font-size: 14px;
  font-weight: 400;
  background-color: #0e0e0f;
  color: #fff; }
  
.content-body_white {
  /* background-color: #fff; */ 
  background-color: #f0f0f0;
  }
  .content-body_white .title, .content-body_white .card__title {
    color: #0e0e0f; }
  .content-body_white .card__content p {
    color: #0e0e0f; }
  .content-body_white .article .menu {
    color: #0e0e0f; }

a {
  text-decoration: none; }

.article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%; }
  .article__header .title, .article__header .card__title {
    margin-bottom: 45px; }
  .article__sub-title {
    color: #0e0e0f;
    font-size: 27px;
    margin-bottom: 45px; }
  .article p {
    color: #0e0e0f;
    margin-bottom: 45px;
    margin-top: -16px;
    /* white-space: pre-line; */ 
    }
  .article p.header {
    font-size:1.4em; /* Agregado x Dante */
    }
  .article__link {
    color: #0e0e0f;
    display: block;
    margin-bottom: 15px; }
    .article__link:last-of-type {
      margin-bottom: 45px; }
  .article figure {
    margin-bottom: 50px; }
    .article figure figcaption {
      color: #a7a7a9;
      font-size: 13px; }
    .article figure img {
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
      width: 100%; 
      }
  .article .menu__menu-social {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 60px; }
  .article .menu .items a {
    margin-right: 32px; }
  .article .menu__item_icon:before {
    font-size: 24px; }
  .article .tag {
    margin-bottom: 45px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.banner {
  margin-bottom: 10px; }
  .banner img {
  	max-width:100%;
  	height: auto;
  }
  .banner__ad {
    background-color: #1b1b1b;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    height: 105px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 1276px) {
    .container {
      max-width: 1134px;
      width: 100%; } }

.no-select, .toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.toggle {
  cursor: pointer; /* Sacado x Dante */  
 }

.expanding-arrow, .expanding-arrow_white, .list__item_expandable, .dropdown-menu, .dropdown-menu_wide-open {
  position: relative; }
  .expanding-arrow:after, .expanding-arrow_white:after, .list__item_expandable:after, .dropdown-menu:after, .dropdown-menu_wide-open:after {
    color: #000;
    content: '\2193';
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    z-index: 1000; }
  .expanding-arrow.active:after, .active.expanding-arrow_white:after, .active.list__item_expandable:after, .active.dropdown-menu:after, .active.dropdown-menu_wide-open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.expanding-arrow_white:after, .list__item_expandable:after {
  color: #fff; }

.feed_violet {
  background-color: #5742a8;
  color: #fff; }

.feed .title, .feed .card__title {
  border-bottom: 1px solid #786ab0;
  color: #ccc;
  margin-right: 10px;
  padding: 0 15px 15px 15px;
  text-transform: uppercase; 
  margin-bottom: 0;
  }
.feed .tag {
  margin-bottom: 0 ;
  }

.calendar {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .calendar .header {
    background-color: #a7a7a9;
    border-right: 2px solid #000;
    display: none;
    font-size: 20px;
    height: 67px;
    -webkit-box-flex: 2.65;
        -ms-flex: 2.65;
            flex: 2.65;
    padding: 10px 20px 0 20px;
    position: relative;
    text-transform: uppercase; }
    .calendar .header:after {
      content: '';
      border-top: 2px solid #000;
      bottom: 0;
      background-color: #e2f823;
      display: block;
      position: absolute;
      left: 0;
      height: 25px;
      width: 100%; }
    @media only screen and (min-width: 1024px) {
      .calendar .header {
        display: block; } }
  .calendar__day {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    color: #c2c5c9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2px;
    padding: 9px; }
    @media only screen and (min-width: 1024px) {
      .calendar__day {
        border: none;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0;
        padding: 10px 15px; } }
    .calendar__day .week-day {
      line-height: 40px;
      font-size: 14px;
      text-transform: uppercase;
      vertical-align: top; }
    .calendar__day .date {
      font-size: 38px;
      font-family: "Favorit_Mono"; }
    .calendar__day input[type='radio'] + label {
      cursor: pointer; }
    .calendar__day input[type='radio'].open + label {
      color: #000;
      -webkit-transition: all 500ms;
      transition: all 500ms; }
  .calendar_week {
    background-color: #fff; }
    .calendar_week + .filters {
      border-bottom: 1px solid #3c3c3b; }

.dropdown-menu, .dropdown-menu_wide-open {
  height: 40px;
  margin-right: 2px;
  overflow: hidden;
  position: relative; }
  .dropdown-menu.active, .active.dropdown-menu_wide-open {
    border-bottom: none;
    overflow: visible; }
    .dropdown-menu.active .menu-items, .active.dropdown-menu_wide-open .menu-items {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      visibility: visible; }
  .dropdown-menu .select, .dropdown-menu_wide-open .select {
    background: #fff;
    border-bottom: 2px solid #000;
    cursor: pointer;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    outline: none;
    padding: 11px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    z-index: 100; }
  .dropdown-menu .menu-items, .dropdown-menu_wide-open .menu-items {
    background: #fff;
    left: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%);
    width: 100%;
    z-index: 10; }
    .dropdown-menu .menu-items li:hover a, .dropdown-menu_wide-open .menu-items li:hover a {
      color: #57a9d9; }
    .dropdown-menu .menu-items li:last-of-type a, .dropdown-menu_wide-open .menu-items li:last-of-type a {
      border: none; }
    .dropdown-menu .menu-items li a, .dropdown-menu_wide-open .menu-items li a {
      background-color: #fff;
      border-bottom: 2px solid #000;
      color: #333;
      display: block;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .dropdown-menu .menu-items li i, .dropdown-menu_wide-open .menu-items li i {
      margin-right: 5px;
      color: inherit;
      vertical-align: middle; }

.dropdown-menu_wide-open {
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .dropdown-menu_wide-open {
      -webkit-box-flex: 1;
          -ms-flex: 1 100%;
              flex: 1 100%;
      height: auto;
      overflow: auto; }
      .dropdown-menu_wide-open .select {
        display: none; }
      .dropdown-menu_wide-open:after {
        content: ''; }
      .dropdown-menu_wide-open .menu-items {
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
        position: relative;
        opacity: 1;
        top: initial;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial; 
	/* Para que los menus no tengan desactivado los pointer-events si estan apaisados (en PC) */
	pointer-events: all;
                }
        .dropdown-menu_wide-open .menu-items li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .dropdown-menu_wide-open .menu-items li a {
            border: none;
            font-size: 20px;
            padding: 10px 20px; }
          .dropdown-menu_wide-open .menu-items li:not(:last-of-type) {
            border-right: 2px solid #000; } }

.agenda_zonas.dropdown-menu_wide-open .menu-items li a {
	color: #c2c5c9;	
}

.agenda_zonas.dropdown-menu_wide-open .menu-items li a.active {
	color: #000;	
}

.filters {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filters .form__form-group {
    margin: 10px 0; }
  .filters_spaced {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.grid {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial; }
  .grid__view-more {
    background-color: #333333;
    border: none;
    -webkit-box-shadow: 0 0 20px 5px #000;
            box-shadow: 0 0 20px 5px #000;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 50px;
    margin: 0 auto; }
  .grid__view-more:hover {
    background-color: #ceed00;
    color: #000;
    }
  .grid__article-inner {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }
    @media only screen and (min-width: 1024px) {
      .grid__article-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .grid__article-inner .article {
      -webkit-box-flex: 1;
          -ms-flex: 1 100%;
              flex: 1 100%;
      margin-right: 35px; }
      @media only screen and (min-width: 1024px) {
        .grid__article-inner .article {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 30%;
                  flex: 1 0 30%; } 
	    .grid__article-inner p {
	      /* font-weight: 300; Sacado x Dante */
	      font-size: 17px;
	       }
                  }
    .grid__article-inner aside {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid__article-inner .user-data {
      padding: 18px; }
      .grid__article-inner .user-data p {
        color: #0e0e0f;
        font-size: 15px;
        padding: 0;
        margin-bottom: 20px; }
      .grid__article-inner .user-data__send {
        margin-right: 0; }
      .grid__article-inner .user-data .section-header {
        -webkit-box-flex: 1;
            -ms-flex: 1 100%;
                flex: 1 100%; }
      .grid__article-inner .user-data .form {
        padding-top: 0;
        width: 100%; }
  .grid__article-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
    @media only screen and (min-width: 1024px) {
      .grid__article-event {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .grid__article-event .flyer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 350px;
      margin: 0; }
    .grid__article-event .guest-list {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      padding: 0; }
      .grid__article-event .guest-list .form {
        color: #fff;
        max-width: 350px; }
        .grid__article-event .guest-list .form__list {
          color: #a7a7a9;
          font-family: inherit; }
      .grid__article-event .guest-list .section-header {
        margin-right: 15px; }
    .grid__article-event aside {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .grid__article-grid .row {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 1024px) {
      .grid__article-grid .row > :not(:last-child) {
        margin-right: 30px; } }
    .grid__article-grid .row:not(:first-of-type) {
    	/* Esto hacia desaparecer los segundos renglones de los div row */
      /* display: none; */ 
      }
      @media only screen and (min-width: 1024px) {
        .grid__article-grid .row:not(:first-of-type) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .grid__article-grid .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin-bottom: 15px; }
    @media only screen and (min-width: 1024px) {
      .grid__article-grid .card {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .grid__article-grid.grid_half .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px;
    width: 150px; }
    @media only screen and (min-width: 768px) {
      .grid__article-grid.grid_half .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 100%;
                flex: 1 100%;
        margin-bottom: 55px;
        padding: 0;
        width: auto; } }
    @media only screen and (min-width: 1024px) {
      .grid__article-grid.grid_half .card {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.icon {
  color: #fff;
  font-family: 'FontAwesome'; }

.event {
/*	
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/      
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .event p {
    color: #a7a7a9;
    /* font-weight: 300; */
    font-size: 16px; }
  .event__data {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 15px; }
    @media only screen and (min-width: 1024px) {
      .event__data {
        margin: 0 auto; } }
    .event__data .data {
      font-size: 34px; }
    .event__data_small {
      text-transform: uppercase; }
      .event__data_small .data {
        font-size: 20px; }
    .event__data .label {
      color: #a7a7a9;
      font-weight: 300;
      font-size: 15px;
      -webkit-box-flex: 1;
          -ms-flex: 1 100%;
              flex: 1 100%;
      text-transform: uppercase; }

.form input[type='radio'] {
  display: none; }

.filters {
  padding: 20px 15px; }
  .filters :last-child input[type="radio"] + label {
    margin: 0; }
  .filters input[type="radio"] {
    display: none; }
    .filters input[type="radio"] + label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 300;
      margin-right: 15px; }
    .filters input[type="radio"] + label span {
      border: 1px solid #a7a7a9;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 15px;
      margin: 0 5px;
      position: relative;
      vertical-align: middle;
      width: 15px; }
      .filters input[type="radio"] + label span:before {
        color: #e2f823;
        content: '\25CF';
        display: none;
        font-size: 15px;
        line-height: 15px;
        left: 3px;
        position: absolute;
        text-align: center; }
    .filters input[type="radio"]:checked + label span:before {
      display: block; }

.list__item {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  /* border-bottom: 1px solid #3c3c3c; sacado x Dante*/
  border-top: 1px solid #3c3c3c;
  padding: 24px 0;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
   @media only screen and (min-width: 768px) {
  	.list__item {
  	display: flex; /* Esto es para que los logos se vean abajo en los celulares */
  	 }
  	}
  .list__item_expandable {
    height: 40px;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      .list__item_expandable {
        height: 20px; } }
    .list__item_expandable .item__title {
      -webkit-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important;
      width: 90%; }
    .list__item_expandable.active {
      height: 200px; }
    .list__item_expandable:after {
      right: 20px;
      top: 15px; }

.list .item__data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.list .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-bottom: 20px; 
  }


.list .item__venue {
  /* color: #a7a7a9; */
  color: #ccc; 
  margin-right: 10px; }

.list .item__detail {
  color: #a7a7a9;
  margin-right: 10px;
  font-weight:normal;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  overflow-y: hidden;
  max-height: 0;
  overflow: hidden;
  }

.list .item__detail a {
  color: #e2f823;
  }

.list .active .item__detail  {
  max-height: 1050px; /* approximate max height */
 }

.list .item__logo {
  display: none; 
  /* width:100%; */
  flex-basis: 5%;
  }
.list .item__logo img { /* Esto sería solo para celular */
  max-width: 60px;
  height: auto;
  margin-top: 5px;
  }
  @media only screen and (min-width: 768px) {
    .list .item__logo {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-preferred-size: 30%;
       flex-basis: 30%;
       align-self: flex-start; /* Agregado x Dante */   
       }
      .list .item__logo img {
    	/* width: 100px; 
    	height: auto; Cambiado x Dante */    
    	max-width:999px;
    	margin-top: 10px;
        } }
	.list .active .item__logo {
		/*
		display:block;
		text-align:center;
		*/
		/*
		flex-basis:100px;
        align-self: flex-start;
        */ 
        /* Agregado x Dante */		
	}

.list .item__lead {
  color: #a7a7a9;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%; }

.list__events {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden; }
  .list__events.open {
    opacity: 1;
    pointer-events: all;
    position: relative;
    visibility: visible; }
    .list__events.open .event:nth-child(1) > div {
      -webkit-transition-delay: 0.08s;
              transition-delay: 0.08s; }
    .list__events.open .event:nth-child(2) > div {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .list__events.open .event:nth-child(3) > div {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s; }
    .list__events.open .event:nth-child(4) > div {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s; }
    .list__events.open .event:nth-child(5) > div {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .list__events.open .event:nth-child(6) > div {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s; }
    .list__events.open .event:nth-child(7) > div {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .list__events.open .event:nth-child(8) > div {
      -webkit-transition-delay: 0.64s;
              transition-delay: 0.64s; }
    .list__events.open .event:nth-child(9) > div {
      -webkit-transition-delay: 0.72s;
              transition-delay: 0.72s; }
    .list__events.open .event:nth-child(10) > div {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .list__events.open .event:nth-child(11) > div {
      -webkit-transition-delay: 0.88s;
              transition-delay: 0.88s; }
    .list__events.open .event:nth-child(12) > div {
      -webkit-transition-delay: 0.96s;
              transition-delay: 0.96s; }
    .list__events.open .event:nth-child(13) > div {
      -webkit-transition-delay: 1.04s;
              transition-delay: 1.04s; }
    .list__events.open .event:nth-child(14) > div {
      -webkit-transition-delay: 1.12s;
              transition-delay: 1.12s; }
    .list__events.open .event:nth-child(15) > div {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .list__events.open .event:nth-child(16) > div {
      -webkit-transition-delay: 1.28s;
              transition-delay: 1.28s; }
    .list__events.open .event:nth-child(17) > div {
      -webkit-transition-delay: 1.36s;
              transition-delay: 1.36s; }
    .list__events.open .event:nth-child(18) > div {
      -webkit-transition-delay: 1.44s;
              transition-delay: 1.44s; }
    .list__events.open .event:nth-child(19) > div {
      -webkit-transition-delay: 1.52s;
              transition-delay: 1.52s; }
    .list__events.open .event .item__data, .list__events.open .event .item__logo {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  
  .list__events .event { /* Este es el contenedor de cada item de la agenda */ 
    margin-bottom: -1px;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    overflow: hidden; 
    
    }
    .list__events .event .item__data, .list__events .event .item__logo {
      opacity: 0;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition: 200ms ease-out;
      transition: 200ms ease-out; }
    @media only screen and (min-width: 1024px) {
      .list__events .event {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 48%; } }
    .list__events .event .tag {
      margin: 0; }

.agenda .list__events .item__title { /* agregado x Dante */ 
	font-size:15px;     
    }

.section:not(.container) {
  padding: 20px 0;
  border-bottom: 1px solid #3c3c3c;
  }

.section_highlight {
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 45px; }

.section.container {
  padding-top: 20px; }

.section_violet {
  background-color: #5742a8; }
  .section_violet .section-header .title, .section_violet .section-header .card__title {
    color: #0e0e0f; }

.section_violet .section-header .title {
	/* font-size: 32px;
	font-weight:bold;
	*/
	color: #ccc;
	/* margin-bottom:-20px; */
}

.section_grey {
  /* background-color: #17171a; */
  background-color: #303030; 
  }

.section_grey .user-data .form__input {
  background-color: #fff; 
 }

.section-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          /*
  margin-top: 10px;
  margin-bottom: 20px;
  */ 
  margin-top: 5px;
  margin-bottom: 5px;
  }
  .section-header .title, .section-header .card__title {
    /* color: #46464b; */
    color: #ccc;
    font-size: 24px; /* Modificado x Dante */
    text-transform: uppercase; }
  .section-header .filters {
    padding: 20px 0; }

.tag {
  display: inline-block;
  font-family: "Favorit_Mono";
  margin-bottom: 15px;
  padding: 0 5px; }
  .tag span {
    display: inline-block; }
  .tag :not(:first-child):before {
    content: '— '; }
  .tag_spaced {
    margin: 24px 0; }
  .tag_default {
    background-color: #46464b;
    color: #0e0e0f; }
  .tag_light-grey {
    background-color: #a7a7a9;
    color: #fff;
    font-size: 13px; }
  .tag_flat {
    background-color: transparent;
    border: 1px solid #a7a7a9;
    font-family: 'favorit';
    font-weight: 300;
    color: #a7a7a9;
    text-transform: uppercase; }
  .tag_mono {
    background-color: #46464b;
    color: #0e0e0f;
    font-size: 13px;
    font-family: "Favorit_Mono";
    min-width: 150px; }
  .tag_yellow {
    background-color: #e1f824;
    color: #0e0e0f; }
  .tag_black {
    background-color: #000;
    color: #fff; }
  .tag_full-size {
    display: block; }

.stripe {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial; }
  .stripe_full {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  .stripe_black .data {
    color: #fff; }
  .stripe_black .label {
    color: #46464b; }
  .stripe_grey {
    background-color: #a7a7a9; }
    .stripe_grey .data {
      color: #0e0e0f; }
    .stripe_grey .label {
      color: #0e0e0f; }
  .stripe_violet {
    background-color: #5742a8; }
    .stripe_violet .data {
      color: #fff; }
    .stripe_violet .label {
      color: #0e0e0f; }

.title, .card__title {
  color: #fff;
  margin-bottom: 20px; }
  .title.title_huge, .title_huge.card__title {
    font-size: 24px;
    line-height: 24px; }
    @media only screen and (min-width: 1276px) {
      .title.title_huge, .title_huge.card__title {
        font-size: 40px;
        line-height: 40px; } }
  .title.title_big, .title_big.card__title {
    background-color: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(246, 246, 246, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    font-size: 20px;
    padding: 15px;
    line-height: 20px;
    margin-left: -15px;
    margin-right: -15px; 
    margin-bottom: 0px; /* Agregado x Dante */ 
    }
    @media only screen and (min-width: 1276px) {
      .title.title_big, .title_big.card__title {
        font-size: 32px;
        margin-bottom: 0px; /* Modificado x Dante */
        margin-top: 0px;
        /* margin-top: 45px; */
        padding: 20px 15px;
        line-height: 32px; } }
  .title.title_medium, .title_medium.card__title {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 30px; }
  .title.title_small, .title_small.card__title {
    font-size: 16px; }
  .title.title_light, .title_light.card__title {
    font-weight: 300; }

footer {
  margin-top: 80px; }

.footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a7a7a9;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer__copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase; }
    .footer__copy div:first-child {
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      .footer__copy div {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        text-align: left; }
        .footer__copy div:first-child {
          margin-right: 25px;
          -webkit-box-flex: 0.8;
              -ms-flex: 0.8;
                  flex: 0.8; } }
  .footer__scroll-top {
    justify-self: flex-end;
    position: relative;
    text-align: right; }
    .footer__scroll-top:before {
      content: "\2191";
      color: #fff;
      font-size: 18px;
      font-weight: 300; }
    @media only screen and (min-width: 1024px) {
      .footer__scroll-top {
        -webkit-box-flex: 0.6;
            -ms-flex: 0.6 0 auto;
                flex: 0.6 0 auto; }
        .footer__scroll-top:after {
          background-color: #3c3c3c;
          content: '';
          display: block;
          height: 47px;
          left: 0;
          position: absolute;
          top: -10px;
          width: 1px; } }
  .footer__menu, .footer__copy {
    padding: 10px; }
  .footer__menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .footer__menu ul {
        width: 500px; }
        .footer__menu ul:before {
          background-color: #3c3c3c;
          content: '';
          display: block;
          height: 41px;
          left: 0;
          position: absolute;
          top: -10px;
          width: 1px; } }
    .footer__menu ul a {
      color: #fff;
      margin: 0 15px;
      text-transform: uppercase; }
      .footer__menu ul a:hover {
        color: #acacad; }
  .footer .row {
    border-top: 1px solid #3c3c3c;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    text-align: center; }

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* height: 44px; Modificado x Dante */
      	 height: 124px
      } }
  header a {
    color: #fff;
    font-size: 14px; }
  header > .container {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  header.header {
    background-color: #111112;
    border-bottom: 1px solid #3c3c3c; }
  header .wrapper {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }
    @media only screen and (min-width: 1024px) {
      header .wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  header .logo {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    margin-right: 25px; }
    @media only screen and (min-width: 1024px) {
      header .logo {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        header .logo:before {
          background-size: 100% !important; } }
    header .logo:before {
      /* Modificado por Dante background-image: url("../images/ba-logo.png"); */
      background-image: url("/rsrc/baliens07.gif");
      background-repeat: no-repeat;
      background-position: left;
      /* background-size: 75%; */
      content: '';
      display: block;
      /*
      height: 50px;
      width: 170px; 
      */ 
      height: 104px;
      width: 116px;
      }
      @media only screen and (min-width: 1024px) {
        header .logo:before {
        /* width: 130px; */  
          } }

.header-floating-box {
  background-color: #222;
  border-bottom: 1px solid #3c3c3c;
  left: 0;
  opacity: 0;
  padding: 20px 0;
  pointer-events: none;
  position: absolute;
  top: 116px;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 500; }
  .header-floating-box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.secondary-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  z-index: 100; }
  .secondary-menu .menu {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .secondary-menu .menu li {
      margin-bottom: 5px; }
      .secondary-menu .menu li:first-child {
        margin-bottom: 10px;
        font-style: italic;
        text-transform: uppercase; }
      .secondary-menu .menu li:not(:first-child) a {
        font-size: 15px;
        font-weight: 300; }
    .secondary-menu .menu:nth-child(odd) {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-right: 25px; }
    .secondary-menu .menu:nth-child(even) {
      margin-left: 25px; }
  .secondary-menu .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }

.search {
  height: 46px; }
  .search__input {
    background: none;
    border: none;
    border-bottom: 1px solid #3c3c3c;
    color: #fff;
    display: block;
    font-size: 28px;
    margin: 0 auto;
    outline: none;
    text-transform: uppercase;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .search__input {
        width: 730px; } }
    .search__input:placeholder {
      color: #3c3c3c;
      font-weight: 300; }

.menu {
  position: relative;
  z-index: 2000; }
  .menu .items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }
    @media only screen and (min-width: 1024px) {
      .menu .items {
        height: 44px; } }
  @media only screen and (min-width: 1024px) {
    .menu__main-menu {
      border-left: 1px solid #3c3c3c;
      border-right: 1px solid #3c3c3c;
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5 0 auto;
              flex: 1.5 0 auto; } }
  .menu__main-menu .items {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .menu__main-menu .items :not(:first-child) {
      display: none; }
    @media only screen and (min-width: 1024px) {
      .menu__main-menu .items :not(:first-child) {
        display: block; } }
  .menu__main-menu_mobile {
    height: auto;
    margin-right: -15px; }
    @media only screen and (min-width: 1024px) {
      .menu__main-menu_mobile {
        display: none; } }
    .menu__main-menu_mobile:after {
      content: ''; }
    .menu__main-menu_mobile.active .select {
      background-color: #fff;
      color: #000; }
    .menu__main-menu_mobile .select {
      background-color: transparent;
      color: #fff;
      border: none;
      padding: 15px 20px; }
    .menu__main-menu_mobile .menu-items {
      left: initial;
      padding: 100px 0;
      right: 0;
      top: 50px;
      width: 100vw; }
      .menu__main-menu_mobile .menu-items .menu__item {
        padding: 0 20px;
        text-align: center;
        margin: 0; }
      .menu__main-menu_mobile .menu-items .items.social {
        position: absolute;
        bottom: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 100%; }
        .menu__main-menu_mobile .menu-items .items.social .menu__item_icon {
          border: none; }
  .menu__menu-social {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .menu__menu-social {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 0.7;
            -ms-flex: 0.7 0 auto;
                flex: 0.7 0 auto; }
        .menu__menu-social .items :not(:last-child) a {
          margin-right: 20px; } }
  .menu__menu-actions {
    border-left: 1px solid #3c3c3c;
    display: none;
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3 0 auto;
            flex: 0.3 0 auto; }
    @media only screen and (min-width: 1024px) {
      .menu__menu-actions {
        display: block; } }
    .menu__menu-actions .items {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .menu__menu-actions .items .toggle {
        margin-left: 15px;
        padding: 15px; }
        .menu__menu-actions .items .toggle.active {
          background-color: #fff; }
          .menu__menu-actions .items .toggle.active:before {
            color: #000 !important; }
  .menu__item {
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .menu__item {
        margin-right: 20px; } }
    .menu__item a {
      background-color: #5742a8;
      display: block;
      padding: 15px; }
      .menu__item a:hover {
        color: #acacad; }
      @media only screen and (min-width: 1024px) {
        .menu__item a {
          background-color: transparent;
          padding: 0; } }
    .menu__item_icon {
      font-family: 'FontAwesome'; }
      .menu__item_icon.bw:before {
        color: inherit !important; }
      .menu__item_icon:before {
        font-size: 18px; }
    .menu__item_facebook:before {
      color: #39579a;
      content: "\f09a"; }
    .menu__item_twitter:before {
      color: #50abf1;
      content: "\f099"; }
    .menu__item_gplus:before {
      color: #de4d3b;
      content: "\f0d5"; }
    .menu__item_instagram:before {
      color: #a7a7a9;
      content: "\f16d"; }
    .menu__item_email:before {
      color: #a7a7a9;
      content: "\f003"; }
    .menu__item_search:before {
      color: #a7a7a9;
      content: "\f002"; }
    .menu__item_secondary-menu:before {
      color: #a7a7a9;
      content: "\f0c9"; }

.feed {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1276px) {
    .feed {
      margin-left: 0;
      margin-right: 0; } }
  .feed .scrollbar-wrap {
    max-height: 100%;
    overflow: hidden;
    overflow-y: visible;
    padding-left: 20px;
    width: 93%; }
    .feed .scrollbar-wrap::-webkit-scrollbar {
      width: 8px; }
    .feed .scrollbar-wrap::-webkit-scrollbar-track {
      margin-right: 12px; }
    .feed .scrollbar-wrap::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.7); }
    .feed .scrollbar-wrap::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(0, 0, 0, 0.4); }
  .feed__item {
    padding: 24px 15px; }
   
  .feed__item a {
    color: #fff; 
    }
    
  .feed__news-ticker {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: 452px;
    overflow: hidden;
    overflow-y: scroll; }
    @media only screen and (min-width: 1276px) {
      .feed__news-ticker {
        margin-left: 30px;
        overflow: hidden; } }
    .feed__news-ticker .item {
      border-bottom: 1px solid #786ab0;
      font-size: 16px;
      font-weight: 300;
      margin-right: 10px; 
      padding: 10px 0px 10px 15px;
      }
    .feed__news-ticker .tag {
      font-size: 11px;
      min-width: 155px; 
      color: #000;
      }
    .feed__news-ticker .tag a {
      color: #000;
      }

.highlight {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  /* padding-bottom: 45px; */ 
  }
  @media only screen and (min-width: 1024px) {
    .highlight .card {
      margin-right: 30px; }
      .highlight .card:last-child {
        margin-right: 0; } }
  .highlight__hero {
    -webkit-box-flex: 1;
        -ms-flex: 1 65%;
            flex: 1 65%; }
  @media only screen and (min-width: 1276px) {
    .highlight {
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: initial;
          -ms-flex-pack: initial;
              justify-content: initial; } }

.agenda {
  /* background-color: #0d0d0e; */
  background-color: #000; /* Cambiado para seguir usando los logos originales */ 
  padding-top: 25px;
  position: relative; }
  .agenda__event-wrapper {
    padding: 0 20px 20px 20px; 
    display:none;
    /* visibility:hidden; */     
    }
  .agenda__event-wrapper.open {
    /* visibility:visible; */ 
    display:block;
    }
    .agenda__event-wrapper .filters {
      padding: 10px 0 !important; }
  .agenda .filters {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px; }
    .agenda .filters_header {
      margin-bottom: 45px;
      padding: 0; }
      @media only screen and (min-width: 1024px) {
        .agenda .filters_header {
          margin: 0; } }
      .agenda .filters_header .radio-group {
        padding: 0 20px !important; }
    .agenda .filters .dropdown-menu, .agenda .filters .dropdown-menu_wide-open {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      height: auto;
      overflow: visible; }
    .agenda .filters .radio-group {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: initial;
          -ms-flex-pack: initial;
              justify-content: initial;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media only screen and (min-width: 1024px) {
        .agenda .filters .radio-group {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 0 5px;
          margin: 5px 0; } }
      .agenda .filters .radio-group label {
        padding: 10px 0; }
    @media only screen and (min-width: 1024px) {
      .agenda .filters .dropdown-menu, .agenda .filters .dropdown-menu_wide-open {
        -webkit-box-flex: 1;
            -ms-flex: 1 100%;
                flex: 1 100%; } }
  .agenda .title, .agenda .card__title {
    background-color: #a7a7a9;
    font-size: 15px;
    padding: 10px 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-indent: 12px; }
    @media only screen and (min-width: 1024px) {
      .agenda .title, .agenda .card__title {
        display: none; } }
  .agenda__upcoming {
    padding: 15px 0;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1276px) {
      .agenda__upcoming {
        max-width: 60%; } }
    .agenda__upcoming .filters:not(:first-of-type) {
      padding: 0 15px; }
    .agenda__upcoming .list {
      padding: 0 20px; }
    .agenda__upcoming .dropdown-menu, .agenda__upcoming .dropdown-menu_wide-open {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important; }
    /* agregado x Dante */
    .agenda__upcoming .list.list__prox {
      display:none; }
    .agenda__upcoming .list.list__prox.open {
      display:block; }

.user-data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0e;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  margin: 0 auto; }
  .user-data_newsletter .form {
    padding: 50px 0; }
    @media only screen and (min-width: 1024px) {
      .user-data_newsletter .form {
        width: 50%; } }
  .user-data .form {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .user-data .form p {
      color: #a7a7a9;
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 100%;
              flex: 1 100%;
      margin-bottom: 10px;
      width: 100%; }
    .user-data .form__input {
      border: 2px solid #a7a7a9;
      background-color: transparent;
      font-family: "Favorit";
      font-size: 16px;
      font-weight: 300;
      -webkit-box-flex: 4;
          -ms-flex: 4 0 auto;
              flex: 4 0 auto;
      padding: 10px; }
    .user-data .form__list {
      background-color: transparent;
      border-width: 2px;
      margin-bottom: 25px;
      min-height: 180px;
      padding: 10px;
      resize: none;
      width: 100%; }
    .user-data .form__send {
      background-color: #a7a7a9;
      border: none;
      font-family: "Favorit";
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 5px 12px;
      margin-right: -5px;
      font-size: 24px;
      font-family: "Favorit"; 
      cursor: pointer; }
  .user-data_white {
    background-color: #fff;
    border: 2px solid #0d0d0e;
    color: #0d0d0e; }
    .user-data_white .form__input {
      border: 2px solid #0d0d0e; }
    .user-data_white .form__send {
      background-color: #0d0d0e;
      color: #fff; }
  .user-data .menu__menu-social {
    margin-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .user-data .menu__menu-social .items {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-flex: 0.4;
          -ms-flex: 0.4;
              flex: 0.4; }
  .user-data .menu__item_icon:before {
    color: #a7a7a9;
    font-size: 24px; }

.event .user-data {
	padding: 0 10px;
}     

.event .user-data .form__input {
    color: #a7a7a9;
    margin: 4px;
    /* width: 100%; */
    font-size: inherit;
}     
.event .user-data .form__send {
    font-size: inherit;
    margin: 4px;    
}     


.card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-flex: 2.05;
      -ms-flex: 2.05;
          flex: 2.05;
  position: relative; }
  .card a {
    width: 100%; }
  .card .image {
    background-color: #303030;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    display: block;
    height: 100%;
    margin: auto;
    margin-bottom: 25px;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 1276px) {
      .card .image {
        margin-bottom: 0; } }
  .card__data {
    bottom: 0;
    padding: 15px 15px 0px 15px; /* Modificado x Dante */
    width: 100%; /* Agregado x Dante */
    position: absolute; }
    @media only screen and (max-width: 768px) { /* Agregado x Dante */
      .card__data {
        position: relative; 
	    padding: 0; /* Modificado x Dante */
        } 
      .card .card__data .article-date{
        margin:0; } 
     }
  .card__content {
    padding-bottom: 15px; }
    .card__content p {
      color: #a7a7a9;
      font-size: 15px;
      /* font-weight: 300; Sacado x Dante */
      line-height: 1.6em; }
    .card__content + .tag {
      display: none;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .card__content + .tag {
          display: inline-block; } }
  .card__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .card__headline {
    color: #a7a7a9;
    font-size: 15px;
    /* font-weight: 300; Sacado x Dante*/ 
    line-height: 1.5em;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .card .tag {
    margin-bottom: 24px; }
    .card .tag.article-date {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      @media only screen and (min-width: 1276px) {
        .card .tag.article-date {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .card .tag.article-author {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .card_article .card__content {
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .card_article:hover {
    background-color: #5742a8; }
    .card_article:hover .card__content {
    /* Modificado x Dante
      -webkit-transform: translateX(15px);
          -ms-transform: translateX(15px);
              transform: translateX(15px);
     */          
      -webkit-transform: translateX(2px);
          -ms-transform: translateX(2px);
              transform: translateX(2px);
       }
      .card_article:hover .card__content p {
        color: #fff; }
    .card_article:hover .tag {
      background-color: #e1f824; }
  .card.badge {
    position: relative; }
    .card.badge:before {
      background-color: #000;
      border-radius: 50%;
      content: '';
      height: 35px;
      left: 10px;
      position: absolute;
      top: 10px;
      width: 35px; }
    .card.badge_highlight:after {
      color: #e2f823;
      content: '!';
      display: block;
      font-size: 30px;
      left: 24px;
      position: absolute;
      text-align: center;
      top: 6px; }
    .card.badge_video:after {
      color: #fff;
      content: '\25B6';
      display: block;
      font-size: 34px;
      left: 18px;
      position: absolute;
      text-align: center;
      top: 4px; }
  .card_small .image {
    height: 255px; }

    
  /* DESDE ACA ES TODO NUEVO */
  
.varios {
	max-width:900px;
	background-color:#0d0d0e;
	position:relative;
	padding: 20px;
}
.varios h2 {
	font-size: 20px;
}
.varios p {
	font-size: 14px;
}
.varios a {
	color: #e2f823;
}
.varios b {
	display:inline;
	font-weight:normal;
}
.varios p {
	margin: 10px 0;
	font-weight:normal;
}
.varios td {
	padding:5px;
}
.varios input, .varios select, .varios textarea, .varios option {
	font-family: "Favorit";
	padding:5px;
} 

