@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fafafa;
  font-size: 14px;
  color: #595959;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

a {
  color: #0056A4;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

.admin-bar .site-header {
  top: 32px;
}

.container {
  position: relative;
}

.link-seller {
  color: #57AF33;
}

.btn-w, .btn-interested {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 12px 24px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-outline-w {
  border: 1px solid #57AF33;
  color: #57AF33;
  background-color: #fafafa;
}
.btn-outline-w:hover {
  color: #fafafa;
  background-color: #57AF33;
}

.btn-primary-w, .btn-interested {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
}
.btn-primary-w:hover, .btn-interested:hover {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
  opacity: 0.7;
}

.btn-secondary-w {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
}
.btn-secondary-w:hover {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
  opacity: 0.7;
}

.btn-interested {
  width: 100%;
}
.btn-interested .icon {
  width: 32px;
  height: 24px;
  background: url(../images/icon-interested.svg) no-repeat center center;
  margin-top: -6px;
}

.btn-reset {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: transparent;
  color: #0056A4;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.btn-reset:hover {
  opacity: 0.7;
}

.tag-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}

.tag-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-list .tag-item {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0056A4;
  border: 1px solid #0056A4;
  border-radius: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.price, .pay-methods {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #0056A4;
  display: block;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  padding: 24px;
  box-sizing: content-box;
}
.price .price__description, .pay-methods .price__description {
  font-size: 14px;
  line-height: 14px;
}
.price .price__currency, .pay-methods .price__currency {
  font-size: 12px;
  line-height: 12px;
}
.price .price__real, .pay-methods .price__real {
  font-size: 28px;
  line-height: 28px;
}
.price .price__cents, .pay-methods .price__cents {
  font-size: 20px;
  line-height: 28px;
}

.p-32 {
  padding: 32px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

@media (min-width: 992px) {
  .ps-lg-32 {
    padding-left: 32px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}

#hero-slider .carousel-indicators {
  left: initial;
}
#hero-slider .carousel-indicators button {
  width: 6px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 2px;
  transition: all 0.2s ease;
  background-color: #57AF33;
  opacity: 1;
}
#hero-slider .carousel-indicators button.active {
  height: 38px;
}

@media (max-width: 991px) {
  .section--hero-slider .container {
    padding: 0;
  }
  #hero-slider .carousel-indicators {
    bottom: 0;
    left: 0;
    top: initial !important;
    right: initial !important;
    margin: 16px 24px !important;
  }
  #hero-slider .carousel-indicators button {
    width: 10px;
    height: 6px;
  }
  #hero-slider .carousel-indicators button.active {
    width: 38px;
    height: 6px;
  }
}
.section--featured-categories .splide__slide {
  padding: 0 16px;
  overflow: hidden;
}
.section--featured-categories .splide__img {
  border-radius: 10px;
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.section--featured-categories .splide__text {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section--featured-categories .splide__arrows .splide__arrow {
  width: 48px;
  height: 48px;
  opacity: 1;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.16));
}
.section--featured-categories .splide__arrows .splide__arrow svg {
  display: none;
}
.section--featured-categories .splide__arrows .splide__arrow--prev {
  left: -8px;
  background: url(../images/arrow-left.svg) center center no-repeat #fff;
}
.section--featured-categories .splide__arrows .splide__arrow--next {
  right: -8px;
  background: url(../images/arrow-right.svg) center center no-repeat #fff;
}

