.lds-ripple {
  display: inline-block;
  position: relative;
  left: 8px;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.loadding {
	position: fixed;
	background: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.loadding .show {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.loadding .show span{
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	padding: 1.2em 1.2em;
}

* {
	box-sizing: border-box !important;
	font-family: 'Questrial', sans-serif;
}
html, body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: white;
}

html, body {
	scroll-behavior: smooth;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: hidden;
}
.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../../files/imgs/background_home.jpg);
	background-position: center;
	background-origin: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(1px);
	z-index: 0;
}

.background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: black;
}

.hidden {
	display: none !important;
}

.navbar {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.2em 1.2em;
	text-decoration: none;
	color: white;
	z-index: 999;
}


.navbar span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 0 10px;
	padding-top: 3px;
	text-transform: capitalize;
}

.navbar span i {
	font-size: 20px;
	padding-right: 10px;
}

.container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 1.2em 1.2em;
	margin: 0 auto;
	background: transparent;
	z-index: 1;
}

.content {
	position: relative;
	margin-bottom: 12em;
	width: auto;
	height: auto;
}


.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 1.2em 1.2em;
	margin-top: 1.2em;
}

.logo h3 {
	text-transform: lowercase;
	width: 100%;
	font-size: 32px;
	padding: 0;
	margin: 0;
	color: white;
}

.logo span {
	text-transform: uppercase;
	width: 100%;
	color: white;
	font-size: 28px;
}

.logo .icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 100%;
	border: 12px solid white;
}

.logo .icon i {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.links {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.links a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 12px;
	margin: 0 1.2em;
	padding: 5px;
	border-bottom: 1px solid transparent;
}

.links a:hover{
	border-bottom: 1px solid white;
}

.body {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 2.4em;
	width: 100%;
	height: 100%;
	padding: 1.2em 1.2em;
	background: #2196f3;
	z-index: 1;
}

.body .aa {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}


.body .entrar {
	width: 300px;
	margin: 1.2em;
	padding: 1.2em 1.2em;
	background: white;
	box-shadow: 0 0 8px 0 black;
	border-radius: 5px;
}

.body .title{
	width: 100%;
	text-align: center;
	margin: 0;
}

.body .entrar h3, .body .entrar p{
	color: black;
}

.body h3 {
	color: white;
}
.body p {
	text-align: left;
	color: white;
}

.body .cadastrar {
	margin-top: 10px;
	width: 300px;
	margin: 1.2em;
	border-radius: 5px;
}

.body .cadastrar button {
	background: white;
}

.body .entrar button {
	color: white;
	background: #2196f3;
}

.body button {
	width: auto;
	height: auto;
	padding: 1.2em 1.2em;
	border: none;
	cursor: pointer;
	outline: none;
}


.next {
	position: absolute;
	color: white;
	text-decoration: none;
	padding: 1.2em 1.2em;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	animation-name: move1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-fill-mode: both;
	transition: .2s all ease;
}


.body .bb {
	width: 100%;
	padding-bottom: 1.2em;
}

.back {
	position: absolute;
	color: white;
	text-decoration: none;
	padding: 1.2em 1.2em;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	animation-name: move2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-fill-mode: both;
	transition: .2s all ease;
}

.footer {
	position: absolute;
	top: calc(100% - 30px);
	width: 100%;
	text-align: center;
	color: white;
}


@keyframes move1 {
	0%{
		bottom: 20px;
	}

	50% {
		bottom: 30px;
	}

	100%{
		bottom: 20px;
	}
}

@keyframes move2 {
	0%{
		top: 10px;
	}

	50% {
		top: 20px;
	}

	100%{
		top: 10px;
	}
}


@media (min-width: 320px) {
	.body .title {
		font-size: 18px;
	}

	.body p {
		display: none;
	}
	.body button {
		width: 100%;
	}

	.body .aa h3{
		display: none;
	}
	.body .entrar {
		box-shadow: none;
		background: transparent;
		padding: 0;
	}

	.body .entrar button {
		background: white;
		color: black;
	}
}

@media (min-width: 768px) {
	.body .entrar {
		box-shadow: 0 0 8px 0 black;
		background: white;
		padding: 1.2em 1.2em;
	}

	.body .entrar button {
		background: #2196f3;
		color: white;
	}
	.body .title {
		font-size: 22px;
	}
	.body p {
		display: inline-block;
	}
	.body button {
		width: auto;
	}
	.body .aa h3{
		display: inline-block;
	}


}
