.general-msg {
  max-width: 70%;
  padding: 0 1.5rem;
}

.modal-message {
  position: relative;
  overflow: hidden;
}

#modal_tag_destacar {
  margin-top: 1rem;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.container-loader.active {
  z-index: 3;
}

.form-filtro-container {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.form-filtro-container .form-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row;
  margin-top: 1.5rem;
}
.form-filtro-container .form-title img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.form-filtro-container .form-filtro-anuncios {
  width: 100%;
  max-width: unset;
  margin: 1rem 0 0;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox],
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio] {
  display: none;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-default,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-default {
  background-color: #333333;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-warning,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-warning {
  background-color: #dbc502;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-success,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-success {
  background-color: #00994e;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-info,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-info {
  background-color: #00c1da;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-danger,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-danger {
  background-color: #ff0000;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=checkbox]:checked + label.label-tag-hover-pink,
.form-filtro-container .form-filtro-anuncios .form-tags-group input[type=radio]:checked + label.label-tag-hover-pink {
  background-color: #e83687;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-default {
  background-color: #333333;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-warning {
  background-color: #dbc502;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-success {
  background-color: #00994e;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-info {
  background-color: #00c1da;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-danger {
  background-color: #ff0000;
}
.form-filtro-container .form-filtro-anuncios .form-tags-group label:hover.label-tag-hover-pink {
  background-color: #e83687;
}
.form-filtro-container .form-filtro-anuncios .btn_primary {
  padding: 10px;
  margin-bottom: 1rem;
}

.form-divisor-line {
  width: 90%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto 1rem;
  border: 1px solid #fec4b0;
}

.parent-container {
  width: 100%;
  max-width: 1340px;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.parent-container.loading {
  overflow: hidden;
}

.post-list {
  width: 100%;
  max-width: 1340px;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.post-list-container {
  width: 100%;
  max-width: 1340px;
  min-height: 340px;
  height: auto;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.post-list-container.loading {
  max-height: 340px;
  overflow: hidden;
}
.post-list .information {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 900;
  color: #333333;
  text-align: center;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.post-list .information img {
  width: 1.2rem;
  margin-right: 5px;
}
.post-list .post-item {
  width: 100%;
  max-width: 650px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.2);
  overflow: visible !important;
  background: #fff;
}
.post-list .post-item.featured .post-footer a,
.post-list .post-item.featured .post-footer button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #e83687;
  width: 100%;
  border: none;
  padding: 16px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #e1e5ee;
}
.post-list .post-body {
  display: flex;
  height: auto;
  min-height: 260px;
  max-height: 360px;
  align-items: center;
  overflow: visible;
  position: relative;
}
.post-list .post-body .img-content {
  width: 195px;
  height: 100%;
  max-height: 350px;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.post-list .post-body .img-content picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-list .post-body .img-content .cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.post-list .post-body .content {
  width: 60%;
  padding: 30px 30px 24px 20px;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0 20px 0 0;
  margin: 0 55px 0 195px;
  position: relative;
}
.post-list .post-body .content > a {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  text-decoration: none;
  color: #e83687;
  font-weight: 600;
  opacity: 1;
  font-size: 0.7rem;
}
.post-list .post-body .content > a::after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #e83687;
  left: 15px;
  bottom: -5px;
  position: absolute;
  transform-origin: left;
  transition: width 0.5s ease-in-out;
}
.post-list .post-body .content > a img {
  width: 12px;
  margin-right: 2px;
}
.post-list .post-body .content > a:hover::after {
  width: calc(100% - 15px);
}
.post-list .post-body .content p {
  margin: 0 0 15px 0;
  cursor: pointer;
}
.post-list .post-body .content .phone-and-price {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-list .post-body .content .phone-and-price .ws_number {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.post-list .post-body .content .phone-and-price .ws_number span {
  margin-left: 8px;
}
.post-list .post-body .content .phone-and-price .ws_number,
.post-list .post-body .content .phone-and-price .price {
  font-weight: bold;
}
.post-list .post-body .content .tags {
  width: 100%;
  display: flex;
  margin: 0;
  flex-flow: row;
  flex-wrap: wrap;
}
.post-list .post-body .content .tags.states {
  padding-top: 0.5rem;
  border-top: 2px solid #fec4b0;
}
.post-list .post-body .content .tags:not(:last-of-type) {
  margin-top: 24px;
}
.post-list .post-body .content .tags .tag {
  margin-bottom: 0.5rem;
}
.post-list .post-body .content .tags .tag-title {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 5px;
  font-weight: 600;
}
.post-list .post-body .actions {
  width: 55px;
  display: flex;
  height: inherit;
  max-width: 65px;
  align-items: center;
  flex-direction: column;
  border-left: 2px #f6f6f6 solid;
  justify-content: space-around;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
.post-list .post-body .actions .action {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-list .post-body .actions .action img {
  width: 24px;
  height: 24px;
}
.post-list .post-body .actions .action:not(.action:last-child)::after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #fec4b0;
  left: -9px;
  bottom: -20px;
}
.post-list .post-body:hover {
  cursor: pointer;
}
.post-list .post-footer a,
.post-list .post-footer button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  border: none;
  padding: 16px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #e83687;
}
.post-list .post-footer a i,
.post-list .post-footer button i {
  margin-right: 10px;
}
.post-not-found {
  max-width: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border: 2px solid #e83687;
  border-radius: 15px;
  padding: 4rem 2rem;
  background: #fff;
  box-shadow: 0px 10px 20px -10px #95a1bb;
}
.post-not-found .medio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.post-not-found .medio .h2 {
  font-size: 1.65rem;
}
.post-not-found .medio .h2,
.post-not-found .medio .h3 {
  text-align: center;
}

@media screen and (max-width: 950px) {
  .general-msg {
    width: 90%;
    max-width: unset;
  }
}
@media screen and (min-width: 769px) {
  .post-list .post-body .img-content {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .post-not-found {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .post-list .post-item {
    overflow: hidden !important;
  }
  .post-list .post-body {
    display: block;
    height: unset;
    min-height: unset;
    max-height: unset;
    position: relative;
    overflow: hidden;
  }
  .post-list .post-body .img-content {
    float: left;
    position: absolute;
    width: 165px;
  }
  .post-list .post-body .content {
    width: calc(100% - 165px);
    margin-bottom: 51px;
    padding: 20px 15px;
    float: left;
    position: relative;
    margin-left: 165px;
    margin-right: 0;
  }
  .post-list .post-body .content > a {
    right: 15px;
  }
  .post-list .post-body .content .tags {
    margin: 12px 0 0 0;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .post-list .post-body .content .tags .tag {
    margin: 0 0.5rem 0.5rem 0;
  }
  .post-list .post-body .actions {
    width: calc(100% - 165px);
    max-width: unset;
    height: 20%;
    position: absolute;
    bottom: 5px;
    right: 0;
    top: unset;
    float: left;
    flex-flow: row !important;
    border-left: none;
    border-top: 2px #f6f6f6 solid;
  }
  .post-list .post-body .actions .action:not(.action:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .form-filtro-container .form-filtro-anuncios .form-tags-group {
    justify-content: center;
  }
  .post-list .post-item {
    overflow: hidden !important;
  }
  .post-list .post-body {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-flow: column;
    height: unset;
    min-height: unset;
    max-height: unset;
  }
  .post-list .post-body .img-content {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
  }
  .post-list .post-body .img-content .cover-img {
    width: 100%;
    min-height: auto;
  }
  .post-list .post-body .content {
    width: 100%;
    padding: 20px 20px 10px;
    flex-direction: column;
    margin: 0;
  }
  .post-list .post-body .actions {
    width: 100%;
    position: relative;
    max-width: unset;
    flex-direction: row;
    border-left: none;
    border-top: 2px #f6f6f6 solid;
    padding: 10px 20px 20px;
  }
  .post-list .post-body .actions .action:not(.action:last-child)::after {
    display: none;
  }
}
