.cont_gif_carregando{
    width: 100%;
    padding: 6%;
    background: #000000b3;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.h-150 {
    height: 150px !important;
}

.h-400 {
    height: 400px !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.em-1 {
    font-size: 1em !important;
}

.active:link, .active:visited, .active:hover, .active:active  {
    color: white !important;
}
