@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*
font-family: 'Open Sans', sans-serif;
*/
html, body {
	background-color:#fff;
	color:#000;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	height:100%;
	line-height:1.2em;
	position: relative;
	}

/* ---------- // reset // ------------------- */
img,
ol, ul, li, 
h1, h2, h3, h4, h5, h6 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
/* ---------- // a general // ------------------- */

a, a:visited, a:hover {
	color: #81d3f3;
	text-decoration:underline;
	}

/* ---------- // z index // ------------------- */
.paneluno div.in .sucursales {z-index: 10;}
header {z-index:11;}
div#black {z-index:12;}
nav {z-index:13;}
div.toggle{z-index:14;}
div.toggle input#togglebutton{z-index:15;}
div.toggle input#togglebutton[type=checkbox] + label {z-index:16;}

/* ---------- // H // ------------------- */

body#cocinas h2,
body#closets h2,
body#oficina h2,
body#nosotros h2,
body#contacto h2,
body#disena h2 {
	background-image: url(../svg/pattern.svg);
	background-size:8px 8px;
	background-repeat:repeat;
	font-weight: 300;
	float: left;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
	}
	@media only screen and (max-width:720px) {
	body#cocinas h2,
	body#closet h2,
	body#oficina h2,
	body#nosotros h2,
	body#contacto h2,
	body#disena h2 {
	text-align: center;
	}}
	@media only screen and (max-width:620px) {
	body#cocinas h2,
	body#closets h2,
	body#oficina h2,
	body#nosotros h2,
	body#contacto h2,
	body#disena h2 {
	margin-top:60px;
	}}

body#cocinas h2 {
	background-color:rgba(249, 210, 131, 0.6);
	}
body#closets h2 {
	background-color:rgba(129, 211, 243, 0.8);
	}
body#oficina h2 {
	background-color:rgba(180, 237, 184, 1.0);
	}
body#nosotros h2,
body#contacto h2,
body#disena h2 {
	background-color:#c6c6c6;
	}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ESTRUCTURA >>>>>>>>>>*/	
header,
#banner,
.paneluno,
.paneldisena,
section,
footer{
	display: block;
	float: left;
	height: auto;
	width: 100%;
	}

