body{
	padding: 50px;
	margin:0!important;
	min-height: calc(100vh - 100px)!important;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	background:url("background.jpg");
	background-color: #00000094;
	background-blend-mode: overlay;
	overflow:hidden;
}
h1,h2,span,a,p,img{max-width:100%;}
h1,h2,span,a,p{
	color:#fff!important;
	font-family:"Open Sans";
	text-align:center;
}
/* @font-face { */
	/* font-family: 'Lonalista'; */
	/* src: url('fonts/LonalistaOKRegular.woff2') format('woff2'), */
		/* url('fonts/LonalistaOKRegular.woff') format('woff'), */
		/* url('fonts/LonalistaOKRegular.ttf') format('truetype'); */
	/* font-weight: normal; */
	/* font-style: normal; */
	/* font-display: swap; */
/* } */
h1{
	font-size: 30px!important;
	font-weight: 400 !important;
	margin-bottom:40px;
}
h2{
	font-size: 30px!important;
	font-weight: 400 !important;
}
h2{margin:0!important;}
.separador{
	border-top:3px solid #ffffff;
	min-width: 72px;
	margin-bottom: 25px;
}
a{
	transition: all 300ms;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration:underline;
	text-decoration-thickness: 2px;
}
a:hover{
	opacity: 0.7;
}
.titulo:first-of-type{
	margin-bottom: 34px;
}
.titulo:last-of-type{
	margin-bottom: 0px;
}
.logotipo-1{
	min-width:468px;
	margin-bottom: 33px;
}
.logotipo-2{
	min-width:308px;
	margin-bottom: 90px;
}
img{
	height:auto;
	margin-bottom:40px;
}
@media (max-width:980px){
	.logotipo-1{
		min-width:300px;
	}
	.logotipo-2{
		min-width:250px;
	}
	h1,h2{
		font-size: 25px!important;
	}
	.separador{
		margin-bottom:20px;
	}
	.titulo:first-of-type{
		margin-bottom: 20px;
	}
	.titulo:last-of-type{
		margin-bottom: 20px;
	}
	img{
		margin-bottom: 20px;
	}
	.logotipo-1{
		margin-bottom: 40px;
	}
}
@media (max-width:500px){
	h2{
		font-size:20px!important;
	}
	body{
		padding: 25px;
		margin:0!important;
		min-height: calc(100vh - 50px)!important;
	}
	img{margin-bottom:20px;}
}
@media (max-width:450px){
	h2{font-size:20px!important;}
}
@media (max-width:400px){
	h2{font-size:15px!important;}
}