.img-profile{
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}
.no-img-profile{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1334a0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: var(--theme);
}
.navbar-toggler-icon{
    display: inline;
    color: var(--theme);
}
button:focus {
    outline: 1px solid #ffffff40;
}
.buscador-navbar input{
    font-size: 14px;
    border-radius: var(--radius-md, 10px);
    min-width: 230px;
    border: none;
}
.buscador-navbar .input-group-append .btn{
    border: none;
    border-top-right-radius: var(--radius-md, 10px);
    border-bottom-right-radius: var(--radius-md, 10px);
}