@charset "utf-8";

a {
    color: #7a4f19;
}

a:hover {
    color: #695d16;
}

ul {
    list-style-type: none;
    padding: 0px;
}



/* Estilização da lista UL */

.conteudo-completo {
    font-family: sans-serif;
    line-height: 2.3rem;
    color: #333;
    font-size: 1.14rem;
    font-weight: 400;
}

.conteudo-completo ul {
    list-style-type: none;
    /* Remove os marcadores padrão */
    padding-left: 0;
    /* Remove o padding padrão */
    margin-top: 10px;
    /* Espaço antes da lista */
}

/* Estilização dos itens LI */
.conteudo-completo ul li {
    background-color: #f9f9f9;
    /* Cor de fundo para cada item */
    border-left: 4px solid #909399;
    /* Barra lateral para destaque */
    margin-bottom: 5px;
    /* Espaço entre os itens */
    padding: 10px 15px;
    /* Espaçamento interno para cada item */
    font-size: 1.14rem;
    /* Tamanho da fonte */
    line-height: 2.3rem;
    /* Espaçamento das linhas */
    border-radius: 3px;
    /* Cantos arredondados */
}

/* Estilização do texto dentro dos itens LI */
.conteudo-completo ul li p {
    margin: 0;
    /* Remove a margem padrão */
}


body {
    font-family: Verdana, Arial, serif;
    line-height: 30px;
    color: #333;
    font-size: 0.95rem;
}

ins {
    margin-bottom: 10px;
    margin-top: 10px;
}

code {
    color: #871448 !important;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.pointer {
    cursor: pointer;
}

.completo {
    background-color: #F4F4F4;
}

.interno {
    background-color: #ffffff;
}

.degrade {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.78) 46%, rgba(205, 205, 205, 0.51) 99%, rgba(204, 204, 204, 0.51) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.78) 46%, rgba(205, 205, 205, 0.51) 99%, rgba(204, 204, 204, 0.51) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0.78) 46%, rgba(205, 205, 205, 0.51) 99%, rgba(204, 204, 204, 0.51) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#82cccccc', GradientType=0);
    /* IE6-9 */
}

.box-transparente-preto {
    background-color: rgba(0, 0, 0, 0.45);
}

.bg-amarelo {
    background-color: #FF9900;
}

.box-curso {
    min-height: 210px;
}

.navbar {
    padding: .5rem 2rem .5rem 2rem !important;

}

.navbar-dark .navbar-nav .nav-link {
    border-bottom: 4px solid transparent;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 4px solid #cc9c4f;
    color: rgb(131, 139, 20);
    display: block;
    text-decoration: none;

}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 13px !important;
    padding-left: 13px !important;
}

.collapsing,
.collapse.show {
    background: transparent !important;
}


#shadow {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    opacity: 0.9;
    display: none;
}

/* =Blog-Navigation - Pagination
----------------------------------------------- */

nav.pagination {
    position: relative;
    display: block;

}

.nav-links {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.nav-links ul {
    margin: 0;
    padding: 0;
}

.nav-links ul li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.nav-links ul li span.current {
    padding: 10px 12px;
    background: #777;
    border: 1px solid #777;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}

.nav-links ul li a {
    padding: 10px 12px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
}

.nav-links ul li a:hover {
    background: #999;
    border-color: #FFFF00;
    color: #fff;
}


/* COMENTARIOS */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#comments .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: none;

}

#comments .card {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.002);
}

.chip {
    display: inline-block;
    border-radius: 16px;
    font-size: 13px;
    background-color: #eceff1;
    color: rgba(0, 0, 0, 0.7);
    height: initial;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 0rem;
    margin-right: .5rem;
    padding: 0px 10px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.18);
    font-weight: 600;
}

#comments .children .media .card-block {
    background: rgba(0, 0, 0, 0.02);
    padding: .75rem;
}

#comments .media p {
    margin-bottom: .1rem;
}

.hoverable {
    transition: box-shadow .5s;
}

.hoverable:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
}



@media (min-width: 1430px) {
    .container-largo {
        max-width: 1400px;

    }

    .container-curto {
        padding-left: 70px;
        padding-right: 70px;

    }
}


.conteudo-completo {
    overflow-wrap: break-word;
}

.conteudo-completo h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.3rem;
}

.conteudo-completo h3 {
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 2.3rem;
}

.conteudo-completo h4 {
    font-size: 1.1rem;
    line-height: 2.3rem;
}

