html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div,
svg,
span,
img,
table,
label,
td,
th,
p,
ul,
code,
pre,
li {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

a {
	color: #005ec0;
	text-shadow: none;
}

a:hover {
	color: #1a5dad;
	cursor: pointer;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

p {
	margin: 0 0 20px 0;
}

label {
	font-weight: normal;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'rubik', sans-serif;
}

h1 {
	font-size: 32px;
	font-weight: 600;
}

h2 {
	font-size: 26px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-weight: 500;
}

h4 {
	font-size: 14px;
	color: #92959c;
	font-weight: 500;
}

h5 {
	font-size: 13px;
	font-weight: 500;
}


/* LAYOUT */

/* Header */
.header {
	width: 100%;
}

.header:before,
.header:after {
	content: " ";
	display: table;
}

.header:after {
	clear: both;
}

.header .header-top {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 70px;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.05);
}

.header .header-top .logo {
	float: left;
	margin: 15px 0 0 12px;
}

.header .header-top .logo img {
	height: 40px;
	width: auto;
}

.header .header-top .logo .logo-mobile {
	display: none;
}

.header .header-top .header-right {
	float: right;
}

/* Top Menu */
.nav-top {
	margin: 0;
	padding: 0;
	font-family: 'rubik', sans-serif;
}

.nav-top li {
	display: inline-block;
	list-style: none;
}

.nav-top .btn {
	background: transparent;
	padding: 0 14px;
	line-height: 70px !important;
	transition: all .1s ease-in-out;
}

.nav-top .btn:hover {
	transform: scale(1.1);
}

.nav-top i,
.nav-top svg {
	font-size: 16px;
	color: #818699;
}

.nav-top .dropdown-menu {
	min-width: 260px;
	padding-top: 0;
	border: 1px solid rgba(0, 0, 0, .1);
}

.nav-top .user-nav .dropdown-menu {
	padding-top: 0;
}

.user-nav a {
	color: #004182;
}

.user-head {
	background: #f6f7fc;
	padding: 30px 20px 30px 30px;
}

.user-head a {
	display: block;
	font-size: 13px;
}

.user-head h4 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1em;
}

.user-head p {
	font-size: 13px;
	margin: 0;
	color: #898989;
	line-height: 1em;
}

.user-head .user-photo .link-alterar-foto {
	visibility: hidden;
}

.user-head .user-photo:hover .link-alterar-foto {
	visibility: visible;
}

.user-saldo {
	padding: 5px 15px 10px 30px;
	background: #000052;
	margin-bottom: 20px;
}

.user-saldo .label-header {
	font-size: 11px;
	color: #eee;
}

.user-saldo .label-header span {
	font-size: 18px;
	color: #fff;
	text-transform: normal;
	display: block;
	line-height: 1em;
}

.user-menu {
	margin: 0;
	padding: 15px 15px 15px 20px;
	list-style: none;
}

.user-menu li {
	padding: 2px 0;
}

.number-info {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 8px;
	background: #005ec0;
	display: inline-block;
	line-height: 12px;
	height: 12px;
	width: 12px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}

.dropdown-item {
	font-size: 14px;
	display: block;
}

.user-nav .user-btn span {
	display: none;
}

.user-nav .dropdown-item {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 13px;
}

.notificacoes-nav .dropdown-menu {
	padding: 15px 0;
}

.notificacoes-nav .dropdown-menu .dropdown-item {
	padding: .5rem 1.5rem;
	font-size: 13px;
	background: #f2f3f8;
	margin: 5px;
}

.notificacoes-nav .number-info {
	top: 20px;
	left: 24px;
}

/* Main Menu */
.nav-main {
	width: 100px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9;
	font-family: 'rubik', sans-serif;
	background-color: #fff;
}

.nav-main .menu {
	padding: 10px 0 0 0;
}

.nav-main .menu .btn-simbolo {
	margin-bottom: 20px;
	height: 52px;
	width: 52px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url(../img/bank-u-simbolo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px 40px;
}

.nav-main .menu .btn-simbolo span {
	display: none;
}

.nav-main .menu .btn-redondo {
	margin-bottom: 10px;
	transition: all .2s ease-in-out;
}

.nav-main .menu .btn-redondo:hover {
	transform: scale(1.1);
}

.nav-main .menu li {
	list-style: none;
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
}

.nav-main .menu li a {
	font-size: 10px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
}

.nav-main .menu li a span {
	color: #a9b1be;
}

.nav-main .menu li a:hover {
	text-decoration: none;
	opacity: .75;
	filter: alpha(opacity=75)
}

.ico-nav {
	width: 42px;
	padding-top: 40px;
	background: url(../img/icones.png) no-repeat;
	background-size: 400px 40px;
	display: block;
	margin: 0 auto;
}

.ico-nav.ico-carteira {
	background-position: -49px center;
}

.ico-nav.ico-atividades {
	background-position: -99px center;
}

.ico-nav.ico-duvidas {
	background-position: -150px center;
}

.ico-nav.ico-retirar {
	background-position: -200px center;
}

.ico-nav.ico-depositar {
	background-position: -250px center;
}

.ico-nav.ico-qrcode {
	background-position: -297px center;
}

.ico-nav.ico-home {
	background-position: 2px center;
}

/* Menu Mobile */
.header .header-menu {
	width: 60%;
	float: left;
}

.header .header-menu .navbar {
	border: 0 none;
	margin-bottom: 0;
}

.header .header-menu .navbar-toggle {
	float: left;
	padding: 21px 16px;
	margin: 0;
}

.header .header-menu .navbar-toggle .icon-bar {
	background: #595959;
}

.header .header-menu .navbar-toggle i {
	font-size: 24px;
}

.header .header-menu {
	margin: 0;
}

.header .header-menu .navbar-nav {
	position: static;
}

.header .header-menu .navbar-nav>li.menu-dropdown .dropdown-menu:after,
.header .header-menu .hor-menu .navbar-nav>li.menu-dropdown .dropdown-menu:before {
	display: none;
}

.header .header-menu .navbar-nav>li.menu-dropdown:hover>.dropdown-menu {
	display: block;
}

.header .header-menu .navbar-nav>li>a {
	font-size: 15px;
	font-weight: normal;
	padding: 12px 16px
}

.header .header-menu .navbar-nav>li>a:focus {
	background: none !important;
}

.header .header-menu .navbar-nav>li .dropdown-menu {
	margin-top: 0;
}

.header .header-menu .navbar-nav>li .dropdown-menu li>a {
	font-size: 14px;
	font-weight: 300;
	padding: 10px 12px;
	white-space: normal;
}

.header .header-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu {
	min-width: 275px;
}

.header .header-menu .navbar-nav>li .dropdown-submenu>.dropdown-menu {
	top: 0;
}

.header .header-menu .navbar-nav>li .dropdown-submenu>a:after {
	top: 9px;
	right: 10px;
}

.header .header-menu .navbar-nav>li>a {
	padding: 0 15px;
}

#sidebar-wrapper .closemenu {
	display: none;
}

