@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Ubuntu-Bold';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/Ubuntu-Bold.woff);
}

* {
	box-sizing: border-box;
	font-family: 'Roboto';
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #000;
}

body{
	/*overflow:hidden;*/
}

html {
	scroll-behavior: smooth;
}

#dummy{
	visibility: hidden;
	width:100%;
	height:auto;
	position:absolute;
}

.banner-wrapper{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow:hidden;
}

.banner-img {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background-color: #EFEFEF;
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	transform: scale(3);
	filter:grayscale(1);
	opacity: 0;
}

.banner-transform {
	transition: scale 3s ease-in-out, transform 3s linear, filter 2s linear, background-size 2s linear, opacity 2.5s ease-in-out;
	transform: scale(1) !important;
	opacity: 1;
}


.banner-legend {
	opacity: 0;
	position:absolute;
	top:40%;
	width:100%;
	text-align:center;
}

.banner-legend-transform {
	transition: opacity 2.5s ease-in-out;
	opacity: .8;
}

.banner-text {
	text-shadow: 1px 1px #414141;
	font-weight: 600;
	color: #FFF;
	font-size: calc(10px + 5vw);
	text-transform: uppercase;
}

.banner-text span{
	font-family: 'Ubuntu-Bold' !important;
}

.banner-text > br{
	display: block;
	height:calc(10px + 2.5vh);
	content:"";
}

#banner-load{
	display:inline-block;
	position:fixed;
	left:calc( (100%/2) -   (150px / 2));
	top:calc( (100vh/2) - (150px / 2));
	width:150px;
}

.text-image-left {
	text-align: left;
}

.text-image-right {
	text-align: center;
}

.text-image-1 {
	top: 10px;
	left: 0px;
}

.text-image-2 {
	bottom: 10px;
	left: 0px;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}

.website {
	position: relative;
}

.header-scroll {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	padding: 10px !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.header-scroll #logo-allpa {
	height: 50px;
}

#header {
	position: fixed;
	top: 2%;
	left: 5%;
	padding: 20px;
	z-index: 1000;
	width: 90%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 1s linear;
}

.header-transform {
	opacity: 1 !important;
}

.menu-bar{
	margin-top: 10px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	float: right;
}

.allpamayo-background {
	width: 100%;
	height: auto;
}


.page {
	position: relative;
	z-index: 100;
	margin-top: 100vh;
}

.detail {
	position: relative;
	color: #202020;
	background-color: #EBEBEB;
}

.detail-header {
	padding: 50px 100px;
	text-align: center;
}

.detail-title {
	font-size: calc(2vw + 24px);
	text-align: center;
	color: #5D5D5D;
	font-weight: 600;
}

.detail-sub-title {
	font-size: calc(2vw + 12px);
	margin-left: 20px;
	margin-top: 5px;
	color: #414141;
}

.detail-modules {
	background-color: #E7E7E7;
	padding: 50px 10%;
}

.detail-app {
	display: inline-block;
	margin: 10px;
	text-align: center;
}

.detail-icon {
	color: #FFF;
	font-size: 25px !important;
	margin: 0 10px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
}

.detail-icon:before {
	line-height: 50px;
}

.detail-app-title {
	font-size: 12px;
	color: #3C3C3C;
	padding-top: 5px;
	display: inline-block;
}

