@import url("../css/bootstrapstyle.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';

@font-face {
    font-family: 'couturebold';
    src: url('fonts/couture-bld-webfont.woff2') format('woff2'),
         url('fonts/couture-bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'couturebold_italic';
    src: url('fonts/couture-bldit-webfont.woff2') format('woff2'),
         url('fonts/couture-bldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Arimobolder";
    src: url("../css/fonts/Arimo-BoldItalic.ttf");
}
@font-face {
    font-family: "Arimoitalic";
    src: url("../css/fonts/Arimo-Italic.ttf");
}
@font-face {
    font-family: "Arimoregular";
    src: url("../css/fonts/Arimo-Regular.ttf");
}
@font-face {
    font-family: "Arimobold";
    src: url("../css/fonts/Arimo-Bold.ttf");
}




#content-wrapper > * {display: block;}
*, *:focus, *:active {outline-color: transparent; moz-outline-color: transparent; box-shadow: none!important}
input::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
}

body {
    background-color: #fff;
    background-image: none!important;
    color: #7d7c80;
    font-family: "Arimoregular";
    font-size: 16px; 
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    overflow-x: hidden;
}
#carga {
    background: #002e62!important;
}
#carga2 #ip-container {
    background: #002e62
}
#carga2 .loaded {background: #fff!important}
#carga2 .loaded #texto-intro-home h2, #carga2 .loaded .enlace_compras a {color: #626262}
.listado {display: flex; align-items:center; justify-content:flex-start; flex-wrap:wrap;}
#page-content, #content-wrapper {height: auto;}


ul {list-style: none; padding: 0}
img {max-width: 100%; height: auto; border: none;}
.movil {display: none!important}
.left {display: inline-block; float: left}
.right {display: inline-block; float: right;}
a:hover {text-decoration: none;}
.no-padding {padding: 0!important}
.no-left {padding-left: 0}
.no-right {padding-right: 0}
.mar-btm-top-10{margin:10px 0!important;}
.mar-btm-top-20{margin:20px 0!important;}
.mar-btm-top-30{margin:30px 0!important;}
.mar-btm-top-40{margin:40px 0!important;}
.mar-top-10{margin:10px 0 0!important;}
.mar-top-20{margin:20px 0 0!important;}
.mar-top-30{margin:30px 0 0!important;}
.mar-top-40{margin:40px 0 0!important;}
.mar-top-50{margin:50px 0 0!important;}
.mar-top-60{margin:60px 0 0!important;}
.mar-btm-10{margin:0 0 10px!important;}
.mar-btm-20{margin:0 0 20px!important;}
.mar-btm-30{margin:0 0 30px!important;}
.mar-btm-40{margin:0 0 40px!important;}
.mar-btm-50{margin:0 0 50px!important;}
.mar-btm-60{margin:0 0 60px!important;}

.pad-btm-top-10{padding:10px 0!important;}
.pad-btm-top-20{padding:20px 0!important;}
.pad-btm-top-30{padding:30px 0!important;}
.pad-btm-top-40{padding:40px 0!important;}
.pad-btm-top-50{padding:50px 0!important;}
.pad-top-10{padding:10px 0 0!important;}
.pad-top-20{padding:20px 0 0!important;}
.pad-top-30{padding:30px 0 0!important;}
.pad-top-40{padding:40px 0 0!important;}
.pad-top-50{padding:50px 0 0!important;}
.pad-top-60{padding:60px 0 0!important;}
.pad-btm-10{padding:0 0 10px!important;}
.pad-btm-20{padding:0 0 20px!important;}
.pad-btm-30{padding:0 0 30px!important;}
.pad-btm-40{padding:0 0 40px!important;}
.pad-btm-50{padding:0 0 50px!important;}
.pad-btm-60{padding:0 0 60px!important;}


/*HOME*/
#presentacion {height: 100%; width: 100%;}
#fondo-azul, #intro_home {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    height: 100%;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
}
#ip-container {height: 100%}

.desaparece {
    opacity: 0!important; 
    -webkit-transition: opacity 3.50s ease-in-out;
    -moz-transition: opacity 3.50s ease-in-out;
    -ms-transition: opacity 3.50s ease-in-out;
    -o-transition: opacity 3.50s ease-in-out;
    transition: opacity 3.50s ease-in-out;
    z-index: 100!important
}
.fondo-transparente {opacity: 0}
.aparece {
    opacity: 1!important; 
    -webkit-transition: opacity 3.50s ease-in;
    -moz-transition: opacity 3.50s ease-in;
    -ms-transition: opacity 3.50s ease-in;
    -o-transition: opacity 3.50s ease-in;
    transition: opacity 3.50s ease-in;
    z-index: 101!important;
}
.tabla {
    display: table;
    width: 100%;
    height: 100%;
}
.celda {
    display: table-cell;
    vertical-align: middle;
}
#logo_presentacion img {max-width: 250px; height: auto}

#categorias_home {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    font-family: "Raleway",sans-serif;
    margin: 0 auto 20px;
    max-width: 765px;
    min-height: 104px;
}
#categorias_home .listado {justify-content: center; display: table; width: 100%; margin: 40px 0 0;}
#categorias_home .listado li {width: 100%; text-align: center; position: relative; display: block; margin-bottom: 10px;overflow: hidden;transition:all 0.5s;}
#categorias_home .listado li a {
    color: #fff;
    display: table;
    position: absolute;
    min-height: 101px;
    height: 100%;
    top: 0;
    width: 100%;
	font-family: "Arimoregular";
    align-items: center;
    justify-content: center;
}
#categorias_home .listado li:last-child {margin-bottom: 0}
#categorias_home .listado li a img {width: 100%; height: 102px}
#categorias_home .listado li a h3 {
    background: #fff none repeat scroll 0 0;
    color: #414040;
    display: table-cell;
    font-family: "Arimoregular";
    font-size: 11px;
    left: 3%;
    margin: 30px 0 0;
    padding: 8px 0 8px 0px;
    position: absolute;
    text-align: center;
    top: 32%;
    transition: all 0.5s ease 0s;
    width: 165px;
    word-spacing: 4px;
	 font-weight: bold;
}
#categorias_home .listado li a:hover h3 {
    background: #414040;
    color: #fff;
}
#enlace_intro_home {animation-delay: 1;}
#link-griferia {
  animation-delay:1s;
  animation-duration:0.5s;
}
#link-laminados {
  animation-delay:1.5s;
  animation-duration:0.5s;
}
#link-accesorios {
  animation-delay:2.5s;
  animation-duration:0.5s;
}
#link-madera {
  animation-delay:3.5s;
  animation-duration:0.5s;
}
#logo_presentacion {
  animation-delay:4s;
  font-family: "Arimoregular";
}
#presentacion .redes-seccion {animation-delay:4.5s;}


