.wm-blog-featured-img {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wm-blog-featured-overlay {
    width: 100%;
    height: 100%;
}
.wm-blog-featured-img {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}
.wm-blog-search-input {
    border: 1px solid #b3b3b3;
    width: 100%;
    height: 60px;
    border-radius: 0;
    background-image: url(https://gsmarin.com.br/css/icon/search.svg);
    background-position: center left 18px;
    background-repeat: no-repeat;
    padding: 12px 46px;
    margin-bottom: 41px;
}
.wm-blog-categories .wm-h4 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.wm-blog-categories-img {
    background-size: cover !important;
    background-position: center;
    height: 200px;
    /* display: block; */
    width: 86px !important;
    height: 64px;
    margin-right: 16px;
}
.wm-blog-categories-card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wm-blog-categories-card h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: bold;
}
.wm-blog-post-img {
    display: flex;
    height: 215px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}
.wm-blog-post-content span {
    display: block;
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #000;
    margin-bottom: 10px;
}
.wm-blog-post-content h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 22px;
    color: #000;
    font-weight: bold;
}
.wm-blog-content {
    padding: 60px 0;
}
.wm-blog-featured-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 110px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 32px 40px;
    background: rgba(0,0,0,0.7);
}
.wm-blog-featured-footer h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    color: #fff;
    max-width: 315px;
}
.wm-blog-featured-footer span {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #fff;
}
.wm-btn-default {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    padding: revert;
    padding: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    transition: 0.2s;
    display: block;
    max-width: 200px;
}
.wm-blog-more {
    margin-top: 50px;
}
.post-loop {
    margin-bottom: 40px;
}
.btn-link-article {
    border: 3px solid #cc9988;
    padding: 10px 25px;
    color: #cc9988;
    font-weight: bold;
}
.btn-link-article:hover {
    border: 3px solid #000000;
    color: #000000;
}