.relacionados-home {
  display: block;
  height: auto;
  width: auto;
  overflow: hidden;
  margin-top: 30px;
}
.relacionados-home a {
 /* width: 25%;
  float: left;*/
  height: auto;
  overflow: hidden;
  text-align: center;
}
.relacionados-home a img {
  display: block;
  margin: 0 auto; 
  max-width: 100%;
}
.relacionados-home a.ases {
  background: #00abee
}
.relacionados-home a.boxes {
  background: #004080
}
.relacionados-home a.guia {
  background: #16d9d2
}
.relacionados-home a.servi {
  background: #aa2592
}
.relacionados-home .owl-prev {
  background: url("assets/nav-prev.png") center center no-repeat;
  position: absolute;
  width: 20px;
  height: 32px;
  top: 50%;
  left: 10px;
  margin: -16px 0 0 0;
  z-index: 9;
  display: block;
  text-indent: -99999px;
}
.relacionados-home .owl-next {
  background: url("assets/nav-next.png") center center no-repeat;
  position: absolute;
  width: 20px;
  height: 32px;
  top: 50%;
  right: 10px;
  margin: -16px 0 0 0;
  z-index: 9;
  display: block;
  text-indent: -99999px;
}
/********************************/
@media (min-width: 1024px) { 
  .relacionados-home .owl-prev,
  .relacionados-home .owl-next {
    display: none !important;
  }
  .relacionados-home:hover .owl-prev,
  .relacionados-home:hover .owl-next {
    display: block !important;
  }
}
@media (max-width: 1023px) { 
  .relacionados-home .owl-prev,
  .relacionados-home .owl-next {
    background-size: 50%;
  }
}

@media (max-width: 767px) { 
  .relacionados-home a {
    width: 50%;
  }
  
}