/* Visual style 3.0 | http://www.bigbox.mx | (c) 2015 Bigbox */
/* Visual style 3.1 | (c) 2017 Abiel Muren */

*{
	/*font-family: 'Asap', sans-serif;*/
  font-family: 'Lato', sans-serif;
}
*:focus {
	outline: none;
}
html {
	/*font-family: 'Asap', sans-serif;*/
  font-family: 'Lato', sans-serif;
}
body {
}
header{
}
header nav.uk-navbar{
	background: #f9fbfa;
	padding: 10px 0;
}



/*NAV NEW*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  position: fixed;
  box-shadow: 0px 2px 10px #D7D7D7;
  width: 100%;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
  background: white;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  margin-top: 13px;
  text-transform: uppercase;
}
#cssmenu > ul > li > input{
  background-color: white;
  margin-top: 25px;
}
#cssmenu > ul > li:hover > a {
  color: #8B8B8B;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333333;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333333;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333333;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333333;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #636363;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #969696;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333333;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #636363;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #636363;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/*NAV NEW*/

div.searchbox{
	border: 1px solid #e5e5e5;
	padding: 5px;
	padding-right: 35px;
	max-width: 200px;
	display: inline-block;
	background: url('../../images/basico/icono-buscar.png') center right no-repeat #fff;
}
header input[type="search"]{
	border: none;
	background: transparent;
	//color: #ff7d2c;
	color: #333333;
	text-align: right;
	font-weight: 300;
	font-size: 1.13em;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.margin-2-top{
	margin-top: 2px;
}
.margin-10-top{
	margin-top: 7px;
}
a,
.uk-link {
}
a:active,
a:hover {
	text-decoration: none;
}
b,
strong {
	font-weight: 700 !important;
}
i,
em {
}
p{}
q {}
small {}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.justify{
	text-align: justify;
}
img.bx_loading {
	background: url('../../images/basico/spinner.gif') center center no-repeat;
	min-width: 40px;
	min-height: 40px;
}
.uppercase{
	text-transform: uppercase !important;
}
.lowercase{
	text-transform: lowercase !important;
}
.lowercase:first-letter{
	text-transform: uppercase;
}
.thin{
	font-weight: 300 !important;
}
.size1{
	font-size: .75em !important;
}
.size2{
	font-size: 2em !important;
}
.size3{
	font-size: 3em !important;
}
.size4{
	font-size: 1.13em !important;
	line-height: 100%;
}
.weight7{
	font-weight: 700;
}
.margin0{
	margin: 0 !important;
}
.lh100{
	line-height: 100%;
}
.br{
	display: block;
	margin: 10px 0;
}
.margin-top-48px{
	margin-top: 48px !important;
}
.green{
	//color: #45ab8c !important;
	color: #D5D5D5 !important;
}
.orange{
	//color: #ff7d2c !important;
	color: #333333 !important;
}
.yellow{
	//color: #ffbf00 !important;
	color: #666666 !important;
}

/* === headings === */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6{
	/*font-family: 'Asap', sans-serif;*/
  font-family: 'Lato', sans-serif;
	font-weight: 700;
}
h1,
.uk-h1{
	text-transform: uppercase;
	//color: #45ab8c;
	//color: #D5D5D5;
	color: #000000;
}
h2,
.uk-h2{
	//color: #ff7d2c;
	color: #333333;
}

a[href="#offcanvas"]{
	//color: #45ab8c;
	//color: #D5D5D5;
	color: #000000;
	text-transform: uppercase;
	height: 20px;
	padding: 10px;
	display: inline-block;
	padding-left: 45px;
	background: url('../../images/basico/hamburger.png') center left no-repeat;
}

a#OffClose{
	display: block;
	text-align: right;
	padding: 15px 0;
}
.uk-nav-offcanvas > li{
	display: block;
	max-width: 310px;
	text-align: center;
	margin: 35px auto;
	padding: 3px 0;
	border-bottom: 3px solid rgba(255,255,255,.5);
	border-top: 3px solid rgba(255,255,255,.5);
}
.uk-nav-offcanvas > li.uk-active{
	border-bottom: 3px solid rgba(255,255,255,1);
	border-top: 3px solid rgba(255,255,255,1);
}
.uk-nav-offcanvas > li > a{
	font-size: 2.35em !important;
	font-weight: 700 !important;
	color: #fff;
	text-transform: uppercase;
}
.uk-nav-offcanvas > li.uk-active > a{
	background: transparent !important;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show{
	background: rgba(97,97,97,.95);
	
	width: 350px;
}

.sliderInfo{
	max-width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	
	max-height: 80px;
	background: #fff;
	color: black;
	position: relative;
    padding: 0 0 0 10px;
    z-index: 9;
}
.sliderInfo > div > div.uk-width-2-10{
	//background: #ff7d2c;
	background: #333333;
	text-align: center;
	padding: 0;
}
.sliderInfo > div > div.uk-width-2-10 > a > img{
	width: 40px;
	height: 80px;
	margin: 0 auto;
}
a.TitleOrange > h2{
	//background: #ff7d2c;
	background: #333333;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 7px;
	font-size: 18px;
	text-transform: uppercase;
}
a.TitleOrange > div > div > span,
a.FloatingLabel > div > div > span{
	display: inline-block;
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}
a.nextAnchor{
	display: block;
	width: 100%;
	height: 40px;
	text-align: right;
}
a.FloatingLabel > h2{
	position: absolute;
	display: inline-block;
	//background: #ff7d2c;
	background: #333333;
	color: #fff;
	padding: 20px 5px;
	width: 280px;
	height: 30px;
	margin:0;
	top: calc(75% - 35px);
    z-index: 1;
    font-weight: 400;
    font-size: 1.5em;
}

.uk-subnav-pill > li > a{
	background: transparent;
	color: #ccc;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
}
.uk-subnav-pill > li.uk-active > a{
	background: transparent;
	border-top: none;
	border-bottom: 3px solid #eee;
	//color: #ffbf00;
	color: #666666;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.13em;
}
.uk-subnav-pill > li:hover > a{
	background: transparent;
	//border-bottom: 3px solid #ffbf00;
	border-bottom: 3px solid #666666;
}

div#filtro-productos,
div#quote-productos{
	//background: #ffbf00;
	background: #666666;
	padding-bottom: 25px;
	padding-top: 35px;
}
div#quote-productos{
	padding-bottom: 0px;
	padding-top: 0px;
}
div.actions-container{
	border: 1px solid #fff;
	padding-bottom: 20px;
}
div#quote-productos > div.actions-container{
	border: none;
}
div.actions-container > span.actions-label{
	display: block;
	padding: 15px;
	//background: #ffbf00;
	background: #d5d5d5;
	color: #fff;
	min-width: 100px;
	max-width: 400px;
	margin: 0 auto;
	margin-top: -25px;
	text-align: center;
	font-size: 2em;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: 700;
}
div.actions-container > div.actions-input > div > span{
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 2em;
	height: 30px;
	text-transform: uppercase;
}
div.actions-container > div.actions-input > div > span.unbr{
	display: inline-block;
	vertical-align: middle;
}