.titulo-post {
    font-size: 2.9rem;
}

.conteudo-completo h2:before {
    margin-right: 7px;
    /* Espaço entre o símbolo e o texto */
    content: "💡";
    /* Símbolo de estrela */
    color: #333;
    /* Cor do símbolo, ajustável conforme desejado */
    font-size: 1.65rem;
    /* Tamanho do símbolo, ajustável */
    display: inline-block;
    /* Mantém o símbolo na mesma linha do texto */
    /* Adicione outras propriedades de estilo conforme necessário */
}


.chamada {
    font-size: 17px;
    line-height: 1.5;
    color: #696969;
    margin-bottom: 12px;
}

@media(max-width: 490px) {
    .titulo-post {
        font-size: 2.0rem;
    }

    .chamada {
        font-size: 1.03rem;
    }


}




.dados-post {
    font-size: 14px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

/* destaques home*/

.destaque-item {
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
    background-color: #737373;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 280px;
}

.destaque-item-maior {
    min-height: 445px !important;
}

.destaque-item-menor {
    min-height: 210px !important;
}

@media(max-width: 450px) {
    .destaque-item-maior {
        min-height: 210px !important;
    }
}

.destaque-item:hover {
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.destaque-item-overlay:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, transparent 30%, rgba(0, 0, 0, 1.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.destaque-caption {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    color: #ffffff;
    transition: opacity .3s, color .2s, background .3s, border-color .3s;
    background-color: transparent;
}

.destaque-caption:hover {
    color: yellow
}

.destaque-conteudo {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 10px;
    z-index: 5;
}

.destaque-conteudo-maior h2 {
    font-size: 20px;
    line-height: 23px;
}

.destaque-conteudo-menor h2 {
    font-size: 18px;
    line-height: 17px;
}

.destaque-item::before {
    content: "";
    /* background: url(./assets/img/loading-pequeno.gif) no-repeat 50%;*/
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[data-was-processed~="true"]:before {
    display: none;
}

.header-geral {
    background-color: #0b0b0b;
}


.navbar-brand {
    width: 125px;
}

.container-logo {
    height: 90px;
    width: 125px;
    position: absolute;
    top: -66px;
    left: 0px;
}


@media(max-width: 550px) {

    .navbar-brand {
        width: 120px;
    }

    .container-logo {
        height: 100px;
        width: 120px;
        top: -64px;
    }
}

.navbar-custom {
    margin-top: 2.6rem !important;
    margin-bottom: 25px;
}

@media(max-width: 990px) {
    .navbar-collapse {
        margin-top: 35px !important;
    }

    .navbar-custom {
        margin-bottom: 25px !important;
    }

}

/* info autores */
.posts>.post-author {
    padding: 20px;
    margin: 15px 0 0;
    position: relative;
    border: 1px solid #e8e8e8;
    display: block;
    margin-top: calc(40 * 1px);
}

.posts>.post-author .author-title {
    margin: 0 0 7px;
    font-size: 18px;
    text-transform: capitalize;
    padding-right: 50%;
    font-weight: bold;
    color: black;
}

.posts>.post-author .author-links {
    width: 50%;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}


.posts>.post-author .post-author-bio {
    margin-top: 15px;
    font-size: 13px;
    padding-left: 100px;
    line-height: 20px;
}

.posts>.post-author .post-author-avatar img {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    border: 0;
}

.posts>.post-author .author-links li {
    margin-right: 8px;
    display: inline-block;
    padding-top: 10px;
}

@media screen and (max-width: 667px) {

    .posts>.post-author .author-title {
        padding-right: 0;
    }

    .posts>.post-author .author-links {
        width: 100%;
        text-align: left;
        position: relative;
        top: inherit;
        right: inherit;
    }
}

/* SHARE*/

.off-screen {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


.share-tools>ul {
    float: right;
    list-style-type: none;
}

.share-tools ul {
    margin-bottom: 0.5rem;
}

.share-tools>ul>li {
    float: left;
    font-size: 18px;
}

.share-tools>ul>li.compartilhar>div {
    display: none;
}

.share-tools .messenger-hide {
    display: none;
    visibility: hidden
}

.share-tools .messenger-show {
    visibility: visible
}

.share-tools>ul>li>a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.share-tools>ul>li.compartilhar>a {
    width: auto;
    height: auto;
    padding: 5px 5px 6px;
}

.share-tools>ul>li.compartilhar>a:hover,
.share-tools>ul>li.compartilhar.ativo>a {
    color: #fff;
    background: #085c0d;
}

.share-tools>ul>li>a .icone {
    display: table-cell;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    text-align: center;
}

.share-tools>ul>li.compartilhar>a .share-text {
    font-size: 15px;
}

.share-tools>ul>li>a .icone svg {
    margin-left: -3px;
    margin-top: -1px;
}

.share-tools>ul>li.share-facebook a {
    color: #3b5998;
}

.share-tools>ul>li.share-twitter a {
    color: #1da1f2;
}

.share-tools>ul>li.share-email a {
    color: #615f5d;
}

.share-tools>ul>li.share-messengerdesktop a svg {
    fill: rgb(0, 132, 255);
}

.share-tools>ul>li.share-facebook a:hover {
    background: #3b5998;
    color: #fff;
}

.share-tools>ul>li.share-twitter a:hover {
    background: #1da1f2;
    color: #fff;
}

.share-tools>ul>li.share-email a:hover {
    background: #615f5d;
    color: #fff;
}

.share-tools>ul>li.share-messengerdesktop a:hover {
    background: rgb(0, 132, 255);
    color: #fff;
}

.share-tools>ul>li.share-messengerdesktop a:hover svg {
    fill: #fff;
}

.share-tools>ul>li.compartilhar {
    position: relative;
}

.share-tools>ul>li.compartilhar .share-box {
    position: absolute;
    top: 45px;
    left: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 999;
    color: #666;
}

.share-tools>ul>li.compartilhar .share-box:after,
.share-tools>ul>li.compartilhar .share-box:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.share-tools>ul>li.compartilhar .share-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.share-tools>ul>li.compartilhar .share-box:before {
    border-color: rgba(226, 226, 226, 0);
    border-bottom-color: #ccc;
    border-width: 16px;
    margin-left: -16px;
}

.share-tools>ul>li.compartilhar.ativo .share-box {
    display: block;
}

.share-tools .compartilhar .share-close-button {
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: 0;
    color: #666;
}

.share-tools .compartilhar ul {
    margin: 15px -15px;
    list-style-type: none;
    padding-left: 1px;
}

.share-tools .compartilhar ul li a {
    padding: 5px 15px;
    display: block;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.share-tools .compartilhar ul li a:hover {
    background: #f0f0f0;
}

.share-tools .compartilhar ul li a .icone {
    overflow: hidden;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    /*padding-top: 5px;*/
    font-size: 18px;
    vertical-align: middle;
}

.share-tools .compartilhar ul li.share-googleplus a .icone,
.share-tools-rodape ul li.share-googleplus a .icone {
    background: #df4a32;
    color: #fff;
}

.share-tools .compartilhar ul li.share-linkedin a .icone,
.share-tools-rodape ul li.share-linkedin a .icone {
    background: #0077b5;
    color: #fff;
}

.share-tools .compartilhar ul li.share-whatsapp a .icone,
.share-tools-rodape ul li.share-whatsapp a .icone {
    background: #34b04a;
    color: #fff;
}

.share-tools .compartilhar ul li.share-facebook a .icone,
.share-tools-rodape ul li.share-facebook a .icone {
    background: #3b5998;
    color: #fff;
}

.share-tools .compartilhar ul li.share-twitter a .icone,
.share-tools-rodape ul li.share-twitter a .icone {
    background: #1da1f2;
    color: #fff;
}

.share-tools .compartilhar ul li.share-email a .icone,
.share-tools-rodape ul li.share-email a .icone {
    background: #615f5d;
    color: #fff;
}

.share-tools .compartilhar ul li.share-messengerdesktop a .icone,
.share-tools-rodape ul li.share-messengerdesktop a .icone {
    background: rgb(0, 132, 255);
    color: #fff;
}

.share-tools .compartilhar ul li.share-messengerdesktop a .icone svg {
    fill: #fff;
    margin: -14px 0 0 -10px;
}

.share-tools-rodape ul li.share-messengerdesktop a .icone svg {
    fill: #fff;
    margin: -3px 0 0 -3px;
}

@media screen and (min-width: 860px) {
    .share-tools ul li.share-whatsapp {
        display: none;
    }
}

.share-tools .compartilhar .copy-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.share-tools .compartilhar input {
    border: 1px solid #e2e2e2;
    background: #f0f0f0;
    padding: 8px;
    line-height: inherit;
    height: auto;
    margin-bottom: 15px;
}

.share-tools-rodape {
    margin-top: 0px;

    padding-top: 20px;

}

.share-tools-rodape .share-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.share-tools-rodape ul {
    float: none;
    margin-top: 10px;
    padding-left: 0px;
}

.share-tools-rodape ul li a {
    overflow: hidden;
    margin-right: 8px;
}


@media screen and (max-width: 667px) {

    .share-tools {
        background: #f1f1f1;
        margin-left: -10px;
        margin-right: -10px;
    }

    .share-tools-rodape {
        width: 100%;
        padding: 5px;
        margin: 0 auto;
    }

    .share-tools ul {
        margin-bottom: 0.1rem;
    }
}

@media (max-width: 1023px) {
    .share-tools>ul>li.compartilhar .share-box {
        left: inherit;
        right: 0;
    }
}

.tags {
    padding-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.tags h4 {
    color: #333;
    font-size: 20px;
}

.tags ul li {
    float: left;
}

.tags ul li a:link,
.tags ul li a:visited {
    border: 1px solid #d2d2d2;
    float: left;
    font-weight: bold;
    color: #333;
    margin-right: 16px;
    margin-top: 16px;
    padding: 8px;
    text-transform: capitalize;
}

.tags ul li a:hover {
    background: #085c0d;
    color: white;
    border: 1px solid #085c0d;
}

.gotop {
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
}



@media (min-width:1024px) {

    .archive .posts .destaques {
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #e2e2e2;
    }

    .archive .posts article.destaque {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .archive .posts article.destaque .imagem,
    .archive .posts article.destaque .texto {
        width: 100%;
        float: none;
    }

    .archive .posts article.destaque .imagem {
        margin-bottom: 30px;
        position: relative;
    }

    .archive .posts article.destaque .texto .chamada {
        display: none;
    }

    .archive .posts article.destaque .texto h2 {
        font-size: 30px;
    }

}

.archive .posts article {

    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;

}

.archive .posts article .imagem {
    float: left;
    width: 35%;
}

.archive .posts article .imagem img {
    border: 1px solid #e2e2e2;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.archive .posts article .texto {
    width: 60%;
    float: right;
}

.archive .posts article .full-text {
    width: 100%;

}

.archive .posts article .texto .data {
    color: #525151;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

.archive .posts article .texto h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.4;
}

.archive .posts article .texto .chamada {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}


.pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    float: left;
    font-size: 20px;
    font-weight: 700;
}

.pagination ul li a,
.pagination ul li span {
    padding: 15px 15px;
    display: block;
    color: #085c0d;

}

.pagination ul li a:hover {
    background: #f0f0f0;
}

.pagination ul li span.current {
    background: #8d7b12;
}

.pagination ul li span.dots {
    color: #666;
    vertical-align: text-bottom;
}



@media (max-width:1199px) {


    .archive .posts article .texto {
        width: 100%;
    }

    .archive .posts article .imagem {
        width: 100%;
        margin-bottom: 20px;
    }

}

.relacionados h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.relacionados {
    padding-bottom: 10px;
}

.relacionados li {
    margin-bottom: 30px;
}

.relacionados .thumb {
    margin-bottom: 15px;
}

.relacionados .thumb img {
    max-width: 100%;
    height: auto;
}

.relacionados .content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}



#lgpd-alert {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 670px;
    padding: 10px 10px;
    margin: 0 0 10px 10px;
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    z-index: 2147483647;
}

.lgpd-flex {
    display: flex !important;
}

#lgpd-alert a {
    color: #136892;
    text-decoration: none;
}

#lgpd-alert button.lgpd-agree {
    display: block;
    appearance: none;
    border: 0;
    border-radius: 2px;
    background: #0d6fb5;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

#lgpd-alert button.lgpd-agree:hover {
    background: #267ca7;
}

@media (max-width: 780px) {
    #lgpd-alert {
        width: auto;
        margin: 0 8px 8px;
        padding: 7px;
        flex-direction: column;
        font-size: 10px;
        line-height: 12px;
    }

    #lgpd-alert p {
        font-size: 10px;
        line-height: 12px;
    }

    #lgpd-alert button.lgpd-agree {
        margin: 8px 0 0;
        font-size: 12px;
        line-height: 12px;
        padding: 10px 20px;
        width: 100%;
    }
}


