@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1060px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}

#header{
	width: 100%;
	z-index: 3;
	background: #175cae;
	height: 196px;
	position: absolute;
	border-bottom: solid 4px #ffffff;
	top: 0;
	left: 0;	
}

#logo{
	display: block;
	width: 150px;
	position: absolute;
	top: -72px;
	left: 15px;
}

#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#darkTop{
	height: 102px;
	width: 100%;
	background: #ffffff;
}
#darkTop .container{
	text-align: right;
}
.datos-user{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 102px;
	margin-right: 70px;
}
.datos-user a{
	position: relative;
	padding: 0 15px;
}
.datos-user a.beforeTel:before{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	background: #6f6f6f;
	top: calc(50% - 2px);
	left: -2px;
	border-radius: 50%; 
}
#darkTop .telefono,#darkTop .correo{
	height: 30px;
	display: inline-flex;
	align-items: center;
}
#darkTop .correo{
	margin-right: 60px;
	margin-left: 0px;
}
.cntTelTops{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.tel2s{
	display: block;
}
#darkTop span{	
	display: inline-block;
	color: #616161;
	font-family:"Lato", sans-serif;
	font-size: 13px;
	font-weight: 400;
}
#darkTop .correo img, #darkTop .telefono img{
	margin-right: 5px;
	width: 25px;
}
#darkTop .tel img{
	position: relative;
	top: 2px;
}
#darkTop a:hover,#darkTop a:focus{
	text-decoration: none;
	color: #dd3e7f;
}
#redes{
	width: auto;
	height: 102px;
	position: absolute;
	top: 0;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #ffffff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin-right: -8px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#redes a:last-child{
	margin-right: 0;
	z-index: 2;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/face.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/inst.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	text-decoration: none;	
}
#redes a:first-child:hover{
	z-index: 3;
	transform: scale(1.1);
}
#redes a:last-child:hover{
	z-index: 3;
	transform: scale(1.1);
}
#topMenu{
	background: #175cae;
	height: 90px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	height: 90px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	border-right: solid 1px rgba(255,255,255,0.15);
}
#menu li a{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	height: 90px;
	padding: 0 13.8px;
}
#menu li a img{
	margin-bottom: 5px;
}
#menu li:first-child{
	border-left: solid 1px rgba(255,255,255,0.15);
}
#menu li:last-child{
	float: right
}
#menu li:hover,#menu li:focus,
#menu li.active{
	background: #73c24b;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#262626;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 99px; 
}
#footer .container{
	padding-top:26px;
	padding-bottom:25px;
	font-family:inherit;
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}


#footer{height:auto;}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer #powered{margin-top:8px}
#footer .tfooter span{display:block; text-align:center; line-height:18px}


/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 11px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2;
}
#sliderTop .caption:before{
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	right: -1000px;
	width: 1000px;
	background: rgba(115,194,75, 0.8);
	z-index: 2;
}
#sliderTop .caption{
	background: rgba(115,194,75, 0.8);
	width: auto;
	font-family: "Lato", serif;
	bottom: 30px;
	position: absolute;
	right: 15px;
	text-align: left;
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 20px 0;
	line-height: 25px;
}
#sliderTop .caption article{
	width: auto;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	padding-left: 20px;
}
#sliderTop .caption strong{
	font-weight: 900;
	display: block;
	color: #ffffff;
}

#sliderTop{
	height: 320px;
	margin-top: 196px;
}
#sliderTop .slides li{
	height: 320px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: none;
}
#sliderTop .slides li .container{
	height: 100%;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
}
.flex-direction-nav .flex-next {
	margin-left: -315px;
}


