@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
.lato{
    font-family: 'Lato', sans-serif;
}
.con__container-fluid,
.con__container {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Lato', sans-serif;
}

.con__container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.con__container.max_1224{
    width: 100%;
    max-width: 1224px;
}

.con__row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.con__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.con__col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.con__col-xs,
.con__col-xs-1,
.con__col-xs-2,
.con__col-xs-3,
.con__col-xs-4,
.con__col-xs-5,
.con__col-xs-6,
.con__col-xs-7,
.con__col-xs-8,
.con__col-xs-9,
.con__col-xs-10,
.con__col-xs-11,
.con__col-xs-12,
.con__col-xs-offset-0,
.con__col-xs-offset-1,
.con__col-xs-offset-2,
.con__col-xs-offset-3,
.con__col-xs-offset-4,
.con__col-xs-offset-5,
.con__col-xs-offset-6,
.con__col-xs-offset-7,
.con__col-xs-offset-8,
.con__col-xs-offset-9,
.con__col-xs-offset-10,
.con__col-xs-offset-11,
.con__col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.con__col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.con__col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.con__col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.con__col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.con__col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.con__col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.con__col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.con__col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.con__col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.con__col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.con__col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.con__col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.con__col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.con__col-xs-offset-0 {
  margin-left: 0;
}

.con__col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.con__col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.con__col-xs-offset-3 {
  margin-left: 25%;
}

.con__col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.con__col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.con__col-xs-offset-6 {
  margin-left: 50%;
}

.con__col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.con__col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.con__col-xs-offset-9 {
  margin-left: 75%;
}

.con__col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.con__col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .con__container {
    width: 49rem;
  }

  .con__col-sm,
  .con__col-sm-1,
  .con__col-sm-2,
  .con__col-sm-3,
  .con__col-sm-4,
  .con__col-sm-5,
  .con__col-sm-6,
  .con__col-sm-7,
  .con__col-sm-8,
  .con__col-sm-9,
  .con__col-sm-10,
  .con__col-sm-11,
  .con__col-sm-12,
  .con__col-sm-offset-0,
  .con__col-sm-offset-1,
  .con__col-sm-offset-2,
  .con__col-sm-offset-3,
  .con__col-sm-offset-4,
  .con__col-sm-offset-5,
  .con__col-sm-offset-6,
  .con__col-sm-offset-7,
  .con__col-sm-offset-8,
  .con__col-sm-offset-9,
  .con__col-sm-offset-10,
  .con__col-sm-offset-11,
  .con__col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .con__col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .con__col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .con__col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .con__col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .con__col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .con__col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .con__col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .con__col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .con__col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .con__col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .con__col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .con__col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .con__col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .con__col-sm-offset-0 {
    margin-left: 0;
  }

  .con__col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .con__col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .con__col-sm-offset-3 {
    margin-left: 25%;
  }

  .con__col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .con__col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .con__col-sm-offset-6 {
    margin-left: 50%;
  }

  .con__col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .con__col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .con__col-sm-offset-9 {
    margin-left: 75%;
  }

  .con__col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .con__col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .con__container {
    width: 65rem;
  }

  .con__col-md,
  .con__col-md-1,
  .con__col-md-2,
  .con__col-md-3,
  .con__col-md-4,
  .con__col-md-5,
  .con__col-md-6,
  .con__col-md-7,
  .con__col-md-8,
  .con__col-md-9,
  .con__col-md-10,
  .con__col-md-11,
  .con__col-md-12,
  .con__col-md-offset-0,
  .con__col-md-offset-1,
  .con__col-md-offset-2,
  .con__col-md-offset-3,
  .con__col-md-offset-4,
  .con__col-md-offset-5,
  .con__col-md-offset-6,
  .con__col-md-offset-7,
  .con__col-md-offset-8,
  .con__col-md-offset-9,
  .con__col-md-offset-10,
  .con__col-md-offset-11,
  .con__col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .con__col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .con__col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .con__col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .con__col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .con__col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .con__col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .con__col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .con__col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .con__col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .con__col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .con__col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .con__col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .con__col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .con__col-md-offset-0 {
    margin-left: 0;
  }

  .con__col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .con__col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .con__col-md-offset-3 {
    margin-left: 25%;
  }

  .con__col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .con__col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .con__col-md-offset-6 {
    margin-left: 50%;
  }

  .con__col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .con__col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .con__col-md-offset-9 {
    margin-left: 75%;
  }

  .con__col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .con__col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .con__container {
    width: 76rem;
  }

  .con__col-lg,
  .con__col-lg-1,
  .con__col-lg-2,
  .con__col-lg-3,
  .con__col-lg-4,
  .con__col-lg-5,
  .con__col-lg-6,
  .con__col-lg-7,
  .con__col-lg-8,
  .con__col-lg-9,
  .con__col-lg-10,
  .con__col-lg-11,
  .con__col-lg-12,
  .con__col-lg-offset-0,
  .con__col-lg-offset-1,
  .con__col-lg-offset-2,
  .con__col-lg-offset-3,
  .con__col-lg-offset-4,
  .con__col-lg-offset-5,
  .con__col-lg-offset-6,
  .con__col-lg-offset-7,
  .con__col-lg-offset-8,
  .con__col-lg-offset-9,
  .con__col-lg-offset-10,
  .con__col-lg-offset-11,
  .con__col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .con__col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .con__col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .con__col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .con__col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .con__col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .con__col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .con__col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .con__col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .con__col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .con__col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .con__col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .con__col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .con__col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .con__col-lg-offset-0 {
    margin-left: 0;
  }

  .con__col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .con__col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .con__col-lg-offset-3 {
    margin-left: 25%;
  }

  .con__col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .con__col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .con__col-lg-offset-6 {
    margin-left: 50%;
  }

  .con__col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .con__col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .con__col-lg-offset-9 {
    margin-left: 75%;
  }

  .con__col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .con__col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}

