body,
div.bg-white {

    background-color: #395138 !important;
    /* <-- Mudar cor do fundo */

    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;

    margin-top: 0px !important;

}


/* Container do vídeo vertical */
.wp-block-html iframe,
.entry-content iframe[src*="youtube.com/embed/P3is5uj8m0k"] {
  width: 360px !important;
  height: 640px !important;
  max-width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  display: block !important;
  margin: 0 auto !important;
  border: 0 !important;
}

/* Corrige wrappers que forçam vídeo horizontal */
.wp-block-embed,
.wp-block-embed__wrapper,
.entry-content .wp-block-html {
  max-width: 360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.video-full-bg .wp-block-embed,
.video-full-bg .wp-block-embed__wrapper,
.video-full-bg .entry-content .wp-block-html {
  max-width: none !important;
}

.video-full-bg {
    width: 100vw;
    /* margin-left: calc(50% - 50vw); */
    background: #f5eddd;
    margin: 30px;
    padding: 70px 0px 20px 0px;
    display: flex;
    justify-content: center;
}

.video-full-bg iframe {
    background-color: #fae4af00;
}

.video-vertical {
  width: 360px;
  max-width: 90vw;
  aspect-ratio: 9 / 16;
}

.video-vertical iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* Remove proporção 16:9 forçada por tema/plugin */
.wp-block-embed__wrapper::before,
.entry-content .wp-block-embed__wrapper::before {
  padding-top: 177.77% !important;
}




body {
    margin: 0px;
}

.roles:before {
    display: none !important;
    width: 0px;
}

.mb-4.text-center.text-md-start {
    display: none;
}

.alerta-texto {
    box-sizing: border-box;
    border: 1.5px #252525 dashed;
    border-radius: 17px;
    opacity: 0.6;
}

.alerta-texto>p {
    padding: 0px 20px 20px 20px;
    margin: 0;
    font-size: 18px;
}

nav.bg-white {
    background-color: #FFFFFF !important;
}

nav#main-nav {
    display: flex;
}

figure {
    margin: 0px !important;
}

h2.wp-block-heading {
    padding: 40px 0 40px 0;
    color: #c39914;
    text-transform: uppercase;
    text-align: center;
}

.col-12.col-lg-8.offset-lg-2 {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px;
}

.col-lg-8 {
    width: 100% !important;
}

div.row .post-thumbnail-wrap.mb-4 {
    order: 1;
}

.col-12.col-lg-8.offset-lg-2 header.entry-header {
    order: 2;
    margin-top: -235px;
    z-index: 100;
}

div#content {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#single-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container,
.container-sm,
.container-md,
.container-lg {
    max-width: 100vw;
}

img.rounded.img-fluid.wp-post-image {
    border-radius: 0px !important;
    max-height: 75vh;
}

/* h1.entry-title.fw-bold {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 45px;
    width: 100%;
  	max-width: 900px;

} */

h1.entry-title.fw-bold {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 96px;
    letter-spacing: -0.04em;
    font-weight: 700;
    line-height: 97px;
    color: #fff5d5;
    text-shadow: 5px 4px 0 rgb(219 222 192 / 41%), 0 12px 28px rgba(0, 0, 0, 0.28);
    max-width: 900px;
    text-align: center;
    text-transform: uppercase;
}

.border {
    border: none !important;
}



h3.wp-block-heading {
    font-family: "Cooper Black", Georgia, serif;
    font-size: 30px !important;
    letter-spacing: -0.05em;
    font-weight: 900;
    line-height: 38px;
    color: #724b05 !important;
    ;
    text-align: center;

}

header.entry-header p {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 21px !important;
    color: #d3c7b5;
    width: max-content;
    max-width: 700px;
    margin-top: 20px;
    position: relative;
}

header.entry-header p::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #8e9893;
    margin-top: 70px;
}

.shareline.fs-75 {
    color: #b8b8b8;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #757474;
    border: 1px solid #757474;
}

.entry-content a,
.page-content a {
    border-bottom: 2px solid #c39914 !important;
}

/* header.entry-header p::after {
  content: "______________";
  color: #868686;
  font-weight: bold;
  padding-top: 20px;
} */

