#reloj {
	vertical-align: top;
	float: right;
	position: relative;
	text-align: right;
	margin-top: -3.0em;
	/*margin-right: 0.9%;*/
	margin-right: 1.3em;
	font-family: san francisco, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: grey;
	width: 100%;
	height: 100%;
}
.logoreloj {
	float: right;
	vertical-align: text-top;
	position: relative;
	text-align: right;
	margin-top: 0.5em;
	margin-right: 2.5em;
	width: 30px;
	height: 30px;
}
.logo {
	position: relative;
	width: 80px;
	height: 80px;
	margin-top: 0.3%;
	opacity: 1;
	/*transition: 0.6s ease;*/
}
/*.logo:hover {
	opacity: 1;
	width: 10%;
	rotate: 360deg;
}*/
body {
	margin: 0;
	padding: 0;
}
.mac {
   position: relative;
   min-width: 390px;
	max-width: 85%;
	height: auto;
	margin-top: 8%;
}
.network {
	position: relative;
	width: 15%;
	height: auto;
} 
.network:hover {
	opacity: 1;
	width: 45%;
	transition: 0.6s ease;
}
.container {
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	scroll-behavior: smooth;
	height: 100vh;
}
section {
	height: 100vh;
	/*display: center;*/
	align-items: center;
	scroll-snap-align: start;
	scroll-behavior: smooth;
	text-align: center;
	opacity: 0.5;
}
h1 {
	color: blue;
	text-shadow: 4px 4px 20px #0018F9;
	text-align: center;
	font-family: san francisco, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 501px) {
	h1 {font-size: 60px;
	}
 }
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 500px) {
	h1 {font-size: 28px;
	}
 }
h2 {
	color: black;
	text-shadow: 10px 10px 20px #FFFFFF;
	text-align: center;
	font-family: san francisco, sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
@media screen and (min-width: 601px) {
	h2 {font-size: 36px;
	}
 }
@media screen and (max-width: 601px) {
	h2 {font-size: 18px;
	}
 }
.one {
	background-color: white;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0px 0;
}
.one:hover {
	opacity: 1;
	width: 100%;
}
.two {
 	background-color: gold;
 	position: relative;
 	height: 100%;
 	text-align: center;
	padding: 100px 0;
}
.two:hover {
	opacity: 1;
	width: 100%;
}
.three {
 	background-color: goldenrod;
 	position: relative;
 	height: 100%;
 	text-align: center;
	padding: 100px 0;
 }
.three:hover {
	opacity: 1;
	width: 100%;
}
.four {
 	background-color: lawngreen;
 	position: relative;
 	height: 100%;
 	text-align: center;
	padding: 200px 0;
 }
.four:hover {
	opacity: 1;
	width: 100%;
}
.five {
 	background-color: orangered;
 	position: relative;
 	height: 100%;
 	text-align: center;
	padding: 200px 0;
 }
.five:hover {
	opacity: 1;
	width: 100%;
} 
.six {
 	background-color: white;
 	position: relative;
 	height: 100%;
 	text-align: center;
	padding: 200px 0;
 }
.six:hover {
	opacity: 1;
	width: 100%;
} 