
body{
	margin: 0;
	padding:0;
}

.parallax-container{
	height: 100vh;
}

.bartitle{
		width: 100%;
		height: 100%;
		-webkit-box-shadow: -1px 4px 20px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 20px -6px rgba(0,0,0,0.75);
box-shadow: -1px 4px 20px -6px rgba(0,0,0,0.75);

}

section{
	width: 100%
	min-height: 400px;
	justify-content: center;
	align-content: center;
}

section .content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
}
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600&display=swap');

.titulo{
	font-family: 'Archivo', sans-serif;
}

.descripcion{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
}
.subtitle{
	font-weight: bold;
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	font-style: initial;
}

h1{
	text-align: center;
}

#open_close{
width: auto;
padding: 10px;
border-radius: 10px;
/*background: #F8F9F9;
border: 1px solid #566573;*/
}

#login{
width: 400px;
height: auto;
border-radius: 5px;
padding: 10px;
margin:0 auto;
background: #F4F6F6;

}

#logIn{
	border:none;
	border-radius: 5px;
	margin:auto 80%;
}

#form_status{
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 10px;
	border-radius: 10px;
	border-bottom: 2px solid #fff;
	background: #F8F9F9;


	font-weight: bold;
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	font-style: initial;
}

#form_status:hover{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.4s;
	-webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
