@charset "UTF-8";

body {
    --cor-primaria: #202024;
    --cor-contraste: #be0008;
    --cor-borda: #e9e9e9;
    --cor-paginacao: #be0008;
    --fundo: #fff;
    --cor-texto: #444;
    --cor-i-texto: #fff;
    --pesquisa-fundo: #be0008;
    --cor-link: #0000ff;
    color: var(--cor-texto)
}

.readMore a {
    padding: 5px 10px;
    background: var(--cor-primaria);
    color: #FFF;
    border-radius: .35em;
    font-weight: bold;
}

.readMore a:hover {
    color: #FFF;
    background-color: var(--cor-contraste);
}

body :where(.thecontent, .post-content) a:not(a[class], a[id]) {
    color: var(--cor-link) !important
}

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

#header {
    background-color: var(--cor-primaria)
}

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

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

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

    .main-header:before {
        content: '';
        padding: 46px;
        background: url(https://qualificasp.com/content-wp/themes/mts_schema/images/flag-header.webp) no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 1
    }
}

@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
}

.so_desktop {
    display: inline-block
}

#page {
    display: flow-root
}

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

.post-info .theauthor i.fa-user::before {
    background-image: url('https://qualificasp.com/content-wp/themes/mts_schema/images/fa-user.png')
}

.post-info .thecategory i.fa-tags::before {
    background-image: url('https://qualificasp.com/content-wp/themes/mts_schema/images/fa-tags.png')
}

.post-info .thetime i.fa-calendar::before, .ultimos_artigos .post-relacionado .conteudo-post p.conteudo-data i.fa-calendar::before {
    background-image: url('https://qualificasp.com/content-wp/themes/mts_schema/images/fa-calendar.png')
}

.ultimos_artigos {
    border-top: 1px solid var(--cor-borda);
    padding-top: 15px
}
.ultimos_artigos.sembarra{
    border-top: none;
}
.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 h2 {
        font-size: 20px
    }

    #header .logo-wrap {
        padding: 0
    }

    #mobile-menu-overlay {
        background-image: url(https://qualificasp.com/content-wp/themes/mts_schema/images/botao-fechar.png);
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 2%
    }

    .video.youtube {
        height: 168px
    }

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

    .single-title, .page h1.title {
        font-size: 24px
    }
    .saboxplugin-tab{
        display: grid;
        grid-template-columns: 110px calc(100% - 115px);
        gap: 5px;
        grid-template-areas:
            "foto tiulo"
            "foto conteudo"
            "redes redes";
        text-align: left;
    }
    .saboxplugin-wrap .saboxplugin-gravatar{
        grid-area: foto;
    }
    .saboxplugin-wrap .saboxplugin-authorname{
        padding-left: 10px;
        text-align: left;
        margin-bottom: 0;
    }
    .saboxplugin-wrap .saboxplugin-desc{
        text-align: left;
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .saboxplugin-wrap .saboxplugin-socials{
        grid-area: redes;
    }
}

.home #header #logo a, #primary-navigation a {
    color: transparent;
    background-image: url('https://www.qualificasp.com/content-wp/themes/mts_schema/images/logo.svg');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat
}

#primary-navigation a:hover {
    color: transparent !important
}

#site-header {
    background: var(--cor-primaria)
}

.copyrights a {
    color: #fff
}

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

#primary-navigation {
    float: left
}

#primary-navigation nav ul li a {
    color: #fff
}

#sidebar .widget.widget_search {
    background: var(--cor-primaria);
    border-radius: 5px
}

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

.read-more {
    padding: 10px 10px;
    display: block;
    background: var(--cor-contraste);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0 0 0
}

.read-more:hover {
    color: #fff;
    padding-right: 25px
}

.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: #fff
}

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

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