.col-12.col-lg-8.offset-lg-2 header.entry-header {
    display: flex;
    order: 2;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    width: 100vw;
}

.col-12.col-md-8.offset-md-2.col-lg-6.offset-lg-3 {
    display: none;
}

.entry-content.fs-5 {
    font-size: 1.2rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d6d6d6;
}

.entry-content p {
    max-width: 620px;
}

iframe.mapbox {
    width: 98.5vw !important;
    margin-top: 0px;
    margin-bottom: 40px;
}

figcaption.wp-element-caption {
    color: #9c7832;
    margin-bottom: 25px;
}

.container {
    max-width: 1100px;
}

p.has-text-align-left {
    width: 100%;
}

.my-5,
footer.entry-footer.mb-5,
.mb-5 {
    display: none;
}

.col-12.col-md-8.col-lg-6 {
    padding: 0px;
}

figure.wp-block-image.alignfull.size-full {
    margin: 0px;
    width: 98.6vw;
}

.post-thumbnail-wrap {
    position: relative;
    display: inline-block;
}

.post-thumbnail-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.post-thumbnail-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    /* Ajuste a altura do degradê conforme necessário */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #395138 100%);
    pointer-events: none;
}

.wp-block-quote p {
    font-size: 2rem;
}

.rounded.bg-light.p-4 {
    background-color: #ffffff !important;
}

span.badge.bg-primary-subtle.text-dark.rounded.fw-normal {
    background-color: #e9e9e9 !important;
}

.infos-expediente {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 9px;
}

.infos-expediente p {
    font-size: 1rem;
    margin-bottom: 2px;
}

strong mark.has-inline-color.has-central-palette-10-color {
    border-radius: 12px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 40px !important;
}

.entry-content ul li::before,
.page-content ul li::before,
ul.alt li::before {
    content: "\2022";
    color: #707070;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

mark,
.mark {
    padding: .1875em;
    background-color: #e1a329;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 15.5px;
}

iframe.youtube-player.lazyloaded {
    border-radius: 20px;
}

.entry-content .alignfull {
    left: 0px !important;
    right: 0px  !important;
    margin-left: 0px  !important;
    margin-right: 0px  !important;
}

.wp-block-cover .wp-block-cover__inner-container {
        display: flex;
    justify-content: center;
}

p.has-text-align-center.has-large-font-size {
    /* color: #ffed73 !important; */
       font-family: "Cooper Black", Georgia, serif;
    font-size: 47px !important;
    letter-spacing: -0.05em;
    font-weight: 900;
    line-height: 65px;
    color: #ffecc9 !important;
    text-align: center;
}

span.wp-block-cover__background.has-background-dim {
    background-color: #41421F !important;
}

.wp-block-cover.alignfull.is-light {
    min-height: 70vh !important;
    margin-top: 15px;
    margin-bottom: 50px;
}


.creditos-reportagem {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
    background-color: #aab2aa;
    padding: 36px;
    align-items: center;
    color: #000000;
    border-radius: 8px;
    margin-bottom: 27px;
}

.credito-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creditos-bloco {
  margin-top: 12px;
}

.creditos-imagens {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.15);
}

.creditos-imagens .credito-item {
  font-size: 0.88em;
  line-height: 1.35;
}

div.row .post-thumbnail-wrap.mb-4 {
    order: 1;
    width: 100vw;
}


span.credito-titulo {
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
}


p.published {
    font-style: italic;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 16px;
    margin-bottom: 1rem !important;
}

/*p.published::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 2px;*/
/*    background: #d5d5d5;*/
/*    margin-top: 20px;*/
/*}*/


figure {
    height: auto;
    width: 100%;
    margin-bottom: 50px !important;
}


figure.wp-block-audio {
  width: 100%;
  max-width: 680px;
  margin: 44px auto 56px !important;
  padding: 24px 26px 22px;
  border-radius: 18px;
  background: #fff2cf;
  border: 1px solid rgba(119, 82, 25, 0.22);
  box-shadow: 0 10px 26px rgba(36, 23, 7, 0.10);
}

