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;
}

.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 .single-anuncios__buybox #show-contact {
  display: none;
}
.single-anuncios .single-anuncios__buybox #show-contact:checked ~ .btn-interested {
  display: none;
}
.single-anuncios .single-anuncios__buybox #show-contact ~ .table-contact {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
}
.single-anuncios .single-anuncios__buybox #show-contact:checked ~ .table-contact {
  visibility: visible;
  opacity: 1;
  position: inherit;
}
.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;
}

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