
.avatar {
    position: relative;
    display: inline-block;
  }

  .avatar img {
    width: 50px; /* Ajusta el tamaño de la imagen según tus necesidades */
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
  }

  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    list-style-type: none;
  }

  .menu li {
    margin-bottom: 5px;
  }

  .menu li a {
    color: #333;
    text-decoration: none;
  }

  .menu li a:hover {
    text-decoration: underline;
  }

 .avatarMenu {
    background: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 2px;
 }
 
 .inputH {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
 }
 
 .containerH {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#fh5co-menu-wrap {
	display: flex;
	align-items: center;
}

#fh5co-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#fh5co-primary-menu li {
	margin-right: 20px;
}

#menu-toggle {
	display: none;
	border: none;
	border-radius: 15%;
}

@media ( max-width : 1200px) {
	.container {
		justify-content: flex-start;
	}
	#fh5co-menu-wrap {
		margin-left: auto;
	}
	#fh5co-primary-menu {
		display: none;
	}
	#menu-toggle {
		display: block;
	}	
	#fotoComentarioDiv {
		display: none;
	}
}

/* Establece el ancho del menú para que ocupe todo el ancho de la pantalla */
#navMenuDes {
	width: 100%;
	padding: 20px;
	background-color: #f1f1f1;
}

/* Estiliza la lista ul */
.menuDes {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

/* Estiliza los elementos li de la lista */
.menuDes li {
	display: inline-block;
}

/* Estiliza los enlaces dentro de los elementos li */
.menuDes li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
}

/* Cambia el color de fondo al pasar el mouse por encima de los elementos */
.menu li a:hover {
	background-color: #ccc;
}

#avatar-menu-movil {
	width: 100%;	
    background-color: #f1f1f1;
}
