/*  
Theme Name: Mountain Nazca
Author: Cantera Estudio
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #0a2e24;
	color: #FFF;
}

::-moz-selection {
	background-color: #0a2e24;
	color: #FFF;
}

										/* Tipografia */


										/* Estructura */
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	min-height: 100%;
	    font-family: Lato,sans-serif;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 925px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

.margen.margen-menu {
	max-width: 1050px;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }

			/* HEADER */
header {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(to bottom left,#6b3489,#cb3d7b);
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-height: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 58px 0 34px;
    padding: 3.625rem 0 2.125rem;
    position: fixed;
    top: 0;
    width: 300px;
	left: -300px;
	z-index: 10;
}

header img {
    display: block;
    width: 20%;
    margin: 70px auto 40px;
}

header ul {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.header-visible.morado { 
	background: -moz-linear-gradient(to right, #6b3489, #cb3d7b);
	background: -webkit-linear-gradient(to right, #6b3489, #cb3d7b);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#6b3489), to(#cb3d7b));
	background: -o-linear-gradient(to right, #6b3489, #cb3d7b);
	background: linear-gradient(to right, #6b3489, #cb3d7b); 
	transition: all 0.035s linear;
}

header ul li a {
	color: #fff;
    cursor: pointer;
    margin: 9px 0;
    margin: .5625rem 0;
    padding: 9px;
    padding: .5625rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	display: block;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	margin-top: 20px;
}

.social {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
	height: 200px;
}

.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin: 0 7px;
}

header .social img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

a.mail-header {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}

.header-visible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 63px;
    padding: 30px 50px;
	transition: all 0.035s linear;
}

#navbar-toggle {
    display: inline-block;
	vertical-align: top;
    z-index: 300;
    width: 67px;
	height: 62px;
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.035s linear;
    clear: both;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 2px solid #FFF;
    border-radius: 0px;
    padding: 13px;
}

#navbar-toggle .icon-bar {
	display: block;
	width: 27px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 1px;
	transition: all 0.1s linear;
}



#navbar-toggle .icon-bar + .icon-bar {
  	margin-top: 8px;
}

.hamburger-bun,
.hamburger-patty {
	position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
	top: 8px;
}

.navbar-toggle-active .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-toggle-active .bun-btm {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}

.header-visible img {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
	margin-right: 15px;
}

.header-visible a {
    line-height: 46px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
}

			/* HOME */
.contenedor-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
	/*background-image: url(https://mnsite.s3.amazonaws.com/media/images/Index-bg.original.max-1440x1440.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
}

.texto-home {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 220px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.texto-home h2 {
    color: hsla(0,0%,100%,.9);
    font-size: 64px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 10px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-transform: uppercase;
    display: block;
    width: 60%;
    margin: 0 auto 20px;
}

.texto-home p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: -1px;
    margin-left: 24px;
    margin-left: 1.5rem;
    opacity: .6;
    position: relative;
    text-align: center;
}


				/* COMPANIES */
.contenedor-companies {
	background-image: url(https://mnsite.s3.amazonaws.com/media/images/Companies.original.max-1440x1440.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.contenedor-companies h2 {
	color: #444;
    font-size: 64px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 4.8px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 4px 6px hsla(0,0%,100%,.2);
    text-transform: uppercase;
	width: 55%;
}


.scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.scroll-down img {
	cursor: pointer;
}

.contenedor-bottom-companies {
    position: relative;
    width: 100%;
    height: auto;
	padding: 40px 0px;
}

.triangle-up {
    animation: founderstories-triangle-up .4s ease-in-out .45s forwards;
    background: linear-gradient(to top left,#6b3489,#cb3d7b);
    -webkit-clip-path: polygon(0 0,100% 0,100% 0);
    clip-path: polygon(0 0,100% 0,100% 0);
    height: 28%;
    opacity: .65;
    position: fixed;
    right: 0;
    top: 0;
    width: 82%;
}

.contenedor-bottom-companies .img-equipo { background-size: 35%; }

.info-companies {
    animation: team-member-data .4s ease-in-out forwards;
    background-color: #444;
    -ms-grid-column-span: 2;
    -ms-grid-column: auto;
    grid-column: auto/span 2;
    -ms-grid-row-span: 3;
    -ms-grid-row: auto;
    grid-row: auto/span 3;
    padding: 28.96px 39px;
    padding: 1.81rem 2.4375rem;
    color: #FFF;
    display: none;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.contenedor-comany .cont-izquierda h2 { color: #FFF; }

ul#slider {
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 150px 50px 50px;
    box-sizing: border-box;
	height: 690px;
}

.contenedor-comany {
    display: block;
    width: 100%;
}

.contenedor-comany h2 {
	color: #444;
    font-size: 64px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 10px;
    text-align: left;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    text-transform: uppercase;
    width: 100%;
}

.cont-texto {
    display: flex;
    width: 100%;
    text-align: justify;
}

.cont-izquierda {
    display: inline-block;
    width: 40%;
}

.cont-derecha {
    display: inline-block;
    margin-left: 80px;
}

.cont-derecha img {
    display: block;
    width: 90%;
    height: auto;
    float: right;
}

.cont-izquierda p {
    color: #7b7a7b;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 1.94;
    text-align: left;
    margin-bottom: 20px;
}

a.web {
    display: block;
    width: 30px;
    height: 30px;
	background-image: url(assets/img/web.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    border-radius: 50%;
	margin-bottom: 30px;
}

.cont-izquierda table td:first-child {
	color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.21;
    text-align: right;
}

.cont-izquierda table td:last-child {
	color: #7b7a7b;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.21;
    text-align: left;
	padding-left: 30px;
}

.cont-izquierda table {
    display: table;
}

button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 60px;
    border: 0;
	outline: none;
	cursor: pointer;
    border-radius: 0px;
    height: 60px;
    color: transparent;
	left: 0;
	background-image: url(https://mnsite.s3.amazonaws.com/static/assets/arrow-2.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	background-color: #FFF;
}

button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
	color: transparent;
    top: -10px;
    width: 60px;
    border: 0;
	outline: none;
	cursor: pointer;
    border-radius: 0px;
    height: 60px;
	right: 0;
	background-image: url(https://mnsite.s3.amazonaws.com/static/assets/arrow-2.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	background-color: #FFF;
}

ul#slider li {
    position: relative;
	height: 630px;
	padding-top: 70px;
}

			/* ABOUT US */
.contenedor-about {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(https://mnsite.s3.amazonaws.com/media/images/About.original.max-1440x1440.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.titulo-seccion {
	color: #4a4a4a;
    font-size: 64px;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 10px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
	padding-top: 200px;
}

.texto-about {
    color: #7b7a7b;
    font-size: 15px;
    font-weight: 900;
    line-height: 2.21;
    padding: 107px 54px 0;
    padding: 0;
    position: relative;
    text-align: justify;
    width: 100%;
    margin-top: 40px;
	display: block;
}

.texto-about p { margin-bottom: 20px; }

.titulo-seccion.extra {
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
}

h2.titulo-seccion.extra:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    border-bottom: 2px solid #673388;
    top: 0px;
}

span.parrafo-extra {
    display: block;
    width: 46%;
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    color: #7b7a7b;
    font-size: 13.6px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 2.21;
    text-align: center;
	margin-bottom: 30px;
}

.equipo-grid {
    display: flex;
    width: 100%;
}

.bloque-equipo {
    display: block;
    width: 25%;
    height: 200px;
	cursor: pointer;
	position: relative;
}

.img-equipo {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bloque-equipo:before {
	display: block;
	content: '';
	position: absolute;
	top:0;
	left: 0;
	background: linear-gradient(45deg,rgba(203,61,123,.5),rgba(107,52,137,.5));
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 1;
}

.bloque-equipo:hover:before { opacity: 1; }

.info-equipo {
    animation: team-member-data .4s ease-in-out forwards;
    background-color: #444;
    -ms-grid-column-span: 2;
    -ms-grid-column: auto;
    grid-column: auto/span 2;
    -ms-grid-row-span: 3;
    -ms-grid-row: auto;
    grid-row: auto/span 3;
    padding: 28.96px 39px;
    padding: 1.81rem 2.4375rem;
    color: #FFF;
    display: none;
    position: absolute;
    width: 30%;
    height: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.info-equipo h2 {
    color: #fafafa;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
}

.info-equipo span {
    color: #fafafa;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 900;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0px 20px;
    display: block;
}

.info-equipo p {
    font-size: 15px;
    line-height: 1.94;
    letter-spacing: .3px;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 20px;
}

.popup-equipo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.cerrar-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    cursor: pointer;
}

			/* COMPANY BUILDER */
.contenedor-builder {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("http://canteraestudio.com/mount-n/assets/img/fondo-companies.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.texto-builder {
    position: absolute;
    right: 0;
    top: 120px;
    height: 85%;
    background-color: #FFF;
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
}

.texto-builder p {
    color: #7b7a7b;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.21;
    text-align: left;
    white-space: pre-line;
}

.quote-builder {
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 4.8px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 4px 6px hsla(0,0%,100%,.2);
    text-transform: uppercase;
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    padding: 0px 80px;
    box-sizing: border-box;
}

h2.titulo-seccion.extra.titulo-centrado { text-align: center; }

.bloque-builder {
    display: flex;
    width: 100%;
    margin: 80px 0px;
}

.bloque-builder img {
    display: block;
    width: 200px;
    height: auto;
    margin-right: 70px;
}

.bloque-builder p {
	color: #9b9b9b;
    font-family: Roboto;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .3px;
    line-height: 1.94;
    text-align: left;
}

.info-builder a {
    display: block;
    margin: 20px 0px;
    color: #4a4a4a;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

ul#slider-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

ul#slider-home li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
	.header-visible { 
		padding: 10px 20px; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.texto-home { height: 150px; }
	
	.texto-home h2 {
		color: hsla(0,0%,100%,.9);
		font-size: 64px;
		font-size: 30px;
		font-weight: 900;
		letter-spacing: 10px;
		line-height: normal;
		text-align: center;
		text-shadow: 0 5px 10px rgba(0, 0, 0, 0.48);
		text-transform: uppercase;
		display: block;
		width: 90%;
		margin: 0 auto 20px;
	}
	
	#navbar-toggle {
		width: 47px;
		height: 42px;
		padding: 5px; 
	}
	
	#navbar-toggle .icon-bar { width: 20px; }
	.header-visible a { font-size: 20px; }
	
	.header-visible img {
		width: 40px;
		margin-top: 5px;
	}
	
	.equipo-grid,
	.cont-texto { display: block; }
	
	.bloque-equipo,
	.cont-izquierda,
	.cont-derecha,
	.bloque-equipo { width: 100%; }
	
	.info-companies {
		padding: 20px;
		overflow: hidden;
		overflow-y: scroll;
	}
	
	.contenedor-comany h2 {
		font-size: 20px;
		padding-bottom: 10px; 
	}
	
	.cont-derecha { margin: 20px 0px; }
	
	.cont-derecha img {
		width: 100%;
		float: none;
	}
	
	.quote-builder { 
		width: 100%;
		position: relative;
		padding-top: 60%;
	}
	
	.texto-builder {
		position: relative;
		right: 0;
		top: 0;
		height: auto;
		background-color: transparent;
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		padding-top: 74vh;
	}
	
	.texto-builder p { font-size: 14px; }
	
	.contenedor-global.contenedor-bottom {
		display: block;
		width: 100%;
		margin-top: 92vh;
	}
	
	h2.titulo-seccion.extra.titulo-centrado {
		font-size: 25px;
		text-align: center;
		margin-top: 0px;
	}
	
	.bloque-equipo { width: 100% !important; }
	
	.info-companies {
		width: 90% !important;
		box-sizing: border-box;
	}
	
	.contenedor-about.contenedor-global.contenedor-bottom { margin-top: 0px; }
	h2.titulo-seccion.extra { text-align: center; }
	span.parrafo-extra { width: 100%; }
	
	.titulo-seccion {
		text-align: center;
		font-size: 45px;
		padding-top: 110px;
	}
	
	.texto-about {
		padding: 0px 20px;
		box-sizing: border-box;
	}
	
	.info-equipo {
		width: 90%;
		box-sizing: border-box;
		overflow: hidden;
		overflow-y: scroll;
	}
}