#main{
	overflow: hidden
}
#icoWa{
	background: url(../images/cotiza.png) 0 0 no-repeat;
	width: 284px;
	height: 88px;
	position: fixed;
	bottom: 46px;
	right: 0;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	background: #e3e3e3;
	padding: 40px 0;
	font-family: 'Lato', sans-serif;
}
#textHome1 div[class*="col-"]{
	width: 100%;
}
.secondHome1{
	text-align: center;
}
.btn-catalogo{
    display: block;
    width: calc(50% - 20px);
    float: left;
    margin-top: 40px;
    padding: 0 10px;
}
.rhino{
	margin-left: 40px;
}
.titleHome1{
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	color: #1b1b1b;
	margin-bottom: 35px;
	padding-top: 10px;
	position: relative;
	text-align: left;
}
.titleHome1:before{
	content: '';
	position: absolute;
	width: 77px;
	height: 6px;
	background:#074997;
	left: 0;
	bottom: -21px; 
}
.titleHome1 span{
	font-weight: 700;
	color: #074997;
}
.contentHome1{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #414141;
	text-align: left;
}
#textHome2{
	background: url(../images/inicio/fondo1.png) center no-repeat;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	padding: 41px 0;
}
#textHome2 .container{
	line-height: 24px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
}
#textHome2 .container span{
	color: #4fc2ff;
	font-weight: 700;
}
#textHome3{
	padding-top: 58px;
	padding-bottom: 18px;
}
#textHome3 .productos{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#textHome3 .itemProductos{
	width: 299px;
	height: 347px;
	background: url(../images/productos/producto.png) center no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
#textHome3 .row div[class*="col-"]{
	margin-bottom: 40px;
	width: 50%;
}
#textHome3 .itemProductos a:hover,#textHome3 .itemProductos a:focus{
	text-decoration: none;
	opacity: 0.8;
}
.nameProducto{
	height: 73.4px;
	background: #175cae;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 73.4px;
	padding: 0 12px;
	text-align: center;
	color: #ffffff;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	text-transform: uppercase;
}
.ImgProducto img{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#textHome4{
	background: url(../images/inicio/bg1.png) center no-repeat;
	background-size: cover; 
	position: relative;
}
#textHome4:before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 2;
	background: url(../images/inicio/bg2.png) center no-repeat;
	background-size: cover; 
	height: 481px;
	width: 961px;
}
.Home4{
	padding-left: 50%;
	height: 481px;
	display: flex;
	align-items: center;
}
.contentHome4{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #3e3e3e;
	text-align: right;
}
.contentHome4 span{
	font-weight: 900;
}
.prefooter{
	background: #68bb3e;
}
.prefooter .container{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 40px 0;
	text-align: center;
}
.prefooter .container span{
	font-weight: 700;
}

#textRepar1{
	background: #e3e3e3;
	font-family: 'Lato', sans-serif; 
	padding: 115px 0;
}
.titleRepar1{
	font-size: 36px;
	line-height:24px;
	font-weight: 300;
	color: #1b1b1b;
	text-align: center;
	margin-bottom: 49px;
	position: relative;
}
.titleRepar1:before{
	content: '';
	position: absolute;
	width: 77px;
	height: 6px;
	left: calc(50% - 38.5px);
	bottom: -31px;
	background: #074997;
}
.titleRepar1 span{
	color: #074997;
	font-weight: 700;
}
.contentRepar1{
	font-size: 16px;
	line-height:28px;
	font-weight: 400;
	color: #414141;
	text-align: center;
}
#textRepar2{
	background: #175cae;
	padding-top: 80px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif; 
}
.titleRepart2{
	color: #ffffff;
	line-height: 24px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 70px;
}
#textRepar2 .row div[class*="col-"]{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-bottom: 70px;
}

.imgSlider{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/calibracion/profeco.png) center no-repeat;
	background-size: cover;
	height: 329px;
	width: 328px;
}
.imgSlider2{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/calibracion/ema.png) center no-repeat;
	background-size: cover;
	height: 329px;
	width: 328px;
}
#textCal1{
	height: 352.35px;
	position: relative;
}
#textCal1 .bgI{
	position: absolute;
	top: 0;
	right: -375px;
	width: 750px;
}
.contentCal1{
	padding-right: 50%;
	display: flex;
	align-items: center;
	height: 352.35px;
}
.divCal1{
	padding-right: 15px;
	color: #414141;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 21px;
	text-align: left;
}
.titleCal1{
	color: #074997;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 32px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: solid 1px #c4c4c4;
	margin-right: 15px;
}
.titleCal1 span{
	font-weight: 700;	
}