div.in{
	display: block;
	height: auto;
	float: none;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width:960px;
	}
	@media only screen and (max-width:980px) {
	div.in{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	div.in{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	div.in{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	div.in{
	width:90%;
	}}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HEADER >>>>>>>>>>*/	
header {
	background-color:#fff;
	height:auto;
	position: relative;
	text-align: center;
	}
	@media only screen and (max-width:620px) {
	header {
	text-align: left;
	position: fixed;
	}}

header a.logotipo{	
	display:block;
	height:auto;
	float: left;
	margin:10px 0px;
	overflow: hidden;
	padding: 0px;
	width:130px;
	}
	@media only screen and (max-width:720px) {
	header a.logotipo{
	display:inline-block;
	float: none;
	height:auto;
	width: 160px;
	}}
	@media only screen and (max-width:620px) {
	header a.logotipo{
	width:80px;
	}}



header a.logotipo img{	
	display:block;
	height:auto;
	float: left;
	margin:0px;
	padding: 0px;
	width:100%;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NAV >>>>>>>>>>*/	
nav {
	float: right;
	height: auto;
	margin:0px;
	width: auto;
	}
	@media only screen and (max-width:720px) {
	nav {
	margin:0px 0px 0px 0px;
	width:100%;
	}}
	@media only screen and (max-width:620px) {
	nav {
	display:block;
	background-color: #fff;
	bottom: 0px;
	box-shadow:3px 0px 3px rgba(0, 0, 0, 0.2);
	left: 0px;
	margin-left: -290px;
	position: fixed;
	top: 0px;
	text-align: center;
	width:280px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s ; /* Safari and Chrome */
	-o-transition:all 0.2s ;   /* Opera */
	-moz-transition:all 0.2s ; /* Mozilla Firefox */
    -ms-transition:all 0.2s;   /* Internet Explorer */


    -webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}}

nav a.logotipo {
	display: none;
	}
	@media only screen and (max-width:620px) {
	nav a.logotipo{
	display: inline-block;
	float: none;
	height:auto;
	margin:20px 0px;
	width: 160px;
	}}


nav ul{
	display: block;
	float: left;
	height: auto;
	margin:20px 0px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	nav ul{
	background-color:#b5b0b0;
	background-image: url(../svg/pattern2.svg);
	background-size:5px 5px;
	background-repeat:repeat;
	}}

nav ul li{
	display:inline-block;
	height: auto;
	width: auto;
	}
	@media only screen and (max-width:620px) {
	nav ul li{
	display: block;
	height: auto;
	margin:0px;
	width:100%;
	}}

nav ul li a,
nav ul li a:visited{
	color: #000;
	display:block;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	line-height:40px;
	font-size:0.8em;
	margin:0px;
	padding:0px 10px;
	text-decoration:none;
	text-transform: uppercase;
	width: auto;
	}
	@media only screen and (max-width:820px) {
	nav ul li a,
	nav ul li a:visited {
	font-size: 1em;
	padding:0px 6px;
	}}
	@media only screen and (max-width:620px) {
	nav ul li a,
	nav ul li a:visited {
	color: #fff;
	height:46px;
	font-size:1.2em;
	line-height:46px;
	padding: 0px;
	margin:2px 0px;
	}}


nav ul li a:hover{
	background-color:#b5b0b0;
	color: #fff;
	text-decoration:none;
	}
	@media only screen and (max-width:620px) {
	nav ul li a:hover{
	background-color:#81d3f3;
	}}


/*
---------- Menu toggle para moviles -------------------- */
div.toggle {
	display: none;
	height:40px;
	position: fixed;
	width:60px;
	top: 15px;
	right: 15px;
	}
	@media only screen and (max-width:620px) {
	div.toggle {
	display: block;
	}}


input#togglebutton {
	display: none;
	}

input#togglebutton[type=checkbox] {
	visibility: hidden;
	}


input#togglebutton[type=checkbox] + label{
	background-color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height:20px;
	padding:10px; 
	position:relative;
	width:40px;
	}

input#togglebutton[type=checkbox] + label:before {
	bottom: 0px;
	content: "";
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight:700; 
	font-size:2.2em;
	line-height: 40px;
	left: 0px;
	position:absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	}

input#togglebutton[type=checkbox]:checked + label:before {
	content: "×";
	}


input#togglebutton[type=checkbox] + label span{
	background-color: #000;
	border-radius: 2px;
	display: block;
	float: left;
	height:4px;
	margin-bottom:4px;
	width:100%;
	}

input#togglebutton[type=checkbox]:checked + label span{
	display:none;
	}

.show {
	-webkit-transform: translate(290px, 0px);
	-moz-transform: translate(290px, 0px);
	-o-transform: translate(290px, 0px);
	-ms-transform: translate(290px, 0px);
	transform: translate(290px, 0px);
	}

div#black {
	background-color: #000;
	display: none;
	opacity: 0.9;
	bottom: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	}


.showdos{
	display: block!important;
	opacity: 0.5!important;
	}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< SECTION >>>>>>>>>> */
.wall {
	float: left;
	height: auto;
	margin: 20px 0px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap:10px;
	width: 100%;
	}

.wall a{
	display: inline-block; 
	height: auto;
	margin-bottom:1px;
	width: 100%;
	}