.banner {
	margin-top: 65px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-image {
	height: 100vh;
	width: auto;
	position: relative;
}

.details-panel {
	padding: 2% 5%;
	text-align: center;
}

.section-container {
	margin: 20px;
	display: inline-block;
	width: 40%;
	background-color: #E3E3E3;
	border-radius: 5px;
	padding: 20px;
	vertical-align: top;
}

.section-content {
	display: inline-block;
	margin-left: 10px;
	width: calc(100% - 100px);
	text-align: left;
}

.section-title {
	font-size: 2em;
	padding: 5px 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #414141 !important;
}

.section-text {
	font-size: 17px;
	color: #414141;
	line-height:23px;
}

.section-icon {
	display:iinline-flex;
}

.svg-icon svg{
	width: 64px;
	height:64px;
}


.bg-1 svg{
	fill: #BAD45D;
}

.bg-2 svg{
	fill: #5FAD8F;
}

.bg-3 svg{
	fill: #63B8F2;
}

.bg-4 svg{
	fill: #F1C742;
}

.bg-5 svg{
	fill: #F5581E;
}

.bg-6 svg{
	fill: #647B8B;
}

.bg-7 svg{
	fill: #00808D;
}

.bg-8 svg{
	fill: #87A8D7;
}

.module-icon {
	background-color: #2080D0;
	height: 40px;
	width: 150px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	border-radius: 5px;
	margin: 10px;
}

.module-icon:before {
	font-size: 20px;
	line-height: 40px;
}

.footer {
	min-height: 150px;
	background-color: #202020;
	position: relative;
	z-index: 5;
	padding-top:15px;
}

.footer-links {
	padding-right: 20px;
	line-height: 25px;
}

.footer-panel {
	display: inline-block;
	width: calc(49%);
	vertical-align: top;
	padding-top: 25px;
	padding-left: 5%;
	padding-right: 5%;
}

.menu-line {
	margin: 5px 0px;
}

.footer-panel-right {
	text-align: right;
}

.footer-links a {
	color: #2080D0;
	font-size: 15px;
	text-decoration: none;
	margin-left: 10px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.quipu-screen-wrapper {
	text-align: center;
}

.quipu-screen {
	max-width: 800px;
	width: 90%;
	height: auto;
}

.button-try {
	margin-top: 25px;
	background-color: #DF0030;
	border: 0px;
	padding: 20px 25px;
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
}

#logo-allpa {
	height: 60px;
	width: auto;
	transition: transform 1s linear;
	transform: scale(.3) rotateX(180deg);
}

.logo-transform {
	transform: scale(1) !important;
}

.about-image {
	width: auto;
	height: 300px;
	background-image: url(src.do?n=innovative-solutions&t=jpg);
	background-size: cover;
	filter: grayscale(1);
	transition: filter 1.5s linear;
}

.about-image:hover {
	filter: grayscale(0);
}

.about-image-wrapper {
	position: relative;
}

.about-text {
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 1;
}

.about-detail-wrapper {
	position: relative;
}

.about-detail {
	padding: 2% 10%;
	background-color: #FFFFFF;
}

.about-detail-title {
	color: #202020;
	font-weight: 600;
	font-size: 16px;
}

.about-section-title {
	color: #414141;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
}


.about-detail-section {
	margin: 15px;
}

.footer-panel-right {
	float: right;
}

.footer-text{
	color:#FFF;
	font-size:15px;
	line-height:30px;
}

.footer-icon{
	color:#FFF;
	margin-right:5px;
}

.footer-icon:before{
	font-size:16px;
}

#mining{
	background-color:#FFF;
}

.detail-remarks{
	font-size: calc(2vw + 5px);
	text-align: center;
	color: #5D5D5D;
	font-weight: 600;
}


.details-panel .section-title{
	font-size:1.5em;
}





/*Large*/
@media screen and (min-width: 1200px){
	
	#banner{
		background-position:20% 0%;
	}

	
	.about-image{
		height:500px;
	}
	
	.text-image{
		font-size: calc(25px + 2.5vw);
	}
	
	.section-container{
		width:40%;
	}
	
	.panel-right{
		padding:10px
	}
	
	.details-panel{
		padding:2% 10px;
	}
}


/*Medium*/
@media screen and (max-width: 1200px){

	#banner{
		background-position:50% 0%;
	}
	
	.about-image{
		height:500px;
	}
	
	.section-container{
		width:40%;
	}
	
	.panel-right{
		padding:10px
	}
	
	.details-panel{
		padding:2% 10px;
	}
}



/*Small*/
@media screen and (max-width: 992px) {

	
	
	.details-panel{
		padding:2% 10px;
	}
	
	.section-container{
		width:90%;
	}
	
	.panel-left, .panel-right{
		display:block;
		width:100%;
	}
	
	.detail-header{
		padding:20px 5px;
	}
	
	.text-image-right{
		text-align:left;
	}
	
	.text-image{
		margin: 0px 10px;
		padding: 5px;
	}	
	
	.about-detail-wrapper{
		padding: 0px 5%;
	}
	
	.menu{
		margin:10px 0px;
	}
	
}