.logado .navbar-toggle {
	display: block;
	padding: 16px;
	margin: 0;
	float: left;
	font-size: 24px;
	color: #898989;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -250px;
	width: 250px;
	padding-top: 40px;
	padding-bottom: 6px;
	transition: 0.3s;
	background: #fff;
	border-right: 1px solid #e2e2e2;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	text-decoration: none;
	padding: 8px;
	z-index: 99;
}

.sidenav ul {
	transition: 0.3s;
	padding: 0;
	margin: 0;
}

.sidenav ul>li .title-menu {
	padding: 20px 10px 6px 28px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #898989;
}

.sidenav ul>li a {
	padding: 6px 10px 6px 28px;
	text-decoration: none;
	display: block;
}

/* Content */
.main-content {
	padding-top: 100px;
	background: #0B3390;
}

.main-content-aside {
	padding-left: 100px;
}

.page-content {
	padding: 40px 20px;
}

.page-content .row {
	margin-bottom: 20px;
}

.page-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.page-wrapper .page-wrapper-row {
	width: 100%;
	display: table-row;
}

.page-wrapper .page-wrapper-row.full-height {
	height: 100%;
}

.page-container {
	clear: both;
}

.page-content-home .page-content-inner {
	margin-top: 25px;
}

.logado .page-content {
	background: transparent;
}

.page-head {
	padding: 40px 20px 0;
	text-align: center;
}

.page-head .page-title>h1 {
	color: #697882;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
}

.list-users {
	padding: 0;
	margin: 0;
}

.list-users li {
	list-style: none;
	position: relative;
	padding: 16px 10px;
	border-bottom: 1px solid #d0d5e2;
}

.list-users li:last-child {
	border-bottom: 1px solid #fff;
}

.list-users li:hover {
	background-color: #f2f5fc;
}

.list-users li .fav-user {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
}

.list-users li .fav-user i,
.list-users li .fav-user svg {
	font-size: 18px;
}

.user {
	display: inline-block;
	min-height: 52px;
}

.user:hover {
	text-decoration: none;
}

.user .img-icon {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 16px;
	left: 10px;
	border: 2px solid #aab0be;
	-webkit-border-radius: 62px !important;
	-moz-border-radius: 62px !important;
	border-radius: 62px !important;
}

.user .infos-user {
	height: 52px;
	margin-left: 52px;
}

.user .infos-user .infos-user-inner {
	padding-left: 15px;
	padding-top: 4px;
}

.user .infos-user .name-user {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	color: #333;
}

.user .infos-user .geo-user {
	font-size: 13px;
	color: #999;
	padding-left: 15px;
	line-height: 1.4em;
}

.user .infos-user .id-user,
.user .infos-user .address-user {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	color: #898989;
}

.user .img-icon {
	background-image: url(../img/icones-lista.png);
	background-repeat: no-repeat;
}

.user-pessoa .img-icon {
	background-position: 0 center;
}

.user-local .img-icon {
	background-position: -51px center !important;
}

.list-atividades {
	padding: 0 0 0 24px;
	margin: 0;
}

.list-atividades li {
	list-style: none;
	position: relative;
	padding: 16px 100px 16px 10px;
}

.list-atividades .img-icon {
	margin-left: -26px;
	background: #fff;
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 20px;
	left: 0;
	border: 2px solid #aab0be;
	background-image: url(../img/icones-lista.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 62px !important;
	-moz-border-radius: 62px !important;
	border-radius: 62px !important;
}

.list-atividades .infos-left .infos-atividades-inner {
	padding: 0 0 0 25px;
}

.list-atividades .name-atividade {
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	color: #333;
}

.list-atividades .tipo-atividade {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 1.4em;
	font-weight: 500;
}

.list-atividades .id-user {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	color: #898989;
}

.list-atividades .infos-right {
	position: absolute;
	top: 26px;
	right: 0;
	text-align: right;
}

.list-atividades .data-atividade {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 1.4em;
	font-weight: 500;
}

.list-atividades .valor-atividade {
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	color: #333;
}

.list-atividades li.entrada .valor-atividade,
.list-atividades li.entrada .tipo-atividade {
	color: #262ba3;
}

.list-atividades li.saida .valor-atividade,
.list-atividades li.saida .tipo-atividade {
	color: #b60000;
}

.list-atividades li:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: #aab0be;
}

.list-atividades li:first-child:before {
	top: auto;
	bottom: 0;
	height: 50%;
}

.list-atividades li:last-child:before {
	height: 50%;
}

.user-pessoa,
.user-local {
	position: relative;
	padding: 16px 10px;
}

.list-atividades .user-pessoa,
.list-atividades .user-local {
	position: relative;
	padding: 16px 10px;
}

.resp-valor {
	font-size: 38px;
	line-height: 62px;
	position: relative;
	padding: 0 10px 32px;
}

.icon-user,
.icon-result {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 34px;
	margin-top: -24px;
	line-height: 48px;
	height: 48px;
	width: 34px;
	text-align: center;
}

.icon-result {
	right: 30px;
}

