*{
	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%;
	border-bottom: 2px solid #eeeef2;
	box-shadow: 0px 10px 10px #eeeef2;
	}
	.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: #0089ff;
	border-bottom: 3px solid #0089ff;
	transition: 0.5;
	}

	.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;
	}

/*----------------------*/

.location{
	padding: 10px;
	margin: 20px 20px;
}

.location span{
	color: #002f69;
	font-weight: bold;

}

.location a{
	color: #0089ff;
}

.location a::before{
	content: " > ";
}

.location a:hover{
	color: orangered;
}

/*--------------------------------------------*/



.content-text{
	margin: 0px 150px;
	border-left: 6px solid #eeeef2;
	box-shadow: 0px 10px 20px #eeeef2;
}



h1,h2,h4,h5, .content-text p, .content-text img{
	/*border: 2px solid yellow;*/
	margin: 20px 10px 20px 0px;


}

h1,h2,h4,h5{
	padding: 10px 10px;
	color: #002f69;
	font-size: 32px;
	padding: 10px 20px;
}

.content-text p{
	font-size: 20px;
	line-height: 26px;
	padding: 10px 30px 10px 20px;
}

.content-text div{

	text-align: center;
}

/*----------------------------*/

.title-end{
	margin: 0px 150px;
	text-align: center;
	font-size: 26px;
	color: #002f69;
	padding: 15px 0;
	font-weight: bold;
}
/*----------------------------*/

.sales-direction{
	/*height: 500px;*/
	margin: 0px 150px;
	margin-bottom: 50px	;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.sales-direction a{
	width: 350px;
	border: 2px solid #eeeef2;

}

.sales-direction a:hover{
	width: 350px;
	border-bottom: 5px solid #002f69;
	transition: 0.1s;
	transition-property: border-bottom;

}

.direction1{
	background: url(../../imagenes/guantedi.png);
	background-size: contain;
	background-repeat:no-repeat;
	width: 100%;
	height: 340px;
}

h6{
	font-size: 20px;
	padding: 15px 0;

	text-align: center;
	color: #002f69 ;

}

.sales-direction p{

	text-align: center;
	font-size: 20px;
	padding: 0px 0 10px 0;
	color: #0089ff;
	font-weight: bold;
}

.sales-direction span{
	color:#000;
	font-size: 20px;
	display: block;
	text-align: center;
	padding-bottom: 7px;
}

/*-------------------*/
.direction2{
	background: url(../../imagenes/tapete.jpg);
	background-size: contain;
	background-repeat:no-repeat;
	width: 100%;
	height: 340px;
}
/*-----------------------*/

.direction3{
	background: url(../../imagenes/aladin.png);
	background-size: contain;
	background-repeat:no-repeat;
	width: 100%;
	height: 340px;
}

/*----------------------------*/


	.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;


}

/*-------------------------*/


/*--------------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 #0089ff;
	color: #fff;
	margin-top: 3px;
}

.contenedor-footer div a{
	display: block;
	text-align: center;
	padding: 7px;
	color: #fff;
}

.contenedor-footer div a:hover{
	color: #0089ff;
}

.contenedor-footer div p{
	color: #fff;
	text-align: center;
	padding: 2px;
	padding-top: 5px;

}

.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;
				}

	.content-text, .sales-direction, .title-end{
		margin: 0px 70px;
	}



}









@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;
		color: darkblue;
			}
		#check:checked ~ ul{
		left: 0;
		}

		.content-text, .sales-direction, .title-end{
		margin: 0px 10px;
		}

		/*.title-end{
			height: 125px;
		}*/

	.check-img img{
		display: none;
	}
	.check-img{
		height: 310px;
		background-image: url(../../imagenes/ntension-bajaresolucion.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}


}
