.information {
	width:100% !important;
	max-width:100% !important;
}

.enConstruccion .category-content {
	text-align:left;
	min-height:300px;
}

.enConstruccion .category-content h2 {
	text-transform:uppercase; 
	font-weight:600;
	font-size: 24px;
	color: #8f8481;
}

* {
	border:0;
	margin:0;
	padding:0;
}


body { font-family: "Dosis", sans-serif; color: #000; }
.tabla { display: table; }
.celda { display: table-cell; vertical-align: middle; }
.fix { clear:both; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#content, .wrap {
	width:100%;
	max-width:1400px;
	margin:0 auto 0 auto;
	padding:0;
}

#mobile-content {
	display:none;
}


/* HOMEPAGE */

#main {
	width:100%;
	max-width:1400px;
	position:relative;
	margin:auto;
	overflow:hidden;
}

.maintop {
	height:76px;
	background:#fff;
	padding:0 10.5%;
	display:table;
	width:100%;
}

.home .maintop {background-color: #55595c;
}

.maintop .logo {	
    height: 76px;
    float: left;
    width: 206px;
    display: table-cell;
    vertical-align: middle;
}

.maintop .logo a {
	background: url('images/logo-header-web.png') center left no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.home .maintop .logo a {
	background: url('images/arquimadera-logo.png') center left no-repeat;
	background-size: contain;
}	

.menu-link {
	height:76px;
	cursor: pointer;
	float:right;
}

.menu-link a {
	width:100%;
	height:100%;	
}

#menu {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #8f8482;
	z-index:99;
}

#contacto {
	display:none;	
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #fff;
	z-index:99;	
}

#contacto .datos {
	background: #55595c;
	color:#fff;
}	



.colhome1 {	
	width:40%;
	/*max-width:521px;*/
	float:left;
}

.colhome2 {	
	width:60%;
	/*max-width:779px;	*/
	float:left;
}

.colhome2-1, .colhome2-5 {
	float:left;
	width:70%;	
}	

.colhome2-2, .colhome2-6 {
	float:left;	
	width:30%;
}	

.cocinar {
	width:100%;
	height:391px;
	background:url('images/homepage/cocinar.png') no-repeat center center;
	background-size: cover;
}

.overlay {
	background:rgba(0,0,0,0.3);	
	display:none;
	background-blend-mode: multiply;
	width:100%;
	height:100%;
}

.grayscale {
   	-webkit-filter: grayscale(1); 
	-moz-filter: grayscale(1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; 
	filter: grayscale(1);
}

.seccion a, .seccion a:visited {
	display:block;
	font-family: "Dosis", sans-serif;
	width:100%;
	height:100%;
	color: #fff;
	font-size:25px;
	text-transform: uppercase;
	padding:60px;
	text-decoration: none;
}

.vestir {
	background:url('images/homepage/vestir.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;
}

#menu .top {	
	height:76px;	
	padding:0 10.5%;
	display:table;
	width:100%;
}

#menu .logo-menu {
    height: 76px;
    float: left;
    width: 206px;
    display: table-cell;
    vertical-align: middle;	
}

#menu .logo-menu a {
	background:url('images/logo-menu.png') no-repeat center left;
	background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

#menu .menu-lineas {
	float:right;
	width:35px;
	height:76px;
	cursor:pointer;
}

#menu .menu-lineas .linea:nth-child(1) {
	display:none;
}

#menu .menu-lineas .linea:nth-child(2) {
	transform: rotate(45deg);
	position:absolute;
}

#menu .menu-lineas .linea:nth-child(3) {
	transform: rotate(-45deg);
	position:absolute;
}

#menu .bottom {
	background:#fff;
	padding:30px 0 40px 0;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	color: #8f8481;
}

#menu .nav {
	padding: 15px 0 0 10.5%;	
}

#menu .nav ul { 
	float:left; 
	background:none;
	position:relative;
}


#menu .nav ul ul {
	position:absolute;
	left:400px;
	border:0;
	top:0;
	width:500px;
}

#menu .nav ul li {
	display:block;
	float:none;
	border:0;
}

#menu .nav li:first-child {
	width:200px;
}

#menu .nav li a  {
	font-family: "Dosis", sans-serif;
	font-size:20px;
	text-transform: uppercase;
	padding:0 0 10px 0;
	border:0;
	width:500px;
	display:block;
}