table#quote_table{
	width: 100%;
	border-collapse: collapse;
}
table#quote_table > thead > tr{
	//background: #ffbf00;
	background: #666666;
}
table#quote_table > thead > tr > th{
	color: #fff;
	padding: 2px;
	text-align: center;
	font-size: 1.25em;
	font-weight: 300;
}
table#quote_table > tbody > tr > td{
	padding: 10px 2px;
	//border-right: 1px solid #ffbf00;
	border-right: 1px solid #666666;
}
table#quote_table > tbody > tr > td:last-child{
	border-right: none;
}
table#quote_table a.quitar{
	//background: #ffbf00;
	background: #666666;
	display: inline-block;
	color: #fff;
	padding: 5px;
}
#map{
	width: 100%;
	height: 510px;
}

/* === selection pseudo elements === */
::-moz-selection {}
::selection {}

/* === some resets === */
.flexslider{
	margin: 0 0 0 0 !important;*/
	background: transparent !important;
	border: none !important;
	-webkit-border-radius: none !important;
	-moz-border-radius: none !important;
	-o-border-radius: none !important;
	border-radius: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.flex-direction-nav a:before{
	content: url('../../images/basico/nav-left.png');
}
.flex-direction-nav a.flex-next:before{
	content: url('../../images/basico/nav-right.png');
}

.bgray{
	background: rgba(95,93,94,.10);
}
label{
	display: block;
}
form#_form{
	padding: 20px 95px;
}
form#_form.paddRigth155{
	padding: 20px 155px;
}
/* === forms === */
input[type="text"],
input[type="email"],
/*input[type="search"],*/
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
input[type="submit"],
input[type="button"],
div.uk-form-select,
textarea{
	display: inline-block;
	min-height: 20px;
	width: 200px;
	max-width: 95% !important;
	background: #fff;
	border: 1px solid #fff;
	//color: #ff7d2c;
	color: #333333;
	padding: 7px;
	margin: 7px;
	text-align: left;
	font-weight: 400;
	vertical-align: middle;

	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}
