* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:rgba(0,0,0,.5);
	font-family: Helvetica Neue, Helvetica, "Open Sans", Calibri, sans-serif;
	font-size: 14px;
	text-align: center;
	text-rendering: optimizeLegibility;
}
a {
	text-decoration: none;
}
header {
	background: #003d6a url("img/header-bkg.png") no-repeat center top;
	width: 100%;
	height: 26px;
	display: flex;
	justify-content: center;
	padding: 8px 0;
}
header img {
	height: 26px;
}
header > span.withClaim {
     display: block;
}
span.withClaim > svg {
     height: 26px;
}
div.promo-image > a > img {
	max-height: 35em;
	max-width: 100%;
}
h1.subtitulo-imagem {
	color: #003d6a;
    font-size: 2em;
    font-weight: 200;
}
.content {
	transition: .75s filter ease-in-out;
	filter: blur(0) contrast(1) brightness(1) saturate(1);
	cursor: initial !important;
}
.menu {
	max-width: 750px;
	margin: 0 auto;
}
.trigger-icon {
	transition: .75s filter ease-in-out;
	filter: blur(30px) contrast(0.65) brightness(1.2) saturate(1.5);
	cursor: initial;
}
.no-blur {
	transition: .75s filter ease-in-out;
	filter: blur(0) contrast(1) brightness(1) saturate(1);
	cursor: pointer;
}

.acesso {
	position: relative;
	padding: 0 0;
	margin: 50px auto;
}

.acesso div#oraclog {
	background: #003d6a url("./img/logo-icon.svg") no-repeat center;
	background-size: 40px;
	width: 80px;
	height: 80px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	transition: width .2s ease-in-out, border-radius .2s ease-in-out, box-shadow .2s ease-in-out;
	cursor: pointer;
	filter: blur(0) contrast(1) brightness(1) saturate(1);
}
.acesso div#oraclog.aclog {
	background: #003d6a url("./img/header-bkg.png") no-repeat right top;
	width: 280px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgb(200, 230, 255);
	transition: background .5s ease-in-out, width .5s ease-in-out, border-radius .5s ease-in-out, box-shadow .5s ease-in-out;
	cursor: initial;
}

div.loginfields {
	visibility: hidden;
	opacity: 0;	
}

div.loginfields.aclog {
	display: grid;
	grid-template-rows: repeat(auto-fill, 100%);
	grid-template-columns: repeat(auto-fill, 100%);
	margin: 10px;
	transition: display 2s;
	visibility: visible;
	opacity: 1;
	transition: visibility .5s, opacity 1.2s cubic-bezier(.46,.03,.52,.96);
}

.aclog input {
	border-radius: 5px;
	color: #494949;
	border: 1px solid #E3E3E3;
	height: 20px;
	font-size: 12px;
	transition: height 2s, display 2s;
}

.aclog input#login {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.aclog input#pass {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.lista {
	grid-template-rows: repeat(auto-fill, 140px);
	grid-auto-rows: 140px;
	grid-template-columns: repeat(auto-fill, 170px);
	grid-auto-columns: 170px;
	display: grid;
	list-style: none;
	justify-content: center;
}

.lista > li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.lista > li > a {
	align-items: center;
	justify-content: center;
	height: 100%;
}

.icon-wrapper::after {
	border-radius: 0;
	box-shadow: none;
	background-size: cover;
	background-image: url(img/ios-mask-border.svg);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 25%;
}

.icon-wrapper {
	position: relative;
	display: block;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 22.5%;
	width: 70px;
	margin: 0 auto;
}

.icon {
	-webkit-mask-image: url(img/ios-mask.svg);
	-webkit-mask-size: cover;
	mask-image: url(img/ios-mask.svg);
	mask-size: cover;
	display: block;
	max-width: 100%;
	height: auto;
}

.trigger-icon span {
	line-height: 3;
}

footer {
	margin: 50px 0 0;
	line-height: 3;
}

footer aside {
	display: inline-block;
}