#texto-intro-home h2, #texto-intro-home p, #texto-intro-home {margin: 0}
#texto-intro-home h2 {color:#626262; font-family: "Arimoregular"; font-size: 32px; text-shadow: none;}
#texto-intro-home h2 b {font-weight: 600}
.bloque_separador_home {margin-bottom: 20px}
.enlace_compras {
    align-items: flex-end;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    margin: 30px auto 6px;
    max-width: 760px;
}
.enlace_compras a {color: #626262}
.enlace_compras form {margin-right: 30px}
.enlace_compras form label input[type="search"] {
    border-radius: 3px;
}
.enlace_compras form i {
    background: none;
    color: #9e9a9a;
    position: absolute;
    right: 0;
    font-size: 11px;
    top: 6px;
    font-size: 16px!important;
}
a#carrito {
    color: #000;
    font-family: "Arimoregular";
    font-size: 10px;
    font-weight: normal;
}
a#carrito {
    color: #444;
    float: right;
    font-family: "Arimoregular";
    font-size: 10px;
    font-weight: normal;
    margin: 0 27px 0 0;
    text-align: center;
    text-transform: uppercase;
}
#griferias {
   /*background: url('images/bg-griferias.jpg') center top/100% 100% transparent no-repeat;*/
    font-size: 12px;
    overflow: hidden;
}
#griferias .contenedor-tooltip {
    height: 375px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#carrusel-bg .carousel-inner, #carrusel-bg .carousel-inner > .active {height: 100%}
#primer-slide {background: url('images/bg_griferias_01.jpg') center top/100% 100% no-repeat;}
#segundo-slide {background: url('images/bg_griferias_02.jpg') center top/100% 100% no-repeat;}
#pisos {
    color: #626262;
    font-size: 12px;
}
#pisos .flex , #pisos-madera .flex{display: flex; height: 100%; width: 100%;}
#pisos-madera {
    color: #fff;
    font-size: 12px;
}
#accesorios {
    font-size: 12px;
}
.section {height: 100%!important;}
.section .container {padding-top: 9%; height: 100%;}
.section .container h2 {font-family: "Arimobold"; font-size: 48px; text-shadow: 0 1px 2px #756969; margin-top: 0}
.home .container h2 {
    color: #414040;
    font-family: "Arimobold";
    font-size: 42px ;
    line-height: 1
}
.home .container h3 {
    color: #3a3a3a;
    line-height: 1;
    font-family: "Arimoregular"; 
    font-size: 18px;
    margin-bottom: 20px;  
    margin-top: 0
}
.home .container p {
    font-size: 12px;
    color: #3e3d3d;
	font-family: "Arimoregular";
    width: 97%;
}
#pisos .container h3 {color: #333;}
#pisos-madera .container h2 {color: #343333;}
#pisos-madera .container h3 {color: #343333;}
#pisos-madera .container p {color: #000}
.texto-section {max-width: 630px;}
.texto-section a, .ingresa-catalogo {
    background: #212121;
    border: 1px solid #212121;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
	transition:all 0.5s;
	font-family: "Arimoregular";
	
}
.texto-section a:hover, .texto-section a:focus, .texto-section a:active,
.ingresa-catalogo:hover, .ingresa-catalog:focus, .ingresa-catalogo:active {
    background: #fff;
    color: #212121;
	transform:scale(1.1);
}


/*CABECERA*/
.home #cabecera-web {
    z-index: 999999999999999999999999;
    position: fixed;
    top: 0;
    left: 0;
}
#cabecera-web {
    background: #fff;
    position: relative;
    width: 100%;
}
#cabecera-web img {
    max-width: 25px;
    height: auto;
}
.contenedor-cabecera-home {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #bcbcbc !important;
    padding: 25px 40px;
}
.contenedor-cabecera-home .row {
    display: flex;
    align-items: center;
}
a.btn_distri_head {
    align-items: center;
    border-left: 1px solid #444;
    color: #444;
    float: right;
    font-size: 10px;
    text-align: center;
    width: 130px;
}
#logo_presentacion {
    color: #003366;
	font-size:22px;
}
.btn_distri_head span{text-align:center;}
a.btn_distri_head i {font-size: 20px; margin-right: 5px}
#menu-principal a {color: #000; font-size: 30px}
#menu-principal img {float: left;}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 101;
    margin: 0;
}
.menu_lateral {
    display: none;
    position: fixed;
    z-index: 101;
    width: 210px;
    left: 30px;
    top: 90px;
}
#btn-show-menu {
    text-transform: none;
    background: none;
    border: none;
    color: #000;
    font-size: 11px;
}
#btn-show-menu i {font-size: 30px}
.menu_lateral .nav > li > a {
    color: #000303;
    font-size: 11px;
}
.menu_lateral button.btn_distri_head {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    display: table;
    float: left;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
#cerrar-menu > img {
    width: 21px;
}
.menu_lateral div {
    float: left;
    margin-top: 2px;
    position: relative;
    text-align: center;
    width: 100%;
}
.top_menu_nav {
    color: #999;
    float: left;
    font-size: 12px;
    padding: 30px 0;
    width: 100%;
}
.nav > li {
    display: block;
    padding: 8px 0;
    position: relative;
}
.menu-menu-lateral-container {
    border: 1px solid #bcbcbc;
	background: white none repeat scroll 0 0;
}
.menu_lateral form {
    align-items: center;
    display: flex;
    width: 100%;
}
.search-form > label {
    width: 100%;
}
form {position: relative;}
form label {margin: 0}
form label input[type="search"] {
    border: 1px solid #9e9a9a;
    height: 30px;
    width: 100%;
}
form input[type="submit"] {
    background: transparent;
    height: 19px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    z-index: 101;
}
form i {
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 11px;
    z-index: 99;
    padding: 0 5px;
    height: 19px;
    line-height: 19px;
}
.sub-menu li a {
    color: #727277;
    font-size: 11px;
}
#menu-menu-lateral{padding-bottom:20px;}
.sub-menu li a:hover, .sub-menu li a:active, .sub-menu li a:focus {
    background-color: transparent;
    color: #003366 !important;
    text-decoration: none;}
.sub-menu {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 4px;
}
.sub-menu > li {
    padding: 2px 0;
}
.nav > li > a {padding: 0}
#intro_home #cabecera {position: absolute; top: 10px; background: transparent;}