figure img {
    max-width: 100%;
    height: auto;
}

#lista-clicados{
    height: 200px;
}

div#titulo-clicados {
    margin-left: 25px;
    margin-bottom: -50px;
    text-transform: uppercase;
    font-weight: bold;
}

ul#lista-clicados {
    min-height: 152px;
    list-style-type: none;
    /* Remove os marcadores padrão */
    padding-left: 0;
    /* Remove o padding padrão */
    margin-top: 0;
    /* Espaço antes da lista */
}

ul#lista-clicados {
    list-style-type: disclosure-closed;
    padding: 0px 0px 10px 5px;
    border-bottom: 1px solid #f1efef;
    border-top: 1px solid #f1efef;
    border-left: 5px solid #706006;
    border-radius: 5px;
    border-right: 1px solid #f1efef;
    margin-top: 20px;
}


ul#lista-clicados li:first-child {
    margin-top: 40px;
}

ul#lista-clicados li:nth-child(2) a:link,
ul#lista-clicados li:nth-child(2) a:visited {
    font-weight: bold;
    color: #706006;
}

ul#lista-clicados li {
    margin-left: 20px;
    margin-right: 10px;
    background-color: transparent !important;
    /* Cor de fundo para cada item */
    border-left: 0 !important;
    /* Barra lateral para destaque */
    margin-bottom: 0 !important;
    /* Espaço entre os itens */
    padding: 0 !important;
    /* Espaçamento interno para cada item */
    font-size: 16px !important;
    /* Tamanho da fonte */
    line-height: 2.1 !important;
    /* Espaçamento das linhas */
    border-radius: 0 !important
        /* Cantos arredondados */

}

