.ficha_icono_item_type_4 {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 2rem;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	align-items: center;
    align-self: stretch;
}

.pictograma_fichas_type_4 {
    justify-content: center !important;
}

.ficha_icono_imagen_type_4 img {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.ficha_icono_desc_type_4 {
    overflow: hidden;
    color: #717384;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
    flex-grow: unset !important;
    width: 100%;
    height: 11.8rem;
    position: relative;
    text-align: start;
}

.ficha_icono_desc_type_4::after {
    content: '...';
    padding-right: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 0%, white 100%);
}

.vaciar_content_cards_after_type_4::after {
    content: '' !important;
}

.ficha_icono_item_enlace_type_4 {
    width: 100%;
    display: flex;
    text-decoration: none;
}

.enlace_basico_fichas_type_4 {
    color: #3463AC;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: start;
    gap: 0.5rem;
}

.enlace_basico_fichas_type_4::after {
    content: '';
    background-image: url('../../img/flecha_enlace.svg');
    width: 1rem;
    height: 1rem;
}

.ficha_icono_desc_type_4 button {
    overflow: hidden;
    color: #6B96CF;
    border: unset;
    background-color: unset;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffff;
    z-index: 1;
}

/* --------------- M E D I A S  Q U E R I E S --------------- */

/* XXL */
@media (max-width: 1399.98px) {}

/* XL */
@media (max-width: 1199.98px) {}

/* LG */
@media (max-width: 991.98px) {}

/* MD */
@media (max-width: 767.98px) {}

/* SM */
@media (max-width: 575.98px) {
    .fila_ficha_icono_type_4 .ficha_icono_contenedor {
        margin: 0rem 1rem 2rem 1rem;
    }
}