/* DESATACADOS NOTICIAS */

body.section-actualidad .listado-noticias, body.section-sources .listado-noticias,
body.section-sources .listado-noticias, body.section-sources .listado-noticias {
  justify-content: space-between;
}
body.section-actualidad .listado-noticias, 
body.section-sources .listado-noticias{
  background: none !important;
}

body.section-actualidad .listado-noticias:after, 
body.section-sources .listado-noticias:after{
  background: none;
}
body.section-actualidad .listado-noticias .elemento, 
body.section-sources .listado-noticias .elemento{
  width: calc(((100% - 40px) / 3 ));
  margin: 0 0 20px;
}

body.section-actualidad .listado-noticias .elemento .noticia, 
body.section-sources .listado-noticias .elemento .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 .listado-noticias .elemento .noticia h2:before, 
body.section-sources .listado-noticias .elemento .noticia h2:before{
  display: none;
}
body.section-actualidad .listado-noticias .elemento .noticia .imagen, 
body.section-sources .listado-noticias .elemento .noticia .imagen{
    position: relative;
}
body.section-actualidad .listado-noticias .elemento .noticia .contenido, 
body.section-sources .listado-noticias .elemento .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 #e0ded9;
    background: none !important;
    border-bottom: none;
}
body.section-actualidad .listado-noticias .elemento .noticia .contenido .titulo, 
body.section-sources .listado-noticias .elemento .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 .listado-noticias .elemento .noticia .contenido .fecha, 
body.section-sources .listado-noticias .elemento .noticia .contenido .fecha {
    color: #464646;
    font-size: 15px;
    text-align: left;
    margin: 20px 0 0 0;
}
body.section-actualidad .listado-noticias .elemento .noticia .enlace, 
body.section-sources .listado-noticias .elemento .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 #e0ded9;
    border-top: none;
}
body.section-actualidad .listado-noticias .elemento .noticia .enlace:after, 
body.section-sources .listado-noticias .elemento .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 .listado-noticias .elemento .noticia .enlace .boton, 
body.section-sources .listado-noticias .elemento .noticia .enlace .boton,
body.section-actualidad .listado-noticias .elemento:focus .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 .listado-noticias a:hover .noticia .enlace .boton, 
body.section-sources .listado-noticias a:hover .noticia .enlace .boton,
body.section-actualidad .listado-noticias .elemento:focus .noticia .enlace .boton {
    color: #00809A;
    padding-right: 56px;
    background: #fff;
    opacity: 1;
}
body.section-actualidad .listado-noticias a:hover .noticia .enlace:after, 
body.section-sources .listado-noticias a:hover .noticia .enlace:after,
body.section-actualidad .listado-noticias .elemento:focus .noticia .enlace:after {
    background: #fff !important;
    color: #00809A !important;
    border-left: none;
}
body.section-actualidad .listado-noticias a:hover .noticia .enlace .boton,
body.section-sources .listado-noticias a:hover .noticia .enlace .boton,
body.section-actualidad .listado-noticias .elemento:focus .noticia .enlace .boton {
    color: #00809A !important;
    padding-right: 56px !important;
    background: #fff !important;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
body.section-actualidad .listado-noticias a:hover .noticia .enlace .boton .boton-destacado2-texto,
body.section-sources .listado-noticias a:hover .noticia .enlace .boton .boton-destacado2-texto {
    display: inline-block;
}

/* DETALLE NOTICIA */
body.section-noticias,
body.section-news,
body.section-noticias #content > article.node-noticias .introduccion,
body.section-news #content > article.node-noticias .introduccion,
body.section-noticias #content > article.node-noticias .fecha,
body.section-news #content > article.node-noticias .fecha,
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido p,
body.section-news #content > article.node-noticias .noticia-contenido .contenido p,
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido ul li,
body.section-news #content > article.node-noticias .noticia-contenido .contenido ul li {
  color: #464646 !important;
}
body.section-noticias #content > article.node-noticias h1,
body.section-news #content > article.node-noticias h1 {
    font-size: 46px;
    color: #FF6200;
    display: flex;
    align-items: start;
    text-transform: inherit;
    line-height: 50px;
    padding-left: 25px;
    margin-bottom: 40px;
    border-left: 5px solid #ff8200;
}
body.section-noticias #content > article.node-noticias h1:before,
body.section-news #content > article.node-noticias h1:before {
    display: none;
}
body.section-noticias #content > article.node-noticias .introduccion,
body.section-news #content > article.node-noticias .introduccion {
  line-height: 32px;
  font-size: 20px;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido a.btn,
