*,
html,
body {
  font-family: "DM Sans", sans-serif !important;
}

body {
   height: 100vh;
  display: flex;
  flex-direction: column;
}

.body_template {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#header .header-middle {
  background-color: #ffffff;
}
.header-bottom {
  padding-bottom: 5px;
  padding-top: 10px;
  background-color: #f3f2f1;
}
.mainmenu ul li a {
  font-size: 14px;
}
.mainmenu .fa-angle-down {
  font-size: 12px;
}
.mainmenu ul li {
  padding-right: 4px;
}
.mainmenu ul li:first-child a {
  padding-left: 0 !important;
}
.shop-menu .icon-menu {
  margin-right: 4px;
}
.shop-menu ul li {
  padding-left: 8px;
  padding-right: 8px;
}
.shop-menu ul li a {
  color: #000000;
  font-weight: bold;
}
.shop-menu ul li a.active {
  color: #fe980f;
}

.mainmenu .nav > li.active > a,
.mainmenu .nav > li.active > h\:commandlink { 
    color: #fe980f;
    font-weight: bold;
}


.section-heading {
  padding: 3rem 0;
}
.module-main-title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.module-main-title::before {
  content: "";
  display: inline-block;
  margin-right: .5rem;
  width: 16px;
  height: 5px;
  border-radius: 20px;
  background-color: #f8af00;
  position: relative;
  top: -4px;
}
.small-title {
  font-size: 1.4rem;
  opacity: .6;
}
.main-content {
  padding: 1.5rem;
  background-color: #f3f2f1;
  min-height: 40vh;
}
.dashboard-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}
.dashboard-grid .item-grid {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 270px;
  min-height: 150px;
}
.dashboard-grid .item-grid .data {
  font-size: 28px;
  font-weight: bold;
}
.dashboard-grid .item-grid .small-desc {
  font-size: 10px;
  color: #c0b1a1;
}
.dashboard-grid .item-grid .title {
  font-size: 18px;
  line-height: 110%;
  font-weight: bold;
  max-width: 80%;
}
.dashboard-grid .item-grid .overlay-link {
  position: absolute;
  z-index: 33;
  text-indent: -9999px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard-grid .item-grid .datatable {
  font-size: 14px;
  margin-top: 1.5rem;
}
.dashboard-grid .item-grid .datatable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard-grid .item-grid .datatable dt {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 1px solid #DEE2E6;
  padding: 2px 0;
}
.dashboard-grid .item-grid .datatable dt span.number {
  font-weight: bold;
  color: #f8af00;
}
.dashboard-grid .item-grid .datatable dd {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 1px solid #DEE2E6;
  padding: 4px 0;
  text-align: right;
  color: #aeaeae;
  margin-bottom: 0;
}
.dashboard-grid .item-grid.has-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dashboard-grid .item-grid.has-link:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.dashboard-grid .item-grid.has-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-plus.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 1.7rem;
  right: 1.5rem;
}
.dashboard-grid .item-grid.has-plus-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-plus.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 1.7rem;
  right: 1.5rem;
}
.dashboard-grid .item-grid.featured {
  background-color: #403d3d;
  color: #ffffff;
}
.dashboard-grid .item-grid.featured .datatable dt,
.dashboard-grid .item-grid.featured .datatable dd {
  border-bottom-color: #504F4F;
}
.dashboard-grid .item-grid.size-big {
  width: 414px;
  height: auto;
  min-height: 260px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.dashboard-grid .item-grid.size-square {
  height: auto;
  min-height: 260px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer {
  background-color: #f3f2f1;
  flex-shrink: 0;
}
.footer-top .container {
  border-bottom: 0;
}
.footer-text {
  text-align: center;
  color: #786A5B;
  padding: 30px 0;
}
.footer-text a {
  color: #786A5B;
  text-decoration: underline;
  padding-left: 4px;
  padding-right: 4px;
}
.powered-by {
  width: 150px;
  height: auto;
}

i[class^="fa"], i[class*=" fa"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important; /* dependiendo del ícono */
}

.fas, .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.far, .fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}