.id-content {
  margin-bottom: 14px;
}
.id-content .container {
  background: #fafafa;
  border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
  text-align: center;
}
h1 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  text-transform: uppercase;
}
h1 span {
  color: #BDD32B;
}
h2 {
  font-size: 12px;
  text-transform: uppercase;
}




.gif {
        margin-top: -17px;
  max-width: 520px;
  width: 40%;
}
.returnLink {
  background: #BDD32B;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 42px;
  margin-top: 10px;
  padding: 14px;
  text-transform: uppercase;
  text-decoration: none;
  width: 200px;
}
.returnLink:hover {
  background: #333;
  color: #fff;
}
.mosaic {
  opacity: 0;
}
.mosaic .item .overlay {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity ease .2s;
}
.overlay .button {
  background: #000;
  /*border: 1px solid #eee;*/
  color: #eee;
  margin: auto;
  margin-top: 60%;
  padding: 10px;
  text-transform: uppercase;
  width: 120px;
}
.overlay .button:hover {
  background: #222;
}
.mosaic .item:hover .overlay {
  opacity: 1;
}
.mosaic .item-content {
  background: #efefef;
  border-radius: 2px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  display: block;
  margin-bottom: 14px;
  padding: 4px;
  padding-bottom: 14px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.item-content.call {
  background: #fff;
}
.item-content .call-icon {
  display: none;
}
.item-content .discount {
  color: #bdd500;
  font-size: 0;
}
.item-content .discount .text {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  width: 20px;
}
.item-content .discount .number {
  display: inline-block;
  letter-spacing: -8px;
  font-size: 90px;
  text-align: left;
  width: 96px;
}
.item-content .discount .symbol {
  font-size: 10px;
  width: 20px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.item-content .discount .symbol b {
  font-size: 16px;
  font-weight: normal;
}
.item-content .title {
  /*font-size: 16px;*/
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
}
.mosaic .dynprice-main-price {
  font-weight: bold;
}
.mosaic .dynprice-main-price .dynprice-currency {
  font-size: 14px;
  margin-right: 4px;
}
.mosaic .product-discount {
  background: #FC0D1B;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 36px;
  left: 8px;
  color: #fff;
  font-weight: bold;
  padding-left: 6px;
  position: absolute;
  top: 16px;
  width: 84px;
  z-index: 1;
}
.mosaic .product-discount:after {
  content: '';
  left: 0px;
  top: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: #A60D1A #A60D1A transparent transparent;
  position: absolute;
}
.product-discount .discount-qty {
  font-size: 25px;
  float: left;
  line-height: 36px;
  margin-right: 4px;
}
.product-discount .discount-icon {
      display: block;
    float: left;
    margin-top: 7px;
    text-align: left;
    font-size: 12px;
    line-height: 11px;
}
.mosaic .product-image {
  margin-bottom: 8px;
}
.mosaic .product-brand {
  font-size: 15px;
}
.mosaic .product-name {
  color: #666;
}
.precio-normal:before {
  content: 'Normal ';
}

.precio-internet {
  /*display:none;*/
}
.precio-internet:before {
  content: 'Internet ';
}
.dynprice-main-price {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  display:block !important;
}
.dynprice-main-price:before {
  content: '';
}
.CMR:before {
  background: url('../_includes/img/ico-ou.png') left top no-repeat;
  background-size: 19px;
  display: inline-block;
  height: 27px;
  margin-right: 4px;
  width: 19px;
}




.mosaic img {
  width: 100%;
}

.sf-menubar {
  /*background: #000;*/
}


@media (max-width: 850px) {
 .gif {
    margin-top: 13px;
    max-width: 520px;
    width: 80%;}
}