body.section-news #content > article.node-noticias .noticia-contenido .contenido a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 200px;
  height: auto;
  background: #00809A;
  color: #ffffff !important;
  border: 2px solid #00809A;
  border-radius: 5px !important;
  transition: all .5s ease;
  margin: 0 auto;
  padding: 12px 16px;
  box-sizing: border-box;
  line-height: normal;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido a.btn:hover,
body.section-news #content > article.node-noticias .noticia-contenido .contenido a.btn:hover {
  border-color: #00809A;
  color: #00809A !important;
  background: #ffffff;
  text-decoration: none !important;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido p,
body.section-news #content > article.node-noticias .noticia-contenido .contenido p,
body.section-noticias #content > article.node-noticias .noticia-contenido .contenido ul li,
body.section-news #content > article.node-noticias .noticia-contenido .contenido ul li{
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .compartir .addthis_toolbox a,
body.section-news #content > article.node-noticias .noticia-contenido .compartir .addthis_toolbox a {
    color: #464646;
    background: #f2f2f2;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .compartir .addthis_toolbox a:before,
body.section-news #content > article.node-noticias .noticia-contenido .compartir .addthis_toolbox a:before {
    background: #00809A;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a {
    color: #00809A;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background: #E1F3F6;
    border-radius: 5px;
    transition: all .5s ease;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover {
    background: #00809A;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a:before,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a:before {
    color: #00809A;
    font-size: 14px;
    padding: 10px 13px 10px 14px;
    margin-right: 12px;
    position: relative;
    background: #fff;
    border-radius: 100%;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover:before,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover:before {
    background: #fff !important;
    color: #00809A;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a .titulo,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a .titulo {
    color: #00809A;
    font-family: 'Roboto-Regular', Arial, sans-serif !important;
    text-transform: none;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
body.section-noticias #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover .titulo,
body.section-news #content > article.node-noticias .noticia-contenido .descargas .descarga a:hover .titulo {
    color: #fff !important;
}

@media (max-width: 1024px) {
    body.section-noticias #content > article.node-noticias h1,
    body.section-news #content > article.node-noticias h1 {
        max-width: 100%;
    }
}

@media (max-width: 568px) {
    body.section-noticias #content > article.node-noticias h1,
    body.section-news #content > article.node-noticias h1 {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    body.section-noticias #content > article.node-noticias h1:before,
    body.section-news #content > article.node-noticias h1:before{
        top: 0 !important;
    }
}
/*-----------------------------------------*/
/* PROYECTOS RELACIONADOS */

body.section-noticias #content .proyectos-relacionados,
body.section-multimedia #content .proyectos-relacionados, 
body.section-imagenes #content .proyectos-relacionados, 
body.section-images #content .proyectos-relacionados, 
body.section-videos #content .proyectos-relacionados, 
body.section-news #content .proyectos-relacionados {
  width: 100%;
  max-width: 1240px;
  padding: 40px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background: none;
}
body.section-noticias #content .proyectos-relacionados:after, 
body.section-multimedia #content .proyectos-relacionados:after, 
body.section-imagenes #content .proyectos-relacionados:after, 
body.section-images #content .proyectos-relacionados:after, 
body.section-videos #content .proyectos-relacionados:after, 
body.section-news #content .proyectos-relacionados:after {
  display: none;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos,
body.section-news #content .proyectos-relacionados .listado.proyectos {
  background: none !important;
}

body.section-noticias #content .proyectos-relacionados .listado.proyectos:after,
body.section-news #content .proyectos-relacionados .listado.proyectos:after {
  background: none;
}

