body {
	margin: 0;
	padding: 0;
}
#reloj {
    vertical-align: top;
    text-align: right;
    margin-top: 0px;
    margin-right: 18px;
    font-family: san francisco, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: grey;
}
.logo {
	display: block;
	width: 200px;
	height: auto;
}
.cchc {
	display: block;
	text-align: center;
	margin: auto;
	margin-top: -7%;
}
.cchc img {
	display: block;
	align-items: center;
	align-content: center;
	width: 10%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: -2.5%;
}
.logoreloj {
	/*display: block;*/
   position: relative;
   overflow: hidden;
   width: 50px;
   height: 50px;
   margin-left: auto;
   margin-right: 30px;
   margin-top: -70px;
  }
.imgslide1 {
	/*display: block;*/
   background: url(Fotos/logoslide.png);
   position: absolute;
   right: 0;
   top: 0;
   height: 50px;
   width: 300px;
   animation: logoreloj 15s linear infinite;
}
.sidebyside {
	position: relative;
	width: 8%;
	margin-top: -100px;
	height: auto;
}
.sidebyside:hover {
	opacity: 1;
	width: 25%;
	transition: 0.6s ease;
}
 @keyframes logoreloj {
    0% {
      right: 0;
    }
  
    100% {
      right: -200%;
    }
  }
.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: 1;
	/*min-height: 380px;
	max-height: 1440px;
	min-width: 1080px;*/
}
h1 {
	color: blue;
	text-shadow: 4px 4px 20px #0018F9;
	text-align: center;
	font-family: san francisco, sans-serif;
	font-weight: normal;
}
/* 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: 24px;
	}
 }
/* 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: 18px;
	}
 }
h2 {
	color: black;
	text-shadow: 10px 10px 20px #FFFFFF;
	text-align: center;
	font-family: san francisco, sans-serif;
	font-weight: normal;
}
@media screen and (min-width: 501px) {
	h2 {font-size: 24px;
	}
 }
@media screen and (max-width: 501px) {
	h2 {font-size: 18px;
	}
 }
h3 {
	color: white;
	text-shadow: 10px 10px 20px #FFFFFF;
	text-align: center;
	font-family: san francisco, sans-serif;
	font-weight: normal;
}
@media screen and (min-width: 501px) {
	h3 {font-size: 18px;
	}
 }
@media screen and (max-width: 501px) {
	h3 {font-size: 18px;
	}
 }
.one {
	background-color: white;
	height: 100%;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0px 0;
	background-image: url("Fotos/Arq.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.two {
	align-content: center;
 	background-color: gold;
 	position: relative;
 	text-align: center;
 	margin: 0;
 	
	/*padding: 540px 0;*/

}
.three {
	align-content: center;
 	background-color: gainsboro;
 	position: relative;
 	text-align: center;
	margin: 0;
 }
.push {
	width: 320px; 
	height: 80px; 
	border: 3px;
	border-color: yellow;
	border-style: solid;
	background-color: red;
	border-radius: 12px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline-width: 4px;
	text-decoration: none;
}

