@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

.news-card {
    display: block;
    max-height: 38rem;
    overflow: hidden;
    margin: 0 0.14286rem;
    position: relative;
}
.news-card img {
    position: relative;
    z-index: -1;
    width: 100%;
}
.news-card__tag {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 11px;
    position: absolute;
    right: 22px;
    text-transform: uppercase;
    top: 22px;
    z-index: 2;
}
.news-card__content {
    bottom: 0px !important;
    color: #FFF;
    left: 0px !important;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(rgba(33,33,33,0), rgba(33,33,33,0.6)) !important;
    margin: 0px !important;
}
.news-card__date {
    color: #B3B3B3;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.news-card__header {
    color: #fff;
    font-size: 24px;
    margin: 16px 0px !important;
    position: absolute;
    bottom: 0px;
    width: 90% !important;
    text-transform: none;
}
.news-card__excerpt {
    transform: translateY(100%);
    transition: all 0.3s ease;
    z-index: 0;
}

.noticias_fuente{
    padding: 0px !important;
    text-transform: uppercase !important;
}

.noticias_fuente_img{
  /* padding-top: 56.25%; */
  height: 229px;
  background-size: 100% !important;
  background-position: center center !important;
  transition: all 0.3s;
  background-repeat: no-repeat !important;
}

.news-card:hover .noticias_fuente_img{
    box-shadow: inset 0 0 0 71.42857rem rgba(0, 0, 0, 0.8);
}
.news-card:hover > .news-card__content {
    transform: translateY(0%) !important;
}

.noticias_fuente .news-card__header{
    color: #fafafa;
}

.noticias_fuente .news-card__tag{
    background: #fafafa;
}

@media(max-width: 991px){
.noticias_fuente_img {
    padding-top: 0%;
    height: 400px;
    background-size: cover !important;
    background-position: top !important;
  }
}

@media(max-width: 767px){
.noticias_fuente_img {
    padding-top: 0%;
    height: 350px !important;
    background-size: cover !important;
    background-position: top !important;
  }
  .noticias_fuente .news-card{
      width: 100%
  }
}

.noticias_fuente_tecReview .noticias_fuente_img{
  height: 392px;
  margin: 0px;
  background-size: cover !important;
}

.noticias_fuente_tecReview .news-card__header{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 27px;
  line-height: normal;
  margin: 44px 20px !important;
}

.noticias_fuente_tecReview .news-card__header strong {
  font-weight: normal;
}

/* --------------------------------- slider --------------------------------- */
.noticias_fuente_slider{
  display: none;
}

.noticias_fuente_slider .news-card__header{
  margin-bottom: 41px !important;
}

.noticias_fuente_slider .bx-controls-direction{
  top: calc(100% - 36px) !important;
  height: 24px !important;
  bottom: 0px !important;
}

.noticias_fuente_slider .bx-controls-direction a,
.noticias_fuente_slider .bx-controls-direction a:hover,
.noticias_fuente_slider .bx-controls-direction a:focus{
  display: inline-block !important;
  background: transparent;
  font-size: 24px !important;
  position: static !important;
  margin: 0px !important;
  margin-top: -12px !important;
}

@media(max-width: 767px){
  .noticias_fuente_slider{
    display: inherit;
  }
  .noticias_fuente{
    display: none;
  }
}

/* ----------------------------- slider Conecta ----------------------------- */

.noticias_fuente_slider_conecta,
.noticias_fuente_slider_conecta:hover,
.noticias_fuente_slider_conecta .bx-wrapper,
.noticias_fuente_slider_conecta .bx-viewport,
.noticias_fuente_slider_conecta .noticias_fuente_img{
  height: 229px !important;
  margin-top: 0px !important;
  background-size: cover !important;
}

/* ---------------------------- slider tecReview ---------------------------- */

.noticias_fuente_slider_tecReview,
.noticias_fuente_slider_tecReview:hover,
.noticias_fuente_slider_tecReview .bx-wrapper,
.noticias_fuente_slider_tecReview .bx-viewport,
.noticias_fuente_slider_tecReview .noticias_fuente_img{
  height: 320px !important;
  margin-top: 0px !important;
  background-size: cover !important;
}

.noticias_fuente_slider {
    width: calc(100% / 3);
}

@media(max-width: 767px){
    .noticias_fuente_slider {
        width: 100%;
    }

  .noticias_fuente_slider .content-bxslider {
      width: 3.333% !important;
  }
}
