/* DESTAQUES */
div#blog_destaque {
    padding: 20px 0;
}

a.d_grande {
    display: block;
    background: var(--blog-theme-color-dark);
    height: auto;
    position: relative;
    FONT-WEIGHT: 500;
    overflow: hidden;
    cursor: pointer;
}

a.d_grande img, a.d_pequeno img, #blog_destaque a.swiper-slide img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
    transition: 0.5s all;
}

a.d_grande:before, a.d_pequeno:before {
    content: '';
    display: block;
    padding-top: 61.6%;
}

a.d_pequeno {
    display: block;
    background: var(--blog-theme-color-dark);
    height: auto;
    position: relative;
    FONT-WEIGHT: 500;
    overflow: hidden;
    margin-bottom: 20px;
}

.destaque_grande {
    float: left;
    width: 66.43%;
}

.destaques_pequenos {
    float: left;
    width: 33.57%;
    padding-left: 21px;
}

.mode_2 .destaques_pequenos {
    padding: 0 21px 0 0;
}

span.d_titulo {
    position: absolute;
    bottom: 0;
    font-size: 2em;
    width: 100%;
    padding: 70px 30px 30px 30px;
    line-height: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    cursor: pointer;
    font-family: var(--blog-title-font);
    color: #FFF;
}

span.d_subtitulo {
    display: block;
    font-size: 0.55em;
    margin: 11px 0 0;
    font-family: var(--blog-main-font);
    color: #FFF;
}

a.d_pequeno:last-child {
    margin-bottom: 0;
}

div#blog_destaque:after {
    content: '';
    display: block;
    clear: both;
}

.d_pequeno span.d_titulo {
    font-size: 1.5em;
    padding: 70px 20px 20px 20px;
}

a.d_grande:hover img, a.d_pequeno:hover img, #blog_destaque a.swiper-slide:hover img {
    opacity: 0.7;
}

#blog_destaque a.swiper-slide {
    display: block;
    height: auto;
    position: relative;
}

#blog_destaque a.swiper-slide:before {
    content: '';
    display: block;
    padding-top: 61.6%;
}

#blog_destaque .swiper-button-next:after, #blog_destaque .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    background: none;
}

.swiper-button-next svg, .swiper-button-prev svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #FFF;
    stroke: rgba(0, 0, 0, 0.06);
    stroke-width: 1px;
    transition: 0.5s all;
    max-width: 100%;
    max-height: 100%;
}

.swiper-button-next svg:hover, .swiper-button-prev svg:hover {
    fill: var(--blog-theme-color);
}

.mode_3.has_pagination span.d_titulo {
    padding-bottom: 50px;
}

#blog_destaque .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 9px;
    padding: 12px 0;
}

#blog_destaque .swiper-pagination-bullet {
    background: #FFF;
    display: inline-block;
}

#blog_destaque .swiper-pagination-bullet-active {
    background: var(--blog-theme-color);
}

@media (max-width: 850px) {
    .destaque_grande {
        width: 100%;
        float: none;
    }

    .destaques_pequenos {
        padding: 20px 0 0 0;
        width: auto;
        float: none;
        margin: 0 -10px;
    }

    a.d_pequeno {
        width: calc(50% - 20px);
        float: left;
        margin: 0 10px;
    }
}

@media (max-width: 600px) {
    .d_pequeno span.d_titulo {
        font-size: 1em;
    }

    .destaques_pequenos {
        padding: 10px 0 0 0;
        width: auto;
        float: none;
        margin: 0 -5px;
    }

    a.d_pequeno {
        width: calc(50% - 10px);
        float: left;
        margin: 0 5px;
    }
}
@media(max-width: 870px) {
    .d_grande span.d_titulo {
        font-size: 1.5em;
        padding: 70px 10px 10px 10px;
    }

    .d_pequeno span.d_titulo {
        font-size: 1em;
        padding: 70px 10px 10px 10px;
    }

    .mode_3.has_pagination span.d_titulo {
        font-size: 1.3em;
        padding-bottom: 40px;
    }
}

@media(max-width: 600px) {
    .d_grande span.d_titulo {
        font-size: 1.4em;
        padding: 70px 10px 10px 10px;
    }

    .d_pequeno span.d_titulo {
        font-size: 0.8em;
        padding: 70px 10px 10px 10px;
    }

    #blog_destaque .swiper-button-next, #blog_destaque .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .mode_3 span.d_titulo {
        font-size: 1em !important;
        padding-bottom: 25px !important;
    }
    .mode_3 span.d_titulo .d_subtitulo {
        display:none;
    }

    #blog_destaque .swiper-pagination {
        padding: 0;
        height: 23px;
    }
}


