.categoryphp {
    max-width: 1180px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.col-6 {
    width: 50%;
}

.close {
    align-items: center;
    display: flex;
}

/*---------------------Cat�logos-------------------*/
.categorycatalogosphp {
    max-width: 1200px;
    margin: 0 auto;
}

.catalog-posts-section {
    display: flex;
}

.filters-boxes {
    width: 210px;

}

.accord {
    width: 300px;
    margin-bottom: 30px;
    cursor: pointer;
}

.text-icon {
    margin-bottom: 20px;
    display: flex;
}

.title-filter {
    margin-right: auto;
    font-weight: 900;
    font-size: 16px;
}

.adjust-block {
    margin-bottom: 20px;
    width: 300px;
    color: #041421;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

label {
    border: 0.5px solid #041421;
    border-radius: 6px;
    text-align: center;
    margin: 5px 10px;
    padding: 10px 10px;
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

input[type="checkbox"] {
    display: none;
}


#sistema-codi .adjust-block {
    letter-spacing: unset;
    line-height: unset;
    display: block;
    cursor: pointer;
}

#sistema-codi input[type="checkbox"] {
    display: block;
}

#sistema-codi .item-check {
    display: flex;
}

#sistema-codi label {
    border: unset;
    margin: 5px;
    padding: 0px;
    cursor: pointer;
}

.interior-subtitle h3 {
    margin-top: 0px;
    font-size: 18px;
}

.filter-submitter {
    background-color: #0071C5;
    border-radius: 10px;
    border: unset;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 4px 30px;
}

.clear-filters {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 40px;
}

.datafetch {
    margin-left: 20px;
}

.catalog-posts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.post-catalog-content {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(204, 203, 203, 0.5);
    width: 230px;
    height: 240px;
}

.post-catalog-content h2 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 15px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;

}

.catalog-img {
    width: 100%;
    height: 160px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
}

.catalog-img span {
    margin-top: auto;
    background-color: #0071C5;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding: 5px 20px;
}

.link-catalog {
    margin-left: 10px;
}

/*---------------------Categories-------------------*/