@media screen and (max-width: 380px) {
    ul#lista-clicados {
        min-height: 380px;
        max-height: 455px;
    }
}

@media screen and (max-width: 800px) {
    ul#lista-clicados {
        min-height: 345px;
        max-height: 455px;
    }
}



/* customização do menu opções*/

.menu-opcoes {
    height: 45px;
    width: 100%;
    bottom: -58px;
    left: 0px;

}

/* customização do buscador */
.buscador .search-form {
    position: relative;
}

.buscador .search-form input {
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 0px 0px;
    padding-right: 55px;
    font-size: 14px;
    border-radius: 5px;
}

@media(max-width: 990px) {


    .buscador {
        padding-top: 30px;
    }

    .buscador .search-form input {

        padding: 5px 5px;
    }
}

.buscador .search-form button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 50px;
    padding-top: 0px;
    color: #b7b7b7;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.dolares-custom {
    margin-left: 60px;
}

.sidebar-footer,
.sidebar-footer a {
    color: #ffffff;
}

/* anuncios */
.anuncio-ads-fixo {
    width: 320px;
    height: 90px;
}

@media(min-width: 500px) {
    .anuncio-ads-fixo {
        width: 728px;
        height: 90px;
    }
}

@media(min-width: 800px) {
    .anuncio-ads-fixo {
        width: 970px;
        height: 90px;
    }
}