#suscripcion {background: #0c0c0c; font-size: 11px; padding: 25px 0;height: auto;}
#suscripcion .container {padding-top: 0; position: relative;}
#suscripcion div p {display: inline-block; margin-bottom: 0; }
input[type="email"] {
    max-width: 130px;
    padding: 3px 10px;
}
input[type="submit"] {
    background: #7d7f81;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

[data-hijacking="off"] .cd-section > div {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
}
.home .contenido {
    padding: 5% 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.redes-seccion {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
	font-size:11px;
}
.redes-seccion > img {
    margin: 0 0 22px;
}
#presentacion .redes-seccion {bottom: 0; color: #000; font-size: 12px}
#presentacion .redes-seccion ul {margin-top: 0}
.navegacion {
    position: absolute;
    bottom: 45%;
    text-align: center;
    right: 15%
}
.navegacion li a {
    display: block;
    padding: 3px 0;
	transition:all 0.5s;
	color:gray;
}
.navegacion li a i:hover {
     border: 1px solid;
    border-radius: 50%;
    padding: 3px;
	color:gray;
}
#pisos-madera .navegacion li a {
    display: block;
    padding: 3px 0;
	transition:all 0.5s;
	color:white;
}
#pisos-madera .navegacion li a i:hover {
     border: 1px solid;
    border-radius: 50%;
    padding: 3px;
	color:white;
}
.clearview i {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}
.navegacion-btm {
    position: absolute;
    right: 20px;
    top: 100px;
}
.navegacion li a img {width: 35px}
#griferias .redes-seccion, #accesorios .redes-seccion, #pisos-madera .redes-seccion {color: #000}
#pisos .redes-seccion {color: #fff}
.redes-seccion p {margin-bottom: 30px;}
.redes-seccion ul {display: flex; justify-content:center; align-items:center; margin-top: 10px}
.redes-seccion li {display: inline-block;}
.redes-seccion li a {
    border: 1px solid #605f63;
    color: #605f63;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    transition: all 0.5s ease 0s;
    width: 28px;
}
.redes-seccion li a:hover { background: #605f63; color: #fff;  transform: scale(1.2);}
#pisos .redes-seccion li a { border-color: #fff; color: #fff; }
#pisos .redes-seccion li a:hover, #pisos-madera .redes-seccion li a:hover { background: transparent; color: #fff;}
.mas-hover img{
	transition:all 0.5s;
	width:80px;
}
.mas-hover:hover img{transform: scale(1.2);}

#suscripcion .flex {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}
#top-footer .flex {
    padding-bottom: 23px;
}
#top-footer li {
    padding: 0 0 0 12px;
}
#bottom-footer i {
    background: #a6a6a6 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 10px;
    height: 15px;
    padding: 3px 0 0 3px;
    width: 15px;
}
#suscripcion {border-top: 5px solid #002e62; color:#d3d3d3; padding:30px 0;}
#suscripcion .flex .widget-footer {max-width: 31%; padding: 0 15px; min-width: 20%;}
#suscripcion .flex .widgettitle {padding-bottom: 5px;margin-bottom: 15px;font-family: Arimo;}
#suscripcion .flex .widget {width: 100%; padding: 0}
#suscripcion .flex .widget ul.redes li {margin-bottom: 3px;}
#suscripcion .flex .widget ul.redes li a {color: #fff; text-decoration: none;}
#suscripcion .flex .widget ul.redes li a i {font-size: 18px; margin-right: 3px;}
#suscripcion #top-footer {border-bottom: 1px solid #8d8d8d;margin-top: 33px;}
#suscripcion #bottom-footer .flex .widgettitle {border: none;}
#suscripcion #bottom-footer ul li a {color: #fff; text-decoration: none;transition:all 0.5s;}
#suscripcion #bottom-footer ul li {  margin: 0 0 2px;}
#suscripcion #top-footer ul li a:before {font-family: 'FontAwesome'; content: '\f054'; margin-right:3px;}
#suscripcion #top-footer ul li a {color:#d3d3d3;transition:all 0.5s;}
#suscripcion ul li a:hover {color:white!important;text-transform:}
#suscripcion #bottom-footer ul li a.smoothScroll:before {content: ''; margin: 0}

/*Categorias*/

.listado-productos {display: flex; align-items:flex-start; width: 100%;}
.listado-productos li.item-listado {max-width: 23%; margin: 1%; font-size: 14px}
.listado-productos li.item-listado .imagen-item img, .imagen-item img {padding: 15px; border: 1px solid #ccc}
.listado-productos li.item-listado .imagen-item {
    box-shadow: 2px 2px 2px 1px #bdbdbd !important;
}
.listado-productos li.item-listado h3 {
    margin: 15px 0;
    font-size: 14px;
}
.listado-productos li.item-listado h3 a {color: #000}
.listado-productos li.item-listado p {font-size: 14px; color: #1e120d}
h2.titulo-subcategoria {
    color: #003366;
    font-family: "Arimoregular";
    font-size: 25px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #999;
    display: inline-block;
}
h2.titulo-subcategoria:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f0da';
    color: #000;
    margin-left: 5px;
}
.conoce-productos-categoria h3 {
    color: #003366;
    line-height: 1;
    font-family: "Arimoregular";
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.seccion {margin-top: 30px}
.single #contenido {
    width: 100%;
}
.bloque-caracteristicas {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px!important;
    color: #333333;
    line-height: 1.2;
    font-size: 16px;
}
.row .bloque-caracteristicas:last-child {border-bottom: none}
.bloque-caracteristicas p {font-size: 16px; color: #333333;}
.bloque-caracteristicas h3 { color: #003366; font-size: 20px; font-weight: 700;}
.bloque-caracteristicas h3:before {
    color: #0066cc;
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 3px;
}

.navegacion-producto ul {display: flex}
.navegacion-producto ul li {
    min-width: 25%;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
    font-size: 13px;
}
.navegacion-producto ul li a {
    color: #003366;
    padding: 3% 0;
    text-align: center;
}
.imagen-item img {width: 100%}

@media (min-width: 1440px) {
    #griferias .contenedor-tooltip {
        height: 440px;
    }
}

@media (min-width: 1200px) {
    .container {width: 1160px;}
    .home .contenido {
        padding: 7% 0;
        height: 100%;
		width:60%;
    }
    /*.menu_lateral {min-height: 490px}*/
    .archive #banner {margin-top: 50px}
    .home #contenido {margin-top: 100px}
	#pisos p {
		max-width: 476px;
	}
	#griferias h3, #griferias h2, #griferias p, #pisos h2, #pisos h3, #pisos p, #accesorios h2, #accesorios h3, #accesorios p  {
		padding: 0 0 0 54px;
	}
	#pisos-madera h2, #pisos-madera h3, #pisos-madera p {
		padding: 0 0 0 90px;
		max-width: 512px;
	}
	#accesorios p {
		max-width: 400px;
	}
	#suscripcion .container {
		max-width: 925px;
		padding-top: 0;
		position: relative;
	}
	
}

