/*-----------------------------------------*/
/* NOTICIA DESTACADA */
body.section-actualidad .noticias-contenido .destacada a, 
body.section-sources .noticias-contenido .destacada a {
  width: auto;
  min-height: auto;
  justify-content: space-between;
}
body.section-actualidad .noticias-contenido .destacada a:before, 
body.section-sources .noticias-contenido .destacada a:before{
  background: #e0ded9;
  border-bottom-width: 5px;
  height: 50px;
  bottom: 0;
  width: 100%;
  border: none;
}
body.section-actualidad .noticias-contenido .destacada a > .imagen, body.section-sources .noticias-contenido .destacada a > .imagen {
  width: auto;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  height: 438px;
  -ms-flex-item-align: center;
  align-self: right !important;
}

body.section-actualidad .noticias-contenido .destacada a > .texto, body.section-sources .noticias-contenido .destacada a > .texto {
  align-self: center;
  -ms-flex-item-align: center;
  width: 560px;
  padding: 0 60px 0 100px;
  z-index: 2;
  text-align: right;
  color: #464646;
}
body.section-actualidad .noticias-contenido .destacada a > .texto .titulo, 
body.section-sources .noticias-contenido .destacada a > .texto .titulo{
  color: #464646;
  font-family: 'Roboto-Medium', Arial, sans-serif !important;
  font-size: 28px!important;
  line-height: 34px !important;
}
body.section-actualidad .noticias-contenido .destacada a > .texto .titulo:before, 
body.section-sources .noticias-contenido .destacada a > .texto .titulo:before{
  content: '';
  height: 5px;
  background-repeat: no-repeat;
  border-left: 325px solid #ff8200;
  display: flex;
  align-items: flex-start;
  margin-bottom: 38px;
  margin-left: 250px; 
}

