﻿
.MSIP_fadein {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.MSIP_fadein:hover {
    transform: scale(1.06);
}

.MSIP_spinner-adj {
    display: flex;
    justify-content: center;
    align-items: center;
}

.MSIP_porcentaje-adj {
    font-size: 17px;
    margin: 5px 0;
}

.MSIP_text-adj {
    font-size: 15px;
    color: #616161;
}