.wall a img{
	display:block;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

.desarrollos {
	float: left;
	height: auto;
	margin: 20px 0px;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap:10px;
	width: 100%;
	}

.desarrollos img{
	display: inline-block;
	height: auto;
	margin-bottom:10px;
	width: 100%;
	}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ARTICLE >>>>>>>>>> */
article, 
aside {
	float: left;
	margin-top: 15px;
	}

article {
	width: 60%;
	}
	@media only screen and (max-width:620px) {
	article{
	width:100%;
	}}

p.center{ text-align: center; }


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ASIDE >>>>>>>>>> */
aside {
	margin-left: 5%;
	width:35%;
	}
	@media only screen and (max-width:620px) {
	aside{
	margin-left:0%;
	margin-bottom: 15px;
	width:100%;
	}}

aside img{
	float:left;
	height: auto;
	width:100%;
	}


aside  .sucursales {
	background-color: #f0f0f0;
	border-radius:0px 0px 10px 10px;
	height:auto;
	float: left;
	position: relative;
	width:100%;
	}

aside  .sucursales p{
	height:auto;
	float: left;
	margin:15px 10%;
	width:80%;
	}

div.sucursales a.contacto{
	background-color:rgba(249, 210, 131, 0.8);  
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 30px 10% 20px 10%;  
	text-align: center;
	text-decoration: none;
	width: 80%
	}

div.sucursales a.contacto:hover{
	background-color:rgba(249, 210, 131, 1.0);
	}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FOOTER >>>>>>>>>> */
footer {
	background-color: #f0f0f0;
	background-image: url(../svg/pattern.svg);
	background-size:8px 8px;
	background-repeat:repeat;
	margin-top: 15px;
	}


footer div.in p{
	color: #b5b0b0;
	font-size: 0.7em;
	line-height:1.4em;
	text-align:left;
	padding:5px 0px;
	}
	@media only screen and (max-width:620px) {
	footer div.in p{
	text-align: center;
	}}


footer div.in p a,
footer div.in p a:visited,
footer div.in p a:hover{
	text-decoration: underline;
	color: #b5b0b0;
	}

footer div.in p span{
	display: none;
	}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< INDEX BANNER >>>>>>>>>> */
#banner {
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    height: 400px;
    position: relative;
    }
	@media only screen and (max-width:620px) {
	#banner{
	background-position:center bottom;
	height:360px;
	}}

#banner div.texture{
	background-image: url(../svg/pattern2.svg);
	background-size:5px 5px;
	background-repeat:repeat;
	position: absolute;
	top:0px;
	bottom: 0px;
	left:0px;
	right:0px;
	}


.image1 {
	background-image: url(../images/banner1-1200.jpg);
	}
	@media only screen and (max-width:980px) {
	.image1{
	background-image: url(../images/banner1-1000.jpg);
	}}
	@media only screen and (max-width:820px) {
	.image1{
	background-image: url(../images/banner1-800.jpg);
	}}


.image2 {
	background-image: url(../images/banner2-1200.jpg);
	}
	@media only screen and (max-width:980px) {
	.image2{
	background-image: url(../images/banner2-1000.jpg);
	}}
	@media only screen and (max-width:820px) {
	.image2{
	background-image: url(../images/banner2-800.jpg);
	}}


.image3 {
	background-image: url(../images/banner3-1200.jpg);
	}
	@media only screen and (max-width:980px) {
	.image3{
	background-image: url(../images/banner3-1000.jpg);
	}}
	@media only screen and (max-width:820px) {
	.image3{
	background-image: url(../images/banner3-800.jpg);
	}}




#banner ul{
	float: left;
	height:auto;
	margin:0px;
	margin-top:100px;	
	text-align: center;
	width: 100%;
	}
	@media only screen and (max-width:620px) {
	#banner ul{
	margin-top:120px;	
	}}


#banner ul li{
	display: inline-block;
	float: none;
	height:200px;
	margin:0px;
	padding:0px;
	position: relative;
	width:28%;
    }
	@media only screen and (max-width:720px) {
	#banner ul li{
	width:31%;	
	}}



#banner ul li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border:0px solid #fff;
	color: #fff;
	font-size: 0.8em;
	height:80px;
	margin:0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	top:50%;
	margin-top: -40px;
	left: 0px;
	position: absolute;
	width: 100%;
	transition:all 0.2s;
	-webkit-transition:all 0.2s ; /* Safari and Chrome */
	-o-transition:all 0.2s ;   /* Opera */
	-moz-transition:all 0.2s ; /* Mozilla Firefox */
    -ms-transition:all 0.2s;   /* Internet Explorer */
    }
	@media only screen and (max-width:620px) {
	#banner ul li a{
	font-size: 0.7em;	
	}}