@media  (max-width: 1199px) and (min-width: 960px) {

}

@media  (max-width: 959px) and (min-width: 768px) {

}

@media (min-width: 768px) {
    .item-blog {width:48%; display: inline-block;} 
    .no-left {padding-left: 0}
    .no-right {padding-right: 0}
    .no-padding {padding: 0}
}

@media (max-width: 767px) {
    .movil {display: block!important}
    .desktop {display: none!important}
    body {font-size: 15px}
    h2 {font-size: 25px}
    .navbar-toggle .icon-bar {background: #ff6000}
    #menu-web {
        position: absolute;
        right: 0;
        top: 5px;
        width: 100%;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }    
    .navbar-nav {
        background: #fff;
        z-index: 101;
        margin: 0;
        padding: 10px;
    }
    .navbar-collapse {padding-right: 0; padding-left: 0; width: 100%;} 
    section {padding: 40px 15px}
    .no-padding {padding: 0!important}

}
/*==== custom =====*/
.pad-none{padding:0!important;}
.mar-none{padding:0!important;}
.logosection img {
    left: 40.5%;
    min-width: 110px;
    position: absolute;
    top: -25px;
}
.logosection > a {
    margin: 0 0 0 -106px;
}
#presentacion .redes-seccion{
    margin: 0 0 0 18px;
}
#categorias_home .listado li a h3:hover{
	transform:scale(1.2);
	
}
#buscador-menu form i {
    font-size: 10px;
    height: 26px;
    margin: -13px 0 0;
    padding: 7px 9px 0;
    width: 26px;
}
.smoothScroll > img{
	    max-width: 94px !important;
    transition: all 0.5s ease 0s;
    width: 26px;
}
.logosection img:hover{
    transition: all 0.5s ease 0s;
} 
.logosection img:hover, .smoothScroll > img:hover{
	transform:scale(1.2);
}
.nav > li > a {
    letter-spacing: 1px;
    padding: 0;
    transition: all 0.5s ease 0s;
}
#categorias_home .listado li:hover img{
	transform:scale(1.2);
}
#categorias_home .listado li img{
	transition:all 0.5s;
}

/******* model newsletter *******/
#myModal{z-index:999999;}
.modal-title.text-center > img {
     width: 65px;
}
.modal-header {
     border-bottom: 0 solid #e5e5e5 !important;
    min-height: auto !important;
    padding: 0 !important;
}
.modal-body h2 {
    font-size: 14px !important;
}
.newletter-p-pad {
    font-size: 11px !important;
    padding: 12px 70px 30px;
}
.modal-body > form {
   padding: 0 70px;
}
.checkbox {
    color: #999999;
    padding: 15px 0;
    text-align: center;
}
.modal-body form p {
    width: 100%;
}
.custom-sub-btn {
    background: #999999 none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 6px;
	transition:all 0.5s;
}
.nav-news-pad-btm {
    padding: 0 0 30px;
}
#myModal .close {
    color: #333 !important;
    float: right !important;
    font-size: 35px !important;
	font-family:"Arimoregular";
    line-height: 1 !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 10px !important;
    top: 7px !important;
}
.button11 {
    background: rgba(0, 0, 0, 0) url("../images/searchlogo.jpg") no-repeat scroll 0 0 / 100% auto;
    border: medium none;
    cursor: pointer;
    height: 30px;
    min-width: 30px;
}

/** page one ****/
#idone  p {
    font-size: 13px;
    padding: 30px 11px 0;
    text-align: justify;
	font-family: "ArimoRegular";
}
#idone .container.contenido {
    margin-top: 80px;
}
.najik i {
    color: #999;
	transition:all 0.5s;
}
.najik i:hover {
	font-size:20px;
}
.idone-top-img {
    overflow: hidden;
}
.idone-top-img:hover img {
    transform: scale(1.2);
}
.idone-top-img > img {
    overflow:hidden;
	transition:all 0.5s;
}
.btm-logo {
    width: 60px;
}
.my-btm-log {
     padding: 4px 0 25px !important;
    position: relative;
    text-align: center !important;
}

/*** page 2 ****/
#idone1 .container.contenido {
    margin-top: 40px;
}
#idone1 p {
    font-size: 10px;
    text-align: justify;
}
.btm-logo-texto {
    width: 100px;
}

@media only screen and (min-width:1300px){
	.left-texto-p {
    bottom: 0;
    position: absolute;
}
.left-btm-fix {
    float: left;
    min-height: 900px;
    position: relative;
    width: 100%;
}
.pull-left.najik {
    bottom: 0;
    left: -7px;
}
}

/*======== page 3 ==========*/
#MOS .container.contenido {
    margin-top: 32px;
}
#MOS .container h3 {
    border-bottom: 1px solid;
    color: #fff !important;
	 font-family: "Arimobold"!important;
	font-size:44px;
}
#MOS p {
    color: #fff;
    font-family: "ArimoRegular";
    font-size: 11px;
    padding: 0 20px 0 0;
    text-align: justify;
}
#MOS .redes-seccion {
    bottom: 1% !important;
    color: white;
    right: 0;
}
@media only screen and (min-width:1200px){
	.my-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 7% !important;
    width: 75%;
}
	.mamama {
    max-width: 372px;
}
#MOS .contenido {
    height: 100%;
    padding: 7% 0 1%;
    width: 60% !important;
}
.border-btm-h {
    max-width: 43%;
}
.tab-right-h {
    border-bottom: 0 solid !important;
    color: #fff;
    font-family: "ArimoRegular";
    font-size: 28px !important;
    position: absolute;
    top: -57px;
}
.mamama {
    width: 600px;
}
}
.aaa {
    left: -7px;
    position: absolute;
    top: 2px;
}
.nav-tabs > li > a {
    border: 1px solid transparent!important;
    border-radius: 0!important;
    line-height: 1.42857!important;
    margin-right: 2px!important;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    transform: scale(1.2);
}
#MOS .redes-seccion li a {
    border: 1px solid #fff;
    color: #fff;
}
#MOS .najik i {
    bottom: 50px;
    color: #999;
    font-size: 32px;
    position: absolute;
    transition: all 0.5s ease 0s;
}
.btn-self:hover{
	 background: #212121 none repeat scroll 0 0;
    border: 1px solid #212121;
    transform: scale(1.1);
	color:white!important;
}
.btn-self {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #212121 !important;
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    padding: 15px 20px;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 185px;
    transition: all 0.5s ease 0s;
    z-index: 999999;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent!important;
    border: 1px solid transparent!important;
    color: #555555;
    cursor: default;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

#MOS .redes-seccion {
    bottom: -20% !important;
    color: white;
}
.breadcm {
    font-size: 11px;
    margin: 0 25px;
    position: absolute;
    top: 13%;
}
/*== top overlay ======*/
.myovertop {
    height: 68%;
    left: 1.5%;
    position: fixed;
    top: 10%;
    width: 97.5%;
}
/*===== griferia categories ========*/
#griferia-cat{
	margin-top:60px;
}
/** used in all categories slider**/

