*{
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: tahoma;
	}

nav {
	background: #fff;
	height: 65px;
	width: 100%;
	}
	.enlace{
	position: absolute;
	margin: 2px 0 0 30px;
	padding: 0px 0px;
	}

	.logo{
	height: 40px;
	margin-top: 7px;
	}

	nav ul{
	height: 66px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	justify-content: center;
	justify-content: end;
	}

	nav ul li{
	display: inline-block;
	margin: 0 5px;

	}

	nav ul li a{
	color: black;
	font-size: 20px;
	padding: 7px 0px;
	border-radius: 3px;
	margin: 15px;
	}

	li a.active, li a:hover{
	color: #0069ff;
	border-bottom: 3px solid #0069ff;
	}

	.checkbtn{
	font-size: 30px;
	color: #fff;
	line-height: 0px;
	margin-right: 0px;
	cursor: pointer;
	display: none;
	}

	#check{
	display: none;
	}

	.textologo{
	display: none;
	}

	i{
		margin-right: 10px;
		margin-top: 5px;
	}


/*---------------- COMPRA ---------------------------------------------------*/

.title{
	background: #000;
}


.titulo{
	margin-bottom:15px ;
	text-align: center;
	font-size: 28px;
	color: #0069ff;
	padding-top:25px;
}


.descripcion{
	width: 90vw;
	margin: auto;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	color: #fff;
}




.contenedor{
	max-width: 85vw;
	margin: 20px auto;
	padding: 15px 0;
	display: grid;
	grid-template-rows: repeat(auto-fit, minmax(270px, 1fr));
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	align-content: center;
	justify-content: center;
}


.contenedor article{
	min-width: 270px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #ddd;
	border-radius: 20px;
	margin: 20px 0px;

}

.contenedor article span{
	height: 200px;
	border-bottom: 2px solid #ddd;
	width: 90%;
	margin-top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.div-text{
	padding: 10px;
	width: 90%;
	text-align: center;
	font-size: 20px;
	border-bottom: 2px solid #ddd;

}
.div-btn{
	padding: 10px;
	width: 90%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #0069ff;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 18px;


}



.contenedor h3{
	height: 80px;
	color: #0069ff;

}

.div-text-start{
	padding: 10px;
	padding-top: 0px;
	width: 90%;
	text-align: start;
	font-weight: normal;
}

.div-text-start-fds{
	padding: 10px;
	width: 90%;
	text-align: start;
	text-decoration: none;
	color: #0069ff;
}

.contenedor article:hover e{
	border: 2px solid #0069ff;
}

.div-btn:hover{
	background: #0069ff;
	color: #fff;
	text-align: center;
	transition: 0.3s;


}



.guantes span{
	background-image: url(../imagenes/guantedi.jpg);
}



.botas span{
	background: url(../imagenes/b-novax.jpg);

}

.botas2 span{
	background: url(../imagenes/ecoboots-lateral2.png);

}

.guantin span{
	background: url(../imagenes/guantin.jpg);
	
}


.protector span{
	background: url(../imagenes/protector.jpg);
}



.tapete span{
	background: url(../imagenes/tapete.jpg);
}



.pertiga span{
background: url(../imagenes/pertiga.jpg);
}



.detector span{
	background: url(../imagenes/detector-cono.jpg);
}

.careta span{
	background: url(../imagenes/careta.jpg);
}

.balaclava span{
	background: url(../imagenes/balaclava.jpg);
}

.uni-t span{
	background: url(../imagenes/uni.jpg);
}

.aladin span{
	background: url(../imagenes/350svd.jpg);
}

.detector-contacto-solucao span{
	background: url(../imagenes/dcontacto.jpg);
}

.cobertor-poste span{
	background: url(../imagenes/cobertorposte.jpg);
}

.sujetador-mantas span{
	background: url(../imagenes/sujetador.jpg);
}

.bateria-aladin span{
	background: url(../imagenes/repuesto.jpg);
}




.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom:25px;
	right: 25px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
	padding-left: 10px;

}

.btn-wsp:hover{

	color: #0df053;
	background: #fff;


}

/*-------------imagenes del final-------*/
.img img{
	width: 160px;
	height: 130px;

}

.img h2{
	text-align: center;
	margin: 40px;
	margin-top:20px;
	color: #002f69;
	padding-top: 15px;
}	

.img{
	background: #eeeef2;
}

.align-images{
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	gap: 40px;
	justify-content: center;
	
}


/*------------------INICIO FOOTER --------*/

.contenedor-footer{
	background-color: #000;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;

}

.contenedor-footer div{
	width: 200px;
	height: 230px;
	margin-top: 10px;
}

.contenedor-footer div h3{
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #0069ff;
	color: #fff;
	margin-top: 3px;
}

.contenedor-footer div a{
	display: block;
	text-align: center;
	padding: 7px;
	color: #fff;
}

.contenedor-footer div p{
	color: #fff;
	text-align: center;
	padding: 2px;
	padding-top: 5px;

}

.footer-info a:hover{
	color: #0069ff;

}

.copyright{
	background: #ccc;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	gap: 5px;
	flex-flow: row wrap;
}

.copyright a{
	color: #002f69;
	text-decoration: underline;
}



@media screen and (max-width: 952px) {
	.enlace{
			padding-left: 20px;
				}
				nav ul li a{
			font-size: 16px;
				}



}









@media screen and (max-width: 858px) {
	.checkbtn{
		display: inline-block;
		color: black;
		float: right;
		margin: 10px 10px 0 0;
		}

		ul{
		position: fixed;
		width: 100%;
		height: 50vh;
		background-color: #ccc;
		top: 60px;
		left: -100%;
		text-align: center;
		transition: all .05s;
		display: flex;
		justify-content: center;
		}
		nav ul li a{
			font-size: 12px;
		}

		nav ul li{
		margin: auto;
		line-height: 27px;
			}
		nav ul li{
		font-size: 0px;
			}
		li a:hover, li a.active{
		background: none;
		
			}
		#check:checked ~ ul{
		left: 0;
			}

}



