@charset "utf-8";
*{outline:none !important}
@font-face {
  font-family: "Myriad Pro";
  src: url(../fonts/myriadpro-regular.otf);
}
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: 980px;}
.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;	
	height: 127px;
	position: absolute;
	top: 0;
	left: 0;
}
#header::before{
	display: block;
	content: "";
	background: rgba(255,255,255,0.2);
	height: 33px;
}
#topMenu{
	background: url(../images/bgTop.png) center bottom no-repeat;
	height: 93px;
}
#logo{
	display: block;
	max-width: 210px;
	position: relative;
	top: -13px
}
#logo img{
	display: block;
	width: 100%;
	height: auto
}
#menu{
	/*margin: 10px;*/
	position: absolute;
	left: 235px;
	top: 0
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
	top:-20;
}
#menu li{
	float: left;
	position: relative;
	padding: 30px 20px;
}
#menu ul li:first-child::before{
	display: block;
	content: "";
	background: #FFF;
	height: 20px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
#menu li a{
	display: block;
	color: #fff;
	position: relative;
	background: transparent !important;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	line-height:30px;
	height: 30px;
	padding: 0;
	font-weight: 300
}
#menu li a:hover,
#menu li.active a{
	border-bottom: solid 2px #FFF;
}

#menu li:last-child{
	padding: 11px 10px;
}
#menu li:last-child a{
	height: auto;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	border: solid 2px #fff;
	border-radius: 32px;
	padding: 11px 20px;
}
#menu li:last-child a span{
	font-weight: 400;
}
#menu li:last-child a:hover{
	text-decoration: none;
	border: solid 2px #fff;
}

#redes{
	text-align: left;
	position: absolute;
	top: 33px;
	right: 15px;
}
#redes a{
	height: 26px;
	width: 26px;
	display: inline-block;
	margin-right: 2px
}
#redes a:hover{
	opacity: 0.7
}
#redes a.red-1{
	background: url(../images/redes/1.png) center no-repeat;
}

/*Footer*/

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #444444;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: left;
	float: left;
	min-height: 22px;
	display: flex;
	align-items: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*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;
  right: 10px;
  bottom: 50px;
  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{overflow:hidden; height: 580px; position: relative}
#sliderTop::before{
	display: block;
	content: "";
	position: absolute;
	height: 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 2
}
#sliderTop .caption{
	background: rgba(241, 163, 19, 0.72);
	width: 44%;
	min-height: 70px;
	font-family: "Oswald", serif;
	bottom: 36px;
	position: absolute;
	left: 0;
	text-align: right;
	font-size: 36px;
	color: #fff;
	line-height: normal;
	font-weight: 100;
	display: block;
}
#sliderTop .caption article{
	width: 100%;
	max-width: 394px;
	display: inline-block;
	text-align: left;
	padding: 10px 15px 0
}
#sliderTop .slides li{
	height: 580px;
	position: relative;
	background-position: center center !important
}

#formTop{
	position: relative;
	z-index: 5;
	padding: 35px 0
}
#frmContacto{
	padding: 0 15px 0;
	overflow: hidden;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 42px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	color: #959595
}
#frmContacto .textarea{
	height: 80px
}
#frmContacto input[type="submit"], 
#frmContacto input[type="reset"] {
    display: inline-block;
    height: 42px;
    width: 82px;
    margin: 5px 0 0;
    background: #f6f6f6;
	color: #616161;
    text-transform: uppercase;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 11.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#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:#8c8988; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#8c8988; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#8c8988; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#8c8988; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#8c8988; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#8c8988; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#8c8988; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#8c8988; 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;
}