#all-cat-model .modal-dialog {
    margin: 30px auto;
    width: 400px;
}
.item.item-top-slider > img{
	height:400px!important;
}
#griferia-cat .griferia-caption h3 {
    color: white;
    font-family: "Arimobold";
    font-size: 60px;
}
#griferia-cat .griferia-caption {
    left: 12%;
    padding-bottom: 30px;
    right: auto;
    text-align: left;
}
#griferia-cat .griferia-caption > p {
    color: white !important;
    font-size: 26px !important;
}
.carousel-control.left i {
    font-size: 66px;
    left: 20%;
    position: absolute;
    top: 42%;
}
.carousel-control.right i {
    font-size: 66px;
    right: 20%;
    position: absolute;
    top: 42%;
}
.modal-body .carousel-caption h3 {
    color: white!important;
    font-family: "Arimobold";
    font-size: 60px!important;
}
.modal-body .carousel-caption {
    left: 12% !important;
    padding-bottom: 30px !important;
    right: auto !important;
    text-align: left !important;
}
.modal-body .carousel-caption > p {
    color: white !important;
    font-size: 26px !important;
}
.modal-body .carousel-control.left i {
    font-size: 30px;
    left: 0%;
    position: absolute;
    top: 100px;
}
.modal-body .carousel-control.right i {
    font-size: 30px;
    right: 0%;
    position: absolute;
    top: 100px;
}
.carousel-control.left, .carousel-control.right {
    background-image:none;
}
.mymodel-all-cat #carrito > img {
    margin: 0 6px;
}
.mymodel-all-cat .modal-title {
    margin: 0 !important;
    padding:20px 20px 4px !important;
}
.mymodel-all-cat .modal-footer {
    border: 0 solid transparent!important;
    font-size: 11px;
}
.mymodel-all-cat .print-img{
	width:14px;
}
.mymodel-all-cat .modal-header .close {
    margin: -25px -10px 0 0;
    width: 24px;
	opacity:1;
}
/*** end slider **/
.griferia-cat-list {
    margin: 80px 0 0;
    padding: 0 15px 0 0;
}
.griferia-cat-list p {
    font-family: "Arimobold";
    font-size: 11px;
}
.griferia-cat-list .single-cat-list{
    font-size: 11px;
	float: left;
    width: 100%;
}
.griferia-cat-list .single-cat-list a{
    color:#000;
}
.griferia-cat-list .single-cat-list a {
    color: #000;
    float: left;
    padding: 6px 0;
	transition:all 0.5s;
}
.single-cat-list > li {
    float: left;
    width: 100%;
}
.single-cat-breadcm-list > li a{
	color:#666;
}
.single-cat-breadcm-list > .active-breadcm-single-cat a{
	font-family: "Arimobold";
}
.single-cat-breadcm-list > li a:hover, .griferia-cat-list .single-cat-list a:hover{
	color:#e1e1e1;
	text-decoration:none;
	transition:all 0.5s;
}
.single-cat-breadcm-list > li {
    display: inline;
    padding: 0 1px;
}
.top-each-cat-img-title{
	
	font-family: "Arimoregular"!important;
    font-size: 24px !important;
    margin: 0;
    padding: 20px 40px;
	color:#000!important;
}
.eaach-title-top-span-single-cat{
	font-family: "Arimoregular";
	color:#fff;
}
.each-single-product-img-con {
    border: 1px solid #e1e1e1;
    box-shadow: 4px 4px 0 #f1f1f1 !important;
    margin: 0 0 12px;
	transition:all 0.5s;
}
.small-title {
    font-size: 11px;
margin: -2px 0 0;
min-height: 54px;
}
.single-cat-breadcm-list {
    font-size: 11px;
}
.pre-title-single-cat {
    font-size: 11px;
    margin: 13px 0;
	color:#666;
}
#griferia-cat-products {
    margin: 40px 0 0;
}
.cat-single-each-repeat {
    margin: 15px 0;
}
.single-cat-breadcm {
    margin: 18px 0;
}
.each-singlepro:hover .each-single-product-img-con{
	box-shadow: 0px 0px 0 #f1f1f1 !important;
}
.each-singlepro:hover .each-veiw-singlepro-btn{
  opacity:1;
  transition:all 0.5s;
}
.each-veiw-singlepro-btn {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: white;
    font-size: 11px;
    left: 26%;
    padding: 8px;
    position: absolute;
    top: 50%;
	opacity:0;
	transition:all 0.5s;
}
.each-veiw-singlepro-btn i {
    padding: 0 6px;
}
.social-links-singlecatpro .redes-seccion{
	margin:30px 0 20px;
	position:relative;
}
/*===== end griferia categories ========*/

/*===== piso categories ========*/
.piso-cat{
	margin-top:60px;
}
.piso-cat .carousel-caption.piso-caption p {
	color:#666!important;
}
.piso-cat .carousel-caption.piso-caption {
    bottom: 24%;
	text-align: left;
	 text-shadow: 0 0 0;
}
.piso-cat .piso-caption h3 {
    font-size: 38px !important;
    margin: 0 !important;
}
.piso-cat .pre-text-piso-pro > img {
    width: 18px;
}
.piso-cat .pre-text-piso-pro {
    font-size: 11px;
	color:#333;
}
.piso-cat .each-veiw-singlepro-btn{
	left:18%;
	top:40%;
}
.piso-cat .small-title {
    /*padding: 0;*/
    text-align: center;
	    min-height: 15px;
		color:#333;
}
.piso-cat .each-singlepro {
    margin: 10px 0 20px;
}

