/*!
 * Clases pertenecientes al elemento menu.
 *
 * @author Claudio Lopez - tinet
 * @version 1.0
 */

 .menu-desktop {
	display: none;
	background: #F0F4F7;
	min-height: 100vh;
	padding: 0;
}
.menu-mobile {
	background: #FFFFFF;
	display: block;
	-webkit-box-shadow: 0px 9px 17px -4px rgba(74,114,136,0.64);
	-moz-box-shadow: 0px 9px 17px -4px rgba(74,114,136,0.64);
	box-shadow: 0px 9px 17px -4px rgba(74,114,136,0.64);
	position: fixed;
	width: 100vw;
	z-index: 99;
}
.widget {
	margin-top: 150px;
	overflow-x: hidden;
}
.widget-doc {
	margin-top: 80px;
	overflow-x: hidden;
}
body {
	overflow-y: hidden;
}
@media (min-width: 576px) {
	body {
		overflow-y: auto;
	}
    .menu-desktop {
			display: block;
    }
		.menu-mobile {
			display: none;
		}
		.widget, .widget-doc {
			margin-top: 0;
		}
}
.menu-mobile .img-header {
	padding: 27px 34px; 
}
.menu-mobile ul {
	width: 100%;
	height: 64px;
	margin-bottom: 0;
	list-style: none;
	background: #FFFFFF;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}
.menu-mobile li {
	list-style-type: none;
	width: 20px;
	height: 24px;
	padding: 20px 10px;
	display: inline;
	flex-direction: row;
	align-items: center;
	background: #F0F4F7;
	border: 1px solid #FFFFFF;
}
.menu-mobile li:last-child {
	border-right: 2px solid #FFFFFF;
}
.menu-mobile .active {
	background: transparent;
	padding: 16px 16px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.014em;
	color: #004A75;
}
.menu-mobile .welcome {
	padding-right: calc(100vw - 310px);
}
.menu-mobile .legal-representative {
	padding-right: calc(100vw - 390px);
}
.menu-mobile .business {
	padding-right: calc(100vw - 340px);
}
.menu-mobile .signature {
	padding-right: calc(100vw - 350px);
}
.menu-mobile .complete {
	background: #E3F4D9;
}
.menu-mobile .active span {
	padding-left: 10px;
}
.menu-mobile li img {
	height: 24px;
}
.menu-fix {
	position: fixed;
  width: 380px;
}
.nav-lv {
	margin-top: 80px;
}
.nav-lv ul {
	width: 100%;
	padding: 0;
}
.nav-lv li {
	list-style-type: none;
	min-height: 72px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 24px;
}
.nav-lv li span {
	padding-left: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #9BB5C0;
}
.pj-item-d span, .pj-item span {
	padding-left: 16px !important;
}
.nav-lv img:last-of-type {
	position: absolute;
	right: 16px;
}
.nav-lv img:first-of-type {
	position: relative;
	right: auto;
}
.nav-lv .active {
	background: #FFFFFF;
}
.nav-lv .active span {
	color: #004A75 !important;
}
.widget-frame, .widget-frame-doc {
	min-height: 100vh;
	background: #FFFFFF;
	overflow-x: none;
}
@media (max-width: 576px) {
	.widget-frame {
		min-height: calc(100vh - 200px);
		height: calc(100vh - 200px);
		overflow-y: auto;
	}
	.widget-frame-doc {
		min-height: calc(100vh - 130px);
		height: calc(100vh - 130px);
		overflow-y: auto;
	}
}
.pj-item {
	width: 100%;
	position: absolute;
	margin-top: -120px;
}
.pj-item img:last-of-type {
	right: 40px !important;
}
@media not all and (min-resolution:.001dpcm) { @media {
	.pj-item {
		margin-top: -60px;
	}
}}
.sub-ul {
	margin-top: 60px;
	padding-left: 50px !important;
	display: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sub-ul li {
	min-height: 40px;
	display: flex;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #9BB5C0;
}
.sub-ul .sub-active {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #004A75;
}
.display-block {
	display: block !important;
}
.sub-menu {
	max-width: 140px;
	margin-top: 12px;
  margin-left: 160px;
	position: absolute;
	z-index: 9;
	display: none;
}
.active-sub-menu {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #004A75;
	margin-top: 0;
}
.active-pj {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.014em;
	color: #004A75;
}
.white {
	color: #FFFFFF;
}
.content-section {
	max-width: 100%;
}
.click {
	cursor: pointer;
}
@media screen and (device-aspect-ratio: 375/667) {
  .widget-frame {
		min-height: calc(100vh - 200px);
		height: calc(100vh - 200px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 130px);
		height: calc(100vh - 130px);
	}
}
/* iPhone 12 Mini */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
/* iPhone 12 and iPhone 12 Pro */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
/* iPhone 12 Pro Max */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
/* iPhone 11 */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
/* iPhone 11 Pro */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
/* iPhone 11 Pro Max */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
  .widget-frame {
		min-height: calc(100vh - 240px);
		height: calc(100vh - 240px);
	}
	.widget-frame-doc {
		min-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
		overflow-y: auto;
	}
	.widget {
		padding-top: 50px;
	}
}
