.fila_ficha_header_type_2 {
    width: 80%;
    padding-top: 3.75rem;
    gap: 1.5rem;
}

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

.fichas_desc_seccion_type_2 p {
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #303555;
    padding: 0rem 0rem 4rem 0rem;
}

.ficha_icono_item_type_2 {
    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: 2.5rem;
}

.ficha_icono_imagen_type_2 {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background-color: #6b96cf8c
}

.ficha_icono_imagen_type_2 img {
    width: 4rem;
    height: 4rem;
}

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

/* --------------- 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) {
    .fila_ficha_header_type_2 {
        padding-top: 1.75rem;
    }
}

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

    /* Titulo */
    .fichas_titulo_seccion_type_2 h2 {
        text-align: center;
    }
    /* Desc */
    .fichas_desc_seccion_type_2 p {
        text-align: center;
        padding: unset;
    }
}