@media (max-width: 1240px) {
    body.section-actualidad .noticias-contenido .destacada,
    body.section-sources .noticias-contenido .destacada {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
  body.section-actualidad .noticias-contenido .destacada a > .imagen, body.section-sources .noticias-contenido .destacada a > .imagen {
    width: 100%;
    margin: 0;
  }
  
  body.section-actualidad .noticias-contenido .destacada a > .texto,
  body.section-sources .noticias-contenido .destacada a > .texto {
    width: 100%;
    padding-left: 30%;
  }

  body.section-actualidad .noticias-contenido .destacada a > .texto .titulo:before, body.section-sources .noticias-contenido .destacada a > .texto .titulo:before {
    margin: 30px 0 20px 60%;
  }

}

@media (max-width: 767px) {
  body.section-actualidad .noticias-contenido .destacada,
  body.section-sources .noticias-contenido .destacada {
    margin-bottom: 0;
  }

  body.section-actualidad .noticias-contenido .destacada a > .texto,
  body.section-sources .noticias-contenido .destacada a > .texto {
    padding: 20px;
  }

  body.section-actualidad .noticias-contenido .destacada a > .texto .titulo,
  body.section-sources .noticias-contenido .destacada a > .texto .titulo {
    margin-bottom: 20px;
  }

  body.section-actualidad .noticias-contenido .destacada a > .texto .titulo:before, body.section-sources .noticias-contenido .destacada a > .texto .titulo:before {
    margin-top: 0;
    margin-bottom: 10px;
  }

  body.section-actualidad .noticias-contenido .destacada a > .texto .contenido p.texto,
  body.section-sources .noticias-contenido .destacada a > .texto .contenido p.texto {
      margin: 0;
  }

  body.section-actualidad .noticias-contenido .destacada a > .imagen, body.section-sources .noticias-contenido .destacada a > .imagen {
    height: auto;
  }

  body.section-actualidad .noticias-contenido .destacada a > .imagen img, body.section-sources .noticias-contenido .destacada a > .imagen img {
    top: 0;
    left: 0;
    transform: none;
  }
}
/*-----------------------------------------*/

/*-----------------------------------------*/
/* DESATACADOS NOTICIAS */
body.section-actualidad .noticias-contenido .listado, 
body.section-sources .noticias-contenido .listado{
  justify-content: space-between;
}
body.section-actualidad .noticias-contenido .listado,
body.section-sources .noticias-contenido .listado,
body.section-actualidad .multimedia-contenido .listado,
body.section-sources .multimedia-contenido .listado {
  background: none !important;
}
body.node-type-proyectos .listado.noticias:after {
  background: none;
}
body.section-actualidad .noticias-contenido .listado .elemento,
body.section-sources .noticias-contenido .listado .elemento {
  width: calc(((100% - 40px) / 3 ));
  margin: 0 0 20px;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia,
body.section-sources .noticias-contenido .listado .elemento .noticia,
body.section-actualidad .multimedia-contenido .listado > a .noticia, 
body.section-sources .multimedia-contenido .listado > a .noticia {
    float: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
body.section-actualidad .multimedia-contenido .listado > a .noticia h2:before, 
body.section-sources .multimedia-contenido .listado > a .noticia h2:before {
  display: none;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .imagen,
body.section-sources .noticias-contenido .listado .elemento .noticia .imagen,
body.section-actualidad .multimedia-contenido .listado > a .noticia .imagen, 
body.section-sources .multimedia-contenido .listado > a .noticia .imagen {
    position: relative;
}

body.section-actualidad .noticias-contenido .listado .elemento .noticia .contenido,
body.section-sources .noticias-contenido .listado .elemento .noticia .contenido,
body.section-actualidad .multimedia-contenido .listado > a .noticia .contenido, 
body.section-sources .multimedia-contenido .listado > a .noticia .contenido {
    margin-top: 0px;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 5px solid #ddd;
    background: none !important;
    border-bottom: none;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .contenido .titulo,
body.section-sources .noticias-contenido .listado .elemento .noticia .contenido .titulo,
body.section-actualidad .multimedia-contenido .listado > a .noticia .contenido .titulo, 
body.section-sources .multimedia-contenido .listado > a .noticia .contenido .titulo {
    color: #464646;
    font-family: 'Roboto-Medium', Arial, sans-serif !important;
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 0;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .contenido .fecha,
body.section-sources .noticias-contenido .listado .elemento .noticia .contenido .fecha,
body.section-actualidad .multimedia-contenido .listado > a .noticia .contenido .fecha, 
body.section-sources .multimedia-contenido .listado > a .noticia .contenido .fecha {
    color: #464646;
    font-size: 15px;
    text-align: left;
    margin: 20px 0 0 0;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace,
body.section-sources .noticias-contenido .listado .elemento .noticia .enlace,
body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace, 
body.section-sources .multimedia-contenido .listado > a .noticia .enlace{
    position: relative;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #ddd;
    border-top: none;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace:after,
body.section-sources .noticias-contenido .listado .elemento .noticia .enlace:after,
body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace:after, 
body.section-sources .multimedia-contenido .listado > a .noticia .enlace:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #00809A;
    background: #fff;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
body.section-actualidad .noticias-contenido .listado .elemento:hover .noticia .enlace:after,
body.section-actualidad .noticias-contenido .listado .elemento:focus .noticia .enlace:after,
body.section-sources .noticias-contenido .listado .elemento:hover .noticia .enlace:after,
body.section-sources .noticias-contenido .listado .elemento:focus .noticia .enlace:after {
    color: #00809A;
    background: #fff;
    border-left: none;
}
body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace .boton,
body.section-sources .noticias-contenido .listado .elemento .noticia .enlace .boton,
body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace .boton, 
body.section-sources .multimedia-contenido .listado > a .noticia .enlace .boton{
    opacity: .001;
    background: #fff;
    color: #00809A;
    height: 54px;
    padding: 0 0px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 400;
    padding-right: 0px;
    font-size: 14px;
    -webkit-transition: padding-right 200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding-right 200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.section-actualidad .noticias-contenido .listado .elemento:hover .noticia .enlace .boton,
body.section-sources .noticias-contenido .listado .elemento:hover .noticia .enlace .boton,
body.section-actualidad .multimedia-contenido .listado > a:hover .noticia .enlace .boton, 
body.section-sources .multimedia-contenido .listado > a:hover .noticia .enlace .boton{
    color: #00809A;
    padding-right: 56px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
body.section-actualidad .multimedia-contenido .listado > a:hover .noticia .enlace .boton, 
body.section-sources .multimedia-contenido .listado > a:hover .noticia .enlace .boton {
    opacity: 1;
    padding-right: 56px;
}
body.section-actualidad .multimedia-contenido .listado > a:hover .noticia .enlace:after, 
body.section-sources .multimedia-contenido .listado > a:hover .noticia .enlace:after {
    background: #fff;
    color: #00809A;
    border-left: none;
}
body.section-actualidad .multimedia-contenido .listado > a:hover .noticia .enlace .boton,
body.section-sources .multimedia-contenido .listado > a:hover .noticia .enlace .boton {
    background: #fff;
}
body.section-actualidad .multimedia-contenido .listado > a:hover .noticia .enlace .boton .boton-destacado2-texto,
body.section-sources .multimedia-contenido .listado > a:hover .noticia .enlace .boton .boton-destacado2-texto {
    display: inline-block;
}

@media (max-width: 1240px) {
  body.section-actualidad .noticias-contenido,
  body.section-sources .noticias-contenido,
  body.section-actualidad .multimedia-contenido,
  body.section-sources .multimedia-contenido {
    padding: 0 20px 80px !important;
  }
}

@media (max-width: 1024px) {
  body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace .boton,
  body.section-sources .noticias-contenido .listado .elemento .noticia .enlace .boton,
  body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace .boton, 
  body.section-sources .multimedia-contenido .listado > a .noticia .enlace .boton {
    padding-right: 56px;
    opacity: 1;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace:after,
  body.section-sources .noticias-contenido .listado .elemento .noticia .enlace:after,
  body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace:after, 
  body.section-sources .multimedia-contenido .listado > a .noticia .enlace:after {
    color: #00809A;
    background: #fff;
    border-left: none;
  }

  body.section-actualidad .noticias-contenido,
  body.section-sources .noticias-contenido,
  body.section-actualidad .multimedia-contenido,
  body.section-sources .multimedia-contenido {
    padding-bottom: 0 !important;
  }

  body.section-actualidad .noticias-contenido .listado,
  body.section-sources .noticias-contenido .listado {
    margin-top: 30px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento,
  body.section-sources .noticias-contenido .listado .elemento {
    width: 48.5%;
    margin: 0 0 30px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento:nth-child(2n+0),
  body.section-sources .noticias-contenido .listado .elemento:nth-child(2n+0) {
    margin: 0 0 30px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento.tweet,
  body.section-sources .noticias-contenido .listado .elemento.tweet {
    margin-right: 0;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  body.section-actualidad .noticias-contenido .listado,
  body.section-sources .noticias-contenido .listado,
  body.section-actualidad .multimedia-contenido .listado,
  body.section-sources .multimedia-contenido .listado {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento,
  body.section-sources .noticias-contenido .listado .elemento,
  body.section-actualidad .multimedia-contenido .listado > a,
  body.section-sources .multimedia-contenido .listado > a {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  body.section-actualidad .noticias-contenido .listado .elemento .noticia .contenido,
  body.section-sources .noticias-contenido .listado .elemento .noticia .contenido,
  body.section-actualidad .multimedia-contenido .listado > a .noticia .contenido, 
  body.section-sources .multimedia-contenido .listado > a .noticia .contenido {
    padding: 20px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace .boton,
  body.section-sources .noticias-contenido .listado .elemento .noticia .enlace .boton,
  body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace .boton, 
  body.section-sources .multimedia-contenido .listado > a .noticia .enlace .boton {
    opacity: 1;
    padding-right: 56px;
  }

  body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace:after,
  body.section-sources .noticias-contenido .listado .elemento .noticia .enlace:after,
  body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace:after,
  body.section-sources .multimedia-contenido .listado > a .noticia .enlace:after {
    color: #00809A;
    background: #fff;
  }
}

@media (max-width: 420px) {
    body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace .boton,
    body.section-sources .noticias-contenido .listado .elemento .noticia .enlace .boton,
    body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace .boton, 
    body.section-sources .multimedia-contenido .listado > a .noticia .enlace .boton {
      height: 45px;
      padding-right: 70px;
    }

    body.section-actualidad .noticias-contenido .listado .elemento .noticia .enlace:after,
    body.section-sources .noticias-contenido .listado .elemento .noticia .enlace:after,
    body.section-actualidad .multimedia-contenido .listado > a .noticia .enlace:after,
    body.section-sources .multimedia-contenido .listado > a .noticia .enlace:after {
        height: 45px;
    }
}
/*-----------------------------------------*/

/* Botón - Más fotos y vídeos // Más noticias */

body.section-actualidad .noticias-contenido > a,
body.section-sources .noticias-contenido > a,
body.section-actualidad .multimedia-contenido > a, 
body.section-sources .multimedia-contenido > a {
  width: fit-content;
  min-width: 200px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 12px 16px;
  background: #00809A;
  border: 2px solid #00809A;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.section-actualidad .noticias-contenido > a:after,
body.section-sources .noticias-contenido > a:after,
body.section-actualidad .multimedia-contenido > a:after, 
body.section-sources .multimedia-contenido > a:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  left: 50%; 
  width: 0; 
  height: 100%; 
  background: #fff; 
  border-radius: 5px; 
  transition: all .5s ease;
}
body.section-actualidad .noticias-contenido > a:hover,
body.section-sources .noticias-contenido > a:hover,
body.section-actualidad .multimedia-contenido > a:hover, 
body.section-sources .multimedia-contenido > a:hover {
  color: #00809A;
  border-color: #00809A;
}

body.section-actualidad .noticias-contenido > a.boton-mas_noticias span,
body.section-sources .noticias-contenido > a.boton-mas_noticias span,
body.section-actualidad .multimedia-contenido > a span, 
body.section-sources .multimedia-contenido > a span{
  position: relative; 
  z-index: 10;
}
body.section-actualidad .noticias-contenido > a:before,
body.section-sources .noticias-contenido > a:before,
body.section-actualidad .multimedia-contenido > a:before, 
body.section-sources .multimedia-contenido > a:before{
  background: #FFF !important;
}

/*-----------------------------------------*/


/*-----------------------------------------*/
/* BLOQUE DE TWITTER */

body.section-actualidad .noticias-contenido .listado .elemento.tweet,
body.section-sources .noticias-contenido .listado .elemento.tweet {
  background: none !important;
  border: 5px #037dac solid !important;
  padding: 55px 30px 0 30px!important;
  text-align: center !important;
  box-sizing: border-box;
  margin-bottom: 50px;
}
body .bloque-tweet .tweet-click p,
body .bloque-tweet .tweet-click span,
body.section-actualidad .noticias-contenido .listado .elemento.tweet p,
body.section-sources .noticias-contenido .listado .elemento.tweet p,
body.section-actualidad .noticias-contenido .listado .elemento.tweet a,
body.section-sources .noticias-contenido .listado .elemento.tweet a {
  color: #464646 !important;
}
body .bloque-tweet .tweet-click p{
  font-size: 16px !important;
  text-align: center !important;
  line-height: 30px !important;
}
body .bloque-tweet .tweet-click span{
  font-size: 20px !important;
  text-align: center !important;
}
body.section-actualidad .noticias-contenido .listado .elemento.tweet p i:before,
body.section-sources .noticias-contenido .listado .elemento.tweet p i:before {
  color: #037dac !important;
  text-align: center !important;
  right: auto !important;
  top: auto !important;
  position: relative !important;
  margin-bottom: 15px !important;
  font-size: 70px !important;
}
body.section-actualidad .noticias-contenido .listado .elemento.tweet p.tag span,
body.section-sources .noticias-contenido .listado .elemento.tweet p.tag span {
  display: none;
}
body.section-actualidad .noticias-contenido .listado .elemento.tweet p,
body.section-sources .noticias-contenido .listado .elemento.tweet p {
  font-size: 18px;
  line-height: 24px;
}
body.section-actualidad .noticias-contenido .listado .elemento.tweet .twitter-autor,
body.section-sources .noticias-contenido .listado .elemento.tweet .twitter-autor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.section-actualidad .noticias-contenido .listado .elemento.tweet .twitter-autor p,
body.section-sources .noticias-contenido .listado .elemento.tweet .twitter-autor p {
  text-align: left;
  margin-left: 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  body.section-actualidad .noticias-contenido .listado .elemento.tweet,
  body.section-sources .noticias-contenido .listado .elemento.tweet {
    padding: 10px 20px 0 !important;
  }
}


/* MÁS NOTICIAS */
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia):before,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia):before {
  display: none;
}
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 50px 15px 70px;
}
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a,
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:before,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:before {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:before,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:before{
  color: #ff8200;
  font-size: 33px;
  top: 21px;
}
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:after,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row a:after {
  color: #00809A;
  font-size: 14px;
}
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row .field-content:before,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) .view-mas-leidas > .view-content > .views-row .field-content:before {
  background: #f2f2f2;
}
/*-----------------------------------------*/


/*-----------------------------------------*/
/* BLOQUE MULTIMEDIA */

body.section-actualidad .multimedia-contenido,
body.section-sources .multimedia-contenido{
  background: none;
  padding: 0 0 80px 0;
}

body.section-actualidad .multimedia-contenido:after, 
body.section-sources .multimedia-contenido:after{display: none;}

body.section-actualidad .multimedia-contenido > h2,
body.section-sources .multimedia-contenido > h2,
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) h2,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) h2{
  margin: 0 auto 35px;
  width: 100%;
  max-width: 1240px;
  color: #FF6200 !important;
  font-size: 40px !important;
  line-height: 44px !important;
  display: flex;
  align-items: center;
  font-weight: 600;
}
body.section-actualidad .multimedia-contenido > h2:before,
body.section-sources .multimedia-contenido > h2:before,
body.section-actualidad .noticias-contenido .listado .elemento:not(.btn-noticia) h2:before,
body.section-sources .noticias-contenido .listado .elemento:not(.btn-noticia) h2:before {
  content: '';
  height: 48px;
  background-size: 53px 48px;
  background-repeat: no-repeat;
  border-right: 5px solid #ff8200;
  margin-right: 25px;
  display: block;
}

@media (max-width: 1024px) {
  body.section-actualidad .multimedia-contenido > h2,
  body.section-sources .multimedia-contenido > h2 {
    margin-bottom: 25px;
  }
}

/* Icono play */
body.section-actualidad .multimedia-contenido .listado > a.imagen:before, 
body.section-actualidad .multimedia-contenido .listado > a.video:before, 
body.section-sources .multimedia-contenido .listado > a.imagen:before, 
body.section-sources .multimedia-contenido .listado > a.video:before{
  top: 100px;
  left: 158px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  background: #00809A;
}
body.section-actualidad .multimedia-contenido .listado > 
a.video:before,
body.section-sources .multimedia-contenido .listado > a.video:before {
  content: '\f04b';
  color: #fff;
  font-size: 17px;
}

@media (max-width: 1024px) {
  body.section-actualidad .multimedia-contenido .listado > a.imagen:before, 
  body.section-actualidad .multimedia-contenido .listado > a.video:before, 
  body.section-sources .multimedia-contenido .listado > a.imagen:before, 
  body.section-sources .multimedia-contenido .listado > a.video:before{
    left: calc(50% - 35px);
  }
}
/*-----------------------------------------*/