@media screen and (max-width:800px) {
    #header #logo a{
        color: transparent;
        background-image: url('https://www.qualificasp.com/content-wp/themes/mts_schema/images/logo.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
    #header {
        background: var(--cor-primaria) url(https://qualificasp.com/content-wp/themes/mts_schema/images/flag-header.webp) no-repeat;
        text-align: center;
        background-size: contain;
        font-size: 21px
    }

    #logo a {
        text-transform: lowercase
    }

    #secondary-navigation {
        position: absolute !important;
        right: initial;
        left: 0;
        max-width: 50px
    }

    #pull {
        background: transparent !important
    }

    #header #logo a {
        font-family: 'Raleway';
        font-weight: 700;
        font-size: 22px;
        position: relative;
        top: -6px;
        left: 25px
    }
}

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

.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: 68.015%
}

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

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

.sbutton {
    margin-top: 0;
    width: 52px
}

#s {
    width: 80%
}

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

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

@media screen and (min-width:500px) {
    #copyright-note span, .to-top {
        float: left
    }
}

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

.footer-widgets .f-widget {
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: left
}

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

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

@media screen and (max-width:500px) {
    .footer-widgets .f-widget {
        width: 100% !important
    }

    #page {
        padding-top: 17px
    }

    .home .main-header:before {
        content: '';
        padding: 29px;
        background: url('https://qualificasp.com/content-wp/uploads/2020/02/flag-header.webp') no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 1
    }
}

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

.home.blog #header {
    background: var(--cor-primaria)
}

.home.blog #header #logo a {
    font-family: 'Raleway';
    font-size: 21px;
    font-weight: bold
}

h6 {
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    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
}

.sib-form {
    padding: 0 !important
}

#search-image {
    background-image: url(https://qualificasp.com/content-wp/themes/mts_schema/images/lupa.png);
    background-position: center;
    background-repeat: no-repeat
}

#move-to-top {
    padding: 5px 11px 25px 8px
}

.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://qualificasp.com/content-wp/themes/mts_schema/images/icon-home.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 15px;
    margin: 0 10px 0 0
}

@media (prefers-color-scheme:dark) {
    #header .logo-wrap .fa.fa-home {
        filter: invert(1)
    }
}

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

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

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

#pesquisar, #formulario_pesquisa {
    display: none
}

@media screen and (max-width:800px) {
    a#pull:after {
        content: none
    }

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

    #nav-mobile span {
        background-color: #fff;
        height: 3px;
        border-radius: 3px;
        width: 100%;
        display: block
    }

    #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: calc(100% - 60px) 30px 30px;
        grid-template-areas: "logo pesquisa menu"
    }

    #pesquisar {
        padding: 6px 3px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        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;
        top: 3px
    }

    .magic-icon-search::before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 35%;
        background: #fff;
        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 #fff;
        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: #fff
    }

    #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: 44px;
        left: 1%
    }

    #formulario_pesquisa.mostra {
        background: var(--cor-primaria);
        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);
        border-radius: 0 0 5px 5px
    }

    .main-header .container {
        background: transparent
    }

    #formulario_pesquisa #s {
        padding: 10px 0
    }

    #formulario_pesquisa .sbutton {
        height: 39px;
        padding: 0
    }

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

    #secondary-navigation a.toggle-mobile-menu {
        color: #fff !important;
        padding: 0 2px !important;
        top: 14px;
        width: 20px;
        margin: 0 0 0 auto !important;
        right: initial;
        z-index: 2
    }

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

    .related-posts #featured-thumbnail {
        max-height: fit-content;
        max-height: -webkit-fit-content
    }

    .menu.categorias {
        border-top: 1px solid var(--cor-contraste);
        border-bottom: 1px solid var(--cor-contraste)
    }

    .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://qualificasp.com/content-wp/themes/mts_schema/images/fa-folder.webp');
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 22px
    }

    #header nav .menu.categorias .cat-item a {
        text-indent: 0
    }

    .home #header #logo a {
        background-position: center
    }
}