.otros-prod {
  display: block;
  overflow: hidden;
  clear: both;
  border-top:  solid 3px #e1e1e1;
  border-bottom:  solid 3px #e1e1e1;
  margin: 0 15px;
}
.otros-prod h4 {
  font-size: 17px;
  line-height: 23px;
  color: #999;
  font-weight: 400;
  font-family: "din-black";
  display: block;
  padding: 20px 0 20px 0;
}
.otros-prod .prod {
  display: block;
  overflow: hidden;
  width: auto;
  padding: 0 0 20px 0;
}
.otros-prod .prod .img {
  float: left;
  width: 25%;
}
.otros-prod .prod .img img {
  max-width: 100%;
  display: block;
}
.otros-prod .prod .txt {
  display: block;
  width: auto;
}
.otros-prod .prod .txt a {
  font-size: 15px;
  line-height: 23px;
  color: #48b4e7;
  display: block;
  margin-bottom: 10px;
  font-family: "din-black";
  font-weight: 400;
}
.otros-prod .prod .txt p {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-family: "din-regular"
}
.pub {
  padding: 0 15px 25px;
}
.pub img {
  display: block;
  max-width: 100%;
}
/*****/
.destacado-boxes {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  width: auto;
  padding: 0 15px;
  overflow: hidden;
  height: 150px;
}
.destacado-boxes img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: -50px auto 0 auto;
}
.destacado-boxes .info {
  position: absolute;
  width: 174px;
  height: auto;
  background: rgba(26,43,92,0.83);
  top: 0;
  left: 50%;
  margin: 0 0 0 -87px;
  z-index: 2;
}
.destacado-boxes .info h5 {
  color: #fff;
  font-family: "din-black";
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
}
.destacado-boxes .info p {
  color: #fff;
  font-family: "din-regular";
  font-weight: 400;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 15px;
  line-height: 17px;
  padding: 0 20px 20px 20px;
}


@media (max-width: 1023px) {
  .otros-prod .prod .img,
  .otros-prod .prod .txt p {
    display: none;
  }
  .otros-prod .prod {
    padding: 10px 0;
  }
  .otros-prod .prod .txt a {
    margin-bottom: 0;
  }
  .otros-prod .prod .txt {
    float: none;
    width: auto;
    margin-left: 0;
    display: block;
  }
}