#menu .nav ul li ul li a {
	padding:0 0 5px 0;

}

#menu .nav li a:hover, #menu .nav li:hover {
	text-decoration:none;
	color: #b5a5a0;
}

#menu .nav li a:last-of-type {
	margin-bottom:0; 
}

#menu .bottom .logo-pie {
	background:url('images/arquimadera-logo-marron.png') no-repeat center center;
	height:39px;
	margin-bottom:19px;
}

#menu .bottom #inner-footer a {
	color: #8f8481;
	text-decoration:none;
}

#menu .bottom p {
	line-height:27px;
	padding:3px;
	margin:0;
}

#menu .bottom a span {
	display:none;
}

#menu .bottom .face {
	background: url('images/icono-face-menu.png');
	width: 16px;
	height:16px;
	display: inline-block;		
}

#menu .bottom .insta {
	background: url('images/icono-insta-menu.png');
	width: 16px;
	height:16px;
	display: inline-block;		
}

.linea {
	width:35px;
	height:4px;
	display:block;
	background: #8f8481;
	margin:0 auto 6px auto;
}

.home .linea, .top .linea {
	background: #fff;
}

.linea:last-of-type {
	margin-bottom:0;
}

.sistemas {
	background:url('images/homepage/sistemas.png') no-repeat center center;;
	height:521px;
	width:100%;
	background-size: cover;	
}

.sistemas .overlay a {
	padding:65px 50px;
}

.detalle01 {
	background:url('images/homepage/detalle01.png') no-repeat center center;;
	height:261px;
	width:100%;
	background-size: cover;		
}

