.wm-blog-featured-overlay {
    background: #000;
}

.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 {
    background: #00000087;
    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;
}

.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;
}

.wm-post-hero {
    width: 100%;
    height: 547px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    overflow: hidden;
}

.wm-post-hero-img {
    height: 100%;
    max-width: 1640px;
    position: absolute;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.wm-post-downbar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    padding: 38px 0;
}

.wm-post-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.blog-thumbnail {
    height: 100%;
    max-width: 1640px;
    position: absolute;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.blog-thumbnail img.img-thumbnail {
    position: relative;
    display: block;
    /* width: 1640px; */
    /* height: 885px; */
    /* max-width: 1640px; */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
}

.wm-post-top {
    width: 100%;
    height: 547px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    overflow: hidden;
}

.wm-post-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}


/*IMPORTANT CUSTOM WM.CSS*/

.container {
    padding-top: 0!important;
}

/*BLOG GS*/

section#blog-detail-banner {
    width: 100%;
    height: 547px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    overflow: hidden;
}

/*section#blog-detail-banner div.downbar:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
-webkit-filter: blur(170px);
filter: blur(170px);
background: #000;
}*/

section#blog-detail-banner .blog-thumbnail img.blurred-left, section#blog-detail-banner .blog-thumbnail img.blurred-right {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .7;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    padding: 0;
    border: none;
}

section#blog-detail-banner .blog-thumbnail img.blurred-right {
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(99%) scaleX(-1);
    transform: translateX(99%) scaleX(-1);
}

section#blog-detail-banner .blog-thumbnail img.blurred-right {
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(99%) scaleX(-1);
    transform: translateX(99%) scaleX(-1);
}

section#blog-detail-banner .blog-thumbnail img.blurred-left, section#blog-detail-banner .blog-thumbnail img.blurred-right {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .7;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    padding: 0;
    border: none;
}

section#blog-detail-banner .blog-thumbnail img.blurred-left {
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-99%) scaleX(-1);
    transform: translateX(-99%) scaleX(-1);
}

section#blog-detail-banner .blog-thumbnail img.blurred-right {
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(99%) scaleX(-1);
    transform: translateX(99%) scaleX(-1);
}

section#blog-detail-banner div.downbar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    padding: 38px 0;
    background: #00000061;
}


.align-items-end {
    align-items: flex-end!important;
}

.title.lg {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.white {
    color: #fff;
}

.text.xs {
    font-size: .875rem;
}

.text.sm, .text.xs {
    line-height: 1.375rem;
}

.justify-content-between {
    justify-content: space-between!important;
}

.underline {
    text-decoration: underline;
}

section#blog-content {
    padding: 60px 0;
}

section#blog-content p {
    font-size: .9375rem;
    line-height: 1.375rem;
    margin-bottom: 22px;
}

.wm-post-author, .wm-post-date {
    font-size: 8pt;
    color: #999999;
}

section#see-more {
    padding: 80px 0 144px;
}

div.box-blog div.content {
    padding: 10px 6px;
}

.text-sm-left {
    text-align: left!important;
}

div.box-blog div.content h3 {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000;
    font-weight: bold;
}

div.box-blog div.thumbnail {
    display: flex;
    height: 215px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}

div.box-blog div.content span {
    display: block;
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #000;
    margin-bottom: 10px;
}

section#see-more h2.title {
    margin-bottom: 40px;
    font-weight: bold;
}