.elementor-3931 .elementor-element.elementor-element-6e62544{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3931 .elementor-element.elementor-element-69885f2{color:var( --e-global-color-secondary );}.elementor-3931 .elementor-element.elementor-element-69885f2 p{margin-bottom:0px;}.elementor-3931 .elementor-element.elementor-element-9ae4747{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-justify-content:flex-start;--e-filter-item-width:initial;--e-filter-item-flex-grow:0;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-3931 .elementor-element.elementor-element-9ae4747.elementor-element{--align-self:flex-start;}.elementor-3931 .elementor-element.elementor-element-e478768{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3931 .elementor-element.elementor-element-4e08608{--grid-columns:3;}.elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-3931 .elementor-element.elementor-element-4e08608 .e-loop-item > .elementor-section, .elementor-3931 .elementor-element.elementor-element-4e08608 .e-loop-item > .elementor-section > .elementor-container, .elementor-3931 .elementor-element.elementor-element-4e08608 .e-loop-item > .e-con, .elementor-3931 .elementor-element.elementor-element-4e08608 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination{text-align:center;}.elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers:not(.dots){color:var( --e-global-color-primary );}.elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination a.page-numbers:hover{color:var( --e-global-color-secondary );}.elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers.current{color:var( --e-global-color-secondary );}body:not(.rtl) .elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3931 .elementor-element.elementor-element-4e08608 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-3931 .elementor-element.elementor-element-4e08608{--grid-columns:2;}}@media(max-width:767px){.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-3931 .elementor-element.elementor-element-4e08608{--grid-columns:1;}}/* Start custom CSS for taxonomy-filter, class: .elementor-element-9ae4747 *//* Oculta os botões do filtro antes da conversão */
.e-filter {
    display: none !important;
}
#cat {
    font-family: 'Raleway';
    color: var( --e-global-color-primary );
    min-width: 200px; /* Garante uma largura mínima */
    max-width: 100%; /* Impede que ultrapasse o container */
    padding: 0;
    font-size: 28px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    display: inline-block;
    transition: width 0.3s ease; /* Transição suave ao ajustar a largura */
    white-space: nowrap; /* Impede quebra de linha */
    overflow: visible; /* Permite que o conteúdo se expanda */
}

/* Corrige a exibição dos options */
#cat option {
    font-size: 16px;
    white-space: nowrap; /* Garante que o texto não quebre */
    overflow: visible;
    text-overflow: ellipsis;
}

/* Adapta a largura automaticamente */

.cat_title{
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 5px;
}
#cat option {
    max-width: none; /* Impede que o texto seja cortado */
    white-space: nowrap;
    overflow: visible;
}

/* Estilo para o item selecionado visível */
#cat option:checked {
    font-size: 16px; /* Fonte maior para o item selecionado */
    border: 0;
}

#cat option:selected {
    font-family: 'Raleway' !important;
    border: 0;
    font-size: 16px; /* Fonte maior para o item selecionado */
}
#cat:focus{
    outline: none; 
    border: 0;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6e62544 */h1{
    display: none;
}/* End custom CSS */