#banner ul li a:hover{
	height:200px;
	margin-top: -100px;
	}

#banner ul li:nth-child(1) a:hover {
	background-image:url(../images/cocinas.jpg);	
	}
#banner ul li:nth-child(2) a:hover {
	background-image:url(../images/closets.jpg);	
	}
#banner ul li:nth-child(3) a:hover {
	background-image:url(../images/inmobiliaria.jpg);	
	}



#banner ul li a h2{
	background-size:10px 10px;
	color:inherit;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;	
	height: 80px;
	line-height: 80px;
	position: absolute;
	top:50%;
	margin-top: -40px;
	text-align: center;
	text-transform: uppercase;
	transition:all 0.2s;
	-webkit-transition:all 0.2s ; /* Safari and Chrome */
	-o-transition:all 0.2s ;   /* Opera */
	-moz-transition:all 0.2s ; /* Mozilla Firefox */
    -ms-transition:all 0.2s;   /* Internet Explorer */
    width: 100%;
    }


#banner ul li:nth-child(1) a h2{
	background-color:rgba(249, 210, 131, 0.8);
	}
#banner ul li:nth-child(1) a:hover h2{
	background-color:rgba(249, 210, 131, 1.0);
	}

#banner ul li:nth-child(2) a h2{
	background-color:rgba(129, 211, 243, 0.8);
	}
#banner ul li:nth-child(2) a:hover h2{
	background-color:rgba(129, 211, 243, 1.0);
	}

#banner ul li:nth-child(3) a h2{
	background-color:rgba(180, 237, 184, 0.8);
	}
#banner ul li:nth-child(3) a:hover h2{
	background-color:rgba(180, 237, 184, 1.0);
	}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< INDEX PANEL UNO >>>>>>>>>> */
.paneluno {
	background-color: #b5b0b0;
	}
	@media only screen and (max-width:620px) {
	.paneluno{
	min-height:440px;
	}}

.paneluno div.in{
	height:auto;
	overflow: visible;
	position: relative;
	}

.paneluno div.in .sucursales {
	background-color: #fff;
	border-radius:10px;
	height:auto;
	left: 0px;
	top: 20px;
	position: absolute;
	width:35%;
	}
	@media only screen and (max-width:620px) {
	.paneluno div.in .sucursales{
	top:200px;
	width:100%;
	}}



.paneluno div.in .sucursales p{
	color:#666;
	float: left;
	font-size: 0.9em;
	height: auto;
	margin:5px 10%;
	padding:10px 0px;
	text-align: left;
	width:80%;
	}
	@media only screen and (max-width:820px) {
	.paneluno div.in .sucursales p{
	font-size: 0.8em;
	}}
	@media only screen and (max-width:620px) {
	.paneluno div.in .sucursales p{
	font-size: 0.9em;
	}}

.paneluno div.in .sucursales p:first-child {
	border-bottom: 1px solid #b5b0b0;
	margin-top:20px;
	}



.paneluno div.in p{
	color: #fff;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	margin-left: 40%;
	padding: 30px 0px;
	text-align: justify;
	width:60%;
	}
	@media only screen and (max-width:620px) {
	.paneluno div.in p{
	margin-left:0%;
	text-align: left;
	width:100%;	
	}}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< INDEX PANEL DISEÑA >>>>>>>>>> */

.bannerdisena {
	align-items:center;
	border-radius: 8px;
	box-sizing:border-box!important;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:flex-end;
	height:140px;
	overflow:hidden;
	position:relative;
	margin:10px 0px;
	width:620px;
	}
	@media only screen and (max-width:980px) {
	.bannerdisena{
	width:520px;
	}}
	@media only screen and (max-width:820px) {
	.bannerdisena{
	width:450px;
	}}
	@media only screen and (max-width:720px) {
	.bannerdisena{
	margin-top:40px;
	width:100%;
	}}
	@media only screen and (max-width:620px) {
	.bannerdisena{
	height:160px;
	margin-top:10px;
	width:100%;
	}}