#textCal2{
	height: 384.3px;
	position: relative;
	background: #175cae;
}
#textCal2 .bgB{
	position: absolute;
	top: 0;
	left: -415px;
	width: 790px;
}
.contentCal2{
	padding-left: 50%;
	display: flex;
	align-items: center;
	height: 384.3px;
}
.divCal2{
	padding-left: 35px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 21px;
	text-align: right;
}
.titleCal2{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 32px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: solid 1px #c4c4c4;
}
.titleCal2 span{
	font-weight: 700;	
}
#textCal3{
	height: 478px;
	position: relative;
}
#textCal3 .bgI{
	position: absolute;
	top: 0;
	right: -585px;
}
#textCal3 .bg3f{
	height: 478px;
}
#textBas1{
	font-family: 'Lato', sans-serif;
	padding-bottom: 30px;
}
#textBas1 .container{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #414141;
	text-align: center;
}
#textBas1 .container span{
	color: #074997;
	font-weight: 900;
	font-size: 24px;
	position: relative;
}
#textBas1 .container span:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background:#626262; 
}
.contentBas1{
	padding: 44px 0;
}
.contentBas1 div:first-child{
	margin-bottom: 25px;
}

#textBas1 div[class*="col-"]{
	margin-bottom: 40px;
}
#textBas1 div[class*="col-"]:nth-child(2) img{
	margin-left: auto;
	margin-right: auto;
}
#textBas1 div[class*="col-"]:nth-child(3) img{
	margin-left: auto;
}
#textBas2{
	background: url(../images/basculas/fondo1.png) center no-repeat;
	background-size: cover;
	padding: 46.5px;
}
#textBas2 .container{
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}
#textBas3{
	background: url(../images/basculas/fondo2.png) center no-repeat;
	background-size: cover;
	height: 482px;
	font-family: 'Lato', sans-serif;
}
.contentBas3{
	height: 482px;
	display: flex;
	align-items: center;
	padding-right: 50%;
}
.contentBas3 .bas3{
	padding-right: 27px;
}
.titleBas3{
	font-weight: 300;
	color: #313131;
	font-size: 25px;
	line-height: 40px;
	text-align: left;
}
.contentBas3 ul{
	margin-left: 25px;
	list-style-image: url(../images/basculas/li.png);
}
.contentBas3 ul li{
	font-weight: 300;
	color: #313131;
	font-size: 17px;
	line-height: 24px;
	margin-top: 24px;
	text-align: left;
}
#textBas4{
	background: url(../images/basculas/fondo3.png) center no-repeat;
	background-size: cover;
	height: 400px;
	font-family: 'Lato', sans-serif;
}
.contentBas4{
	height: 400px;
	display: flex;
	align-items: center;
	padding-left: 50%;
}
.bas4{
	padding-left: 50px;
}
.camion{
	position: absolute;
	top: calc(50% - 105px);
	left: 15px;
	width: 380px;
}
.titleBas4{
	color: #616161;
	font-size: 23px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}
.contentBas4 ul{
	list-style-image: url(../images/basculas/ul.png);
	margin-left: 23px;
}
.contentBas4 ul li{
	color: #616161;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
}
#textVenta1{
	background: url(../images/venta/fondo1.jpg) center no-repeat;
	background-size: cover;
	height: 454px;
}
.contentVenta1{
	height: 453px;
	display: flex;
	align-items: center;
	padding-right: 50%;
	position: relative;
}
.equipos{
	position: absolute;
	top: calc(50% - 124px);
	right: 0;
	mix-blend-mode: multiply;
	width: 350px;
}

