@charset "UTF-8";
/*!
Theme Name: Nosso Banco
Theme URI: http://underscores.me/
Author: Agência Moustache
Author URI: https://agenciamoustache.com.br
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nosso-banco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nosso Banco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.post, .page {
	margin: 0;
	padding: 50px 0;
}

header {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background: #182336;
	background: linear-gradient(180deg, #1f2d46 0%, #253654 100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 2;
}

header p {
	margin: 0;
}

header #logo {
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}

header #logo img {
	width: 26px;
	margin-right: 10px;
}

header a:not(#logo) img {
	width: 22px;
	margin-right: 10px;
}

#bem-vindo {
	color: #fff;
}

#bem-vindo span:last-child {
	color: #D6B965;
}

footer {
	background: #182336;
	background: linear-gradient(360deg, #1f2d46 0%, #253654 100%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 2;
}

footer p {
	margin: 0;
	color: #bcc9df;
}

body {
	padding: 50px 0 80px 0 !important;
	min-height: 100vh;
	background: #182336;
	background: linear-gradient(55deg, #182336 0%, #253654 100%);
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
	text-align: center;
}

.form-login {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	margin-top: -50px;
}

.form-login .d-flex {
	position: relative;
}

.form-login h3 {
	font-size: 22px;
	color: #D6B965;
	margin-bottom: 10px;
}

.form-login h3 img {
	width: 32px;
	display: block;
	margin: 0 auto 10px auto;
}

.form-login a:not(.btn-padrao) {
	text-align: center;
	display: block;
	margin: 15px 0 0 0;
	width: 100%;
}

form label {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

form label input {
	margin-top: 5px;
	width: 100%;
}

.btn-padrao {
	padding: 10px 15px;
	background: #354c76;
	border: none;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	min-width: 110px;
	text-align: center;
}

.btn-padrao:active, .btn-padrao:focus, .btn-padrao:visited, .btn-padrao:hover {
	text-decoration: none;
	color: #fff;
	background: #354c76;
	border: none;
}

.btn-padrao:hover {
	opacity: 0.8;
}

.btn-padrao.alter {
	background: #fff;
	color: #1f2d47;
}

.btn-padrao.alter:active, .btn-padrao.alter:focus, .btn-padrao.alter:visited, .btn-padrao.alter:hover {
	background: #fff;
	color: #1f2d47;
}

.lds-ring {
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) scale(0.3);
	-moz-transform: translateY(-50%) scale(0.3);
	-ms-transform: translateY(-50%) scale(0.3);
	-o-transform: translateY(-50%) scale(0.3);
	transform: translateY(-50%) scale(0.3);
	width: 64px;
	height: 64px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #ccc;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #ccc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.item-coleta {
	margin-bottom: 25px;
}

.item-coleta h2, .item-coleta h3, .item-coleta h4 {
	margin-bottom: 5px;
	text-align: left;
}

.item-coleta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-coleta #tabela-cobranca {
	max-width: 900px;
	margin: 0 auto 20px auto;
}

.item-coleta .legenda {
	max-width: 900px;
	margin: 0 auto;
}

.item-coleta .legenda:not(:last-child) {
	margin-bottom: 20px;
}

.box-parcelas {
	border: solid 1px #ccc;
	background-color: #f3f3f3;
	text-align: center;
}

.box-parcelas h4 {
	text-align: center;
}

.box-parcelas .slick-slide {
	padding: 10px;
}

.item-crs-parcela {
	background-color: #fff;
	padding: 10px;
	border: solid 1px #ccc;
}

.item-crs-parcela ul {
	font-size: 12px;
}

.item-crs-parcela .btn-padrao {
	margin-top: 10px;
}

.acesso-rapido a {
	margin-left: 25px;
	color: #bcc9df !important;
	font-size: 13px;
}

.card-emp {
	text-align: center;
}

.card-emp span:first-child {
	font-size: 27px;
}

.card-emp span {
	margin-top: 5px;
	display: block;
}

.ver-tabela {
	display: block;
	margin: 45px auto 0 auto;
}

.card-emp {
	border: solid 1px #ccc;
	padding: 10px 15px;
	min-width: 165px;
}

.box-tabela-emprestimo {
	margin-top: 30px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

#top-editar-perfil {
	margin-top: 20px;
	position: relative;
}

#form-cadastro.senha, #form-cadastro.editar {
	display: block;
}

#pdf-canvas {
	opacity: 0;
}

#form-cadastro {
	position: relative;
	display: none;
}

#form-cadastro h3 {
	font-size: 22px;
	color: #D6B965;
	margin-bottom: 0;
	text-align: left;
}

#form-cadastro h3 img {
	width: 32px;
	margin: 0 15px 0 0;
}

#form-cadastro p {
	color: #fff;
}

#form-cadastro .cadastro-section {
	margin-top: 30px;
}

#form-cadastro h2 {
	color: #D6B965;
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}

#form-cadastro.editar {
	padding-bottom: 70px;
}

#form-cadastro .lds-ring {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	right: 125px;
	bottom: 8px;
	left: auto;
	top: auto;
	width: 32px;
	height: 32px;
}

#form-cadastro .d-flex {
	column-gap: 25px;
}

@media (max-width: 768px) {
	#form-cadastro .d-flex {
		flex-wrap: wrap;
	}
}

#form-cadastro label {
	width: 100%;
}

#form-cadastro #termos-uso {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	color: #bcc9df;
}

#form-cadastro #termos-uso input {
	width: auto;
	margin-left: 10px;
}

input[readonly] {
	background-color: #eeeeee;
}

input.vermelho {
	border-color: red;
}

.mensagem-sucesso {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.mensagem-sucesso h1 {
	color: #D6B965;
}

#bg-light {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.5);
}

.lightbox {
	display: none;
	z-index: 4;
	position: fixed;
	top: 40%;
	left: 50%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top 300ms;
	-moz-transition: top 300ms;
	-ms-transition: top 300ms;
	-o-transition: top 300ms;
	transition: top 300ms;
	padding: 15px 30px;
	text-align: center;
	background: #182336;
	background: linear-gradient(55deg, #182336 0%, #253654 100%);
	color: #fff;
}

.lightbox .btn-padrao {
	clear: both;
	display: block;
	margin: 20px auto;
}

.lightbox.ativo {
	top: 50%;
}

.lightbox h3 {
	margin-top: 0;
}

.lightbox .fechar {
	position: absolute;
	right: -12px;
	top: -12px;
	padding: 2px 7px;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.lightbox .aguarde {
	position: absolute;
	right: 25px;
	margin-top: -45px;
}

.aguarde {
	display: none;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#box-termos {
	width: 100%;
	text-align: justify;
	overflow-y: scroll;
	padding: 15px 30px 15px 15px;
	max-height: 50vh;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

#light-clientes {
	width: 1200px;
	max-width: 95%;
}

#light-termos {
	text-align: right;
	max-width: 800px;
	width: 100%;
	z-index: 10;
	background: #182336;
	background: linear-gradient(55deg, #182336 0%, #253654 100%);
}

#light-termos h3 {
	text-align: center;
	color: #D6B965;
}

#light-termos .d-flex {
	margin-top: 20px;
}

#light-termos #aceitar-termos {
	margin: 0;
}

.item-tab {
	width: 11%;
	font-size: 14px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	font-weight: bold;
	color: #bcc9df;
}

.item-tab h3 {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.item-tab > span {
	margin-top: 10px;
}

.item-tab span:last-child:nth-child(2) {
	margin-top: 40px;
}

.item-tab span {
	display: table;
	width: 100%;
	position: relative;
	height: 20px;
}

.item-tab span span {
	position: absolute;
	right: 0;
	width: 100%;
	text-align: right;
	top: 0;
}

.info-mob {
	display: none;
}

.btn-receber {
	font-size: 12px;
	display: block;
	clear: both;
	margin: 5px auto 0 auto;
	padding: 5px 10px;
	cursor: pointer;
	background: #354c76;
	border: none;
	color: #fff;
}

a, a:visited, a:hover, a:active, a:focus {
	color: #D6B965;
	text-decoration: underline;
}

.item-tab.pago {
	color: #3899d8;
}

.item-tab.atraso {
	color: #ff5d5d;
}

.item-tab.aberto {
	color: #e8be34;
}

.item-tab.adicional {
	color: #49bfa6;
}

.val-pagto {
	font-size: 11px;
	color: #fff;
}

#box-bottom-form {
	border-top: solid 1px #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

#box-clientes {
	position: relative;
}

#box-clientes h2 {
	text-align: left;
	margin-top: 0;
	color: #a8b6cd;
}

#abs-busca {
	position: absolute;
	right: 0;
	top: -20px;
	width: 600px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#abs-busca input {
	width: 100%;
	text-align: center;
}

#abs-busca label.floating {
	width: 100%;
}

#abs-busca .filtro-status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 25px;
	color: #bcc9df;
	white-space: nowrap;
	font-size: 12px;
	margin-right: 20px;
	background: rgba(0, 0, 0, 0.3);
	padding: 7px 15px;
	border-radius: 5px;
}

#abs-busca .filtro-status label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#abs-busca .filtro-status input {
	width: auto;
	margin-right: 10px;
}

#tab-clientes {
	font-size: 11px;
	border-spacing: 0 10px;
	border-collapse: separate;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0 15px;
	border-radius: 5px;
	color: #fff;
}

#tab-clientes th {
	color: #88b6cd;
}

#tab-clientes .status {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	#tab-clientes .status {
		justify-content: left;
	}
}

#tab-clientes .status::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3baf52;
	margin-right: 5px;
}

#tab-clientes .status.em-atraso::before {
	background: #ff5d5d;
}

#tab-clientes .status.finalizado::before {
	background: #3899d8;
}

#tab-clientes tbody {
	font-size: 12px;
}

#tab-clientes tbody tr {
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #182336;
	background: linear-gradient(55deg, #182336 0%, #253654 100%);
	text-align: center;
}

#tab-clientes tbody tr td {
	padding: 10px;
}

#tab-clientes tbody tr td b {
	display: none;
}

#box-arquivos h2 {
	margin-bottom: 24px !important;
}

#box-arquivos input[type="file"] {
	min-height: 30px;
	font-size: 12px;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
}

#box-arquivos span {
	font-size: 12px;
	text-align: center;
	display: block;
	color: #bcc9df;
}

#box-arquivos label {
	position: relative;
	width: 50%;
}

#box-arquivos label .btn-file {
	width: 100%;
	position: relative;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	border: none;
	background: #354c76;
	color: #fff;
}

#box-arquivos label .btn-file span {
	display: inline-block;
}

#box-arquivos .d-flex p {
	width: 50%;
	text-align: center;
}

#box-emp {
	position: relative;
}

#box-emp h2 {
	text-align: left;
	color: #bcc9df;
}

#abs-opcoes {
	position: absolute;
	right: 0;
	top: 0;
}

.obs {
	font-size: 12px;
	font-style: italic;
}

#confirmar-emprestimo, #confirmar-emprestimo-final {
	margin-top: 20px;
	padding: 10px 15px;
	color: #fff;
	background-color: #354c76;
	border: none;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

#confirmar-emprestimo:hover, #confirmar-emprestimo-final:hover {
	background-color: #329345;
}

#criar-emprestimo {
	text-align: center;
	color: #fff;
}

#criar-emprestimo h2 {
	color: #D6B965;
}

#criar-emprestimo #select-emprestimo {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 15px;
}

#criar-emprestimo #select-emprestimo .emprestimo-valor {
	padding: 10px;
	cursor: pointer;
	border: solid 2px rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	width: calc(20% - 15px);
}

#criar-emprestimo #select-emprestimo .emprestimo-valor h5 {
	margin: 0;
	font-size: 20px;
	color: #4dc54b;
}

#criar-emprestimo #select-emprestimo .emprestimo-valor.ativo {
	border-color: #D6B965;
}

#criar-emprestimo #select-emprestimo .emprestimo-valor:hover:not(.ativo) {
	border-color: #D6B965;
}

#criar-emprestimo #select-emprestimo .emprestimo-valor span {
	font-size: 12px;
}

#criar-emprestimo #select-emprestimo .emprestimo-valor span b {
	margin-top: 5px;
	display: block;
	color: #bcc9df;
}

.btn-corrigir {
	display: none;
}

.asterisk::before {
	content: '*';
	position: relative;
	color: red;
	margin-left: 5px;
	font-size: 10px;
}

.card-financeiro {
	position: relative;
	padding: 10px;
	width: 18%;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.4);
}

.card-financeiro label {
	display: block;
	margin: 0 0 15px 0;
}

.card-financeiro a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}

.card-financeiro .info {
	font-size: 24px;
}

#box-financeiro {
	position: relative;
}

#box-financeiro h2 {
	color: #bcc9df;
}

#box-financeiro h2 span {
	color: #D6B965;
}

#post-form {
	padding: 5px;
	font-size: 12px;
	border: solid 1px green;
	background-color: #c2e8c8;
	color: green;
	display: none;
}

#form-login {
	display: none;
}

.form-login .d-flex {
	margin-top: 30px;
}

#form-contato {
	width: 600px;
	max-width: 100%;
	text-align: left;
	position: relative;
}

#form-contato .lds-ring {
	top: auto;
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 25px;
	height: 25px;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
}

#form-contato textarea, #form-contato select {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 5px;
}

#form-contato textarea {
	resize: none;
	height: 100px;
}

.hide {
	display: none;
}

#abs-new {
	position: absolute;
	margin: 45px auto 0 auto;
	display: table;
	text-align: center;
	left: 0;
	width: 100%;
}

#abs-new div:not(.hide) {
	position: fixed;
	bottom: 60px;
	padding: 10px;
	text-align: center;
	border: solid 1px #ccc;
	background-color: #fff;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#abs-new div:not(.hide) a:first-child {
	margin-left: 0;
}

#abs-new p {
	margin: 0;
	color: #d6b965;
}

.btn-marcar {
	font-size: 12px;
	padding: 5px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	outline: none;
}

.dia.marcado {
	position: relative;
}

.dia.marcado::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: solid 3px #3baf52;
	top: 0;
}

#abs-new + .box-tabela-emprestimo {
	padding-top: 50px;
}

@media (max-width: 768px) {
	header .acesso-rapido a {
		font-size: 0;
	}
	header .acesso-rapido a img {
		margin-right: 0 !important;
	}
	html, body {
		width: 100vw;
		overflow-x: hidden;
	}
	footer .acesso-rapido {
		margin-top: 0 !important;
	}
	#abs-new {
		font-size: 12px;
	}
	#abs-new p {
		padding: 0 5px;
	}
	#light-clientes {
		padding: 10px;
	}
	.card-financeiro {
		width: 48%;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.card-financeiro .info {
		font-size: 18px;
	}
	#criar-emprestimo #select-emprestimo {
		justify-content: space-around;
	}
	#criar-emprestimo #select-emprestimo .emprestimo-valor {
		width: calc(50% - 15px);
	}
	#box-arquivos {
		position: relative;
		margin-top: 0;
		width: 100%;
		padding-bottom: 0;
	}
	#box-arquivos .voltar {
		margin-bottom: -105px;
	}
	footer {
		position: relative;
		text-align: center;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	footer .acesso-rapido {
		margin-top: 10px;
	}
	footer .acesso-rapido a {
		margin: 0;
		display: block;
	}
	.scroll-mob {
		overflow-x: scroll;
	}
	.scroll-mob .topo-tab {
		width: 1300px;
	}
	#box-financeiro #abs-opcoes {
		position: relative;
		text-align: center;
		margin-bottom: 25px;
	}
	#box-financeiro #abs-opcoes a:first-child {
		margin-left: 0;
	}
	#box-emp h2 {
		text-align: center;
	}
	#box-emp #abs-opcoes {
		position: relative;
		text-align: center;
		margin-bottom: 25px;
	}
	#box-emp #abs-opcoes a:first-child {
		margin-left: 0;
	}
	.box-tabela-emprestimo {
		padding: 0;
	}
	.box-tabela-emprestimo .legenda {
		border-left: none;
		border-right: none;
	}
	.box-tabela-emprestimo .legenda:first-child {
		border-top: none;
	}
	.box-tabela-emprestimo .legenda:last-child {
		border-bottom: none;
	}
	#tabela-cobranca {
		border: none;
	}
	#tabela-cobranca td {
		padding: 5px;
	}
	#tabela-cobranca td .info {
		margin-bottom: 2px;
	}
	#tabela-cobranca th {
		font-size: 12px;
	}
	.legenda {
		font-size: 11px;
	}
	body {
		padding: 50px 0 0 0 !important;
	}
	#form-cadastro {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#form-cadastro label {
		width: 100%;
	}
	.mensagem-sucesso {
		margin-bottom: 50px;
	}
	footer.fix {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.lightbox {
		max-width: 90% !important;
		width: 100%;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	#abs-busca {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 15px;
		top: 0;
		justify-content: center;
	}
	#abs-busca .filtro-status, #abs-busca > label {
		width: 100%;
		margin-right: 0;
	}
	#inner-clientes #tab-clientes tbody {
		overflow-y: scroll;
		max-height: 60vh;
		display: block;
	}
	#tab-clientes {
		margin-bottom: 40px;
	}
	#tab-clientes thead {
		display: none;
	}
	#tab-clientes tbody tr {
		display: block;
		padding: 8px 0;
		font-size: 0;
	}
	#tab-clientes tbody tr:not(:first-child) {
		margin-top: 10px;
	}
	#tab-clientes tbody tr td {
		vertical-align: bottom;
		font-size: 12px;
		display: block;
		text-align: left;
		padding: 5px 10px;
	}
	#tab-clientes tbody tr td.busca:not(.m50) {
		margin-bottom: 10px;
		vertical-align: top;
	}
	#tab-clientes tbody tr td:first-child:not(:last-child) {
		display: none;
	}
	#tab-clientes tbody tr td:nth-child(2) {
		font-weight: bold;
		font-size: 14px;
	}
	#tab-clientes tbody tr td b {
		display: inline;
	}
	#tab-clientes tbody tr td.m50 {
		width: 50%;
		display: inline-block;
	}
	#tab-clientes tbody tr td.m50:not(.busca) b {
		display: block;
	}
	#tab-clientes tbody tr td.m50:last-child {
		margin-top: 10px;
	}
	#bem-vindo, #box-clientes h2 {
		text-align: center;
	}
	.info-mob {
		display: block;
		font-size: 12px;
		margin-bottom: 20px;
		text-align: center;
	}
	header, footer {
		font-size: 12px;
	}
}

@media print {
	@page {
		size: landscape;
	}
	body {
		padding: 0 !important;
	}
	header, footer, #bem-vindo, #abs-opcoes, .info-mob, .btn-receber, .btn-corrigir, .btn-marcar {
		display: none;
	}
	.scroll-mob {
		overflow: hidden;
	}
	.scroll-mob .topo-tab {
		width: 100%;
	}
	.item-tab {
		padding: 5px;
		font-size: 10px;
	}
	.item-tab span {
		height: 16px;
	}
	.item-tab h3 {
		font-size: 10px !important;
	}
}

label.floating {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

label.floating > span {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	position: absolute;
	top: 27px;
	width: 100%;
	display: block;
	color: #fff;
	cursor: text;
}

label.floating.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;
	border: 0;
	font-size: 14px !important;
	border-bottom: solid 1px #bcc9df;
	padding: 17px 0 8px 0;
	color: #fff !important;
	background: url(./assets/img/caret.webp) 100%/35px no-repeat;
	background-position-y: 8px;
	width: 100%;
	margin-top: 8px;
}

label.floating.select select option {
	color: #000 !important;
	font-size: 14px !important;
	padding: 5px;
}

label.floating.select span {
	z-index: -1;
}

label.floating input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0;
	/* Firefox */
}

label.floating input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0;
	/* Firefox */
}

label.floating input::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: 0;
	/* Firefox */
}

label.floating.center > span {
	text-align: center;
}

label.floating.center input, label.floating.center textarea {
	text-align: center;
}

label.floating input, label.floating textarea {
	padding: 20px 0 5px 0;
	background: transparent;
	border: none;
	border-bottom: solid 1px #bcc9df;
	border-radius: 0;
	color: #fff !important;
}

label.floating input:focus, label.floating input:not(:placeholder-shown), label.floating textarea:focus, label.floating textarea:not(:placeholder-shown), label.floating select:focus, label.floating select:valid {
	border-bottom-color: #D6B965;
	outline: none;
}

label.floating input:focus + span, label.floating input:not(:placeholder-shown) + span, label.floating textarea:focus + span, label.floating textarea:not(:placeholder-shown) + span, label.floating select:focus + span, label.floating select:valid + span {
	top: 5px;
	font-size: 11px;
}

label.floating input:-webkit-autofill,
label.floating input:-webkit-autofill:hover,
label.floating input:-webkit-autofill:focus,
label.floating input:-webkit-autofill:active {
	transition: background-color 9999s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
}

/*# sourceMappingURL=style.css.map */