.shadow-sm{
    box-shadow: 10px 10px 10px 10px black;
}

.container-card-noticia {
    display: flex;
    justify-content: right;
}

.card-noticia {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border-color: var(--borda-cinza);
    transition: 0.2s;
}

.card-noticia:hover{
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.3);
    
}

.card-noticia img {
    border-radius: 15px 15px 0 0;
}

.card-noticia .btn-sm {
    font-size: 10px;
    padding: 2px 6px;
    color: var(--tag);
    border-color: var(--tag);
}

.card-noticia .btn-sm:hover {
    color: var(--white);
    border-color: var(--tag);
}

.card-body {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 15px 15px;
}

.card-body h1 a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    height: 100px;
    margin-top: 16px;
    font-weight: 700;
    color: var(--titulos-principais);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.card-noticia p a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 94px;
    line-height: 23.8px;
    height: 94px;
    color: var(--titulos-secundarios);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.card-noticia span a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.27px;
    color: var(--data);
}

.btn-ver-mais-noticias button {
    border-radius: 30px;
    color: #fff;
    padding: 8px 24px;
    background-color: var(--bg-botao-azul);
    font-size: 16.8px;
    font-weight: 600;
}

.btn-ver-mais-noticias button:hover {
    background-color: var(--bg-botao-azul-hover);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noticia-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#lbl_noticias {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.tag_assunto,
.data_noticia {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 17px;
    text-align: left;
    color: #82989B !important;
}

.cl_texto {
    color: #140C00;
}

.p_noticia {
    height: 100px;
    margin-bottom: 26px;
}

.titulo_noticia {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

@media (max-width: 575.98px) {
    .btn-ver-mais-noticias button {
        margin-top: -8px !important;
        margin-bottom: -3px !important;
    }

    .card-noticia p a {
        display: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    .p_noticia {
        height: inherit;
    }
}

/* PAGINAÇÃO */

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.pagination a,
.pagination span {
    padding: 0 12px 3px;
    text-decoration: none;
    color: #007bff;
    border-radius: 50%;
    margin: 2px;
}

.pagination .current {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.pagination a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* NEWSLETTER */
.newsletter {
    background: var(--cinza-fundo);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    /* padding-bottom: 10px !important; */
}

.newsletter b {
    font-weight: 600;
    font-size: 24px;
    line-height: 33.11px;
    color: var(--titulos-principais);
}

.newsletter span {
    font-weight: 400;
    font-size: 16px;
    --titulos-secundarios:
}

.newsletter input {
    height: 56px;
    border-radius: 0;
    border: 0;
    height: 56px;
}

.newsletter .btn-send-newsletter {
    background-color:  var(--blue-300);
    width: 120px;
    border-radius: 0;
}

.newsletter .alert {
    font-weight: 400;
    color: black;
    padding: 20px;
    font-size: 16.8px;
}

/* SIDEBAR */

/* .sidebar {
    width: 320px !important;
    margin-left: 16px;
    margin-right: -16px;
} */

.bi-filter {
    font-size: 24px !important;
}

.filtrar {
    width: 104px;
    padding-left: 15px;
    border-radius: 15px;
    height: 26px;
    margin-top: 14px;
    margin-left: -15px;
    margin-bottom: 10px;
    color: var(--titulos-principais);
    display: flex;
    align-items: start;
    justify-content: start;
    font-size: 14px;
    font-weight: 600;
}

.filtrar-active {
    background:  var(--blue-400);
    color: white;
}

.icon-dropdown {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.icon-dropdown-active {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.busca-mobile {
    margin-top: -30px;
}

.search-sidebar {
}

.search-sidebar input[type="text"] {
    width: 100%;
    height: 32px;
    background-color: var(--cinza-fundo);
    border: 1px solid var(--cinza-borda);
    padding: 8px;
    font-style: italic;
    color: #1A1A1A;
    font-size: 14px;
    border-radius: 10px;
}

.search-sidebar a {
    color: #aaa;
    text-decoration: none;
}

.search-sidebar a:hover {
    color: #000;
}

.search-sidebar i {
    color: var(--textos-e-links);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 13px;
}

.btn-busca-avancada {
    width: 100%;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    text-decoration: dashed !important;
    margin-top: 6px;
}

.btn-busca-avancada a {
    color: var(--textos-e-links);
    text-decoration-line: underline;
}

/* ACCORDION */

.card-header{
    background: none !important;
    border: none !important;
    margin-top: -18px;
}

.card-header button{
    padding-left: 0;
    margin-bottom: -14px;   
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--titulos-principais);
}

.card-filtros {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0 15px 10px;
}

.card-filtros li{
    margin-bottom: -18px !important;
}

.card-filtros ul li a{
    color: var(--data) !important; 
    font-size: 14px;
    font-weight: 500;
}

.card-filtros input{
    color: var(--data) !important; 
    font-size: 14px;
    font-weight: 500;
}

.btn-link {
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn-link {
    width: 0 !important;
}

.accordion-icon {
    transition: transform 0.2s;
    font-size: 40px;
    font-weight: 100;
    transform: rotate(180deg);
    margin-top: -20px !important;
    margin-left: -20px;
    padding: 0 30px;    
}

/* MAIS ACESSADAS */
.mais-acessadas h5 {
    color:  var(--titulos-principais);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.mais-acessadas .title {
    font-size: 17px;
    font-weight: 700;
    line-height: 16.8px !important;
    color:  var(--blue-300);
    padding-left: 10px;
    padding-right: 16px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mais-acessadas .date {
    color:  var(--datas-e-capitulos);
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px !important;
    padding-left: 10px;
    padding-right: 16px;
    margin-top: -12px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.mais-acessadas hr {
    background-color: #D2D8E8;
}

#ordenarpor{
    margin-top: 22px;
}

#ordenarpor ul li a{
    line-height: 46px;
    color:#000;
    font-weight: 400;
}

#categoria ul li{
    line-height: 18px;
    color: var(--gray-300);
    font-size: 14px;
    margin-left: 10px;
}

#categoria label {
    color: var(--data);
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px !important;
    line-height: 16px;
    margin-bottom: 12px;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container label {
    width: 175px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid  var(--gray-300);
    border-radius: 4px;
    cursor: pointer;
    margin-right: 4px;
    margin-top: -7px;
}

input[type="checkbox"]:checked {
    background-color: green;
    border-color: green;
}

input[type="checkbox"]:checked::after {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -5px;
}

.btn-aplicar, .btn-aplicar-mobile {
    font-size: 12px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    color:  var(--blue-300) !important;
    cursor: pointer;
    padding: 0;
    text-align: right;
    display: block;
    margin-left: auto;
}

/* MAIS ACESSADAS SWIPER MOBILE */

.swiper-pagination-mais-acessadas {
    text-align: center;
}

.swiper-pagination-bullet-active {
    background-color:  var(--blue-500);
}

.mais-acessadas-slide {
    padding: 0 30px;
}

.swiper-mais-acessadas .swiper-button-next::after,
.swiper-mais-acessadas .swiper-button-prev::after {
    font-size: 15px !important;
    color:  var(--blue-300);
    text-shadow: 1px 0 0  var(--blue-300), -1px 0 0  var(--blue-300);
    margin-top: 25px;
}

.mais-acessadas-slide .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px !important;
    color:  var(--blue-500);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mais-acessadas-slide .date {
    color: #82989B;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px !important;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: -12px;
    margin-bottom: 14px;
}

.title-content {
    color: var(--titulos-principais);
    font-size: var(--títulos-h3-tamanho-mobile);
    font-weight: var(--títulos-h1-peso);
    text-transform: uppercase;
    padding-left: 215px;
}

.newsletter .close span {
    font-size: 33px;
}

.bi-x-circle-fill {
    color: red;
}

.bi-check-circle-fill {
    color: green;
}

#more-tags {
    color: var(--textos-corridos);
    font-size: 12px;
    font-weight: 600;
}

.badge-primary {
    background-color:  var(--blue-200) !important;
}

@media (min-width: 768px) {

    .sidebar {
        width: 320px !important;
        margin-left: 16px;
        margin-right: -16px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cards-pd {
        padding-left: 33px;
    }
}

@media (max-width: 768px) {

    .swiper-mais-acessadas .swiper-button-next,
    .swiper-mais-acessadas .swiper-button-prev {
        width: calc(var(--swiper-navigation-size)/ 44 * 28) !important;
    }
        .btn-busca-avancada {
    font-size: 10px;
}

    .swiper-mais-acessadas .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 6px) !important;
    }
}

@media (max-width: 575.98px) {

        .btn-busca-avancada {
    font-size: 10px;
}
    .tt-mais-acessadas{
        text-align: center;
    }
    
    #ordenarpor{
        margin-top: -20px;
    }

    .filtrar {
        width: 112px;
        padding-left: 8px;
        border-radius: 15px;
        height: 24px;
        margin-top: 6px;
        margin-left: 0;
        margin-bottom: 10px;
        color: var(--titulos-principais);
        display: flex;
        align-items: start;
        justify-content: start;
        font-size: 14px;
        font-weight: 600;
    }
    
    .filtrar-active {
        background:  var(--blue-400);
        color: white;
    }

    .search-sidebar {
 
    }

    .search-sidebar input[type="text"] {
        width: 100%;
        height: 32px;
        background-color: var(--cinza-fundo);
        border: 0;
        padding: 8px;
        font-style: italic;
        color: #1A1A1A;
        font-size: 14px;
    }
    
    .search-sidebar a {
        color: #aaa;
        text-decoration: none;
    }
    
    .search-sidebar a:hover {
        color: #000;
    }
    
    .search-sidebar i {
        color: var(--textos-e-links);
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 30px;
    }

    .newsletter .alert {
        text-align: left;
        font-size: 13.84px;
        padding: 12px 35px 12px 20px;
    }

    .noticias-listagem {
        margin-top: -40px;
    }

    .noticia-post {
        padding: 1% !important;
    }

    .noticia-post h6 {
        font-size: 10px;
        line-height: 12px;
    }

    .noticia-post p {
        font-size: 8px;
        line-height: 9.6px;
    }

    .noticia-container button {
        padding: 2px 4px !important;
        font-size: 8px;
        margin-bottom: 10px;
    }

    .noticia-container img {
        width: 10px;
        height: 9px;
    }

    .tempo-de-leitura {
        font-size: 8px;
    }

    /* NEWSLETTER */
    .newsletter {
        background: var(--cinza-fundo);
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        /* padding-bottom: 10px !important; */
    }
    
    .newsletter b {
        font-weight: 600;
        font-size: 17px;
        line-height: 20.4px;
        color: var(--titulos-principais);
    }
    
    .newsletter span {
        font-weight: 400;
        font-size: 14px;
        line-height: 16.8px !important;
        display: block;
        color: var(--titulos-secundarios);
    }

    .newsletter input {
        font-size: 17px;
        font-weight: 400;
        color: var(--titulos-secundarios);
        height: 44px;
        border-radius: 0;
        border: 0;
        height: 56px;
    }

    .newsletter button {
        width: 100px;
        font-size: 16px;
        font-weight: 500;
    }

    .btn-aplicar a, .btn-aplicar-mobile a{
        font-size: 12px;
        background-color: transparent;
        border: none;
        color:  var(--blue-500);
        padding: 0;
        text-align: right;
        display: block;
        margin-left: auto;
    }

    .noticia-container h6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .noticia-container .noticia-excerpt {
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsletter .close {
        font-size: 33px;
        margin-right: -30px;
        margin-top: 2px;
    }

    .title-content {
        text-align: center;
        font-size: 14px;
        padding-left: 0px;
        margin-top: 10px;    
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}