@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;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo{
	display: block;
	width: 170px;
	position: absolute;
	top: 25px;
	left: 15px;
	z-index: 2;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}
#topMenu{
	height: 90px;
	width: 100%;
	position: relative;
	background: url(../images/banner/menu.png) center no-repeat;
}
#menu{
	margin: auto;
	position: absolute;
	right: 6px;
	top: 0;
	height: 90px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 8px;
}
#menu li:before{
	content: '';
	position: absolute;
	top: calc(50% - 9.5px);
	right: -0.5px;
	background: url(../images/banner/li.png);
	width: 1.1px;
	height: 19px
}
#menu li a{
	display: block;
	color: #2c2c2c;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 300;
	line-height: 90px;
	height: 90px;
	padding: 0 5px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
	border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #2c2c2c;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #900d07;
}


/*Footer*/
#datFooter{
	background: #212121;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #aaaaaa;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-size: 15px;
}
#datFooter .dirDat{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.25px;
	font-size: 15px;
	padding-left: 18px;
	background: url(../images/banner/ico1.png) top left no-repeat;
	background-position: 1px 2px; 
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
	display: flex;
	align-items: center;
}
#datFooter li img{
	margin-right: 8px;
}
#datFooter .tit{
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 28px;
	padding-bottom: 20px;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}
#datFooter .itemDat3 .tit{
	padding-bottom: 13px;
}
#datFooter .itemDat2{
	margin-left: 44px;
	margin-right: 44px;
}

