@charset "UTF-8";
/* Reset */

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	display: block;
}
/* FONTS */

@font-face {
	font-family: 'HelveticaLTStd-Light';
	src: url('../fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Preloader */
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
}
/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	font-family: 'HelveticaLTStd-Light', Arial;
	background-color: #EAECE7;
}

#hombre{
	background: url(../img/bg-hombre.jpg) no-repeat bottom left;
	}
	
#mujer{
	background: url(../img/bg-mujer.jpg) no-repeat bottom left;
	}


/* Bordes */

#borde-top{
	height:25px; width:100%;
	background:#fff;
	position:fixed;
	top:0;
	z-index:10;
	}

#borde-abajo{
	height:25px; width:100%;
	background:#fff;
	position:fixed;
	bottom:0;
	z-index:10;
	}

#borde-izquierda{
	height:100%; width:25px;
	background:#fff;
	position:fixed;
	left:0;
	z-index:10;
	}

#borde-derecha{
	height:100%; width:25px;
	background:#fff;
	position:fixed;
	right:0;
	z-index:10;
	}
	
ul#contenedor-proyectos {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	position: relative;
}
.container-fotos {
	width: 100%;
	margin: 0;
	height: 100%;
	position: absolute;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
}
.container-fotos img {
	width: auto;
	height: 100%;
	transform: scale(1.3);
}

#click-historia-mobile{
	display:none;
	}

span.boton {
	text-align: center;
	padding: 10px;
	display: block;
	margin: 30px auto 0;
	text-transform: uppercase;
	max-width: 180px;
	border-radius: 3px;
	font-family: 'Catamaran', sans-serif;
	cursor:pointer;
}
span.boton.mujer {
	background: #732036;
	color: #FFF;
}
span.boton.hombre{
	background: #005865;
	color: #FFF
}
.logos {
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	position: absolute;
	z-index: 3;
	min-width: 460px;
	color: #fff;
	text-align: center;
}
.logos h1 {
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
}
.logos h2 {
	font-size: 20px;
}
.botones {
	display: block;
	height: 100%;
	width: 100%;
}
/* Acordeon */
.accordian {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
	background: #000;
}
.accordian li {
	position: relative;
	display: block;
	width: 50%;
	float: left;
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/*Reduce with of un-hovered elements*/
.accordian ul:hover li {
	width: 10%;
}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {
	width: 90%;
	opacity: 1;
}
.accordian li img {
	display: block;
}
.accordian li a {
	display: block;
	height: 100%;
	width: 100%;
}
/* Slider */
.slider {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-size: 100%!important;
	background-position: bottom center !important;
}
.slider:hover {
	background-size: 130%!important;
}
.textos-slider {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 3;
	min-width: 460px;
	color: #fff;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.textos-slider h1 {
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
}
/* Contenido */

ul.tiled {
	width: 100%;
	height: 93%;
	position: relative;
	overflow: hidden;
}
ul.tiled.derecha li {
	float: right;
}
ul.tiled li {
	width: 25%;
	height: 50%;
	position: relative;
	overflow: hidden;
	float: left;
	background-color: #FFF;
}
ul.tiled img {
	margin: 30px auto;
	display: block;
	max-width: 40%;
	height: auto;
}
#cuadro-foto1 {
	background-image: url(../img/cuadro-1.jpg);
	background-size: cover;
}
#cuadro-foto2 {
	background-image: url(../img/cuadro-2.jpg);
	background-size: cover;
}
ul.tiled li h2 {
	text-align: center !important;
	color: #BF2C53;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
	width: 99%;
}
ul.tiled li.destacado {
	width: 50%;
	height: 100%;
	background: #222737;
}
ul.tiled li.destacado h1 {
	text-align: center;
	margin: 60px auto;
	color: #F2E9E9;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: normal;
	font-family: 'Catamaran', sans-serif;
}
ul.tiled li.destacado p {
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	padding: 0 50px;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 2px;
}
ul.tiled li.destacado h1 {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
	max-width: 80%;
}
.centrado-altura {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	width: 99%;
}
article.hover-lista {
	background: #F2E9E9;
	position: absolute;
	z-index: 2;
	width: 98%;
	height: 98%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.1);
	-ms-transform: translate(-50%, -50%) scale(.1);
	transform: translate(-50%, -50%) scale(.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: .2;
}
ul.tiled li:hover article.hover-lista {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.contenido {
	width: 100%;
	max-width: 1280px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.contenido h1 {
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #222737;
	text-align: center;
	margin: 55px auto 20px;
	border-bottom: 1px #222737 solid;
	width: 60%;
}
.contenido p {
	width: 90%;
	text-align: justify;
	color: #CCC;
	font-weight: 300;
	margin: 10px auto;
	font-size: 18px;
	line-height: 22px;
	max-width: 700px;
}
/* Productos */

.categorias {
	width:50%;
	height: auto;
	margin: 45px auto;
	overflow: hidden;
}
.categorias li {
	background: #005865;
    padding: 9px 1.24%;
    margin: 0px 2.1%;
    border-radius: 3px;
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    float: left;
    font-size: 90%;
	cursor:pointer;
}
#SandBox div {
	position: relative;
	overflow: hidden;
	width: 25%;
	padding-bottom: 23.4%;
	float: left;
	background: #4445;
	margin: 0;
}
#SandBox div a.boton-imagen-productos {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}
.imagen-lista-productos {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 99%;
	height: auto;
	z-index: 1;
}
.hover-lista-productos {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 2;
	display: none;
}
.descripcion-productos {
    background-color: #FFF!important;
    width: 100%!important;
    margin: 0!important;
    padding: 10px!important;
    position: absolute!important;
    z-index: 10!important;
    bottom: 0!important;
    float: none!important;
    display: none;
}
.descripcion-productos h1{
	font-size:18px;
	color: #262938;
	font-weight:700;
	text-align:center;
	margin:10px auto;
}
.descripcion-productos h2{
	font-size:14px;
	color: #262938;
	font-weight:400;
	text-align:center;
	margin:10px auto;
}

/* Historia */

.historia h1{
	color:#FFF;
	font-size:2em;
	border-bottom:#FFF solid 3px;
	width:40%;
	font-family: 'Catamaran', sans-serif;
	text-align:center;
	font-weight: 800;
	margin: 50px auto;
	text-transform: uppercase;
}
.historia p{
	color:#FFF;
	font-size:1em;
	width:70%;
	font-family: 'HelveticaLTStd-Light', Arial;
	line-height:1.8em;
	text-align:center;
	margin:10px auto;
}

#historia {
	width: 100%;
    background: url(../img/bg-historia.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
	}

/* Mapa */

.mapa{
	width:100%;
	min-height:240px;
	background: url(../img/chile.png) no-repeat;
	background-position:center top;
	margin-top:40px;
}

/* footer */

.footer {
	width: 98.5%;
	min-height: 40px;
	margin: 0 auto;
	background: #222737;
	padding: .5% 0 3% 0;
}
.footer p {
	text-align: center;
	color: #F2E9E9;
	font-size: 16px;
	font-family: 'HelveticaLTStd-Light', Arial;
	letter-spacing: 1px;
	margin:10px auto;
}
.footer a{
	color: #F2E9E9;
	margin: 0;
	font-weight: bold;
	display: inline;
	font-size: 14px;
}
.footer a:hover{
	color:#005865
}
/* Responsive */

@media (max-width: 800px) {

#hombre{
	background: url(../img/bg-hombre.jpg) no-repeat 25% 96%;
	}
	
#mujer{
	background: url(../img/bg-mujer.jpg) no-repeat 28% 100%;
	}

	#borde-top{
	height:15px; width:100%;
	background:#fff;
	position:fixed;
	top:0;
	z-index:10;
	}

