.tarjeta{
    padding: .5rem;
    font-size: .9rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tarjeta .node-item__title h2{
    font-size: .9rem;
    color: #1a8751;
}
.node-item-akis-platforms--item-list .tarjeta .node-item__title h2{
    font-size: .9rem;
    color: #003300;
}

.akis-card{
    background: white;
    margin-bottom: 2rem;
}
.akis-card__info{
    padding: 1rem;
}
.akis-card__title{
    font-weight: 400;
}
.akis-card__image{
    text-align: center;
    margin-bottom: 0.5rem;
}

.akis-card__image img{
    max-height: 70px;
    width: auto;
}
.node-item-akis-projects--destacados .wrapper-content-tarjeta {
    padding: 0.75rem;
}

.no-image {
    background-image: url(/themes/custom/akisplatform/assets/img/noImage.png);
    width: 12.15rem;
    height: 4.8rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.node-item__dates{
    display: flex;
    flex-wrap: wrap;
}

.highlighted-list .node-item {
    height: 100%;
}

/*Otra vez*/
.node-item--card,
.wrapper--akiscard{
    height: 100%;
}

.akiscard{
    padding: .75rem;
    font-size: .9rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    justify-content: space-between;
    position: relative;
}

.akiscard:hover {
    transition: transform .3s;
    transform: scale(105%);
}

.akiscard__img{
    text-align: center;
}

.akiscard__text{
    margin-bottom: 1rem;
}

.akiscard__title h2{
    font-size: .9rem;
    color: #1a8751;
}



.akiscard__info{
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    column-gap: 1rem;
    line-height: normal;
}
.akiscard__date{
    width: 50%;
}
.akiscard__source{
    width: 40%;
}

.related-regional{
    padding: .75rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    min-height: 8rem;
    margin-bottom: 0.75rem;
    justify-content: space-between;
}

.related-regional__title{
    font-size: .9rem;
    color: #1a8751;
    font-weight: 400;
    margin-bottom: 1rem;
}

.akislabel--always-available {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.15rem 0.50rem;
    background: #174e51;
    border-radius: 3px;
    font-size: 0.7rem;
    color: white;
    font-weight: normal;
    box-shadow: 1px 1px 1px gray;
    z-index: 1;
}