.bgAzul{
	background: #175cae;
	height: 275px; 
	border-radius: 7px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ffffff
}
.titleVenta1{
	height: 80px;
	background: #2096d4;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	font-size: 34px;
	line-height: 80px;
	text-align: center;
}
.desVenta1{
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	padding: 0 13px;
	height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textVenta2{
	background: url(../images/venta/fondo2.png) center no-repeat;
	background-size: cover;
	height: 456px;
	font-family: 'Lato', sans-serif;
}
.imge{
	margin-top: 40px;
	mix-blend-mode: multiply;
}
.spl{
	padding-left: 0;
}
.contentVenta2{
	background: #175cae;
	height: 275px;
	margin-top: 82px;
	border-radius: 7px;
	color: #ffffff;
	font-weight: 300;
}
.titleVenta2{
	height: 80px;
	background: #2096d4;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	font-size: 34px;
	line-height: 80px;
	text-align: center;
}
.desVenta2{
	font-size: 18px;
	line-height: 28px;
	height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

#textCont1{
	padding-top: 70px;
	padding-bottom: 20px;
}
#textCont1 .colf-c{
	margin-bottom: 50px;
	width: 100%;
}
#formTop{
	position: relative;
	padding-bottom: 15px;
	background: #e3e3e3;
	padding: 25px;
	height: 510px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #1f93d2;
	font-family: "Lato", serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 28px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#frmContacto .tit2,#frmContacto .tit3{
	color: #5e5e5e;
	font-family: "Lato", serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	position: relative;
	text-align: center;
}
#frmContacto .tit3{
	margin-bottom: 15px;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 10px
}
#frmContacto .form-control{
	display: block;
	height: 44px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #616161;
	border: 1px solid #d6d6d6;
}
#frmContacto .textarea{
	height: 134px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#175cae; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 7px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.contentMap{
	height: 510px;
	margin-left: auto;
}
.dir{
	background: #175cae;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	padding: 18px 5px;
}
.mark{
	width: 10px;
	height: 15px;
	background: url(../images/mark.png) center no-repeat;
	display: inline-block;
	padding: 0;
}
#titleCat{
	background: #eeeeee;
	font-family: 'Lato', sans-serif;
}
#titleCat .container{
	font-weight: 400;
	font-size: 30px;
	line-height: 95px;
	height: 95px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	text-transform: uppercase;
 	text-align: center;
 	color: #2a2a2a;
}

#textCats{
	padding-top: 50px;
	padding-bottom: 5px;
	border-bottom: solid 2px #e1e1e2;
}
#textCats div[class*="col-"]{
	margin-bottom: 50px;
}

#textCats div[class*="col-"]{
	margin-bottom: 50px;
	text-align: center;
	width: 50%;
}

.productCat{
	width: auto;
	background: #e2e2e2;
	border-radius: 7px;
	display: inline-block;
}
.productCat img{
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.productCat figure{
	position: relative;
}
.titleProd{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 54px;
	height: 54px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	text-align: center;
 	color: #2a2a2a;
 	padding: 0 12px;
 	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.irdetalles{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/productos/detalles.png) left no-repeat;
	height: 53px;
	width: 100%;
	text-align: left !important;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding-left: 15px;
	padding-top: 13px;
    display: flex;
    align-items: center;

}
.lupa{
	background: url(../images/productos/lupa.png) left no-repeat;
	height: 17px;
	width: 17px;
	display: inline-block;
	margin-right: 5px;
}
#textCats a:hover,#textCats a:focus{
	text-decoration: none;
	opacity: 0.8;
}
.back{
	position: absolute;
	right: 15px;
	top: calc(50% - 12px);
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 24px;
}
.back img{
	margin-right: 5px;
}
.tituloD{
	padding: 0 120px;
	font-size: 24px;
}
.fotop{
	border:solid 1px #bebebe;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#detalle1{
	padding-top: 50px;
	padding-bottom: 55px;
	font-family: 'Lato', sans-serif;
}
.nombreProd{
	color: #0d0d0d;
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 19px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d8d8d8;
	text-align: left;
	position: relative;
	padding-right: 160px;
	line-height: 30px;
}
.detProd{
	color: #616161;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
.detProd strong{
	color: #175cae;
}
#detalle1 ul{
	padding-top: 12px;
	padding-bottom: 15px;
	list-style-image: url(../images/productos/ul.png);
	margin-left: 15px;
}
#detalle1 ul li{
	color: #616161;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.notad{
	color: #616161;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	text-align: left;
}
#detalle1 div[class*="col-"]{
	width: 100%;
}

