@import url(https://fonts.googleapis.com/css?family=Biryani:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400&subset=latin,latin-ext);
@import url(reset.css);
body{
	font-family: 'Biryani', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	line-height: 26px;
	background-color: #f8f8f8;
}
h1{
	font-size: 25px;
	line-height: 37px;
}
h2{
	color: #636363;
}
a:link, a:visited{
	text-decoration: none;
	/* color: #023859; */
	color: #969696;
}
a:hover{
	color: #c6c6c6;

}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.content{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11{
	margin: 0 10px;
	float: left;
}
.col1{
	width: 60px;
}
	.col2{
		width: 140px;
	}
		.col3{
			width: 220px;
		}
			.col4{
				width: 300px;
			}
				.col5{
					width: 380px;
				}
					 .col6{
					 	width: 460px;
					 }
					 	.col7{
					 		width: 540px;
					 	}
					 		.col8{
					 			width: 620px;
					 		}
					 			.col9{
					 				width: 700px;
					 			}
					 				.col10{
					 					width: 780px;
					 				}
					 					.col11{
											width: 860px;
					 					}
					 						.col12{
					 							width: 100%;
					 						}
/* header */
header{

	overflow: hidden;
	background-color: #fff;
}
header .content{
	background-color: #fff;
		padding: 20px 0 10px 0;
}
.linetxt{
	font-size: 10px;
	color: #011826;
	/* color: #636363; */
}
.logo img{
	width: 77%;
}
.datos{
	color: #969696;
	font-size: 13px;
	padding-top: 10px;
}
	.datos i{
		color: #fff;
		background-color: #c6c6c6;
		padding: 10px;
		border-radius: 2px;
		margin-bottom: 5px;
	}
	.datos .icon{
	    width: 20%;
    	float: left;
	}
	.datos .info{
		padding-top: 5px;
		line-height: 16px;
	}
/* navigation*/
nav{
	background-color: #fff;
	padding-bottom: 10px;
}
.botonera{
	padding-top: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.toggleMenu {
    display:  none;
    background: #c6c6c6;
	border-radius: 2px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
	.nav {
	    list-style: none;
	     *zoom: 1;
	     font-size:12px;
	}
	.nav:before,
	.nav:after {
	    content: " "; 
	    display: table; 
	}
	.nav:after {
	    clear: both;
	}
	.nav ul {
	    list-style: none;
	    font-size: 12px;
	    overflow: hidden;
	}
	.nav li {
	    position: relative;
	    z-index: 101;
	    display: block;
	    float: left;
	    text-transform: uppercase;
	    text-align: center;
	    border-right: 1px solid #c6c6c6;

	}
	.nav li:last-child{
	    border-right: none;
	}
	.botonera ul li a {
	    line-height: 20px;
	    padding-top: 6px;
	}
	.nav > li {
	    float: left;
	    padding-right: 3px;
	    left: 15%;
	}
	.nav > li > a {
	    display: block;
	    color: #969696;
	    text-decoration: none;
	    line-height: 30px;
	    padding: 0 10px;
	}
	.nav li a:hover{
	    color: #061826;
	}
	.selected{
	                color: #061826;
	                text-decoration: none;
	                line-height: 30px;
	                padding: 0 10px;
	                border-bottom: 1px solid #969696;
	            }
/*  banner  */
.sectionparall{
	position: relative;
	height: 320px;
	background-image: url(../img/matriceria.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-size: auto 722px;
	overflow: hidden;
	 text-shadow: 1px 1px 3px #323232 ;} 

.sectionparall .content{
	background-color: none;
}
	.sectionparall p{
		text-align: center;
	    font-size: 32px;
	    color: #fff;
	    font-weight: 400;
	    line-height: 52px;
	    padding-top: 56px;
	}
	.sectionparall a:link{
		color: #c9c9c9;
	}
.sectionparall2{
	position: relative;
	height: 250px;
	background-image: url(../img/equipamiento.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-size: auto 414px;
	overflow: hidden;
}
	.sectionparall2 p{
		text-align: center;
	    font-size: 32px;
	    color: #fff;
	    font-weight: 400;
	    line-height: 52px;
	    padding-top: 56px;
	}
	.sectionparall2 a:link{
		color: #c9c9c9;
	}
.sectionparall3{
	position: relative;
	height: 250px;
	background-image: url(../img/matrices-y-moldes.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-size: auto 414px;
	overflow: hidden;
}
.sectionparall4{
	position: relative;
	height: 250px;
	background-image: url(../img/inyeccion-de-plasticos.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-size: auto 414px;
	overflow: hidden;
}
	button{
		text-align: center;
	    color: #fff;
	    background-color: #049dbf;
	    padding: 10px 15px;
	    border-radius: 20px;
	    border: #049dbf;
	    font-size: 18px;
	}
	a.button:hover{
		background-color: green;
	}
.btn {
    background-color: #0084b4;
    color: #fff;
    font-size: 11px;
    padding: 7px 9px;
    margin-left: 10px;
}
a.btn {
    color: #fff;
}
a.btn:hover{
	background-color: #011826;
}
/* contenido */
.contenido{
	background-color: #fff;
	overflow: hidden;
}
.contenido .content{
	background-color: #fff;
	padding: 20px;
}
	.contenido h1{
		text-align: center;
	    color: #023859;
	    padding-bottom: 30px;
	    padding-top: 20px;
	}
	.contenido p{
		padding: 0 30px;
	}
		.contenido .col4{
			background-color: #F7F7F7;
			overflow: hidden;
			font-size: 13px;
			height: 202px;
			    margin-bottom: 20px;
		}
		.contenido .sangria{
			padding-left: 20px;
		}
		.contenido .col4 p{
			padding: 15px;
		}
		.contenido .col4 img{
			width: 100%;
		}
.recuadro{
	height: 300px;
	background-image: url(../img/matriceria.jpg);
	overflow: hidden;
	margin: 30px 0;
}
	.recuadro p{
		color: #eee;
	    text-align: center;
	    padding-top: 80px;
	    padding-bottom: 127px;
	    font-size: 22px;
	    line-height: 45px;
		    text-shadow: 2px 2px rgba(68, 68, 68, 0.82);
	}
.box{
	position: relative;
    margin-bottom: 50px;
}
	.box > i {
	    color: #011826;
	}
	.box > i {
	    float: left;
	    display: block;
	    color: #b8b8b8;
	    font-size: 32px;
	    line-height: 48px;
	    -webkit-transition: color 0.3s;
	    transition: color 0.3s;
	        padding: 0 10px;
	}
	.box h5 {
	    text-transform: uppercase;
	    padding-top: 10px;
	    font-weight: bold;
	    padding-left: 15px;
	}
	.box p{
		color: #505050;
	}
	.box .box-content {
	    margin-left: 65px;
	}
.col2 img{
	text-align: center;
}

/* zoom */
span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(images/mag.png) center center no-repeat #000;
	cursor: pointer;
	height: 147px;
	width: 223px;
	position: absolute;
	z-index: 10;
	opacity: 0;

}

span.rollover:hover {
	opacity: .7;
	 transition: all 0.4s ease-in-out;
}


/* footer */
footer{
	color: #6a6969;
    font-size: 12px;
    padding: 40px 0 20px 0;
}

	footer li{
		 padding-left: 10px;
	}
	footer a:link{
		color: #969696;
	}
	footer a:hover{
		color: #D0D3D4;
	}
	footer img{
		    width: 75%;
		    float: right;
	}

	/* parrafo pie */
	/* footer p {
		color: #023859;
	} */
footer{
	/* position: relative; */
	height: 160px;
	/* background-image: url(../img/bg-footer.jpg); */
	/* background-position: top center;
	background-attachment: fixed;
	background-size: auto 427px; */
	overflow: hidden;
}
.space{
	padding-top: 19px;
}
.lineblue{
	/* background-color: rgba(1,24,38,0.6); */
	background-color: #848a8a;
	margin-top: 30px;
	height: 40px;
	padding: 20px 0 10px 0;
	font-size: 10px;
}
 .sangria{
			padding-left: 23px;
		}
.diseno{
	text-align: right;
}
 .diseno a:link, .diseno a:visited{
 	color: #023859;
 }
 .diseno a:hover{
 	color: #636363;
 }


 /*  top */
 .cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 52, 91, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #049dbf;
  opacity: 1;
}

/* ---------------- */



.whatsaap {
	display: flex;
	text-align: center;
	justify-content: center;
	
	
} 

.side-fixed-button {
	position: fixed;
	bottom: 20px;
	/* right: 20px; */
	left: 20px;
	z-index: 10000;
  }
  .side-fixed-button a {
	display: block;
	background: #65bc54;
	width: 70px;
	height: 70px;
	font-size: 40px;
	text-align: center;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	transition: all .5s;
  }
  .side-fixed-button a:after {
	color: #fff;
	font-size: 16px;
	line-height: 0px;
	position: absolute;
	top: 36px;
	margin-left: 10px;

	font-weight: 400;
	transition: all 1s;
	width: 210px;
	content: 'Whatsapp';
	text-align: left;
	opacity: 0;
	transition: all .5s;
  }
  .side-fixed-button a i {
	color: #fff;
	transition: all .5s;
	pointer-events: none;
	padding-top: 16px;
  }
  .side-fixed-button a i:before {
	pointer-events: none;
  }
  .side-fixed-button a:hover {
	width: 200px;
	display: block;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  }
  .side-fixed-button a:hover i {
	margin-left: -100px;
  }
  .side-fixed-button a:hover:after {
	display: inline;
	opacity: 1;
  }


/* --------------- */



@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}