@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*
{
	font-family: 'Open Sans';
}
body
{
	margin: 0;
	background: url('../img/bg_landing.png?1.5') center top no-repeat #201c2e;
}
.landing
{
	width: 1242px;
	height: 1546px;
	margin: 0 auto;
	position: relative;
	background: url('../img/bg_idhas.png?1.5') center top no-repeat;
}
.landing .cadastro
{
	width: 530px;
	height: 199px;
	background: url('../img/bg_cadastro.png?1.5') no-repeat;
	position: absolute;
	top: 280px;
	left: 24px;
}
.landing .cadastro input
{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 96px 0 0 50px;
	padding: 0 0 2px 15px;
	height: 58px;
	width: 360px;
	outline: 0;
	background: #000000;
	border: 1px solid #e8b337;
	border-right: 0;
	color: #ffffff;
	text-transform: uppercase;
	background-image: linear-gradient(transparent, transparent);
	background-clip: padding-box !important;
	font-size: 14px;
}
.landing .cadastro input:-webkit-autofill,
.landing .cadastro input:-webkit-autofill:hover, 
.landing .cadastro input:-webkit-autofill:focus, 
.landing .cadastro input:-webkit-autofill:active
{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
    -webkit-box-shadow: 0 0 0 30px #07182e inset !important;
}
.landing .cadastro input:-webkit-autofill
{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-fill-color: #ffffff !important;
}
.landing .cadastro div
{
	border: 1px solid #e8b337;
	background: #000000;
	color: #e8b337;
	cursor: pointer;
	padding: 16px 20px 15px;
	vertical-align: -2px;
	width: 26px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.landing .cadastro div:hover
{
	background: #022701;
}
.landing .cadastro div.desabilitado
{
	color: #79663a;
}
.landing .cadastro div.desabilitado:hover
{
	background: #480404;
	cursor: url('../img/left-pointer.cur'), auto;
}
.landing .cadastro .txtErro2
{
	display: none;
	font-size: 11px;
	text-align: center;
	width: 100%;
	color: #ffdede;
	margin: 2px 0 10px 0;
	text-shadow: 1px 0 0 #940000, -1px 0 0 #940000, 0 1px 0 #940000, 0 -1px 0 #940000, 1px 1px #940000, -1px -1px 0 #940000, 1px -1px 0 #940000, -1px 1px 0 #940000;
}
.landing .carregando
{
	display: none;
	position: absolute;
	top: 310px;
	left: 220px;
}
.landing .carregando img
{
	width: 100px;
	height: 128px;
}
.landing .txtErro1
{
	display: none;
	width: 450px;
	position: absolute;
	text-align: center;
	font-size: 13px;
	color: #ffc30a;
	top: 340px;
	left: 50px;
	text-shadow: 0.5px 0 0 #aa6500, -0.5px 0 0 #aa6500, 0 0.5px 0 #aa6500, 0 -0.5px 0 #aa6500, 0.5px 0.5px #aa6500, -0.5px -0.5px 0 #aa6500, 0.5px -0.5px 0 #aa6500, -0.5px 0.5px 0 #aa6500;
}
.landing .credenciais
{
	display: none;
	position: absolute;
	border: 1px solid #cc9000;
	width: 430px;
	height: 240px;
	font-size: 12px;
	color: #ffffff;
	top: 280px;
	left: 50px;
	padding: 10px 20px 20px;
	text-align: center;
	background: #000000;
	text-transform: uppercase;
}
.landing .credenciais b
{
	font-size: 18px;
	color: #ffc230;
	display: inline-block;
}
.landing .credenciais small
{
	font-size: 9px;
}
.landing .credenciais div
{
	display: inline-block;
	width: 150px;
	padding: 12px;
	border: 1px solid #e8b337;
	margin: 20px 0;
}
.landing .credenciais div:first-of-type
{
	margin-right: 20px;
}
.landing .credenciais div strong
{
	margin-right: 6px;
}
.landing .credenciais div u
{
	text-decoration: none;
	text-transform: none;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.landing .credenciais span
{
	text-align: left;
	display: inline-block;
	text-transform: none;
	line-height: 18px;
}
.landing .credenciais span a
{
	font-weight: bold;
	color: #ffc230;
}
.landing iframe:nth-of-type(1)
{
	width: 574px;
	height: 325px;
	position: absolute;
	top: 168px;
	left: 644px;
}
.landing iframe:nth-of-type(2)
{
	width: 389px;
	height: 221px;
	position: absolute;
	top: 1056px;
	left: 4px;
}
.landing iframe:nth-of-type(3)
{
	width: 389px;
	height: 221px;
	position: absolute;
	top: 1056px;
	left: 428px;
}
.landing iframe:nth-of-type(4)
{
	width: 390px;
	height: 221px;
	position: absolute;
	top: 1056px;
	left: 851px;
}
.landing a.link
{
	font-size: 18px;
	position: absolute;
	color: #ffc230;
	top: 1490px;
	left: 518px;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: .6s;
	transition: .6s;
}
.landing a.link:hover
{
	text-decoration-color: #ffc230;
}
.footer
{
	width: 100%;
	height: 160px;
	min-width: 1242px;
	background: url('../img/bg_footer.png?1.5') #000 center center no-repeat;
}