#detalle2{
	background: url(../images/productos/fondo1.png) center no-repeat;
	background-size: cover;
	min-height: 404px;
	padding-top: 44px;
	padding-bottom: 30px;
	border-top: solid 2px #e1e1e2;
	border-bottom: solid 2px #e1e1e2;
}

#formCotizar{
	overflow: hidden;
}
#formCotizar .tit{
	color: #175cae;
	font-family: "Lato", serif;
	font-size: 30px;
	line-height: 28px;
	position: relative;
	margin-bottom: 38px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
#formCotizar .tit strong{
	font-weight: 900;
}
#formCotizar .row{
	margin: 0 -5px;
}
#formCotizar div[class*="col-"]{
	padding: 0 5px;
}
#formCotizar .form-group{
	margin-bottom: 10px
}
#formCotizar .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11.56px;
	font-weight: 400;
	color: #616161;
	border: 1px solid #d6d6d6;
}
#formCotizar .textarea{
	height: 113px
}

#formCotizar input[type=submit],
#formCotizar input[type=reset]{
	display:inline-block; 
	height:50px; 
	background:#175cae; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Lato', sans-serif; 
	font-size:16px;
	width: 274px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 26px;
}
#formCotizar input[type=submit]:hover,
#formCotizar input[type=reset]:hover{opacity:.8}
#formCotizar .error input,
#formCotizar .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

#formCotizar input::-webkit-input-placeholder {color:#959595; opacity:  1;}
#formCotizar input:-moz-placeholder {color:#959595; opacity:  1;}
#formCotizar input::-moz-placeholder {color:#959595; opacity:  1;}
#formCotizar input:-ms-input-placeholder {color:#959595; opacity:  1;}
#formCotizar textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
#formCotizar textarea:-moz-placeholder {color:#959595; opacity:  1;}
#formCotizar textarea::-moz-placeholder {color:#959595; opacity:  1;}
#formCotizar textarea:-ms-input-placeholder {color:#959595; opacity:  1;}
#formCotizar input:focus::-webkit-input-placeholder {opacity:0.5}
#formCotizar input:focus:-moz-placeholder{opacity:0.5}
#formCotizar input:focus::-moz-placeholder{opacity:0.5}
#formCotizar input:focus:-ms-input-placeholder{opacity:0.5}
#formCotizar textarea:focus::-webkit-input-placeholder{opacity:0.5}
#formCotizar textarea:focus:-moz-placeholder{opacity:0.5}
#formCotizar textarea:focus::-moz-placeholder{opacity:0.5}
#formCotizar textarea:focus:-ms-input-placeholder{opacity:0.5}

#formCotizar .has-error .form-control-feedback{line-height:36px; height:100%; }
#formCotizar .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#carrucelHome{
	padding: 54px 0;
	overflow: hidden
}
#carrucelHome .container {
    width: 100%!important;
    padding: 0;
	max-width: 100%!important
}
#carrucelHome .bx-wrapper {
    max-width: 100% !important;
}
#carrucelHome .bx-wrapper figure{
	display: block;
	border-left: solid 1px #c1c1c1;
	padding: 8px;
}
#carrucelHome .bx-wrapper figure img{
	margin: auto;
}
#carrucelHome .item{
	border-left: solid 1px #bfbfbf;
	height: 129px;
	width: auto !important;
	padding: 0 45px;
}
#carrucelHome .item div{
	height: 129px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.controles{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}
