h1, h2, h3, h4, h5{
	font-family: 'Roboto', sans-serif;
}
p, li{
	font-family: 'Open Sans', sans-serif;
}
nav{
	background: #050706;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../img/background-navbar.png);
	background-size: cover;

}

.slider{
	display: flex;
	position: relative;
}
.slide{
	width: 33.33%;
}
.list-menu{
	display: flex;
	justify-content: space-around;
	width: 150%;
	padding: 0;
	margin: 0;
}
.list-menu li{
	color: #fff;
	list-style: none;
	position: relative;
	font-size: 20px;
	
}
.list-menu li a{
	color: #fff;
	text-decoration: none;
	
}

.list-menu li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #a82a0e;
	transition: .3s;
}
.list-menu li:hover:before{
	width: 40%;
}
.info-contact{
	color: #fff;
	font-weight: bold;
}
.info-contact p{
	padding: 0;
	font-size: 20px;
	margin: 0;
}
.info-contact p a{
	padding: 0;
	font-size: 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.title-header{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(47, 83, 79, .7);
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.title-productos-home{
	font-weight: bold;
	position: relative;
}
.title-productos-home:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: #2f534f;
	width: 20%;
	height: 5px;
	transform: translateX(-50%);
}	
.productos{
	border-radius: 10px; 
	height: 300px;
}
.show-products{
	background: #2f534f;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
	transition: .3s;
}
.show-products:hover{
	color: #fff;	
}
.container-text-empresa-home{
	background: #5a6363;
	color: #fff;
}
.title-contacto-action{
	font-weight: bold;
	position: relative;
}
.red-social-fixed{
	position: fixed;
	right: 5px;
	bottom: 300px;
	background: #2b515a;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.red-social-fixed a i{
	font-size: 20px;
}
footer{
	background: #2f534f;
	color: #fff;	
}
.container-desarrollado a{
	color: #fff;
	text-decoration: none;
}
.desarrollado{
	margin: 0;
	padding: 0;
}

.text-empresa{
	text-align: justify;
}
.container-red-social{
	display: flex;
	flex-direction: column;	
}
.red-social{
	color: #fff;
	text-decoration: none;
}
.red-social:hover{
	color: #fff;
}

/*VISTA MOBILE*/
@media screen and (max-width:776px) {
	nav{
		flex-direction: column;
		background: url();
		justify-content: flex-start;
	}
	.menu{
		background: #050706;
		width: 100%;	
		height: 50px;
		position: relative;
		justify-content: flex-start;
		display: flex;
		align-items: center;
	}
	.list-menu li{
	color: #fff;
	list-style: none;
	position: relative;
	font-size: 14px;
	
}
	.info-contact{
		color: #000;
	}
	.info-contact p a{
	padding: 0;
	font-size: 20px;
	margin: 0;
	color: #050706;
	text-decoration: none;
	font-weight: bold;
}
	.email-header{
		transform: scale(0);
	}
	.slider{
		height: 200px;
	}
	.title-header{
		font-size: 18px;
	}
	.productos{
	border-radius: 10px; 
	height: 200px;
	width: 212px;
	}

}