.wrapper-tarjeta.akis-node__info-relacionada {
    padding: 0;
    min-height: fit-content !important;
    margin-bottom: 2rem;
}
.akis-node__info-relacionada .info-relacionada__texto {
    padding: 10px 20px 10px 10px;
    font-weight: 400;
    line-height: normal;
}
.akis-btn-related .akis-btn-icon{
    background-image: url("/themes/custom/akisplatform/assets/img/puntitos-blancos.svg");
}
button.akis-btn.akis-btn-related {
    color: white;
    border: none;
    background-color: #478265;
    width: 100%;
}
button.akis-btn.akis-btn-related:hover {
    transform: none;
}
.block-title-wrapper{
    margin-bottom: 30px;
}
/*Bloque banner dosieres y grupos operativos*/
.banproject{
    background-image: url("/themes/custom/akisplatform/assets/img/background1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2rem;
    margin-bottom: -2rem;
    position: relative;
    z-index: 0;
}
.banproject__content{
    padding: 4rem 0rem;
}
.banproject__background{
    background-image: linear-gradient(180deg, #F2F2F3 100%, #488366 0%);
    opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banproject__el{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.banproject__el__left{
    width: 60%;
}
.banproject__el__rigth{
    width: 40%;
    display: flex;
}
.banproject__title h2{
    text-align: center;
    font-size: 2.2rem;
}
.banproject__download{
    display: flex;
    justify-content: center;
}
.banproject__img{
    max-width: 150px;
}

.akis-node--project .node-item--post{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.akis-node--project .node-item--post .node-item__left {
    min-width: 100px;
    text-align: center;
}