figure.wp-block-audio::before {
  content: "Ouça o áudio";
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: #724b05;
  letter-spacing: -0.02em;
}

figure.wp-block-audio::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin-top: 18px;
  background: #c39914;
  opacity: 0.75;
}

figure.wp-block-audio audio {
  width: 100%;
  height: 42px;
  display: block;
  border-radius: 999px;
}

figure.wp-block-audio figcaption {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #775219;
  text-align: left;
}


.wp-block-quote::before {

    filter: sepia(1) !important;
}

.entry-content ul li::before, .page-content ul li::before, ul.alt li::before {
    color: #724b05 !important;

}

img#banner {
    display: none !important;
}

.code-block.code-block-1 {
    display: none !important;
}


.rounded.bg-light.p-4 {
    background-color: #f4d385 !important;
}

span.badge.bg-primary-subtle.text-dark.rounded.fw-normal {
    background-color: #645e3a !important;
    color: #e5d1a1 !important;
}

div.row .post-thumbnail-wrap.mb-4{
    margin-top: 29px !important;
}

img.rounded.img-fluid.wp-post-image {
    object-position: top;
}


@media (max-width: 600px) {
  figure.wp-block-audio {
    width: 90vw;
    padding: 20px;
    margin: 34px auto 42px !important;
    border-radius: 16px;
  }

  figure.wp-block-audio::before {
    font-size: 18px;
  }
  
  div.row .post-thumbnail-wrap.mb-4{
    margin-top: 0px;
}


}

iframe {
  background-color: #fae4af;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.wp-block-embed iframe {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* RESPONSIVO */

@media (min-width: 1200px) {
    .post-thumbnail-wrap img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
}


@media (max-width: 600px) {
    div.row {
        width: 90vw;
    }

    h1.entry-title.fw-bold {
        font-size: 42px;
        padding: 20px;
        line-height: 48px;
    }
    
    header.entry-header p::after {
            margin-bottom: 25px;
    }
    
    figure {
        width: 90%;
        margin-bottom: 25px !important;
    }
    
        iframe {
        width: 90% !important;
        background-color: #fae4af;
        padding: 20px;
    }
    
    p.has-text-align-center.has-large-font-size {
            font-weight: 900;
    line-height: 46px;
    }

    header.entry-header p {
        width: 100%;
        /*color: #000000;*/
        font-size: 19px !important;
        padding: 0px 20px;
    }
    
    h3.wp-block-heading {
            width: 80%;
                font-size: 25px !important;
    letter-spacing: -0.05em;
    font-weight: 900;
    line-height: 33px;
    }

    .entry-content p {
        width: 90vw;
    }

    iframe.mapbox {
        width: 96.5vw !important;
        max-width: 700px !important;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }

    .wp-block-image.is-style-default {
        width: 90vw;
    }

    .mb-5 {
        display: none;
        /*     display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center; */
    }

    .col-12.col-md-8 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div#wrapper-footer .col-12.col-md-8 p {
        text-align: center;
        margin: auto 20px;
    }

    .entry-content.fs-5>p {
        text-align: left;
        font-size: 16.9px;
        line-height: 27px;
    }

    .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .my-5 {
        width: 100%;
    }

    figure.wp-block-image.alignfull.size-full {
        margin: 0px;
        width: 96.9vw;
    }

    figcaption.wp-element-caption {
        margin-left: 15px;
    }

    .wp-block-quote p {
        font-size: 1.3rem;
        width: 70vw !important;
    }

    .wp-block-quote::before {
        display: block;
        font-size: 700%;
        content: " ";
        height: 46px;
        margin-left: -20px;
        position: relative;
        top: 20px;
        background-image: url(../img/quote.png);
        background-repeat: no-repeat;
    }

    .wp-block-quote {
        margin-left: 0rem;
        margin-top: -1rem;
        margin-bottom: 3rem;
    }

    .col-12.col-lg-8.offset-lg-2 header.entry-header {
        margin-bottom: 0px;
        margin-top: -135px;
    }

    /*h1.entry-title.fw-bold {*/
    /*    color: #000000;*/
    /*}*/



}