/* single */
section#singular {
    padding-bottom: 50px;
}
#singular .grid {
	max-width: 1000px;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.breadcrumb ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 133px);
}
.breadcrumb ul li:last-child{
    padding:0;
}
.breadcrumb ul li a{
    color:#FFF;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb ul li:after, .breadcrumb ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: right center;
    top: 50%;
    right: 7px;
}

.breadcrumb ul li:before {
    transform: rotate(-45deg);
}

.breadcrumb ul li:last-child:before, .breadcrumb ul li:last-child:after {
    display: none;
}

.single h1 {
    font-family: var(--blog-title-font);
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0 16px;
    line-height: 1.2;
    color: var(--blog-title-color);
    position: relative;
    z-index: 1;
    line-height: 0.9;
}

p.subtitulo {
    font-size: 1.2em;
    z-index: 1;
    position: relative;
    color: #FFF;
    margin: 0.5em 0 0.5em 0;
}


.publish {
    width: 50%;
    float: right;
    text-align: right;
}

.post_meta:after {
    content: '';
    display: block;
    clear: both;
}

.post_meta {
    padding: 0;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 0.8em;
    padding-bottom: 10px;
}

.thumb picture, .thumb img, .thumb source {
    width: 100%;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content h8, .content h9 {
    color: var(--blog-theme-color);
    /* add color here*/
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.35em;
    font-weight: normal;
    font-family: var(--blog-title-font);
}

.content h2 {
    margin-bottom: 0.5em;
}

.content h1 {
    font-size: 2.5em;
}

.content h2 {
    font-size: 2em;
}

.content h3 {
    font-size: 1.2em;
}

.content h4 {
    font-size: 1.2em;
}

.content h5, .content h6, .content h7, .content h8, .content h9 {
    font-size: 1em;
}

.content p {
    font-size: 1em;
}

.content figure {
    margin: 0;
}

article .content {
    margin-top: 30px;
}

article .content p {
    color: var(--blog-font-color);
    font-size: 18px;
}

article .content a {
    transition: 0.4s all;
    color: var(--blog-link-color);
    font-size: 18px;
    text-decoration: underline;
}

article .content a:hover {
    color: var(--blog-link-hover-color);
}

article .content .aligncenter {
    margin: auto;
}

blockquote {
    width: 90%;
    /* padding: 5px 0px 5px 10px; */
    padding-left: 20px;
    border-left: 4px solid var(--blog-theme-color);
    margin: 30px 0;
}

blockquote p:after, blockquote p:before {
    display: inline-block;
    content: '"';
    margin: 0 5px;
    font-weight: 900;
    font-size: 20px;
}

.content ul ul {
    list-style: disc !important;
}

article .content .alignright {
    float: right;
}

article .content .alignleft {
    float: left;
    margin-right: 20px;
}

ul.tags {
    margin-top: 40px;
    list-style: none;
    padding: 0;
    clear: both;
}

ul.tags li {
    margin-right: 5px;
    display: inline-block;
}

ul.tags a {
    transition: 0.3s all;
    background: #e7e7e7;
    color: #666;
    text-decoration: none !important;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 500;
    display: block;
}

ul.tags a:hover {
    background: #c3c3c3;
}

.post_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 0;
}

.post_footer a.voltar.bttn {
    display: inline-block;
    padding: 8px 55px;
}

.share-block {
    display: block;
    width: 100%;
}

.share-block .share_span {
    font-size: 18px;
    margin-right: 5px;
}

.share-block .share_buttons {
    vertical-align: middle;
    display: inline-flex;
}

.share {
    transition: .3s ease;
    margin: 0 3px;
    padding: 0 5px;
}

.share a {
    display: block;
}

.share_mobile {
    display: none;
}

a.perma {
    display: block;
    padding: 10px;
}

a.perma picture, a.perma source, a.perma img {
    display: block;
	border-radius: 10px; 
}

a.perma:After {
    content: '';
    display: block;
    clear: both;
}

.perma h3 {
    margin: 0 !important;
}

#relacionados .title {
    display: block;
    margin: 0;
    font-weight: 500;
    padding: 10px 0 0;
    font-size: 1.2em;
}

section#relacionados {
    margin: 0 0 60px 0;
}

