@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: 154px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: #ffffff;
}
.contentDarkTop{
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-right: 150px;
}
.cntDarkTop{
	display: flex;
}
.contentDarkTop a{
	margin-right: 52px;
	display: flex;
	align-items: center;
	color: #4e4e4e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.contentDarkTop a img{
	margin-right: 4px;
}
.contentDarkTop a.correoTop{
	margin-right: 58px;
}
.contentDarkTop a:last-child{
	margin-right: 0;
}
.telstop{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	flex-direction: column;
}
.telstop a.telTop1{
	margin-right: 0;
}

#logo{
	display: block;
	width: 106px;
	position: absolute;
	top: 4.5px;
	left: -12px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 28px;
	position: absolute;
	top: 35px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 28px;
	width: 28px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red2.png) left center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red1.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/red3.png) right center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 56px;
	width: 100%;
	position: relative;
	background: url(../images/banner/menu.png);
}
#menu{
	margin: auto;
	position: relative;
	height: 56px;
	text-align: center;
}
#menu ul{
	margin: 0;
	position: relative;
	display: inline-block;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 56px;
	height: 56px;
	padding: 0 40px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
}
#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: #ffffff;
	background: url(../images/banner/hover.png) center no-repeat;
	background-size: cover;
}


/*Footer*/
#datFooter{
	background: url(../images/banner/datfooter.png) top center no-repeat;
	background-size: cover;
	padding-top: 72px;
	padding-bottom: 70px;
}
body[data-page="1"] #datFooter{
	margin-bottom: 7px;
}
#datFooter .contentDatFooter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 14px;
}

#datFooter .contentDatFooter .itemDat1,
#datFooter .contentDatFooter .itemDat2,
#datFooter .contentDatFooter .itemDat3,
#datFooter .contentDatFooter .itemDat4{
	height: 78px;
	display: flex;
	justify-content: center;
}
.titleDatf{
	color: #04a1ca;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}
.imgborder{
	height: 78px;
	border-right: solid 1px #bababa;
	padding-right: 8px;
	margin-right: 8px;
}
.dirDat{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

#datFooter .contentDatFooter .itemDat1{
	width: 100%;
	align-items: center;
	margin-right: 0px;
	margin-bottom: 20px;
}
#datFooter .contentDatFooter .itemDat2{
	margin-right:50px;
}
#datFooter .contentDatFooter .itemDat3{
	margin-right: 50px;
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/banner/footer.png) top center no-repeat;
	background-size: cover;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top:35px; 
	padding-bottom:34px; 
	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 .tfooter{
	margin-bottom:2px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#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{
	height: 300px;
	margin-top: 154px;
}
#sliderTop .slides li{
	height: 300px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .container .caption{
	font-family: 'Lato', sans-serif;
	width: 100%;
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 53px;
	line-height: 50px;
	text-align: center;
	background: url(../images/banner/caption.png);
	padding: 31.5px 15px;
}
.contSlider .container .caption div:first-child{
	font-size: 48px;
}
.contSlider .container .caption:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: url(../images/banner/caption.png);
}
.contSlider .container .caption:after{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 500px;
	height: 100%;
	background: url(../images/banner/caption.png);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 12px;
    text-align: center;
    z-index: 2;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
    background: transparent;
    width: 0;
    height: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#sliderTop .flex-control-nav li {
    background: transparent;
    padding: 7px 6px;
    margin: 0;
    position: relative;
}
.flex-control-paging li a {
	background: #fff;
	box-shadow: inset 0 0 0 transparent;
}

#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#formTop{
	position: relative;
	padding-bottom: 40px;
	padding-top: 0px;
}
#frmContacto{
	overflow: hidden;
}
.titleNos1{
	color: #0266a5;
	font-size: 36px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 66px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
	border-bottom: solid 1px #bababa;
}
.titleNos1:before{
	content: '';
	position: absolute;
	width: 114px;
	height: 3px;
	background: #bababa;
	bottom: -1.5px;
	left: calc(50% - 57px);
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 33px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 7px
}
#frmContacto .form-control{
	display: block;
	height: 41px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 84px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	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;
	margin-top: 19px;
}
#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;
}
#dirMap{
	background: url(../images/bgc.png);
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	padding: 33px 0;
}

