/* Estilos para navegación y layout de la sección de portfolio */
body {
  overflow-x: hidden;
}

.portfolio-page header.fixed nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .portfolio-page header.fixed nav .flex-col.sm\:flex-row {
    width: auto;
    justify-content: flex-end !important;
    margin-right: 2rem;
  }
  .portfolio-page header.fixed nav {
    justify-content: flex-end !important;
  }
}
