/* xl - DESKTOP STYLES */
/*
.vp-portfolio__item-img-wrap {
    height: 300px;
}
*/
.vp-portfolio__item-meta-title {
  font-weight: 300 !important;
  letter-spading: 0.5px !important;
}
header .ast-container, header .ast-container-fluid {
  padding: 0;
}
.single-portfolio .ast-single-post-featured-section {
  display: none;
}
.link-decorado {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none !important;
}
.link-decorado::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d6b793;
  transition: width 0.3s ease;
}
.link-decorado:hover::after {
  width: calc(100% + 20px);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F318-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%22%7D */