.modal-loading {
  display:none;
  position:fixed;
  z-index:3000;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: url('../img/loading/loading.gif') 50% 50% no-repeat;
}

/* enquanto estiver carregando, o scroll da página estará desativado */
body.loading {
  overflow: hidden;
}

/* a partir do momento em que o body estiver com a classe loading,  o modal aparecerá */
body.loading .modal-loading {
  display: block;
}

body {
  padding-top: 56px;
}

.conteudo {
  min-height: 100%;
  margin: 0 auto;
}

.__se__float-center {
  display: flex;
  justify-content: center;
}

.bg-dark {
  background-color: #333333 !important;
}

img {
  max-width: 1000px;
}

.bg-primary {
  background-color: #232323 !important;
}

.btn-primary {
  color: #fff;
  background-color: #66B540;
  border-color: #66B540;
}

.btn-primary:hover {
  color: #fff;
  background-color: #50BA66;
  border-color: #50BA66;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #66B540;
  border-color: #66B540;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #66B540;
  border-color: #66B540;
  box-shadow: 0 0 0 0.2rem rgba(4, 90, 9, 0.5);
}

a {
  color: #66B540;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #50BA66;
  text-decoration: underline;
}


.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

.primeira_categoria a {
	color: #999;
}

.list-unstyled .primeira_categoria:hover,
.active {
  transition: 0.3s ease;
	border-radius: 3px;
}

/* .active button > a, 
.active .subcat a {
  color: #66B540 !important;
} */

.primeira_categoria button a:hover {
  color: #66B540 !important;
}

.btn-toggle-nav a {
  padding: 0 !important;
}

list-unstyled .active button a {
  color: #66B540 !important;
}

button[aria-expanded="true"] a {
  color: #66B540 !important;
}

.btn-toggle-nav a:hover, 
.btn-toggle-nav a:active {
  color: #66B540 !important;
}

.page-link {
	color: #66B540;
}

.page-link:hover {
    color: #50BA66;
}

#layoutAuthentication {
	min-height: 94vh;
}

.hidden {
  display: none;
}

.active-link{
  color: #66B540 !important;
  font-weight: 600;
}

.breadcrumb {
  padding: .3rem .5rem .3rem 1.2rem;
  font-weight: 500;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: "/";
}

.footer-btm-box {
  text-align: center;
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.493);
  margin-bottom: 10px;
}

ul.social-foot {
  margin-top: -10px;
  margin-bottom: 15px;
  padding-left: 0px;
}

.social-foot li {
  list-style: none;
  display: inline-block;
}

.footer-btm-box a, .footer-btm-box-one a {
  color: #e0e0e0 !important;
  font-weight: 600;
}

.footer-btm-box .social-footer-icon {
  color: #e0e0e0;
  font-size: 20px;
  padding: 15px 25px;
  cursor: pointer;
}

.style-hover:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.peso-font{
  font-weight: 500;
}

@media only screen and (max-width: 1195px) {
  .container {
    max-width: 1120px;
  }
}