.right{
    float: right;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar {
  background: #5755d9;
  border-radius: 50%;
  color: rgba(255, 255, 255, .85);
  display: inline-block;
  font-size: .8rem;
  font-weight: 300;
  height: 1.6rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.6rem;
}

.avatar.avatar-xs {
  font-size: .4rem;
  height: .8rem;
  width: .8rem;
}

.avatar.avatar-sm {
  font-size: .6rem;
  height: 1.2rem;
  width: 1.2rem;
}

.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}

.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}

.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: .1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}

.avatar .avatar-presence {
  background: #acb3c2;
  border-radius: 50%;
  box-shadow: 0 0 0 .1rem #fff;
  height: .5em;
  width: .5em;
}

.avatar .avatar-presence.online {
  background: #32b643;
}

.avatar .avatar-presence.busy {
  background: #e85600;
}

.avatar .avatar-presence.away {
  background: #ffb700;
}

.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.chip {
  align-items: center;

  border-radius: 5rem;
  color: #000;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  font-size: 90%;
  height: 1.2rem;
  line-height: .8rem;
  margin: .1rem;
  max-width: 100%;
  padding: .2rem .4rem;
  text-decoration: none;
  vertical-align: middle;
}

.chip.active {
  background: #5755d9;
  color: #fff;
}

.chip .avatar {
  margin-left: -.4rem;
  margin-right: .2rem;
}

.__hero{
    height: 100vh;
}

.btn{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 11rem;
    padding: 0 4rem;
    background: #fff;
    border: 1px solid #212121;
    height: 3rem;
    line-height: 3rem;
    color: #212121;
    cursor: pointer;
    transition: background-color,.15s;
}

.btn.btn-hover:hover{
    box-shadow: 0 .05rem .2rem rgba(69, 77, 93, .5);
}

.btn-link{
    border: 0;
}
.btn-m{
    margin: 2rem 0;
}

.plyr{
    border-radius: 0.5rem;
}

/*Index*/
.section__hero{
    background-color: #fff;
    padding: 2rem 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    margin-left: 0px !important;
    min-height: 80vh;
}


.hero__item{
    background: rgba(33, 33, 33, 0.98);
    color: #fff;
    padding: 3rem 4.5rem 0 4.5rem;
    position: relative;
}

.hero__item .hero__content,
.hero__item .hero__category{
    font-weight: lighter;
    margin: 0.5rem 0;
}

.hero__item .hero__category a{
    color: #fff;
    font-weight: normal;
    padding: 0.5rem 0;
}

.hero__item .hero__link{
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 64em) {

}

@media only screen and (min-width: 48em) {
    .section__hero{
        padding: 0;
    }

    .section__hero::before{
        content: "";
        width: 30%;
        height: 80vh;
        background: #fff;
        top: 0;
        right: 0;
        position: absolute;
    }

    .hero__item{
        padding-bottom: 4.5rem;
    }

    .hero__item .hero__link{
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
    }
}
@media only screen and (min-width: 75em) {

}

/*Menu Category*/
.section__menu_category{
    font-weight: lighter;
}

.section__menu_category .con__col-sm-6{
    padding: 0.5rem 0.5rem;
}

.section__menu_category .con__col-sm-6 p{
    height: 3rem;
    line-height: 3rem;
    color: #212121;
    font-weight: normal;
    padding-left: 1rem;
}

.section__menu_category .con__col-sm-6.text-right{
    background: #212121;
    text-align: center;
}

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #212121;
    cursor: pointer;
}

.dropdown .btn.btn-link{
    background: #212121;
    color: #fff;

    font-weight: lighter;
}