.fav-user .fav-active {
	display: none;
	color: #caca38;
}

.fav-user.active .fav-default {
	display: none;
}

.fav-user.active .fav-active {
	display: block;
}

.search-users {
	margin-bottom: 60px;
}

.search-users .form-control {
	border: 1px solid #c7cfda;
	border-radius: 4px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.result-search h4 {
	border-bottom: 1px solid #d0d5e2;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.qrcode {
	padding: 30px 20%;
}

.qrcode img {
	max-width: 100%;
}

.box-bg .user-saldo {
	padding: 30px 15px;
	margin-bottom: 0;
	text-align: center;
}

.box-bg .user-saldo .label-header {
	font-size: 12px;
}

.box-bg .user-saldo .label-header span {
	font-size: 32px;
}

.box-bg .user-saldo.barra-saldo {
	padding: 15px;
	margin-bottom: 0;
}

.box-bg .user-saldo.barra-saldo .label-header {
	font-size: 14px;
	display: inline-block;
	line-height: 28px;
}

.box-bg .user-saldo.barra-saldo .label-header span {
	font-size: 18px;
	display: inline-block;
	font-weight: 700;
	line-height: 28px;
	padding: 0 5px;
}

.infos-banco-dep ul {
	margin-bottom: 30px;
	padding-left: 15px;
}

.infos-banco-dep ul li {
	list-style: none;
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 5px;
}

.infos-banco-dep ul li span {
	font-weight: 700;
}

.nav-btn-atalho {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	position: relative;
}

.nav-btn-atalho li {
	display: inline-block;
	width: 25%;
	float: left;
}

.nav-btn-atalho li a {
	display: block;
	border: 1px solid #70bae6;
	margin: 10px;
	font-weight: 600;
	font-size: 12px;
	padding: 20px 10px;
}

.nav-btn-atalho li a:hover {
	text-decoration: none;
	text-decoration: none;
	opacity: .75;
	filter: alpha(opacity=75)
}

.nav-btn-atalho li span {
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 auto 5px;
}

.icon-btn-atalho {
	width: 42px;
	padding-top: 40px;
	background: url(../img/icones-mobile.png) no-repeat;
	background-size: 400px 40px;
	display: block;
	margin: 0 auto;
}

.icon-btn-atalho.ico-carteira {
	background-position: -49px center;
}

.icon-btn-atalho.ico-atividades {
	background-position: -99px center;
}

.icon-btn-atalho.ico-duvidas {
	background-position: -150px center;
}

.icon-btn-atalho.ico-retirar {
	background-position: -200px center;
}

.icon-btn-atalho.ico-depositar {
	background-position: -250px center;
}

.icon-btn-atalho.ico-qrcode {
	background-position: -297px center;
}

.icon-btn-atalho.ico-pagar {
	background-position: -338px 6px;
}

.icon-btn-atalho.ico-home {
	background-position: 2px center;
}

.txt-apresentacao {
	font-size: 16px;
	padding: 20px 30px 30px;
}

.box-banner {
	text-align: center;
}

.box-banner .ilustracao {
	margin: 20px auto 0;
	width: 180px;
	height: 180px;
}

.btn-apoio-mobile {
	display: none;
}

.btn-apoio-mobile li {
	list-style: none;
}











/* Universo */


.infos-roteiro {
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.infos-roteiro .cod-viagem {
	font-size: 13px;
	color: #696969;
	font-weight: 400;
	padding-top: 20px;
	display: block;
}

.infos-roteiro h2 {
	margin-top: 0;
}

.infos-roteiro ul {
	padding: 0;
	margin: 0;
}

.infos-roteiro ul li {
	list-style: none;
	color: #696969;
	line-height: 1.6em;
}

.infos-roteiro ul li strong {
	color: #333;
	font-size: 20px;
	padding-bottom: 20px;
	display: block;
}

.valor-roteiro {
	text-align: center;
	padding-top: 20px;
}

.valor-roteiro .valor {
	display: block;
	font-weight: 600;
	margin: 20px 0;
	font-size: 20px;
}

.cronograma ul {
	padding: 0;
	margin: 0;
}

.cronograma ul li {
	list-style: none;
	color: #696969;
	line-height: 1.6em;
}


/* Cadastro/Login */

.quadro-duplo {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

.quadro-duplo .quadro-col-left {
	height: 620px;
	width: 50%;
	float: left;
}

.quadro-duplo .quadro-col-right {
	height: 620px;
	width: 50%;
	float: right;
	background: #fff;
}

.quadro-duplo .col-form .title-form {
	margin: 10px 0 20px 0;
}

.quadro-duplo .col-form .FlowupLabels,
.quadro-duplo .col-form .form-links {
	padding: 0 14%;
}

.quadro-duplo .col-form .form-links a {
	margin: 15px 0;
	display: block;
}

.quadro-duplo .col-form .form-links {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.quadro-duplo .col-form .modal-footer {
	padding-left: 0;
	padding-right: 0;
}

.quadro-duplo .col-form .modal-footer .btn {
	width: 100%;
	padding: 12px;
}

.banner-quadro {
	background: url(../img/banner-cadastro.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.quadro-duplo .col-form .mensagem-form {
	padding-top: 90px;
}

.cadastro,
.login {
	background: #f2f3f8;
	padding-top: 20px;
	padding-left: 0;
}

.cadastro .btn,
.login .btn {
	margin-top: 14px;
	width: 100%;
	padding: 10px;
}

.login .logo,
.cadastro .logo {
	padding: 0 0 30px 0;
	text-align: center;
}

.login .logo img,
.cadastro .logo img {
	width: 220px;
	height: 60px
}

.login .box-content {
	padding-top: 60px !important;
}

.cadastro .logo .logo-light,
.login .logo .logo-light {
	display: none;
}

.login .form-links {
	padding-top: 30px;
}

.login .form-links .col-md-6:last-child {
	text-align: right;
}

/* Footer */
.footer {
	padding: 45px 25px 5px 25px;
	background: #ff6700;
	height: 240px;
}

.footer h4 {
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
}

.footer .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .widget ul li {
	color: #fff;
	margin-bottom: 4px;
	margin-right: 15px;
	margin: 0 !important;
}

.footer .widget ul li a {
	color: #fff;
	font-size: 13px;
}

.footer .widget ul li a.tel {
	font-size: 15px;
	font-weight: 600;
}

.footer .widget ul li a:hover {
	color: #01509f;
}

.footer .widget .info-contato {
	margin-top: 15px;
	font-size: 15px;
}

.footer .social-list {
	margin: 30px 0 0 0 !important;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.footer .social-list li {
	display: inline-block;
	margin: 10px 5px 20px 5px;
}

.footer .social-list li a {
	font-size: 20px !important;
	padding: 5px !important;
}

.footer .logo-footer {
	margin-top: 40px;
}

.footer p {
	margin: 0;
}

.footer-copy p {
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin-top: 14px;
}

address a {
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	color: #585e6a;
}

address a:hover {
	color: #01509f
}

.cadastro .footer,
.login .footer {
	padding: 20px 30px;
	clear: both;
	height: auto;
	background: transparent;
	min-height: 86px;
}

.cadastro .footer .footer-copy,
.login .footer .footer-copy {
	margin: 0;
	padding: 14px 0;
	float: left;
}

.cadastro .footer .footer-copy p,
.login .footer .footer-copy p {
	margin: 0;
}

.cadastro .footer .nav-rodape,
.login .footer .nav-rodape {
	float: right;
	padding: 0;
	margin: 0;
	height: 48px;
}

.cadastro .footer .nav-rodape li,
.login .footer .nav-rodape li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

.cadastro .footer .nav-rodape li.item-menu-voltar,
.login .footer .nav-rodape li.item-menu-voltar {
	display: none;
}

.cadastro .footer .nav-rodape li a,
.login .footer .nav-rodape li a {
	font-size: 26px;
	padding: 6px;
}

.cadastro .box,
.login .box {
	margin: 0 auto;
	max-width: 500px;
}

.cadastro .box .box-content {
	padding: 15px 30px 10px !important;
}

.cadastro form {
	padding-bottom: 30px;
}


.footer .logo-footer {
	margin-top: 0;
}

.footer p.copy {
	text-align: left;
	margin-top: 0;
}

/* ELEMENTS */

/* General utilities */
.display-none,
.display-hide {
	display: none;
}

.hidden {
	display: none !important;
}

.bold {
	font-weight: 700 !important;
}

.thin {
	font-weight: 300 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.no-space {
	margin: 0px !important;
	padding: 0px !important;
}

.no-margin {
	margin: 0;
}

.aling-center {
	text-align: center;
}

.sub-title {
	color: #898989;
	float: left;
	margin-right: 5px;
	padding-top: 4px;
}

.nav-title {
	margin-left: 26px;
}

.breadcrumb {
	margin: 0;
	padding-top: 4px;
}

.list-hor {
	list-style: none;
	padding: 0;
	margin: 0;
}

.txt-center {
	text-align: center;
}

.img-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.caret {
	color: #a9a9a9;
}

.img-content img {
	max-width: 100%;
}

label.label-sm {
	font-size: 13px;
}

.btn-center {
	text-align: center;
}

/* IE8 & IE9 mode utilities */
.visible-ie8 {
	display: none;
}

.ie8 .visible-ie8 {
	display: inherit !important;
}

.visible-ie9 {
	display: none;
}

.ie9 .visible-ie9 {
	display: inherit !important;
}

.hidden-ie8 {
	display: inherit;
}

.ie8 .hidden-ie8 {
	display: none !important;
}

.hidden-ie9 {
	display: inherit;
}

.ie9 .hidden-ie9 {
	display: none !important;
}


/* Dropdowns */
.dropup.open>.dropdown-toggle,
.dropdown.open>.dropdown-toggle {
	border-color: #ddd;
}

/* Menu topo */
.nav.pull-right>li>.dropdown-menu,
.nav>li>.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.nav.pull-right>li>.dropdown-menu:before,
.nav>li>.dropdown-menu.pull-right:before {
	right: 12px;
	left: auto;
}

.nav.pull-right>li>.dropdown-menu:after,
.nav>li>.dropdown-menu.pull-right:after {
	right: 13px;
	left: auto;
}

.nav.pull-right>li>.dropdown-menu .dropdown-menu,
.nav>li>.dropdown-menu.pull-right .dropdown-menu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
}

/* Buttons */
.btn {
	outline: none !important;
	box-shadow: none !important;
	padding: 0.4rem 2.5rem;
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'rubik', sans-serif;
	font-weight: 500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn:hover {
	opacity: .75;
	filter: alpha(opacity=75)
}

.btn:not(.btn-sm):not(.btn-lg) {
	line-height: 1.60;
}

.btn-default,
.btn-default:hover {
	background: #818699;
	border: 1px solid #818699;
	color: #fff;
}

.btn-outline,
.btn-outline:hover {
	background: transparent;
	border: 1px solid #01509f;
	color: #01509f;
}

.btn-primary,
.btn-primary:hover {
	border: 1px solid transparent;
	color: #fff;
	background: #01509f;
}

.btn-redondo {
	font-size: 11px !important;
	line-height: 52px !important;
	height: 52px;
	width: 52px;
	padding: 0;
	font-weight: 600 !important;
}

.btn-add {
	border: 2px dashed #005ec0;
}

.btn-add:hover {
	border: 2px dashed #005ec0;
}

.btn-remove,
.btn-remove:hover {
	background: #ef4836;
	border: 1px solid #ef4836;
	color: #fff;
}

.btn-group-devided .btn {
	margin-right: 8px;
}

.btn-full {
	width: 100%;
}

.btn-sm {
	font-size: 12px;
	padding: 0.3rem 2.5rem;
}

.btn-lg {
	font-size: 16px;
	padding: 0.5rem 2.5rem;
}


.icon-btn {
	height: 60px;
	min-width: 80px;
	margin: 5px 5px 0 0;
	border: 1px solid #f4f4f4;
	padding: 12px 0px 0px 0px;
	background-color: #f4f4f4;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #494949;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon-btn:hover {
	transition: all 0.3s;
	opacity: 0.75;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon-btn:hover>.badge {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon-btn>div {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #3f444a;
	font-size: 12px;
	font-weight: 300;
}

.icon-btn>.badge {
	position: absolute;
	font-size: 11px;
	font-weight: 300;
	top: -5px;
	right: -5px;
	padding: 3px 6px 3px 6px;
	color: white;
	text-shadow: none;
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon-btn>i {
	font-size: 18px;
}

.ie8 .icon-btn:hover {
	filter: none;
}

.btn-footer-group {
	text-align: center;
	margin-top: 30px;
}

.btn-footer-group .btn {
	width: 100%;
}

.btn-carteira-group {
	padding-bottom: 15px;
}

.btn-carteira-group .btn {
	width: 150px;
}

.btn-carteira-group .btn-depositar {
	text-align: right;
}

.list-banco {
	text-align: center;
	margin: 0;
	padding: 0;
}

.list-banco li {
	display: inline-block;
	list-style: none;
	padding: 0 20px 20px;
	position: relative;
}

.list-banco li span {
	display: block;
}

.list-banco li .nome-banco {
	font-size: 13px;
	font-weight: 600;
}

.list-banco li .agencia,
.list-banco li .c-c {
	font-size: 11px;
	color: #a9b1be;
}

.list-banco li .item-list {
	display: table;
}

.list-banco li a:hover {
	text-decoration: none !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}


/* Box */

.box {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px !important;
}

.box .box-header {
	padding: 15px 30px 15px 30px;
	position: relative;
}

.box.box-page .box-header {
	padding: 30px 30px 15px 30px;
}

.box .box-header h2 {
	line-height: 30px;
	font-size: 20px;
}

.box .logo {
	text-align: center;
	margin-bottom: 30px;
}

.box .logo img {
	height: 60px;
	width: auto;
}

.box .box-header .box-actions {
	position: absolute;
	top: 35px;
	right: 30px;
	font-size: 20px;
}

.box .box-header .box-actions a {
	font-size: 20px;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.box .box-content {
	padding: 15px 30px 30px 30px;
}

.box .box-content-middle {
	padding: 15px 30px;
}

.box.box-result h4 {
	margin-bottom: 0;
}

.box.box-result h3 {
	margin-bottom: 20px;
}

.box.box-result h3 span {
	font-size: 13px;
	color: #a9b1be;
	margin: 0 0 0 10px;
	font-weight: 500;
}

.box.box-result .box-content-middle {
	position: relative;
}

.box .box-filtro {
	padding: 0 30px;
}

.box-bg {
	background: #000052;
	margin-bottom: 30px;
}

.wrap-bg {
	padding: 15px;
	background: #e8f3fc;
	margin-top: 30px;
}

.wrap-bg .form-control {
	background: #e8f3fc;
}

.wrap-bg h3,
.wrap-bg h4,
.wrap-bg h2 {
	color: #265e97;
}

.box-aviso {
	text-align: center;
	font-size: 17px;
	line-height: 1.6em;
}

/* Filter */
#filter-area {
	clear: both;
}

#filter-area .filter-area-wrapper {
	padding: 20px 0 5px;
	position: relative;
}

#filter-area .filter-inputs {
	margin-right: 105px;
}

#filter-area .filter-btn {
	position: absolute;
	right: 0;
	top: 42px;
	width: 105px;
	text-align: right;
}

/* Gráfico */
.chart-line {
	clear: both;
	display: block;
	background: #595959;
	margin-bottom: 5px;
	padding: 2px 4px;
	color: #fff;
	font-size: 11px;
}

/* Forms */
label {
	color: #696969;
}

.control-label {
	font-size: 16px;
	color: #555;
}

.form-control {
	font-size: 18px;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	background-color: #fff;
	clear: both;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #c7cfda;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-group-addon {
	color: #a9b1be;
	border-color: #c7cfda;
	background: #fff;
	-webkit-border-top-left-radius: 40px !important;
	-webkit-border-bottom-left-radius: 40px !important;
	-moz-border-radius-topleft: 40px !important;
	-moz-border-radius-bottomleft: 40px !important;
	border-top-left-radius: 40px !important;
	border-bottom-left-radius: 40px !important;
}

.input-group .form-control:last-child {
	border-left: 0;
}

.form-group {
	margin-bottom: 5px;
	min-height: 70px;
}

.form-group.label-duplo {
	min-height: 90px;
}

.form-group-check {
	margin-bottom: 22px;
	padding-top: 10px;
}

.form-view {
	line-height: 1.4em;
	font-weight: 600;
}

.form-view .txt-detail {
	font-size: 13px;
	font-weight: 400;
}

.form-actions-inline {
	margin-top: 24px;
}

.link-input {
	margin-top: 30px;
	display: inline-block;
}

.bootstrap-select .btn-default {
	background: #fff;
	border-color: #c2cad8;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.bootstrap-select .dropdown-menu>li>a {
	color: #555 !important;
}

.form-body hr {
	margin-top: 5px;
}

.form-subtitle {
	text-transform: uppercase;
	font-size: 16px;
	margin: 20px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.input-icon {
	position: relative;
	left: 0;
}

.input-icon>.form-control {
	padding-left: 33px;
}

.input-icon>i {
	color: #5a9ee2;
	display: block;
	position: absolute;
	margin: 10px 2px 4px 10px;
	z-index: 3;
	width: 26px;
	font-size: 26px;
	text-align: center;
	left: 0;
}

.modal .input-icon>i {
	z-index: 10055;
}

.has-success .input-icon>i {
	color: #36c6d3;
}

.has-warning .input-icon>i {
	color: #F1C40F;
}

.has-info .input-icon>i {
	color: #659be0;
}

.has-error .input-icon>i {
	color: #ed6b75;
}

.input-icon.right {
	left: auto;
	right: 0;
}

.input-icon.right>.form-control {
	padding-right: 33px;
	padding-left: 12px;
}

.input-group .input-icon.right>.form-control {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-icon.right>i {
	left: auto;
	right: 8px;
	float: right;
}

.input-icon.input-icon-lg>i {
	margin-top: 16px;
}

.input-icon.input-icon-sm>i {
	margin-top: 8px;
	font-size: 13px;
}

select {
	font-size: 16px;
	width: 100%;
	height: 40px;
	padding-right: 40px;
	padding-left: 16px;
	color: rgba(46, 46, 46, 0.8);
	border: 1px solid rgb(225, 225, 225);
	border-radius: 10px;
	outline: none;
	margin-bottom: 20px;
}

.radio-list label {
	display: block;
	padding: 3px 0;
}

.checkbox-email-cliente .checkbox-inline {
	margin-right: 30px;
}

.checkbox-email-cliente .checkbox-inline+.checkbox-inline,
.checkbox-email-cliente .radio-inline+.radio-inline {
	margin-left: 0;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-left: 0;
}

.checkbox-inline,
.radio-inline {
	margin-right: 30px;
	margin-bottom: 7px;
	color: #555;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 2px solid #fff;
}

.checkbox-inline.active,
.radio-inline.active {
	border-bottom: 2px solid #e8e9ee;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	font-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.input-center {
	text-align: center;
}

.form-control:focus {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.fl_wrap input[type="date"] {
	color: #fff;
	content: attr(placeholder);
}

.fl_wrap.focused input[type="date"] {
	color: #555;
	content: attr(placeholder);
}

.valid-feedback {
	font-size: 12px;
	color: #990000;
	font-style: italic;
}

.title-form {
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #696969;
}


fieldset {
    border: 1px solid #fafafa !important; 
}

.FlowupLabels .fl_wrap {
	height: 46px;
	margin: 6px auto;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.FlowupLabels .fl_label {
	font-family: 'rubik', sans-serif;
	color: #797979;
	font-size: 15px;
	top: 15px;
	left: 5px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all .05s linear;
	-moz-transition: all .05s linear;
	-transition: all .05s linear;
}

.FlowupLabels .fl_input {
	background: none;
	border: none;
	border-bottom: 1px solid #d2d3e7;
	border-radius: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 20px 0 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
	top: 0;
	font-size: 12px;
	color: #555;
}

.FlowupLabels .fl_wrap.focused .fl_label {
	color: #898989;
}

.FlowupLabels .form-group {
	min-height: auto;
}

.bi_input {
	font-size: 38px;
	border: 0;
	padding: 15px;
	height: auto;
	color: #08008d;
}

.bi_wrap label {
	text-align: center;
	display: block;
	margin-bottom: -10px;
}

.form-btn {
	padding-top: 30px;
	clear: both;
}

.form-btn .btn {
	padding: 12px 20%;
}

.result-input {
	color: #898989;
	font-size: 28px;
}

.form-col-6 {
	float: left;
	width: 47%;
}

.form-col-8 {
	float: left;
	width: 64.6666%;
}

.form-col-4 {
	float: left;
	width: 29.3333%;
}

.form-col-3 {
	float: left;
	width: 29.3333%;
}

.form-col-6:first-child {
	margin-right: 3%;
}

.form-col-6:last-child {
	margin-left: 3%;
}

.form-col-3.first-col,
.form-col-3.first-col:last-child {
	margin-left: 0;
}

.form-col-4.first-col {
	margin-left: 0;
	margin-right: 3%;
}

.form-col-4 {
	margin-left: 3%;
	margin-right: 0;
}

.form-col-8.first-col {
	margin-right: 3%;
	margin-left: 0;
}

.form-col-8 {
	margin-right: 0;
	margin-left: 3%;
}

.form-col-3 {
	margin-left: 3%;
	margin-right: 3%;
}

.form-col-3:first-child {
	margin-left: 0;
	margin-right: 3%;
}

.form-col-3:last-child {
	margin-left: 3%;
	margin-right: 0;
}

.label-duplo label {
	height: 40px;
}

.box-input {
	width: 25%;
	height: 40px;
	float: left;
}

.tit-input {
	clear: both;
	display: block !important;
	height: 30px;
}

.multi-check {
	min-height: 100px;
}

.box-form {
	padding: 0 3%;
}

form h3 {
	padding: 30px 0;
}

/* Mensagem */
.mensagem-form {
	text-align: center;
	padding: 30px 0;
}

.mensagem-form .mensagem-icon {
	font-size: 72px;
	text-align: center;
}

.mensagem-form .mensagem-txt1 {
	display: block;
	margin: 12px 0 6px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
}

.mensagem-form .mensagem-txt2 {
	display: block;
	font-size: 16px;
	color: #696969;
}

.mensagem-form .mensagem-txt2 strong {
	color: #333;
	font-weight: 700;
}

.mensagem-icon {
	color: #00c5ef;
}

.sucesso .btn {
	margin-top: 30px;
}

/* Table */
.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td {
	vertical-align: middle;
}

.col-btn-group,
.table>tbody>tr>td .btn-group {
	width: 140px;
}

.txt-maior.table>tbody>tr>td {
	font-size: 18px;
}

.saldo-table td {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	background: #f6f7fc;
	font-size: 18px;
}

table td .credito {
	color: #000099;
}

table td .debito {
	color: #990000;
}

.btn-table {
	min-height: 40px;
}

.btn-table a {
	float: right;
}


/* Modal */
.modal a {
	color: #004182;
}

.modal a.btn {
	color: #fff;
}

.modal-content {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.modal-title {
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	margin: 0;
}

.modal-header {
	position: relative;
	padding: 36px 36px 10px 36px;
	border-bottom: 0;
	text-align: center;
}

.modal-header .close {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -14px;
	height: 28px;
}

.modal-header .close span {
	font-size: 26px;
	color: #990000;
	line-height: 28px;
	height: 28px;
}

.modal-footer {
	border-top: 0;
	text-align: center;
}

.modal-footer-bg {
	background: #f4f4f4;
	padding: 20px 10px;
	-webkit-border-radius: 0 0 4px 4px !important;
	-moz-border-radius: 0 0 4px 4px !important;
	border-radius: 0 0 4px 4px !important;
}

.modal-footer-bg p {
	margin: 0;
}

.modal.in .modal-dialog {
	z-index: 99999;
}


#cadastrar input[type='checkbox'] {
	height: 14px;
	width: 14px;
}

#cadastrar .modal-footer .btn,
#entrar .modal-footer .btn {
	width: 100%;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 10px;
}

/* barra de rolagem */

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
	height: 100%;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 4px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

/* Abas */
.nav-tabs,
.nav-tabs.nav-justified {
	margin-bottom: 30px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #fff;
	border: 0;
}

.nav-tabs>li>a {
	font-size: 16px;
	font-weight: 500;
	border: 0;
	color: #a9b1be;
}

.nav-tabs>li.active>a {
	color: #005ec0 !important;
}

.nav-tabs>li>a:hover {
	background: #fff;
	border-color: transparent;
	border-bottom-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.nav-tabs>li>a:after {
	content: "";
	background: #d2d3e7;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	transition: all .1s ease-in-out;
}

.nav-tabs>li.active>a:after {
	height: 4px;
	bottom: -4px;
	background: #005ec0;
	background: -moz-linear-gradient(left, #03099b 0%, #005ec0 100%);
	background: -webkit-linear-gradient(left, #03099b 0%, #005ec0 100%);
	background: linear-gradient(to right, #03099b 0%, #005ec0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03099b', endColorstr='#005ec0', GradientType=1);
}

.tab-content {
	padding: 30px 0;
}

/* Cadastro */

.checkout-panel {
	display: flex;
	flex-direction: column;
	width: calc(100% + 24px);
	min-height: auto;
	margin: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0 !important;
}

/* Panel Body */
.panel-body {
	padding: 45px 80px 0;
	flex: 1;
}

.title {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 40px;
	color: #000;
	text-align: center;
}

.legend {
	text-align: left;
	width: 100%;
	color: gray;
	font-size: 13px;
	font-weight: 800;
	border-bottom: 1px solid rgb(225, 225, 225);
	margin-bottom: 3%;
}

/* Progress Bar */


@font-face {
	font-family: pop;
	src: url(./Fonts/Poppins-Medium.ttf);
}

.main {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: pop;
	flex-direction: column;
}

#progressFlow {
	display: flex;
	margin-top: 15px;
}

#progressFlow li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0% 16% 0% -4%;
}

#progressFlow li .icon {
	font-size: 35px;
	color: #01509f;
	margin: 0 60px;
}

#progressFlow li .text {
	margin-top: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #01509f;
}

/* Progress Div Css  */

#progressFlow li .progress {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	background-color: rgb(195 190 190 / 78%);
	margin: 14px 0;
	display: grid;
	padding-top: 6px;
	place-items: center;
	overflow: inherit;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.progress::after {
	content: " ";
	position: absolute;
	width: calc(100% + 203px);
	height: 5px;
	background-color: rgb(195 190 190 / 78%);
	right: 32px;
}

.progress-alterado::after {
	content: " ";
	position: absolute;
	width: calc(100% + 257px);
	height: 5px;
	background-color: rgb(195 190 190 / 78%);
	right: 32px;
}

.one::after {
	width: 0;
	height: 0;
}

#progressFlow li .progress .uil {
	display: none;
}

#progressFlow li .progress p {
	font-size: 13px;
}

/* Active Css  */

#progressFlow li .active {
	background-color: #01509f;
	display: grid;
	place-items: center;
}

#progressFlow li .active::after {
	background-color: #01509f;
}

#progressFlow li .active p {
	display: none;
}

#progressFlow li .active .uil {
	font-size: 20px;
	margin-bottom: 5%;
	display: flex;
}

/* Payment Method */
.payment-method {
	display: flex;
	margin-bottom: 16px;
	justify-content: space-between;
}

.method {
	display: flex;
	flex-direction: column;
	width: 382px;
	height: 122px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: rgb(249, 249, 249);
	justify-content: center;
	align-items: center;
}

.image-cartao {
	max-height: 24px;
	object-fit: contain;
	object-position: center;
}

.blue-border {
	border: 1px solid rgb(110, 178, 251);
}

#perguntasFichaMedica {
	display: none;
	padding: 6%;
	border: 1px solid rgb(225 225 225);
	margin-bottom: 4%;
}

.payment-card {
	background-color: rgb(249, 249, 249);
	padding: 3%;
}

.card-logos {
	width: 100%;
}

.radio-input {
	margin-top: 20px;
}

input[type="radio"] {
	display: inline-block;
}

/* Input Fields */
.input-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input-fields label {
	display: block;
	margin-bottom: 5px;
	color: #b4b4b4;
}

.d-flex {
	display: block !important;
}

.oculto {
	display: none;
}

.form-switch {
	padding-left: 3.5em !important;
}

.btn-secondary {
	background-color: #a3a1a1 !important;
}

.warning {
	border-color: #f62f5e !important;
}

.info {
	font-size: 12px;
	font-weight: 300;
	display: block;
	margin-top: 25px;
	opacity: 0.5;
	color: #2e2e2e;
}

div[class*="column"] {
	width: 382px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	font-size: 16px;
	width: 100%;
	height: 40px;
	padding-right: 40px;
	padding-left: 16px;
	color: rgba(46, 46, 46, 0.8);
	border: 1px solid rgb(225, 225, 225);
	border-radius: 10px;
	outline: none;
	margin-bottom: 20px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	border-color: rgb(119, 219, 119);
}

#date {
	background: url(/img/icons_calendar_black.png) no-repeat 90%;
}

#cardholder {
	background: url(/img/icons_person_black.png) no-repeat 95%;
}

#cardnumber {
	background: url(/img/icons_card_black.png) no-repeat 95%;
}

#verification {
	background: url(/img/icons_lock_black.png) no-repeat 90%;
}

