:root {
    --theme-color: var(--cor-primaria);
    --cor-primaria: #000;
    --cor-contraste:#000;
    --cor-borda: #e9e9e9;
    --cor-paginacao: #000;
    --fundo: #d8f5f4;
    /* --fundo: #212121; */
    --cor-texto: #444;
    --cor-i-texto: #fff;
    --pesquisa-fundo: #000;
    --cor-borda-menu: #1a827b;
    --cor-link:#00f;
}

body {
    color: var(--cor-texto);
    background-color: #eafff7;
}

meta[name="theme-color"] {
    content: var(--theme-color);
}

:where(.thecontent, .post-content) a:not([class],[id]){
    color: #1a827b;
}

#header #logo a, #primary-navigation #logo a {
    color: var(--cor-primaria);
}

#logo a {
    text-transform: none !important;
}

#header {
    background-color: var(--fundo);
    border-bottom: var(--cor-primaria) solid 1px;
}

.home #header .logo-wrap {
    padding: 8px 0;
}

#header .logo-wrap {
    padding: 8px ​0 5px;
    color: var(--cor-texto);
}
#header .logo-wrap a{
    color: currentColor;
}
.small-header{
    background-color: var(--fundo);
}

.small-header .widget-header{
    margin-top: 0;
    margin-bottom: -35px;
}

.tradingview-widget-copyright{
    display: none !important;
}

@media screen and (min-width:800px) {
    #header .logo-wrap {
        display: inline-flex;
    }

    #header .logo-wrap .fa {
        margin: 0 10px;
    }

    #primary-navigation a {
        padding: 14px 5px 0px 5px;
        font-size: 32px;
        font-weight: bold;
    }
}

@media screen and (min-width:800px) and (max-width:1400px) {
    #menu-menu-topo li a {
        z-index: 3;
        position: relative
    }
}

@media screen and (min-width:800px) and (max-width:1256px) {
    .main-header:before {
        padding: 0;
    }
}

@media screen and (min-width:1257px) and (max-width:1301px) {
    .main-header:before {
        padding: 30px;
    }
}

.video.youtube {
    width: 90%;
    height: 373px;
    margin: 0 auto;
    display: block;
}

.imgcras {
    width: 100%;
    max-width: 350px;
}

@media screen and (max-width:800px) {
    #header h2 {
        font-size: 20px;
        margin-top: 1px;
    }

    #header .logo-wrap, .home #header .logo-wrap {
        padding: 0;
        z-index: 3;
    }

    #mobile-menu-overlay {
        background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/botao-fechar.webp');
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 2%;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    .video.youtube {
        height: 168px;
    }
}

#site-header {
    background: var(--fundo);
}

#site-header, .article, #sidebar .widget {
    box-sizing: border-box;
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); */
    background-color: #fff;
}

a#pull, #chamapesquisa {
    color: var(--cor-primaria) !important;
    z-index: 4;
}

#pesquisamobile {
    width: fit-content;
    padding: 0px;
    position: absolute;
    left: 12px;
    top: 10px;
    z-index: 5;
    font-size: 16px;
}

#pesquisamobile.aumenta {
    width: calc(100% - 15px);
}

#pesquisamobile #searchform {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8%;
    background: var(--pesquisa-fundo);
    padding: 0% 0;
    overflow: hidden;
}

#pesquisamobile #searchform #search-image.sbutton {
    background-color: transparent;
}

#chamapesquisa.fa-close {
    position: absolute;
    left: 0;
    color: #fff !important;
    z-index: 6;
    top: 4px;
}

#pesquisamobile #searchform fieldset {
    border-bottom: 1px solid var(--cor-primaria);
}

#pesquisamobile #searchform fieldset #s {
    width: 80%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    text-indent: 50px;
}

#pesquisamobile #searchform fieldset #s::placeholder {
    color: #fff
}

#pesquisamobile #searchform fieldset #search-image {
    width: 20%;
}

#chamapesquisa {
    padding: 0 15px 0px 0;
}

.copyrights a {
    color: var(--cor-i-texto);
}

.copyrights a:hover {
    text-decoration: underline;
}