.desc-cat {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.cat-zone {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}

.cat-box-conteiner:nth-child(3n-1) {
    margin-left: auto;
    margin-right: auto;
}

.cat-box-conteiner {
    width: 360px;
    height: auto;
    margin-bottom: 30px;
}

.img-post {
    width: 100%;
    height: 260px;
}

.text-zone {
    background: #F2F3F3;
    padding: 20px 20px;
    margin-top: -5px;
}

.date_zone {
    font-size: 14px;
    color: #0071C5;
    font-weight: bold;
    margin-top: 20px;
}

.title-zone {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.read-more {
    text-decoration: underline;
    font-size: 14px;
}

/*---------------------Classifica��es-------------------*/
.post-def-content:not(.active) {
    display: none;
}

.post-def-title {
    cursor: pointer;
    height: max-content;
    margin-right: 10px;
    margin-left: 10px;
}

.post-def-title h2 {
    border: 1px solid #041421;
    margin: 0;
    padding: 20px;
    font-size: 20px;
    border-radius: 6px;
}

.post-def-title h2:hover {
    border: 2px solid #a5a5a5;
}

div.selected h2 {
    background-color: #0071C5;
    font-weight: bold;
    color: #fff;
    border: 0 !important;
}

.default-titles {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
}

.default-titles.active {
    cursor: grab
}

.default-content {
    margin-top: 70px;
}

.post-def-content {
    background-color: #F2F3F3;
    padding: 90px 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.post-def-content h3 {
    color: #041421;
    font-family: "Poppins";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(4 20 33 / 60%);
}

.post-def-content p {
    color: #041421;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}

/*---------------------Taxonomia Letras-------------------*/

.letters-zone {
    display: flex;
    border-bottom: 1px solid #B6BABA;
}

.letters-zone a {
    margin-right: auto
}

.letters {
    /*cursor: pointer;*/
    height: max-content;
    margin-right: 10px;
    margin-left: 10px;
}

.letters h2 {
    font-size: 40px;
    text-transform: lowercase;
    font-weight: 900;
}

h2.has-posts {
    color: #0071C5 !important;
    /*cursor: default;*/
}

h2.no-posts {
    color: #424242 !important;
    cursor: default;
}

/*div.current-letter h2 {
    color: #0071C5;
    font-weight: 900;
}*/

.letters-content {
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.gls-content {
    width: 350px;
    height: auto;
    margin-bottom: 40px;
}

.gls-content:nth-child(3n-1) {
    margin-left: 50px;
    margin-right: 50px;
}

.gls-content h3 {
    color: #041421;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.gls-content p {
    color: #041421;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
}

.title-tax h2 {
    font-size: 100px;
    text-transform: lowercase;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 40px;
    color: #0071C5;
    font-weight: bold;
    margin-bottom: 42px;
}
/* Glossário */
.title-tax{
    margin-bottom: 150px;
}

/* Estilo para letras sem conteúdo */
.no-content {
    color: #888; /* Cor cinza */
    pointer-events: none; /* Desativar eventos de clique */
    cursor: not-allowed; /* Cursor de não permitido */
}


@media (max-width: 768px) {

    .gls-content:nth-child(3n-1) {
        margin: unset !important;
   }
}
/*=============================================Eventos=============================================*/

.evento-posts {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: space-between !important;
}

.post-evento-content {
    margin-bottom: 30px;
    border-radius: 21px;
    width: 372px;
    color: #fff;
}

.evento-itens {
    background: #0071C5 !important;
    display: flex;
    flex-direction: column;
    padding: 0 30px 27px 30px; 
}

.evento-itens span {
   font-size: 14px !important;
   font-weight: bold;
   padding-top: 7px; 
}

.evento-itens h2 {
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.tipo_evento {
    background: #041421;
    width: 36%;
    padding: 5px;
    font-size: 16px !important;
    font-weight: bold;    
    text-align: center;
}

.post-evento-content h2 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
    min-height: 50px;
}

.evento-img {
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#link-evento {
   text-decoration: underline;
}


.post-evento-content {
    width: 334px;
}
	

@media (max-width: 884px) {

    .cat-zone{
        margin-left: 15px;   
    }

}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {


    /*---------------------Destaques-------------------*/

    .catalog-posts {
        display: block;
    }

    .catalog-img {
        width: 100%;
        height: 250px;
    }

    .catalog-posts-section {
        display: block;
    }

    .link-catalog:nth-child(3n-1) {
        margin-left: unset;
        margin-right: unset;
    }

    .cat-zone {
        display: block;
        margin-left: 7px;
    }

    .cat-box-conteiner:nth-child(3n-1) {
        margin-left: unset;
        margin-right: unset;
    }

    /*---------------------Cat�logos-------------------*/
    .filters-boxes {
        margin: 0 auto;
        margin-top: 40px;
        display: block;
        background: #fff;
        border-top: solid 2px #ccc;
        width: calc(100% - 40px);
    }

    .datafetch {
        margin-top: 40px;
        margin-right: 20px;
    }

    .accord {
        margin-left: auto;
        margin-right: auto;
    }
	
    .link-catalog {
	margin: unset !important;
    
    }

    .post-catalog-content {
        width: 100% !important;
     }

    .mobile_filterbutton {
        display: flex;
        padding: 20px 20px;
        background-color: #F5F6F6;
        margin: 0 20px;
    }

    .mobile_filterbutton img {
        margin-left: auto;
        height: 24px;
        width: 26px;
    }

    .text-filtros {
        color: #000000;
        font-family: "Open Sans";
        font-size: 18px;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mobile_filterbutton_cross {
        display: flex;
        border-bottom: 0.5px solid #C1C1C1;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .mobile_filterbutton_cross .fas.fa-times {
        margin-left: auto;
        margin-bottom: 10px;
    }

    .mobile_filterbutton_cross .fas.fa-times:before {
        color: #0071C5;
        font-size: 30px;
    }

    /*---------------------Taxonomia Letras-------------------*/
    .letters-zone.default-titles {
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
        cursor: pointer;
    }

    .letters-content {
        margin: 20px 20px;
    }

    .title-tax {
        display: flex
    }

    .title-tax h2 {
        margin-left: auto;
        margin-right: auto;
    }

    /*---------------------Classifica��es-------------------*/
    .desc-cat {
        margin-left: 20px;
        margin-right: 20px;
    }

    .default-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .post-def-content {
        border-radius: 20px;
        padding: 20px;
    }

    .post-catalog-content {
        /*width: 100%;*/
        height: 350px;
    }

    .post-def-title h2 {
        font-size: 18px;
    }
 
     /*---------------------Eventos-------------------*/
     .evento-posts {
	justify-content: center !important;
     }
 }