/*Nuevo Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #181818;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 113px; 
}
#footer .container{
	padding-top:34px; 
	padding-bottom:30px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}

#footer #powered {
	color:#FFF; 
    line-height: 22px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right;
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{
    background: url(../images/icoTecweb.png) no-repeat center left;
    padding: 0 0 0 30px;
    line-height: inherit;
    display: inline-block;
    color:#FFF;
    margin-left: 4px;
}

#footer a:hover{
	text-decoration:none !important;
}

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


#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: center;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: center;
  	display: flex;
  	align-items: center;
  	justify-content: 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 2px #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: 445px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 445px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li .imgslide{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .container .caption{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ffffff;
	position: absolute;
	left: 15px;
	bottom: 150px;
	font-size: 35px;
	line-height: 45px;
	text-align: left;
	text-shadow: 3px 2px 7px rgba(0,0,0,0.35);
}
.contSlider .container .imgIso{
	position: absolute;
	bottom: 16px;
	right: 15px;
}

.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
.flex-control-nav{
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: left;
    z-index: 2;
    padding: 0 15px;
    max-width: 720px;
    left: calc(50% - 360px);
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
	background: transparent;
}
#sliderTop .flex-control-nav li {
    background: transparent;
    padding: 0 3px;
}
.flex-control-paging li a {
	background: #ffffff;
	border: solid 3px #ffffff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: inset 0 0 3px transparent !important;
}
.flex-control-paging li a:hover {
    background: #db0004;
}
.flex-control-paging li a.flex-active {
    background: #db0004;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#formTop{
	position: relative;
	padding-bottom: 28px;
	padding-top: 0px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #909090;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -2px;
}
#frmContacto div[class*="col-"]{
	padding: 0 2px;
}
#frmContacto .form-group{
	margin-bottom: 4px
}
#frmContacto .form-control{
	display: block;
	height: 40px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 12px;
	font-weight: 300;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #dbdbdb;
}
#frmContacto .textarea{
	height: 80px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:44px; 
	background: url(../images/submit.png?v2) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 82px;
	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:#939393; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#939393; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#939393; 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;
}
#dirMap{
	background: #464646;
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	padding: 26.5px 0;
}
.item2cnt2{
	padding-bottom: 8px;
}
.contInpt{
	position: relative;
	margin-top: 34px;
}
.itemContac1{
	display: flex;
	align-items: center;
}
.cntInput{
	position: absolute;
	top: 0;
	right: 0;
}
.itemContac1 a{
	color: #5f5f5f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 25px;
}
.itemContac1 img{
	margin-left: 22px;
	margin-right: 22px;
}

.contenContac2{
	background: #212121;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #f5f5f5;
	text-align: center;
	line-height: 38px;
	padding: 15px 0;
	text-transform: uppercase; 
	margin-bottom: 38px;
}
.imgcnt2{
	margin-left: auto;
}




#textHome1{
	background: url(../images/inicio/fondo1.webp) center no-repeat;
	background-size: cover; 
}
.contentHome1{
	height: 443px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentHome1 img{
	margin: auto;
}
.contentHome1 .home1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	color: #ffffff;
	padding-top: 24px;
}
.contentHome1 .home1 strong{
	font-weight: 800;
}
.contentHome1 .imgHome1{
	position: relative;
}
.contentHome1 .imgHome1 div{
	position: relative;
}
.contentHome1 .imgHome1 div:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #ffffff;
	right: 0;
	top: calc(50% - 2.5px);
	z-index: 1;
}
.contentHome1 .imgHome1 img{
	position: relative;
	z-index: 2;
	background: #1b1b1b;
	padding: 0 15px;
}
.contentHome1 .imgHome1:before{
	content: '';
	position: absolute;
	width: 13px;
	height: 11px;
	background: #ffffff;
	left: 0;
	top: calc(50% - 5.5px);
}
.contentHome1 .imgHome1:after{
	content: '';
	position: absolute;
	width: 13px;
	height: 11px;
	background: #ffffff;
	right: 0;
	top: calc(50% - 5.5px);
}

#textHome2{
	background: url(../images/inicio/fondo2.jpg) center no-repeat;
	background-size: cover; 
	padding: 115px 0;
}
.contentHome2{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}
.contentHome2 figure{
	max-width: 489px;
	height: 100%;
	position: relative;
}
.contentHome2 figure iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contentHome2 .itemHome2{
	width: 50%;
	background: url(../images/inicio/fondo3.png?v2);
}
.contentHome2 .itemHome21{
	padding: 10px 20px;
}
.contentHome2 .texto1Home2{
	font-weight: 700;
	font-size: 17px;
	color: #212121;
	letter-spacing: 0.25px;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.contentHome2 .texto1Home2:before{
	content: '';
	position: absolute;
	width: 70px;
	height: 5px;
	background: url(../images/inicio/line.png);
	bottom: -2.5px;
	right: 0;
}
.contentHome2 .texto1Home2 strong{
	font-weight: 800;
	font-size: 18px;
	color: #d6281d;
}
.contentHome2 .texto2Home2{
	font-weight: 300;
	font-size: 14px;
	color: #212121;
	line-height: 20px;
}
#textHome3{
	background: url(../images/inicio/fondo4.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 7px;
}
.contentHome3{
	padding-right: calc(50% + 40px);
	display: flex;
	align-items: center;
	height: 425px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-align: left;
}
.texto1Home3{
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.texto1Home3 strong{
	font-weight: 800;
	display: block;
}
.texto2Home3{
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
}

#textHome5 .row{
	margin: 0 -7px;
}
#textHome5 div[class*="col-"]{
	padding: 0 3.5px;
	margin-bottom: 7px;
}


#textNos1{
	background: #212121;
}
.contentNos1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #f5f5f5;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0;
}
#textNos2{
	font-family: 'Open Sans', sans-serif;
	padding-top: 35px;
	padding-bottom: 40px;
}
.texto1Nos2{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #616161;
}
.texto1Nos2 strong{
	font-weight: 800;
}
.texto2Nos2{
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.25px;
	color: #ffffff;
	background: url(../images/nosotros/fondo1.jpg) center no-repeat;
	background-size: cover;
	height: 355px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
	text-align: right;
	margin-top: 30px;
}
.texto2Nos2 div{
	max-width: 290px;
}
.texto2Nos2 div span{
	display: inline;
}
.texto2Nos2 div i{
	display: none;
}
.texto2Nos2 strong{
	font-weight: 800;
	font-size: 18px;
}
#textNos3{
	background: url(../images/nosotros/fondo3.webp) center no-repeat;
	background-size: cover;
}
.itemNos3{
	height: auto;
	padding: 50px 0;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
}
.itemNos3 strong{
	font-weight: 800;
}
.item2Nos3{
	padding-top: 0;
	justify-content: center;
}
#textNos3 div[class*="col-"]{
	width: 100%;
}

.contentNos4{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
	font-family: 'Open Sans', sans-serif;
	color: #616161;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.titleNos4{
	font-family: 'Oswald', sans-serif;
	color: #616161;
	font-weight: 700;
	font-size: 30px;
	line-height: 33px;
	padding-bottom: 28px;
	padding-top: 20px;
}
.contentNos4 img{
	margin: auto;
}
.item1Nos4{
	width: 320px;
	padding-right: 40px;
	border-right: solid 1px #bebebe;
	padding-bottom: 20px;
}
.item2Nos4{
	width:360px;
	border-right: 0;
	padding: 0 40px;
	padding-right: 0;
	padding-bottom: 20px;
}
.item3Nos4{
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 50px;
	padding-bottom: 20px;
}
#textNos5{
	background: #c0150e;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 22px;
}
.contentNos5{
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding: 35px 0;
}
.contentNos5 strong{
	font-weight: 800;
}
#textProd1{
	padding-top: 53px;
	padding-bottom: 16px;
}
#textProd1 .row{
	margin: 0 -15px;
}
#textProd1 div[class*="col-"]{
	padding: 0 15px;
	margin-bottom: 50px;
}
#textProd1 ul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
	color: #616161;
	text-align: left;
	list-style-image: url(../images/productos/li.png);
	margin-left: 15px;
}
.desProducto{
	position: relative;
	height: 85px;
	padding-top: 20px;
}
#textProd1 div.ul2{
	position: absolute;
	top: 20px;
	left: 150px;
}
.contentProducto{
	max-width: 446px;
	margin: auto;
}
#textProd1 figure{
	display: inline-block;
	position: relative;
}
.titleProd{
	position: absolute;
	width: 326px;
	height: 98px;
	background: url(../images/productos/title.png) top left no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
	padding-top: 57px;
}
#textProd1 div[class*="col-"]:nth-child(2n + 1){
	border-right: solid 1px #bebebe;
}
#textProd1 div[class*="col-"]:nth-child(2n + 1):before{
	content: '';
	position: absolute;
	width: 1px;
	height: 82px;
	background: #404040;
	bottom: 0;
	right: -1px;
}

#textMaq1{
	padding-top: 47px;
	padding-bottom: 16px;
}
#textMaq1 .row{
	margin: 0 -15px;
}
#textMaq1 div[class*="col-"]{
	margin-bottom: 50px;
	padding: 0 15px;
	border-right: solid 1px #bebebe;
}
#textMaq1 div[class*="col-"]:last-child,
#textMaq1 div[class*="col-"]:nth-child(3n + 3){
	border-right: 0; 
}
#textMaq1 .contentEquipo{
	max-width: 273px;
	margin: auto;
}
.titleEquipo{
	background: url(../images/equipo/title.png);
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 3px;
}
#textNosNew1{
	background: #f1f1f1;
	padding-top: 90px;
	padding-bottom: 80px;
}
.titleNosNew1{
	color: #4b4b4b;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 18px;
	text-align: left;
}
.titleNosNew1:before{
	content: '';
	position: absolute;
	width: 164px;
	height: 4px;
	border-radius: 2px;
	background: #c0150e;
	bottom: 0;
	left: 0;
}
.cntNosNew1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.25px;
}