#relacionados h2, #blog_comments h2 {
    color: var(--blog-theme-color);
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.35em;
    font-weight: normal;
    font-family: var(--blog-title-font);
    font-size: 2em;
    padding: 0 10px;
}
#blog_comments h2 {
    margin: 30px 0 0;
    padding: 0;
}

.swiper-slide a:hover {
    background: #000;
}

a.perma:hover {
    background: rgba(255, 255, 255, 0.08);
}

.fixgrid_blog {
    margin: 0 -10px;
}

.share a {
    fill: var(--blog-font-color);
    transition: 0.5s all;
}

.share a:hover {
    fill: var(--blog-link-color);
}

#relacionados .swiper-button-next, #relacionados .swiper-button-prev {
    display: none;
}
.post_title {
    position: relative;
}

.post_title .thumb, .post_title .thumb picture, .post_title .thumb source, .post_title .thumb img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    object-fit: cover;
}

.post_title:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.post_title .thumb {
    filter: contrast(0.7);
}

.post_meta a:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {
    #relacionados .swiper-button-next, #relacionados .swiper-button-prev {
        display:block;
        margin: -15px -15px;
        width: 30px;
        height: 30px;
        background: var(--blog-link-color);
        border-radius: 50%;
        padding: 5px 0;
        text-align: center;
        transition: 0.5s all auto;
    }

    #relacionados .swiper-button-prev {
        transform: scaleX(-1);
    }

    #relacionados .swiper-button-next svg, #relacionados .swiper-button-prev svg {
        margin: 0 1px;
    }

    #relacionados .swiper-button-next:hover, #relacionados .swiper-button-prev:hover {
        background: var(--blog-link-hover-color);
    }

    #relacionados .swiper-button-next:after, #relacionados .swiper-button-prev:after {
        display: none;
    }

    #relacionados .swiper-container {
        overflow: visible;
    }

    #relacionados .swiper-button-disabled {
        display: none;
    }
}

@media (max-width: 700px) {
    #relacionados h2 {
        font-size: 1.5em;
    }

    .single h1 {
        font-size: 1.8em;
        margin-bottom: 10px;
        line-height: 1;
    }

    .author,.publish {
        float: none;
        width: 100%;
        text-align: left;
    }

    blockquote {
        margin: 1em 0 !important;
        width: 100%;
    }

    .share-block.share_desktop {
        display: none;
    }

    .share-block.share_mobile {
        display: block;
    }

    a.all_share_a svg {
        display: block;
    }

    .share.all_share {
        float: right;
        padding: 0;
        margin: 0;
    }

    .share-block.share_mobile .share_buttons {
        float: right;
    }

    .post_footer {
        margin-top: 10px;
    }

    section#relacionados {
        margin: 20px 0;
    }

    p.subtitulo {
        font-size: 1em;
        margin: 5px 0 15px;
    }

    #relacionados h2, #blog_comments h2 {
        font-size: 1.5em;
    }
    section#singular{
        padding-bottom:0;
    }
}

/* arquivos */
#blog_archive {
    padding-bottom: 50px;
}
#blog_posts article {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}

#blog_posts article:nth-child(3n+1) {
    clear: both;
}

#blog_posts article a {
    display: block;
    padding: 10px;
    font-size: 16px;
}

#blog_posts article img {
	width: 100%;
	border-radius: 8px;
}

#blog_posts article a:hover {
    background: rgba(255, 255, 255, 0.08);
}

#blog_posts article a:hover picture {
    opacity: 0.7;
}

#blog_posts article a picture * {
    transition: 0.5s all;
    display: block;
}

#blog_posts h1 {
    font-family: var(--blog-title-font);
    font-weight: 400;
    font-size: 2em;
    margin: 1em 0;
    line-height: 1.2;
    color: var(--blog-title-color);
    position: relative;
    transition: 0.2s all;
    transition-delay: 0;
    line-height: 40px;
}

#blog_posts h1 span {
    background: var(--blog-background-color);
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1;
}

#blog_posts h1:before {
    border-bottom: solid 1px;
    content: '';
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    z-index: 0;
    right: 0;
}
.blog #blog_posts h1:before {
    right: 50px;
}

#blog_posts > div > div {
    margin: 0 -10px;
}

#blog_posts article .title {
    font-size: 1.05em;
    display: block;
    margin-top: 10px;
	font-weight: normal;
	color: var(--font-color);
}

div#blog_posts:after {
    content: '';
    display: block;
    clear: both;
}

div#blog_archive_pages {
    text-align: center;
    margin: 20px 0 30px;
}

