header {
	width: 100%;
	height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: flex-start;
	position: relative;
	background-image: url(/img/patineta/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-icon-menu {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#btn-menu {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease all 0.2s;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
	border-radius: 50%;
	background-color: #ffffff;
}

#content-menu {
	display: none;
	transition: ease all 0.2s;
}

#content-menu.active {
	width: 80%;
	height: 100vh;
	background-color: #f2f2f4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0px;
	z-index: 100;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
	overflow: auto;
}

#cortina-header {
	display: none;
}

#cortina-header.active {
	width: 100%;
	height: 100vh;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.32);
	z-index: 1;
	display: block;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#content-menu > div {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: ease all 0.3s;
}

#content-info-user-h {
	padding: 20px;
	display: flex;
	flex-direction: column !important;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #8a8a8a;
}

#content-info-user-h > div:first-child {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

#content-info-user-h > div:first-child img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	/* border-radius: 50%; */
}

#content-info-user-h > div:last-child {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	align-items: center;
}

#content-info-user-h > div:last-child h4 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #0c6e31;
}

#content-info-user-h > div:last-child span {
	font-size: 13px;
	margin: 5px 0px;
	color: #8a8a8a;
}

#content-info-user-h > div:last-child p {
	font-size: 13px;
	font-weight: lighter;
	color: #8a8a8a;
}

#content-menus {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start !important;
	padding: 20px 0px;
	border-bottom: 1px solid #8a8a8a;
}

#content-menus > a {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center !important;
	padding: 10px 4px !important;
	margin-bottom: 5px;
}

#content-menus > a:last-child {
}

#content-menus > a:nth-child(2) p {
	color: #0c6e31;
	font-family: "ubuntu-bold";
	line-height: 16px;
	width: 100%;
}

#content-menus > a:hover {
	background-color: #e2e2e2;
	border-radius: 15px;
}

#content-menus > a > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center !important;
}

#content-menus > a > div > svg {
	width: 30px;
}

#content-menus > a > div > p {
	width: 100%;
	margin: 0px;
	margin-left: 10px;
	color: #8a8a8a;
}

#content-contact {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #1590d3 !important;
	padding: 20px 15px;
}

#content-contact > h5 {
	width: 100%;
	text-align: start;
	color: #8a8a8a;
	padding-bottom: 10px;
	font-size: 20px;
}

#content-contact > a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #8a8a8a;
	margin-bottom: 10px;
	font-weight: 500;
	word-break: break-all;
	font-size: 11px;
}

#contetn-btn-salir {
	width: 100%;
	display: flex;
	justify-content: center !important;
	align-items: flex-start !important;
	padding: 10px 15px;
}

#contetn-btn-salir > a {
	width: 100%;
	display: flex;
	justify-content: flex-start !important;
	align-items: center !important;
	color: red;
}

#btn-go-back {
	margin: 0px 20px;
}

#content-icon-menu h2 {
	color: #ffffff;
	font-size: 18px;
	font-family: "ubuntu-regular";
}

@media screen and (min-width: 992px) {
	#cortina-header.active {
		width: 500px;
		height: 800px;
		border-radius: 20px;
	}

	#content-menu.active {
		width: 70%;
		height: 800px;
		overflow: auto;
	}
}
