@charset "UTF-8";
@font-face {
	font-family: 'architypebayerw90regular';
	src: url('../fonts/architype/architype-bayer-webfont.eot');
	src: url('../fonts/architype/architype-bayer-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/architype/architype-bayer-webfont.woff2') format('woff2'), url('../fonts/architype/architype-bayer-webfont.woff') format('woff'), url('../fonts/architype/architype-bayer-webfont.ttf') format('truetype'), url('../fonts/architype/architype-bayer-webfont.svg#architypebayerw90regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	font-family: Ubuntu;
}
a {
	color: inherit;
	text-decoration: none;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #FFFFFF;
	font-family: Ubuntu;
	font-weight: 300;
	background: #353f43;
	margin: 0;
}
/* CSS Document */

video {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	border: 0;/*z-index: 1;*/
}
.contenedor {
	position: absolute;
	top: 106px;
	left: 0;
	width: 100%;
	/*height: calc(100% - 128px);*/
	z-index: 2;
}
.contenedor#homeC {
	/*height:2820px !important; */
}
.contenedor .freewall {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	-moz-column-gap: 0px; /* Firefox */
	column-gap: 0px;
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	column-width: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.contenedor .producto {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #1c2125;
	cursor: pointer;
	overflow: hidden;
	position: sticky;
	transition: all 0.2s linear;
}

/* Safari 10.0 (not 10.1) */

_::-webkit-:host:not(:root:root), .contenedor .producto {
		position: relative !important;
	}

/* Safari 10.1 */

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {

    
	.contenedor .producto {
		position: relative !important;
	}
}}

/* Safari 6.1-10.0 (not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
	.contenedor .producto {
		position: relative !important;
	}
}}

/* Safari 11+ */

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    
	.contenedor .producto {
		position: relative !important;
	}
}}

/* Safari 9+ */

_:default:not(:root:root), .contenedor .producto {
		position: relative !important;
	}