.descansar {
	background:url('images/homepage/descansar.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;	
}

.novedades {
	background: #725b5e;
	width:100%;
	height:130px;
}

.novedades a {	
	font-family: "Dosis", sans-serif;
	width:100%;
	height:100%;
	color: #fff;
	font-size:25px;
	padding:0 60px;
	text-transform: uppercase;	
	text-decoration: none;
}

.novedades a:hover {
	color: #b19296;
}	

.crear-organizar {
	background:url('images/homepage/crear-organizar.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;	
}

.magis, .casa-foa {	
	height:391px;
	width:50%;
	background-size: cover;	
	float:left;
}

.magis {
	background: url('images/homepage/magis.png') no-repeat center center;;
	background-size: cover;
}

.casa-foa {
	background: url('images/homepage/casa-foa.png') no-repeat center center;;
	background-size: cover;
}

.puertas {
	background:url('images/homepage/puertas.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;	
}

.interiorismo {
	background:url('images/homepage/interiorismo.png') no-repeat center center;;
	height:521px;
	width:100%;
	background-size: cover;		
}

.colhome2-3, .colhome2-4 {
	float:left;
	width:50%;	
}

.postventa {
	background: #458983;
	width:100%;
	
}

.homepage .postventa {
	padding-top:46px;
	padding-bottom:46px;
}

.postventa a {	
	font-family: "Dosis", sans-serif;
	width:100%;
	height:100%;
	color: #fff;
	font-size:25px;
	padding:0 60px;
	text-transform: uppercase;	
	text-decoration: none;
}

.postventa a:hover {
	color: #6cb0aa;
}

.aseo {
	background:url('images/homepage/aseo.png') no-repeat center center;;
	height:392px;
	width:100%;
	background-size: cover;		
}

.casa-foa2 {
	background:url('images/homepage/casa-foa2.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;		
}

.estar {
	background:url('images/homepage/estar.png') no-repeat center center;;
	height:391px;
	width:100%;
	background-size: cover;		
}

/* CATEGORIAS */ 

.top-content {
	background: #fff;
	height:130px;
	width:100%;
	max-width:1400px;
	margin:auto;
	padding:0 130px;
}

.top-content .logo {
	width:242px;
	height:130px;
	float:left;
}

.top-content .logo a {
	background: url('images/arquimadera-logo-gris.png') center center no-repeat;
	width:100%;
	height:100%;
	display:block;

}

.top-content .menu-link-site {
	float:right;
	height:100%;
	cursor:pointer;
}


.top-content .menu-link-site .linea {
	background: #8f8481;
}

.category-title {
	height:77px;
	background: #8f8481;
	width:100%;
	max-width:1400px;
	padding:0 130px;
	margin:auto;
}	

.category-title h2 {
	color:#fff;
	font-family: "Dosis", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight:400;		
}

.category-image {
	width:100%;
	height:445px;
}

.category-description {	
	font-family: "Dosis", sans-serif;
	font-size: 22px;
	color: #000;
	line-height: initial;
	text-align:left;	
		
}

.category-image .category-desc p {
	padding:5px 0;
}

.category-desc .description {
	background:rgba(255,255,255, 0.7);
	padding:25px 20px 25px 130px;
	width:50%;
}

.category-content {	
	padding:50px 10.5%;
	background: #fff;
	text-align:center;
}

.category-vestir .category-content, .category-interiorismo .category-content, 
.category-cocinar .category-content, .category-crear-organizar .category-content, 
.category-descansar .category-content, .category-estar .category-content,
.category-bano .category-content, .category-puertas .category-content {
	padding:50px 7.7%;
}

.post-content {	
	padding:50px 10.5%;
	background: #fff;
	text-align:left;
}

.category-content ul {
	text-align:left;
}

.category-content ul li {
	padding:10px 0;
}

.category-content ul li a, .category-content ul li a:visited, .category-content ul li a:active {
	color: #8f8481;
	font-weight:600;
	text-transform: uppercase;
	font-size:22px;
	cursor:pointer;
	text-decoration:none;
}

.category-content ul li .subcat-link span {
	font-weight:400;
}

.category-content ul li a:hover {
	color: #c1b6b3;
}

.images-container {	
	margin-right:15px;
	margin-bottom:15px;
	width:196px;
	height:170px;
	position:relative;
	overflow:hidden;
	display:inline-block;
	text-align:left;	
}

.images-container:last-child {}

.content-sub-cat {
	text-align:center;
	display:none;	
	/*height:170px;*/
	overflow:hidden;
    -webkit-transition: height 1s;
    transition: height 1s;
}

.content-sub-cat.active {
	display:block;
	height:auto;
    -webkit-transition: height 1s;
    transition: height 1s;
}



.content-sub-cat .category-description .tit {
	font-weight: 500;
}

.images-container img {
	position:absolute;
	top:0;
	left:-140px;
}

.category-novedades .images-container img {   
    height: 100%;
    width: auto;
    left:0;
}

.images-container.vertical img {	
	top:-70px;
	left:0;
}

.images-container.horizontal img {	
	top:-16px;
	left:-50px;
}

.anima {
	background: #725b5e;
}

.alumina {
	background: #458983;
}

.armabile {
	background: #55595c;
}

#lightbox-container-image-data-box {
	background: rgba(0,0,0,0.6) !important;
	font: 16px "Dosis", sans-serif !important;	
	bottom:52px !important;	
	position:relative;
	font-weight: normal;
	z-index:999;
	padding-right:0 !important;
}

#lightbox-container-image-data {
	color: #fff !important;
	text-transform: uppercase;
}

#lightbox-image-details-currentNumber {
	display:none !important;
}

#lightbox-image-details-caption {
	font-weight: normal !important;
}

#lightbox-container-image-data #lightbox-image-details {
	padding-top:5px;
	display:none;
}

#lightbox-secNav-btnClose {
	padding-top:5px;
	width:17px !important;
}

.lb-data .lb-details { display:none !important; }

/* PAGINAS */

.page-template-postventa .category-title {
	background-color: #458983;
}

.page-template #content {
	background: #fff;
}

.contenido {
	padding:58px 10.5%;
	background: #fff;
}

.contenido h5, .contenido h6, .contenido .h5, .contenido .h6 {
	font-family: "Dosis", sans-serif;
	color:#000;
	line-height:initial;
	margin:3px 0;
	padding:3px 0;
	font-size:24px;	
	font-weight:normal;
	text-transform: none;
	letter-spacing: normal;
}

.contenido h6, .contenido .h6  {
	font-size:21px;	
}

.page-template-postventa .contenido h5 {
	margin-bottom: 35px;
}

/* CATEGORIA NOVEDADES */

.category-novedades .category-content {
	padding: 50px 8.5%;
}