#borde-abajo{
	height:15px; width:100%;
	background:#fff;
	position:fixed;
	bottom:0;
	z-index:10;
	}

#borde-izquierda{
	height:100%; width:15px;
	background:#fff;
	position:fixed;
	left:0;
	z-index:10;
	}

#borde-derecha{
	height:100%; width:15px;
	background:#fff;
	position:fixed;
	right:0;
	z-index:10;
	}
	
.accordian li {
	float: none;
	height: 50%;
	width: 100%;
}

.contenido{
	width:92%;
	}

.no-mobile{
	display:none;
	}

.accordian ul:hover li {
	width: 100%;
}
.accordian ul li:hover {
	width: 100%;
	opacity: 1;
}
.logos h1 {
	font-size: 30px;
}
.logos span {
	margin: 15px auto;
}
.textos-slider {
	min-width: 0;
	max-width: 100%;
}
.contenido h1 {
	line-height: 33px;
}

#click-historia{
	display:none;
	}

#click-historia-mobile{
	display:block;
	}

#historia {
	height:auto;
	}

.slider {
	height: 250px;
}
.textos-slider {
	margin: 20px auto 0;
}
.textos-slider h1 {
	line-height: 33px;
	font-size: 35px;
}

#SandBox div {
	width: 50%;
	padding-bottom: 45%;
}
ul.tiled {
	height: auto;
}
ul.tiled li, ul.tiled li.destacado {
	float: none;
	width: 100%;
	height: 40vw;
	margin: 5px auto;
}
.tiled li.destacado {
	min-height: 145vw;
}
ul.tiled li img {
	width: 14%;
	height: auto;
	margin: 0 auto;
}
.categorias {
	width:100%;
	margin: 20px auto;
}
.categorias li {
    width: 45.3%;
	margin: 3px;
	text-align: center;
}
.historia p{
	width: 72%;
	text-align: justify;
	line-height: 1.5em;
}
#cuadro-foto1{
	background-position:bottom center !important;
}
#cuadro-foto2{
	background-position: center !important;
}
}
 @media (min-width:1450px) {
.slider {
	background-size: 100%!important;
}
.slider:hover {
	background-size: 130%!important;
}
}

/**
 * Sandbox
 */

.sandbox .mix {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
}
.sandbox .mix:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.sandbox .mix:after {
	content: '';
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sandbox.pagination {
	min-height: 0;
	background: #6bd2e8;
	padding: 15px;
}
.sandbox.pagination .mix {
	margin-bottom: 4%;
	width: 48%;
}
.sandbox.pagination .mix:before {
	padding-top: 45%;
}
.sandbox.pagination .mix.category-1:after {
	border-right-color: #3fc5e1;
}
.sandbox.pagination .mix.category-2:after {
	border-right-color: #92e094;
}
