/** Enable HTML5 for older browsers
================================================== */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}

/* FONTS
================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* GERAL
================================================== */
:root{
	--cor-azul:#103996;
	--cor-vermelho:#103996;
	--main-color: #161d2d;
	--dark-color: #000;
	--vermelho: #161d2d;
	

}

*{
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Lato', sans-serif;
	outline: 0;
	box-sizing: border-box;
}

a{text-decoration: none}

a{
	-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;
}

.container{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding-top:40px;
}

.display-none{display: none}
.clear{clear:both}
.float-left{float:left}
.float-right{float:right}

.width-15{width:15%;}
.width-25{width:25%;}
.width-20{width:20%;}
.width-30{width:30%;}
.width-35{width:35%;}
.width-45{width:45%;}
.width-47{width:47%;}
.width-48{width:48%;}
.width-50{width:47%;}
.width-60{width:60%;}
.width-70{width:70%;}
.width-80{width:80%;}
.width-100{width:100%;}

.center{text-align: center}
.color-fff{color: #fff}

.box_shadow_light {
    -webkit-box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15), 0 9px 32px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15), 0 9px 32px rgba(0, 0, 0, 0.04);
}

.img_cartao_cadastro{
	border-radius: 15px;

	-webkit-box-shadow: 0 24px 81px rgba(0,0,0,.2),0 9px 32px rgba(0,0,0,.1)!important;
    box-shadow: 0 24px 81px rgba(0,0,0,.2),0 9px 32px rgba(0,0,0,.1)!important;
}

.popup-basic img{max-width: 100%}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#foto_cnh img{
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.documento_cnh a{
	color: #fff;
	text-align: center;
}

.documento_cnh a i{
	display: block;
	font-size: 28px;
}

/* HEADER
================================================== */
#topo{
	padding:30px 0;
	position: fixed;
	width: 100%;
}

.topo_paginas{
	background:url(../images/bg_cadastro.jpg) no-repeat center center;
	background-size: cover;

	padding: 200px 0 150px 0;
	text-align: center;
}

.topo_paginas h2{
	color: #23292f;
	font-size: 18px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	font-weight: 400;

	max-width: 600px;
	margin:0 auto;
}

.topo_paginas h1{
	color: #23292f;
	font-size:36px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.login_logo{
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px !important;
	display: block;
}

.login_cadastro{
	max-width: 30%;
	margin: 0 auto;
	margin-bottom: 30px !important;
	display: block;
}


/* PAGINS
================================================== */
.scroll-down{
	cursor: pointer;
	width: 180px;
	margin:0 auto;
	position: relative;

	top: -98px
}

.scroll-down i{
	color: #fff;

	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	margin:auto;

    width: 10px;
    height: 14px;
} 

.pagina{
	background:#151a23;
	padding: 60px 0
}

.pagina h3{
	color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}


.pagina h4{
	color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}


/* DASHBOARD ICONS
================================================== */
.dashboard_shortcuts{
	margin-top: 80px;
	display: flex;
	justify-content:center;

	flex-wrap: wrap;
}

.dashboard_shortcuts a{
	width: 30%;
	background:#fff;
	border-radius: 10px;
	margin:0 30px;

	text-align: center;
	color:var(--cor-vermelho);
	font-size: 20px;
	font-weight: 700;

	padding: 20px 0
}
.user_infos-actions .dashboard_shortcuts a{width:45%}

.dashboard_shortcuts a:hover,
.dashboard_shortcuts a.active{
	background:var(--cor-vermelho);
	color:#fff;
	margin-top: -20px;

	-webkit-box-shadow: 0 20px 58px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.14);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.14);
}

.dashboard_shortcuts a i{
	display: block;
	font-size: 65px;
	min-height: 64px;

	margin-top:30px;
	margin-bottom: 70px;
}

.dashboard_shortcuts hr {
    width: 70px;
    height: 5px;
    border: none;
    background:var(--cor-vermelho);

    border-radius: 40px;

    margin:0 auto;
	margin-top: 25px;
}

/* STEPS
================================================== */
.steps{
	max-width: 400px;
	margin:0 auto;
	margin-bottom: 60px;

	position: relative;
}

.steps:before{
	content: '';
	display: block;
	width: 70%;
	height: 1px;
	background:rgba(255,255,255,0.1); 

	margin:0 auto;
	position: relative;
	top:21px;
}

.steps div{
	display: flex;
	justify-content: space-around;

	position: relative;
	z-index: 3;
}

