.featured-blog .featured-blog-item .blog-author .blog-author-image img{position: relative;}
.content .author-image img{position: relative;}
.page-id-4791 .cell.medium-auto.blue{display: none!important;}

#mapa-libro-menu li a {
    padding: .7rem 1rem .7rem .5rem;
    color: #939598;
    display: flex;
    align-items: center;
    position: relative;
}
#mapa-libro-menu li a svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
}
#mapa-libro-menu li a svg path {
    fill: #939598;
}
#mapa-libro-menu li:hover a,
#mapa-libro-menu li.is-active a {
    background: #cccccc;
    color: #9C1639;

}
#mapa-libro-menu li:hover a svg path,
#mapa-libro-menu li.is-active a svg path {
    fill: #9C1639 !important;
}
#mapa-libro-menu li.is-active a:after,
#mapa-libro-menu li:hover a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 16px solid #cccccc;
    right: -16px;
}

.fitted-image {
    overflow: hidden;
    max-height: 20rem;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fitted-image img {
    width: 100%;
    height: auto;
}

.eco-figure {
    font-size: 1.25rem;
    text-align: center;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.25rem;
    padding: 0 5rem;
}
.eco-figure b {
    font-size: 5rem;
    color: #9C1639;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 2rem;
}