.datContact{
	padding-top: 14px
}
.datContact div{
	position: relative;
	display: inline-block;
	color: #FFF;
	padding: 8px 0 9px 35px;
	font-size: 14px;
	font-family: "Arial", serif;
	margin-right: 45px;
	line-height: 18px;
}
.datContact div:nth-child(1){
	background: url(../images/icoMail.png) left center no-repeat;
}
.datContact div:nth-child(2){
	background: url(../images/icoTel.png) left center no-repeat;
}
.datContact div:nth-child(3){
	background: url(../images/icoCel.png) left center no-repeat;
	margin-right: 0
}
#main{
	overflow: hidden
}
#text1{
	background: #000 url(../images/bg1.png) 0 0;
	padding: 65px 0;
	font-size: 14px;
	color: #323232;
	font-family: "Open Sans", serif;
	font-weight: 400;
}
.titHome{
	font-family: "Oswald", serif;
	font-size: 36px;
	color: #FFBD19;
	line-height: normal;
	padding-bottom: 10px;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 10px;
	font-weight: 600
}
.text1letter{
	color: #fff;
	font-family: "Arial", serif;
	font-size: 17px;
}
#text2{
	background: #fff;
	min-height: 50px;
	padding: 60px 0 4px;
	overflow: hidden
}
#text2 .row{
	margin: 0 -21px;
}
#text2 div[class*="col-"]{
	padding: 0 21px 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 40px
}
#text2 figure{
	display: block;
	position: relative;
	max-width: 303px;
	margin: auto
}
#text2 img{
	display: block;
	width: 100%;
	height: auto
}
#text2 figcaption{
	background: rgba(0, 0, 0, 0.72);
	width: 100%;
	height: 50px;
	font-family: "Oswald", serif;
	bottom: 16px;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	max-width: 232px;
	padding: 0 8px
}
#text3{
	background: #e0e0e0;
	padding: 28px 0 20px;
}
#text3 .row .row{
	margin: 0 -6px;
}
#text3 article{
	float: left;
	width: 100%;
	padding: 0 6px;
}
#text3 figure{
	max-width: 416px;
	margin: auto;
}
.imgTr{
	display: block;
	width: 100%;
	height: auto;
}
#text3 .tit{
	display: block;
	font-size: 30px;
	color: #3b74af ;
	font-family: "Oswald", serif;
	line-height: 60px;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 8px;
	font-weight: 500
}
#text3 .text{
	font-size: 15px;
	color: #616161;
	font-family: "Arial", serif;
	padding-bottom: 15px
}
#text3 .text2{
	font-size: 24px;
	color: #000000;
	font-family: "Oswald", serif;
	line-height: 30px;
	background: #e0e0e0;
	padding: 20px 25px
}
#text3 strong{
	display: inline-block;
	/*background: url(../images/remax.png) center center no-repeat;*/
	text-indent: -99999%;
	width: 131px;
	height: 30px;
}
#text3 span{
	font-size: 24px;
	color: #434142;
}
#parallax1{
	background: url(../images/parallax1.jpg) center no-repeat;
	text-align: center;
	padding: 20px 0;
	min-height: 366px;
}
.logoHome{
	max-width: 363px;
	margin: auto
}
.logoHome img{
	display: block;
	width: 100%;
	margin: auto
}
#parallax1 .text{
	font-size: 40px;		
	font-family: "Oswald", serif;
	color: #FFF;
	font-weight: 400;
	max-width: 614px;
	margin: auto;
	text-align: center;
	padding-top: 0;
	line-height: normal
}
#parallax1 .textIn{
	font-size: 15px;		
	font-family: "Arial", serif;
	color: #FFF;
	font-weight: 400;
	margin: auto;
	text-align: center;
	line-height: normal;
	padding: 10px 0 12px;
}
#parallax1 .textIn div{
	font-weight: 600;
	padding-bottom: 8px
}
#cdmx{
	text-align: center;
	padding: 0;
	line-height: 48px;
	height: 50px;
	background: #ffbf13;
	font-family: "Oswald", serif;
	font-size: 36px;
	color: #FFF;
	font-weight: 600
}
#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 231px;
	height: 53px;
	position: fixed;
	bottom: 42px;
	right: 0;
	z-index: 5
}