#primary-navigation {
    float: left;
}

#primary-navigation nav ul li a {
    color: var(--cor-i-texto);
}

#sidebar .widget.widget_search {
    background: #fff;
    border-radius: 5px;
}

.article {
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    background-color: #fff;
}

.readMore a {
    padding: 10px 10px;
    display: block;
    background: var(--cor-primaria);
    border-radius: 5px;
    color: var(--cor-i-texto);
    overflow: hidden;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.readMore a:after {
    content: '➜';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: -100%;
    transition: all .3s;
    top: 24%;
}

.readMore a:hover {
    color: var(--cor-i-texto);
    padding-right: 25px;
}

.readMore a:hover:after {
    right: 6px;
}

.readMore a:active:after {
    transform: scale(2);
    opacity: 0;
}

.f-widget:nth-child(2) h3.widget-title, .f-widget:nth-child(3) h3.widget-title, .f-widget:nth-child(4) h3.widget-title, .f-widget:nth-child(5) h3.widget-title {
    visibility: hidden;
}

#site-footer .f-widget a {
    color: var(--cor-i-texto);
}

#site-footer .f-widget a:hover {
    text-decoration: underline
}

#site-footer .widget li {
    list-style: none;
    margin-left: 0
}

#commentform input#submit, #mtscontact_submit {
    float: left;
    white-space: inherit;
}

/* PADRAO */
/* Post */
.post-single-content h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

.related-posts h4, #respond h4 {
    font-size: 21px;
}

.article {
    padding: 2.001%;
    padding-top: 1.994%;
    width: 73.015%;
}

.sidebar.c-4-12 {
    max-width: 280px;
}

@media screen and (max-width: 865px) {
    .article {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .shareit {
        margin: 0 0 0 -100px;
    }
}

/* Categoria */


/* Sidebar */
.sbutton {
    margin-top: 0;
    width: 18%;
    max-width: 52px;
}

#s {
    width: 80%
}

.fa-2 {
    font-size: 2em;
}

#sidebar .widget h3 {
    font-size: 16px
}

/*FOOTER*/
.f-widget-2, .f-widget-3 {
    display: none
}

.footer-widgets .f-widget {
    width: 100%;
    color: var(--cor-i-texto);
    font-size: 12px;
    text-align: left;
}

.f-widget .widget {
    margin-bottom: 0
}

.footer-widgets .f-widget p {
    margin-bottom: 5px
}

.primary-slider-container {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.primary-slider .slide-caption {
    left: .7%;
}

.so_desktop {
    display: inline-block;
}

#page {
    display: flow-root;
}

.thecategory a{
    color:#777777;
}

.post-info i.fa:before, .ultimos_artigos .post-relacionado .conteudo-post p.conteudo-data i.fa:before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
body:where(.home, .archive) .thecategory i.fa-tags::before, body:where(.home, .archive) .post-info .thetime i.fa-calendar::before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.post-info .theauthor i.fa-user::before{
	background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/fa-user.webp');
}
.post-info .thecategory i.fa-tags::before, .thecategory i.fa-tags::before{
    background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/fa-tags.webp');
}
.post-info .thetime i.fa-calendar::before, .ultimos_artigos .post-relacionado .conteudo-post p.conteudo-data i.fa-calendar::before{
    background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/fa-calendar.webp');
}

