.ficha_icono_item_type_1 {
    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;
    padding: 1rem;
}

/*Titulo ficha*/
.ficha_icono_titulo_type_1 {
    font-family: 'Poppins';
    color: #303555;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    text-align: center;
    padding-bottom: 0.5rem;
}

/* Texto fichas */
.ficha_icono_desc_type_1 {
    font-family: Poppins;
    color: #717384;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    opacity: 0.78;
}

/* Pictograma card */
.ficha_icono_imagen_type_1 {
    padding: 1rem 0rem 0.75rem 0rem;
}

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

.fila_ficha_icono_type_1 {
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
}

/* --------------- 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) {

    /* Item */
    .ficha_icono_item_type_1 {
        width: unset;
        height: 100%;
    }
}

/* MD */
@media (max-width: 992px) {
    .fila_ficha_icono_type_1 {
        background-size: 185%;
    }
}

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

/* XS */
@media (max-width: 575px) {
    .fila_ficha_icono_type_1 {
        background-size: cover;
        background-position-y: center;
        background-position-x: center;
    }
}