html,body{
	min-height:100%;
	overflow-x:hidden;
	font-family:"Open Sans",
	Helvetica,sans-serif !important;
	background-color:white !important;
	color:#000;
	height: 100%;
}
body{
	position:relative;
	overflow:visible;
	z-index:-1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fundo{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-top:75px;
	padding-bottom:50px;
	padding-left:50px;
	align-items: flex-start;
}

h1{
	color:white;
	font-size: 35px;
	font-weight: 700;
}

span{
	color:white;
	font-size: 25px;
}

a{
	color:white;
	margin-top:20px;
	display: block;
}

a:hover, a:focus, a:visited, a:active{
	color:white;
}

.logotipo{
	align-self: flex-end;
	text-align: right;
	position:relative;
}

.logo{
	display: block;
}

@media (max-width: 543px){
	.logo{
		   width: 450px;
		   max-width: 100%;
	}
	.fundo{
		padding:5px;
	}
}
@media (min-width: 544px) and (max-width: 767px){
	.logo{
		   width: 450px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.logo{
		   width: 600px;
	}
}
@media (min-width: 992px) and (max-width: 1209px){
	.logo{
		   width: 750px;
	}
}
@media (min-width: 1210px){
	.logo{
		width:1000px;
	}
}



