/*@mixin font-face($name, $path, $weight: null, $style: null, $exts: eot woff2 woff ttf svg) {
    $src: null;
    $extmods: ( eot: "?", svg: "#" + str-replace($name, " ", "_"));
    $formats: ( otf: "opentype", ttf: "truetype");
    @each $ext in $exts {
        $extmod: if(map-has-key($extmods, $ext), $ext + map-get($extmods, $ext), $ext);
        $format: if(map-has-key($formats, $ext), map-get($formats, $ext), $ext);
        $src: append($src, url(quote("../fonts/" + $name + "." + $extmod)) format(quote($format)), comma);
    }
    @font-face {
        font-family: quote($name);
        font-style: $style;
        font-weight: $weight;
        font-display: swap;
        src: $src;
    }
}*/
/* Pagination */
.pagination > li > a, .pagination > li > span {
  padding-top: 0.5rem;
  padding-right: 0.8rem;
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.25rem;
  font-size: 0.8rem;
  height: 2rem;
  width: 2.6rem;
  padding: 16px 15px;
  color: #2d2d2d;
  border-radius: 6px;
  background-color: #efefef;
  border: 1px solid transparent;
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.7rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d2d2d;
  width: 2rem;
  height: 2.45rem;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #fff;
  background-color: #2c3847;
  box-shadow: 0 2px 0 0 #e1e1e3;
}

.pagination > li > a.active, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #28445c;
  box-shadow: 0 2px 0 0 #f2f2fa;
  font-family: "Inter-Bold", "sans-serif";
  border-color: transparent;
  color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 6px;
}

.col-box-pagination {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767.9px) {
  .mobile-none {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .prev-pageli,
  .next-pageli {
    display: none;
  }
}

.page-mobile {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .page-mobile {
    display: block;
  }
  .page-mobile .prev-pageli,
  .page-mobile .next-pageli {
    display: block;
  }
}

.pagination > li .name {
  width: auto;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0.25rem;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0.25rem;
}

.container-filtro .form-select i {
  font-size: 0.8rem;
  background-color: #fff;
  width: 20px;
  margin: auto;
  right: 4px !important;
}

.container-filtro .col-box-pesquisa .form-group .label {
  font-size: 0.8rem;
  font-family: "Inter-Bold", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control {
  height: 48px;
  border-radius: 8px;
  border: solid 1px #2c3847;
  background-color: #fff;
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control:-moz-placeholder {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control::-moz-placeholder {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group .form-control::placeholder {
  font-size: 0.8rem;
  color: #2d2d2d;
}

.container-filtro .col-box-pesquisa .form-group i {
  float: right;
  position: relative;
  right: 12px;
  bottom: 32px;
  color: #1B334B;
}

.container-filtro .separa {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Pagination-Padrao */
