@media only screen and (max-width: 375px) {
    .tst{ 
    position:relative;
    left: 50px;
    } 
}
@media only screen and (max-width: 414px) {
    .tst{ 
    position:relative;
    left: 50px;
    } 
}
@media only screen and (max-width:768px) {
    #esconder-mobile {
        display: none !important;
    }
    #esconder-mobile2 {
        display: none !important;
    }
}

.pagination.pg-blue .page-item.active .page-link {
    background-color: var(--cor-secundaria);
}

.card{
    height: 495px;
}
.conteudo{
    width: 256px;
    height: 256px;
}
#conteudo{
    width: 350px;
    height: 250px;
}
#menu_lateral_catalogo{
    
    border-left-width: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
a:link {
color: #000;
}

/* link que foi visitado */
a:visited {
    color: #000;
}

/* mouse over */
a:hover {
    color: #000;
}

/* link selecionado */
a:active {
    color: #000;
}
.badge{
    cursor:pointer;
}
.fa-plus{
    padding-top:2px;
}

.card-box{
    box-shadow: 0 0 1em  var(--cor-card);
    width: 17rem;
    overflow: hidden;
    
}
.card-body{
    overflow: hidden;
}
.card-img img {
    max-height:260px;
    width:  100%;
    height: 259px;
}
.card-img {
    clear: both;
}