.relacionados h3{
  margin-bottom: 10px!important;
  padding-bottom: 15px!important;
  border-bottom: solid 1px #9a9a9a;
  width: 100%;
  color: #00003a;
  font-size: 30px!important;
  display: block;
}
.posts-relacionados li{
  width: 100%;
  max-width: 270px;
  padding: 0 15px;
}
.posts-relacionados li:before{
  display: none!important;
}
.posts-relacionados img{
  width: 100%;
  max-width: 237px;
  height: auto;
  max-height: 158px;
  border: solid 1px #bbbbbb;
}
.posts-relacionados a{
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #00003a;
  font-size: 20px;
}
.posts-relacionados li:hover a{
  text-decoration: underline;
}
.posts-relacionados .owl-nav{
  position: absolute;
  top: -61px;
  right: 5px;
  display: flex;
  justify-content: space-between;
  width: 72px;
}
.posts-relacionados .owl-nav .owl-prev, .posts-relacionados .owl-nav .owl-next{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #3b5bd3;
  background: #fff;
  font-size: 14px;
  border-bottom: solid 3px #bdbdbd;
  transition: all .5s linear;
  justify-content: center;
}
.posts-relacionados .owl-nav .owl-prev:before{
  content: '\f053';
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
}
.posts-relacionados .owl-nav .owl-next:before{
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
}
.posts-relacionados .owl-nav .owl-prev:hover, .posts-relacionados .owl-nav .owl-next:hover{
  color: #fff;
  background: #199e8f;
}