div.uk-form-select > span{
	//color: #ff7d2c !important;
	color: #333333 !important;
}
input[type="number"]{
	padding-top: 8px;
	padding-bottom: 8px;
}
.required{
	border-right: 2px solid #f00 !important;
}
div.uk-form-select{
	background: url('../../images/basico/down-arrow.png') center right no-repeat #FFF;
	padding-right: 20px;
}
textarea{
	height: 80px;
	max-height: 80px;
}
input[type="submit"],
input[type="button"]{
	background: url("../../images/basico/next.png") center left no-repeat transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	color: transparent;
}
input[type="submit"].orange,
input[type="button"].orange{
	background: url("../../images/basico/next-orange.png") center right no-repeat transparent;
	color: transparent;
}

::-webkit-input-placeholder,
::-webkit-select-placeholder,
::-webkit-textarea-placeholder,
div.uk-form-select span{
	color: #ddd;
}
.busqueda::-webkit-input-placeholder{
	color: #ddd;
}

::-moz-input-placeholder,
::-moz-select-placeholder,
::-moz-textarea-placeholder{
	//color: #ffbf00;
	color: #666666;
}
.busqueda::-moz-input-placeholder{
	color: #eee;
}

input:hover,
select:hover,
textarea:hover{}
/*input[type="submit"]:hover,
input[type="button"]:hover,
a.btn:hover*/{
	background: rgba(255,255,255,.75);
}

form .respuesta{
	display: none;
}
form .callback{
	//color: #ffbf00;
	color: #666666;
}

input:focus,
select:focus,
textarea:focus,
input[type="submit"]:active,
input[type="button"]:active{}

.uk-form-select select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	left: 0;
	-webkit-appearance: none;
}
.uk-form-select{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

/* === footer === */
footer{
	margin-top: 100px;
	background: #333333;
	color: #fff;
	padding: 0 0 10px 0;
}
footer > div.bgwhite{
	background: #fff;
}
footer strong{
	font-size: 16px;
}
footer a,
footer a:link,
footer a:visited{
	color: #fff;
}
div#quotation{
}
div#quotation > div > img{
	vertical-align: middle;
}
div#quotation > div.qte-button > span{
	background: #6f6e72;
	display: inline-block;
	height: 21px;
	padding: 5px 10px;
	min-width: 235px;
	max-width: 235px;
	width: 100%;
}
div#quotation > div.qte-button.active > span{
	//background: #45ab8c;
	background: #D5D5D5;
}
div#quotation > div.qte-button{
	cursor: pointer;
	margin: 0;
}
div#quotation > div.qte-content{
	background: #6f6e72;
	padding: 10px;
	min-width: 268px;
	max-width: 268px;
	width: 100%;
	max-height: 295px;
	overflow-y: auto;
	display: none;
	float: right;
}
div#quotation > div.qte-content > div.qte-item{
	margin-bottom: 15px;
}
div#quotation > div.qte-content > div.qte-item > b{
	font-weight: 700;
}
div#quotation > div.qte-content > div.qte-item > span{
	//color: #ffbf00;
	color: #666666;
}
div#quotation > div.qte-content > div.qte-item > img.qte-delete{
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
div#quotation > div.qte-content > a{
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	max-width: 70px;
	margin: 0 auto;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show{
	//background: #45ab8c;
	//background: #D5D5D5;
	//background: rgba(69,171,140,.85);
	//background: rgba(69,171,140,1);
	background: rgba(51,51,51,1);
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show > ul > li,
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show > ul > li > a{
	color: #fff;
	font-size: 1.13em;
	font-weight: 300;
}
.uk-overlay-area{
	background: rgba(51,51,51,.65);
	z-index: 15;
}

@media screen and (min-width : 0px) and (max-width : 768px) {
}

@media screen (min-width: 1300px) {
     #cssmenu > ul{
            margin-left: 25%;
        }
}
