/* xl - DESKTOP STYLES */
.show {
  opacity: 1;
  transition: 0.4s ease;
}
.barra::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-image: url("/wp-content/uploads/2026/03/Line-2.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 15px;
  left: 0px;
}
.hide {
  opacity: 0;
  transition: 0.4s ease;
}
.bold span {
  color: #5C3C5A !important;
  font-family: "Momo Trust Sans" !important;
  font-size: 23px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 110% !important;
  padding-left: 60px;
}
/*# 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%2F280-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */