
.soluciones-ficha {
    --padding-top: var(--padding-m);
    --padding-bottom: var(--padding-lg);
    --padding-h: var(--padding-lg);
    --tag-color: var(--black);
    padding: var(--padding-top) var(--padding-h) var(--padding-bottom);
    position: relative;
}
.soluciones-ficha .soluciones-ficha__header .soluciones-ficha__tags{
    margin-bottom: var(--padding-s);
}

/*.soluciones-ficha .soluciones-ficha__header p.text-sans-base {*/
    /*margin-bottom: var(--padding-lg);*/
/*}*/

@media (max-width: 480px) {
    .soluciones-ficha {
        --padding-top: var(--padding-m);
        --padding-bottom: var(--padding-s);
        --padding-h: var(--padding-s);
    }
    .soluciones-ficha .title3-sans {
        font-size: 2.8125rem;
        word-wrap: break-word;
        white-space: normal;
    }
    .soluciones-ficha .soluciones-ficha__content .text-sans-mid {
        font-size: 2.1875rem;
    }
    .soluciones-ficha .soluciones-ficha__challenges .challenge {
        font-size: 0.875rem;
    }
    .soluciones-ficha .soluciones-ficha__actions {
        display: block;
        width: 100%;
    }
    .soluciones-ficha .width75{
        width: 100%;
    }
}


.soluciones-ficha__aside-card, .soluciones-ficha__header, .soluciones-ficha__challenges, .soluciones-ficha::after, .soluciones-ficha::before {
    border-radius: var(--border-radius-big);
}
.soluciones-ficha::after, .soluciones-ficha::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.soluciones-ficha::before {
    background: var(--light-grey);
    height: 100%;
    top: 0;
}

.soluciones-ficha__aside, .soluciones-ficha__content {
    position: relative;
    z-index: 1;
    transform: translateZ(1px);
}
.soluciones-ficha__aside .icons {
    display: flex;
    justify-content: space-between;
}
.soluciones-ficha__aside .icons svg,
.soluciones-ficha__aside .icons img{
    display: block;
    margin: var(--padding-m) auto 0;
    width: 100%;
    background-color: var(--white);
}
.soluciones-ficha__aside-card {
    font-family: var(--font-sans);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    background: var(--mapa-light);
    color: var(--black);
    padding: var(--padding-m);
}
.soluciones-ficha__aside-card p {
    margin-bottom: var(--padding-xxs);
}
.soluciones-ficha__aside-card svg
.soluciones-ficha__aside-card img{ /*BS*/
    margin-top: var(--padding-s);
}
.soluciones-ficha__aside-card a {
    outline: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: currentColor;
    text-decoration: underline;
    margin: auto;
}

.__accessible .soluciones-ficha__aside-card a:focus {
    outline: 2px dashed !important;
}
.soluciones-ficha__header {
    position: relative;
}
.soluciones-ficha__header > * {
    margin-bottom: var(--padding-xs);
}
.soluciones-ficha__header li::before {
    content: "-";
}

