/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2026 | 08:48:11 */
.rotated-text {
  display: inline-block; /* necesario para que funcione la rotación en texto */
  transform: rotate(-5deg);
}