#titServ,
#titAsesores{
	padding: 15px 15px;
	text-align: center;
	font-size: 30px;
	color: #004795;
	font-family: "Oswald", serif;
	line-height: normal;
	background: #ebebeb
}
.servicios{
	padding: 40px 0 5px;
	overflow: hidden
}
.servicios .row{
	margin: 0 -36px;
}
.servicios div[class*="col-"]{
	padding: 0 36px;
	margin-bottom: 35px;
}
.servicios .row div[class*="col-"]:first-child{
	border-right: solid 1px #bfbfbf
}
.servicios .row:last-child div[class*="col-"]{
	border-right: none
}
.servicios img{
	display: block;
	width: 100%;
	height: auto
}
.servicios strong{
	display: block;
	font-size: 21px;
	color: #024490;
	font-family: "Oswald", serif;
	line-height: normal;
	padding: 8px 0
}
.servicios .text{
	font-size: 14px;
	font-family: "Open Sans", serif;
	color: #616161;
}
.asesores{
	padding: 17px 0;
}
.asesores article{
	background: #024490;
	height: 108px;
	border: solid 1px #FFF;
	box-shadow: 0 3px 5px 1px #666;
	border-radius: 54px;
	position: relative;
	padding-left: 137px;
	margin: 30px 0 30px 10px;
	padding-right: 1px;
}
.asesores .foto{
	width: 140px;
	border: solid 3px #FFF;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: -15px;
	margin-top: -70px;
}
.asesores .foto img{
	display: block;
	width: 100%;
	height: auto;
}
.asesores article strong{
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: "Oswald", serif;
	line-height: 41px;
	border-bottom: solid 1px #4173ac;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400
}
.asesores article div{
	color: #FFF;
	font-size: 14px;
	font-family: "Open Sans", serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px
}
.asesores article div:before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 13px;
	border-right: solid 1px #a0a0a0;
	margin-right: 4px
}
.asesores article .email:before{	
	background:url(../images/asesores/icoMail.png) center left no-repeat;
}
.asesores article .tel:before{	
	background:url(../images/asesores/icoTel.png) center left no-repeat;
}
.desktop .wow{
	visibility: hidden;
}
.containerTrack{
	background: #fff;
}
.containerobj{
	background: #000;
}
.maquinaria{
	padding-top: 35px;
}
#footermaqinaria{
	padding: 5px 0 35px;
}
#footermaqinaria figure{
	display: block;
	border: solid 3px #FFF;
	box-shadow: 1px 1px 4px #666;
}
#footermaqinaria img{
	display: block;
	width: 100%;
	height: auto
}
.thead th, .thead td {
   	background: rgba(0,0,0, 0.8);
  	height: 30px;
   	font-family: "Oswald", serif;
	font-size: 20px;
	color: #fff;
}
#titMaquinaria{
	background: rgba(0,0,0, 1);
	font-family: "Oswald", serif;
	font-size: 35px;
	color: #ffbf13;
	line-height: 80px;
	text-align: center;
	font-weight: 600
}
table tr:nth-child(even) {
    background-color: #eee !important;
}
table tr:nth-child(odd) {
    background-color: #fff !important;
}
#tablaProductos thead td{
	color: #FFF;
	text-align: center;
	font-family: "Oswald", serif;
	font-weight: 600;
	vertical-align: middle;
	font-size: 18px;
	text-transform: uppercase;
	height: 42px;
}
#tablaProductos tbody tr:first-child td{
	height: 24px !important;
	opacity: 0
}
#tablaProductos td{
	vertical-align: middle;
	text-align: center;
	height: 40px;
	color: #434343;
	font-size: 16px;
	font-family: "Arial", serif;
	font-weight: 400;
	border: none;
	position: relative;
}
#parallax2{
	background: rgba(241, 163, 19, 0.9);
	height: 30px;
	font-family: "Oswald", serif;
	/*background: rgba(0,0,0,0.7);*/
	color: #fff;
	font-size: 25px;
	text-align: center;
	padding: 30px 0;
}
#parallax1:before{
	display: block;
	content: "";
	position: absolute;
	/*height: 600px;*/
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2
}
#icoWa{
	background: url(../images/icoWha.png) 0 0 no-repeat;
	position: fixed;
	bottom: 86px;
	z-index: 5;
	width: 231px;
	height: 53px;
	right: 30px;
}
#redes a .fa{
	display: none;
}
.telCaption{
	display: none;
}
.caption article a{
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}
.caption article{
	line-height: 38px;
	padding-bottom: 5px;
}
.caption article a:hover{
	text-decoration: none;
}