@media (max-width: 991px) {
  .section--featured-categories .splide {
    margin: 0 -12px;
  }
  .section--featured-categories .splide__track {
    overflow-x: auto;
  }
  .section--featured-categories .splide__list {
    display: flex !important;
  }
  .section--featured-categories .splide__slide {
    width: 148px;
  }
  .section--featured-categories .splide__img {
    margin-top: 4px;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    object-fit: cover;
    border: 4px solid #fff;
    outline: 2px solid #0056A4;
    box-sizing: border-box;
  }
  .section--featured-categories .splide__text {
    font-size: 16px;
    text-align: center;
  }
}
.home__list {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home__list .home__item {
  background-color: rgba(87, 175, 51, 0.2);
}
.home__list a {
  text-decoration: none;
  color: #3A3A3A;
  transition: all 0.2s ease;
}
.home__list a:hover {
  opacity: 0.7;
}
.home__list .home__name {
  color: #3A3A3A;
  font-size: 24px;
}
.home__list .home__detail {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #898989;
  font-size: 16px;
}
.home__list .home__price {
  font-size: 20px;
}

@media (max-width: 991px) {
  .home__list .home__item,
  .home__list .home__link,
  .home__list .home__img {
    width: 100%;
  }
  .home__list .home__item:last-child {
    margin-bottom: 0 !important;
  }
  .home__list .home__name {
    font-size: 18px;
  }
  .home__list .home__detail {
    font-size: 14px;
  }
  .home__list .home__price {
    font-size: 20px;
  }
  .view-more button {
    width: 100%;
  }
}
.section--popular-categories {
  background-color: rgba(0, 86, 164, 0.2);
  padding: 80px 0;
}
.section--popular-categories h1, .section--popular-categories h2 {
  text-align: left !important;
}
.section--popular-categories .home-title-2 {
  color: #616161;
  line-height: 1.5em;
}
.section--popular-categories .splide__texts {
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 8px;
}
.section--popular-categories .splide__texts .splide__text-a {
  font-size: 16px;
  color: #616161;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.section--popular-categories .splide__texts .splide__text-b {
  font-size: 28px;
  color: #3A3A3A;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section--popular-categories .splide__texts .splide__link {
  position: absolute;
  left: 100%;
  bottom: 0;
  border-radius: 8px;
  text-indent: -999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  background: url(../images/arrow-link.svg) center center no-repeat #0056A4;
}
.section--popular-categories .splide__texts .splide__link:hover {
  opacity: 0.7;
}
.section--popular-categories .splide__slide {
  border-radius: 8px;
}
.section--popular-categories .splide__slide .splide__img {
  height: 83%;
  border-radius: 8px;
  transition: height 0.3s ease;
  width: 100%;
  object-fit: cover;
}
.section--popular-categories .splide__slide .splide__texts {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.section--popular-categories .splide__slide.is-active .splide__img {
  height: 100%;
}
.section--popular-categories .splide__slide.is-active .splide__texts {
  opacity: 1;
}
.section--popular-categories .splide__arrow {
  width: 48px;
  height: 48px;
  background: url(../images/arrow-right.svg) center center no-repeat #fff;
}
.section--popular-categories .splide__arrow svg {
  display: none;
}
.section--popular-categories .splide__arrow.splide__arrow--prev {
  display: none;
}
.section--popular-categories .splide__pagination .splide__pagination__page {
  height: 6px;
  width: 10px;
  background-color: #0056A4;
  transition: all 0.2s ease;
  border-radius: 2px;
  opacity: 0.8;
}
.section--popular-categories .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 0.8;
  width: 38px;
}

@media (max-width: 991px) {
  .section--popular-categories {
    padding: 48px 0;
  }
  .section--popular-categories .section--popular-categories__nav {
    overflow-x: auto;
    margin: 0 -12px;
  }
  .section--popular-categories .section--popular-categories__button {
    padding: 10px 12px;
    background-color: #f2f2f2;
    color: #0056A4;
    border-radius: 8px;
    text-decoration: none;
    border: none;
  }
  .section--popular-categories .section--popular-categories__button:active, .section--popular-categories .section--popular-categories__button:hover {
    background-color: #0056A4;
    color: #fff;
  }
  .section--popular-categories .section--popular-categories__button:first-child {
    margin-left: 12px;
  }
  .section--popular-categories .section--popular-categories__button:last-child {
    margin-right: 12px;
  }
  .section--popular-categories .splide__slide {
    display: none;
    margin: 0 !important;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) {
    display: block;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__texts {
    opacity: 1;
    background: transparent;
    right: 0;
    bottom: 0;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__text-a,
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__text-b {
    display: none;
  }
  .section--popular-categories .splide__slide:nth-child(-n+4) .splide__link {
    transform: scale(0.5);
    left: initial;
    right: 0;
  }
  .section--popular-categories .splide__list {
    display: grid !important;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 158px 68px 230px;
    height: 464px;
  }
  .section--popular-categories .splide__slide:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .section--popular-categories .splide__slide:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .section--popular-categories .splide__slide:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .section--popular-categories .splide__slide:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.site-header {
  background-color: #57AF33;
}
.site-header .col-lg-4 a {
  color: #fff;
  text-align: center;
}
.site-header .search-input {
  color: #a3a3a3;
}
.site-header .search-input::placeholder {
  color: #a3a3a3;
  opacity: 1; /* Firefox */
}
.site-header .search-input::-ms-input-placeholder { /* Edge 12-18 */
  color: #a3a3a3;
}
.site-header .search-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon-search.svg) center right no-repeat;
  width: 40px;
  height: 100%;
  z-index: 9;
  border-radius: 50% 0 0 50%;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .navbar-toggler-icon {
  background-image: url(../images/icon-toggler.svg);
}
.site-header .nav-link {
  color: #fff;
  font-size: 0.875rem;
}
.site-header .nav-link.show, .site-header .nav-link.active, .site-header .nav-link:hover {
  color: #fff;
  opacity: 0.7;
}
.site-header .sub-menu {
  background-color: #57AF33;
}
.site-header .sub-menu .dropdown-item:focus, .site-header .sub-menu .dropdown-item:hover {
  color: #fff;
  background-color: #57AF33;
}
.site-header .btn-profile {
  padding-right: 24px;
  background: url(../images/icon-profile.svg) center right no-repeat;
  color: #fff;
  text-decoration: none;
}
.site-header .site-header__mobile .btn-profile {
  width: 24px;
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  background: url(../images/icon-profile-mobile.svg) center center no-repeat;
}
.site-header .site-header__mobile .site-header__search__label {
  width: 24px;
  height: 24px;
  background: url(../images/icon-search-mobile.svg) center center no-repeat;
}
.site-header .site-header__mobile .search-input {
  max-width: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.site-header .site-header__mobile .search-input:focus {
  max-width: 999px;
  opacity: 1;
}
.site-header .site-header__mobile .search-input:focus ~ .site-header__search__label {
  display: none;
}

.logged-in .site-header {
  padding-top: 24px;
}
.logged-in .site-header__mobile {
  gap: 0 !important;
}
.logged-in .site-header__mobile .nav {
  position: absolute;
  right: 24px;
  top: -20px;
  min-width: 100vw;
  gap: 24px;
}
.logged-in .site-header__mobile .nav .nav-link {
  padding: 0 !important;
}

.home .section {
  margin-bottom: 80px;
}
.home .home-title {
  color: #3A3A3A;
  line-height: 1.2em;
}
.home .home-title-1 {
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home .home-title-2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home .btn-w, .home .btn-interested {
  min-width: 240px;
}

@media (max-width: 991px) {
  .home .section {
    margin-bottom: 48px;
  }
  .home .home-title-1 {
    font-size: 24px;
  }
  .home .home-title-2 {
    font-size: 16px;
  }
}
.archive .breadcrumb {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.archive .breadcrumb .breadcrumb-item {
  font-size: 20px;
  color: #000;
}
.archive .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: ">";
  color: #000;
}
.archive .sidebar .range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 12px auto;
}
.archive .sidebar .range_container .sliders_control {
  position: relative;
  min-height: 30px;
}
.archive .sidebar .range_container .form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.archive .sidebar .range_container input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #ededed;
  pointer-events: none;
}
.archive .sidebar .range_container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #0056A4;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.archive .sidebar .range_container input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #0056A4;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.archive .sidebar .range_container input[type=number]::-webkit-inner-spin-button,
.archive .sidebar .range_container input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.archive .sidebar .range_container #fromSlider {
  height: 0;
  z-index: 1;
}
.archive .sidebar .filters-form .form-select, .archive .sidebar .filters-form .form-control {
  font-size: 14px;
  border-color: #ededed;
  padding: 12px;
}
.archive .sidebar .filters-form option {
  padding: 8px;
}
.archive .sidebar .form-select-title {
  color: #595959;
}
.archive .sidebar .form-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 4px;
}
.archive .sidebar .terms-menu .tag-list {
  gap: 4px 12px;
}
.archive .adverts {
  font-size: 14px;
  color: #595959;
}
.archive .adverts .adverts__thumb-link {
  width: 192px;
  height: 192px;
}
.archive .adverts .adverts__title__link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.archive .adverts .price, .archive .adverts .pay-methods {
  width: 192px;
  align-self: flex-end;
}

@media (max-width: 991px) {
  .archive .filters-sidebar__label {
    margin-bottom: 32px;
  }
  .archive .filters-sidebar__text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 16px;
    display: block;
    width: fit-content;
    height: 30px;
    padding-right: 32px;
    background: url(../images/icon-filters.svg) no-repeat center right;
  }
  .archive .filters-sidebar__input:checked ~ .filters-sidebar__label::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .archive .filters-sidebar__input:checked ~ .filters-sidebar__label .filters-sidebar__text {
    color: #fff;
    z-index: 2;
    background: url(../images/icon-filters-active.svg) no-repeat center right;
  }
  .archive .filters-sidebar__input:checked ~ .sidebar {
    display: block !important;
    width: 70%;
    position: absolute;
    top: 104px;
    left: 24px;
    z-index: 999;
  }
  .archive .adverts .adverts__thumb-link {
    min-width: 100%;
  }
  .archive .adverts .price, .archive .adverts .pay-methods {
    width: inherit;
    align-self: inherit;
  }
}
.single-anuncios .breadcrumb {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.single-anuncios .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000;
}
.single-anuncios .breadcrumb .breadcrumb-item.active,
.single-anuncios .breadcrumb .link-body-emphasis {
  color: #000;
  text-decoration: none;
}
.single-anuncios .single-anuncios__content .entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  color: #000;
}
.single-anuncios .single-anuncios__buybox {
  background-color: #fafafa;
}
.single-anuncios .single-anuncios__buybox .pay-methods .pay-methods__text-a {
  font-size: 12px;
}
.single-anuncios .single-anuncios__buybox .pay-methods .pay-methods__text-b {
  font-size: 16px;
}
.single-anuncios .single-anuncios__buybox .pay-disclaimer {
  font-size: 10px;
}
.single-anuncios .accordion .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #ededed;
  border: 0;
}
.single-anuncios .accordion .accordion-item:first-of-type .accordion-button,
.single-anuncios .accordion .accordion-item:last-of-type {
  border-radius: 0;
}
.single-anuncios .accordion .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.single-anuncios .accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: inherit;
}
.single-anuncios .accordion .accordion-button::after {
  background-image: url(../images/arrow-accordion.svg);
  background-position: center center;
}
.single-anuncios .accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-color: #ededed;
  color: #000;
}
.single-anuncios .accordion .accordion-header,
.single-anuncios .accordion .accordion-body {
  border-bottom: 1px solid #ededed;
}
.single-anuncios .accordion .accordion-item:first-child {
  border-top: 1px solid #ededed;
}
.single-anuncios .accordion .accordion-body {
  color: #595959;
}
.single-anuncios .tag-list {
  gap: 4px 8px;
}

