@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*body {
	background: #e74c3c;
	padding: 240px 0 100%;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif;
}*/

*{
	margin: 0px;
	padding:0px;
	}
	
#footer{
	width: 100%;
	height:130px;
	background:#5f5f5f;}	
	
	#footer p{ color: #dadada; font-size:.6em; font-weight:100; text-align:center; padding-top: 50px;}
	
	
	
#nosotros{
	width: 85%;
	min-height:400px;
	margin: 100px auto 0px;
	position:relative;}	

	.nosotros-box-1{
		width: 500px;
		height: 500px;
		background: url(../img/nosotros-2.jpg);
		position:absolute;
		background-size:cover;
		right: 10px;}
		
		.nosotros-box-2{
			width: 100%;
			min-height: 340px;
			/*border: solid 2px black;*/
			background: rgba(255, 255, 255, 0.7);
			position:absolute;
			top: -180px;
			padding: 30px 30px;
			text-align:justify;}
			
				.nosotros-box-2 p {
					font-size:1em !important;} 
					
					.nosotros-box-2 h2{ font-size: 1.8em;}
			
			h1{ 
			font-family: Lora,Georgia,serif !important;
			font-weight: 100;
			font-style: italic;
			color: black;}
			h2{
			font-family: Lora,Georgia,serif !important;
			font-weight: 100;
			font-style: italic;
			color:  #ffa569;
			font-size:1em;
			margin: 10px 0px;
			}
			
			
			p{ color: rgb(88, 87, 87); font-size:.6em; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 30px; font-weight:100; }
			
			#pick1{
				    width: 100%;
					height: 600px;
					margin: 100px auto 0px;
					overflow:hidden;}
					
					#pick1 img{ width: 100%; min-width:1000px;}
				
								
			#us{
				width: 100%;
				min-height: 500px;
				margin-top:-250px;
				}
				
				#contenedor-us{
					width:85%;
					height:500px;
					margin:auto;
					}

						.contenedor-box-us{
							width:100%;
							height:300px;
							display:flex;
							flex-direction:row;
							margin-top:30px;}
							
								.box-box-us{
									width:32%;
									height: 300px;
									margin: 0px 1%;
									padding: 0px 20px;}
									
										.box-box-img{
											width:300px;
											height:440px;
											background: url(../img/nosotros-medio-logo.png);
											background-size:cover;}
											
#ttrabajando{
	width: 85%;
	height:520px;
	padding: 100px 30px;}											


.logo-inicio{
	max-width: 210px;
    min-width: 170px;
    margin-top: 10PX;
	}

#head-menu{
	width: 100%;
	height: 800px;
	background: url(../img/nosotros.jpg);
	background-size:cover;}
	
	.relleno{
		width: 100%;
		height: 380px;
		border-top: solid 3px #ffa569;}
	
	
.none{ display: none;}	

/* Content style */
section {
	/*width: 90%;
	max-width: 46em;*/
	text-align: left;
	/*padding: 1em 2em 0;*/
	margin: 0 auto;
	color: #ecf0f1;
	line-height: 1.3;
	font-size: 1.8em;
}

.scroll {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 2em;
	line-height: 2;
	width: 10em;
	text-align: center;
	height: 2em;
	color: #e74c3c;
	background: #fff;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.8;
}

.scroll::after {
	display: block;
	content: '\2193';
	color: #fff;
	font-size: 3em;
	line-height: 1;
}

/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e1026+1,111231+100 */

background: #fff; /* Old browsers */
z-index: 999;
}
#loader {
    width: 43px;
    height: 43px;
    position: absolute;
    left:70.2%; top:66.3%;
    background: url(../img/a-logo.svg);
    margin:-50px 0 0 -50px;
	animation-name: logo-mov;
	animation-duration:2.5s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in;
}




/*Parte II*/

.logo-preloader{
	width: 200px;
	height:200px;
	margin:auto;
	margin-top: 250px;}
	
	.logo-preloader img{ width: 100%;}

.loader-container {
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0;
  left: 0;
  height: 10px;
  width: 300px;
  margin: auto;
}