.ultimos_artigos{
    border-top: 1px solid var(--cor-borda);
    padding-top: 15px;
}
.ultimos_artigos .post-relacionado{
    display: grid;
    grid-template-columns: 28% 70%;
    gap: 2%;
    margin-top: 15px;
}
.ultimos_artigos .post-relacionado{
    border-bottom: 1px dotted var(--cor-borda);
    padding-bottom: 10px;
}
.ultimos_artigos .post-relacionado .conteudo-post p{
    margin-bottom: 14px;
}
.ultimos_artigos .post-relacionado .conteudo-post p.conteudo-data{
    color: #AAAAAA;
}
.ultimos_artigos .post-relacionado .conteudo-titulo{
    font-weight: bold;
}
.ultimos_artigos .post-relacionado .read-more{
    background-color: var(--cor-primaria);
    color: var(--cor-i-texto);
    padding: 5px 10px;
    margin-left: 0;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.ultimos_artigos .post-relacionado .read-more:where(:hover,:active){
    background-color: var(--cor-contraste);
}

@media screen and (max-width:800px) {
    #header {
        background: var(--fundo);
        text-align: center;
        background-size: contain;
        font-size: 21px;
    }

    #logo a {
        text-transform: lowercase;
    }

    #secondary-navigation {
        width: 100% !important;
        position: relative !important;
    }

    #secondary-navigation a.toggle-mobile-menu {
        padding: 0 2px !important;
        top: 16.5px;
        width: 20px;
        margin: 0 !important;
        right: initial;
    }

    #pull {
        background: transparent !important;
    }

    #page, #outside-page {
        padding-top: 17px;
    }

    .readMore a:after {
        position: absolute;
        right: 6px;
    }

    .readMore a {
        padding-right: 25px;
    }

    #logo img {
        max-height: 34px;
        width: auto;
        top: 9px;
        position: relative;
    }

    .so_desktop {
        display: none;
    }

    .footer-widgets .f-widget {
        width: 100% !important;
        text-align: justify;
    }

    table, table.tabela-md-post {
        width: 100%;
        max-width: 330px !important;
    }

    table th, table td {
        font-size: x-small;
    }

    .so_desktop {
        display: none;
    }

    .single-title, .page h1.title{
        font-size: 24px;
    }

    #mobile-menu-overlay {
        backdrop-filter: blur(2px);
        background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/botao-fechar.webp');
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 2%;
    }

    .sidebar.c-4-12 {
        width: 100%;
    }
    .ultimos_artigos .post-relacionado{
        grid-template-columns: 100%;
        gap: 1%;
    }
    .ultimos_artigos .post-relacionado .conteudo-post{
        margin-bottom: 10px;
    }
    .ultimos_artigos .post-relacionado .post-imagem{
        display: flow-root;
        max-height: 230px;
        overflow: hidden;
    }
    .ultimos_artigos .post-relacionado .post-imagem img{
        width: 100%;
    }

}

@media screen and (max-width:320px) {
    table th, table td {
        font-size: 50%;
    }
}
@media screen and (min-width:10px) and (max-width:360px) {
    #logo img{
        top: 12px;
    }
}

.page-id-1677 .wpcf7-quiz-label:before {
    content: '2 + 3 ';
}

#sidebar #menu-menu-lateral li {
    list-style: none;
    margin-left: 0;
}

#sidebar #menu-menu-lateral li:before {
    content: '»';
    margin-right: 5px;
}

footer strong.so_desktop {
    font-weight: 400;
}

#copyright-note span, .to-top {
    color: var(--cor-i-texto);
}

@media screen and (min-width:500px) {
    #copyright-note span, .to-top {
        float: left;
    }
    .ultimos_artigos .post-relacionado .read-more{
        display: none;
    }
}


.pesquisaheader {
    display: none;
}

.pesquisaheader.ativo {
    display: block;
}


.saboxplugin-wrap .saboxplugin-gravatar img{
	max-width: 80px !important;
}
/* ATULIZAÇÃO HEADER COM BUSCA */

#pesquisar, #formulario_pesquisa {
    display: none;
}


blockquote:after{
    content: none;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>a img{
    width: 30px;
}

.img_autor{max-width:20px;border-radius:100%;padding:4px;background:#ddd;vertical-align:middle;}
    
    
.breadcrumb .fa-home{background:url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/icon-home.webp');
	background-size:cover;
	    width: 16px;
    height: 16px;
    display: block;
}

.tnp-submit{
    cursor: pointer;
}

#redes-sociais{
    display:flex;
    justify-content: flex-start;
    gap:20px;
}

#redes-sociais .btn{
    width: 25px;
    height: 26px;
    padding: 0;
    background-size: cover;
    background-position: center;
}

.btn{
    background-color:#f0f0f0;
    padding:10px 15px;
    font-size:0;
    border-radius:6px;
    vertical-align:super;
    background-position:center;
    background-size:17px;
    background-repeat:no-repeat;
}

