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

.ficha_icono_titulo_type_5 {
    color: #303555;
    font-family: Poppins;
    font-size: 1.20rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 1rem 0rem 0.5rem 0rem;
    text-align: center;
}

.ficha_icono_desc_type_5 {
    color: #717384;
    text-align: center;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ficha_icono_item_enlace_type_5 {
    text-decoration: none;
}

.enlace_ficha_signo_mas_type_5 {
    width: 30px;
    height: 30px;
    margin-top: 1rem;
    background-image: url(../../img/signo_mas_fichas.svg);
}

.enlace_ficha_signo_mas_type_5 a {
    text-decoration: none;
}

.ficha_icono_imagen_type_5 {
    margin-top: 1rem;
}

/* --------------- M E D I A S  Q U E R I E S --------------- */
/* XXL */
@media (max-width: 1600px) {}

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

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

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

/* SM */
@media (max-width: 768px) {}

/* XS */
@media (max-width: 575px) {}
