/************************************************/
/****************** INVESTIGACIÓN ***************/
/************************************************/

body.page-template-investigacion ul.infographics {
    float: left;
    margin: 2em 0 3em 0;
    text-align: center;
    width: 100%;
}

body.page-template-investigacion ul.infographics > li {
    display: inline-block;
    float: none;
    margin: 0.5rem;
}

body.page-template-investigacion .featured-image {
    float: left;
    margin-bottom: 2em;
}

body.page-template-investigacion .featured-image .image-container {
    padding-bottom: 56.25%;
    text-align: center;
}

body.page-template-investigacion .mapa-featured-image .image-container {
    border: 1px solid #ccc;
}

body.page-template-investigacion #content-main a.mapa-link {
    background: #000;
    color: #fff;
    display: inline-block;
    float: right;
    font: 700 14px/1.25 'Cabin', sans-serif;
    margin-bottom: 3em;
    max-width: 170px;
    padding: 0.75em 2.5em 0.75em 0.75em;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

body.page-template-investigacion #content-main a.mapa-link:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '\f105';
    font: 400 12px/1.25 'FontAwesome';
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    text-align: center;
}

body.page-template-investigacion #content-main a.mapa-link:hover {
    background: #555;
    color: #ffcb05;
}

body.page-template-investigacion #content-main a.mapa-link:hover:after {
    border-color: #ffcb05;
}

body.page-template-investigacion .novedades-listing {
    float: left;
    width: 100%;
}

body.page-template-investigacion .novedades-listing > ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.page-template-investigacion .novedades-listing > ol > li {
    border-top: 1px solid #ccc;
    padding: 1em 0;
}

body.page-template-investigacion .novedades-listing > ol > li:first-of-type {
    border-top: 0;
    padding: 1em 0 0 0;
}

body.page-template-investigacion .novedades-listing > ol > li > img {
    float: left;
    margin: 0 1em 0.5em 0;
    max-width: 30%;
    width: 100%;
}

body.page-template-investigacion .novedades-listing > ol > li .postTitle {
    font-family: 'Cabin', sans-serif;
    margin: 0;
}

body.page-template-investigacion #content-main .novedades-listing > ol > li > a:first-of-type,
body.page-template-investigacion #content-main .novedades-listing > ol > li a .postTitle {
    color: #024794;
    text-decoration: none;
    transition: all 0.2s ease;
}

body.page-template-investigacion #content-main .novedades-listing > ol > li > a:first-of-type:hover,
body.page-template-investigacion #content-main .novedades-listing > ol > li a:hover .postTitle {
    color: #555;
    text-decoration: underline;
}

body.page-template-investigacion #content-main .novedades-listing a.custom-more-link {
    background-color: #024794;
    border: 1px solid #ccc;
    color: #fff;
    float: left;
    font: 700 14px/1.25 'Cabin', sans-serif;
    max-width: 300px;
    padding: 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

body.page-template-investigacion #content-main .novedades-listing a.custom-more-link:hover {
    background-color: #0152ac;
    color: #ffcb05;
}

body.page-template-investigacion #content-main .novedades-listing a.custom-more-link i {
    border: 1px solid #fff;
    border-radius: 50%;
    float: right;
    width: 16px;
    height: 16px;
    padding-left: 0.125em;
    text-align: center;
}

body.page-template-investigacion #content-main .novedades-listing a.custom-more-link:hover i {
    border-color: #ffcb05;
}