.btn.facebook{
    background-image:url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/facebook.webp');
    background-color:transparent
}

.btn.linkedin{
    background-image:url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/linkedin.webp');
    background-color:transparent
}
    
.btn.twitter{
    background-image:url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/twitter.webp');
    background-color:transparent
}
.btn.instagram{
    background-image:url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/instagram.webp');
    background-color:transparent
}

.primary-slider-container {
    max-width: 1103px;
}

#outside-page{
    padding-top: 35px;
    position: relative;
    display: flow-root;
    margin-right: auto;
    margin-left: auto;
    max-width: 1152px;
    min-width: 240px;
    min-height: 100px;
    float: none;
    clear: both;
    margin-bottom: 35px;
}

#outside-page #grid-posts{
    padding: 23px;
    padding-top: 22px;
    background-color: var(--fundo);
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 8px));
    gap: 10px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}


.latestPost.grid #featured-thumbnail.schema-widgetfull{
    margin-right: 0;
}


.latestPost.grid .post-info{
    margin-bottom: 6px;
}



#title-separator{
    margin-right: auto;
    margin-left: auto;
    max-width: 1152px;
    text-align: center;
    position: relative;
}
#title-separator span{
    font-size: 17px;
    color: #FFF;
    z-index: 2;
    position: relative;
    background: var(--cor-contraste);
    padding: 5px 13px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    font-weight: bold;
}
#title-separator:before{
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
}

#move-to-top .fa-angle-double-up{
    font-size: 19px;
    position: relative;
    top: -2px;
    left: -1px;
}

body:where(.home, .archive) .thecategory{
    font-size: 10px;
    text-transform: uppercase;
}
body:where(.home, .archive) .thetime.date{
    font-size: 12px;
}


.saboxplugin-tab{
	background: transparent;
    padding: 0;
    padding: 20px 0 0px 0;
	min-height: auto;
	display: grid;
    grid-template-columns: 110px calc(100% - 110px);
    grid-template-areas:
        "foto titulo"
        "foto descricao";
}
.saboxplugin-wrap .saboxplugin-gravatar img{
	max-width: 80px !important;
}
.saboxplugin-tab .saboxplugin-gravatar{
	grid-area: foto;
}
.saboxplugin-tab .saboxplugin-authorname{
	grid-area: titulo;
	text-align: left;
	margin-bottom: 0;
    margin-top: 0;
}
.saboxplugin-tab .saboxplugin-desc{
	grid-area: descricao;
	text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc{
    font-size: 13px !important;
    line-height: 20px !important;
}
.saboxplugin-tab a.fn{
	color: var(--cor-texto);
}


.saboxplugin-wrap .saboxplugin-socials{
    margin-right: 20px;
    background: transparent;
}

.latestPost .title{
    line-height: 21px;
}

.front-view-content{
    font-size: 15px;
}

#header .logo-wrap {
    padding: 8px 0;
}