#imagem-roteiro {
	max-width: 100%;
    border-radius: 10px !important;
    opacity: 0.5;
}

.aviso-contrato,
.panel-footer {
	width: 100%;
}

.tipoProblemaSaude {
	display: none;
}

.small-inputs {
	display: flex;
	justify-content: space-between;
}

.small-inputs div {
	width: 182px;
}

/* Load tela */

.preload-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.preload-container img {
	width: 20%;
	display: flex;
	margin: 17% auto 0 auto;
}

/* Panel Footer */
.panel-footer {
	display: flex;
    margin: -20px 0px 0px -12px;
    width: calc(100% + 24px);
	min-height: 96px;
	padding: 0 100px;
	background-color: rgb(239, 239, 239);
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 10px 10px !important;
}

/* Buttons */
.btn {
	font-size: 16px;
	height: 48px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border: none;
	border-radius: 23px;
}

.btn-radio {
	margin-top: 5%;
	height: 38px;
	margin-bottom: 10%;
	border-radius: 10px;
}

.close-btn,
.back-btn,
.return-btn,
.back-btn:focus,
.return-btn:focus {
	color: #01509f;
	background: #fff;
}

.tryAgain-btn,
.next-btn,
.contato-btn,
.next-btn:focus {
	color: #fff;
	background: #01509f;
}

