header.scrolled{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #f1d7d78e;
}
.breadcrumb {
    padding: 40px 0;
    margin-bottom: 20px;
}
.breadcrumb h3{
    gap: 7px;
}
.breadcrumb h3,
.breadcrumb h3 a{
    font-size: 13px;
    font-weight: 300 !important;
}
.breadcrumb h3 strong{
    font-weight: 500 !important;
}
body{
    position: relative;
    background-image: url("../img/na-midia/banner.webp");
    background-position: center;
    background-size: contain ;
    background-repeat: repeat;
}
body:before{
    content: "";
    position: absolute;
    pointer-events: none;
    width: 1159px;
    height: 672px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/na-midia/asset.webp");
    top: 0;
    right: 0;
    z-index: -1;
}
section.na-midia {
    margin-top: 10px;
}
section.na-midia .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
section.na-midia .current_post{
    flex-basis: 65%;
    width: 650px;
    color: var(--rosa_escuro);
}
section.na-midia .current_post .image{
    width: 100%;
    height: auto;
    display: inline-flex;
    overflow: hidden;
    background-color: var(--rosa_escuro);
    margin-bottom: 10px;
}
section.na-midia .current_post .image.video{
    height: 450px;
}
section.na-midia .current_post .image iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.na-midia .current_post .image img{
    width: 100%;
    height: auto;
    object-fit: cover !important;
}
section.na-midia .current_post .post_header {
    margin-bottom: 40px;
}
section.na-midia .current_post .post_header h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin: 10px 0;
}
section.na-midia .current_post .post_header .post_info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
}
section.na-midia .current_post .post_header .post_info div{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
section.na-midia .current_post .post_content p strong,
section.na-midia .current_post .post_content strong{
    font-weight: 600;
}
section.na-midia .current_post .post_content h3{
    font-size: 20.83px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.na-midia .current_post .post_content p,
section.na-midia .current_post .post_content ul li,
section.na-midia .current_post .post_content ol li{
    font-size: 16.67px;
}
section.na-midia .current_post .post_content ul,
section.na-midia .current_post .post_content ol{
    padding-left: 18px;
}
section.na-midia .current_post .post_content ol li strong,
section.na-midia .current_post .post_content ul li strong{
    font-weight: 600;
}
section.na-midia .current_post .post_content img{
    max-width: 400px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
section.na-midia .current_post .post_content a{
    text-decoration: underline !important;
}
section.na-midia .current_post .post_content blockquote {
  border-left: 10px solid #3b3b3b;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
section.na-midia .current_post .post_content blockquote:before {
  color: #3b3b3b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
section.na-midia .current_post .post_content blockquote p {
  display: inline;
}
section.na-midia .current_post .post_header .post_info div svg{
    height: 17px;
    fill: var(--rosa_text);
}
.box-dropdown{
    position: absolute;
    z-index: 9999;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border: 3px solid var(--rosa_text);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.box-dropdown a{
    display: flex;
    align-items: center;
    padding: 10px 8px;
    gap: 7px;
}
.box-dropdown a:hover{
    background-color: #c270705b !important;
}
.box-dropdown a:nth-child(odd){
    background-color: rgba(185, 109, 104, 0.11);
}
.box-dropdown a svg{
    width: 30px;
    height: 25px;
}
section.na-midia article{
    flex-basis: 30%;
}
article .header_latest_posts{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    align-items: center;
    border-bottom: 5px solid var(--rosa_escuro);
    margin-bottom: 28px;
}
article .header_latest_posts h3{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 15px;
    width: 100%;
    height: 48px;
    background-color: var(--rosa_escuro);
    font-size: 20.83px;
    font-weight: 500;
    color: #fff;
    border-radius: 9px 9px 0 0;
}
article .header_latest_posts .wrapper-input{
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    transform: translateY(4px);
    width: 100%;
}
article .header_latest_posts .wrapper-input input{
    color: var(--rosa_escuro);
    font-size: 16.67px;
    width: 228px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
}
article .header_latest_posts .wrapper-input input::placeholder{
    color: var(--rosa_text);
}
article .header_latest_posts .wrapper-input i{
    position: absolute;
    font-size: 25px;
    right: 0;
    left: inherit;
    color: var(--rosa_text);
}
article .latest_posts {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
article .latest_posts .post{
    display: flex;
    gap: 10px;
    color: var(--rosa_escuro);
}
article .latest_posts .post .image{
    width: 130px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--rosa_escuro);
}
article .latest_posts .post .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article .latest_posts .post .text{
    width: 200px;
}
article .latest_posts .post .text h3{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
article .latest_posts .post .text h4{
    font-size: 14px;
}

section.lead {
    background-image: url('../img/leads/na-midia.webp');
}

@media(max-width: 768px){
    header .btnMobile span{
        background-color: var(--rosa_text);
    }
    .breadcrumb h3 {
        align-items: start;
    }
    .breadcrumb h3 a{
        text-wrap: nowrap;
    }
    .breadcrumb h3 strong{
        min-width: 80px;
    }
    section.na-midia .wrapper{
        row-gap: 100px;
    }
    section.na-midia .current_post{
        flex-basis: 100%;
    }
    section.na-midia .current_post .image.video{
        height: 220px;
    }
    section.na-midia article{
        flex-basis: 100%;
    }
    section.na-midia .current_post .post_content img{
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    section.link-footer .wrapper{
        text-align: center;
    }
}