.steps span{
	display: block;
	width: 40px;
	height: 40px;
	background:var(--main-color);

	line-height:40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;

	border:1px solid #161d2d;

	-webkit-border-radius:30px;
	border-radius:30px;
}

.steps span.active{
	color: #fff;
	background: var(--cor-vermelho);
	border:1px solid var(--cor-vermelho);
}

/* FOMR
================================================== */
fieldset{border:none;}

.form_inside fieldset{
	width: 48%;
	float: left;
}

.tab-content-secondary .fieldset_middle{max-width: 400px}

.fieldset_middle{
	float:none !important;
	width: 100% !important;
	margin: 0 auto
}

.form_inside fieldset + fieldset{
	float: right;
}

form p{
	color: #fff;
	text-align: center;
}

.form_fields{
	width: 70%;
	margin:0 auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

label{
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}

label small{
	display: block;
	font-weight: 400
}

label a{
	color: #fff;
	text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
select{
	width: 100%;
	height: 35px;
	border-radius:6px;
	padding:0 10px;
	border: none;
	margin-bottom: 20px;
	font-size: 16px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus{
	-webkit-box-shadow: 0 20px 58px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.14);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.14);
}


.btn, input[type="submit"] {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    background: #dc4b52;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 45px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-success{background: #19bd9b}

input[type="submit"].success {
    background: #2065d1;
}

.file_input{
	margin-top: 20px;
	display: inline-block;

	width: 60px;
	height: 60px;
	line-height: 60px;
	background:var(--cor-vermelho);
	border-radius: 100px;

	color:#fff;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.aviso{text-align: center;color: #fff}
.aviso img{
	width:100%;
	height: auto;
	border-radius: 10px;

	 -webkit-box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15), 0 9px 32px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15), 0 9px 32px rgba(0, 0, 0, 0.04);
}

#termos_uso{display: inline-block;margin-right: 10px}
.termos_uso_label{display: inline-block;}

.remover_fotos{
	background:#dc3135 !important;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;

	border-radius: 100px;
	color: #fff;

	margin:0 auto;
	margin-bottom: -35px;
	position: relative;
	z-index: 99;
}


/* PAGINACAO
================================================== */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
	color: #636e7b;
	text-decoration:none;
	border:1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #e4e7ea;
}

.pagination-split li {
	margin-left: 5px;
	display: inline-block;
	float: left;
}

.pagination-split li:first-child {
	margin-left: 0;
}

.pagination-split li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:6px 12px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #02aced;
	border-color: #02aced;
	color:#fff
}

/* ERROS
================================================== */
.login .sucesso, .login .msg_erro{
	max-width: 640px;
	position: absolute;
	left: 0;
	right: 0;
	top: 7%;
	z-index: 999;
}

.sucesso *, .msg_erro *{color:#fff !important;}
.sucesso, .msg_erro{
	width:100%;

	padding:30px;
	margin:0 auto;
	margin-bottom:40px;	
	
	-webkit-border-radius:6px;
	border-radius:6px;
}

.msg_erro{background: #e84c3d;}
.sucesso{background: #19bd9b;}

.alert_cadastro{
	display: inline-block;
	background: #e84c3d;
	padding:5px 10px;
	margin-left: 10px;

	text-transform: uppercase; 

	-webkit-border-radius:6px;
	border-radius:6px;
}


/* TABS
================================================== */
.tabs-secondary,
.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.tabs-secondary li,
.tabs li{
	background: none;
	display: inline-block;
	margin-right: 10px;
	padding: 10px 25px;

	cursor: pointer;
	border:1px solid var(--vermelho);
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;

	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.popup-basic .tab-link,
.tabs_cor_texto li,
.box .tabs li,
.box .tabs-secondary li{color:var(--vermelho);}

.popup-basic .tab-link{
	padding: 10px 15px;
	font-size: 11px;
}

ul.tabs-secondary li.current,
ul.tabs-secondary li:hover,
ul.tabs li.current,
ul.tabs li:hover{
	background: var(--vermelho) !important;
	color: #fff !important;
}

.tab-content, .tab-content-secondary{display: none;}
.tab-content.current, .tab-content-secondary.current{display: inherit;}

.tab-content .tab_destaque{
	width:60%;
	float:left;
	position:relative;
	z-index: 2;
	padding: 60px;
	background:#fff;

	-webkit-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
	box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
}


.tab_infos{
	width:40%;
	background:#ebebed;
	padding: 60px;
	margin-top: 30px;
	float:left;
	z-index: 1;
}


/* MOBILE
================================================== */