.aceito-contrato {
	color: #fff;
	background: #01509f;
}

.aceito-contrato:hover {
	color: #f19a1d;
	background: #fff;
	opacity: 1;
}

.btn:focus {
	outline: none;
}

.btn-success {
	background: #1fdf86;
}

.btn-success:hover {
	background: #1fdf86;
}

.close-btn,
.back-btn:hover,
.return-btn:hover {
	color: #f19a1d;
	opacity: 1;
}
.tryAgain-btn:hover,
.next-btn:hover {
	color: #000;
	opacity: 1;
	background-color: #f19a1d;
}

.btn:hover {
	transform: scale(1.1);
}

.window {
	display: none;
	width: 92%;
	overflow: hidden;
	max-width: 800px;
	position: fixed;
	left: 0;
	top: 0;
	background: #01509f;
	z-index: 9900;
	padding: 5px;
	border-radius: 10px;
}

#spanCvv {
	margin: 0;
}

#paymentByCard {
	float: right;
}

#paymentCard {
	width: 100%;
	margin-left: 1px;
	padding: 3%;
	border: 1px solid rgb(225, 225, 225);
}

#mascara {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9000;
	background-color: #00000099;
}

.contrato {
	text-align: justify;
	text-justify: inter-word;
	max-height: 92vh;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
	padding: 8px 12px;
	border-radius: 8px;
	background-color: #eee;
}

