/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 12:37:03 */
@media (min-width: 769px) {
  .vertical-text {
    transform: rotate(90deg);
    transform-origin: center; /* Gira desde el centro */
    display: inline-block;
    white-space: nowrap;
  }

  .vertical-text-container {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
    width: 100%;
  }
}