div#blog_archive_pages * {
    padding: 0 7px;
    display: inline-block;
    background: var(--blog-pagination-atual-color);
    color: var(--blog-pagination-textcolor);
    line-height: 30px;
    min-width: 30px;
    border-radius: 1px;
    margin: 0 2px;
    cursor: default;
}

div#blog_archive_pages a {
    background: var(--blog-pagination-color);
    color: var(--blog-pagination-textcolor);
    cursor: pointer;
    transition: 0.5s all;
}

div#blog_archive_pages a:hover {
    background: var(--blog-pagination-hover-color);
    color: var(--blog-pagination-hover-textcolor);
}

@media (max-width: 850px) {
    #blog_posts article {
        width: 50%;
    }

    #blog_posts article:nth-child(3n+1) {
        clear: none;
    }

    #blog_posts article:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 470px) {
    .breadcrumb {font-size: 0.8em;}
    #blog_posts article {
        width: 100%;
        margin-bottom: 0;
    }
    #blog_posts article a{
        border-bottom:solid 1px rgba(0, 0, 0, 0.09);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #blog_posts article a:after{
        clear:both;
        content:'';
        display:block;
    }
    #blog_posts article a picture {
        width: 45%;
        float: left;
        margin-right: 10px;
    }

    #blog_posts article .title {
        font-size: 1em;
        margin: 0;
        width: 65%;
    }
    article .content{
        font-size:16px;
    }
    .content h1 {
        font-size: 2em;
        line-height:1.1
    }

    .content h2 {
        font-size: 1.5em;
        line-height:1.1
    }

    .content h3 {
        font-size: 1.1em;
        line-height:1.1
    }

    .content h4 {
        font-size: 1.1em;
        line-height:1.1
    }

    .content h5, .content h6, .content h7, .content h8, .content h9 {
        font-size: 1em;
    }

}

/* Pesquisa */
#blog_search_results h1 {
    text-align: center;
    margin-bottom: 0.3em;
}

#blog_search_results h1:before {
    display: none;
}

#blog_search_results p {
    text-align: center;
    font-size: 1.2em;
}

#blog_search_results form {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

#blog_search_results form input[type="text"] {
    width: calc(100% - 40px);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 20px 0 0 20px;
    float: left;
    box-sizing: border-box;
    border: none;
    border: solid 1px #ccc;
}

#blog_search_results form button {
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0;
    background: var(--blog-search-button-color);
    fill: var(--blog-search-icon-color);
    transition: all 0.5s;
    border-radius: 0 20px 20px 0;
    padding: 7px;
}

#blog_search_results form button:hover {
    background: var(--blog-search-button-color-hover);
}

#blog_search_results form:after {
    content: '';
    display: block;
    clear: both;
    position: relative;
    height: 0;
}

@media (max-width: 500px) {
    #blog_posts h1 {
        font-size:1.5em;
    }
}

div#blog_archive_title {
    position: relative;
    margin: 0 !important;
}

div#blog_archive_title form {
    position: absolute;
    width: 40px;
    overflow: hidden;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 9;
    transition: 0.5s all;
    border-radius: 20px;
}

#blog_archive_title input[type="text"] {
    width: 100%;
    border: none;
    line-height: 38px;
    transition: 0.5s all;
    padding: 0 20px 0 20px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #FFF;
    border: solid 1px #e4e4e4;
    border-right: none;
}

div {
}

div#blog_archive_title form.open {
    width: 100%;
}

#blog_posts .open ~ h1 {
    opacity: 0;
    transition-delay: 0.5s;
}

div#blog_archive_title form button, div#blog_archive_title form a {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0;
    background: var(--blog-search-button-color);
    fill: var(--blog-search-icon-color);
    transition: all 0.5s;
    border-radius: 0 25px 25px 0;
    padding: 7px;
}

div#blog_archive_title form button:hover, div#blog_archive_title form button:a {
    background: var(--blog-search-button-color-hover);
}

div#blog_archive_title form a {
    transition: background 0.5s;
}

div#blog_archive_title form.open a {
    transition: none;
    right: 40px;
    border-radius: 50%;
    background: none;
    padding: 10px;
}

div#blog_archive_title form.open a #icon-search {
    display: none;
}

div#blog_archive_title form a #icon-clear {
    display: none;
}
div#blog_archive_title form a #icon-search path {
	fill: var(--background-color);
}

div#blog_archive_title form.open a #icon-clear {
    display: block;
    fill: #000
}


/* comentarios */
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}