.contrato>div>h4 {
	text-align: center;
	background-color: #ccc;
	padding: 10px;
}

.contrato>div>p {
	text-indent: 1.5em;
	margin: 20px 20px 20px 20px;
}

.contrato ul {
	margin-left: 20px;
	list-style-type: none;
}

.aviso-contrato {
	font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
}

.signatures {
	margin-top: 40px;
  }

.signature-line {
	display: block;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
  }

.inputContrato {
	border-radius: 0 !important;
	background: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: #000 !important;
}

#areaFormContrato {
	padding: 2%;
    border: solid 1px #e4e2e7;
}

.fechar {
	display: block;
	text-align: right;
}

@media print {

	.panel-footer,
	.aviso-contrato,
	hr,
	body {
		visibility: hidden;
	}

	#contrato {
		visibility: visible;
		position: fixed;
		left: 0;
		top: 0;
	}
}

.area-form {
	width: 100%;
	padding: 2%;
	margin-bottom: 8%;
	border: 1px solid rgb(225, 225, 225);
}

.progress0,
.progress1,
.progress2,
.progress3 {
	width: 92%;
	margin: 0px 0px 0px 33px;
}

.recaptcha-container {
	max-width: 100%;
	width: 300px;
	margin: 0 auto;
}

.recaptcha-container iframe {
	width: 100%;
	height: auto;
}

