/*------------------------------------------------------------------------------
RESET
------------------------------------------------------------------------------*/
/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 201                                                                                                                  10126 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*, *:before, *:after {
	box-sizing: border-box;
	outline: none;
}
* {
	outline: none !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: none;
	border-radius: 0;
}
a, :focus {
	outline: none !important;
}
.clear {
	clear: both;
}
input:invalid {
 box-shadow:none;
}
/*------------------------------------------------------------------------------
GERAIS
------------------------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	color: #444;
	min-height: 100%;
	background: url(../img/bg-simulador.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.header-top {
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 100;
}
.navigation-bar {
	display: block;
	width: 100%;	
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}
.navigation-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}
.row.basis-auto {
	flex-basis: auto;
    align-items: center;
    display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}
.logo_col {
	max-width: 30%;
}
.logo_col, .main_menu_col {
	text-align: left;
	display: flex;
	align-items: center;
}
.main_menu_col {
    justify-content: flex-end;
}
#mainmenu_container {
	display: flex;
}
.voltar-site{
	background: #222e37;
	border-radius: 5px;
	padding: 10px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
.voltar-site:hover{
	background: #cfa64c;
}
.footer {
	background-color: #fafafa;
	color: #222E37;
	text-align: center;
	line-height: 1.5em;
}
.footer p{	
	margin-bottom: 0.6em;
}
.footer .footer-content {
    background-color: #e7e6e6;
	padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 0;
}
.footer .gridContainer {
	position: relative;
	z-index: 10;
}
.gridContainer {
	max-width: 1232px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.gridContainer {
	width: 90%;
}
.list-icones {
	font-size: 0;
	text-align: center;
	padding: 10px 0;
}
.list-icones .icone-text {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #222E37;
	padding: 20px;
	text-align: center;
	border-left: 1px solid rgba(128, 128, 128, .2);
}
.list-icones .icone-text:last-child{
	border-right: 1px solid rgba(128, 128, 128, .2);
}
.list-icones a {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 50px;
	margin: 5px 25px;
	max-height: 50px;
	transition: all .3s linear;
}
.footer a .fab, .footer .fab, .footer a .fa, .footer .fa {
	color: #222E37;
	vertical-align: top;
}
.tudo {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding-top: 120px;
	position: relative;
}
.container-login {
	width: 700px;
	height: auto;
	margin: 50px auto;
}
.container-login h1{
	display: none;
}
.container-login .user, .cadastro{
	width: 320px;	
	display: inline-block;
	vertical-align: top;
}
.container-login .user{
	margin: 0 54px 0 0;
}
.container-login .user h1,.container-login .cadastro h1{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
}
.container-login form{
	width: 100%;
}
.container-login form div {	
	margin-bottom: 10px !important;
	padding: 0 !important;	
}
.container-login input[type="text"], .container-login input[type="email"], .container-login input[type="password"], .container-login select {
	border: 1px solid #CCCCCC;
	border-radius: 5px !important;
	width: 100% !important;
	height: 40px !important;
	margin-top: 4px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 5px 10px !important;
}
.container-login input[type=submit]{
	margin-top: 10px;
}
.btn-reset-senha{
	background: none;
	border: none;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;	
	cursor: pointer;
	color: #003C69;
	margin-top: 10px;
}
.btn-reset-senha:hover{
	color: #cfa64c;
}
.overlay-senha {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.box-senha {
	width: 500px;
	height: auto;
	padding: 50px;
	background: #fafafa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
}
.btn-fecha {
	background: none;
	border: none;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
	color: #003C69;
}
.btn-fecha:hover{
	color: #cfa64c;
}
.box-senha h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.box-senha form {
	width: 100%;
	padding-top: 20px;
}

@media only screen
and (max-width : 768px) {

.header-top {
	background: #FFF;
	align-items: center;
	width: 100%;
	z-index: 100;
}
.navigation-bar {
	display: block;
	width: 100%;	
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}
.navigation-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}
.row.basis-auto {
	flex-basis: auto;
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs {
	flex-grow: 1;
	flex-basis: 0;
	
}
.logo_col {
	max-width: 70%;
	padding-left: 5%;
}
.logo_col img{
	width: 100%;
	height: auto;
}
.main_menu_col {
	justify-content: flex-end;
	max-width: 30%;
	padding-right: 5%;	
	text-align: left;
	display: flex;
	align-items: center;	
}
#mainmenu_container {
	display: flex;
}
.voltar-site {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
.list-icones .icone-text {
	width: 100%;
	display: block;
	padding: 10px;
	border-left: none;
	border-bottom: 1px solid rgba(128, 128, 128, .2);
}
.list-icones .icone-text:last-child{
	border-right: none;
	border-bottom: none;
}
.list-icones a {
	display: inline-block;
	font-size: 40px;
	margin: 5px 20px;
	max-height: 40px;	
}

.tudo {
	padding-top: 70px;
}
.container-login {
	width: 92%;
	margin: 30px auto;
}
.container-login .user, .cadastro {
	width: 100%;
	display: block;
}
.container-login .user {
	margin: 0 0 40px;
}
.container-login .user h1, .container-login .cadastro h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.container-login form{
	width: 100%;
}
.box-senha {
	width: 90%;
	padding: 50px 20px 20px;
}
.box-senha h2 {
	font-size: 24px;	
}

}