.main-menu{
  position:relative;
}

#menu_smartphone {
  height:425px;
  position:fixed;
  background:#ffffff;
  bottom:0;
  left:-660px;
  top:50px;
  width:250px;
  z-index:10;
} 
#menu_smartphone ul {
  margin:0;
  list-style:none;
  color:#004694;
  border:5px solid #004694;
  /*padding:10px 0;*/
  border-top:none;
}
#menu_smartphone ul li{
  border-bottom:1px solid #004694;
}
#menu_smartphone ul li:last-child{
  border-bottom:none;
}
#menu_smartphone ul li a {
  color:#004694;
  background-color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  font-family: 'Montserrat-medium', sans-serif;
  display:block;
  width:100%;
  padding:15px 10px;
  position:relative;
}
#menu_smartphone ul li a:active{
  background-color:#004694;
  color:#FFF;
}
#menu_smartphone ul li a.ico-star::before{
  content:'0';
  position:absolute;
  color:#FFF;
  left: 37px;
  font-size: 9px;
  top: 14px;
}
#menu_smartphone ul li a i{
  margin-right:10px;
  font-weight:600;
  width:30px;
}
#menu_smartphone ul li a i::before{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top
{
  height:50px;
  position: fixed;
  top: 0px;
  width: 100%;
  line-height: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto';
  padding-left: 20px;
  z-index:9999;
}
#grey_back {
  display:none;
  background-color:#000000;
  opacity:0.5;
  width:100%;
  height:100%;
  z-index:10;
  position:fixed;
  top:50px;
}
.menu_btn
{
  cursor: pointer;
  left:0px;
  margin-top:15px;
  display:block;
  width:22px;
  height:22px;
  text-align:center;
}
.menu_btn i{
  position:absolute;
  left:20px;
  font-size:22px;
  color:#004694;
}
.user-perfil{
  background-image:url("../img_app/patter-fondo-azul.svg");
  background-size:150px;
  padding:10px 0 20px 0;
}
.user-perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  text-decoration:none;
}
.user-perfil .user-image img{
  width:100px;
}
.user-perfil .user-name h4{
  margin:0;
  color:#FFF;
  font-family: Montserrat-bold;
}
.user-perfil  .user-id p{
  color:#FFF;
  margin-bottom:0;
  font-size:12px;
}

.user-image img {
	border-radius: 50%;
}

/* Barra superior azul (app) */
#top-bar.tmtl-app-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	background-color: #004694;
	border-bottom: none;
	box-shadow: 0 1px 0 #003366, 0 2px 8px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 12px;
	z-index: 10050;
	box-sizing: border-box;
}

body.tmtl-has-app-topbar {
	padding-top: 0;
}

body.tmtl-has-app-topbar #mk-boxed-layout {
	padding-top: 45px;
	margin-top: 0;
	box-sizing: border-box;
}

body.tmtl-has-app-topbar .page > header {
	display: none;
}

.tmtl-app-top-bar .tmtl-hamburger-toggle {
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	flex-shrink: 0;
}

.tmtl-app-top-bar .tmtl-hamburger-toggle span {
	display: block;
	width: 22px;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
}

.tmtl-app-top-bar-title {
	font-size: 15px;
	margin: 0 0 0 12px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Montserrat-medium', sans-serif;
	letter-spacing: 0.3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.tmtl-has-app-topbar #hamburger-menu.tmtl-app-side-menu {
	top: 45px;
	height: calc(100% - 45px);
}

body.tmtl-has-app-topbar .tmtl-menu-overlay {
	top: 45px;
}

body.tmtl-has-app-topbar .page [class*='container'] {
	padding-top: 16px;
	margin-top: 0;
}

#hamburger-menu.tmtl-app-side-menu {
	position: fixed;
	top: 45px;
	left: -280px;
	width: 260px;
	max-width: 85vw;
	height: calc(100% - 45px);
	background-color: #004694;
	border-right: 1px solid #003366;
	padding: 12px 14px 20px;
	box-shadow: 4px 0 16px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	transition: left 0.3s ease;
	z-index: 10045;
	box-sizing: border-box;
}

#hamburger-menu.tmtl-app-side-menu.open {
	left: 0;
}

.tmtl-close-menu-btn {
	display: block;
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	text-align: right;
	cursor: pointer;
}

#hamburger-menu .hamburger-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 3px solid #ffffff;
}

#hamburger-menu .hamburger-nav > li {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#hamburger-menu .hamburger-nav > li:last-child {
	border-bottom: none;
}

#hamburger-menu .hamburger-nav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat-medium', sans-serif;
	display: flex;
	align-items: center;
	padding: 14px 10px;
	background-color: #004694;
}

#hamburger-menu .hamburger-nav a:active,
#hamburger-menu .hamburger-nav a:hover {
	background-color: #003366;
	color: #ffffff;
}

#hamburger-menu .hamburger-nav a i {
	margin-right: 10px;
	width: 24px;
	text-align: center;
	color: #ffffff;
}

.tmtl-menu-overlay {
	display: none;
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 10040;
}

.tmtl-menu-overlay.visible {
	display: block;
}