.suggestions {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.suggestions .suggestions__title {
  font-size: 20px;
}
.suggestions .suggestions__link {
  text-decoration: none;
  color: #000;
}
.suggestions .suggestions__link__title {
  font-size: 14px;
}

.site-footer {
  background-color: #57AF33;
  color: #fff;
}
.site-footer .footer-rights {
  margin-top: 36px;
  padding-top: 36px;
}
.site-footer #menu-rodape .nav-link {
  font-size: 16px;
  cursor: default;
}
.site-footer #menu-rodape .menu-item-depth-0 .dropdown-toggle::after {
  display: none;
}
.site-footer #menu-rodape .dropdown-menu {
  display: block;
  background-color: transparent;
  position: static !important;
  transform: initial !important;
}
.site-footer #menu-rodape .dropdown-menu .menu-item {
  padding: 0;
  transition: opacity 0.2s ease;
}
.site-footer #menu-rodape .dropdown-menu .menu-item:hover {
  background-color: transparent;
  opacity: 0.7;
}
.site-footer #menu-rodape .dropdown-menu .menu-item .nav-link {
  color: #fff;
  cursor: pointer;
}
.site-footer #menu-rodape .item-newsletter .nav-link:hover {
  opacity: 1;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__item-form {
  padding: 0;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__item-form:hover {
  background: transparent;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__form {
  display: flex;
  gap: 10px;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__input:focus-visible,
.site-footer #menu-rodape .item-newsletter .item-newsletter__input:focus-within,
.site-footer #menu-rodape .item-newsletter .item-newsletter__input:active,
.site-footer #menu-rodape .item-newsletter .item-newsletter__input:focus,
.site-footer #menu-rodape .item-newsletter .item-newsletter__input {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}
.site-footer #menu-rodape .item-newsletter ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.site-footer #menu-rodape .item-newsletter ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__button {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.site-footer #menu-rodape .item-newsletter .item-newsletter__button:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .site-footer .footer-divider-child > *,
  .site-footer .footer-divider {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .site-footer .footer-rights {
    margin-top: -16px;
    padding-top: 0;
    border: none !important;
  }
}
/* 
:root {
    --meter-section-cl: #ddd;
    --pwd-str-cl-weak: #ff4d4d;
    --pwd-str-cl-medium: #ffd633;
    --pwd-str-cl-strong: #00b300;
    --pwd-str-cl-very-strong: #009900;
    --primary: #0d6efd;
    --primary-light: #cbe1ff;
}

// Logo, usado no totpo e no rodapé do site
.site-logo {
    max-width: 150px;
    height: auto;
}

// Medidor de força da senha
.password-meter {
    display: flex;
    height: 5px;
    margin-top: 10px;
}

.meter-section {
    flex: 1;
    background-color: var(--meter-section-cl);
}

.weak {
    background-color: var(--pwd-str-cl-weak);
}

.medium {
    background-color: var(--pwd-str-cl-medium);
}

.strong {
    background-color: var(--pwd-str-cl-strong);
}

.very-strong {
    background-color: var(--pwd-str-cl-very-strong);
}

// Sidebar

.terms-menu {
    .dropdown-toggle {
        outline: 0;
    }

    .btn-toggle,
    .parent-term-name {
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: var(--bs-emphasis-color);
        background-color: transparent;
        text-decoration: none;
    }
    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(var(--bs-emphasis-color-rgb), 0.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 0.35s ease;
        transform-origin: 0.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), 0.85);
    }
    .btn-toggle[aria-expanded="true"]::before {
        transform: rotate(90deg);
    }

    .btn-toggle-nav a {
        padding: 0.1875rem 0.5rem;
        margin-top: 0.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;
    }

    .parent-term-name {
        padding-left: 0px;
    }

    .btn-toggle {
        // padding-right: 0;
    }
}

// Image input upload
.image-preview {
    max-width: 100px;
    max-height: 100px;
}

// Tabelas
.sort-table {
    .sort {
        &.asc,
        &.desc {
            background-color: var(--primary-light);
        }
        &:hover {
            cursor: pointer;
        }
    }
}

.pagination {
    .page-link {
        cursor: pointer;
    }
}

.nav-user-icon {
    position: relative;
    .nav-user-icon-alert {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-1.25em, 0);
        font-size: 0.6em;
    }
}

// Listagem de termos seguidos

.child-term {
    text-indent: 1em;
    .parent-term-name {
        font-size: 0.75em;
    }
}

// Gráfico de Barras

.wt-bars-graph {
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    height: 60px;
    gap: 2px;
    margin-inline: 10px;
    .bar {
        display: block;
        width: 10%;
        background-color: silver;
    }
}

// Dual Range Slider

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;

    .sliders_control {
        position: relative;
        min-height: 30px;
    }

    .form_control {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #c6c6c6;
        cursor: pointer;
    }

    input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #c6c6c6;
        cursor: pointer;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #f7f7f7;
    }

    input[type="range"]::-webkit-slider-thumb:active {
        box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
        -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        opacity: 1;
    }

    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: #c6c6c6;
        pointer-events: none;
    }

    #fromSlider {
        height: 0;
        z-index: 1;
    }
}

// Charts.js

.chart-wrapper {
    display: block;
    width: 100%;
}
     */

/*# sourceMappingURL=wantyee.css.map */