/* Safari 9+ */

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

    .contenedor .producto {
		position: relative !important;
	}
}
.contenedor .producto > * {
	margin: 0;
	padding: 0;
	display: block;
}
.contenedor .producto img {
	width: 100%;
}
.contenedor .producto img.duotono {
	position: absolute;
	mix-blend-mode: screen;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	opacity: 0.5;
}
.contenedor .producto img.color {
	position: relative;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contenedor .producto img.color:hover {
	opacity: 1.0;
}
.producto div {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	float: left;
	color: #FFFFFF;
	z-index: 6;
}
.producto .principal {
	left: 0;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	text-transform: capitalize;
}
.producto p {
	margin: 0 0 5px 0;
	padding: 0;
}
.producto .detalles {
	background: #1c2125;
}
.producto .titulo {
	font-weight: 500;
	font-size: 20px;
}
.categoria {
	position: fixed;
	height: 25px;
	font-weight: 500;
	font-size: 17px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-top: 5px;
	background: url('../images/bg-categorias.gif') #e8eaea;
	z-index: 999;
	text-align: center;
}
.categoria p {
	margin: 0;
	padding: 0px 20px 0px 20px;
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
.categoria a {
	color: #232a2e;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #596063;
}
.categoria a:hover, .categoria a.cat_hover {
	color: #232a2e;
}
.producto .informacion {
	font-size: 15px;
}
#menuBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 87px;
	background: url(../images/bg-headV1.png) top left no-repeat, url(../images/bg-headV2.png) top right no-repeat, url(../images/bg-menuBar.png) #1c2125;
	font-size: 18px;
	text-align: center;
	border-top: solid 2px #1c2125;
	border-bottom: solid 2px #353f43;
	z-index: 5;
}
#menuBar div {
	position: absolute;
	height: 90px;
	cursor: pointer;
	opacity: .3;
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#menuBar div#logo {
	opacity: 0;
}
#menuBar #logo {
	position: fixed;
	top: 3px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	background: url(../images/logo-menuBar-0.png) no-repeat center, url(../images/bg-head.png) repeat-x center -10px;
	z-index: 4;
	cursor: auto;
}
#botonera {
	position: fixed;
	top: 91px;
	left: 0;
	width: 100%;
	height: 34px;
	z-index: 3;
	font-size: 15px;
	text-align: center;
	border-bottom: solid 2px #353f43;
	background: #1c2125;
}
#botonera div, #botonera a {
	position: absolute;
	height: 34px;
	cursor: pointer;
	opacity: .6;
	display: inline-block;
	z-index: 5;
}
#botonera #home {
	left: 20px;
	width: 100px;
	background: url(../images/botonHome.png) no-repeat center;
	text-indent: -200px;
	overflow: hidden;
}
#botonera #homeH {
	display: none;
	left: 20px;
	width: 100px;
	background: none;
	text-indent: 0px;
	overflow: hidden;
}
#botonera #portafolio {
	left: 120px;
	width: 120px;
	background: url(../images/botonPortafolio.png) no-repeat;
	background-position: center;
	text-indent: -200px;
	overflow: hidden;
}
#botonera #portafolioH {
	display: none;
	left: 120px;
	width: 120px;
	background: none;
	background-position: center;
	text-indent: -10px;
	overflow: hidden;
}
#botonera #noticias {
	left: 240px;
	width: 100px;
	background: url(../images/botonNoticias.png) no-repeat center;
	text-indent: -200px;
	overflow: hidden;
}
#botonera #noticiasH {
	display: none;
	left: 240px;
	width: 100px;
	background: none;
	text-indent: -5px;
	overflow: hidden;
}
#botonera #contacto {
	left: 340px;
	width: 100px;
	background: url(../images/botonContacto.png) no-repeat center;
	text-indent: -200px;
	overflow: hidden;
}
#botonera #contactoH {
	display: none;
	left: 340px;
	width: 100px;
	background: none;
	text-indent: -5px;
	overflow: hidden;
}
#botonera #contactoH p, #botonera #portafolioH p, #botonera #noticiasH p, #botonera #homeH p {
	opacity: 1;
}
#botonera #vimeo {
	right: 120px;
	width: 40px;
}
#botonera #linkedin {
	right: 80px;
	width: 40px;
}
#botonera #facebook {
	right: 40px;
	width: 40px;
}
#botonera #twitter {
	right: 0px;
	width: 40px;
}
#botonera .ease {
	background: #353f43;
	border-left: solid 1px #353f43;
}
#botonera .ease p {
	opacity: 1;
}
#botonera a.ease {
	opacity: .3;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#botonera p {
	opacity: 0;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	margin: 8px 0 0 0;
}
#botonera div:hover, #botonera a:hover {
	opacity: 1.0;
}
.clear {
	clear: both;
	float: none;
}
#noticiasC .diagonal {
	overflow: hidden;
	padding: 0 !important;
}
#noticiasC img {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
}
#noticiasC .contenidoBG:first-of-type {
	padding-top: 160px;
}
#noticiasC .contenidoBG {
	height: 350px;
	overflow: hidden;
}
#homeC, #noticiasC {
	color: #353f43;
	height: auto;
	text-align: center;
}
#homeC .equipo {
	position: relative;
	height: calc(100% - 10px);
	overflow: hidden;
}
#homeC .equipo .shadow {
	position: absolute;
	width: 100%;
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	background: url(../images/lineasHome.png) no-repeat right bottom;
}
#homeC .row, #noticiasC .row {
	padding: 20px;
	display: block;
}
#homeC .row.mod {
	margin: 0 auto;
	width: 100%;
}
#homeC .contenido .titulo.big {
	font-size: 42px;
}
#homeC .colIzq, #noticiasC .colIzq {
	padding: 20px;
	float: left;
}
#homeC .colDer, #noticiasC .colDer {
	padding: 20px;
	float: right;
}
#homeC .home .colIzq {
	width: calc( 50% - 40px );
}
#homeC .home .colDer {
	width: calc( 50% - 40px );
}
.bloque {
	background: none;
	color: #e8eaea;
	border-radius: 7px;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
.bloque * {
	color: #a3a8ac;
	z-index: 1;
	position: absolute;
}
.bloque img {
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}

#homeC .contenidoBG, #noticiasC .contenidoBG {
	background: #e8eaea;
}
#homeC .contenido, #noticiasC .contenido {
	position: relative;
	padding: 30px;
	margin: 0 auto;
	width: 1280px;
}
#homeC .contenido .titulo, #noticiasC .contenido .titulo {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 500;
}
#homeC .contenido .colIzq .titulo {
	margin-top: 0px;
}
#homeC .contenido.diagonal .colDer .titulo {
	margin-top: 60px;
}
#homeC .subtitulo {
	margin: 5px 0px 25px 0px;
}
#homeC .contenido .fecha, #noticiasC .contenido .fecha {
	margin: 10px 0 40px 0;
	font-size: 14px;
	color: #a3a8ac;
}
#homeC .contenido.home .fecha {
	margin: 10px 0 10px 0;
	font-size: 18px;
}
#homeC .contenido .texto, #noticiasC .contenido .texto {
	text-align: justify;
}
.contenedor .pie {/*
	border-top: solid 2px #353f43;
	background: url(../images/pie.jpg) top right #1c2125;
	height: 100px;
	width: 100%;*/
}
.contenedor #pie {
	color: #696d70;
}
#layers {
	overflow: hidden;
	position: relative;
}
.layer {
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	position: fixed;
	z-index: -1;
}
#layers, .layer {
	background-repeat: no-repeat;
	min-height: 800px;
}
.layerbg {/*
	background-image: url('../images/home2016-00.jpg');
	background-position: center -126px;*/
	top: -106px;
	position: absolute;
}
.layer1 {
	/*	background-image: url('../images/prueba/ilu_03x.png');
*/	background-position: left bottom;
}
.layer2 {
/*	background-image: url('../images/prueba/ilu_02x.png');
*/}
.layer3 {
	background-image: url('../images/home2016-01.png');
	background-position: center 20px;
}
.layer4 {
	background-image: url('../images/lineasHome.png');
	background-position: right bottom;
}
.layeroverlay {
	background-image: url('../images/prueba/ilu_overlay.png');
}
#homeC .contenido.diagonal, #noticiasC .contenido.diagonal {
	transform: skew(0deg, -4deg);
	-webkit-transform: skew(0deg, -4deg);
	-moz-transform: skew(0deg, -4deg);
	-o-transform: skew(0deg, -4deg);
	-ms-transform: skew(0deg, -4deg);
	padding: 100px 30px 150px 30px;
}
form {
	text-align: left;
}
label {
	font-size: 22px;
}
input, textarea {
	font-size: 16px;
	width: calc(100% - 8px);
	border: none;
	padding: 4px;
	margin-top: 5px;
	height: 25px;
	background: transparent;
	border-bottom: 1px solid #353f43;
}
textarea {
	border: 1px solid #353f43;
	border-top: none;
	border-right: none;
}
input[type="submit"], input[type="reset"] {
	margin: 0 auto;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #353f43;
	height: 35px;
	width: 350px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	font-size: 20px;
	background-color: #b14722;
}
input[type="reset"] {
	margin-left: 10px;
}
textarea {
	height: 100px;
}
#formulario {
	width: 600px;
}
#homeC #correos .texto .low {
	font-size: 22px;
	color: #b14722;
}
#homeC #correos .texto strong {
	font-size: 18px;
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#homeC #correos .texto strong:hover {
	color: #60322f;
	opacity: 1;
}
#homeC #correos .correo {
	margin: 50px 0px 50px 0px;
	text-align: center;
}
.validation-message {
	color: #b14722;
	float: right;
	width: calc(100% - 10px);
	text-align: center;
	font-size: 16px;
	padding: 5px 5px 15px 5px;
}
.obligado {
	color: #b14722;
}
.redes {
	width: 100%;
	z-index: 99999;
}
.redes p img {
	width: 62px;
	opacity: 0.5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.redes p img:hover {
	opacity: 1;
}
.redes p {
	display: inline;
	margin: 0px 60px 0px 60px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#noticiasC .contenidoBG.nota1, #noticiasC .contenidoBG.nota2 {
	color: #e8eaea;
}
#noticiasC .contenidoBG.nota1 .contenido .fecha, #noticiasC .contenidoBG.nota2 .contenido .fecha {
	color: #e8eaea;
}
#noticiasC .contenidoBG.nota1 .contenido, #noticiasC .contenidoBG.nota2 .contenido {
	text-align: left;
}