body.section-noticias #content .proyectos-relacionados .listado.proyectos,
body.section-news #content .proyectos-relacionados .listado.proyectos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 60px;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos a,
body.section-news #content .proyectos-relacionados .listado.proyectos a {
    width: calc((100% - 40px) /3);
    background: transparent;
    text-align: left;
    text-decoration: none;
    margin: 0;
    min-height: 560px;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto {
    float: none;
    width: 100%;
    height: 100%;
    min-height: 560px;
    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-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .imagen,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .imagen {
    height: 275px;
    position: relative;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .contenido,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .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 #e0ded9;
    border-bottom: none;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .contenido .titulo,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .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-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .contenido .fecha,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .contenido .fecha {
    color: #5c4d45;
    font-family: 'repsolregular' !important;
    font-size: 18px;
    text-align: left;
    margin: 20px 0 0 0;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .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-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace:after,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .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-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace .boton,
body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .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-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-noticias #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace .boton,
body.section-news #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace .boton {
    opacity: 1;
    color: #00809A;
    padding-right: 56px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace:after,
body.section-news #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace:after, 
body.section-noticias #content .proyectos-relacionados .listado.proyectos > a:focus .proyecto .enlace:after,
body.section-news #content .proyectos-relacionados .listado.proyectos > a:focus .proyecto .enlace:after {
    color: #00809A;
    background: #fff;
    border-left: none;
}
body.section-noticias #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace .boton .boton-destacado2-texto,
body.section-news #content .proyectos-relacionados .listado.proyectos > a:hover .proyecto .enlace .boton .boton-destacado2-texto {
    display: inline-block;
}
/*-----------------------------------------*/

@media (max-width: 1024px) {
    body.section-actualidad .listado-noticias .elemento,
    body.section-sources .listado-noticias .elemento {
        width: 48.5%;
    }
    body.section-actualidad .listado-noticias .elemento .noticia .enlace .boton,
    body.section-sources .listado-noticias .elemento .noticia .enlace .boton,
    body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace .boton,
    body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .enlace .boton {
        padding-right: 56px;
        opacity: 1;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    body.section-actualidad .listado-noticias .elemento .noticia .enlace:after,
    body.section-sources .listado-noticias .elemento .noticia .enlace:after,
    body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace:after,
    body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .enlace:after {
        color: #00809A;
        background: #fff;
        border-left: none;
    }
    body.section-noticias #content .proyectos-relacionados .listado.proyectos a,
    body.section-news #content .proyectos-relacionados .listado.proyectos a {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    body.section-actualidad .listado-noticias .elemento,
    body.section-sources .listado-noticias .elemento {
        width: 100%;
        margin-right: 0;
    }
    body.section-noticias #content .proyectos-relacionados .listado,
    body.section-multimedia #content .proyectos-relacionados .listado,
    body.section-imagenes #content .proyectos-relacionados .listado,
    body.section-images #content .proyectos-relacionados .listado,
    body.section-videos #content .proyectos-relacionados .listado,
    body.section-news #content .proyectos-relacionados .listado {
        flex-flow: column wrap !important;
    }
    body.section-noticias #content .proyectos-relacionados .listado a,
    body.section-multimedia #content .proyectos-relacionados .listado a,
    body.section-imagenes #content .proyectos-relacionados .listado a,
    body.section-images #content .proyectos-relacionados .listado a,
    body.section-videos #content .proyectos-relacionados .listado a,
    body.section-news #content .proyectos-relacionados .listado a {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
}

@media (max-width: 420px) {
    body.section-actualidad .listado-noticias .elemento .noticia .enlace .boton,
    body.section-sources .listado-noticias .elemento .noticia .enlace .boton,
    body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace .boton,
    body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .enlace .boton,
    body.section-actualidad .listado-noticias .elemento .noticia .enlace:after,
    body.section-sources .listado-noticias .elemento .noticia .enlace:after,
    body.section-noticias #content .proyectos-relacionados .listado.proyectos .proyecto .enlace:after,
    body.section-news #content .proyectos-relacionados .listado.proyectos .proyecto .enlace:after {
        height: 45px;
    }
}