.mod-articles-category-alto1 {
    height: 450px;
}
.mod-articles-category-alto2 {
    height: 225px;
}
.mod-articles-category-imagen {
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.btn-categoria {
    font-size: .7rem !important;
    text-transform: uppercase;
    padding: 1px 10px !important;
    background-color: #91b2c3 !important;
}
.btn-categoria:hover {
    background: #709BB1 !Important;
    border-color: #709BB1 !important;
}
.mod-articles-category-imagen:hover .btn-categoria {
    display: inline-block !important;
}
.mod-articles-category-imagen {
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}