a{color: #327BD4;}
a:hover{color: #2463C8;}

/* Post */
article.post{padding-bottom: 50px; background-color: #fff;}
article.post .featured-image{
    position: relative;
    margin-bottom: 0;
    margin-top: 50px;
    height: auto;
    overflow: hidden;
    padding-top: 76.7441%;
}
article.post .featured-image img{
    display: block;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
article.post .featured-image-caption{
    background-color: #efeff0;
    padding: 10px 5px;
    color: #000;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    line-height: 110%;
}
article.post .entry-header{padding: 50px 0 0; margin-top: 0;}
article.post .entry-title{color: #303030; font-weight: 600; padding-top: 0; font-size: 24px; line-height: 33px; margin-top: 0; margin-bottom: 30px; }
article.post .entry-title a{color: #303030; text-decoration: none;}
article.post .entry-subtitle{color: #757575; font-weight: 500; padding-top: 0; font-size: 14px; line-height: 22px; margin-top: -10px; margin-bottom: 30px; }
article.post .entry{padding: 20px 0 0; color: #303030; font-size: 1em; }
article.post .entry h1, article.post .entry h2, article.post .entry h3, article.post .entry h4, article.post .entry h5, article.post .entry h6 {color: #252525; margin: 35px 0 -10px; font-weight: 600;}
article.post .entry p{color: #303030; font-size: 1em; line-height: 25px; margin: 25px 0 0;}
article.post .entry img {height: auto; max-width: 100%; margin-top: 30px; border: 1px solid #ccc}
article.post .entry img.alignleft {float: left; margin-right: 30px;}
article.post .entry img.alignright {float: right; margin-left: 30px;}
article.post .entry img.aligncenter {display: block; margin: 30px auto 30px; text-align: center;}
article.post .entry iframe {border: 0; padding: 0; margin: 0; max-width: 100%;}
article.post .entry iframe.alignleft {float: left; margin-right: 27px; margin-bottom: 20px;}
article.post .entry iframe.aligncenter {display: block; float: none; margin: 20px auto;}
article.post .entry iframe.alignright {float: right; margin-left: 27px; margin-bottom: 20px;}
article.post .entry li {color: #06385a; font-size: 16px; line-height: 18px; font-weight: 600}
article.post .entry hr{border-color: #ccc;}
.divider-post {content: ""; border: 2px solid #dadada; height: 1px; width: 300px; max-width: 100%; z-index: -1; margin-bottom: 34px;}

article.post .read-more{color: #0c265f; font-weight: 600; font-size: 16px; transition: .15s all linear}
article.post .read-more .fa{margin-right: 5px;}
article.post .read-more:hover{color: #1ac0c0; text-decoration: none}
article.post .read-more span{padding-bottom: 5px; border-bottom: 2px solid #1ac0c0}

article.post .entry-footer{margin-top: 40px;}
article.post .entry-footer p{color: #777; font-size: 14px;}
article.post .entry-footer p a{color: #0c265f; text-decoration: none; transition: .15s}
article.post .entry-footer p a:hover{color: #1ac0c0}

article.post .post-categories{
    font-size: 1rem;
    line-height: 0;
    margin-bottom: 0.555em;
}
article.post .post-categories .category-label{
    display: inline-block;
    font-size: 0.777em;
    line-height: normal;
    margin-bottom: 0.142em;
    padding-top: 0;
    color: #444;
    text-transform: uppercase;
}
article.post .post-categories .category-label:after {
    background: #e0e0e0;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 0.285em;
    margin: -0.143em 1.071em 0 1.071em;
    vertical-align: middle;
    width: 0.285em;
}
article.post .post-categories .category-label:last-child::after{
    display: none;
}
article.post .post-category{
    color: #b6b6b6;
    text-decoration: none;
    font-weight: 700;
}
article.post .post-category:hover{
    color: #303030;
    text-decoration: none;
}
article.post .post-date{
    display: block;
    text-align: left;
    color: #303030;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

article.post .author-name{
    font-size: 14px;
    line-height: 18px;
    color: #303030;
}
article.post .author-name strong{
    color: #0a6da8;
}
article.post .comments{
    display: flex;
    align-items: center;
    color: #0a6da8;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    width: 20%;
}
article.post .comments img{
    margin-right: 5px;
}
article.post .views{
    display: flex;
    align-items: center;
    color: #0a6da8;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    width: 20%;
}
article.post .views img{
    margin-right: 5px;
}

article.post .post-tags{
    margin-top: 47px;
    display: none;
}
article.post .post-tags .title-tags{
    font-size: 16px;
    text-transform: lowercase;
    margin-bottom: 10px;
}
article.post .post-tags .post-tag{
    display: block;
    background-color: #fff;
    padding: 8px 10px;
    color: #0a6da8;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #0a6da8;
    text-decoration: none;
}
article.post .post-tags .post-tag:hover{
    background-color: #0a6da8;
    color: #fff;
    text-decoration: none;
    border-color: #0a6da8;
}
article.post .previous-post a{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #0a6da8;
}
article.post .previous-post a::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/previous-post.png') center center no-repeat;
    margin-right: 10px;
    margin-bottom: -6px;
}
article.post .next-post a{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #2463C8;
}
article.post .next-post a::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/next-post.png') center center no-repeat;
    margin-left: 10px;
    margin-bottom: -6px;
}

article.post .share-post{
    margin-top: 45px; text-align: center;
}
article.post .share-post h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #2463C8;
}
article.post .share-post a{
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
}
article.post .share-post a:hover{
    text-decoration: none;
}

.author-box{
    background-color: #FFF6DF;
    border-radius: 15px;
    padding: 35px 11px 26px;
    margin-top: 41px;
    background-image: url('../images/bg-author-3.png'), url('../images/bg-author-4.png');
    background-position: left top, right bottom;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
}

.author-box figure{
    display: block;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background-size: cover;
    margin: 0 14px 0 0;
    float: left;
}
.author-box .author-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin: 50px 0 8px;
    position: relative;
}
.author-box .author-name::after{
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #0a6da8;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 162px;
}
.author-box .author-job{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}
.author-box .author-job::after{
    content: '';
    display: table;
    clear: both;
}
.author-box .author-bio{
    font-size: 12px;
    line-height: 20px;
    color: #303030;
    margin-top: 15px;
}
.author-box .author-url{
    color: #2463C8;
    font-weight: 600;
font-size: 12px;
line-height: 15px;
text-decoration: underline;
}

.comments-box{padding: 50px 0 0;}
.comments-box #reply-title{
    display: flex;
    align-items: center;
    color: #303030;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 27px;
}
.comments-box #reply-title strong{
    color: #252525;
    font-weight: 600;
}
.comments-box #reply-title::after{
    content: '';
    background-color: #0a6da8;
    width: 64px;
    height: 3px;
    margin-left: 10px;
}
.comments-box .comment-form-cookies-consent{display: none;}
.comments-box .comment-form-author{display: block;}
.comments-box .comment-form-author label{font-weight: 500; font-size: 16px; color: #e32d3f;}
.comments-box .comment-form-author input{display: block; width: 100%; height: 50px; background: #F4F4F4; border: 1px solid #e32d3f; outline: #e32d3f; border-radius: 15px; font-size: 12px; color: #ADADAD; padding-left: 10px; padding-right: 10px;}
.comments-box .comment-form-email{display: block;}
.comments-box .comment-form-email label{font-weight: 500; font-size: 16px; color: #e32d3f;}
.comments-box .comment-form-email input{display: block; width: 100%; height: 50px; background: #F4F4F4; border: 1px solid #e32d3f; outline: #e32d3f; border-radius: 15px; font-size: 12px; color: #ADADAD; padding-left: 10px; padding-right: 10px;}
.comments-box .comment-form-comment{display: block;}
.comments-box .comment-form-comment label{font-weight: 500; font-size: 16px; color: #e32d3f;}
.comments-box .comment-form-comment textarea{display: block; width: 100%; height: 177px; background: #F4F4F4; border: 1px solid #e32d3f; outline: #e32d3f; border-radius: 5px; font-size: 12px; color: #ADADAD; resize: vertical; padding: 10px;}
.comments-box .comment-policy{display: block; background: #FFFDEB; border: 0.5px solid #F9BA5D; font-size: 12px; line-height: 14px; text-align: center; color: #303030; padding: 10px 15px;}
.comments-box .comment-policy a{color: #303030; text-decoration: none; transition: .15s;}
.comments-box .comment-policy a:hover{color: #e32d3f;}
.comments-box .form-submit{display: block;}
.comments-box .form-submit .submit{width: 100%; background: #e32d3f; border-radius: 5px; font-size: 16px; font-weight: 600; padding: 15px; color: #fff; text-transform: lowercase; border: 0;}
.comments-box .logged-in-as{font-size: 16px; color: #303030; line-height: 21px;}
.comments-box .logged-in-as a{color: #e32d3f;}
.comments-box .logged-in-as a:hover{color: #327BD4;}

/* Comentários do Wordpress */
#comments{display: block; margin-bottom: 50px;}
#comments h3, #comments h4{color: #303030; padding-bottom: 5px; font-size: 24px; margin-bottom: 20px; border-bottom: 1px solid #ddd}
#comments a{color: #e32d3f; text-decoration: none;}
#comments a:hover{text-decoration: underline;}

.comment-list {list-style:none; margin: 20px 0 0 0; padding:0; text-indent:0; }
.comment-list .comment {border-top:1px solid #dfdfdf; margin:0 0 10px 0; padding:30px 10px 7px 10px; position:relative; font-size: 14px; color: #303030; }

.comment-list div.comment-author { padding:0 0; font-size: 16px; line-height: 21px; text-transform: uppercase; font-weight: 700;}
.comment-list div.vcard { line-height: 24px; padding-bottom: 5px; }
.comment-list div.comment-author .says{display: none;}

.comment-list div.vcard cite.fn { font-style:normal; font-size: 16px; line-height: 21px; text-transform: uppercase; font-weight: 700;}
.comment-list div.vcard cite.fn a{color: #303030;}
.comment-list div.vcard cite.fn a:hover{color: #e32d3f;}
.comment-list div.vcard img.avatar { left:10px; position:absolute; top:30px; border-radius: 50%; opacity: 0; }
.comment-list div.vcard img.avatar.avatar-12, .comment-list div.vcard img.avatar.avatar-4, .comment-list div.vcard img.avatar.avatar-13, .comment-list div.vcard img.avatar.avatar-11, .comment-list div.vcard img.avatar.avatar-3{opacity: 1;}

.comment-list div.comment-meta { line-height: 18px; font-size: 12px; position:relative; text-align: right; margin-bottom: 15px;}
.comment-list div.comment-meta a { color:#303030; text-decoration:none; }
.comment-list div.comment-meta a:hover { color:#e32d3f; text-decoration:none; }
.comment-list p { margin:0 0 1em 0; }
.comment-list form p { margin: 0; }

.comment-list ol { list-style:square; line-height: 24px; margin:0 0 1em; padding:0; text-indent:0; }
.comment-list div.reply { font-size: 12px; }
.comment-list div.reply a{color: #e32d3f;}
.comment-list div.reply a:hover{color: #e32d3f;}
.comment-list ol.children { list-style:none; margin:1em 0 0; text-indent:0; }
.comment-list ol.children li.depth-2 { margin:0 0 8px; }
.comment-list ol.children li.depth-3 { margin:0 0 8px; }
.comment-list ol.children li.depth-4 { margin:0 0 8px; }

.comment-list{border-bottom: 1px solid #dfdfdf;}

.comment-list .comment p{margin-bottom: 30px;}
.comment-list .comment p a{color: #327BD4;}
.comment-list .comment p a:hover{color: #e32d3f;}

#respond{padding: 50px 0 0;}
#respond::after{content: ''; display: table; clear: both;}

.comments-box #respond #reply-title{position: relative; margin-bottom: 60px;}
.comments-box #respond #reply-title small{position: absolute; right: 0; top: 100%; font-size: 14px;}
.comments-box #respond #reply-title small a{color: #e32d3f;}

#publicidade-post{
    padding: 50px 0 0;
}

.instagram-embed{
    display: block;
    max-width: 540px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media (min-width: 768px) {
    article.post .entry-title{font-size: 2em; line-height: 1.11; margin-bottom: 0.357em;}
    article.post .entry-subtitle{font-size: 1em; line-height: 1.2;}
    
    article.post .author-info{
        width: 190px;
    }
    article.post .views, article.post .comments{
        width: 80px;
    }
    article.post .featured-image{
        height: auto;
        overflow: hidden;
        padding-top: 56.7441%;
    }
    article.post .featured-image img{
        display: block;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .author-box{
        padding: 27px 20px 51px 30px;
        background-image: url('../images/bg-author-1.png'), url('../images/bg-author-2.png');
        background-position: left top, right top;
        background-size: auto, auto;
        background-repeat: no-repeat, no-repeat;
    }
    
    .author-box .author-name{
        margin-top: 0;
    }
    .author-box .author-name::after{
        left: 192px;
    }
    .author-box .author-bio{
        margin-top: 0;
    }
    .author-box .author-job::after{
        content: '';
        display: none;
        clear:none;
    }
    
    .author-box figure{
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 12px;
    }
    .author-box .author-url{
        position: absolute;
        right: 30px;
        bottom: 19px;
    }
    
    .comments-box #reply-title{
        font-size: 35px;
    }
    .comments-box #reply-title::after{
        content: '';
        background-color: #0a6da8;
        width: 200px;
        height: 3px;
        margin-left: 10px;
    }
    
    .slick-product{
        margin-top: 0;
    }
    .slick-product .item{
        padding: 0 0 30px;
    }
}
@media (min-width: 992px) {
    article.post .entry-title{font-size: 2.75em; line-height: 1.11; margin-bottom: 0.357em;}
    article.post .entry-subtitle{font-size: 1.1em; line-height: 1.2;}
    
    article.post .author-info{
        width: 190px;
    }
    article.post .views, article.post .comments{
        width: 80px;
    }
    article.post .featured-image{
        height: auto;
        padding-top: 56.7441%;
        overflow: hidden;
    }
    article.post .featured-image img{
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .author-box{
        padding: 27px 20px 51px 30px;
        background-image: url('../images/bg-author-1.png'), url('../images/bg-author-2.png');
        background-position: left top, right top;
        background-size: auto, auto;
        background-repeat: no-repeat, no-repeat;
    }
    
    .author-box figure{
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 12px;
    }
    .author-box .author-url{
        position: absolute;
        right: 30px;
        bottom: 19px;
    }

    .comments-box{padding: 50px 0 0;}
    .comments-box .comment-form-author, .comments-box .comment-form-email{width: 50%; float: left;}
    .comments-box .comment-form-author{padding-right: 10px;}
    .comments-box .comment-form-email{padding-left: 10px;}
    .comments-box .comment-policy{width: 100%;}
    .comments-box .form-submit{width: 100%; margin-top: 10px;}
    
    .comment-list div.comment-author { padding:0 170px 20px 0; font-size: 16px; line-height: 21px }
    .comment-list div.comment-meta { line-height: 18px; font-size: 12px; position:absolute; right:10px; text-align: right; top: 30px; }
}
@media (min-width: 1200px) {
    article.post .entry-title{font-size: 2.75em; line-height: 1.11; margin-bottom: 0.357em;}
    article.post .entry-subtitle{font-size: 1.1em; line-height: 1.2;}
    
    article.post .author-info{
        width: 190px;
    }
    article.post .views, article.post .comments{
        width: 80px;
    }
    article.post .featured-image{
        height: auto;
        overflow: hidden;
        padding-top: 56.7441%;
    }
    article.post .featured-image img{
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#highlights-articles{
    background-color: #fff;
    padding: 50px 0 36px;
}
#highlights-articles h2{
    display: flex;
    align-items: center;
    color: #303030;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 27px;
}
#highlights-articles h2 strong{
    color: #252525;
    font-weight: 600;
}
#highlights-articles h2::after{
    content: '';
    background-color: #0a6da8;
    width: 64px;
    height: 3px;
    margin-left: 10px;
}

.other-post{
    display: flex;
    width: 100%;
    height: 445px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    margin-bottom: 35px;
}
.other-post:hover{
    text-decoration: none;
}
.other-post::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 20;
}
.other-post img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.other-post h4{
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    margin: 0;
    z-index: 50;
    font-size: 16px;
}

.slick-demais .slick-prev, .slick-demais .slick-next{
    position: absolute;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: 0;
    background-color: #fff;
    color: #e32d3f;
    font-size: 28px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 25px;
    top: 50%;
    margin-top: -13px;
    padding: 0;
    transition: .2s;
    text-align: center;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
    z-index: 200;
}
.slick-demais .slick-prev:hover, .slick-demais .slick-next:hover{
    background-color: #e32d3f;
    color: #fff;
}
.slick-demais .slick-prev{
    left: -10px;
}
.slick-demais .slick-next{
    right: -10px;
}

@media (min-width: 768px){
    #highlights-articles h2{
        font-size: 35px;
    }
    #highlights-articles h2::after{
        content: '';
        background-color: #0a6da8;
        width: 200px;
        height: 3px;
        margin-left: 10px;
    }

    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 280px;
        margin-right: 10px;
    }
}
@media (min-width: 992px){
    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 320px;
        margin-right: 10px;
    }
    .other-post h4{
        padding: 30px;
    }
}
@media (min-width: 1200px){
    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 320px;
        margin-right: 10px;
    }
}

.post-ads{
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 30px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #e1dee4;
}
.post-ads::before{
    content: "";
    display: block;
    background: #e1dee4;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 8px;
    z-index: 10;
}
.post-ads .title-post-ads{
    display: block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    z-index: 200;
}
.post-ads .title-post-ads span{
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.post-ads img{display: block; margin: 0 auto !important; max-width: 100%; height: auto;}
.post-ads iframe{display: block; margin: 0 auto !important; max-width: 100%;}

.post-ads .adsense728{display: block; max-width: 728px; margin: 0 auto;}

.publicity-special{position: relative; height: 42px; padding: 0 10px; background-color: #efeff0; margin: 0 0 -10px; z-index: 100;}
.publicity-special-tag{display: block; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); font-size: 14px; font-weight: 700; line-height: 1; margin: 0 auto; background-color: #f58837; color: #fff; text-align: center; border-radius: 5px; text-transform: uppercase; padding: 5px; max-width: 200px;}

article.post .entry .sharedaddy{
    margin-top: 50px;
}

.wp-video{
    margin-top: 40px;
}

.embed-site-responsive .wp-video{position: relative; display: block; width: 100% !important; padding: 0; overflow: hidden;}
.embed-site-responsive .wp-video::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.embed-site-responsive .wp-video::after {
    display: block;
    clear: both;
    content: "";
}

.embed-site-responsive .wp-video .mejs-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.embed-site-responsive .wp-video .wp-video-shortcode video{
    max-height: 100% !important;
}