body, html {
    /*overflow:hidden;*/
		height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.caja{
	float: left;
	width: 100%;
}
.separa{
	float: left;
	width: 100%;
	height: 15px;
}

.fondo01{
	background: #CCC;
}
.fondo02{
	background: #F2F2F2;
}
.menu{
	float: left;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.4);
}
.menu2{
	float: left;
	width: 100%;
	height: 90px;
	position: relative;
	top: 0;
	background: rgba(0,0,0,1.0);
}
.menuBlack{
	float: left;
	width: 100%;
	height: 5px;
	background: #000;
}

#navbar{
	margin-top: 10px;
	background: transparent;
}
.nav-item{
	margin: 0 10px;
}

.nav-item a{
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	color: #FFF;
}
.nav-item a:hover{
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	color: #CCC;
}
.navsc{
	padding-top: 8px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1.0);
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,1.0);
  border-color: rgba(255,255,255,1.0);
}

.dropdown-menu{
	border-radius: 0;
	margin-top: 20px;
	background: #000;
	z-index: 99999999;
}

a.dropdown-item{
	background: transparent;
	color: #FFF;
}
a.dropdown-item:hover{
	background: #FFF;
	color: #000;
}



/** home **/

.home01{
	font-family:'helveticaregular', san-serif;
	color: #4D4D4D;
	font-size: 16px;
	font-weight: bold;
}
.home01 span{
	font-family:'didot', san-serif;
	font-size: 18px;	
	font-weight: lighter;
	color: #4D4D4D;
}
.home02{
	font-family:'helveticaregular', san-serif;
	color: #000;
	font-size: 16px;
}
.home02 h2{
	font-family:'didot', san-serif;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #4D4D4D;
}
.home02 p{
	margin-top: 20px;
	font-size: 16px;
	color: #4D4D4D;
}

.btnhome a{
	background: transparent;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
	padding: 5px 10px;
	text-decoration: none;

}
.btnhome a:hover{
	color: #FFF;
	background: #000;
	border-radius: 0;
}

.linea, .linea2{
	width: 100%;
}
.linea hr, .linea2 hr{
	width: 100%;
	border: 1px solid #999;
	text-align: center;
}
.linea span, .linea2 span{
	width: 200px;
	margin: auto;
	padding: 5px 15px;
	background: #FFF;
	display: block;
	text-align: center;
	margin-top: -33px;
	font-family:'helveticaregular', san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
}
.linea2 span{
	width: 225px;
}
.linea i, .linea2 i{
	font-family:'didot', san-serif;
	font-weight: lighter;
	font-size: 20px;
	color: #4D4D4D;
	line-height: 100%;
}

.categoria{
	display: block;

}
.categotext{
	font-size: 16px;
}

.marcasLink a{
	margin: auto;
	width: 90px;
	text-align: center;
	display: block;
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}


/** form **/

.formLogo{
	margin-top: 50px;
}

.formDireccion{
	color: #000;
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
}
.formDireccion a{
	color: #000;
	text-decoration: none;
}
.formDireccion a:hover{
	color: #000;
	text-decoration: underline;
}

#nombre, #telefono, #email, #producto {
	float: left;
	width: 100%;
	max-width: 350px;
	border:1px solid #999;
	border-radius: 0;
	padding: 5px 1px;
}
#comentario{
	width: 100%;
	max-width: 350px;
	border:1px solid #999;
	border-radius: 0;
	padding: 5px 1px;
}

#enviar{
	background: #000;
	color: #FFF;
	border-radius: 0;
	padding: 5px 20px;
	border: 1px solid #000;
}
#enviar:hover{
	background: #F2F2F2;
	color: #000;
	border-radius: 0;
	padding: 5px 20px;
}
.formValidation{
	display: none;
}

/** footer **/
footer{
	background: #4D4D4D;
	color: #FFF;
	font-family:'helveticaregular', san-serif;
	font-size: 12px;
}
footer a{
	color: #FFF;
	text-decoration: none;
}
footer a:hover{
	color: #999;
	text-decoration: none;
}
footer h2{
	font-size: 14px;
	line-height: 120%;
	/*text-align: center;*/
	margin-top: 30px;
}

/** productos **/

.prodLogo{
	width: 100%;
	max-width: 300px;
}
.producto{
	font-family:'helveticaregular', san-serif;
	font-size: 12px;
	color: #000;
}
.producto h2{
	font-family:'helveticaregular', san-serif;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.producto h3{
	font-family:'helveticaregular', san-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
}
.producto p{
	margin: 0;
	padding: 0;
}

.prodThumb{
	float: left;
	width: 48px;
	cursor: pointer;
}

.selectProd{
	text-transform: uppercase;
}
.textProdDesc{
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	color: #000;	
}
.textProdDesc hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0; 
}

/** zoom **/
[data-spzoom] img {
    vertical-align: top;
}

.spzoom-zoom {
    z-index: 97;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 250px;
    height: 250px;
}
.spzoom-tracker {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ccc;
    z-index: 97;
}
.spzoom-title {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #222;
    padding: 3px 5px;
    line-height: 14px;
}
.spzoom-loader {
    width: 24px;
    height: 24px;
    background: url('spzoom-loader.gif') 50% 50% no-repeat scroll #fff;
    border: 1px solid #ccc;
}
.zoom-icon{
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(icon.png);
	top: 0;
}

.botonCotizacion a{
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	background: #FFF;
	border: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.botonCotizacion a:hover{
	background: #000;
	color: #FFF;
	text-decoration: none;
}

/** cotización **/
#cotizaForm{
	width: 100%;
}
.input-group-text, .cotizaCampos{
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	border: 0;
	background: transparent;
	color: #000;
	font-weight: bold;
	line-height: 100%;
}
.pull{
	border: 1px solid #000;
	border-radius: 0;
	height: 37px;
	text-transform: uppercase;

}

.form-control{
	border: 1px solid #000;
	border-radius: 0 !important;
}
.cotiW{
	width: 85px;
}

.cotizaBtn{
	display: inline-block;
	padding: 8px 15px;
	background: #666;
	color: #FFF;
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	cursor: pointer;
}
.cotizaBtn:hover{
	background: #000;
	color: #FFF;
}
.cotizaBtn2{
	display: inline-block;
	padding: 8px 15px;
	background: #CCC;
	color: #000;
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	cursor: default;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
                              
}

.cotizaMas{
	text-align: center;
	font-family:'helveticaregular', san-serif;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}


@media (max-width: 992px) {
	#navbar{
		margin-top: 0;
		background: #000;
	}
	.navbar-collapse{
		z-index: 99999;
	}
	.dropdown-menu{
		border-radius: 0;
		margin-top: 0;
		background: #000;
	}
}
@media (max-width: 480px) {
	.menuBlack{
		display: none;
	}
	.formLogo{
		margin-top: 0px;
	}
}