#textHome1New{
	position: relative;
}
.contentMaquinariaForm{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.contentMaquinariaForm::before{
	content: '';
	position: absolute;
	width: 17px;
	height: 444px;
	background: url(../images/inicio/linea.png);
	top: calc(50% - 222px);
	left: calc(50% - 8.5px);
}
.itemColForm1,.itemColForm2{
	position: relative;
	width: 50%;
}
.itemColForm1::before,.itemColForm2::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 960px;
	height: 100%;
	background: #333333;
	z-index: -1;
}
.itemColForm2::before{
	right: auto;
	left: 0;
	background: #efeded;
}
.itemColForm1{
	padding-top: 65px;
	padding-bottom: 70px;
}
.titleHomeNew1{
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.25px;
	text-align: left;
	color: #fff;
	margin-top: 42px;
	margin-bottom: 42px;
}
.titleHomeNew1 strong{
	text-transform: uppercase;
	color: #ffc000;
}
.datosExtrasHome1{
	display: flex;
	flex-wrap: wrap;
}
.icoHome1New{
	width: 34px;
	padding-top: 6px;
}
.icoHome2New{
	display: flex;
	align-items: center;
	padding-top: 0px;
}
.textHome1New{
	width: calc(100% - 34px);
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
}
.textHome1New a{
	color: #fff;
}
.datosExtrasHome2{
	margin-top: 15px;
	margin-bottom: 12px;
}
.datosExtrasHome3{
	margin-bottom: 12px;
}
#frmContacto {
  padding: 0;
  overflow: hidden;
}
.itemColForm2{
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 58px;
}
.titleForm2Cnt{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	color: #061616;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.itemColForm2 .textIn{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#frmContacto .form-control {
  display: block;
  height: 59px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Verdana", serif;
  font-size: 11px;
  background: #fff;
  border: 0;
  color: #959595;
  padding-left: 56px;
  box-shadow: inset 0 1px 1px transparent;
}
#frmContacto .textarea {
  height: 103px;
  padding-top: 13px;
}
#frmContacto .form-group {
  margin-bottom: 9px;
  position: relative;
}
.icoFlatFomr1{
	display: flex;
	width: 42px;
	height: 51px;
	align-items: center;
	position: absolute;
	justify-content: flex-end;
	top: 0px;
	left: 0;
}
.icoFlatFomr2{
	display: flex;
	justify-content: flex-end;
	width: 42px;
	position: absolute;
	top: 9px;
	left: 0;
}
#frmContacto input[type="submit"], #frmContacto input[type="reset"] {
  display: inline-block;
  height: 42px;
  width: 91px;
  margin: 9px 0 0;
  background: #ffb700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  border-radius: 0px;
}

#textMaquin1{
	background: url(../images/maquinaria/bg1.jpg) center no-repeat;
	background-size: cover;
	margin-top: 31px;
}
.contentMaquin1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 122px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 25px;
	line-height: 22px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #fff;
}
.itemMaquin1a{
	font-size: 36px;
	font-weight: 700;
	margin-right: 0px;
	color: #ffbf13;
	width: 35%;
}
.itemMaquin1b{
	width: 65%;
	text-align: right;
}
#textMaquin2{
	padding-top: 60px;
}
.contentMaquin2{
	position: relative;
	margin-bottom: 60px;
}
.contentMaquin3{
	margin-bottom: 48px;
}
.tituloMaquin2{
	padding-left: 23px;
}
.titleMaquin2{
	height: 55px;
	width: 340px;
	background: url(../images/maquinaria/bg2.png) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3d3d3d;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: normal;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: center;
}
.maquinariasList{
	background: #f3f3f3;
	padding-top: 42px;
	padding-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
}
.itemMaquin1,.itemMaquin2{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.parte1List{
	margin-right: 10px;
}
.titleListP1{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	width: 168px;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.titleListP1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: #ffc000;
	border-radius: 4.5px;
}
.maquinariasList img{
	margin-right: auto;
	margin-left: auto;
	mix-blend-mode: multiply;
}
.divList1{
	margin-bottom: 20px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #616161;
}
.divList1:last-child{
	margin-bottom: 0px;
}
.parte2List{
	position: relative;
}
.itemMaquin2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: calc(100% - 3px);
	background: rgba(61, 61, 61, 0.25);
}
.titleMaquin23{
  width: 557px;
}
.titleMaquin2a{
	margin-right: auto;
	margin-left: auto;
}
.secondListMaquin1{
	display: flex;
	flex-wrap: wrap;
}
.secondListMaquin2a{
	width: calc(50% - 5px);
	margin-right: 10px;
}
.secondListMaquin2b{
	width: calc(50% - 5px);
}
.itemMaquin2a{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.titleMaquin24{
	width: 649px;
}
.titleMaquin24 span{
	font-weight: 300;
}
.otrosEquipos{
	margin-bottom: 38px;
}
.titleEquiposOtros{
	height: 88.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3d3d3d;
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 39px;
}
#tablaProductosOtros thead td.encabezadoOtros{
  color: #000;
  text-align: center;
  font-family: "Oswald", serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 30px;
  letter-spacing: 0.25px;
  height: 70px;
  position: relative;
}
#tablaProductosOtros thead td.encabezadoOtros::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: #ffc000;
	border-radius: 4.5px;
}
#tablaProductosOtros > thead > tr > td{
	padding: 8px 15px;
}
#tablaProductosOtros thead td.otros1{
	padding-left: 0px;
	width: 456px;
}
#tablaProductosOtros thead td.otros1::before{
	width: calc(100% - 15px);
}
#tablaProductosOtros thead td.otros2{
	width:291px;
}
#tablaProductosOtros thead td.otros2::before{
	width: calc(100% - 30px);
	left: 15px;
}
#tablaProductosOtros thead td.otros3{
	padding-right: 0px;
	width:291px;
}
#tablaProductosOtros thead td.otros3::before{
	width: calc(100% - 15px);
	left: auto;
	right: 0px;
}
.pdl0{
	padding-left: 0 !important;
}
#tablaProductosOtros > tbody > tr > td{
  padding: 8px;
  height: 70px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: center;
  border-top: 0;
	border-bottom: dashed 1px #cdcdcd;
}
#tablaProductosOtros > tbody > tr:last-child > td{
	border-bottom: 0;
}
#tablaProductosOtros img{
	margin-left: auto;
	margin-right: auto;
}
#tablaProductosOtros tr:nth-child(2n) {
  background-color: transparent !important;
}
#tablaProductosOtros > tbody > tr > td.nombrequip{
	color: #616161;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