/* estilos do header 2*/

#site-header {
    background: #000000;
    height: 90px;
    color: #fff;
    transition: height .3s;
}

#site-header .logo {
    text-align: center;
    display: block;
    margin-top: 12px;
}

@media only screen and (max-width: 767px) {
    #site-header .logo {
        margin-top: 22px;
    }
}

#site-header .menu-toggle {
    margin: 28px 0 0;
}


#site-header .menu-toggle,
#site-header .search-toggle {
    display: block;
    background: 0 0;
    color: #fff;
    border: none;
}



#site-header .menu-toggle i,
#site-header .search-toggle i {
    font-size: 28px;
    line-height: 1em;
    height: 28px;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

#site-header .search-toggle.open {
    display: block;
}

#site-header.search .search-toggle.open {
    display: none;
}

#site-header .search-toggle {
    margin: 28px 0 0;
    float: right;
    width: 50px;
}

#site-header #search-area {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition-delay: 0s;
    transition: opacity .3s, visibility 0s;
}

#site-header.search #search-area {
    transition-delay: .3s;
    visibility: visible;
    opacity: 1;
}

#site-header #search-area form {
    margin: 15px 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#site-header #search-area input.search-field {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #efefef;
    color: rgb(0, 0, 0);
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    font-weight: 700;
}

#site-header #search-area button {
    border: none;
    background: 0 0;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

#site-header .menu-toggle:hover,
#site-header .search-toggle:hover {
    background: #fed000;
}

#site-header .search-toggle.close {
    display: none;
}

#site-header.search .search-toggle.close {
    display: block;
}