.confirmation-container {
	width: 88%;
	margin: 0 auto;
	text-align: center;
}

.confirmation-success {
	display: flex;
	font-size: 20px;
    font-weight: bold;
    width: auto;
    height: 15vh;
	background-color: #05f305;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px !important;
}

.confirmation-success #icone {
	margin-top: 5%;
	color: white;
}

.confirmation-details {
	margin-top: 5%;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: self-start;
}

.confirmation-details .column {
	flex: 1;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #c7cfda;
	border-bottom: 1px solid #c7cfda;
}

#titulo-confirmacao {
	margin-top: 2%;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#pagamento-ok p {
	font-weight: bold;
	color: gray;
}

#pagamento-ok h1 {
	margin-top: 5%;
    margin-bottom: 4%;
	font-weight: bold;
	color: green;
}

#pagamento-ok h2 {
	margin-top: 5%;
    margin-bottom: 4%;
	font-weight: bold;
	color: green;
}

#pagamento-fail p {
	font-weight: bold;
	color: gray;		
}

#pagamento-fail h1 {
	margin-top: 5%;
    margin-bottom: 4%;		
	font-weight: bold;
	color: red;
}

#pagamento-fail h2 {
	margin-top: 5%;
    margin-bottom: 4%;		
	font-weight: bold;
	color: red;
}

.confirmation-details .column label {
	font-weight: bold;
	color: gray;			
}

.confirmation-details .column span {
	color:gray;
}

#parabens-h1 {
	display: block;
}

#parabens-h2 {
	display: none;
}

#fail-h1{
	display: block;
}

#fail-h2{
	display: none;
}

.confirmation-details .negrito {
    font-weight: bold;
}

#error {
    width: 92%;
    margin: 0px 0px 30px 31px;
}

#error > div {
	border-radius: 10px !important;
}

input::placeholder {
    color: rgb(225, 225, 225) !important;
}

.alert, .alert-success, .alert-danger {
	border-radius: 10px !important;
}

#areaGeracaoQrcodePix {
	margin: 50px 30px;
}