.controles span{
	font-size: 12px;
	color: #636262;
	font-family: 'century', sans-serif;
}
.lineaC{
	margin: 0 11px;
}
.prev,.next{
	display: flex;
	align-items: center;
}
.prev img{
	margin-right: 8px;
}
.next img{
	margin-left: 8px;
}

.nohay{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 95px;
	font-weight: 600;
	font-size: 18px;
}

#loginTop,
#aLoginMovil{
	position: absolute;
	top: 38px;
	right: 90px;
}
#loginTop.topmas{
	top: 18px;
}
#loginTop a.micuentT{
	margin-top: 7px;
}
#loginTop a,
#aLoginMovil a{
	display: block;
	background: #2096d4;
	color: #FFF;
	font-style: italic;
	border-radius: 14px;
	width: 112px;
	height: 27px;
	line-height: 26px;
	text-align: center;
	font-family:"Lato", sans-serif;
	font-size: 13px;
}
#loginTop a:hover{
	color: #FFF;
}

#areaLogin {
    background: #e3e3e3;
    padding: 260px 0 40px;
    font-family: 'Lato', sans-serif;
}
#areaLogin .izq,
#areaLogin .der{
	min-height: 386px;
	width: 50%;
}
#areaLogin .izq{
	position: absolute;
	width: 50%;
	height: 386px;
}
#areaLogin .izq article{
	height: 386px;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	background: rgb(0,142,191);
	background: -moz-linear-gradient(125deg, rgba(0,142,191,1) 0%, rgba(0,110,170,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(0,142,191,1) 0%, rgba(0,110,170,1) 100%);
	background: linear-gradient(125deg, rgba(0,142,191,1) 0%, rgba(0,110,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008ebf",endColorstr="#006eaa",GradientType=1); 
}
#areaLogin .izq .text{
	max-width: 425px;
	margin: auto;
	color: #FFF;
	font-size: 33px;
	font-weight: 300;
	text-align: center;
	line-height: normal;
    font-family: 'Lato', sans-serif;
}
#areaLogin .izq .text strong{
	font-size: 44px;
	color: #4fc2ff;
	font-weight: 400
}
#areaLogin .izq .text span{
	font-weight: 400
}
#areaLogin .cnt{
	position: relative;
}
#areaLogin .der{
	transform: translateX(100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
#frmLogin{
	padding-left: 60px;
	line-height: normal;
	width: 100%;
}
#frmLogin .lblIngreso{
    font-family: 'Lato', sans-serif;
	font-size: 48px;
	color: #007bb2;
	border-bottom: solid 1px #8e8e8e;
	padding: 8px 0;
}
#frmLogin .cntInput,
#frmLogin .cntSubmit,
#frmLogin .aLostPass{
	padding-top: 20px;
}
#frmLogin .cntInput input{
	display: block;
	background: #efefef;
	height: 55px;
	font-size: 15px;
	width: 100%;
	padding: 0 15px 0 20px;
}
#frmLogin .cntSubmit input{
	display: block;
	background: #096ca6;
	height: 55px;
	font-size: 18px;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	font-weight: 600;
	color: #FFF;
}
.aLostPass a{
	color: #616161;
	font-size: 14px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}