@media screen and (min-width:800px) {
    body:where(.home, .archive) .latestPost:not(.grid) #featured-thumbnail{
        margin-bottom: 0;
        margin-right: 0;
    }
    body:where(.home, .archive) .latestPost:not(.grid) .title{
        margin-bottom: 3px;
        margin-top: -2px;
    }
    body:where(.home, .archive) .latestPost:not(.grid) .post-info{
        float: none;
        margin-bottom: 10px;
        display: inline-block;
    }
    body:where(.home, .archive) #page .latestPost:not(.grid){
        display: grid;
        grid-template-columns: 300px calc(100% - 330px);
        gap: 30px;
    }
    body:where(.home, .archive) .latestPost:not(.grid) h2.title {
        line-height: 16px;
    }
    body:where(.home, .archive) #page .latestPost:not(.grid) .title a, body:where(.home, .archive) .latestPost:not(.grid) .title h2{
        line-height: 1em;
    }
    
    .latestPost.grid{
        margin-bottom: 0;
    }
    .latestPost.grid .front-view-title{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        line-height: 19px;
        margin-bottom: 6px;
    }
    
    .latestPost.grid .front-view-content{
        width: 100% !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        color: #707070;
    }
    .latestPost.grid .readMore{
        float: none;
    }

    .latestPost.grid .readMore a{
        width: calc(100% - 20px);
        text-align: center;
    }
    .latestPost.grid .readMore a:after{
        content: none;
    }
    .latestPost.grid .readMore a:hover{
        padding-right: 10px;
    }
}
@media screen and (max-width:800px) {
    a#pull:after {
        content: none;
    }

    #nav-mobile {
        position: relative;
        display: flow-root;
    }

    #nav-mobile span {
        background-color: var(--cor-primaria);
        height: 3px;
        border-radius: 3px;
        width: 100%;
        display: block;
        opacity: .6;
    }

    #nav-mobile span:not(:last-child) {
        margin-bottom: 4px;
    }

    #secondary-navigation a:hover {
        background: transparent !important;
    }

    #secondary-navigation {
        height: 0;
    }

    #mobile-menu-overlay {
        backdrop-filter: blur(2px);
    }

    #header .container {
        display: grid;
        grid-template-columns: 40px calc(100% - 80px) 40px;
        grid-template-areas: "menu logo pesquisa";
    }

    #pesquisar {
        padding: 14px 3px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
        border: none;
        position: relative;
        grid-area: pesquisa;
        top: 2px;
    }

    #header .logo-wrap {
        grid-area: logo;
    }

    #secondary-navigation {
        grid-area: menu;
    }

    .magic-icon-search {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: .6;
    }

    .magic-icon-search::before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 35%;
        background: var(--cor-primaria);
        position: absolute;
        left: 80%;
        top: 80%;
        transform: translate(-50%, -50%) rotate(-50deg);
        transition: all 0.3s;
    }

    .magic-icon-search::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 60%;
        height: 60%;
        border: 2px solid var(--cor-primaria);
        border-radius: 50%;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all 0.3s;
    }

    #pesquisar:active {
        background: transparent;
    }

    .magic-icon-search.fechar::before {
        height: 120%;
        left: 50%;
        top: 50%;
    }

    .magic-icon-search.fechar::after {
        border-width: 0;
        border-radius: 0;
        width: 10%;
        height: 120%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(50deg);
        transition: all 0.3s, background 0s 0.3s;
        background: var(--cor-primaria);
    }

    #formulario_pesquisa #searchform {
        width: 95%;
    }

    #formulario_pesquisa #searchform input[type="text"] {
        border-radius: 5px;
    }

    #formulario_pesquisa {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 50px;
        left: 1%;
    }

    .home #page .latestPost:first-child{
        border-top: 1px solid #ccc;
        margin-top: 15px;
        padding-top: 15px;
    }

    #formulario_pesquisa.mostra {
        background: var(--fundo);
        border-radius: 0px 0px 5px 5px;
        background-blend-mode: overlay;
        z-index: 9;
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 5px 0;
        box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.02),
            0 6.7px 5.3px rgba(0, 0, 0, 0.028),
            0 12.5px 10px rgba(0, 0, 0, 0.035),
            0 22.3px 17.9px rgba(0, 0, 0, 0.042),
            0 41.8px 33.4px rgba(0, 0, 0, 0.05),
            0 100px 80px rgba(0, 0, 0, 0.07);
    }

    .main-header .container {
        background: transparent
    }

    #formulario_pesquisa #s {
        padding: 10px 0;
    }

    #formulario_pesquisa .sbutton {
        height: 38px;
    }

    .sidebar.c-4-12 {
        max-width: 100%;
    }

    .related-posts #featured-thumbnail {
        max-height: 200px;
    }
    .saboxplugin-tab .saboxplugin-desc{
        margin-left: 0;
    }
    .single_post, .saboxplugin-tab{
        margin-bottom: 0;
    }
    .menu.categorias{
        border-top: 1px solid var(--cor-borda-menu);
        border-bottom: 1px solid var(--cor-borda-menu);
    }
    .menu.categorias .cat-item{
        display: grid;
        grid-template-columns: 30px calc(100% - 35px);
        gap: 5px;
        align-items: center;
    }
    .menu.categorias .cat-item:before{
        content: '';
        display: inline-flex;
        background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/fa-folder.webp');
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 22px;
        filter: hue-rotate(320deg);
    }
    #header nav .menu.categorias .cat-item a{
        text-indent: 0;
    }
    article ol{
        padding-left: .9em;
    }
    #outside-page{
        max-width: 96%;
    }
    #outside-page #grid-posts{
        grid-template-columns: 100%;
    }
    #outside-page #grid-posts{
        padding: 2.001%;
        padding-top: 1.994%;
    }
    .latestPost:not(.last){
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .home #page .latestPost{
        display: grid;
        grid-template-columns: 80px calc(100% - 100px);
        gap: 20px;
        grid-template-areas: "foto conteudo";
    }
    .home #page .latestPost .post-image{
        grid-area: foto;
    }
    .home #page .latestPost .post-image img{
        max-width: 80px;
    }
    .home #page .latestPost .content-posts{
        grid-area: conteudo;
    }   
    .home #page .latestPost h2.title{
        margin-bottom: 0;
    }
    .home #page .latestPost #featured-thumbnail{
        margin-bottom: 0;
    }
    .home #page .latestPost .title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .home #page .latestPost .front-view-content .post-info{
        margin-bottom: 10px;
    }
    .home #page .latestPost .front-view-content{
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } 
    body:where(.home,.archive) .thecategory{
        margin-top: -2px;
        display: block;
    }
    .saboxplugin-wrap{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .saboxplugin-tab .saboxplugin-gravatar{
        padding-top: 0px;
    }
    .saboxplugin-wrap .saboxplugin-socials{
        text-align: left;
    }
    .saboxplugin-wrap .saboxplugin-desc{
        margin: 0 20px 0 0px;
    }
    .saboxplugin-wrap .saboxplugin-desc p{
        margin: 5px 0 6px;
    }
    .saboxplugin-tab{
        padding: 15px 0 0px 0;
    }
    .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{
        margin: 5px 5px;
        line-height: 11px;
    }
    #outside-page{
        padding-top: 10px;
    }

    #header .logo-wrap {
        padding: 0;
    }
}


