/** --------------------
           COLOR
    -------------------- **/

/** Color : Red **/

/** Color : Blue**/

/** Color : Green **/

/** Color : Teal **/

/** Color : Orange **/

/** Color : Dark **/

/** Color : Light **/

/** Color : Grey **/

/** Color : Text **/

/** Color : Forms **/

/** ---------------
         MISC
    --------------- **/

/** Fonts **/

/** Border Radius **/

/** Device Breakpoint **/

/** --------------------
           COLOR
    -------------------- **/

/** Color : Red **/

/** Color : Blue**/

/** Color : Green **/

/** Color : Teal **/

/** Color : Orange **/

/** Color : Dark **/

/** Color : Light **/

/** Color : Grey **/

/** Color : Text **/

/** Color : Forms **/

/** ---------------
         MISC
    --------------- **/

/** Fonts **/

/** Border Radius **/

/** Device Breakpoint **/

/** FONTS **/

/** FLEXBOX **/

/** FORMS **/

/** BUTTON **/

/** MEDIA QUERIES **/

/** -------------------
           GLOBAL
    ------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #050505;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

p,
label,
ul,
ul li,
table th,
table tr,
table td {
  color: #383838;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
}

a {
  color: #2f82e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form label {
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 15px;
}

form label .asterix {
  color: #f2163e;
}

@media (max-width: calc(768px - 1px)) {
  form .form-control {
    white-space: nowrap;
    max-width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 0;
  }
}

form input {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 5px !important;
  border: solid 1px #d4d9e2 !important;
  color: #383838 !important;
  min-height: 45px !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
}

form input:focus {
  border: solid 1px #2f82e8 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form input.placeholder {
  color: #c8c8c8 !important;
}

form input:-moz-placeholder {
  color: #c8c8c8 !important;
}

form input::-moz-placeholder {
  color: #c8c8c8 !important;
}

form input::-webkit-input-placeholder {
  color: #c8c8c8 !important;
}

form .control-error {
  display: block;
  margin: 0.5rem 0 1rem;
  background-color: rgba(242, 22, 62, 0.07);
  border-radius: 7px;
  padding: 0.5rem 1rem;
}

form .control-error .text-error {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #f2163e;
  opacity: .8;
  margin: 0;
}

form .control-error .text-error .fa,
form .control-error .text-error .fas {
  margin: 0 7px 0 0;
}

.btn,
button {
  color: #050505 !important;
  background-color: transparent !important;
  font-size: 16px;
  line-height: 0.09375;
  letter-spacing: 0.125em;
  border: none;
  border-radius: 7px !important;
  font-weight: 600 !important;
  min-height: 50px;
  padding: .7rem .85rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.btn.btn-rounded,
button.btn-rounded {
  border-radius: calc(45px + 5px) !important;
}

.btn.btn-sm,
button.btn-sm {
  font-size: 13px;
  line-height: 0.53846154;
  letter-spacing: 0.01538462em;
  font-weight: 400 !important;
  min-height: unset;
  text-transform: capitalize;
  padding: .75rem .8rem !important;
}

.btn.btn-primary,
button.btn-primary {
  background-color: #2f82e8 !important;
  color: #ffffff !important;
}

.btn.btn-primary:hover,
button.btn-primary:hover {
  background-color: #0F6FE1 !important;
}

.btn.btn-outline-primary,
button.btn-outline-primary {
  background-color: #ffffff !important;
  border: solid 1px #2f82e8 !important;
  color: #2f82e8 !important;
}

.btn.btn-outline-primary:hover,
button.btn-outline-primary:hover {
  background-color: #2f82e8 !important;
  color: #ffffff !important;
}

.btn.btn-danger,
button.btn-danger {
  background-color: #f2163e !important;
  color: #ffffff !important;
}

.btn.btn-danger:hover,
button.btn-danger:hover {
  background-color: #DB0027 !important;
}

.btn.btn-outline-danger,
button.btn-outline-danger {
  background-color: #ffffff !important;
  border: solid 1px #f2163e !important;
  color: #f2163e !important;
}

.btn.btn-outline-danger:hover,
button.btn-outline-danger:hover {
  background-color: #f2163e !important;
  color: #ffffff !important;
}

.btn.btn-success,
button.btn-success {
  background-color: #52E215 !important;
  color: #ffffff !important;
}

.btn.btn-success:hover,
button.btn-success:hover {
  background-color: #3CC900 !important;
}

.btn.btn-outline-success,
button.btn-outline-success {
  background-color: #ffffff !important;
  border: solid 1px #52E215 !important;
  color: #52E215 !important;
}

.btn.btn-outline-success:hover,
button.btn-outline-success:hover {
  background-color: #52E215 !important;
  color: #ffffff !important;
}

.btn.btn-warning,
button.btn-warning {
  background-color: #FFA717 !important;
  color: #ffffff !important;
}

.btn.btn-warning:hover,
button.btn-warning:hover {
  background-color: #EA9000 !important;
}

.btn.btn-outline-warning,
button.btn-outline-warning {
  background-color: #ffffff !important;
  border: solid 1px #FFA717 !important;
  color: #FFA717 !important;
}

.btn.btn-outline-warning:hover,
button.btn-outline-warning:hover {
  background-color: #FFA717 !important;
  color: #ffffff !important;
}

.btn.btn-info,
button.btn-info {
  background-color: #1496AF !important;
  color: #ffffff !important;
}

.btn.btn-info:hover,
button.btn-info:hover {
  background-color: #037A90 !important;
}

.btn.btn-outline-info,
button.btn-outline-info {
  background-color: #ffffff !important;
  border: solid 1px #1496AF !important;
  color: #1496AF !important;
}

.btn.btn-outline-info:hover,
button.btn-outline-info:hover {
  background-color: #1496AF !important;
  color: #ffffff !important;
}

.btn.btn-outline-dark,
button.btn-outline-dark {
  background-color: #ffffff !important;
  border: solid 1px #383838 !important;
  color: #383838 !important;
}

.btn.btn-outline-dark:hover,
button.btn-outline-dark:hover {
  background-color: #383838 !important;
  color: #ffffff !important;
}

.btn.btn-secondary,
button.btn-secondary {
  background-color: #f3f3f4 !important;
  color: #050505 !important;
}

.btn.btn-secondary:hover,
button.btn-secondary:hover {
  background-color: #dcdcdc !important;
}

/* --------------------
           HEADER
   -------------------- */

