@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: 1010px;}
.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;}

#header{
	width: 100%;
	z-index: 3;
	background: rgba(29,29,29,0.75);
	height: 127px;
	position: absolute;
	top: 0;
	left: 0;
	
}

#logo{
	display: block;
	width: 170px;
	position: absolute;
	top: 5.5px;
	left: 15px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#darkTop{
	height: 35px;
	width: 100%;
	background: #2b2c2d;
}
#darkTop .container{
	text-align: right;
}
.datos-user{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 35px;
}
.datos-user a{
	background: url(../images/banner/lieclip.png) right no-repeat;
	padding: 0 22.5px;
}
#darkTop .telefono,#darkTop .correo{
	height: 28px;
	display: inline-flex;
	align-items: center;
}
#darkTop .correo{
	margin-right: 115px;
}
#darkTop span{	
	display: inline-block;
	color: #ffffff;
	font-family:"Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
#darkTop .correo img, #darkTop .telefono img{
	margin-right: 5px;
}
#darkTop .tel img{
	position: relative;
	top: 2px;
}
#darkTop a:hover{
	text-decoration: none;
	color: #dd3e7f;
}
#redes{
	width: auto;
	height: 35px;
	position: absolute;
	top: 0;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #2b2c2d;
	background: #ffffff;
	height: 22px;
	width: 22px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14.3px;
	border-radius: 50%;
	margin-right: 3.666px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a:hover,#redes a:focus{
	text-decoration: none;
}
#redes .fb:hover{
	background: #395398 !important;
	color: #ffffff;
}
#redes .tw:hover{
	background: #42bded !important;
	color: #ffffff; 
}
#redes .go:hover{
	background: #AB7F5C !important;
	color: #ffffff;
}
#redes .yt:hover{
	background: #ca250a !important;
	color: #ffffff;
}
#topMenu{
	background: #1c1d1e;
	height: 92px;
	width: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	height: 92px;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	background: url(../images/banner/limenu.png) center right no-repeat;
	background-size: auto;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height:92px;
	height: 92px;
	padding: 0 22px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
}
#menu li:last-child a{
	padding-right: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ff723a;
}


.datfooter{
	margin-bottom: 4px;
	background: url(../images/banner/footer.jpg) center no-repeat;
	background-size: cover;
}
.datfooter .sucursal{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 236px;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
.datfooter .titleSucursal{
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d85624;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ffffff;
}
.datfooter .titleSucursal img{
	margin-right: 5px;
}
.datfooter .sucursal a{
	color: #ffffff;
	padding-top: 15px;
	display: block;
}
/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#161718;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 45px; 
}
#footer .container{padding-top:14px; padding-bottom:13px; 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*/




