/*
Custom Css
*/
/* Custom CSS para hacer el título del navbar responsivo */
.navbar-brand.logo {
    font-size: clamp(1.5rem, 5vw, 3rem) !important;
    font-weight: 500 !important; /* Mantener peso de fuente consistente */
}
