.publicaciones-destacadas .container-fluid .row .col-12 {
  padding-right: 0px;
}
.publicaciones-destacadas h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.publicaciones-destacadas h2 {
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.publicaciones-destacadas .little-busco {
  color: #778899;
  margin-bottom: 5px;
}

.owl-carousel {
  margin-bottom: 25px;
}
.owl-carousel .item {
  padding-bottom: 10px;
}
.owl-carousel .item.result-box {
  cursor: pointer;
}
.owl-carousel .item .box {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  min-height: 315px;
}
.owl-carousel .item .box .image-container {
  position: relative;
}
.owl-carousel .item .box .image-container .wanted-hook {
  right: 0px;
  bottom: 20px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  background-color: #ff9800;
  color: white;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
}
.owl-carousel .item .box .image-container .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
}
.owl-carousel .item .box .content-container {
  padding: 20px 15px 15px;
  box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .item .box .content-container h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.owl-carousel .item .box .content-container h2 a {
  color: #ffc107;
}
.owl-carousel .item .box .content-container h2 a:hover {
  text-decoration: none;
}
.owl-carousel .item .box .content-container p {
  font-size: 15px;
}
.owl-carousel .item .box .content-container .cantidad {
  margin-top: 0px;
  border-radius: 15px;
  border: 1px solid #ffc107;
  padding: 5px 10px;
  width: auto;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
.owl-carousel .item .box .content-container .cantidad span {
  color: #eeb407;
  font-weight: bold;
}