/*==================     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{
	height: auto !important;
	margin-top: 127px;
}
#sliderTop .slides li{
	position: relative;
	background-position: center center !important;
	background: transparent !important;
	height: auto !important;
}
#sliderTop .slides li img{
	width: 100%;
}
.contLogos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sliderTop .slides li .container{
	height: 100%;
}

.imgBanner{
	display: block !important;
	position: absolute;
	left: 15px;
	height: 100px;
	top: calc(50% - 50px);
}


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

#textHome1{
	background: url(../images/inicio/naranja.png) center no-repeat;
	background-size: cover;
	padding-top: 59px;
	padding-bottom: 64px;
	text-align: center;
	margin-top: 1px;
	font-family: 'Aril', sans-serif;
}
.lineanaranja{
	width: 100%;
	height: 11px;
	background: url(../images/inicio/lineaNaranja.png) center no-repeat;
	background-size: cover;
}
.lineafooter{
	width: 100%;
	height: 12px;
	background: url(../images/inicio/lineaNaranja2.png) center no-repeat;
	background-size: cover;
}
#textHome1 .titleHome1{
	padding-bottom: 25px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}
#textHome1 .titleHome1 span{
	display: inline;
}
#textHome1 .titleHome1 strong{
	color: #2b2c2d;
	font-size: 30px;
}
#textHome1 .contentHome1{
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}
#textHome2{
	height: 275px;
	background: url(../images/inicio/fondo1.jpg) center left no-repeat;
	background-size: cover;
}
#textHome2 img{
	display: none;
}
#textHome3{
	background: url(../images/inicio/fondo2.png) center left no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 12px;
}
#textHome3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	background: rgba(255,255,255,0.52);
	top: 0;
	left: 0;
}
#textHome3 .contentHome3{
	height: 438px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textHome3 .home3{
	display: flex;
	align-items: center;
	justify-content: center;
}
#textHome3 .home3 .itemHome3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #ffffff;
	line-height: 19px;
}
#textHome3 .home3 .itemHome3 img{
	margin-bottom: 30px;
}
.it1,.it2,.it3,.it4{
	margin-right: 77px;
}
#textHome4{
	padding-top: 5px;
	padding-bottom: 26px;
	background: url(../images/inicio/fondo3.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
#textHome4 img{
	mix-blend-mode: multiply;
}
#textHome4:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	background: rgba(255,255,255,0.52);
	bottom: 0;
	left: 0;
}
#textHome5 .contentHome5{
	padding-top: 134px;
	padding-bottom: 93px;
}
#textHome5 .titleHome5{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	color: #d85624;
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#textHome5 .contLogoHome{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#textHome5 .contLogoHome img{
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.titlePag{
	background: url(../images/title.png) center no-repeat;
	background-size: cover;
}
.titlePag .container{
	line-height: 88px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #ffffff;
}
#productos{
	padding-top: 60px;
}
.itemProducto{
	max-width: 222px;
	text-align: center;
	margin: auto;
}
#productos .row{
	margin: 0 -14px;
}
#productos .row div[class*="col-"]{
	padding: 0 14px;
	border-right: solid 1px #bfbfbf;
	margin-bottom: 35px;
	width: 33.333%;
}
#productos .row div[class*="col-"]:nth-child(3n + 3){
	border-right: 0;
}
#productos figure{
	max-width: 222px;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.lineaProducto{
	position: relative;
	width: 100%;
	height: 1px;
	background: #bfbfbf;
}
.lineaProducto:before{
	content: '';
	position: absolute;
	width: 81px;
	height: 3px;
	top: -1px;
	left: calc(50% - 40.5px);
	background: #cb591e;
}
.titleProducto{
	color: #616161;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-top: 13px;
}
.iraDetalle{
	color: #d06934;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
}
.iraDetalle:hover,.iraDetalle:focus{
	text-decoration: none;
	opacity: 0.85;
	color: #d06934;
}
#textSeg1{
	padding-top: 42px;
	background: rgba(0,0,0,0.85);
}
.imgProtect{
	background: url(../images/seguridad/fondo1.png) center no-repeat;
	background-size: cover;
	padding: 10.5px 0;
	margin-bottom: 32px;
}
.imgProtect img{
	margin: auto;
	mix-blend-mode: multiply;
}
#textSeg1 .row{
	margin: 0 -14px;
}
#textSeg1 div[class*="col-"]{
	width: 100%;
	padding: 0 14px;
	margin-bottom: 45px;
}
#textSeg1 .right img{
	margin-left: auto;
}
.secondlinea{
	border-top: solid 1px rgba(255,255,255,0.5);
	padding-top: 45px;
}
#textSeg1 div[class*="col-"] img{
	margin-left: auto;
	margin-right: auto;
}
#textSeg2{
	background: #e7e7e7;
	padding-top: 32px;
}
.titleSeg2{
	background: url(../images/seguridad/naranja.png) center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	padding: 13px 20px;
	text-align: left;
	position: relative;
}
.borderSeg{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 220px;
	background: url(../images/seguridad/border.png) center no-repeat;
	background-size: cover;
	display: none;
}
#textSeg2 ul{
	list-style-image: url(../images/seguridad/li.png);
	margin-left: 15px;
	color: #616161;
	margin-bottom: 30px;
}
#textSeg2 ul li{
	line-height: 16px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	margin-top: 22px;
}
#textSeg2 ul li span{
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
#textSeg2 .row{
	margin: 0 -15px;
}
#textSeg2 div[class*="col-"]{
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}
#textSeg2 .border1{

}
.contSeguridad2{
	color: #616161;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding-top: 25px;
}
.contSeguridad2 strong{
	color: #d3663b;
}
#textSeg3{
	padding-top: 30px;
}
.titleSeg3{
	padding: 15px 0;
	line-height: 24px;
	font-size: 16px;
	color: #7d7d7d;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
}
.contentSeg3{
	line-height: 24px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #7d7d7d;
	margin-bottom: 22px;
}
.contentSeg4{
	background: url(../images/seguridad/fondo2.png) center no-repeat;
	background-size: cover;
	line-height: 24px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding: 22px 42px;
	position: relative;
	padding-right: 300px;
	text-align: left;
}
.contentSeg4 strong{
	font-size: 24px;
	padding-bottom: 6px;
}
.contentSeg4 ul{
	list-style-image: url(../images/seguridad/li2.png);
	margin-left: 1px;
	margin-top: 6px;
}

.volante {
    position: absolute;
    right: 15px;
    bottom: 65px;
    width: 300px;
}
.title2seg{
	margin-top: 20px;
	margin-bottom: 5px;
}
.contentLogosSeg{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contentLogosSeg .itemSeg4{
	width: 180px;
	height: 123px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}
.contentLogosSeg .itemSeg4:nth-child(4),.contentLogosSeg .itemSeg4:nth-child(8){
	border-right: 0;
}
.contentLogosSeg .itemSeg4:last-child{
	border-bottom: 0;
}
.ultseg5{
	padding-top: 30px;
	padding-bottom: 55px;
}
#textConf1{
	padding-top: 30px;
}
#textConf1 .row{
	margin: 0 -13px;
}
#textConf1 div[class*="col-"]{
	padding: 0 13px;
	margin-bottom: 22px;
}
.centrales{
	max-height: 163.2px;
}
#textConf2{
	background: url(../images/confort/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 12px;
}
.imgconf{
	margin: auto;
	margin-bottom: 30px;
}
.contentConf2{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 35px;
}
#textConf2 div[class*="col-"]{
	margin-bottom: 27px;
}
#textConf2 .rightImg img{
	margin-left: auto;
}
.lineacontacto{
	background: url(../images/contacto.png) center no-repeat;
	background-size: cover;
	height: 11px;
	width: 100%;
}
#formTop{
	position: relative;
	z-index: 5;
	padding-bottom: 40px;
	background: #ededed;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .titc{
	color: #d3663b;
	font-family: "Oswald", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	padding-top: 45px;
	padding-bottom: 17px;
	text-align: center;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Arial", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 21px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 40px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	border: 1px solid #d6d6d6;
}
#frmContacto .textarea{
	height: 81px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:url(../images/submit.png) center no-repeat;
	background-size: auto; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
}
#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:#979797; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#979797; 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;
}
.contenedorbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5e5e5e;
	font-family: "Verdana", serif;
	font-size: 12px !important;
	font-weight: 400;
	margin-top: 8px;
	flex-wrap: wrap;
}
.contenedorChek{
	margin-right: 120px;
}
.contenedorbtn label{
	color: #5e5e5e;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
}
.titlePrefieres{
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
}
.titleMap{
	position: relative;
}
.titleMap:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 100px);
	height: 3px;
	background: #242424;
}
.titleCont1{
	background: #e2e2e2;
	padding-left: 45px;
	line-height: 24px;
	color: #242424;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 4px;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
	position: relative;
}
.telCont{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	width: 200px;
	background: #adadad;
}
.telCont a{
	color: #242424;
}
#textCont2{
	padding-top: 48px;
	padding-bottom: 50px;
}
.map2{
	margin-top: 48px;
}
#tituloProducto{
	margin-top: 33px;
}
.contentName{
	padding-left: 0px;
	text-align: left;
	margin-bottom: 33px;
	position: relative;
	padding-right: 100px;
}
.contentName span{
	display: flex;
	line-height: 40px;
	height: 88px;
	align-items: center;
	font-size: 28px;
	line-height: 32px;
}
.contentDetalle{
	padding-left: 0px;
	margin-bottom: 48px;
}
#detalleProducto{
	min-height: 503px;
}
#detalleProducto figure{
	width: 455px;
	height: 487px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	position: relative;
	left: auto;
	top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.titleDetalles{
	color: #444444;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 17px;
	padding-top: 33px;
	padding-bottom: 20px;
}
.desDet{
	color: #616161;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.noHay{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 60px;
}
.p-1 img{
	max-height: 122px;
}
.contentBack{
	position: absolute;
	top: 0;
	right: 0;
}

#textRastreo1{
	padding: 66px 0;
}
#textRastreo2{
	background: #f4f4f4;
	padding-top: 97px;
	padding-bottom: 83px;
}
#textRastreo2 div[class*="col-"]{
	margin-bottom: 29px;
	width: 50%;
}
.contentRastreoItem{
	background: url(../images/rastreo/bgitem.png) center no-repeat;
	background-size: cover;
	max-width: 306px;
	min-height: 215px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
	padding-top: 29px;
	padding-left: 20px;
	padding-right: 8px;
	margin: auto;
}
.titleItemRastreo{
	display: flex;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #424242;
	height: 47px;
	margin-bottom: 20px;
}
.titleItemRastreo-2{
	height: 44px;
}
.titleItemRastreo img{
	margin-right: 32px;
	mix-blend-mode: multiply;
}
.contItemRastreo{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #424242;
	text-align: left;
}

.titleItemRastreo2{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #424242;
	margin-bottom: 28px;
}
.imgitemlast{
	mix-blend-mode: multiply;
}
.itemlast{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	text-align: center;
}
#textRastreo3{
	padding-top: 86px;
	padding-bottom: 80px;
}
.imgitemmovil1{
	display: block;
}
.imgitemmovil2{
	display: none;
}


#textInicio1{
	background: #f1f1f1;
}
.contentInicio1{
	height: 695px;
	padding-left: 310px;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}
.contentInicio1 .img1Inicio1{
	position: absolute;
	bottom: 0;
	left: -153px;
}
.titleInicio1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #333333;
	font-size: 40px;
	line-height: 19px;
	letter-spacing: 0.4px;
	padding-bottom: 42px;
}
.textoInicio1{
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.4px;
	padding-bottom: 46px;
}
.contentInicio1 a{
	text-decoration: none;
}
.contentInicio1 a:hover img{
	transform: scale(1.1);
}
.playstoreInicio1{
	margin-left: 10px;
}
#textInicio2{
	background: #333333;
	padding: 104px 0;
}
#textInicio2 .container{
	text-align: center;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.4px;
}

#textInicio2 .container img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#textInicio3{
	padding: 83px 0;
}
.contentInicio3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contentInicio3 div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 122px;
	margin-bottom: 25px;
}
.itemInicio1,.itemInicio5{
	width: 33.333%;
	justify-content: center;
}
.itemInicio2,.itemInicio6{
	width: 33.333%;
	justify-content: center;
}
.itemInicio3,.itemInicio7{
	width: 33.333%;
	justify-content: center;
}
.itemInicio4,.itemInicio8{
	width: 33.333%;
	justify-content: center;
}
.titleInicio3{
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 19px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 81px;
}

#textInicio4{
	background: url(../images/home/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 143px;
	padding-bottom: 110px;
}
#textInicio4 a{
	text-decoration: none;
}
#textInicio4 a:hover img{
	transform: scale(1.1);
}
#textInicio4 a.playstoreInicio4{
	margin-left: 26px;
}
.titleInicio4{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: left;
	letter-spacing: 0.4px;
	margin-top: 132px;
	margin-bottom: 152px;
}
#textInicio5{
	padding-top: 36px;
	padding-bottom: 28px;
}
.contentInicio5{
	padding-right: 350px;
	height: 457px;
	position: relative;
	text-align: left;
	color: #333333;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.4px;
}
.imgInicio5{
	position: absolute;
	top: 0;
	right: -220px;
}
.titleInicio5{
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	line-height: 57px;
	padding-top: 58px;
	padding-bottom: 43px;
}
.logoau{
	margin-top: 50px;
}

#textSegNew1{
	background: #f5f5f5;
	padding-top: 49px;
	padding-bottom: 20px;
}
#textSegNew1 .row{
	margin: 0 -29px;
}
#textSegNew1 div[class*="col-"]{
	padding: 0 29px;
	margin-bottom: 48px;
}
.titleSegnew1{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 41px;
	line-height: 71px;
	color: #54595f;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 24px;
}
.contentSegNew1{
	max-width: 287.5px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #616161;
}
.contentSegNew1 span{
	display: block;
}
.contentSegNew1 figure img{
	margin-right: auto;
	margin-left: auto;
}
.subtitleSegNew1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 27px;
	margin-bottom: 15px;
}

#textSegNew2{
	background: url(../images/seguridad/new/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 44px;
	padding-bottom: 54px;
}
#textSegNew2 figure{
	position: relative;
	margin-bottom: 69px;
}
#textSegNew2 figure .textoimg{
	position: absolute;
	bottom: 34px;
	left: calc(50% - 92px);
}
.titleSegNew2{
	color: #f47100;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 52px;
	line-height: 79px;
	text-align: center;
	letter-spacing: 0px;
}
.subtitleSegNew2{
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 57px;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 16px;
}
.itemSegNew2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}
.itemSegNa{
	width: 87px;
}
.itemSegNb{
	width: calc(100% - 87px);
	padding-left: 27px;
}
.itemSegNew2b{
	margin-bottom: 58px;
}

#textSegNew3{
	background: #444a4f;
	padding: 38px 0;
}
#textSegNew3 strong{
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
#textSegNew4{
	padding-top: 77px;
	padding-bottom: 88px;
}
.contentSegNew4{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemSegNew4a{
	width: 108px;
}
.itemSegNew4b{
	width: calc(100% - 108px);
	padding-left: 16px;
	color: #54595f;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}
.itemSegNew42a{
	padding-left: 19px;
}
.titleSegNew4{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: center;
	color: #54595f;
	margin-bottom: 41px;
}
.imgseg4{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 65px;
}
.itemSegNew42b{
	margin-bottom: 22px;
}

#textConf3{
	background: url(../images/confort/new/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 49px;
	padding-bottom: 90px;
}
.titleConf3{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 41px;
	line-height: 79px;
	color: #54595f;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 42px;
}
#textConf3 img{
	mix-blend-mode: multiply;
	margin-right: auto;
	margin-left: auto;
}
.contentConf3{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #616161;
	letter-spacing: 0px;
}
.contentConf3 span{
	display: block;
}
.contentConf3 figure{
	height: 197px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 20px;
}
.item1Conf3 figure{
	padding-bottom: 11px;
}
.item2Conf3 figure{
	padding-bottom: 9px;
}
.titleItemConf3{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	color: #d65f00;
	letter-spacing: 0px;
	margin-bottom: 14px;
	position: relative;
}
.titleItemConf3:before{
	content: '';
	position: absolute;
	width: 112px;
	height: 4px;
	border-radius: 2px;
	background: #b6b6b6;
	bottom: -6px;
	left: calc(50% - 56px);
}
.item1Conf3{
	margin-right: 130px;
	position: relative;
}
.item2Conf3{
	margin-right: 0px;
	position: relative;
}
.item1Conf3:before,.item2Conf3:before{
	content: '';
	position: absolute;
	top: 0;
	right: -65px;
	width: 1px;
	height: 100%;
	background: url(../images/confort/new/before.png) center no-repeat;
}
.item2Conf3:before{
	right: -60px;
	width: 0px;
	height: 0px;
}
.item3Conf3{
	margin-top: 25px;
}

#textConf4{
	background: #363636;
	padding-top: 65px;
	padding-bottom: 30px;
}
.titleConf4{
	color: #ff6429;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 48px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 79px;
	margin-bottom: 20px;
}
.contentConf4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemConf4{
	width: calc(50% - 12px);
	margin-bottom: 20px;
}
.itemConf4a,.itemConf4c{
	margin-right: 24px;
}
#textConf5{
	background: #262626;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	padding: 35px 0;
	color: #ffffff;
	position: relative;
}
#textConf5:before{
	content: '';
	position: absolute;
	background: url(../images/confort/new/befor.png) center bottom no-repeat;
	background-size: cover;
	width: 245px;
	height: 20px;
	bottom: -20px;
	left: calc(50% - 122.5px);
}
.contentConf6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.itemConf6{
	margin-right: 15px;
	width: calc(33.33% - 10px);
	margin-bottom: 20px;
}
.itemConf6:nth-child(3){
	margin-right: 0px;
}
.itemConf6:last-child{
	margin-right: 0px;
}