.category-novedades .article {
	float:left;
	display:inline-block;
	text-align:left;
	width:196px;
	height:325px;
	margin-right:13px;
	margin-bottom:46px;
}

.article .images-container {
	margin-right:0;
}

.article .title {
	font-size:19px;
	font-weight:600;
	line-height:initial;
	margin:10px 0 25px 0;
}

.article .vermas a {
	text-transform: uppercase;
	color: #725b5e;
	font-size:15px;
	text-decoration:none;
}

.article .vermas a:hover {
	color: #9a8588;
}

.category-novedades .row {
	clear:both;
	height:400px;

}

.category-novedades /*.row*/ .article:nth-child(5) {
	margin-right:0;
}

/* CATEGORIA MAGIS // DEPTO de OBRAS */

.grillaCompleta, .contactarse {
	text-align:left;	
}

.contactarse {
	margin-top:40px;
}

.grillaCompleta a, .contactarse h5 {
	font-size: 24px;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
}

.grillaCompleta a:hover {
	text-decoration:underline;
}

.contactarse p, .contactarse a {
	font-size:22px;
	color:#000;
	text-decoration:none;
	margin-top:0;
}

.contactarse a:hover {
	text-decoration:underline;
}



/* SINGLE POST */

.post-image {
	width:100%;
	margin-bottom:35px;
}

.post-image img {
	width:100%;
	height:auto;	
}

.post-content .date {
	font-size:22px;
	margin-bottom:35px;
}

.post-content .titulo {
	font-size: 28px;
	font-weight: 600;
	margin-bottom:13px;
}

.post-content .excerpt {
	font-size: 25px;
	margin-bottom:45px;
}

.post-content .thecontent {
	font-size:20px;	
	text-align: justify;
  	text-align-last: left;
}

/* CONTACTO */

.contacto {
	color: #55595c;
}

.category-title.contacto {
	background-color: #55595c;
}

.contenido.contacto .left {
	width:50%;
	font-size:22px;
}

.contenido.contacto a {
	text-decoration:none;
	color: #55595c;
}

.contenido .nombre input {
	width:308px;
}

.contenido .empresa input {
	width:400px;
}

.contenido .direccion input {
	width:400px;
}

.contenido .email input {
	width:400px;
}

.contenido .telefono input {
	width:400px;
}

.contenido .motivo, .contenido .motivo textarea {
	width:100%;
}

/* FORMULARIO POSTVENTA */	

form br {
	display:none;
}

.row {
	clear:both;
	margin-bottom:45px;
}

.no-bottom {
	margin-bottom:0;	
}

.page-template-postventa form {
	padding-left:50px;
	padding-top:85px;
}

form .aclaracion {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
	font-weight:normal;
}

form label {
	float:left;
	margin-right:15px;
	font-family: "Dosis", sans-serif;
	font-size:20px;
	text-transform:uppercase;
}

form .tels {
	padding-left: 99px;
}

form .tels:nth-child(2) {
	padding-left: 105px;
}

form .tels label {
	font-size: 16px;
	font-weight: 300;
}

span.wpcf7-not-valid-tip {
	font-family: "Dosis", sans-serif;
	text-transform: none;
	font-size:1em;
}

form .desc {
	font-family: "Dosis", sans-serif;
	font-size:16px;
	font-weight:300;
	clear:both;
	padding:5px 0;
}

form .wpcf7-form-control-wrap {
	float:left;
}

form input[type="text"], form input[type="email"], form input[type="date"] {
	margin:0;
	background:transparent;
	border-bottom:1px solid;
	border-radius:0;
	line-height: 23px;
	padding:0;
	height:initial;
}

form textarea {
	width:938px;
	height:230px;
}

form input[type="submit"] {
	font-family: "Dosis", sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color:#fff;
	background: #458983;
	padding:10px 12px;
}

.contacto form input[type="submit"] {
	background: #676767;
}

.verde {
	color:#458983;
}

.contacto h5 {
	text-transform: uppercase;
	color: #55595c;
	font-size:22px;

}

/* EMPRESA */ 

.empresa .center {
	padding:0 140px;	
}

.empresa .center p {
	font-size: 22px;
	line-height: initial;
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;    
	color: #939598;
}

.empresa .center h3 {
	font-size:22px;
	font-weight:500;
	color: #8f8481;
	text-align:right;
}

