/*******************************************************************************************************************************
	V3D Navigator
	v1.0.0

	Author: Mario A. Martinez Latorre
	License: COPYRIGHT (C) 2025 VÓRTICE 3D S.L.
*******************************************************************************************************************************/

 .v3d__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;list-style-type:none;margin:0;padding:0;width:100%}.v3d__nav *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v3d__nav li{display:inline-block}.v3d__nav a{text-decoration:none}