.piso-cat .each-single-product-img-con:hover {box-shadow: 0px 0px 0 #f1f1f1 !important;}
.piso-cat .each-single-product-img-con {
    border: 1px solid #e1e1e1;
    box-shadow: 4px 4px 0 #f1f1f1 !important;
    margin: 0 0 12px;
	transition:all 0.5s;
}

.piso-cat .carousel-caption.piso-caption > p {
    font-size: 26px;
}

/*===== end piso categories ========*/

/*===== mas piso page ========*/
#mas-pisos {
    margin-top: 65px;
}
/*===== end mas piso page ========*/
/*===== masm page ========*/
#masm{
	margin-top: 65px;
}
.masm-cod {
    width: 80%;
}
.masm-title {
    color: #fff;
    font-size: 30px;
}
.masm-para, .small-masm-para {
    color: #fff!important;
    text-align: justify;
	font-size: 12px !important;
}
.masm-right-title {
    color: white;
    font-family: "Arimobold";
    margin: 12px 0 0;
}
.asm-right-para {
    color: white !important;
    font-size: 15px !important;
}
.masm-right-100{
	 margin: 12px 0 0;
    width: 80%;
}
.masm-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    padding: 9px 10px;
	transition:all 0.5s;
	
}
.masm-btn:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.social-link-masm .redes-seccion {
	position:relative;
}
.social-link-masm .redes-seccion li a {
    border: 1px solid #fff;
    color: #fff;
}
.social-link-masm{
	color:#fff;
}
.masm-cod .all-mas-small-btn {margin:0 0 0 -14px;}
.back-btn-masm {
    color: white;
    left: 0;
    position: absolute;
    top: 40%;
}
/*===== end masm page ========*/
/*===== mas-pisos page ========*/
.mas-pisos-para {
    font-size: 12px;
    text-align: justify;
}
.pdf-mas-pisos-btn {
    color: white;
    margin: 0 0 0 7px;
	font-size:11px;
}
.pdf-mas-pisos-btn > img {
    margin: 0 8px 0 0;
    width: 30px;
}
.mas-pisos-title {
    border-bottom: 1px solid;
    font-size: 34px;
}
.right-title-mas-pisos {
    font-size: 21px;
}
/*===== end mas-pisos page ========*/

/*===== mas accesorios page ========*/
#mas-accesorios {
    margin-top: 65px;
}
.acc-main-title {
    border-bottom: 1px solid;
    font-size: 192% !important;
    padding: 15px 0;
	color:#333;
	font-family: "Arimoregular"!important;
	margin-left: 14px;
}
.mas-acc-container p {
    margin: 16px 0 0;
}
.all-mas-small-btn {
    background: #003366 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
}
.small-left-acc{
	 font-size: 13px !important;
    line-height: 1;
    margin: 20px 0;
    text-align: justify;
	padding:0 10px;
}
.group-acc_pic img{
	border: 1px solid #c0c0c0;
    border-radius: 8px;
    padding: 20px 30px;
}
.group-acc_pic {
    margin: 0 0 20px;
}
.blue-text{
	color:#003366!important;
	font-size:15px!important;
}
.lower-text-acc{
	font-size:16px!important;
}
.btn-right-acc-btm a{
	  background: black none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    padding: 12px;
	transition:all 0.5s;
	border:1px solid #000;
}
.btn-right-acc-btm a:hover{
	  background: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 11px;
    padding: 12px;
	border:1px solid #000;
}
.right-btm-upper {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    font-size: 27px;
    line-height: 1;
    margin: -100px 0 0;
    padding: 13px;
}
.right-btn-text-con{
	  margin: -30px 0 0 -70px;
}
/*===== end mas accesorios page ========*/

/*===== piso mad page ========*/
 .pisomad-titleslider{
	 text-transform:uppercase;color:#333;font-family: "Arimobold"!important;font-size: 32px !important;margin:0!important;
 }
 #pisomad-cat .mad-caption p{
	 font-size:26px!important;
 }
 #pisomad-cat .mad-caption{
	 left:14%!important;
	 bottom:24%;
	 text-align:left;
	 text-shadow:0 0 0;
 }
/*===== end piso mad page ========*/

/*===== mas griferia page ========*/
.grifa11 {
    margin-top: -75px;
	width:80%;
}
.grifa1 {
    margin-top: -46px;
	width:80%;
}
.p-grifa {
    padding: 0 10px;
    text-align: justify;
}
/*===== end mas griferia page ========*/

/*===== pop over ========*/
.model {
	font-size:11px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
#all-cat-model .modal-content {
	border-radius:0px!important;
	margin-top:90px;
}
#all-cat-model1 .modal-content {
	border-radius:0px!important;
	margin-top:90px;
}
#all-cat-model2 .modal-content {
	border-radius:0px!important;
	margin-top:90px;
}
#all-cat-model3 .modal-content {
	border-radius:0px!important;
	margin-top:90px;
}
#all-cat-model .modal-header {
    float: left;
    margin: 30px 0 0;
    padding: 0 0 0 22px !important;
}
/*===== end pop over ========*/

/*===== media query ========*/
@media ony screen and (max-width:1200px){
	
}
@media only screen and (max-width:660px){
.breadcm {display:none;}
.item img{
		height:auto!important;
	}
	.modal-dialog {
		width: auto!important;
	}
}
@media only screen and (max-width:400px){
	.nav-tabs > li{width:50%;}
	.item.item-top-slider > img{
		height:auto!important;
	}
	.modal-dialog {
		width: auto!important;
	}
	
	#categorias_home .listado li a h3 {margin: 1.5% 0 0;}
}
@media only screen and (min-width:401px) and (max-width:767px){
	.item img{
		height:auto!important;
	}
	.modal-dialog {
		width: auto!important;
	}
	.nav-tabs > li{width:25%;}
	#categorias_home .listado li a h3 {margin: 2.5% 0 0;}
}
@media only screen and (max-width:767px){
	.btn_distri_head {
    margin: 0 20px 0 0;
}
.modal-body > form {
    padding: 0 2px;
}
.navegacion-btm {
    bottom: 35px;
    position: absolute;
    right: 50px;
	top: auto;
}
.form-control{height:33px!important;padding:10px 18px!important;}
.modal-body h2 {margin: 0;}
#menu-principal > button {
    margin: 0 0 0 30px;
}
#categorias_home .listado li a h3{font-size:8px;width: 120px;}
.redes-seccion {
    margin: 50px 0 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
}
.cd-section {
    height: auto!important;
}
section {
    padding: 0;
}
.home .contenido {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 71px 0;
    position: relative;
    text-align: center;
}
.home .container h2{font-size:34px;}
.home .container h3{font-size:18px;padding: 0 20px;}
.home .container p {font-size: 16px;padding: 0 22px;}
#suscripcion .flex .widget-footer {max-width: 100%;min-width: 100%;padding: 0 15px;}
#suscripcion{height:auto;}
#suscripcion .flex {
    display: inline;
    justify-content: end;
    padding-top: 30px;
}
.navegacion{display:none;}
#texto-intro-home {
    margin: 78px 0 0;
    padding: 0 30px;
}
.enlace_compras {
    align-items: left;
    display: inherit;
    float: right;
    font-size: 12px;
    justify-content: inherit;
    margin: 10px auto 6px;
    max-width: 100%;
}

}