.soluciones-ficha__header .more-info{
    text-align: center;
    margin-top: var(--padding-m);
}
.soluciones-ficha__header .more-info a{
    align-items: center;
    background: var(--mapa-light);
    border-radius: var(--border-radius);
    display: inline-flex    ;
    padding: var(--padding-xxxs) var(--padding-s);
    color: black;
    text-decoration:none;
}
.soluciones-ficha__header .more-info a .icon{
    height: 2.5rem;
    align-items: center;
    display: inline-flex;
}
.soluciones-ficha__header .more-info a .icon svg {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.soluciones-ficha__header .more-info a .icon svg circle {
    fill: var(--mapa-light);
}
.soluciones-ficha__header .more-info a:hover{
    background: var(--mapa);
}
.soluciones-ficha__header .more-info a:hover .icon svg circle {
    fill: var(--mapa);
}


.soluciones-ficha__header, .soluciones-ficha__challenges {
    background: var(--white);
    padding: var(--padding-m) var(--padding-s);
    border: 3px solid var(--mapa-light);
}
.soluciones-ficha__header .subsidy .text-sans-mid{
    margin-bottom: var(--padding-xxs);
    margin-top: var(--padding-m);
}
.soluciones-ficha__header .subsidy div{
    margin-bottom: var(--padding-xxs);
    margin-top: var(--padding-xxs);
}

.soluciones-ficha__challenges h2 {
    margin-bottom: var(--padding-s);
}
.soluciones-ficha__challenges .challenge {
    font-family: var(--font-sans);
    font-weight: 400;
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
}
.soluciones-ficha__challenges .challenge:not(:last-child) {
    margin-bottom: var(--padding-s);
}
.soluciones-ficha__challenges .challenge__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.soluciones-ficha__challenges .challenge__header .icon {
    align-items: center;
    background: var(--mapa-light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 1.875rem;
    min-width: 1.875rem;
}
.soluciones-ficha__challenges .challenge__header .icon svg {
    height: 0.875rem;
    width: 0.875rem;
}
.soluciones-ficha__challenges .challenge__header .text {
    align-items: center;
    background: var(--mapa-light);
    border-radius: var(--border-radius);
    display: flex;
    line-height: 1.2;
    min-height: 1.875rem;
    padding: var(--padding-xxxs) var(--padding-s);
}
.soluciones-ficha__challenges .challenge__content {
    padding: var(--padding-xxs) calc(1.875rem + var(--padding-s)) 0;
}
.soluciones-ficha__challenges .challenge__content p:not(:last-child) {
    margin-bottom: var(--padding-xxs);
}
.soluciones-ficha__actions {
    display: flex;
}
.soluciones-ficha__actions .action {
    background: transparent;
    height: 1.375rem;
    margin-right: var(--padding-xxs);
    padding: 0;
    width: auto;
}
.soluciones-ficha__actions .action:hover {
    cursor: pointer;
}
.soluciones-ficha__actions .action svg {
    height: 100%;
    width: auto;
}
.soluciones-ficha__related {
    margin-top: var(--padding-m);
    text-align: center;
}
.soluciones-ficha__related h2 {
    margin-bottom: var(--padding-xs);
    text-transform: uppercase; /*BS*/
}
.soluciones-ficha__related .card {
    --color: var(--mapa-light);
}
.soluciones-ficha__related .card:not(:last-child) {
    margin-bottom: var(--padding-s);
}

.soluciones-ficha__tags span{
    text-transform: capitalize;
    font-size: 1.2em;
    background: var(--mapa-light);
}
@media (max-width: 480px) {
    .soluciones-ficha__header .tags {
        margin-bottom: var(--padding-s);
    }
}
@media (min-width: 480px) {
    .soluciones-ficha {
        align-items: flex-start;
        display: flex;
    }
    .soluciones-ficha__header, .soluciones-ficha__challenges {
        margin-bottom: var(--padding-m);
        padding: var(--padding-l) var(--padding-lg);
    }
    .soluciones-ficha__header h1 {
        margin-bottom: var(--padding-l);
    }
    .soluciones-ficha__challenges h2 {
        margin-bottom: var(--padding-l);
    }
    .soluciones-ficha__challenges .challange:not(:last-child) {
        margin-bottom: var(--padding-m);
    }
    .soluciones-ficha__challenges .challange__content {
        padding: var(--padding-xs) calc(1.875rem + var(--padding-s)) 0;
    }
    .soluciones-ficha__challenges .challange__content p:not(:last-child) {
        margin-bottom: var(--padding-xs);
    }
    .soluciones-ficha__actions {
        position: absolute;
        right: var(--padding-h);
        top: var(--padding-l);
    }
    .soluciones-ficha__actions .action {
        margin: 0 0 0 var(--padding-xxs);
    }
    .soluciones-ficha__content {
        margin-right: var(--padding-m);
        width: 67%; /*BS*/
    }
    .soluciones-ficha__aside {
        min-width: 26.25rem;
        width: 33%; /*BS*/
    }
    .soluciones-ficha__aside .icons svg,
    .soluciones-ficha__aside .icons img{
        display: block;
        max-width: 100%;
        margin: var(--padding-s) auto 0;
        width: 13.25rem;
        height: auto;
    }
    .soluciones-ficha__aside-card p {
        margin-bottom: var(--padding-xs);
    }
    .soluciones-ficha__aside-card svg,
    .soluciones-ficha__aside-card img{
        margin-top: var(--padding-m);
    }
    .soluciones-ficha__related .card:not(:last-child) {
        margin-bottom: var(--padding-m);
    }
    /*Bs*/
    .soluciones-ficha__aside-card img.retrato {
        margin: 0 auto var(--padding-xs) ;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .soluciones-ficha__aside .icons svg,
    .soluciones-ficha__aside .icons img {
        display: block;
        max-width: 100%;
        margin: var(--padding-s) auto 0;
        width: 13.25rem;
        height: auto;
    }
    /*Bs*/
}

/*BS */
.soluciones-ficha__aside-card img.retrato {
    max-height: 7rem;
    max-width: 40%;
    text-align: center;
    border-radius: 50%;
    height: auto;
    width: auto;
}

