/* Navbar Main Styles */
.navbar {
    height: 100px;
}
.nav-link-red {
    color: #db3d30;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.nav-link-red:focus {
    color: #b43227;
}
.nav-link-red:hover {
    color: #b43227;
}
.btn-menu {
    transition: 0.2s ease-in;
}
.btn-menu:hover {
    color: black!important;
}
.btn-menu:focus {
    box-shadow: none;
}
.user-info {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    cursor: pointer;
}
.img-profile {
    cursor: pointer;
    border: 2px solid #db3d30;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}
#config-usuarios {
    width: fit-content;
}
.btn-logout:focus {
    box-shadow: none;
}
.bandera-icon {
    width: 1.5rem;
}