@media only screen and (min-device-width: 1617px) and (min-width: 1617px) {
.contenedor .freewall {
	-webkit-column-width: 530px;
	-moz-column-width: 530px;
	column-width: 530px;
}
}

@media only screen and (min-device-width: 350px) and (max-device-width: 1616px) and (min-width: 350px) and (min-width: 1616px) {
.contenedor .freewall {
	-webkit-column-width: 430px;
	-moz-column-width: 430px;
	column-width: 430px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	video {
		display: none;
	}
#menuBar {
	position: relative;
	background: url(../images/bg-headV1.png)  -150px -100px no-repeat, url(../images/bg-headV2.png) 400px -110px no-repeat, url(../images/bg-menuBar.png) #1c2125;
	height: 150px;
}
#menuBar #logo {
	position: relative;
	top: 3px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	background: url(../images/logo-menuBar-movil.png) no-repeat center, url(../images/bg-head.png) repeat-x center -10px;
	height: 150px;
}
#botonera {
	position: relative;
	top:0px;
	height: 64px;
	font-size:2.0rem;
}
#botonera div, #botonera a {
	height: 64px;
}
#botonera p {
	margin: 15px 0 0 0;
	opacity: .6;
}
#homeH, #portafolioH, #noticiasH, #contactoH {
}
#home, #portafolio, #noticias, #contacto {
	background: none !important;
	text-indent: 0px !important;
}

