
.card-degradada-fichero .contenedor_card{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

/* Título del proyecto */
.card-degradada-fichero .titulo_card {
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 0px 0px 25px 20px;
    max-width: calc(100% - 80px);
    color: #FFFFFF;

    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: initial;
    word-wrap: break-word;

    z-index: 2;
}

.card-degradada-fichero .contenedor_card:hover .titulo_card {
    pointer-events: none;
}

.card-degradada-fichero .contenedor_card .card_link {
    overflow: hidden;
}

/* Subtitulo del proyecto */
/* .card-degradada-fichero .field--name-field-project-claim {
    display: none;
} */

.card-degradada-fichero .contenedor_card:hover .titulo_card::after {
    width: 50%;
    transition: width 0.4s;
}

.card-degradada-fichero .titulo_card::after {
    content: "";
    width: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    display: block;
}

/* Imagen del proyecto */
.card-degradada-fichero .card_link img {
    height: 100%;
    width: 100%;
}

/* Enlace del proyecto */
.card-degradada-fichero .contenedor_card .card_link {
    display: block;
    width: 100%;
    height: 100%;
}

.card-degradada-fichero .contenedor_card .card_link:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.card-degradada-fichero .contenedor_card .card_link:not(:hover) img {
    transition: all .3s ease-out;
}

.card-degradada-fichero .card_link::before {
    content: "";
    background: linear-gradient(138.17deg, #184487 2.13%, #1A4385 26.44%, #224180 40.97%, #313D78 52.85%, #45386D 63.39%, #5F325F 72.98%, #7F2A4D 81.91%, #A42138 90.17%, #CB1823 97.11%);
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-degradada-fichero .contenedor_card .card_link:hover::before {
    background: #121212 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    mix-blend-mode: hard-light;
    opacity: 0.62;
}


/* Flechas */
.card-degradada-fichero .card_link::after {
    content: "";
    background-image: url(assets/flecha_azul.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    z-index: 1;
}

.card-degradada-fichero .contenedor_card .card_link:hover::after {
    background-image: url(assets/flecha_roja.svg);
    z-index: 2;
}
