/*---CSS Nav Lateral----foto Usuario---*/
* {
	margin: 0px;
	padding: 0px;
	
}

.profile_cont {
	width: 100%;
	height: 100px;
	
	display: flex;
	align-items: center;
	
}

.profile_cont img {
	margin-right: 0px;
}
.btn_photo{
	
	position: relative;
	width: 23px;
	height: 23px;
	border-radius: 10px;
	background-color: #fff;
	top: 20px;
	left: 75px;
	z-index: 3;
}
.items {
	width: 100%;
	height: 950px;
	
	background-color:  rgb(243, 244, 246);
	padding: 10px;
	
	
}

.img_txt {
	margin: 0;
	width: 100%;
	padding: 0;
	margin-top: 15px;
	
}
.img_txt span{
	font-weight: 300;
}

.img_txt a:hover {
	background-color: #FFFFFF;
	border-left: 5px solid rgb(28,101,140);
	
	
}

.btn_Dis {
	text-decoration: none;
} 
/*----------------------------------------*/
.side_menu items .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	font-size: 20px;
}
@media screen and (max-width: 700px) {
  .profile_cont  {
    width: 100%;
    height: auto;
    position: relative;
  }
 .profile_cont {float: left;}
  /*div.content {margin-left: 0;}*/
}
@media screen and (max-width: 400px) {
  .profile_cont {
    text-align: center;
    float: none;
  }
}

