
html,body{

	background-image: url(images/fondo5.jpg);	
	width: 100%;
	height: 100%;
	 background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover; 
    
}
.menu_gal{
	
	margin-top: 6%;
	background: rgb(255,255,255,0.5);
	margin-bottom: 1%;
	width: 100%;
}
.menu_gal ul li {
	width: auto;
	display: inline-block;

	background: #1f1f1f;;
	padding: 10px;

	
}
.menu_gal ul li:hover{

	background: orange;
	transition:all .5s ease-in-out;
	color: #1f1f1f;
	
	
}
.menu_gal ul{
	margin-left: 10%;
}
.menu_gal a{
	color: darkorange;
	font-weight: bold;
	text-decoration: none;
}

.wrap{
	
	width: 100%;
	margin-top:85px;
	
	
}
.product-item p{
	background: rgb(255,255,255,0.8);
	padding: 15px;
}




/* PRODUCTOS ============*/

.products-list{
	width: 90%;
	height: auto;
	display: grid;
	background: rgb(0,0,0,0.5);
	margin-left: 5%;
	
}
 .product-item{

	width: 90%;
	margin: 10px auto ;
	
	
}


/*equipos en stock y alquiler*/

/* RESPONSIVE */



@media screen and (max-width: 390px){
	
	.menu_gal ul li{
		width: 100%;
		font-size: 13px;
	}
	.menu_gal ul {
		margin: 0;
	}
	.product-item p{
		font-size: 12px;
	}
	.product-item {
    width: 96%;
    margin: 9px auto;
	}


}


@media screen and (max-width:640px) and (min-width: 361px){
	.menu_gal ul li{
		width: 100%;
		font-size: 15px;
	}
	.menu_gal ul {
		margin: 0;
	}
	.product-item p{
		font-size: 13px;
	}
	.product-item {
    width: 96%;
    margin: 9px auto;
	}
	

}
@media screen and (max-width:790px) and (min-width: 641px){
.menu_gal ul li{
		width: 100%;
		font-size: 15px;
	}
	.menu_gal ul {
		margin: 0;
	}
	.product-item p{
		font-size: 15px;
	}
	.product-item {
    width: 96%;
    margin: 9px auto;
	}
}

@media screen and (max-width: 1024px) and (min-width: 791px){
	.menu_gal ul li{
		width: 100%;
		font-size: 15px;
	}
	.menu_gal ul {
		margin: 0;
	}
	.product-item p{
		font-size: 15px;
	}
	.product-item {
    width: 96%;
    margin: 9px auto;
	}
}