/* Estilos para favicon circular */
.favicon-circular {
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

/* Estilos para mostrar logos circulares en la página */
.circular-logo {
  border-radius: 50% !important;
  width: 40px;
  height: 60px;
  object-fit: cover;
}

.navbar-logo img {
  border-radius: 50% !important;
  object-fit: cover;
  
}

.navbar-brand img {
  border-radius: 50% !important;
  object-fit: cover;
}