/*======= pisos detail ====*/
.pisos-detail{
	margin-top:65px;
}
.container-detail{
	width:70%;
}
.detail-title{
	font-size:12px!important;
	font-size:12px!important;
}
.detail-list-single-cat > li {
    display: inline-flex;
    margin: 0 -1px;
    padding: 0;
}
.detail-list-single-cat a {
    background: #ccc none repeat scroll 0 0;
    color: #003366;
    font-size: 11px;
    padding: 14px 86px;
}
.solid-line-divider-inner {
    border-bottom: 1px solid #333;
    float: none;
    margin: 45px auto 10px;
    padding: 0;
    width: 95%;
}
.cart-detail-container {
    border-top: 1px solid #003366;
    margin: 0 0 2px;
}
.cart-detail-content {
    float: right!important;
    padding: 0 1px!important;
    width: 170px!important;
}
.loc-cart {
    background: #003366 none repeat scroll 0 0;
    color: white;
    float: left;
    padding: 1px 25px 1px 21px;
    width: 100%;
}
.loc-cart .img-cart-detail {
    float: left;
    text-align: right;
    width: 28px;
}
.img-cart-detail > img {
    padding: 3px 0 4px;
    width: 27px;
}
.loc-cart .text-cart-detail {
    float: right;
    font-size: 10px;
    line-height: 1;
    padding: 6px 0 0;
    text-align: right;
    width: 70%;
}
.na-cart {
    background: #006598 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    padding: 11px 0;
    text-align: center;
}
.img-cart-detail1 {
    position: absolute;
    right: -16px;
    top: -3px;
    width: 41px;
}
.container-small-text {
    float: none;
    margin: 0 auto;
    width: 80%;
}
.cart-detail-content {
    padding: 0 1px;
}
.slide-text-title {
    border-bottom: 3px solid #555;
    font-size: 32px;
    margin: 0;
    width: 95%;
    /*padding-left: 3px;*/
    padding-bottom: 3px;
}
.slide-text-title-right {
    font-size: 12px;
	padding:2px 0 0;
}
.slide-text-title-right img {
    width: 26px;
}
.lil {
    position: relative;
    right: 4px;
    top: 7px;
}
.slide-text-med-para {
    font-size: 18px !important;
    margin: 0 0 20px;
}	
.small-right-slide-text-title1 {
    left: -5px;
    position: relative;
    top: -16px;
}
.smallpiso-measure{
	float:right;
}
.small-measure-cm {
    background: #003366 none repeat scroll 0 0;
    border-radius: 98%;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 6px 4px;
    position: relative;
    top: -6px;
}
.ev-inh {
    background: #003366 none repeat scroll 0 0;
    color: #006598;
    padding: 3px 4px;
}
.small-measure-cm1 {
    background: #003366 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    left: 10px;
    padding: 8px 5px;
    position: relative;
    top: -3px;
}
.pre {
    padding: 0 15px 0 0!important;
}
.pos {
    padding: 0 0 0 15px!important;
}
.pre, .pos{}
.img-responsive {
    width: 100%;
}
.blsmaltext-inner > img {
    margin: 0 8px 0 0;
}
.bluesmaltext-inner {
    color: #006598 !important;
    font-size: 14px !important;
}
.small-m-t-single {
    font-size: 20px;
    /*margin: 0 -9px;*/
}
.slide-detail-single-cat{
	margin:50px 0;
}
.img-measure-text {
    box-shadow: 4px 4px 3px #858787 !important;
	margin-bottom:8px;
}
.list-inline > li {
    padding: 0!important;
    width: 72.5px;
}
.selected img {
	opacity:0.5;
}
.single-n-p-slider-btn .pager li > a, .single-n-p-slider-btn .pager li > span {
    background-color: transparent!important;
    border: 0 solid #ddd!important;
    padding: 0!important;
	line-height: 1;
}
.single-n-p-slider-btn .pager{
	margin:0;
	padding:0;
}
.nav-caption-single {
    bottom: 5px!important;
    padding: 0!important;
}
.single-n-p-slider-btn{
	margin-top:10px;
}
.nav-caption-single img {
    margin: 0 5px 0 0;
    width: 18px;
}
.nav-caption-single > p {
    box-shadow: 0 0 0 !important;
    color: #000 !important;
}
.silver-color-detail {
    background: #c1c2c6;
    float: left;
    height: 30px;
    width: 30px;
}
.black-color-detail {
    background: #3e3d39;
    float: left;
    height: 30px;
    width: 30px;
	margin: 0 0 0 6px;
}
@media only screen and (min-width:1200px){
	.slides-container, .slide-text{
		width:47%!important;
	}	
}
/*===  zoom css *==/
*{margin:0px;padding:0;list-style-type:none;}
body{background:#E9F0F5;font-family:Arial, Helvetica, sans-serif;font-size:13px;margin:0px;padding:0px;}
html{background-color:#E9F0F5;}
img{border:none;}
h3{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:#333;letter-spacing:1px;margin-top:10px;margin-bottom:10px;}
p{margin-bottom:10px;margin-top:10px;line-height:22px;}
.demo{margin:0 auto;width:600px;}
.tickul li{line-height:24px;}
/* zoom-section */
.zoom-section{clear:both;}
*html .zoom-section{display:inline;clear:both;}
.zoom-desc{}
.zoom-small-image{}
.zoom-tiny-image{}
.zoom-tiny-image:hover{border:1px solid #C00;}
.search-zoomk {
    color: #3e3d3d !important;
    position: absolute;
    top: 92%;
    width: 100%;
    z-index: 9999;
    /*text-shadow: 0.5px 0.5px #939191;*/
}
.search-zoomk.text-center > img {
    margin: 0 8px 0 0;
}
/***********************************************/

/*================= 04112016 ==================*/

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #categorias_home .listado li a h3{top:0;}
}

