.filtro-blog  h3 {
    font-size: 25px;
    font-weight: 700;
    color: #696158;
    margin: 35px 0;
    text-align: center;
    text-transform: uppercase;
}
.text-muted{
    font-size: 12px;
}
.btn-filtro{
        background: #d9d9d9;
    color: #696158;
    width: auto;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex
;
    justify-content: center;
    padding: 14px 40px;
    text-decoration: none;
}

.btn-alto {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
}
@media screen and (max-width: 425px) {
    .btn-alto {
        font-size: 12px;
    }
    .titulo-card a{
        font-size: 1.5rem !important;
    }
}

.titulo-card a{
    font-size: 2rem;
}

.btn-filtro.active{
    background: #f9423a;
    color: #fff;
}

.card-img {
  object-fit: cover;
  height: 100%;
  max-height: 360px;
}
.card-all {
background: #f4f4f4;
}

.paginador{
	margin-left: 5px;
	font-size: 12px;
	line-height: 28px;
}
.paginador .txt{
	line-height: 32px;
	padding-left: 30px
}

.paginador nav a{
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #ECECEC;
	text-decoration: none;
	color: #6a6a6a;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 7px;
}
.paginador nav a:hover{
	opacity: 0.7;
}
.paginador nav .select{
	background: #F9423A;
	color: #FFFFFF;
}
.paginador div{
	float: left;
}

nav .select {
    background: #F9423A;
    color: #FFFFFF;
}

.btn-filtro:hover{
     background: #F9423A;
    color: #FFFFFF;
}

.card-text{
    font-size: 13px;
}