.fichas_titulo_seccion_type_3 h2 {
    color: #303555;
    font-family: Poppins;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem;
}

.fila_ficha_header_type_3 {
    padding-top: 4rem;
}

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

.pictograma_fichas_type_3 {
    justify-content: center !important;
    padding-bottom: 1rem;
}

.ficha_icono_imagen_type_3 {
    width: 4rem;
    height: 4rem;
}

.ficha_icono_titulo_type_3 {
    color: #303555;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 1rem;
}

.ficha_icono_desc_type_3 {
    color: #717384;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 1rem;
}

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

.enlace_basico_fichas_type_3 {
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    color: #6B96CF;
}

.fila_ficha_icono_type_3 {
    padding: 4rem 0rem 4rem 0rem;
}

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

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

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

/* MD */
@media (max-width: 991.98px) {
    .fichas_titulo_seccion_type_3 h2 {
        font-size: 2rem;
        text-align: center;
    }
}

/* SM */
@media (max-width: 767.98px) {
    .fichas_titulo_seccion_type_3 h2 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: normal;
    }

    .fila_ficha_icono_type_3 {
        background-size: 100%;
    }
}

/* XS */
@media (max-width: 575.98px) {
    .fichas_titulo_seccion_type_3 h2 {
        font-size: 1.5rem;
    }
    .fila_ficha_icono_type_3 {
        padding: 1.5rem;
    }
    .fila_ficha_header_type_3 {
        padding: 4rem 1.5rem 1rem 1.5rem
    }   
}