/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 24 2025 | 00:00:09 */
@charset "UTF-8";
/* Link normal */
.menu-principal .menu-item a {
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s ease;
}
/* Link (hover) */
.menu-principal .menu-item a:hover {
  border-right-color: #00b148;
  border-bottom-color: #00b148;
  border-left-color: #00b148;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  background-image: linear-gradient(-174deg, #00b148 0%, #038036 100%);
}
/* Link ativo (ao clicar) */
.menu-principal .menu-item a:active {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-color: #00b148;
  border-bottom-color: #00b148;
  border-left-color: #00b148;
  background-image: linear-gradient(-174deg, #00b148 0%, #038036 100%);
}
/* Link ativo (página atual) */
.menu-principal .menu-item.current-menu-item > a, .menu-principal .menu-item.current_page_item > a, .menu-principal .elementor-item-active {
  border-right-color: #00b148;
  border-bottom-color: #00b148;
  border-left-color: #00b148;
  background-image: linear-gradient(-174deg, #00b148 0%, #038036 100%);
}