#textHome1{
	padding-top: 95px;
	padding-bottom: 38px;
}
#textHome1 div[class*="col-"]:first-child{
	width: 57.5%;
	font-family: 'Lato', sans-serif;
	text-align: left;
	padding-right: 0;
}
#textHome1 div[class*="col-"]:last-child{
	width: 42.5%;
	padding-left: 0;
}
.titleHome1{
	color: #0266a5;
	font-weight: 300;
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 33px;
}
.titleHome1 strong{
	font-weight: 900;
}
.contentHome1{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #616161;
}

#textHome2{
	background: rgba(9,9,9,0.75);
}
.contentHome2{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	padding: 50px 0;
}
.contentHome2 strong{
	text-transform: uppercase;
	display: block;
}

#textHome3{
	background: url(../images/inicio/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding: 112px 0;
}
.titleHome3{
	color: #ffffff;
	font-size: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 61px;
	margin-bottom: 61px;
	border-bottom: solid 1px #ffffff;
	position: relative;
}
.titleHome3 strong{
	font-weight: 900;
}
#textHome3 div[class*="col-"]:nth-child(2){
	text-align: center;
}
#textHome3 div[class*="col-"]:nth-child(3){
	text-align: right;
}
.titleHome3:before{
	content: '';
	position: absolute;
	width: 423px;
	height: 3px;
	background: #ffffff;
	bottom: -1.5px;
	left: calc(50% - 211.5px);
}

#textHome4{
	background: url(../images/inicio/fondo2.jpg) center no-repeat;
	background-size: cover;
	margin-top: -2px;
}
.contentHome4{
	height: 603px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: calc(50% - 36px);
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #404040;
}
.contentHome4 .titleHome4{
	color: #ffffff;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	background: url(../images/inicio/fondo3.png);
	display: inline-block;
	padding: 20px 28px;
	margin-bottom: 34px;
}
.contentHome4 .titleHome4 strong{
	font-weight: 900;
}


.titleProducto1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 24px;
	color: #0266a5;
	text-align: center;
	padding-top: 74px;
	padding-bottom: 49px;
	border-bottom: solid 1px #bababa;
	margin-bottom: 61px;
	position: relative;
}
.titleProducto1:before{
	content: '';
	position: absolute;
	bottom: -25px;
	width: 86px;
	height: 26px;
	background: url(../images/productos/poligono.png);
	background-size: cover; 
	left: calc(50% - 43px);
}
.contentProducto{
	max-width: 213px;
	margin-left: auto;
	margin-right: auto;
}
.titleProducto1 strong{
	font-weight: 900;
}

.nombrepPdf{
	padding-top: 17px;
	color: #666666 !important;
}
#textProductos2{
	padding-bottom: 60px;
}
#textProductos2 .row{
	display: flex;
	flex-wrap: wrap;
}
#textProductos2 a:hover,#textProductos2 a:focus{
	opacity: 0.9;
	text-decoration: none;
}
#textProductos2 div[class*="col-"]{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.25px;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
	text-transform: uppercase;
	border-top: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
}

.contentProducto .a{
	font-family: 'Lato', sans-serif;
	color: #0266a5 !important;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}
#textProductos2 div[class*="col-"] img{
	margin-right: auto;
	margin-left: auto;
}

#textProductos2 div[class*="col-"]:nth-child(1),
#textProductos2 div[class*="col-"]:nth-child(2),
#textProductos2 div[class*="col-"]:nth-child(3){
	padding-top: 0;
	border-top: 0;
}
#textProductos2 div[class*="col-"]:nth-child(3n + 3){
	border-right: 0;
}


#icoWa{
	background: url(../images/icoWhat.png) 0 0 no-repeat;
	width: 215px;
	height: 53px;
	position: fixed;
	bottom: 46px;
	right: 60px;
	z-index: 5
}


#videosHome{
    background: #ebebeb;
    padding: 77px 0;
}
#videosHome .row{
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}
#videosHome .item{
    padding: 0 18px 50px;
    width: 50%;
}
#videosHome article{
    border: solid 8px #FFF;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}
#videosHome article img{
    opacity:0.25;
    display: block;
    max-width: 100%;
}
#videosHome article figure{
    position: relative;
}
#videosHome article figure:before{
    display:block;
    content:"";
    background: url('../images/inicio/play.png') center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}