#winLost{
    width: 296px;
    height: 254px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -198px;
    margin-top: -127px;
    z-index: 11;
    display: none;
}
#frmLost{
    position: relative;
    background: #175cae;
    padding: 15px 0 20px
}
#closeLost{
    position: absolute;
    background: url(../images/login/close.png);
    height: 23px;
    width: 23px;
    top: -13px;
    right: -12px;
    cursor: pointer;
}
#overlayLost{
    background:rgba(0,0,0,0.70);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.titLost{
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    padding: 15px 0 8px;
    text-align: center;
}
.subtitLost{
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
}
.inputLost{
    margin: auto;
    width: 190px;
    padding-top: 9px;
}
.inputLost:last-child{
    padding-top: 11px;
}
.inputLost input{
    display: block;
    width: 100%;
}
.inputLost input[type="text"]{
    border:solid 1px #ababab;
    height: 28px;
    font-size: 11px;
    color: #959595;
    padding: 0 5px;
}
.inputLost input[type="submit"]{
    background: #004369;
    height: 31px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.inputLost input[type="submit"]:hover{
    opacity: 0.75;
}

.inputLost input::-webkit-input-placeholder {color:#959595; opacity:  1;}
.inputLost input:-moz-placeholder {color:#959595; opacity:  1;}
.inputLost input::-moz-placeholder {color:#959595; opacity:  1;}
.inputLost input:-ms-input-placeholder {color:#959595; opacity:  1;}
.inputLost input:focus::-webkit-input-placeholder {opacity:0.5}
.inputLost input:focus:-moz-placeholder{opacity:0.5}
.inputLost input:focus::-moz-placeholder{opacity:0.5}
.inputLost input:focus:-ms-input-placeholder{opacity:0.5}



#areaCuenta{
	padding-top: 284px;
}

#areaCuenta .cnt{
	position: relative;
	padding-left: 260px;
	min-height: 400px;
	padding-bottom: 45px;
}
#areaCuenta #navCuenta{
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	background: #175cae;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px;
}


#areaCuenta #navCuenta>div{
	background: #0097D7;
	text-align: center;
	padding: 10px 0;
}
#areaCuenta #navCuenta li{
	list-style: none;
	border-bottom: solid 1px rgba(255,255,255,0.15);
}
#areaCuenta #navCuenta li a{
	display: block;
	color: inherit;
	padding: 8px 10px;
}


.card {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
}
.card.sameheight-item.items {
    height: auto !important;
}
.card .card-header {
    background-image: none;
    background-color: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    border-radius: 0;
    min-height: 50px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
}
.card .card-header.bordered {
    border-bottom: 1px solid #d7dde4;
    margin-bottom: 15px
}

#toogleNav{
	display: block;
}
#toogleNav span{
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px
}

.titCuenta{
	font-size: 24px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: #000
}

@media(min-width: 992px){
	#toogleNav:before{
		display: none;
	}
}
@media(max-width: 991px){
	#areaCuenta {
	    padding-top: 210px;
	}
	#areaCuenta .cnt {
	    padding-left: 0;
	}
	#areaCuenta #navCuenta {
	    position: static;
	    width: 100%
	}
	#navCuenta ul{
		display: none;
	}
	#navCuenta.open ul{
		display: block;
	}
	#toogleNav{
		position: relative;
		cursor: pointer;
	}
	#toogleNav:before{
		display: block;
		position: absolute;
		left: 15px;
	}
}
@media(max-width: 767px){
	#areaCuenta {
	    padding-top: 94px;
	}
}
@media(max-width: 750px){
	#tblReportes thead{
		display: none
	}
	#tblReportes{
		border: none;
	}
	#tblReportes tbody tr{
		display: block;
		padding-bottom: 10px;
		border: none;
	}
	#tblReportes tbody td{
		display: block;
		position: relative;
		padding-left: 130px;
		text-align: left !important;
	}
	#tblReportes tbody td:before {
	    position: absolute;
	    top: calc(50% - 11px);
	    left: 20px;
	    width: auto;
	    padding-right: 1em;
	    white-space: nowrap;
	    text-align: left;
	    content: attr(data-title);
	    z-index: 1;
	    font-weight: 500;
	    color: #616161;
	    font-size: 14px;
	}
}
@media(max-width: 480px){
	#areaCuenta {
	    padding-top: 114px;
	}
}
