.elementor-2507 .elementor-element.elementor-element-2badbdd > .elementor-container{max-width:679px;}.elementor-2507 .elementor-element.elementor-element-2badbdd{margin-top:20px;margin-bottom:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2507 .elementor-element.elementor-element-713f9e5{text-align:center;}.elementor-2507 .elementor-element.elementor-element-713f9e5 .elementor-heading-title{font-family:"Mulish", Sans-serif;font-size:45px;font-weight:800;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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-2507 .elementor-element.elementor-element-dc4f13b{text-align:center;color:var( --e-global-color-secondary );}.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-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-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2507 .elementor-element.elementor-element-ff3e3eb{--grid-columns:5;--grid-row-gap:0px;--grid-column-gap:0px;}@media(max-width:1024px){.elementor-2507 .elementor-element.elementor-element-ff3e3eb{--grid-columns:3;--grid-row-gap:0px;--grid-column-gap:0px;}}@media(max-width:767px){.elementor-2507 .elementor-element.elementor-element-ff3e3eb{--grid-columns:2;--grid-row-gap:0px;--grid-column-gap:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-bddcb1b *//* Estilos para a lista de categorias da biblioteca */
.lista-categorias-biblioteca {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lista-categorias-biblioteca li {
  border: 1px solid #263a39;
  border-radius: 5px;
  padding: 5px 14px;
  transition: all 0.3s ease;
}

.lista-categorias-biblioteca li a {
  color: #263a39;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
  font-size: 12px;
}

/* Efeito hover elegante */
.lista-categorias-biblioteca li:hover {
  background-color: #be513a;
  border-color: #be513a;
}

.lista-categorias-biblioteca li:hover a {
  color: #fff;
}/* End custom CSS */