/* Atualizaçao sem fontawesome */
#search-image {
    background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/lupa.webp');
    background-position: center;
    background-repeat: no-repeat;
}

#move-to-top {
    padding: 5px 8px 16px 8px;
    text-align: center;
}

.fa-angle-double-up:before {
    content: "»";
    font-family: initial;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    transform: rotate(-90deg);
}

#header .logo-wrap .fa.fa-home {
    background-image: url('https://www.encontra.net/padrao/content-wp/themes/mts_schema/images/icon-home.webp');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 15px;
    margin: 0 10px 0 0;
    /* filter: invert(1); */
}

#header .logo-wrap .fa.fa-caret-right:before {
    content: '➜';
    font-style: normal;
}

.nav-previous a .fa-angle-left:before {
    content: '«';
    font-style: normal;
}

.nav-next a .fa-angle-right:before {
    content: '»';
    font-style: normal;
}


/*COMECO ACCORDEON*/
h6 {
    cursor: pointer;
    padding: 15px 0;
    width: calc(100% - 30px);
    text-align: left;
    outline: none;
    transition: 0.4s;
    color: #000;
    background: #f5f5f5;
    padding: 15px;
    margin: 0;
    border-bottom: 3px solid #000;
    display: flex;
    font-weight: normal;
}

h6:before {
    content: '+';
    margin-right: 5px;
}

h6.active {
    font-weight: bold;
}

h6.active:before {
    content: '-';
    margin-right: 5px;
}


h6+p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*FINAL ACCORDEON*/

.latestPost .title a {
    color: #1d3c3a;
}

#secondary-navigation a {
    color: #1d3c3a;
}

#redes-sociais .btn {
    filter: hue-rotate(326deg);
}

.single_post {
    background-color: #fff;
}

.article,  #sidebar .widget {
    border: 1px solid #bfddd2;
    border-radius: 8px;
}

.tnp-widget-minimal input.tnp-submit {
    background-color: #1a827b;
    color: #fff;
    margin-top: 5px;
}

.saboxplugin-socials a > svg {
    width: 10px !important;
}