.navbar {
  background-color: white;
  border-bottom: solid 1px #f0f0f0;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
  padding: inherit 0;
}

.navbar .navbar-brand {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar .navbar-brand .brand-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  background-color: #f5f7fb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
}

@media (max-width: calc(768px - 1px)) {
  .navbar .navbar-brand .brand-img {
    width: 40px;
    height: 40px;
  }
}

.navbar .navbar-brand .brand-img img {
  width: inherit;
  max-width: 50px;
  height: auto;
}

@media (max-width: calc(768px - 1px)) {
  .navbar .navbar-brand .brand-img img {
    max-width: 40px;
  }
}

.navbar .navbar-brand .brand-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  max-width: 188px;
  white-space: normal;
}

@media (max-width: calc(768px - 1px)) {
  .navbar .navbar-brand .brand-title {
    width: 130px;
  }
}

.navbar .navbar-brand .brand-title .title {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  margin: 0;
}

@media (max-width: calc(768px - 1px)) {
  .navbar .navbar-brand .brand-title .title {
    font-size: 14px;
  }
}

/* --------------------
        MAIN CONTENT
   -------------------- */

.main-content {
  padding: 150px 0 0;
  height: 100%;
  min-height: 100vh;
}

@media (max-width: calc(768px - 1px)) {
  .main-content {
    padding: 30px 0;
  }
}

@media (min-width: 1440px) {
  .main-content {
    min-height: calc(90vh - 55px);
  }
}

.main-content .section-subtitle {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: calc(768px - 1px)) {
  .main-content .section-subtitle {
    text-align: center;
  }
}

@media (max-width: calc(768px - 1px)) {
  .bansos {
    margin-bottom: 30px;
  }
}

.bansos .list-bansos {
  margin: 30px 0 0;
  padding: 0;
}

.bansos .list-bansos .lists {
  list-style: none;
  background-color: whitesmoke;
  border-radius: calc(11px);
  margin: 0 0 1rem;
  max-width: 500px;
  padding: 15px 20px;
}

.bansos .list-bansos .lists .list-title {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #050505;
  margin: 0 0 5px;
}

.bansos .list-bansos .lists .list-desc,
.bansos .list-bansos .lists .list-status {
  margin: 10px 0 5px;
}

.bansos .list-bansos .lists:last-child {
  border-bottom: none;
}

.form-auth {
  border: solid 1px #c3c2c2;
  border-radius: calc(11px);
  max-width: 420px;
  margin: 0 auto;
  padding: 40px;
}

@media (max-width: calc(768px - 1px)) {
  .form-auth {
    padding: 30px 25px;
  }
}

.form-auth .auth-header .auth-title {
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  color: #050505;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}

.form-auth form .form-group {
  margin-bottom: 20px !important;
}

.form-auth form .auth-password {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-auth form .auth-password .rmmbr {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #383838;
}

.form-auth form .auth-password .rmmbr p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
}

.form-auth form .auth-password .rmmbr p input {
  margin-right: 10px;
  color: var(--clr-paragraph);
  font-weight: normal;
  cursor: pointer;
}

.form-auth form .btn {
  margin: 20px 0 0 0;
}

.form-auth tr td {
  padding: 2px 0;
  font-weight: 500;
}

/* --------------------
           FOOTER
   -------------------- */

.footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #2c2b2b;
  height: 60px;
}

.footer p,
.footer .footer-text {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
  margin: 0;
}