.piso-cat p {
    font-size: 14px!important;
}
.single-cat-breadcm-list, .piso-cat .small-title, .pre-title-single-cat, .piso-cat .pre-text-piso-pro {
    font-size: 15px!important;
}
@media only screen and (min-width:1450px){
	.right-title-mas-pisos {
		font-size: 30px;
	}
	
}
.mas_bredcrum > ul li a {
    font-size: 11px !important;
	  padding: 0 0 0 59px;
	  color: #7d7c80 !important;
}
.mas_bredcrum li {
    line-height: 17px;
    margin-top: -4px;
}
.breadcm > a{
    font-size: 11px !important;
	color: #7d7c80 !important;
}
/*     22112016     */
.modal-content{
	 margin-top: 160px;
}
.modal.fade.in {
    margin-right: -31px;
}
 .modal-dialog {
    width: 500px !important;
    margin: 30px auto !important;
 }
 .small-title {
    color: #333;
}/*
#mas_bredcrum1 {
    font-size: 11px;
    position: absolute;
    top: 20%;
    margin: -16px 25px;
    
}
#mas_bredcrum1 a{
	 font-size: 11px !important;
	 color: #7d7c80 !important;
}*/
/*     //22112016     */

.nav > li > a{
	padding:0 !important;
}
h3.accessorios-titleslider {
    font-size: 35px !important;
}
#griferia-cat .accesorios-caption {
    left: 12%;
    padding-bottom: 0px;
    right: auto;
    text-align: left;
	color:white;
}
.modal-backdrop.in{
	display:none;
}
.carousel-caption.griferia-caption.accesorios-cat {
    bottom: -19px;
}
/*#single-popup {
    border: 1px solid #e1e1e1;
    left: 16%;
    position: relative;
    top: 0;
    width: 63%;
}*/

/*****All single-page modal css *******/
#single-popup1 .na-cart-single-page1 {
    background: #006598 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    left: -15px;
    padding: 3px !important;
    width: 200px;
    position: absolute;
    z-index: 9;
    top: -14px;
}
#single-popup1 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    z-index: 2147483647!important;
}
#single-popup1 .modal-dialog {
    background: #fff none repeat scroll 0 0;
    margin: 70px auto !important;
    width: 50% !important;
}
#single-popup1 .single-page-content {
    margin-bottom: 50px;
	padding-top: 100px;
}
#single-popup1 .na-cart-single-page1 {
    background: #006598 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    left: -15px;
    padding: 3px !important;
    width: 200px;
    position: absolute;
    z-index: 9;
    top: -14px;
}
span.text-cart-detail1 {
    padding-left: 34px;
}
button.close-single-page1.close {
    position: absolute;
    right: 0;
    top: 0;
}
#single-popup1 .single-left-section1 {
    border-right: 1px solid #333;
}
#single-popup1 .single-product-title1 {
    margin: 0;
	font-size: 16px;
}
h4.single-product-title-span1 {
    color: #999;
}
#single-popup1 .single-page-form1 {
    padding: 130px 30px;
}
.single-page-form1 input {
    color: #000!important;
    border-radius: 0px;
    height: 40px;
}
.modal-body form p {
    width: 100%;
}
p.nav-single-pad-btm-enviar {
    margin-top: 40px;
}
.nav-single-pad-btm-enviar button.btn.btn-default.custom-sub-btn {
    border: 1px solid #999;
}
button.btn.btn-default.custom-sub-btn {
    border-radius: 0;
    box-shadow: 3px 3px 5px #555!important;
}
.nav-single-pad-btm-enviar button {
       background: #999999 none repeat scroll 0 0;
    color: #fff;
    float: right;
    margin-top: 25px;
    margin-right: 17px;
}
.nav-single-pad-btm-cancelar button {
    color: #999999;
    float: right;
    margin-right: 15px;
    margin-top: 50px;
}
p.text-center.single-footer-p {
    color: #999;
}
button.close-single-page1.close {
    opacity: 1;
}
.jk {
    text-align: left;
}
/**********heeder responsive css************/

@media only screen and (max-width:767px){
	#menu-principal > button {left: -38px;margin: 0; position: relative; top: -15px;}
.logosection img {left: 38.5%;   min-width: 70px;  position: absolute; top: -61px;}
a.btn_distri_head {align-items: center; border-left: 1px solid #444; color: #444; float: right; font-size: 10px;  left: 147px;
    position: relative;  text-align: center; top: -56px; width: 130px;}
.btn_distri_head span {left: -21px; position: relative;right: 0;  text-align: center;}

#presentacion {  height: 100%; margin-top: 60px;  width: 100%;}#pisos {
    color: #626262;
    font-size: 12px;
    margin-top: -130px;
    padding: 0;
}
#pisos-madera {
    color: #fff;
    font-size: 12px;
    margin-top: -140px;
}
#accesorios {
    font-size: 12px;
    margin-top: -130px;
}
.modal.fade.in {
    width: 93%;
    z-index: 2147483647 !important;
}
.modal-content {
    left: 32px;
    margin-top: 120px;
    right: 0;
    width: 70%;
}
}

@media only screen and (max-width:327px){
	a#carrito {color: #444;float: right; font-family: "Arimoregular";  font-size: 9px;  font-weight: normal;  margin: 0 8px 0 0; position: relative; text-align: center; text-transform: uppercase; top: -90px;}
}
@media only screen and (min-width:328px) and (max-width:767px){
a#carrito {
    left: 145px;
    margin: 0 8px 0 0;
    position: relative;
    top: -55px;
}


}

@media only screen and (min-width:529px) and (max-width:767px){
.breadcm {
    font-size: 11px;
    left: 2px;
    margin: 0 25px;
    position: absolute;
    top: -5px;
}
}
@media only screen and (max-width:600px){
.width-full {
    display: none;
}
.header_span{
	display:none;
}
}
@media only screen and (min-width:600px){
.width-full {
    display: block;
}
.header_span{
	display:block;
}
}
/*@media only screen and (min-width:614px) and (max-width:775px){
.contenedor-cabecera-home {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #bcbcbc !important;
    padding: 3px 40px;
}
#menu-principal button {
    position: relative;
    top: 22px;
}
.breadcm {
    font-size: 11px;
    margin: 0 25px;
    position: absolute;
    top: 24px;
}
.logosection img {
    left: 40.5%;
    min-width: 95px;
    position: absolute;
    top: 0;
}
a.btn_distri_head {
    align-items: center;
    border-left: 1px solid #444;
    color: #444;
    float: right;
    font-size: 10px;
    left: 27px;
    position: relative;
    text-align: center;
    top: 24px;
    width: 130px;
}
.btn_distri_head span {
    padding: 0 26px 0 0;
    text-align: center;
}
a#carrito {
    color: #444;
    float: right;
    font-family: "Arimoregular";
    font-size: 10px;
    font-weight: normal;
    left: -88px;
    margin: 0 27px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -11px;
}
}*/
/**********end heeder responsive css************/