#tablaProductosOtros > tbody > tr > td.modelquip{
	color: #616161;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
#textMaquin3{
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textMaquin3 .bgmaquin1{
	width: calc(50% - 11px);
	margin-right: 22px;
}
#textMaquin3 .bgmaquin2{
	width: calc(50% - 11px);
}

.cntWinVent  .fancybox-skin {
  position: relative;
  background: url(../images/ventana/fondo.png) center no-repeat;
  background-size: cover;
  color: #444;
  text-shadow: none;
}
.cntWinVent .fancybox-close{
	background: url(../images/ventana/close.png);
	width: 27px;
	height: 26px;
	top: -9px;
	right: -12px;
}
.winVentana figure{
	padding-top: 16px;
}
.winVentana figure img{
	margin-right: auto;
	margin-left: auto;
}
.winVentana .titl{
	font-size: 30px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.winVentana .form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px transparent !important;
  margin-bottom: 5px;
}
.winVentana .forml{
	padding: 0 25px;
	padding-bottom: 20px;
}
.winVentana  input[type="submit"] {
  	display: inline-block;
	height: 58px;
	background: #ffc000;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	border-radius: 5px;
	margin-top: 7px;
}
.winVentana .escribenos{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #616161;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.winVentana a{
	display: block;
	height: 58px;
	width: 100%;
	background: url(../images/ventana/btnwha.png) center no-repeat;
	background-size: cover;
	border-radius: 5px;
	position: relative;
}

