*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
.banner{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(3,13,40,0.75),rgba(3,13,40,0.75)),url(../img/mainphoto.jpg);
	background-size: cover;
	background-position: center;
}
.navbar{
	width: 70%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	width: 120px;
	cursor: pointer;

}
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.navbar ul li a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;

}
.navbar ul li::after{
	content: "";
	height: 3px;
	width: 0%;
	background: #FD5D14;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: 0.5s;
}
.navbar ul li:hover::after{
	width: 100%;
}
.textoinicio{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	text-align: left;
	color: #FFFFFF;
}
.textoinicio h1{
	font-size: 70px;
	margin-top: 80px;
	line-height: 70px;
}
.textoinicio h2{
	font-size: 30px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 70px;
}
.textoinicio p{
	width: 85%;
	line-height: 35px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
}
.button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 60px;
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent; 
  color: white; 
  border: 2px solid white;
}
.button1:hover {
  background-color: white;
  color: black;
}
.button2 {
  background-color: transparent; 
  color: white; 
  border: 2px solid white;
}
.button2:hover {
  background-color: white;
  color: black;
}
.rec1 {
	border-radius: 25px 25px 0px 0px;
	background: #FD5D14;
	color: white;
	padding: 20px; 
	width: 700px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	align-items: center;
	margin: auto;
}
#section2{
	height: 900px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.img-llaves{
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
}
.somos{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	top: 7.5%;
}
.containericons{
	top: 20%;
	text-align: center;
	justify-content: center;
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px, 250px));
	grid-gap: 20px;
	font-size: 14px;
}
.containericons .box{
	position: relative;
}
.containericons .box p{
	position: absolute;
	top:120%;
	font-size: 16px;
	font-weight: 700;
}
#section3{
	height: 900px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.productosbanner{
	width: 100%;
	height: 200px;
	background-image: linear-gradient(rgba(3,13,40,0.75),rgba(3,13,40,0.75)),url(../img/productos.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productostexto h1{
	font-size: 60px;
	color: white;
	margin-top: -20px;
}
.productostexto h2{
	font-size: 20px;
	color: white;
}
.productos{
	padding-top: 60px;
	width: 400px;
	position: absolute;
	left: 20%;

}
.productostitle{
	font-size: 26px;
	margin-bottom: 20px;
}
.productostexto2{
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: inherit;
}
.productoslista{
	list-style-type: inherit;
	padding-top: 30px;
	padding-left: 15px;
}
.fotoproducto img{
	padding-top: 80px;
	width: 600px;
	position: absolute;
	right: 20%;

}
#section4{
	height: 720px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.listaproductos{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;

}
.listaproductos2{
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	padding-left: 180px;
	line-height: 200%;
}
#section6{
	background-image: linear-gradient(rgba(3,13,40,0.75),rgba(3,13,40,0.75)),url(../img/tornillos.jpg);
	background-size: cover;
	background-position: center;
}
.row6:after {
  content: "";
  display: table;
  clear: both;
}
.column6 {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}
.contactotext{
	margin-top: 80px;
	text-align: center;
	color: white;
	justify-content: center;
}
.footercontainer{
	text-align: center;
}
.socialicons{
	padding-top: 10px;
}
.socialicons img{
	padding-right: 20px;
}
.footercontainer ul{
    margin: auto;
}
.footercontainer ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.footercontainer ul li a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
}
.footerc{
	color: white;
	font-weight: 300;
	font-size: 12px;
	padding-top: 10px;
}
#footer{
	height: 250px;
	background-color: #030D28;
	background-size: cover;
	background-position: center;
	display: flex;
  	justify-content: center;
 	align-items: center;
}
.logopyro{
	padding-top: 10px;
}
