@CHARSET "ISO-8859-1";
.tag_consig {
  position: absolute;
  /*left: -10%; top: -10%;*/
  z-index: 1;
  overflow: hidden;
  width: 100%; height: 100%;
  text-align: right;
}
.tag_consig span {
  /*font-size: 100%;*/
  /*line-height: 120%;*/
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  /*line-height: 32px;*/
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 190px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: relative;
  top: 40px; left: -39px;
}
.tag_consig span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.tag_consig span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.vendido {
 background-color: rgba(255, 0, 0, 1);
 color: #FFF;
 font-size: 3em;
 letter-spacing: .3em;
 line-height: 1.5em;
 margin-bottom: -2em;
 padding: 10px;
 position: relative;
 top: -4.5em;
 text-align: center;
 -webkit-transform: rotate(-33deg);
 transform: rotate(-33deg);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
 z-index: 1;
 width: 50%;
 margin: 0 0 auto;
}

.tag_vendido {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  text-align: right;
}
.tag_vendido span {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  width: 100%;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
}

a[href^="tel:"]:before:not(.not-icon) {
    content: "\260E";
    display: inline;
    margin-right: 0.5em;
}