#botonera #home {
	left: 20px;
	width: 120px;
	overflow: hidden;
}
#botonera #homeH {
	display: none;
	left: 20px;
	width: 120px;
	background: none;
	text-indent: 0px;
	overflow: hidden;
}
#botonera #portafolio {
	left: 140px;
	width: 170px;
	overflow: hidden;
}
#botonera #portafolioH {
	display: none;
	left: 140px;
	width: 170px;
	background: none;
	background-position: center;
	text-indent: -10px;
	overflow: hidden;
}
#botonera #noticias {
	left: 310px;
	width: 150px;
	overflow: hidden;
}
#botonera #noticiasH {
	display: none;
	left: 310px;
	width: 150px;
	background: none;
	text-indent: -5px;
	overflow: hidden;
}
#botonera #contacto {
	left: 460px;
	width: 150px;
	overflow: hidden;
}
#botonera #contactoH {
	display: none;
	left: 460px;
	width: 150px;
	background: none;
	text-indent: -5px;
	overflow: hidden;
}

#botonera #vimeo {
	right: 180px;
	width: 60px;
}
#botonera #linkedin {
	right: 120px;
	width: 60px;
}
#botonera #facebook {
	right: 60px;
	width: 60px;
}
#botonera #twitter {
	right: 0px;
	width: 60px;
}
#homeC .home .colDer {
	float:none;
	width: auto;
	margin: 0 auto;
	padding: 0 !important;
}
#homeC .home .colIzq {
	float:none;
	width: auto;
	margin: 0 auto;
	padding: 0 !important;
}
.bloque {
	display:none;
}
.contenido {
	font-size: 2rem;
}
#homeC .contenido.home .fecha {
	font-size: 1.5rem;
}
#homeC .contenido.home {
	height: 1550px !important;
}
#homeC .contenido, #noticiasC .contenido {
	width: calc( 100% - 20px );
	padding: 20px;
}
.contenedor {
	position: relative;
	top: -106px;
}
.contenedor#homeC {
	height:5020px !important; 
}
}