#site-header.search {
    height: 165px;
}

#site-header #search-area label {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}


#site-header #search-area button i {
    font-size: 24px;
}


/* site navigation */

#site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 430px;
    max-width: 100%;
    padding: 25px 15px 15px;
    background: rgb(0 0 0 / 95%);
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    z-index: 99999;
    overflow-y: auto !important;
}

.main-navigation {
    display: block;
    width: 100%;
}

#site-navigation ul {
    display: block;
    margin: 90px 0;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
    }
}

.close {

    opacity: 0.8 !important;
}

.main-navigation h3 {
    color: #efefef;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#site-navigation li {
    margin: 0 -15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
}

.main-navigation li {
    position: relative;
}

#site-navigation li a {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
}

#site-navigation li a:hover {
    color: #fed000;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.modal-open #site-navigation {
    transform: translateX(0);
}



/* CONFIGURAÇÃO DE LISTA NUMERADA COM SIMBOLO COM CIRCULO LARANJA*/

ol.numberCircle {
    list-style: none;
    counter-reset: item;
    padding: 0;
}

ol.numberCircle>li {
    counter-increment: item;
    margin-bottom: 15px;
}

ol.numberCircle>li:before {
    margin-right: 10px;
    content: counter(item);
    background: #656616;
    border-radius: 100%;
    color: white;
    font-weight: 1000;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}




#fbInstructions {
    display: none;
    background-color: lightyellow;
    padding: 20px;
    border: 1px solid black;
    font-size: 16px;
}

.wp-caption {
    max-width: 100% !important;
    width: auto !important;
}

.conteudo-completo blockquote,
.bkq-estilizado {
    margin: 20px 0;
    /* Adiciona margem ao redor do blockquote */
    padding: 20px;
    /* Adiciona padding para espaçamento interno */
    background-color: #f9f9f9;
    /* Cor de fundo leve */
    border-left: 5px solid #ccc;
    /* Adiciona uma borda à esquerda */
    font-style: italic;
    /* Estilo de fonte itálico */
    color: #333;
    /* Cor da fonte */
    position: relative;
    /* Posicionamento relativo para estilos adicionais */
}

/* Para adicionar aspas grandes como um elemento decorativo */
.conteudo-completo blockquote:before,
.bkq-estilizado:before {
    content: open-quote;
    /* Usar aspas como conteúdo */
    font-size: 4em;
    /* Tamanho grande da fonte para a aspa */
    color: #ccc;
    /* Cor das aspas */
    line-height: 0.1em;
    /* Ajustar a linha da aspa para alinhar com o texto */
    margin-right: 10px;
    /* Margem à direita para espaçamento */
    vertical-align: -0.4em;
    /* Ajustar o alinhamento vertical das aspas */
    position: absolute;
    /* Posicionamento absoluto */
    left: 10px;
    /* Posicionar à esquerda dentro do blockquote */
}

/* Estilo para o autor/citação, se desejado */
.conteudo-completo blockquote cite,
.bkq-estilizado cite {
    display: block;
    /* Mostrar como bloco */
    text-align: right;
    /* Alinhar texto à direita */
    color: #666;
    /* Cor da fonte */
    font-style: normal;
    /* Estilo normal da fonte */
    margin-top: 20px;
    /* Margem superior */
}

.conteudo-completo .wp-caption {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
    /* Garante que a legenda não seja exibida fora do container */
}

.conteudo-completo .wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    /* Efeito suave ao passar o mouse */
}

.conteudo-completo .wp-caption:hover img {
    transform: scale(1.1);
    /* Aumenta levemente a imagem ao passar o mouse */
}

.conteudo-completo .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fundo semitransparente para a legenda */
    color: #ffffff;
    /* Cor da fonte */
    font-size: 14px;
    padding: 10px;
    opacity: 0;
    /* Inicialmente escondido */
    transition: opacity 0.5s ease;
    /* Efeito suave para mostrar a legenda */
    text-align: center;
}

.conteudo-completo .wp-caption:hover .wp-caption-text {
    opacity: 1;
    /* Mostra a legenda quando o mouse está sobre a imagem */
}


.conteudo-completo figure,
.conteudo-completo figure img {
    width: 100%;
}

.conteudo-completo figure {
    margin: 0 0 1rem;
}

.conteudo-completo figure figcaption {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3c3c3c;
    font-style: italic;
    color: #3c3c3c;
    line-height: 20px;
    text-align: left;
}