@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0%;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;

}
nav{
background:#6CF;
height:80px;
width: 100%;
}
.enlace{
position: absolute;
padding: 5px 50px;
}
.logo{
height: 70px;

}
nav ul{
float: right;
margin-right: 20%;
}
nav ul li{
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;

}
nav ul li a{
	color: rgb(194, 68, 68);
	font-size: 18px;
	padding: 7px 15px;
	border-radius: 3px;
	text-transform: uppercase;
}
.active:hover{
background: rgb(23, 225, 80);
transition: .5s;
}
.checkbtn{
	font-size: 50px;
	color: rgb(252, 254, 246);
	float: right;
	line-height: 80px;
	cursor: pointer;
	padding: 15px;
	
}
.section{
	back,ground:url(./images/clip.jpeg) no-repeat;
	background-size: cover;
	height: calc(100vh-80px);
	background-position:center


}