#textBlog1{
	position: relative;
	background-image: url("../images/blog/tit.webp");
	background-size: cover;
	background-position: center top;
}
#textBlog1 .tit{
	color: #ffc000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0px;
}
.contBlog1{
	position: relative;
	max-width: 444px;
	margin-right: auto;
	margin-left: auto;
}
.contBlog1 figure{
	position: relative;
}
.contBlog1 .fecha{
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.75);
	height: 108px;
	width: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.descripBlog{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	height: 72px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bodyBlog .descripBlog a{
	width: 100%;
	height: auto;
	cursor: default;
	background: transparent;
	color: #616161;
}
.bodyBlog .descripBlog a:hover{
	background: transparent;
	color: #616161;
}
.descripBlog p{
	line-height: 24px !important;
	font-size: 16px !important;
}
.contBlog1 .fecha span{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #323232;
	line-height: 32px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}
#textBlog2{
	padding-top: 72px;
}
#textBlog2 .row{
	margin: 0 -10px;
}
#textBlog2 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 80px;
}
.titleBlog{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 81px;
	background: #ffc000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #061616;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.bodyBlog a{
	position: relative;
	width: 143px;
	height: 48px;
	background: #3c8bbc;
	margin-right: auto;
	margin-left: auto;
	color: #fffefe;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.bodyBlog a:hover{
	background: #ffc000;
	color: #061616;
	text-decoration: none;
}
.noHayBlog{
	padding-bottom: 62px;
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
	font-size: 19px;
}
#bajarSl{
	height: 126px;
	background-image: url("../images/banner/Banner-022023.jpg");
	background-size: cover;
	background-position: top center;
	margin-bottom: 5px;
}
#textDetBlog1{
	background-image: url("../images/blog/tit.webp");
	background-size: cover;
	background-position: center top;
	padding-bottom: 62px;
	position: relative;
}
#textDetBlog1::before{
	content: '';
	position: absolute;
	bottom: -280px;
	left: 0;
	z-index: -1;
	background-image: url("../images/blog/tit2.webp");
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 280px;
}
.titleDetMainBlog{
	color: #ffc000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	padding-right: 155px;
}
.backProy{
	position: absolute;
	top: calc(50% - 22.5px);
	right: 0;
}
.backProy a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 145px;
	background: #fff;
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -0.25px;
}
.backProy a img{
	margin-right: 7px;
}
.backProy a:hover{
	text-decoration: none;
	opacity: 0.9;
}
#mainBlog{
	position: relative;
	z-index: 2;
}
#mainBlog .blog{
	padding-bottom: 55px;
}
.imgblogDet{
	margin-top: -62px;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.2);
}
#mainBlog .desc{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #616161;
	line-height: 36px;
	letter-spacing: 0;
	text-align: justify;
}
#mainBlog .desc img{
	max-width: 100%;
	height: auto;
}
.detallesBlog1A{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 36px 0px;
	border-bottom: solid 1px #a6a6a6;
	margin-bottom: 30px;
}
.itemDatBlog1{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemDatBlog1b{
	justify-content: flex-end;
}
.itemDatBlog1a{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #404040;
}
.itemDatBlog1a img{
	margin-right: 9px;
}
.sharedDet{
	width: 382px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #323232;
	font-size: 24px;
	line-height: normal;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	background: #f0f0f0;
}
.shar{
	margin-left: 11px;
}
.shar,#btnFace,#btnInstagram{
	margin-right: 11px;
}
#comentarios{
	position: relative;
}
#comentarios .tit{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
#comentarios .tit img{
	margin-right: 10px;
	margin-top: 7px;
}
#comentarios .bordeTit{
	height: 15px;
	background: #ffb500;
	position: relative;
	margin-bottom: 27px;
}
#comentarios .bordeTit::before{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 100px;
	height: 9px;
	width: 26px;
	background-image: url("../images/blog/before.png");
	background-size: cover;
}
.contentFormC{
	background-image: url("../images/blog/fondo.webp");
	background-size: cover;
	background-position: center;
	padding-bottom: 47px;
	padding-left: 37px;
	padding-right: 37px;
}

#frmComentar{
	overflow: hidden;
}
#frmComentar .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 38px;
	padding-bottom: 28px;
}
#frmComentar .row{
	margin: 0 -2px;
}
#frmComentar div[class*="col-"]{
	padding: 0 2px;
}
#frmComentar .form-group{
	margin-bottom: 7px
}
#frmComentar .form-control{
	display: block;
	height: 67px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 14px;
	color: #9a9a9a;
	letter-spacing: 0px;
	border: solid 1px #d2d2d2;
}
#frmComentar .textarea{
	height: 129px
}
#frmComentar input[type="submit"], 
#frmComentar input[type="reset"] {
    display: inline-block;
    height: 67px;
    width: 309px;
    margin: 11px auto 0;
    background: #00a037;
	color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
}
#frmComentar input[type=submit]:hover,
#frmComentar input[type=reset]:hover{opacity:.8}
#frmComentar .error input,
#frmComentar .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmComentar input::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar input:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar input::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar input:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar textarea::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar textarea:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar textarea::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar textarea:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmComentar input:focus::-webkit-input-placeholder {opacity:0.5}
.frmComentar input:focus:-moz-placeholder{opacity:0.5}
.frmComentar input:focus::-moz-placeholder{opacity:0.5}
.frmComentar input:focus:-ms-input-placeholder{opacity:0.5}
.frmComentar textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmComentar textarea:focus:-moz-placeholder{opacity:0.5}
.frmComentar textarea:focus::-moz-placeholder{opacity:0.5}
.frmComentar textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmComentar .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmComentar .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#textFormComentarios{
	padding-bottom: 60px;
}
.bodyComentario{
	background:#eeeeee;
	padding-top: 20px;
	padding-bottom: 29px;
	margin-bottom: 20px;
}
.bodyComentario:last-child{
	margin-bottom: 46px;
}
.titleComentario1{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.nombreComentario1{
	background: #1280b7;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 62px;
	padding-right: 62px;
	margin-left: -4px;
}
.fechaComentario1{
	color: #636363;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #636363;
	text-transform: uppercase;
	margin-left: 16px;
}
.msgComentario1{
	padding-left: 40px;
	padding-right: 46px;
}