/*Extra small*/
@media  screen and (max-width : 768px) {

	#banner{
		background-position:80% 20%;
	}
	
	#header {
    	top: 0;
    	left: 0;
 	   width:100%;
	}
	
	.menu{
		float:none;
		padding-right: 0px; 
		text-align: center;
	}
	
	.about-image{
		height:300px;
	}
	
	#header-text{
		padding:10px;
		top:25vh;
	}
	
	#header{
		padding: 5px;
	}
	
	#header-banner-text{
		padding:0px;
	}
	
	.menu{
		margin:10px 0px;
	}
		
	.text-image-right {
		padding-top:25px;
    	text-align: left;
	}
	
	.footer-panel {
	    padding-left: 2%;
	    width: auto;
	    padding-top: 10px;
	}
	
	.detail-header {
    	padding: 20px 10px;
	}
	
	.button-try {
	    margin-top: 10px;
	    padding: 10px;
    	font-size: 20px;
	}
	
	.section-container {
    	margin: 10px 5px;
    	display: inline-block;
    	width:calc(100% - 10px);
	    padding: 10px;
	}
	
	.about-detail-wrapper{
		padding:0px 3%;
	}
	
	.about-detail{
		padding:10px;
	}
	
	.detail-icons{
		width:200px;
		margin:0 auto;
	}
	
	.text-image{
		font-size: calc(30px + 2.5vh);
	}
	
	
}

.menu-button{
	display:inline-block;
	color:#FFF;
}

.menu-close{
	float:right;
}

.menu-close > svg{
	width:20px;
	fill:#FFF;
	margin-top:-20px;
	margin-right:10px;
}

.menu-button > svg{
	width:25px;
	fill:#FFF;
}

.menu {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
	z-index:10000;
	padding:20px 0px;
	opacity:0;
	transition:opacity 3s ease-in-out;
}

.menu-transform{
	opacity:1;
}
	
.menu-item{
	display:block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px solid #FFF;
	margin-right: 0px;
	font-size:20px;
	margin-right: 20px;
	color: #FFF;
	text-decoration:none;
}

.menu-item:hover {
	/*color: #2080D0;*/
	text-decoration:underline;
}

/*.menu-item:hover *{
	color: #2080D0;
}*/

.menu-icon {
	cursor: pointer;
	margin-right:5px;
	display:inline-flex;
	height:20px;
	width:25px;
	justify-content:center;
	align-items:center;
	vertical-align:top;
}

.menu-icon svg{
	width:18px;
	height:18px;
	fill:#FFF;
}

.menu-text{
	display:inline;
	vertical-align:top;	
}


@media  screen and (min-width : 300px) {
	
}

@media screen and (min-width: 700px) {
	.menu {
		position:relative;
		background-color:transparent;
		display:block !important;
	}

	.menu .menu-item{
		display:inline;
		padding:0;
		text-align:left;
		border-bottom:0px solid #FFF;
		margin-right: 20px;
		font-size:16px;
	}
	

	.menu .menu-icon:before{
		font-size:18px;
	}
	
	.menu-button{
		display:none;
	}
	
	.menu-close{
		display:none;
	}
}


@media screen and (min-width: 900px){
	.menu {
		position:relative;
		background-color:transparent;
		display:block !important;
	}
	.menu .menu-item{
		display:inline;
		padding:0;
		text-align:left;
		border-bottom:0px solid #FFF;
		margin-right: 20px;
		font-size:16px;
	}
	.menu-button{
		display:none;
	}
	.menu .menu-icon:before{
		font-size:18px;
	}
	.menu-close{
		display:none;
	}
}

@media screen and (min-width: 1200px){
	.menu {
		position:relative;
		background-color:transparent;
		display:block !important;
	}
	.menu .menu-item{
		display:inline;
		padding:0;
		text-align:left;
		border-bottom:0px solid #FFF;
		margin-right: 20px;
		font-size:16px;
	}
	.menu .menu-icon:before{
		font-size:18px;
	}
	.menu-button{
		display:none;
	}
	.menu-close{
		display:none;
	}
}