.dropdown .menu {
    animation: slide-down .15s ease 1;
    display: none;
    right: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    position: absolute;
    top: 110%;
    background: #212121;
    box-shadow: 0 .05rem .2rem rgba(69, 77, 93, .3);
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: 2rem 1.5rem;
    transform: translateY(.2rem);
    z-index: 100;
    color: #fff;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 48em) {
    .dropdown .menu {
        right: -8px;
        left: auto;
        width: 130%;
    }


}

.dropdown.dropdown-right .menu {
    left: auto;
    right: 0;
}

.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
    display: block;
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: .1rem;
    border-top-right-radius: .1rem;
}


.menu .menu-item {
    margin-top: 0;

    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-align: left;
}

.menu .menu-item > a {
    border-radius: .1rem;
    color: inherit;
    display: block;

    line-height: 2rem;
    text-decoration: none;
}

.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
    font-weight: bold;
    color: #fff;
}

.menu .menu-item > a:active,
.menu .menu-item > a.active {
    font-weight: bold;
    color: #fff;
}

.menu .menu-item + .menu-item {
    margin-top: .2rem;
}

/*Entradas*/
.section__entradas{

}

.entradas__entrada_min{
    padding: 2rem 2rem;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    color: #000;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.entradas__entrada_min a{
    color: #000;
}

.entradas__entrada_min:hover{
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}

.number{
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 2rem;
}

.entradas__entrada_min span.time{
    color: #898989;
    font-style: italic;
}



.entradas__cards{
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 1rem;
    border-bottom: 1px solid #bdbdbd;
}

.card {
    border-radius: .1rem;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}

.card .card-header,
.card .card-body,
.card .card-footer {
    padding: .8rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}



.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
    padding-bottom: .8rem;
}

.card .card-image {
    padding-top: .8rem;
    height: 170px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card .card-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}



.card .card-subtitle{
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

.card .card-body{
    font-weight: 300;
    text-align: justify;
    color: #000;
    overflow: hidden;
}


.card .card-image:first-child {
    padding-top: 0;
}

.card .card-image:first-child img {
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}

.card .card-image:last-child img {
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}

.card .card-footer{
    padding-top:1rem;
    padding-bottom: 1rem;

}

.card .card-footer .date{
    float: right;
    margin-top: 0.3rem;
    font-size: 12px;
}

.card.dark .card-title,
.card.dark .card-body,
.card.dark .card-subtitle,
.card.dark .card-footer,
.card.dark .card-footer .chip{
    color: #fff;
    text-align: left;
}

.card.dark .card-header,
.card.dark .card-body,
.card.dark .card-footer {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 48em) {
    .entradas__v{
        padding-left: 3rem;
    }
}


/*Noticias destacadas*/
.section__noticias_destacadas{
    margin-bottom: 4rem;
}

.noticias_destacadas_text{
    padding-top: 1rem;
}

.noticias_destacadas_text .card-header,
.noticias_destacadas_text .card-body,
.noticias_destacadas_text .card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.noticias_destacadas_text .card .date{
    float: right;
    margin-top: 0.3rem;
    font-size: 12px;
}

p.title_new{
    margin: 1rem;
    font-weight: bold;
    color: #000;
}
.noticias_destacadas_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 200px;
}

.siema_destacadas .con__row{
    margin-left: 0px !important;
}


@media only screen and (min-width: 48em) {
    .noticias_destacadas_img{
        height: 80vh;
    }
}

.section__videos_destacados{
    margin-bottom: 4rem;
}

.videos_destacados_video{
    padding: 1rem;
}

.videos_destacados_text{
    padding-top: 2rem;
}

.videos_destacados_text .card-header,
.videos_destacados_text .card-body,
.videos_destacados_text .card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.videos_destacados_text .card .date{
    float: right;

    font-size: 12px;
}

.btn-f-left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



/*Entrada*/
.entrada_img_destacada{
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.entrada_title_category{
    padding: 1rem;
    color: #212121;
}

.entrada_title_category h1{
    font-size: 2.5rem;
}

.entrada_title_category p{
    font-weight: 300;
    color: #000000;
}

.section__entrada_contenido{
    padding: 2rem 0;
}

.btn-absolute-b-l{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section__galeria_imagenes{
    padding-bottom: 4rem;
    max-width: 1000px;
}


.img_gallery_full{
    margin: 0 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_gallery_full img{
    width: 100%;
    margin: auto;
}
.img_gallery{
    margin: 0 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

.img_gallery img{
    width: 100%;
    margin: auto;

}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}

.section__galeria_videos{
    margin-bottom: 4rem;
}
.videos{
    margin: 0 0.5rem;
}

.margin-b{
    margin-bottom: 2rem;
}

.id_video{
    cursor: pointer;
}