.empresa hr {
	background: #8f8481;
	height:4px;
	width:100%;
	margin:70px 0;
}

.contenido.empresa h2 {
	font-size: 24px;
	font-weight:600;
	color: #8f8481;
}

.empresa .texto {
	width:59%;
	padding-right:35px;
}

.empresa .texto .alignright {
	float:right;
}

.empresa .texto .medium {
	font-weight: 500;
}

.empresa .imagenes {
	width:41%;
}

.empresa .imagenes img {
	width:100%;
	height:auto;
}

.empresa .left p {
	font-size:22px;
	line-height: initial;	
}

.empresa .wp-caption {
	padding:0;
	width:100% !important;
	background: none;
	margin-bottom:30px;
}

.empresa .wp-caption p.wp-caption-text {
	font-size:18px;
	text-align:left;
	color: #8f8481;
}

/* SHOWROOM */

.showroom .texto {
	font-size:24px;
	line-height:initial;
}

.showroom .mapa {
	width:687px;
}

/* FOOTER */

footer, .footer {
	width:100%;
	max-width:1400px;
	margin:auto;	
	text-align:center;
	background: #55595c;
	padding:30px;
}

.logo-pie {
	background:url('images/logo-pie.png') no-repeat center center;
	height:39px;
	margin-bottom:19px;
}

footer p, footer a {
	font-family: "Dosis", sans-serif;
	font-size:18px;
	color: #fff;
	line-height:27px;
	padding:3px;
	margin:0;
	text-decoration:none;
}



footer a span {
	display:none;
}

footer .face {
	background: url('images/logo-face.png');
	width: 16px;
	height:15px;
	display: inline-block;		
}

footer .insta {
	background: url('images/logo-insta.png');
	width: 16px;
	height:15px;
	display: inline-block;		
}

/* MOBILE RESPONSIVE */

@media only screen and (max-width: 1024px) {
	.overlay {
		display:block;
	}

}

@media only screen and (max-width: 938px) {

	#web-content {
		display:none;
	}

	#mobile-content {
		display:block;
	}

	.colhome1, .colhome2, .colhome2-1, .colhome2-5, .colhome2-3, .colhome2-4, .colhome2-2, .colhome2-6,
	.magis, .casa-foa  {	
		width:100%;
		max-width:100%;
		float:none;
	}
	.menu-link, .detalle01, .category-image .category-desc, .top-content, .maintop {
		display:none;
	}

	#wprmenu_bar {
		height:53px !important;
	}

	#wprmenu_bar .bar_logo {
		height:35px !important;
	}

	#wprmenu_bar .wprmenu_icon {
		margin-top:7px;
		width:25px !important;
	}

	#wprmenu_bar .wprmenu_icon span {
		width:25px !important;
	}

	#wprmenu_menu ul {
		margin-top:11px;
	}

	.overlay {
		display:block;
	}

	.seccion a, .seccion a:visited, .novedades a, .postventa a {
		padding:10%;
	}

	.home .postventa a {
		padding:0 10%;
	}

	.category-image {
		height: 20em;
	}

	.category-title {
		background: #fff;
		padding:0;
	}	

	.category-title h2 {
		color:#55595c;
	}

	.page-template-postventa .category-title h2 {
		color: #fff;
	}

	.category-title h2 {
		width:100%;
		text-align:center;
	}

	.category-content {
		padding:10px;
		text-align:center;
		width:100%;
		margin:auto;
	}

	.images-container {
		float:none;
		display:inline-block;
		margin-right:0;
		width:100px;
		height:87px;
	}

	.category-novedades .article {
		width:136px;
		height:255px;
	}

	.category-novedades .article:nth-child(5) {
		margin-right:13px;
	}

	.category-novedades .article .images-container {
		width:100%;
	}

	.images-container a, .images-container a:hover, .images-container a:visited {
		font-size:16px;
	}

	.anima img, .alumina img, .armabile img {
		width:150%;
		height:auto;
	}

	.page-template-postventa form {
		padding-left:0;
	}

	form textarea {
		width:100%;
	}

	.left, .right {
		float:none !important;
		width:100% !important;
	}

	.empresa .center {
		padding:0;
	}

	.empresa .texto {
		padding-right:0;
	}

	.showroom .mapa {
		width:100%;
	}


}