.bannerdisena img {
	height:100%;
	object-fit:cover;
	object-position:60% center;
	opacity:0.8;
	width:100%;
	z-index:9;
	}



body#disena .bannerdisena {
	width:100%;
	}


.bannerdisena p {
	color: #000;
	float: right;
	font-size: 1em;
	right:20px;
	text-align:right;
	position:absolute;
	width:60%;
	z-index:10;
	}
	@media only screen and (max-width:720px) {
	.bannerdisena p {
	width:70%;	
	}}



.bannerdisena p b{
	color: #fff;
	background-color:#81d3f3;
	padding:0px 6px;
	}




.bannerdisena a:hover span {
	background-color:rgba(129, 211, 243, 1.0);
	color: #fff;
	}

.paneldisena .bannerdisena {
	float: right;
	}

/*---------------------------------
/// BRANDS  ///
----------------------------------*/
section.panel-brands {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	height:auto;
	max-width:100%;
	overflow-x:hidden;
	width:100%;
	}

section.panel-brands div.in{
	align-items:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	height:auto;
	min-height:auto;
	max-height:auto;
	max-width:1800px;
	min-width:55%;
	position:relative;
	}

section.panel-brands div.in{
	width:75%;
	}
	@media only screen and (max-width:1500px) {
	section.panel-brands div.in{
	max-width:94%;
	width:1000px;
	}}
	@media only screen and (max-width:1020px) {
	section.panel-brands div.in{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	section.panel-brands div.in{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	section.panel-brands div.in{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	section.panel-brands div.in{
	width:92%;
	}}


section.panel-brands div.in.thin{
	width:60%;
	}
	@media only screen and (max-width:1500px) {
	section.panel-brands div.in.thin{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	section.panel-brands div.in.thin{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	section.panel-brands div.in.thin{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	section.panel-brands div.in.thin{
	width:92%;
	}}


section.panel-brands div.in.full{
	width:94%;
	}
	@media only screen and (max-width:620px) {
	section.panel-brands div.in.full{
	width:92%;
	}}


section.panel-brands div.in.plus{
	max-width:100%;
	width:calc(100% - 1px)!important;
	}



section.panel-brands {
	background-color:#f0f0f0;
	padding:20px 0px;
	width:100%;
	}


section.panel-brands div.in{
	align-items:center;
	justify-content:center;
	}



section.panel-brands div.in > div{
	align-items:center;
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	height:80px!important;
	margin:10px;
	overflow:hidden;
	padding:10px;
	width:120px;
	}
	@media only screen and (max-width:1020px) {
	section.panel-brands div.in > div{
	height:75!important;
	width:110px;
	}}
	@media only screen and (max-width:920px) {
	section.panel-brands div.in > div{
	height:70!important;
	width:100px;
	}}
	@media only screen and (max-width:820px) {
	section.panel-brands div.in > div{
	height:65!important;
	width:90px;
	}}
	@media only screen and (max-width:720px) {
	section.panel-brands div.in > div{
	height:60!important;
	margin:5px;
	width:80px;
	}}
	@media only screen and (max-width:620px) {
	section.panel-brands div.in > div{
	height:55!important;
	width:70px;
	}}


.panel-brands img{
	height:auto;
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	width:100%;
	}

p.descripcion {
	font-size:2em;
	line-height:1.4em;
	}
	@media only screen and (max-width:920px) {
	p.descripcion {
	font-size:1.8em;
	}}
	@media only screen and (max-width:820px) {
	p.descripcion {
	font-size:1.7em;
	}}
	@media only screen and (max-width:720px) {
	p.descripcion {
	font-size:1.6em;
	}}
	@media only screen and (max-width:620px) {
	p.descripcion {
	font-size:1.4em;
	}}



p.descripcion i{
	color: #fff;
	background-color:#81d3f3;
	font-style: normal;
	padding:0px 6px;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< VARIOS >>>>>>>>>>*/
.hide { display:none!important;}