﻿.dn {
    display: none !important;
}
.base-loader {
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
}
.loading {
    width: 100px !important;
    height: 100px !important;
}
.p-right {
    padding-right: 5px !important;
}
/*.titleA {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/
/*.text-white a {
    color: #fff !important;
}*/
.itensCats a {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.image-card {
    max-height: 175px;
    display: flex;
    align-items: center;
}
.listCats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.itensCats {
    border-radius: 5px;
    width: fit-content;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-right: 2px !important;
}
.btn-mais-conquistas {
    display: flex;
    justify-content: center;
}
.maisCat {
    width: fit-content;
}
.pointer {
    cursor: pointer;
}
#form2 {
    margin-block-end: 0;
}
.btn-vermais {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .image-card {
        max-height: 145px;
    }
}
@media screen and (max-width: 767px) {
    .listCats {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .image-card {
        max-height: 400px;
    }
}
