
.imglogo{
    max-width: 100%
   
}

.navbar {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}


.navbar-brand{
    max-width: 20%;
    margin-right: 20px;
    
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Esto crea el círculo */
    background-color: #007bff; /* Color de fondo, ej. azul primario */
    color: white; /* Color del texto */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.border-bottom{
    border-bottom: 3px solid #d6d5d5 !important;
}

#menuNavbar{
    width: 100%;
}

.card-img {
  width: 100%;
  height: 100vh;        
  object-fit: cover;    
  display: block;
  margin: 0;            
  padding: 0;           
}


@media(min-width:768px){
    .imglogo{
        max-width: 30%;
    }
}