.loader-progress {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: #edaa08;
  background: -moz-linear-gradient(left,  #edaa08 0%, #ea7f07 100%);
  background: -webkit-linear-gradient(left,  #edaa08 0%,#ea7f07 100%);
  background: linear-gradient(to right,  #edaa08 0%,#ea7f07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa08', endColorstr='#ea7f07',GradientType=1 );
  
  animation-name: loader-background-animate;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.loader-background {
    position: absolute;
    height: 10px;
    width: 300px;
    background-color: #F2F4F5;

    animation-name: loader-loading-animate;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}


@keyframes loader-loading-animate {
  0%     { width: 0;     }
  90%    { width: 100%;  }
  100%   { width: 100%;  }
}

@keyframes loader-background-animate {
  0%     { width: 0;     }
  25%    { width: 10%;   }
  50%    { width: 50%;   }
  75%    { width: 80%;   }
  100%   { width: 100%;  }
}







/* preloader */

/* Header styles and animations */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	font-family: 'Lato', Arial, sans-serif;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective > div {
	background: #fff;
	text-align: left;
	padding: 0 7%;
	height: 50%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ha-header-perspective .ha-header-bottom {
	background: #ddd;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 1;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;
	top: 0;
}

/* Justify inline-block elements (h1 on left side, nav on right) */
.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Text styling */
.ha-header h1,
.ha-header h1::before,
.ha-header h1 span,
.ha-header nav,
.ha-header nav::before {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.ha-header h1 {
	font-weight: 300;
	font-size: 3.2em;
	margin: 0;
	padding: 0 1em 0 0;
	color: #2d383f;
	cursor: default;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header h1::before,
.ha-header nav::before {
	content: '';
	height: 100%;
}

.ha-header h1::after {
	content: '';
	width: 100px;
	height: 96px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
	box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
	opacity: 0;
	border: 20px solid #fff;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.ha-header nav {
	height: 100%;
}

.ha-header nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
    padding: 0.2em 0.4em;
    margin: 0 0.4em 0;
    font-size: 0.8em;
    cursor: pointer;
    color: #585757;
    outline: none;
	text-decoration:underline;
    text-decoration: none;
}

.ha-header nav a:hover {
	color: #ffa569;
}

.ha-header nav a:last-child {
    margin-right: 0;
}

.ha-header .ha-header-front nav a:first-child,
.ha-header .ha-header-front nav a:last-child {
	border: 2px solid #fff;
}

.ha-header .ha-header-front nav a:first-child:hover,
.ha-header .ha-header-front nav a:last-child:hover {
	border: 2px solid #FFF;
}

/* Individual states */

.ha-header-large {
	height: 420px;
}

.ha-header-small {
	height: 220px;
}

.ha-header-hide {
	height: 220px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ha-header-show {
	height: 220px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.ha-header-show .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 0%;
}

.ha-header-subshow {
	height: 220px;
}

.ha-header-subshow .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
}

.ha-header-shrink {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-shrink .ha-header-bottom {
	opacity: 0;
}

.ha-header-rotate {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotate .ha-header-front {
	-webkit-transform: translateY(-100%) rotateX(90deg);
	-moz-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(0deg) translateY(-100%);
	-moz-transform: rotateX(0deg) translateY(-100%);
	transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotateBack .ha-header-front {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ha-header-color {
	height: 420px;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
	background: transparent;
}

.ha-header-color h1,
.ha-header-color nav a {
	color: #fff;
}

.ha-header-box {
	height: 192px;
	width: 100px;
	top: 20px;
	left: 20px;
}

.ha-header-box h1 {
	padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
	color: transparent;
}

.ha-header-box h1:after {
	opacity: 1;
}

.ha-header-box nav {
	opacity: 0;
}

.ha-header-fullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-fullscreen .ha-header-front {
	height: 100%;
}

.ha-header-fullscreen .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-subfullscreen .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom nav a {
	color: #fff;
}

@media screen and (max-width: 65em) {
	body {
		font-size: 85%;
	}
}

@media screen and (max-width: 60em) {


	.ha-header-perspective > div,
	.ha-header nav {
		text-align: center;
	}

	.ha-header h1 {
		padding: 10px 0;
		height: 60%;
	}

	.ha-header .ha-header-bottom nav {
		padding: 40px 0px;
	}

	.ha-header nav {
		display: block;
		height: auto;
	}

}

@media screen and (max-width: 38em) {
	section {
		font-size: 1.3em;
	}

	.ha-header h1 {
		font-size: 2em;
	}

	.ha-header nav {
		font-size: 60%;
	}
}




@media screen and (max-width: 960px){
	.ha-header nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0.2em 0.4em;
    margin: 28px 0.4em 0;
    font-size: 0.8em;
    cursor: pointer;
    color: #585757;
    outline: none;
    text-decoration: underline;
    text-decoration: none;}
	
	.ha-header-perspective > div {
		height: 67%;}
	
	}


@media screen and (max-width: 838px){
	
	.contenedor-box-us{ flex-direction: column;}
	.box-box-us{ width: 100%;}
	
	#img-resp-index{ margin-top: 80px !important;}
	#no-img{ display: none;}
	
	}
