@font-face {
  font-family: FontFacePrimaria;
  src: apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, "HelveticaNeue", Arial, sans-serif;
}
@font-face {
  font-family: FontFacePrimariaBold;
  src: apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, "HelveticaNeue", Arial, sans-serif;
}
* {
  font-family: url(), Arial, Helvetica, sanserif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
html {
  background: #ffffff;
  transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1);
  font-size: 0.95rem;
}
input {
  outline: 0;
  border: 0;
  color: #686868;
}
label {
  color: #2e2e2e;
}
a,
a[ng-click]:not([href]):not([tab-index]) {
  cursor: pointer;
  color: #F89A24;
}
a:hover,
a[ng-click]:not([href]):not([tab-index]):hover {
  color: #fabc6e;
  text-decoration: underline;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b9b6b6 !important;
  opacity: 1;
  /* Firefox */

}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b9b6b6 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b9b6b6 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h4,
h5 {
  font-family: url(), Arial, Helvetica, sanserif;
  font-weight: bold;
  color: #F89A24;
  font-size: 1rem;
}
ul,
ol {
  margin-left: 2rem;
}
.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6 {
  margin-bottom: 0.5rem;
}
#app {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding-left: 184px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
  transition: left 0.3s ease, padding-left 0.3s ease;
  background: #ffffff;
}
@media (max-width: 1120px) {
  #app {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #app.sidebar-minimized {
    padding-left: 20px;
  }
}
.main-wrapper-login #app {
  padding-left: 0;
}
.main-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.isLoading {
  opacity: 0;
}
@media print {
  .main-wrapper {
    height: auto;
  }
  #app {
    background-color: #fff !important;
  }
}
/* Inicio Layout HEADER */

#header header-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #ffffff;
  border-bottom: 4px solid #F89A24;
}
@media print {
  #header {
    display: none;
  }
}
.menuburguer {
  padding: 0 10px;
  line-height: 40px;
  border-radius: 0;
  vertical-align: initial;
  font-size: 24px;
  background: none;
  border: none;
  outline: none !important;
  color: #F89A24;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1120px) {
  .menuburguer {
    display: none;
  }
}
.header__logo {
  text-align: center;
  height: 55px;
}
.header__logo img {
  height: 55px;
  padding: 4px;
}
@media (min-width: 992px) {
  .header__logo {
    width: 184px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    -webkit-box-flex: 0.8;
    -ms-flex-positive: 0.8;
    flex-grow: 0.8;
  }
}
.header__busca {
  -webkit-box-flex: 0.8;
  -ms-flex-positive: 0.8;
  flex-grow: 0.8;
  padding: 5px 0;
  margin-right: auto;
  order: 0;
}
.header__busca .input-container {
  padding: 0 20px 0 10px;
  position: relative;
  color: #7e8e9f;
  border: 1px solid #dddddd;
  background: #f2f2f2;
}
.header__busca i {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  line-height: 40px;
}
.header__busca input {
  width: 100%;
  height: 40px;
  padding-right: 25px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .header__busca {
    width: 100%;
    order: 1;
  }
  .header__busca .input-container {
    width: 98%;
    margin: 0 auto;
  }
}
.header__misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #F89A24;
}
@media (min-width: 992px) {
  .header__misc {
    -webkit-box-flex: 0.6;
    -ms-flex-positive: 0.6;
    flex-grow: 0.6;
    margin-right: 20px;
  }
}
.header__sessao {
  margin: 0 auto;
  margin-right: 20px;
}
@media (min-width: 0px) {
  .header__sessao {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__sessao {
    display: block;
  }
}
.sessaoTimer__bar {
  height: 5px;
  width: 100%;
  background: #CCC;
}
.sessaoTimer__bar__fill {
  width: 80%;
  height: 100%;
  background: #0E2083;
}
.header__notificacoes {
  font-size: 1.3rem;
  margin-right: 12px;
  position: relative;
}
.header__notificacoes__count {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: -4px;
  right: -8px;
  line-height: 15px;
  font-size: 0.8rem;
  background: #e24141;
  border-radius: 100%;
  text-align: center;
  color: white;
}
.header__usuario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  justify-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background: #F89A24;
}
.header__usuario .dropdown-toggle::after {
  cursor: pointer;
  border-top-color: #fff;
}
@media (min-width: 992px) {
  .header__usuario {
    -webkit-box-flex: 0.3;
    -ms-flex-positive: 0.3;
    flex-grow: 0.3;
  }
}
.header__usuario__avatar {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header__usuario__avatar i {
  font-size: 2.5rem;
}
.header__usuario__avatar img {
  max-height: 100%;
}
.header__usuario_nome {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.9rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__usuario {
    background: none;
    color: #F89A24;
    margin-right: 5px;
  }
  .header__usuario .dropdown-toggle::after {
    display: none;
  }
  .header__usuario_nome {
    display: none;
  }
}
#header-login {
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #F89A24;
  border-bottom: 4px solid #0E2083;
}
@media (max-width: 768px) {
  #header-login {
    height: 13.75px;
  }
}
.notificacao-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
}
.notifications-dropdown-menu {
  max-width: 500px;
  max-height: calc(100vh - 55px );
  position: absolute;
  transform: translate3d(-111px, 26px, 0px);
  top: 0px;
  left: 0px;
  overflow-y: auto;
}
.notifications-dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notifications {
  font-size: 16px;
}
.notifications a {
  padding-right: 10px;
}
.notifications .counter {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: -3px;
  left: -2px;
}
.notifications.new .counter {
  color: #85CE36;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .notifications {
    position: static;
  }
}
.notifications-dropdown-menu {
  white-space: normal;
  left: auto;
  right: 0;
  min-width: 350px;
}
.notifications-dropdown-menu:before {
  position: absolute;
  right: 20px;
  bottom: 100%;
  margin-right: -1px;
}
.notifications-dropdown-menu:after {
  position: absolute;
  right: 20px;
  bottom: 100%;
}
.notifications-dropdown-menu .notifications-container .notification-item {
  border-bottom: 3px solid rgba(126, 142, 159, 0.1);
  padding: 5px;
}
.notifications-dropdown-menu .notifications-container .notification-item:hover {
  background-color: #f5f5f5;
}
.notifications-dropdown-menu .notifications-container .img-col {
  display: table-cell;
  padding: 5px;
}
.notifications-dropdown-menu .notifications-container .body-col {
  padding: 5px;
  display: table-cell;
}
.notifications-dropdown-menu .notifications-container .img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.notifications-dropdown-menu .notifications-container p {
  color: #4f5f6f;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  margin: 0;
  vertical-align: top;
}
.notifications-dropdown-menu .notifications-container p .accent {
  font-weight: bold;
}
.notifications-dropdown-menu footer {
  text-align: center;
}
.notifications-dropdown-menu footer a {
  color: #4f5f6f;
  -webkit-transition: none;
  transition: none;
}
.notifications-dropdown-menu footer a:hover {
  background-color: #f5f5f5;
  color: #4f5f6f;
}
@media (max-width: 767.98px) {
  .notifications-dropdown-menu {
    min-width: 100px;
    width: 100%;
    margin-top: 5px;
  }
  .notifications-dropdown-menu:before,
  .notifications-dropdown-menu:after {
    right: 107px;
  }
}
.date-notification {
  font-size: 11px !important;
  display: block !important;
}
.body-col {
  padding: 5px;
  display: table-cell;
}
.footer-notification {
  width: 50%;
  display: inline;
  text-align: center;
  padding: 5px 0px;
}
/* FIM Layout HEADER */

.sidebar {
  background-color: #1A3F6C;
  border-right: 1px solid #1f4b81;
  width: 184px;
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 98;
  box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.4);
}
@media print {
  .sidebar {
    display: none;
  }
}
.sidebar__container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar__container::-webkit-scrollbar-track {
  background-color: #2c353e;
}
.sidebar__menu {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.sidebar__menu ul {
  padding: 0;
  overflow: hidden;
}
.sidebar__menu li ul {
  border-left: 5px solid #0E2083;
}
.sidebar__menu li a {
  color: #d0d0d0 !important;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #1f4b81;
}
.sidebar__menu li a:hover {
  background-color: #0d2037;
}
.sidebar__menu > li > a:hover,
.sidebar__menu > li.active > a {
  color: #f6f6f6/*#e7e7e7*/ !important;
  background-color: #122c4b;
  border-left: 5px solid #0E2083;
  padding-left: 8px;
}
.sidebar__menu li > a[aria-expanded=true] {
  border-left: 5px solid #0E2083;
  padding-left: 8px;
}
.sidebar__menu li > a {
  padding: 12px 5px 12px 13px;
  display: flex;
  align-items: center;
}
.sidebar__menu .arrow {
  float: right;
  /*-webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);*/
  margin-top: -3px;
}
.sidebar__menu .arrow:before {
  content: "\f0dd" !important;
}
.sidebar__menu li > a[aria-expanded="true"] .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /*height: 25px;*/
  margin-top: 5px;
}
.sidebar__menu > li a[aria-expanded="true"] {
  background-color: #122c4b;
  color: #f6f6f6/*#e7e7e7*/ !important;
  border-left: 5px solid #0E2083;
  padding-left: 8px;
}
.sidebar__menu > li > a[aria-expanded="true"] {
  background-color: #122c4b;
}
.sidebar__menu > li > a i {
  margin-right: 5px;
  font-size: 14px;
  width: 20px;
  text-align: center;
}
.sidebar__menu__nav > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #173860;
  color: #f6f6f6/*#e7e7e7*/ !important;
}
.sidebar__menu__nav > li.active a {
  font-style: italic;
}
.sidebar-open .sidebar {
  left: 0;
}
.sidebar__toggle {
  display: none;
}
@media (min-width: 992px) {
  .sidebar-minimized .sidebar {
    left: -164px;
  }
  .sidebar-minimized .sidebar__toggle i {
    transform: rotate(0deg);
  }
  .sidebar-minimized .sidebar li > a {
    display: none;
  }
  .sidebar__toggle {
    position: absolute;
    display: inline;
    top: 0;
    right: 0;
    padding: 10px 8px 10px 8px;
    background: #0b1b2e;
    color: white;
    cursor: pointer;
    font-size: 14px;
  }
  .sidebar__toggle:hover {
    background: #060f1a;
  }
}
@media (max-width: 1120px) {
  .sidebar {
    position: fixed;
    left: -184px;
    z-index: 103;
    top: 0;
    width: 184px;
  }
}
.sidebar-fixed .sidebar {
  position: fixed;
}
.sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 97;
}
@media (max-width: 1120px) {
  .sidebar-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 102;
  }
  .sidebar-open .sidebar-overlay {
    left: 0;
    opacity: 1;
  }
}
#footer {
  left: 184px;
  width: 100%;
  background-color: #F6F6F6;
  font-size: 0.85rem;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 992px) {
  #footer {
    left: 0;
  }
}
.linksRodape ul {
  padding: 0;
  list-style: none;
}
.main-wrapper-login .linksRodape {
  display: none;
}
.ico-brand {
  color: #ffffff !important;
  background: #1A3F6C;
  border-radius: 100%;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  font-size: 1.2rem;
}
.ico-brand > i {
  line-height: 30px;
}
.ico-brand:not(:first-child) {
  margin-left: 10px;
}
#main {
  padding: 20px 15px 50px 15px;
}
.main-wrapper-login #main {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh -  200px );
  margin-top: 55px;
  -ms-flex-line-pack: center;
  align-content: center;
}
.auth-container {
  width: 35%;
}
.auth-container .auth-content {
  padding: 50px 50px 0px 50px;
}
.auth-container-dir {
  width: 543px;
  height: 365px;
  margin-left: 20px;
}
.auth-container-dir .invertido {
  color: #ffffff;
  float: none;
}
.auth-container-dir .auth-content {
  padding: 20px 20px 0px 20px;
}
.auth-container-dir .box {
  padding: 20px 250px 0 0;
}
.auth-container-dir .box-lojas {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  cursor: pointer;
}
.auth-container-dir .qrCodeUnico {
  width: 120px;
  margin-left: 10px;
  margin-top: 20px;
}
.auth-header {
  text-align: center;
  padding-top: 5px;
}
.auth-footer {
  padding: 10px 50px 15px 50px;
}
.login-dados-usuario {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto-avatar {
  margin-right: 15px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  font-size: 4rem;
  color: #888;
}
.foto-avatar img {
  display: block;
  width: 64px;
  height: auto;
}
@media (max-width: 768px) {
  .main-wrapper-login #main {
    padding: 0 0 20px 0;
  }
  .auth-container {
    width: 95%;
    margin: 0 auto;
  }
  .auth-container .auth-content {
    padding: 50px 20px;
  }
  .main-wrapper-login #main {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh -  200px );
    margin-top: 55px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .auth-container-dir {
    width: 95%;
    height: 365px;
    margin: 0 auto;
  }
  .auth-container-dir .invertido {
    color: #ffffff;
    float: none;
  }
  .auth-container-dir .auth-content {
    padding: 20px 20px 0px 20px;
  }
  .auth-container-dir .box {
    padding: 20px 50px 0 0;
  }
  .auth-container-dir .box-lojas {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    cursor: pointer;
  }
}
.box-transparente {
  margin-top: 10px;
  border: 1px solid #c3c3c3;
}
.box-transparente > p {
  margin-bottom: 5px;
}
.desativado {
  opacity: 0.5;
  pointer-events: none;
  margin-bottom: 5px;
  margin-top: -1px;
  border: 1px red solid;
  border-radius: 5px;
}
.tituloSolicitacao {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tituloLista {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxAnexo {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[ng-spinner="configSpinnerSuitability"] .spinner-participante .input-group {
  flex-wrap: nowrap;
}
[ng-spinner="configSpinnerSuitability2"] .spinner-participante .input-group {
  flex-wrap: nowrap;
}
[ng-spinner="configSpinnerSuitabilityPeso"] .spinner-participante .input-group {
  flex-wrap: nowrap;
}
.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: 3.8rem;
  border-radius: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(3.8rem + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #cbcbcb;
  border-radius: 1.9rem;
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(1.9rem - 4px);
  height: calc(1.9rem - 4px);
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #6fae6f;
}
.switch input:checked + label::after {
  margin-left: 1.9rem;
}
.switch input:focus + label::before {
  outline: none;
  border-color: none;
  box-shadow: none;
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #dee2e6;
}
.switch input:checked:disabled + label::before {
  background-color: #2846e8;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: 3.1rem;
  height: 1.55rem;
  line-height: 1.55rem;
  text-indent: 3.6rem;
}
.switch.switch-sm input + label::before {
  width: 2.8rem;
  height: 13px;
  margin-top: 7px;
  margin-left: 2px;
}
.switch.switch-sm input + label::after {
  width: 1.55rem;
  height: 1.55rem;
  box-shadow: 1px 1px #00000030;
  border: 1px solid #eee;
}
.switch.switch-sm input:checked + label::after {
  margin-left: 1.55rem;
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: 4.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-indent: 5.3rem;
}
.switch.switch-lg input + label::before {
  width: 4.8rem;
}
.switch.switch-lg input + label::after {
  width: calc(2.4rem - 4px);
  height: calc(2.4rem - 4px);
}
.switch.switch-lg input:checked + label::after {
  margin-left: 2.4rem;
}
.switch + .switch {
  margin-left: 1rem;
}
.placeholder-animate {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  position: relative;
  display: block;
}
.placeholder-h-sm {
  height: 16px;
}
.placeholder-h-md {
  height: 30px;
}
.placeholder-h-lg {
  height: 100px;
}
.placeholder-w-sm {
  width: 20%;
}
.placeholder-w-md {
  width: 50%;
}
.placeholder-w-lg {
  width: 100%;
}
.btn {
  padding: 0.6rem 0.75rem;
}
.input-group-append > .btn,
.input-group-prepend > .btn {
  padding: 0.375rem 0.75rem;
}
.btn:disabled,
.btn.disabled {
  cursor: default;
}
.btn-primary {
  background: #F89A24 !important;
  box-shadow: 2px 2px 0px 0px #0E2083;
  border: none;
  color: #ffffff;
  color: white !important;
  min-width: 100px;
}
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):hover,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #f8a133;
  box-shadow: 2px 2px 0px 0px #0E2083;
  border: none;
  outline: 0;
  color: white !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background: #F89A24;
  border-color: #F89A24;
}
.btn-secondary {
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #F89A24;
  border: none;
  color: #ffffff;
  color: white !important;
  min-width: 100px;
}
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):hover,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0f2391;
  box-shadow: 2px 2px 0px 0px #F89A24;
  border: none;
  outline: 0;
  color: white !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background: #0E2083;
  border-color: #0E2083;
}
.btn-wide {
  padding: 0.6rem 1.5rem;
}
.btn-outline-primary {
  color: #F89A24;
  background-color: transparent;
  background-image: none;
  border-color: #F89A24;
  min-width: 100px;
}
.btn-outline-primary:disabled,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled:focus {
  border-color: rgba(248, 154, 36, 0.6);
  color: rgba(248, 154, 36, 0.6);
  background: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgba(248, 154, 36, 0.9);
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):hover {
  color: #fff;
  background-color: #F89A24;
  border-color: #F89A24;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 32, 131, 0.25);
}
.btn-outline-secondary {
  color: #0E2083;
  background-color: transparent;
  background-image: none;
  border-color: #0E2083;
}
.btn-outline-secondary:disabled,
.btn-outline-secondary:disabled:hover,
.btn-outline-secondary:disabled:focus {
  border-color: rgba(14, 32, 131, 0.6);
  color: rgba(14, 32, 131, 0.6);
  background: none;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgba(14, 32, 131, 0.9);
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-secondary:not([disabled]):hover {
  color: #fff;
  background-color: #0E2083;
  border-color: #0E2083;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 32, 131, 0.25);
}
.btn-scroll-to-top {
  position: fixed;
  z-index: 1040;
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 25px;
  color: white;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.btn-voltar-marco-civil {
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
  border: none;
  color: #ffffff;
  color: white !important;
  min-width: 100px;
  position: fixed;
  z-index: 1040;
  bottom: 25px;
  right: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .btn-scroll-to-top {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.btn-primary-round-sm {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
  color: #000000;
  cursor: pointer;
  padding: 0;
  margin-top: -5px;
}
.btn-primary-round-sm:hover {
  background: #f8a133;
  color: #000000;
}
.btn-primary-round-sm.active {
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #F89A24;
}
.btn-primary-round-sm.active:hover {
  background: #0f2391;
}
.btn-primary-round-sm[aria-expanded="true"] {
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #F89A24;
}
[aria-expanded="true"] .btn-primary-round-sm {
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #F89A24;
}
.btn-secondary-round-sm {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #F89A24;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  margin-top: -5px;
}
.btn-secondary-round-sm:hover {
  background: #0f2391;
  color: #ffffff;
}
.btn-secondary-round-sm.active {
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
}
.btn-secondary-round-sm.active:hover {
  background: #f8a133;
}
.btn-secondary-round-sm[aria-expanded="true"] {
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
}
[aria-expanded="true"] .btn-secondary-round-sm {
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #0E2083;
}
.badge-primary {
  background: #F89A24;
  box-shadow: 2px 2px 0px 0px #e1e1e1;
  border: none;
  color: #000000;
  min-width: 100px;
}
.badge-secondary {
  background: #0E2083;
  box-shadow: 2px 2px 0px 0px #e1e1e1;
  border: none;
  color: #ffffff;
  min-width: 100px;
}
.badge-secondary:before {
  content: "\2715";
  position: relative;
  right: 1.75rem;
  bottom: 0.09rem;
  font-size: 0.6rem;
}
.collapsed[data-toggle="collapse"][aria-expanded="false"] .lnr-chevron-up:before {
  content: "\e874";
}
.col-0_5 {
  -ms-flex: 0 0 4.166666667%;
  flex: 0 0 4.166666667%;
  max-width: 4.166666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-0_75 {
  -ms-flex: 0 0 5.555555556%;
  flex: 0 0 5.555555556%;
  max-width: 5.555555556%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1_5 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1_75 {
  -ms-flex: 0 0 13.888888889%;
  flex: 0 0 13.888888889%;
  max-width: 13.888888889%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2_5 {
  -ms-flex: 0 0 20.833333333%;
  flex: 0 0 20.833333333%;
  max-width: 20.833333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2_75 {
  -ms-flex: 0 0 22.222222222%;
  flex: 0 0 22.222222222%;
  max-width: 22.222222222%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-3_5 {
  -ms-flex: 0 0 29.166666667%;
  flex: 0 0 29.166666667%;
  max-width: 29.166666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-3_75 {
  -ms-flex: 0 0 30.555555556%;
  flex: 0 0 30.555555556%;
  max-width: 30.555555556%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4_5 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4_75 {
  -ms-flex: 0 0 38.888888889%;
  flex: 0 0 38.888888889%;
  max-width: 38.888888889%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-5_5 {
  -ms-flex: 0 0 45.833333333%;
  flex: 0 0 45.833333333%;
  max-width: 45.833333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-5_75 {
  -ms-flex: 0 0 47.222222222%;
  flex: 0 0 47.222222222%;
  max-width: 47.222222222%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6_5 {
  -ms-flex: 0 0 54.166666667%;
  flex: 0 0 54.166666667%;
  max-width: 54.166666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6_75 {
  -ms-flex: 0 0 55.555555556%;
  flex: 0 0 55.555555556%;
  max-width: 55.555555556%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-7_5 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-7_75 {
  -ms-flex: 0 0 63.888888889%;
  flex: 0 0 63.888888889%;
  max-width: 63.888888889%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-8_5 {
  -ms-flex: 0 0 70.833333333%;
  flex: 0 0 70.833333333%;
  max-width: 70.833333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-8_75 {
  -ms-flex: 0 0 72.222222222%;
  flex: 0 0 72.222222222%;
  max-width: 72.222222222%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-9_5 {
  -ms-flex: 0 0 79.166666667%;
  flex: 0 0 79.166666667%;
  max-width: 79.166666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-9_75 {
  -ms-flex: 0 0 80.555555556%;
  flex: 0 0 80.555555556%;
  max-width: 80.555555556%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-10_5 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-10_75 {
  -ms-flex: 0 0 88.888888889%;
  flex: 0 0 88.888888889%;
  max-width: 88.888888889%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-11_5 {
  -ms-flex: 0 0 95.833333333%;
  flex: 0 0 95.833333333%;
  max-width: 95.833333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-11_75 {
  -ms-flex: 0 0 97.222222222%;
  flex: 0 0 97.222222222%;
  max-width: 97.222222222%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12_5 {
  -ms-flex: 0 0 104.166666667%;
  flex: 0 0 104.166666667%;
  max-width: 104.166666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12_75 {
  -ms-flex: 0 0 105.555555556%;
  flex: 0 0 105.555555556%;
  max-width: 105.555555556%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-0_5 {
    -ms-flex: 0 0 4.166666667%;
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-0_75 {
    -ms-flex: 0 0 5.555555556%;
    flex: 0 0 5.555555556%;
    max-width: 5.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1_5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1_75 {
    -ms-flex: 0 0 13.888888889%;
    flex: 0 0 13.888888889%;
    max-width: 13.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-2_5 {
    -ms-flex: 0 0 20.833333333%;
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-2_75 {
    -ms-flex: 0 0 22.222222222%;
    flex: 0 0 22.222222222%;
    max-width: 22.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-3_5 {
    -ms-flex: 0 0 29.166666667%;
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-3_75 {
    -ms-flex: 0 0 30.555555556%;
    flex: 0 0 30.555555556%;
    max-width: 30.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-4_5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-4_75 {
    -ms-flex: 0 0 38.888888889%;
    flex: 0 0 38.888888889%;
    max-width: 38.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-5_5 {
    -ms-flex: 0 0 45.833333333%;
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-5_75 {
    -ms-flex: 0 0 47.222222222%;
    flex: 0 0 47.222222222%;
    max-width: 47.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-6_5 {
    -ms-flex: 0 0 54.166666667%;
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-6_75 {
    -ms-flex: 0 0 55.555555556%;
    flex: 0 0 55.555555556%;
    max-width: 55.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-7_5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-7_75 {
    -ms-flex: 0 0 63.888888889%;
    flex: 0 0 63.888888889%;
    max-width: 63.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-8_5 {
    -ms-flex: 0 0 70.833333333%;
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-8_75 {
    -ms-flex: 0 0 72.222222222%;
    flex: 0 0 72.222222222%;
    max-width: 72.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-9_5 {
    -ms-flex: 0 0 79.166666667%;
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-9_75 {
    -ms-flex: 0 0 80.555555556%;
    flex: 0 0 80.555555556%;
    max-width: 80.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-10_5 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-10_75 {
    -ms-flex: 0 0 88.888888889%;
    flex: 0 0 88.888888889%;
    max-width: 88.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-11_5 {
    -ms-flex: 0 0 95.833333333%;
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-11_75 {
    -ms-flex: 0 0 97.222222222%;
    flex: 0 0 97.222222222%;
    max-width: 97.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-12_5 {
    -ms-flex: 0 0 104.166666667%;
    flex: 0 0 104.166666667%;
    max-width: 104.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-12_75 {
    -ms-flex: 0 0 105.555555556%;
    flex: 0 0 105.555555556%;
    max-width: 105.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-md-0_5 {
    -ms-flex: 0 0 4.166666667%;
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-0_75 {
    -ms-flex: 0 0 5.555555556%;
    flex: 0 0 5.555555556%;
    max-width: 5.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1_5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1_75 {
    -ms-flex: 0 0 13.888888889%;
    flex: 0 0 13.888888889%;
    max-width: 13.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-2_5 {
    -ms-flex: 0 0 20.833333333%;
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-2_75 {
    -ms-flex: 0 0 22.222222222%;
    flex: 0 0 22.222222222%;
    max-width: 22.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-3_5 {
    -ms-flex: 0 0 29.166666667%;
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-3_75 {
    -ms-flex: 0 0 30.555555556%;
    flex: 0 0 30.555555556%;
    max-width: 30.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-4_5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-4_75 {
    -ms-flex: 0 0 38.888888889%;
    flex: 0 0 38.888888889%;
    max-width: 38.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-5_5 {
    -ms-flex: 0 0 45.833333333%;
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-5_75 {
    -ms-flex: 0 0 47.222222222%;
    flex: 0 0 47.222222222%;
    max-width: 47.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-6_5 {
    -ms-flex: 0 0 54.166666667%;
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-6_75 {
    -ms-flex: 0 0 55.555555556%;
    flex: 0 0 55.555555556%;
    max-width: 55.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-7_5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-7_75 {
    -ms-flex: 0 0 63.888888889%;
    flex: 0 0 63.888888889%;
    max-width: 63.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-8_5 {
    -ms-flex: 0 0 70.833333333%;
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-8_75 {
    -ms-flex: 0 0 72.222222222%;
    flex: 0 0 72.222222222%;
    max-width: 72.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-9_5 {
    -ms-flex: 0 0 79.166666667%;
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-9_75 {
    -ms-flex: 0 0 80.555555556%;
    flex: 0 0 80.555555556%;
    max-width: 80.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-10_5 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-10_75 {
    -ms-flex: 0 0 88.888888889%;
    flex: 0 0 88.888888889%;
    max-width: 88.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-11_5 {
    -ms-flex: 0 0 95.833333333%;
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-11_75 {
    -ms-flex: 0 0 97.222222222%;
    flex: 0 0 97.222222222%;
    max-width: 97.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-12_5 {
    -ms-flex: 0 0 104.166666667%;
    flex: 0 0 104.166666667%;
    max-width: 104.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-12_75 {
    -ms-flex: 0 0 105.555555556%;
    flex: 0 0 105.555555556%;
    max-width: 105.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-lg-0_5 {
    -ms-flex: 0 0 4.166666667%;
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-0_75 {
    -ms-flex: 0 0 5.555555556%;
    flex: 0 0 5.555555556%;
    max-width: 5.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1_5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1_75 {
    -ms-flex: 0 0 13.888888889%;
    flex: 0 0 13.888888889%;
    max-width: 13.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-2_5 {
    -ms-flex: 0 0 20.833333333%;
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-2_75 {
    -ms-flex: 0 0 22.222222222%;
    flex: 0 0 22.222222222%;
    max-width: 22.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-3_5 {
    -ms-flex: 0 0 29.166666667%;
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-3_75 {
    -ms-flex: 0 0 30.555555556%;
    flex: 0 0 30.555555556%;
    max-width: 30.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-4_5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-4_75 {
    -ms-flex: 0 0 38.888888889%;
    flex: 0 0 38.888888889%;
    max-width: 38.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-5_5 {
    -ms-flex: 0 0 45.833333333%;
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-5_75 {
    -ms-flex: 0 0 47.222222222%;
    flex: 0 0 47.222222222%;
    max-width: 47.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-6_5 {
    -ms-flex: 0 0 54.166666667%;
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-6_75 {
    -ms-flex: 0 0 55.555555556%;
    flex: 0 0 55.555555556%;
    max-width: 55.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-7_5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-7_75 {
    -ms-flex: 0 0 63.888888889%;
    flex: 0 0 63.888888889%;
    max-width: 63.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-8_5 {
    -ms-flex: 0 0 70.833333333%;
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-8_75 {
    -ms-flex: 0 0 72.222222222%;
    flex: 0 0 72.222222222%;
    max-width: 72.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-9_5 {
    -ms-flex: 0 0 79.166666667%;
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-9_75 {
    -ms-flex: 0 0 80.555555556%;
    flex: 0 0 80.555555556%;
    max-width: 80.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-10_5 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-10_75 {
    -ms-flex: 0 0 88.888888889%;
    flex: 0 0 88.888888889%;
    max-width: 88.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-11_5 {
    -ms-flex: 0 0 95.833333333%;
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-11_75 {
    -ms-flex: 0 0 97.222222222%;
    flex: 0 0 97.222222222%;
    max-width: 97.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-12_5 {
    -ms-flex: 0 0 104.166666667%;
    flex: 0 0 104.166666667%;
    max-width: 104.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-12_75 {
    -ms-flex: 0 0 105.555555556%;
    flex: 0 0 105.555555556%;
    max-width: 105.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl-0_5 {
    -ms-flex: 0 0 4.166666667%;
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-0_75 {
    -ms-flex: 0 0 5.555555556%;
    flex: 0 0 5.555555556%;
    max-width: 5.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1_5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1_75 {
    -ms-flex: 0 0 13.888888889%;
    flex: 0 0 13.888888889%;
    max-width: 13.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-2_5 {
    -ms-flex: 0 0 20.833333333%;
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-2_75 {
    -ms-flex: 0 0 22.222222222%;
    flex: 0 0 22.222222222%;
    max-width: 22.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-3_5 {
    -ms-flex: 0 0 29.166666667%;
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-3_75 {
    -ms-flex: 0 0 30.555555556%;
    flex: 0 0 30.555555556%;
    max-width: 30.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-4_5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-4_75 {
    -ms-flex: 0 0 38.888888889%;
    flex: 0 0 38.888888889%;
    max-width: 38.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-5_5 {
    -ms-flex: 0 0 45.833333333%;
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-5_75 {
    -ms-flex: 0 0 47.222222222%;
    flex: 0 0 47.222222222%;
    max-width: 47.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-6_5 {
    -ms-flex: 0 0 54.166666667%;
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-6_75 {
    -ms-flex: 0 0 55.555555556%;
    flex: 0 0 55.555555556%;
    max-width: 55.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-7_5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-7_75 {
    -ms-flex: 0 0 63.888888889%;
    flex: 0 0 63.888888889%;
    max-width: 63.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-8_5 {
    -ms-flex: 0 0 70.833333333%;
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-8_75 {
    -ms-flex: 0 0 72.222222222%;
    flex: 0 0 72.222222222%;
    max-width: 72.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-9_5 {
    -ms-flex: 0 0 79.166666667%;
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-9_75 {
    -ms-flex: 0 0 80.555555556%;
    flex: 0 0 80.555555556%;
    max-width: 80.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-10_5 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-10_75 {
    -ms-flex: 0 0 88.888888889%;
    flex: 0 0 88.888888889%;
    max-width: 88.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-11_5 {
    -ms-flex: 0 0 95.833333333%;
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-11_75 {
    -ms-flex: 0 0 97.222222222%;
    flex: 0 0 97.222222222%;
    max-width: 97.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-12_5 {
    -ms-flex: 0 0 104.166666667%;
    flex: 0 0 104.166666667%;
    max-width: 104.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-12_75 {
    -ms-flex: 0 0 105.555555556%;
    flex: 0 0 105.555555556%;
    max-width: 105.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1920px) {
  .col-ul-0_5 {
    -ms-flex: 0 0 4.166666667%;
    flex: 0 0 4.166666667%;
    max-width: 4.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-0_75 {
    -ms-flex: 0 0 5.555555556%;
    flex: 0 0 5.555555556%;
    max-width: 5.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-1_5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-1_75 {
    -ms-flex: 0 0 13.888888889%;
    flex: 0 0 13.888888889%;
    max-width: 13.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-2_5 {
    -ms-flex: 0 0 20.833333333%;
    flex: 0 0 20.833333333%;
    max-width: 20.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-2_75 {
    -ms-flex: 0 0 22.222222222%;
    flex: 0 0 22.222222222%;
    max-width: 22.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-3_5 {
    -ms-flex: 0 0 29.166666667%;
    flex: 0 0 29.166666667%;
    max-width: 29.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-3_75 {
    -ms-flex: 0 0 30.555555556%;
    flex: 0 0 30.555555556%;
    max-width: 30.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-4_5 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-4_75 {
    -ms-flex: 0 0 38.888888889%;
    flex: 0 0 38.888888889%;
    max-width: 38.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-5_5 {
    -ms-flex: 0 0 45.833333333%;
    flex: 0 0 45.833333333%;
    max-width: 45.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-5_75 {
    -ms-flex: 0 0 47.222222222%;
    flex: 0 0 47.222222222%;
    max-width: 47.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-6_5 {
    -ms-flex: 0 0 54.166666667%;
    flex: 0 0 54.166666667%;
    max-width: 54.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-6_75 {
    -ms-flex: 0 0 55.555555556%;
    flex: 0 0 55.555555556%;
    max-width: 55.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-7_5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-7_75 {
    -ms-flex: 0 0 63.888888889%;
    flex: 0 0 63.888888889%;
    max-width: 63.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-8_5 {
    -ms-flex: 0 0 70.833333333%;
    flex: 0 0 70.833333333%;
    max-width: 70.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-8_75 {
    -ms-flex: 0 0 72.222222222%;
    flex: 0 0 72.222222222%;
    max-width: 72.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-9_5 {
    -ms-flex: 0 0 79.166666667%;
    flex: 0 0 79.166666667%;
    max-width: 79.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-9_75 {
    -ms-flex: 0 0 80.555555556%;
    flex: 0 0 80.555555556%;
    max-width: 80.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-10_5 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-10_75 {
    -ms-flex: 0 0 88.888888889%;
    flex: 0 0 88.888888889%;
    max-width: 88.888888889%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-11_5 {
    -ms-flex: 0 0 95.833333333%;
    flex: 0 0 95.833333333%;
    max-width: 95.833333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-11_75 {
    -ms-flex: 0 0 97.222222222%;
    flex: 0 0 97.222222222%;
    max-width: 97.222222222%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-12_5 {
    -ms-flex: 0 0 104.166666667%;
    flex: 0 0 104.166666667%;
    max-width: 104.166666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-12_75 {
    -ms-flex: 0 0 105.555555556%;
    flex: 0 0 105.555555556%;
    max-width: 105.555555556%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* col-auto similar ao col sem parametros do bootstrap */

.col-auto {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-ul-auto {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-ul-0 {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-1 {
    -ms-flex: 0 0 8.333333333%;
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-2 {
    -ms-flex: 0 0 16.666666667%;
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-4 {
    -ms-flex: 0 0 33.333333333%;
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-5 {
    -ms-flex: 0 0 41.666666667%;
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-7 {
    -ms-flex: 0 0 58.333333333%;
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-8 {
    -ms-flex: 0 0 66.666666667%;
    flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-10 {
    -ms-flex: 0 0 83.333333333%;
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-11 {
    -ms-flex: 0 0 91.666666667%;
    flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ul-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.alertify .ajs-dialog {
  border-radius: 0px;
}
.alertify .ajs-header {
  background: #e7e7e7;
  border-radius: 0px;
  padding: 10px 20px;
}
.ajs-buttons {
  text-align: center !important;
}
.alertify .ajs-footer {
  background-color: #fff;
  padding: 10px;
  border-top: 0px;
  border-radius: 0;
}
.alertify .ajs-body .ajs-content {
  padding: 15px 24px 0px 0px;
}
.alertify-notifier .ajs-message {
  text-align: left;
  color: #fff;
  opacity: 0.8;
  border: none;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}
.alertify-notifier .ajs-message {
  background: #ceeaf2;
  color: #288099;
}
.alertify-notifier .ajs-message.ajs-success {
  border: 1px solid rgba(70, 140, 70, 0.3);
  background: #cae5ca;
  color: #468c46;
}
.alertify-notifier .ajs-message.ajs-error {
  border: 1px solid rgba(126, 50, 53, 0.3);
  background: #edd2d3;
  color: #7e3235;
}
.alertify-notifier .ajs-message.ajs-warning {
  border: 1px solid rgba(198, 118, 5, 0.3);
  background: #fde2bb;
  color: #c67605;
}
.alertify-notifier .ajs-message.ajs-success,
.alertify-notifier .ajs-message.ajs-message,
.alertify-notifier .ajs-message.ajs-warning,
.alertify-notifier .ajs-message.ajs-error {
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5);
}
.alertify-notifier.ajs-top {
  top: 55px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #f8a133;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 1px;
  height: 100%;
  z-index: 400;
  margin-top: 20px;
}
ul.timeline > li:not(.not-timeline):after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 14px;
  z-index: 400;
  top: 0;
  margin-top: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #F89A24 transparent transparent;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:not(.not-timeline):before {
  content: ' ';
  background: #F89A24;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #F89A24;
  left: 8px;
  width: 6px;
  height: 6px;
  z-index: 400;
  margin-top: 20px;
}
.movimentacoes-linha-primeiro {
  background: #e1e1e1;
  border-bottom: 1px solid;
}
.movimentacoes-linha-primeiro:nth-child(2) {
  border-top: 1px solid;
}
.movimentacoes-linha-collapse {
  border-top: 1px solid;
  font-size: 0.875rem;
  background: #f7f7f7;
}
.header-movimentacoes {
  padding: 9px 15px 9px 10px;
  background: #F89A24;
  color: white;
  min-height: 37px;
}
.movimentacoes-linha-collapse.hoverable:hover,
.movimentacoes-linha-primeiro.hoverable:hover {
  background: #e7e7e7;
}
.collapse-botao-encargos-boleto {
  margin: 0 auto;
}
.formulario-encargos-boleto {
  background-color: #ededed;
}
.itens-cabecalho-tabela-encargos-descricao {
  width: 63%;
  border-top-color: white !important;
  padding-left: 0.8em !important;
  padding-bottom: 0.6em !important;
}
.itens-cabecalho-tabela-encargos-valor {
  border-top-color: white !important;
  padding-bottom: 0.6em !important;
}
.itens-tabela-encargos-descricao {
  border-top-color: white !important;
  border-bottom: 1px solid #dee2e6;
  padding-left: 0.8em !important;
}
.itens-tabela-encargos-valor {
  border-top-color: white !important;
  border-bottom: 1px solid #dee2e6;
}
.ultimo-item-tabela-encargo-descricao {
  border-top-color: white !important;
  padding-left: 0.8em !important;
}
.ultimo-item-tabela-encargo-valor {
  border-top-color: white !important;
}
.tfoot-tabela-encargos {
  position: sticky;
  bottom: 0;
  background-color: white;
}
.itens-rodape-tabela-encargos-descricao {
  padding-left: 0.8em !important;
}
.tabela-encargos {
  padding-top: 0.2em !important;
}
.tabela-encargos .card {
  max-height: 14.3em !important;
  overflow: hidden;
  overflow-y: auto;
}
.tabela-encargos .card table {
  margin-bottom: 0px !important;
  border-collapse: separate;
}
.tabela-encargos .card table thead {
  font-size: 12px;
}
.botao-gerar-boleto-encargos {
  text-align: right !important;
  padding: 15px !important;
  padding-right: 1.1em !important;
}
/* Animacao ngIf */

.animate-if.ng-enter {
  transition: all ease-in-out 0.5s;
}
.animate-if.ng-leave {
  transition: all ease-in-out 0.5s;
}
.animate-if.ng-leave {
  display: none !important;
}
.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}
.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}
/* Animacao do ngRepeat */

.animate-repeat {
  transition: all ease-in-out 0.5s;
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all ease-in-out 0.5s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
}
.box-planos {
  position: absolute;
  top: 111px;
  left: 0;
  z-index: 100;
  width: 100vw;
  transition: all 0.5 ease-in-out;
}
@media print {
  .box-planos {
    display: none;
  }
}
@media (min-width: 992px) {
  .box-planos {
    top: 59px;
  }
}
@media (min-width: 1120px) {
  .box-planos {
    width: calc(100vw -  184px );
    left: 184px;
  }
  .sidebar-minimized .box-planos {
    width: calc(100vw -  20px );
    left: 20px;
  }
}
.box-planos-corpo {
  border: 2px solid #F89A24;
  border-top: 0;
  background: white;
  max-height: 350px;
  overflow: auto;
  width: 430px;
  margin: 0 auto;
}
.box-planos-corpo[aria-expanded="false"]:not(.collapsing) {
  border: none;
}
/*@media (min-width: @BreakXs) { .box-planos-corpo { width: 430px; } }
@media (min-width: @BreakMd) { .box-planos-corpo { width: 400px; } }
@media (min-width: @BreakXl) { .box-planos-corpo { width: 450px; } }*/

.box-planos-aba {
  max-width: 360px;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  border-top: 40px solid #F89A24;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  margin: 0 auto;
  position: relative;
}
.box-planos-aba > * {
  position: absolute;
  top: -45px;
  font-size: 1rem;
  width: 100%;
}
/*@media (min-width: @BreakXs) { .box-planos-aba { max-width: 320px; } }
@media (min-width: @BreakMd) { .box-planos-aba { max-width: 400px; } }
@media (min-width: @BreakXl) { .box-planos-aba { max-width: 450px; } }*/

.box-planos-aba:hover {
  border-top: 40px solid #f8951a;
}
.seletor-plano-overlay {
  position: absolute;
  display: block;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.seletor-plano-overlay.open {
  left: 0;
  opacity: 1;
}
.customScroll::-webkit-scrollbar {
  width: 8px;
}
.customScroll::-webkit-scrollbar-track {
  background: #DDD;
}
.customScroll::-webkit-scrollbar-thumb {
  background: #AAA;
}
.customScroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.customScroll::-webkit-scrollbar-thumb:active {
  background: #888;
}
.loading-icon {
  width: 15px;
  height: 15px;
  border: solid 2px transparent;
  border-top-color: #0E2083;
  border-left-color: #0E2083;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@media (min-width: 0px) {
  .loading-icon-1x {
    width: 15px;
    height: 15px;
  }
  .loading-icon-2x {
    width: 30px;
    height: 30px;
  }
  .loading-icon-3x {
    width: 45px;
    height: 45px;
  }
  .loading-icon-4x {
    width: 60px;
    height: 60px;
  }
  .loading-icon-5x {
    width: 75px;
    height: 75px;
  }
  .loading-icon-6x {
    width: 90px;
    height: 90px;
  }
  .loading-icon-7x {
    width: 105px;
    height: 105px;
  }
  .loading-icon-8x {
    width: 120px;
    height: 120px;
  }
  .loading-icon-9x {
    width: 135px;
    height: 135px;
  }
  .loading-icon-10x {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 576px) {
  .loading-icon-sm-1x {
    width: 15px;
    height: 15px;
  }
  .loading-icon-sm-2x {
    width: 30px;
    height: 30px;
  }
  .loading-icon-sm-3x {
    width: 45px;
    height: 45px;
  }
  .loading-icon-sm-4x {
    width: 60px;
    height: 60px;
  }
  .loading-icon-sm-5x {
    width: 75px;
    height: 75px;
  }
  .loading-icon-sm-6x {
    width: 90px;
    height: 90px;
  }
  .loading-icon-sm-7x {
    width: 105px;
    height: 105px;
  }
  .loading-icon-sm-8x {
    width: 120px;
    height: 120px;
  }
  .loading-icon-sm-9x {
    width: 135px;
    height: 135px;
  }
  .loading-icon-sm-10x {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .loading-icon-md-1x {
    width: 15px;
    height: 15px;
  }
  .loading-icon-md-2x {
    width: 30px;
    height: 30px;
  }
  .loading-icon-md-3x {
    width: 45px;
    height: 45px;
  }
  .loading-icon-md-4x {
    width: 60px;
    height: 60px;
  }
  .loading-icon-md-5x {
    width: 75px;
    height: 75px;
  }
  .loading-icon-md-6x {
    width: 90px;
    height: 90px;
  }
  .loading-icon-md-7x {
    width: 105px;
    height: 105px;
  }
  .loading-icon-md-8x {
    width: 120px;
    height: 120px;
  }
  .loading-icon-md-9x {
    width: 135px;
    height: 135px;
  }
  .loading-icon-md-10x {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .loading-icon-lg-1x {
    width: 15px;
    height: 15px;
  }
  .loading-icon-lg-2x {
    width: 30px;
    height: 30px;
  }
  .loading-icon-lg-3x {
    width: 45px;
    height: 45px;
  }
  .loading-icon-lg-4x {
    width: 60px;
    height: 60px;
  }
  .loading-icon-lg-5x {
    width: 75px;
    height: 75px;
  }
  .loading-icon-lg-6x {
    width: 90px;
    height: 90px;
  }
  .loading-icon-lg-7x {
    width: 105px;
    height: 105px;
  }
  .loading-icon-lg-8x {
    width: 120px;
    height: 120px;
  }
  .loading-icon-lg-9x {
    width: 135px;
    height: 135px;
  }
  .loading-icon-lg-10x {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .loading-icon-xl-1x {
    width: 15px;
    height: 15px;
  }
  .loading-icon-xl-2x {
    width: 30px;
    height: 30px;
  }
  .loading-icon-xl-3x {
    width: 45px;
    height: 45px;
  }
  .loading-icon-xl-4x {
    width: 60px;
    height: 60px;
  }
  .loading-icon-xl-5x {
    width: 75px;
    height: 75px;
  }
  .loading-icon-xl-6x {
    width: 90px;
    height: 90px;
  }
  .loading-icon-xl-7x {
    width: 105px;
    height: 105px;
  }
  .loading-icon-xl-8x {
    width: 120px;
    height: 120px;
  }
  .loading-icon-xl-9x {
    width: 135px;
    height: 135px;
  }
  .loading-icon-xl-10x {
    width: 150px;
    height: 150px;
  }
}
.lista-collapse {
  list-style: none;
  margin-bottom: 0px;
}
.lista-collapse .lista-collapse_item .lista-collapse_head,
.lista-collapse .lista-collapse_item .lista-collapse_body,
.lista-collapse .lista-collapse_item .lista-collapse_footer {
  padding: 10px 15px;
}
:not(#body-simulador) .spinner-participante .postfix-input,
:not(#body-simulador) .spinner-participante .prefix-input {
  line-height: 1.5;
  background: #fff;
  padding: 0 5px;
  border: 1px solid #CCCBCB;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
:not(#body-simulador) .spinner-participante .postfix-input.disabled,
:not(#body-simulador) .spinner-participante .prefix-input.disabled {
  background: #e9ecef;
}
:not(#body-simulador) .spinner-participante .spinner-participante-input {
  padding-right: 0px !important;
  border: 1px solid #CCCBCB;
  border-left: 0;
  border-right: 0;
}
:not(#body-simulador) .spinner-participante .spinner-participante-input:disabled {
  background: #e9ecef;
}
:not(#body-simulador) .spinner-participante .input-group-btn > button {
  background: none;
  border: 1px solid #CCCBCB;
  color: #F89A24;
  line-height: 1.6;
  padding: 0 10px;
}
:not(#body-simulador) .spinner-participante .btn.btn-up {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:not(#body-simulador) .spinner-participante .btn.btn-down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wizard {
  margin-left: 0;
  margin-right: 2.1rem;
}
@media (min-width: 0px) {
  .wizard > .arrow {
    border-top: 2px solid;
    border-color: #ffffff;
    padding-left: 10px;
    height: 40px;
    background: #CCCBCB;
    padding-left: 30px;
    padding-right: 10px;
    color: #555555;
  }
  .wizard > .arrow:before {
    content: none;
  }
  .wizard > .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: calc(100% - 15px);
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    background: #CCCBCB;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .wizard > .arrow .step-number {
    font-size: 3rem;
    line-height: 4rem;
  }
  .wizard > .arrow .step-title {
    padding-top: 10px;
    z-index: 10;
  }
  .wizard > .arrow.active {
    background: #F89A24;
    color: #000000;
  }
  .wizard > .arrow.active:after {
    background: #F89A24;
    color: #000000;
  }
  .wizard > .arrow.active + .arrow:before {
    background: #F89A24;
  }
  .wizard > .arrow.done {
    background: #CCCBCB;
    color: #F89A24;
  }
  .wizard > .arrow.done:after {
    background: #CCCBCB;
    color: #F89A24;
  }
  .wizard > .arrow.done + .arrow:before {
    background: #CCCBCB;
  }
  .wizard.wizard-lg > .arrow {
    height: 58px;
    padding-left: 10px;
  }
  .wizard.wizard-lg > .arrow:before {
    top: 8px;
    left: -20px;
    width: 42px;
    height: 42px;
  }
  .wizard.wizard-lg > .arrow:after {
    top: 8px;
    left: calc(100% - 19px);
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .wizard > .arrow {
    border-top: 0;
  }
  .wizard > .arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    background: #CCCBCB;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .wizard > .arrow:first-child {
    padding-left: 10px;
  }
  .wizard > .arrow:first-child:before {
    content: none;
  }
  .wizard > .arrow:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: calc(100% - 15px);
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    background: #CCCBCB;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .wizard > .arrow.active:after {
    background: #F89A24;
    color: #000000;
  }
  .wizard > .arrow.done:after {
    background: #CCCBCB;
    color: #F89A24;
  }
  .wizard.wizard-lg > .arrow {
    padding-left: 42px;
  }
  .wizard.wizard-lg > .arrow:last-child:after {
    top: 8px;
    left: calc(100% - 19px);
    width: 42px;
    height: 42px;
  }
  .wizard.wizard-lg > .arrow:first-child {
    padding-left: 10px;
  }
}
.box-objetivos {
  padding: 15px 0 15px 0;
}
.box-objetivos .row {
  margin: 0 10px 0 10px;
}
.box-objetivos label {
  font-weight: bold;
}
.box-objetivos .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  margin: 0 10px 0 10px;
  width: 70px;
  cursor: pointer;
}
.box-objetivos .item .circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #4e4e4e;
  background-color: #e1e1e1;
}
.box-objetivos .item .label-circulo {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  color: #F89A24;
  padding-top: 10px;
}
.box-objetivos .item.selected .circulo {
  color: #ffffff;
  background-color: #F89A24;
}
.grid-header {
  background: #F89A24;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.grid-header .txt-label {
  font-weight: bold;
  color: #ffffff;
}
.grid-header ol.li {
  border: 1px solid #F89A24;
  border-top: 0;
}
.grid-body {
  background: #ffffff;
}
.grid-body li {
  border-bottom: 1px solid #CCCBCB;
  border-left: 1px solid #F89A24;
  border-right: 1px solid #F89A24;
}
.grid-row {
  padding: 10px 0 10px 0;
  border-right: 1px solid #CCCBCB;
}
.grid-row-right {
  padding: 10px 0 10px 0;
  border-right: 0;
}
.grid-footer {
  border-bottom: 1px solid #F89A24 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.btn-switch > .btn:not(:last-child):not(.dropdown-toggle),
.btn-switch > .btn-switch:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 10px 5px 10px;
  box-shadow: none;
}
.btn-switch > .btn:not(:first-child),
.btn-switch > .btn-switch:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 10px 5px 10px;
  box-shadow: none;
}
.alert.elegibilidade {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0 1rem 0;
  border-radius: 0.25rem;
  font-size: 13px;
  border: 0;
  color: #814E39;
  background: #F2DEDF;
  text-align: center;
}
.alert.elegibilidade li {
  text-align: left;
}
.elegiblidade-simulador {
  color: #814E39;
}
@media (min-width: 576px) {
  .alert.elegibilidade .col-criticas {
    display: flex;
    justify-content: space-around;
  }
  .alert.elegibilidade .col-criticas .col-left {
    margin-left: 5em;
  }
  .alert.elegibilidade .col-criticas .col-right {
    margin-right: 8em;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.list-style-none {
  list-style: none;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cursor-pointer {
  cursor: pointer !important;
}
.bg-card-hover:hover {
  background: #efefef;
}
.mh-52px {
  min-height: 52px;
}
.mh-160px {
  min-height: 166px;
}
.mh-180px {
  min-height: 180px;
}
.mh-170px {
  min-height: 170px;
}
.mh-59px {
  min-height: 59px;
}
.mw-100px {
  min-widtdh: 100px;
}
.ng-hide {
  display: none !important;
}
.mh-0px {
  max-height: 0px !important;
}
.wh-145px {
  width: 145px;
  height: 145px;
}
.lh-210px {
  line-height: 210px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.form-control {
  border: 1px solid #cccbcb;
}
.form-control-value {
  height: calc(1.8125rem + 2px);
  padding: 0.2rem 0;
  font-size: 0.875rem;
  line-height: 2;
}
.square {
  position: relative;
  width: 95%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 0px) {
  .cadastro-foto-usuario {
    font-size: 6rem;
  }
  .square {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .cadastro-foto-usuario {
    font-size: 6rem;
  }
  .square {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cadastro-foto-usuario {
    font-size: 4rem;
  }
  .square {
    position: relative;
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cadastro-foto-usuario {
    font-size: 6rem;
  }
}
.position-relative {
  position: relative !important;
}
.input-group-xs,
.form-control-xs {
  height: 1.5rem !important;
}
.arrow-collapse {
  background: #F89A24;
  color: white;
  border-radius: 100%;
  width: 24px;
  line-height: 24px;
  display: inline-block;
}
.arrow-collapse i {
  transition: transform 0.1s ease-in-out;
}
[aria-expanded="true"] .arrow-collapse {
  background: #0E2083;
}
[aria-expanded="true"] .arrow-collapse i {
  transform: scaleY(-1);
}
.mh-cards-saldo {
  min-height: 274px;
}
.chart-saldo text {
  text-transform: capitalize;
}
.box-shadow-none {
  box-shadow: none !important;
}
.smooth-scroll-mobile {
  -webkit-overflow-scrolling: touch;
}
.date-range .input-group-text {
  background: none;
  border: none;
  line-height: 1rem;
}
.date-range .input-group {
  background: #fff;
  border: 1px solid #696969;
}
.date-range .form-control {
  border: none;
  background: none;
  box-shadow: none !important;
  text-transform: lowercase;
  font-size: 0.9rem;
  cursor: pointer;
}
.date-range .form-control:focus:not(:disabled),
.date-range .form-control:hover:not(:disabled) {
  text-decoration: underline;
}
@media print {
  .collapse {
    display: block !important;
  }
  ui-breadcrumb {
    display: none !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.legend-circle {
  width: 20px;
  height: 20px;
}
.rotate-90 {
  transform: rotate(90deg);
}
.cursor-help {
  cursor: help !important;
}
[ng-message] {
  color: #e24141;
  font-size: 0.8rem;
}
.toggleable-toggle[aria-expanded="false"] .toggleable.fa-chevron-down:before {
  content: "\f078";
}
.toggleable-toggle[aria-expanded="false"] .toggleable.fa-chevron-right:before {
  content: "\f054";
}
.toggleable-toggle[aria-expanded="true"] .toggleable.fa-chevron-down:before {
  content: "\f077";
}
.toggleable-toggle[aria-expanded="true"] .toggleable.fa-chevron-right:before {
  content: "\f078";
}
.stripped > *:nth-child(2n) {
  background-color: #f2f2f2;
}
.fake-border-bottom-primary:after {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid #e5dcd0;
  border-bottom: 1px solid #ffffff;
  background: #F89A24;
  box-sizing: initial;
}
.fake-border-bottom-secondary:after {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid #8489a6;
  border-bottom: 1px solid #dddee6;
  background: #0E2083;
  box-sizing: initial;
}
.alert > ul {
  margin-left: 20px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.trapzeio-invertido.fora {
  box-shadow: 7px 0px 9px -5px #0000001f;
  z-index: 10;
}
.trapzeio-invertido {
  position: relative;
  padding: 15px;
}
.trapzeio-invertido:before {
  content: "";
  position: absolute;
  top: -4%;
  bottom: -11%;
  left: -5%;
  right: -3%;
  background: #d9d9d9;
  z-index: 0;
  -webkit-transform: perspective(50em) rotateX(-10deg);
  transform: perspective(19rem) rotateY(-10deg);
}
.trapzeio-invertido > * {
  position: absolute;
  z-index: 10;
}
.border-radius-0 {
  border-radius: 0;
}
.triangulo-top-right:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: 0;
  right: 15px;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #0E2083 transparent transparent;
}
.triangulo-top-right > span {
  position: absolute;
  z-index: 20;
  top: 10px;
  color: #ffffff;
  right: 20px;
  transform: rotateZ(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.input-perfil {
  position: absolute;
  top: -10px;
  right: 23px;
}
.square-10px {
  width: 10px;
  height: 10px;
}
.verticle-align-middle {
  vertical-align: middle;
}
.form-control-range .input-group {
  border-radius: 0.25rem;
  border: 1px solid #cccbcb;
}
multiselect .dropdown-toggle {
  height: calc(2.25rem + 4px);
}
.verticle-align-middle {
  vertical-align: middle;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}
ol.ul-parenteses > li {
  position: relative;
}
ol.ul-parenteses > li:before {
  display: inline-block;
  width: 7px;
  position: absolute;
  left: -8px;
  content: ')';
  text-align: center;
}
.bgList:hover {
  color: #F89A24;
}
.img-overlay-box {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.img-overlay-bottom {
  bottom: 0;
}
.img-overlay-top {
  top: 0;
}
.width-30px {
  width: 30px;
  min-width: 30px;
}
.drop-shadow-1 {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.42);
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.input-loading {
  position: absolute;
  top: 8px;
  right: 10px;
}
.time-picker {
  position: relative;
}
.time-up {
  position: absolute;
  top: 0;
  right: 2px;
}
.time-down {
  position: absolute;
  bottom: 0;
  right: 2px;
}
img.grayscale {
  filter: url("/angular-app/assets/css/site/data:image/svg+xml;utf8,&lt;svg xmlns=/'http:/www.w3.org/2000/svg/'&gt;&lt;filter id=/'grayscale/'&gt;&lt;feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.cursor-move {
  cursor: move;
}
.min-width-auto {
  min-width: auto;
}
.no-padding {
  padding: 0 !important;
}
[isp-campo-editavel] .input-loading {
  top: 33px;
  right: 22px;
}
.w-40 {
  width: 40% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.pe-none {
  pointer-events: none;
}
.text-erro,
.txt-erro,
.text-hover-erro:hover {
  color: #dc4545 !important;
}
.text-primary,
.txt-primary,
.text-hover-primary:hover {
  color: #F89A24 !important;
}
.text-secondary,
.txt-secondary,
.text-hover-secondary:hover {
  color: #0E2083 !important;
}
.text-verde,
.txt-verde,
.text-hover-verde:hover {
  color: #6fae6f !important;
}
.text-vermelho,
.txt-vermelho,
.text-hover-vermelho:hover {
  color: #e24141 !important;
}
.text-branco,
.txt-branco,
.text-hover-branco:hover {
  color: #ffffff !important;
}
.text-amarelo,
.txt-amarelo,
.text-hover-amarelo:hover {
  color: #ac960c !important;
}
.text-label,
.txt-label,
.txt-label > *:not(i) {
  color: #F89A24;
  font-weight: bold;
  font-family: url();
}
.text-preto,
txt-preta {
  color: #000000 !important;
}
.text-cinza-darkest,
txt-cinza-darkest {
  color: #2e2e2e !important;
}
.text-cinza-darker,
txt-cinza-darker {
  color: #555555 !important;
}
.text-cinza-dark,
txt-cinza-dark {
  color: #7a7a7a !important;
}
.text-cinza,
txt-cinza {
  color: #e1e1e1 !important;
}
.text-cinza-light,
txt-cinza-light {
  color: #e7e7e7 !important;
}
.text-cinza-lighter,
txt-cinza-lighter {
  color: #f2f2f2 !important;
}
.text-cinza-lightest,
txt-cinza-lightest {
  color: #f7f7f7 !important;
}
.text-rentabilidade-prevista,
text-rentabilidade-prevista {
  color: #FE7649 !important;
}
.text-cinza-v2,
txt-cinza-v2 {
  color: #d9d9d9 !important;
}
.text-cinza-v3,
txt-cinza-v3 {
  color: #CCCBCB !important;
}
.text-cinza-v4,
txt-cinza-v4 {
  color: #878586 !important;
}
.text-decoration-none,
.txt-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.txt-0_8rem,
.txt-08rem {
  font-size: 0.8rem;
}
.txt-0_9rem,
.txt-09rem {
  font-size: 0.9rem;
}
.txt-1rem {
  font-size: 1rem;
}
.txt-1_08rem {
  font-size: 1.08rem;
}
.txt-1_1rem {
  font-size: 1.1rem;
}
.txt-1_2rem {
  font-size: 1.2rem;
}
.txt-1_4rem {
  font-size: 1.4rem;
}
.txt-2rem {
  font-size: 2rem;
}
@media print {
  .txt-label {
    font-weight: normal;
  }
}
.font-weight-normal {
  font-weight: norma !important;
}
@media (min-width: 576px) {
  .font-weight-bold-sm {
    font-weight: bold !important;
  }
  .font-weight-normal-sm {
    font-weight: normal !important;
  }
}
@media (min-width: 768px) {
  .font-weight-bold-md {
    font-weight: bold !important;
  }
  .font-weight-normal-md {
    font-weight: normal !important;
  }
}
@media (min-width: 992px) {
  .font-weight-bold-lg {
    font-weight: bold !important;
  }
  .font-weight-normal-lg {
    font-weight: normal !important;
  }
}
@media (min-width: 1200px) {
  .font-weight-bold-xl {
    font-weight: bold !important;
  }
  .font-weight-normal-xl {
    font-weight: normal !important;
  }
}
@media print {
  .font-weight-normal-print {
    font-weight: normal !important;
  }
}
.font-weight-bold,
.font-weight-bold > *:not(i) {
  font-family: url();
}
@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
.section-icon-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.section-alert {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.text-bottom-right {
  position: absolute;
  right: 2rem;
}
.text-underline {
  text-decoration: underline !important;
}
ng-messages,
[ng-messages] {
  font-size: 0.875rem;
  color: #e24141;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.white-space-break-spaces {
  white-space: break-spaces;
}
@media (min-width: 0px) {
  .bg-hover:hover > .bg-none-hover,
  .bg-none-hover:hover,
  .bg-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-primary-hover,
  .bg-primary-hover:hover,
  .bg-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-secondary-hover,
  .bg-secondary-hover:hover,
  .bg-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-terciary-hover,
  .bg-terciary-hover:hover,
  .bg-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
@media (min-width: 576px) {
  .bg-hover:hover > .bg-sm-none-hover,
  .bg-sm-none-hover:hover,
  .bg-sm-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-sm-primary-hover,
  .bg-sm-primary-hover:hover,
  .bg-sm-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-sm-secondary-hover,
  .bg-sm-secondary-hover:hover,
  .bg-sm-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-sm-terciary-hover,
  .bg-sm-terciary-hover:hover,
  .bg-sm-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-sm-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-sm-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-sm-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-sm-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-sm-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-sm-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-sm-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-sm-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-sm-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-sm-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-sm-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-sm-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-sm-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-sm-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-sm-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-sm-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-sm-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-sm-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-sm-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .bg-hover:hover > .bg-md-none-hover,
  .bg-md-none-hover:hover,
  .bg-md-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-md-primary-hover,
  .bg-md-primary-hover:hover,
  .bg-md-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-md-secondary-hover,
  .bg-md-secondary-hover:hover,
  .bg-md-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-md-terciary-hover,
  .bg-md-terciary-hover:hover,
  .bg-md-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-md-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-md-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-md-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-md-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-md-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-md-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-md-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-md-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-md-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-md-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-md-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-md-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-md-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-md-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-md-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-md-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-md-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-md-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-md-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .bg-hover:hover > .bg-lg-none-hover,
  .bg-lg-none-hover:hover,
  .bg-lg-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-lg-primary-hover,
  .bg-lg-primary-hover:hover,
  .bg-lg-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-lg-secondary-hover,
  .bg-lg-secondary-hover:hover,
  .bg-lg-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-lg-terciary-hover,
  .bg-lg-terciary-hover:hover,
  .bg-lg-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-lg-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-lg-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-lg-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-lg-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-lg-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-lg-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-lg-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-lg-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-lg-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-lg-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-lg-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-lg-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-lg-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-lg-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-lg-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-lg-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-lg-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-lg-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-lg-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .bg-hover:hover > .bg-xl-none-hover,
  .bg-xl-none-hover:hover,
  .bg-xl-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-xl-primary-hover,
  .bg-xl-primary-hover:hover,
  .bg-xl-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-xl-secondary-hover,
  .bg-xl-secondary-hover:hover,
  .bg-xl-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-xl-terciary-hover,
  .bg-xl-terciary-hover:hover,
  .bg-xl-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-xl-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-xl-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-xl-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-xl-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-xl-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-xl-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-xl-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-xl-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-xl-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-xl-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-xl-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-xl-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-xl-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-xl-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-xl-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-xl-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-xl-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-xl-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-xl-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
@media (min-width: 1920px) {
  .bg-hover:hover > .bg-ul-none-hover,
  .bg-ul-none-hover:hover,
  .bg-ul-none {
    background: none !important;
  }
  .bg-hover:hover > .bg-ul-primary-hover,
  .bg-ul-primary-hover:hover,
  .bg-ul-primary {
    background-color: #F89A24 !important;
    color: #000000;
  }
  .bg-hover:hover > .bg-ul-secondary-hover,
  .bg-ul-secondary-hover:hover,
  .bg-ul-secondary {
    background-color: #0E2083 !important;
    color: #ffffff;
  }
  .bg-hover:hover > .bg-ul-terciary-hover,
  .bg-ul-terciary-hover:hover,
  .bg-ul-terciary {
    background-color: #F6F6F6 !important;
    color: #000000;
  }
  /* tem que sair */
  
  .bg-ul-terciary-dark {
    background-color: #e9e9e9 !important;
    color: #ffffff;
  }
  .bg-ul-gray {
    background-color: #e7e7e7 !important;
    color: #ffffff;
  }
  .bg-ul-gray-dark {
    background-color: #dbdbdb !important;
    color: #ffffff;
  }
  /* fim tem que sair */
  
  .bg-ul-sidebar {
    background: #1A3F6C !important;
    color: #ffffff;
  }
  .bg-ul-vermelho {
    background-color: #e24141 !important;
    color: #ffffff;
  }
  .bg-ul-amarelo {
    background-color: #ffc107 !important;
    color: #000000;
  }
  .bg-ul-verde {
    background-color: #6fae6f !important;
    color: #ffffff;
  }
  .bg-ul-preto {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .bg-ul-cinza-darkest {
    background-color: #2e2e2e !important;
    color: #ffffff;
  }
  .bg-ul-cinza-darker {
    background-color: #555555 !important;
    color: #ffffff;
  }
  .bg-ul-cinza-dark {
    background-color: #7a7a7a !important;
    color: #ffffff;
  }
  .bg-ul-cinza {
    background-color: #e1e1e1 !important;
    color: #000000;
  }
  .bg-ul-cinza-light {
    background-color: #e7e7e7 !important;
    color: #000000;
  }
  .bg-ul-cinza-lighter {
    background-color: #f2f2f2 !important;
    color: #000000;
  }
  .bg-ul-cinza-lightest {
    background-color: #f7f7f7 !important;
    color: #000000;
  }
  .bg-ul-cinza-v2 {
    background-color: #d9d9d9 !important;
    color: #000000;
  }
  .bg-ul-cinza-v3 {
    background-color: #CCCBCB !important;
    color: #000000;
  }
  .bg-ul-cinza-v4 {
    background-color: #878586 !important;
    color: #ffffff;
  }
  .bg-ul-rentabilidade-prevista {
    background-color: #FE7649 !important;
    color: #ffffff;
  }
}
.bg-checkered {
  background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%), -moz-linear-gradient(-45deg, #ddd 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #ddd 75%), -moz-linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #ddd), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ddd), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #ddd)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #ddd));
  background-size: 24px 24px;
  background-position: 0 0, 12px 0, 12px -12px, 0px 12px;
}
.img-placeholder {
  background: url("/angular-app/assets/img/carregando.png") no-repeat;
}
@media (min-width: 0px) {
  .f-order-1 {
    order: 1;
  }
  .f-order-2 {
    order: 2;
  }
  .f-order-3 {
    order: 3;
  }
  .f-order-4 {
    order: 4;
  }
  .f-order-5 {
    order: 5;
  }
  .f-order-6 {
    order: 6;
  }
  .f-order-7 {
    order: 7;
  }
  .f-order-8 {
    order: 8;
  }
  .f-order-9 {
    order: 9;
  }
  .f-order-10 {
    order: 10;
  }
  .f-order-11 {
    order: 11;
  }
  .f-order-12 {
    order: 12;
  }
}
@media (min-width: 576px) {
  .f-order-sm-1 {
    order: 1;
  }
  .f-order-sm-2 {
    order: 2;
  }
  .f-order-sm-3 {
    order: 3;
  }
  .f-order-sm-4 {
    order: 4;
  }
  .f-order-sm-5 {
    order: 5;
  }
  .f-order-sm-6 {
    order: 6;
  }
  .f-order-sm-7 {
    order: 7;
  }
  .f-order-sm-8 {
    order: 8;
  }
  .f-order-sm-9 {
    order: 9;
  }
  .f-order-sm-10 {
    order: 10;
  }
  .f-order-sm-11 {
    order: 11;
  }
  .f-order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .f-order-md-1 {
    order: 1;
  }
  .f-order-md-2 {
    order: 2;
  }
  .f-order-md-3 {
    order: 3;
  }
  .f-order-md-4 {
    order: 4;
  }
  .f-order-md-5 {
    order: 5;
  }
  .f-order-md-6 {
    order: 6;
  }
  .f-order-md-7 {
    order: 7;
  }
  .f-order-md-8 {
    order: 8;
  }
  .f-order-md-9 {
    order: 9;
  }
  .f-order-md-10 {
    order: 10;
  }
  .f-order-md-11 {
    order: 11;
  }
  .f-order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .f-order-lg-1 {
    order: 1;
  }
  .f-order-lg-2 {
    order: 2;
  }
  .f-order-lg-3 {
    order: 3;
  }
  .f-order-lg-4 {
    order: 4;
  }
  .f-order-lg-5 {
    order: 5;
  }
  .f-order-lg-6 {
    order: 6;
  }
  .f-order-lg-7 {
    order: 7;
  }
  .f-order-lg-8 {
    order: 8;
  }
  .f-order-lg-9 {
    order: 9;
  }
  .f-order-lg-10 {
    order: 10;
  }
  .f-order-lg-11 {
    order: 11;
  }
  .f-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .f-order-xl-1 {
    order: 1;
  }
  .f-order-xl-2 {
    order: 2;
  }
  .f-order-xl-3 {
    order: 3;
  }
  .f-order-xl-4 {
    order: 4;
  }
  .f-order-xl-5 {
    order: 5;
  }
  .f-order-xl-6 {
    order: 6;
  }
  .f-order-xl-7 {
    order: 7;
  }
  .f-order-xl-8 {
    order: 8;
  }
  .f-order-xl-9 {
    order: 9;
  }
  .f-order-xl-10 {
    order: 10;
  }
  .f-order-xl-11 {
    order: 11;
  }
  .f-order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1920px) {
  .f-order-ul-1 {
    order: 1;
  }
  .f-order-ul-2 {
    order: 2;
  }
  .f-order-ul-3 {
    order: 3;
  }
  .f-order-ul-4 {
    order: 4;
  }
  .f-order-ul-5 {
    order: 5;
  }
  .f-order-ul-6 {
    order: 6;
  }
  .f-order-ul-7 {
    order: 7;
  }
  .f-order-ul-8 {
    order: 8;
  }
  .f-order-ul-9 {
    order: 9;
  }
  .f-order-ul-10 {
    order: 10;
  }
  .f-order-ul-11 {
    order: 11;
  }
  .f-order-ul-12 {
    order: 12;
  }
}
@media (min-width: 0px) {
  .min-height-100px {
    min-height: 100px;
  }
  .height-100px {
    height: 100px;
  }
  .max-height-100px {
    max-height: 100px;
  }
  .min-height-150px {
    min-height: 150px;
  }
  .height-150px {
    height: 150px;
  }
  .max-height-150px {
    max-height: 150px;
  }
  .min-height-200px {
    min-height: 200px;
  }
  .height-200px {
    height: 200px;
  }
  .max-height-200px {
    max-height: 200px;
  }
  .min-height-250px {
    min-height: 250px;
  }
  .height-250px {
    height: 250px;
  }
  .max-height-250px {
    max-height: 250px;
  }
  .min-height-300px {
    min-height: 300px;
  }
  .height-300px {
    height: 300px;
  }
  .max-height-300px {
    max-height: 300px;
  }
  .min-height-350px {
    min-height: 350px;
  }
  .height-350px {
    height: 350px;
  }
  .max-height-350px {
    max-height: 350px;
  }
  .min-height-400px {
    min-height: 400px;
  }
  .height-400px {
    height: 400px;
  }
  .max-height-400px {
    max-height: 400px;
  }
  .min-height-450px {
    min-height: 450px;
  }
  .height-450px {
    height: 450px;
  }
  .max-height-450px {
    max-height: 450px;
  }
  .min-height-500px {
    min-height: 500px;
  }
  .height-500px {
    height: 500px;
  }
  .max-height-500px {
    max-height: 500px;
  }
  .min-height-550px {
    min-height: 550px;
  }
  .height-550px {
    height: 550px;
  }
  .max-height-550px {
    max-height: 550px;
  }
  .min-height-600px {
    min-height: 600px;
  }
  .height-600px {
    height: 600px;
  }
  .max-height-600px {
    max-height: 600px;
  }
  .min-height-650px {
    min-height: 650px;
  }
  .height-650px {
    height: 650px;
  }
  .max-height-650px {
    max-height: 650px;
  }
  .min-height-700px {
    min-height: 700px;
  }
  .height-700px {
    height: 700px;
  }
  .max-height-700px {
    max-height: 700px;
  }
  .min-height-750px {
    min-height: 750px;
  }
  .height-750px {
    height: 750px;
  }
  .max-height-750px {
    max-height: 750px;
  }
  .min-height-800px {
    min-height: 800px;
  }
  .height-800px {
    height: 800px;
  }
  .max-height-800px {
    max-height: 800px;
  }
  .min-height-850px {
    min-height: 850px;
  }
  .height-850px {
    height: 850px;
  }
  .max-height-850px {
    max-height: 850px;
  }
  .min-height-900px {
    min-height: 900px;
  }
  .height-900px {
    height: 900px;
  }
  .max-height-900px {
    max-height: 900px;
  }
  .min-height-950px {
    min-height: 950px;
  }
  .height-950px {
    height: 950px;
  }
  .max-height-950px {
    max-height: 950px;
  }
  .min-height-1000px {
    min-height: 1000px;
  }
  .height-1000px {
    height: 1000px;
  }
  .max-height-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 576px) {
  .min-height-sm-100px {
    min-height: 100px;
  }
  .height-sm-100px {
    height: 100px;
  }
  .max-height-sm-100px {
    max-height: 100px;
  }
  .min-height-sm-150px {
    min-height: 150px;
  }
  .height-sm-150px {
    height: 150px;
  }
  .max-height-sm-150px {
    max-height: 150px;
  }
  .min-height-sm-200px {
    min-height: 200px;
  }
  .height-sm-200px {
    height: 200px;
  }
  .max-height-sm-200px {
    max-height: 200px;
  }
  .min-height-sm-250px {
    min-height: 250px;
  }
  .height-sm-250px {
    height: 250px;
  }
  .max-height-sm-250px {
    max-height: 250px;
  }
  .min-height-sm-300px {
    min-height: 300px;
  }
  .height-sm-300px {
    height: 300px;
  }
  .max-height-sm-300px {
    max-height: 300px;
  }
  .min-height-sm-350px {
    min-height: 350px;
  }
  .height-sm-350px {
    height: 350px;
  }
  .max-height-sm-350px {
    max-height: 350px;
  }
  .min-height-sm-400px {
    min-height: 400px;
  }
  .height-sm-400px {
    height: 400px;
  }
  .max-height-sm-400px {
    max-height: 400px;
  }
  .min-height-sm-450px {
    min-height: 450px;
  }
  .height-sm-450px {
    height: 450px;
  }
  .max-height-sm-450px {
    max-height: 450px;
  }
  .min-height-sm-500px {
    min-height: 500px;
  }
  .height-sm-500px {
    height: 500px;
  }
  .max-height-sm-500px {
    max-height: 500px;
  }
  .min-height-sm-550px {
    min-height: 550px;
  }
  .height-sm-550px {
    height: 550px;
  }
  .max-height-sm-550px {
    max-height: 550px;
  }
  .min-height-sm-600px {
    min-height: 600px;
  }
  .height-sm-600px {
    height: 600px;
  }
  .max-height-sm-600px {
    max-height: 600px;
  }
  .min-height-sm-650px {
    min-height: 650px;
  }
  .height-sm-650px {
    height: 650px;
  }
  .max-height-sm-650px {
    max-height: 650px;
  }
  .min-height-sm-700px {
    min-height: 700px;
  }
  .height-sm-700px {
    height: 700px;
  }
  .max-height-sm-700px {
    max-height: 700px;
  }
  .min-height-sm-750px {
    min-height: 750px;
  }
  .height-sm-750px {
    height: 750px;
  }
  .max-height-sm-750px {
    max-height: 750px;
  }
  .min-height-sm-800px {
    min-height: 800px;
  }
  .height-sm-800px {
    height: 800px;
  }
  .max-height-sm-800px {
    max-height: 800px;
  }
  .min-height-sm-850px {
    min-height: 850px;
  }
  .height-sm-850px {
    height: 850px;
  }
  .max-height-sm-850px {
    max-height: 850px;
  }
  .min-height-sm-900px {
    min-height: 900px;
  }
  .height-sm-900px {
    height: 900px;
  }
  .max-height-sm-900px {
    max-height: 900px;
  }
  .min-height-sm-950px {
    min-height: 950px;
  }
  .height-sm-950px {
    height: 950px;
  }
  .max-height-sm-950px {
    max-height: 950px;
  }
  .min-height-sm-1000px {
    min-height: 1000px;
  }
  .height-sm-1000px {
    height: 1000px;
  }
  .max-height-sm-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 768px) {
  .min-height-md-100px {
    min-height: 100px;
  }
  .height-md-100px {
    height: 100px;
  }
  .max-height-md-100px {
    max-height: 100px;
  }
  .min-height-md-150px {
    min-height: 150px;
  }
  .height-md-150px {
    height: 150px;
  }
  .max-height-md-150px {
    max-height: 150px;
  }
  .min-height-md-200px {
    min-height: 200px;
  }
  .height-md-200px {
    height: 200px;
  }
  .max-height-md-200px {
    max-height: 200px;
  }
  .min-height-md-250px {
    min-height: 250px;
  }
  .height-md-250px {
    height: 250px;
  }
  .max-height-md-250px {
    max-height: 250px;
  }
  .min-height-md-300px {
    min-height: 300px;
  }
  .height-md-300px {
    height: 300px;
  }
  .max-height-md-300px {
    max-height: 300px;
  }
  .min-height-md-350px {
    min-height: 350px;
  }
  .height-md-350px {
    height: 350px;
  }
  .max-height-md-350px {
    max-height: 350px;
  }
  .min-height-md-400px {
    min-height: 400px;
  }
  .height-md-400px {
    height: 400px;
  }
  .max-height-md-400px {
    max-height: 400px;
  }
  .min-height-md-450px {
    min-height: 450px;
  }
  .height-md-450px {
    height: 450px;
  }
  .max-height-md-450px {
    max-height: 450px;
  }
  .min-height-md-500px {
    min-height: 500px;
  }
  .height-md-500px {
    height: 500px;
  }
  .max-height-md-500px {
    max-height: 500px;
  }
  .min-height-md-550px {
    min-height: 550px;
  }
  .height-md-550px {
    height: 550px;
  }
  .max-height-md-550px {
    max-height: 550px;
  }
  .min-height-md-600px {
    min-height: 600px;
  }
  .height-md-600px {
    height: 600px;
  }
  .max-height-md-600px {
    max-height: 600px;
  }
  .min-height-md-650px {
    min-height: 650px;
  }
  .height-md-650px {
    height: 650px;
  }
  .max-height-md-650px {
    max-height: 650px;
  }
  .min-height-md-700px {
    min-height: 700px;
  }
  .height-md-700px {
    height: 700px;
  }
  .max-height-md-700px {
    max-height: 700px;
  }
  .min-height-md-750px {
    min-height: 750px;
  }
  .height-md-750px {
    height: 750px;
  }
  .max-height-md-750px {
    max-height: 750px;
  }
  .min-height-md-800px {
    min-height: 800px;
  }
  .height-md-800px {
    height: 800px;
  }
  .max-height-md-800px {
    max-height: 800px;
  }
  .min-height-md-850px {
    min-height: 850px;
  }
  .height-md-850px {
    height: 850px;
  }
  .max-height-md-850px {
    max-height: 850px;
  }
  .min-height-md-900px {
    min-height: 900px;
  }
  .height-md-900px {
    height: 900px;
  }
  .max-height-md-900px {
    max-height: 900px;
  }
  .min-height-md-950px {
    min-height: 950px;
  }
  .height-md-950px {
    height: 950px;
  }
  .max-height-md-950px {
    max-height: 950px;
  }
  .min-height-md-1000px {
    min-height: 1000px;
  }
  .height-md-1000px {
    height: 1000px;
  }
  .max-height-md-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 992px) {
  .min-height-lg-100px {
    min-height: 100px;
  }
  .height-lg-100px {
    height: 100px;
  }
  .max-height-lg-100px {
    max-height: 100px;
  }
  .min-height-lg-150px {
    min-height: 150px;
  }
  .height-lg-150px {
    height: 150px;
  }
  .max-height-lg-150px {
    max-height: 150px;
  }
  .min-height-lg-200px {
    min-height: 200px;
  }
  .height-lg-200px {
    height: 200px;
  }
  .max-height-lg-200px {
    max-height: 200px;
  }
  .min-height-lg-250px {
    min-height: 250px;
  }
  .height-lg-250px {
    height: 250px;
  }
  .max-height-lg-250px {
    max-height: 250px;
  }
  .min-height-lg-300px {
    min-height: 300px;
  }
  .height-lg-300px {
    height: 300px;
  }
  .max-height-lg-300px {
    max-height: 300px;
  }
  .min-height-lg-350px {
    min-height: 350px;
  }
  .height-lg-350px {
    height: 350px;
  }
  .max-height-lg-350px {
    max-height: 350px;
  }
  .min-height-lg-400px {
    min-height: 400px;
  }
  .height-lg-400px {
    height: 400px;
  }
  .max-height-lg-400px {
    max-height: 400px;
  }
  .min-height-lg-450px {
    min-height: 450px;
  }
  .height-lg-450px {
    height: 450px;
  }
  .max-height-lg-450px {
    max-height: 450px;
  }
  .min-height-lg-500px {
    min-height: 500px;
  }
  .height-lg-500px {
    height: 500px;
  }
  .max-height-lg-500px {
    max-height: 500px;
  }
  .min-height-lg-550px {
    min-height: 550px;
  }
  .height-lg-550px {
    height: 550px;
  }
  .max-height-lg-550px {
    max-height: 550px;
  }
  .min-height-lg-600px {
    min-height: 600px;
  }
  .height-lg-600px {
    height: 600px;
  }
  .max-height-lg-600px {
    max-height: 600px;
  }
  .min-height-lg-650px {
    min-height: 650px;
  }
  .height-lg-650px {
    height: 650px;
  }
  .max-height-lg-650px {
    max-height: 650px;
  }
  .min-height-lg-700px {
    min-height: 700px;
  }
  .height-lg-700px {
    height: 700px;
  }
  .max-height-lg-700px {
    max-height: 700px;
  }
  .min-height-lg-750px {
    min-height: 750px;
  }
  .height-lg-750px {
    height: 750px;
  }
  .max-height-lg-750px {
    max-height: 750px;
  }
  .min-height-lg-800px {
    min-height: 800px;
  }
  .height-lg-800px {
    height: 800px;
  }
  .max-height-lg-800px {
    max-height: 800px;
  }
  .min-height-lg-850px {
    min-height: 850px;
  }
  .height-lg-850px {
    height: 850px;
  }
  .max-height-lg-850px {
    max-height: 850px;
  }
  .min-height-lg-900px {
    min-height: 900px;
  }
  .height-lg-900px {
    height: 900px;
  }
  .max-height-lg-900px {
    max-height: 900px;
  }
  .min-height-lg-950px {
    min-height: 950px;
  }
  .height-lg-950px {
    height: 950px;
  }
  .max-height-lg-950px {
    max-height: 950px;
  }
  .min-height-lg-1000px {
    min-height: 1000px;
  }
  .height-lg-1000px {
    height: 1000px;
  }
  .max-height-lg-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 1200px) {
  .min-height-xl-100px {
    min-height: 100px;
  }
  .height-xl-100px {
    height: 100px;
  }
  .max-height-xl-100px {
    max-height: 100px;
  }
  .min-height-xl-150px {
    min-height: 150px;
  }
  .height-xl-150px {
    height: 150px;
  }
  .max-height-xl-150px {
    max-height: 150px;
  }
  .min-height-xl-200px {
    min-height: 200px;
  }
  .height-xl-200px {
    height: 200px;
  }
  .max-height-xl-200px {
    max-height: 200px;
  }
  .min-height-xl-250px {
    min-height: 250px;
  }
  .height-xl-250px {
    height: 250px;
  }
  .max-height-xl-250px {
    max-height: 250px;
  }
  .min-height-xl-300px {
    min-height: 300px;
  }
  .height-xl-300px {
    height: 300px;
  }
  .max-height-xl-300px {
    max-height: 300px;
  }
  .min-height-xl-350px {
    min-height: 350px;
  }
  .height-xl-350px {
    height: 350px;
  }
  .max-height-xl-350px {
    max-height: 350px;
  }
  .min-height-xl-400px {
    min-height: 400px;
  }
  .height-xl-400px {
    height: 400px;
  }
  .max-height-xl-400px {
    max-height: 400px;
  }
  .min-height-xl-450px {
    min-height: 450px;
  }
  .height-xl-450px {
    height: 450px;
  }
  .max-height-xl-450px {
    max-height: 450px;
  }
  .min-height-xl-500px {
    min-height: 500px;
  }
  .height-xl-500px {
    height: 500px;
  }
  .max-height-xl-500px {
    max-height: 500px;
  }
  .min-height-xl-550px {
    min-height: 550px;
  }
  .height-xl-550px {
    height: 550px;
  }
  .max-height-xl-550px {
    max-height: 550px;
  }
  .min-height-xl-600px {
    min-height: 600px;
  }
  .height-xl-600px {
    height: 600px;
  }
  .max-height-xl-600px {
    max-height: 600px;
  }
  .min-height-xl-650px {
    min-height: 650px;
  }
  .height-xl-650px {
    height: 650px;
  }
  .max-height-xl-650px {
    max-height: 650px;
  }
  .min-height-xl-700px {
    min-height: 700px;
  }
  .height-xl-700px {
    height: 700px;
  }
  .max-height-xl-700px {
    max-height: 700px;
  }
  .min-height-xl-750px {
    min-height: 750px;
  }
  .height-xl-750px {
    height: 750px;
  }
  .max-height-xl-750px {
    max-height: 750px;
  }
  .min-height-xl-800px {
    min-height: 800px;
  }
  .height-xl-800px {
    height: 800px;
  }
  .max-height-xl-800px {
    max-height: 800px;
  }
  .min-height-xl-850px {
    min-height: 850px;
  }
  .height-xl-850px {
    height: 850px;
  }
  .max-height-xl-850px {
    max-height: 850px;
  }
  .min-height-xl-900px {
    min-height: 900px;
  }
  .height-xl-900px {
    height: 900px;
  }
  .max-height-xl-900px {
    max-height: 900px;
  }
  .min-height-xl-950px {
    min-height: 950px;
  }
  .height-xl-950px {
    height: 950px;
  }
  .max-height-xl-950px {
    max-height: 950px;
  }
  .min-height-xl-1000px {
    min-height: 1000px;
  }
  .height-xl-1000px {
    height: 1000px;
  }
  .max-height-xl-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 1920px) {
  .min-height-ul-100px {
    min-height: 100px;
  }
  .height-ul-100px {
    height: 100px;
  }
  .max-height-ul-100px {
    max-height: 100px;
  }
  .min-height-ul-150px {
    min-height: 150px;
  }
  .height-ul-150px {
    height: 150px;
  }
  .max-height-ul-150px {
    max-height: 150px;
  }
  .min-height-ul-200px {
    min-height: 200px;
  }
  .height-ul-200px {
    height: 200px;
  }
  .max-height-ul-200px {
    max-height: 200px;
  }
  .min-height-ul-250px {
    min-height: 250px;
  }
  .height-ul-250px {
    height: 250px;
  }
  .max-height-ul-250px {
    max-height: 250px;
  }
  .min-height-ul-300px {
    min-height: 300px;
  }
  .height-ul-300px {
    height: 300px;
  }
  .max-height-ul-300px {
    max-height: 300px;
  }
  .min-height-ul-350px {
    min-height: 350px;
  }
  .height-ul-350px {
    height: 350px;
  }
  .max-height-ul-350px {
    max-height: 350px;
  }
  .min-height-ul-400px {
    min-height: 400px;
  }
  .height-ul-400px {
    height: 400px;
  }
  .max-height-ul-400px {
    max-height: 400px;
  }
  .min-height-ul-450px {
    min-height: 450px;
  }
  .height-ul-450px {
    height: 450px;
  }
  .max-height-ul-450px {
    max-height: 450px;
  }
  .min-height-ul-500px {
    min-height: 500px;
  }
  .height-ul-500px {
    height: 500px;
  }
  .max-height-ul-500px {
    max-height: 500px;
  }
  .min-height-ul-550px {
    min-height: 550px;
  }
  .height-ul-550px {
    height: 550px;
  }
  .max-height-ul-550px {
    max-height: 550px;
  }
  .min-height-ul-600px {
    min-height: 600px;
  }
  .height-ul-600px {
    height: 600px;
  }
  .max-height-ul-600px {
    max-height: 600px;
  }
  .min-height-ul-650px {
    min-height: 650px;
  }
  .height-ul-650px {
    height: 650px;
  }
  .max-height-ul-650px {
    max-height: 650px;
  }
  .min-height-ul-700px {
    min-height: 700px;
  }
  .height-ul-700px {
    height: 700px;
  }
  .max-height-ul-700px {
    max-height: 700px;
  }
  .min-height-ul-750px {
    min-height: 750px;
  }
  .height-ul-750px {
    height: 750px;
  }
  .max-height-ul-750px {
    max-height: 750px;
  }
  .min-height-ul-800px {
    min-height: 800px;
  }
  .height-ul-800px {
    height: 800px;
  }
  .max-height-ul-800px {
    max-height: 800px;
  }
  .min-height-ul-850px {
    min-height: 850px;
  }
  .height-ul-850px {
    height: 850px;
  }
  .max-height-ul-850px {
    max-height: 850px;
  }
  .min-height-ul-900px {
    min-height: 900px;
  }
  .height-ul-900px {
    height: 900px;
  }
  .max-height-ul-900px {
    max-height: 900px;
  }
  .min-height-ul-950px {
    min-height: 950px;
  }
  .height-ul-950px {
    height: 950px;
  }
  .max-height-ul-950px {
    max-height: 950px;
  }
  .min-height-ul-1000px {
    min-height: 1000px;
  }
  .height-ul-1000px {
    height: 1000px;
  }
  .max-height-ul-1000px {
    max-height: 1000px;
  }
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}
@media (min-width: 1920px) {
  .w-ul-25 {
    width: 25% !important;
  }
  .w-ul-50 {
    width: 50% !important;
  }
  .w-ul-75 {
    width: 75% !important;
  }
  .w-ul-100 {
    width: 100% !important;
  }
  .w-ul-auto {
    width: auto !important;
  }
}
.border {
  border: 2px solid #F89A24 !important;
}
.border-2x {
  border: 4px solid #F89A24 !important;
}
.border-0_5x {
  border: 1px solid #F89A24 !important;
}
.border-top {
  border-top: 2px solid #F89A24 !important;
}
.border-right {
  border-right: 2px solid #F89A24 !important;
}
.border-bottom {
  border-bottom: 2px solid #F89A24 !important;
}
.border-left {
  border-left: 2px solid #F89A24 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
@media (min-width: 576px) {
  .border-sm {
    border: 2px solid #F89A24 !important;
  }
  .border-sm-top {
    border-top: 2px solid #F89A24 !important;
  }
  .border-sm-right {
    border-right: 2px solid #F89A24 !important;
  }
  .border-sm-bottom {
    border-bottom: 2px solid #F89A24 !important;
  }
  .border-sm-left {
    border-left: 2px solid #F89A24 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 2px solid #F89A24 !important;
  }
  .border-md-top {
    border-top: 2px solid #F89A24 !important;
  }
  .border-md-right {
    border-right: 2px solid #F89A24 !important;
  }
  .border-md-bottom {
    border-bottom: 2px solid #F89A24 !important;
  }
  .border-md-left {
    border-left: 2px solid #F89A24 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 2px solid #F89A24 !important;
  }
  .border-lg-top {
    border-top: 2px solid #F89A24 !important;
  }
  .border-lg-right {
    border-right: 2px solid #F89A24 !important;
  }
  .border-lg-bottom {
    border-bottom: 2px solid #F89A24 !important;
  }
  .border-lg-left {
    border-left: 2px solid #F89A24 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 2px solid #F89A24 !important;
  }
  .border-xl-top {
    border-top: 2px solid #F89A24 !important;
  }
  .border-xl-right {
    border-right: 2px solid #F89A24 !important;
  }
  .border-xl-bottom {
    border-bottom: 2px solid #F89A24 !important;
  }
  .border-xl-left {
    border-left: 2px solid #F89A24 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
}
.border-primary,
.border-hover > .border-primary-hover:hover,
.border-primary-hover:hover {
  border-color: #F89A24 !important;
}
.border-secondary,
.border-hover > .border-secondary-hover:hover,
.border-secondary-hover:hover {
  border-color: #0E2083 !important;
}
.border-terciary,
.border-hover > .border-terciary-hover:hover,
.border-terciary-hover:hover {
  border-color: #F6F6F6 !important;
}
.border-branca,
.border-hover > .border-branca-hover:hover,
.border-branca-hover:hover {
  border-color: #ffffff !important;
}
.border-preta,
.border-hover > .border-preta-hover:hover,
.border-preta-hover:hover {
  border-color: #000000 !important;
}
.border-cinza-darkest,
.border-gray-darkest,
.border-hover > .border-cinza-darkest-hover:hover,
.border-cinza-darkest-hover:hover {
  border-color: #2e2e2e !important;
}
.border-cinza-darker,
.border-gray-darker,
.border-hover > .border-cinza-darker-hover:hover,
.border-cinza-darker-hover:hover {
  border-color: #555555 !important;
}
.border-cinza-dark,
.border-gray-dark,
.border-hover > .border-cinza-dark-hover:hover,
.border-cinza-dark-hover:hover {
  border-color: #7a7a7a !important;
}
.border-cinza,
.border-gray,
.border-hover > .border-cinza-hover:hover,
.border-cinza-hover:hover {
  border-color: #e1e1e1 !important;
}
.border-cinza-light,
.border-gray-light,
.border-hover > .border-cinza-light-hover:hover,
.border-cinza-light-hover:hover {
  border-color: #e7e7e7 !important;
}
.border-cinza-lighter,
.border-gray-lighter,
.border-hover > .border-cinza-lighter-hover:hover,
.border-cinza-lighter-hover:hover {
  border-color: #f2f2f2 !important;
}
.border-cinza-lightest,
.border-gray-lightest,
.border-hover > .border-cinza-lightest-hover:hover,
.border-cinza-lightest-hover:hover {
  border-color: #f7f7f7 !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.rounded-1rem {
  border-radius: 1rem !important;
}
@media (min-width: 0px) {
  .bs-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-0 {
    box-shadow: none;
  }
  .bs-tr-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 576px) {
  .bs-sm-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-sm-0 {
    box-shadow: none;
  }
  .bs-tr-sm-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-sm-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-sm-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-sm-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 768px) {
  .bs-md-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-md-0 {
    box-shadow: none;
  }
  .bs-tr-md-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-md-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-md-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-md-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 992px) {
  .bs-lg-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-lg-0 {
    box-shadow: none;
  }
  .bs-tr-lg-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-lg-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-lg-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-lg-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1200px) {
  .bs-xl-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-xl-0 {
    box-shadow: none;
  }
  .bs-tr-xl-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-xl-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-xl-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-xl-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1920px) {
  .bs-ul-all {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-ul-0 {
    box-shadow: none;
  }
  .bs-tr-ul-0 {
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-tl-ul-0 {
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-br-ul-0 {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
  .bs-bl-ul-0 {
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]),
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]) + input:not([disabled]),
select.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]),
textarea.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]) {
  border: 1px solid #dc4545;
  background: #fcf1f1;
}
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):hover,
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]) + input:not([disabled]):hover,
select.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):hover,
textarea.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):hover,
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):active,
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]) + input:not([disabled]):active,
select.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):active,
textarea.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):active,
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):focus,
input.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]) + input:not([disabled]):focus,
select.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):focus,
textarea.ng-invalid:not(.ng-untouched):not(.ng-pristine):not([disabled]):focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 65, 65, 0.2);
}
i.far.fa-hourglass::after {
  position: absolute;
  top: 29px;
  height: 1px;
  width: 6px;
  margin-left: -9px;
  content: "";
  background-color: #F89A24;
}
/* Bootstrap breadcrumbs */

.breadcrumb {
  background: none;
  margin-left: 0;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #0E2083;
}
.breadcrumb .breadcrumb-item > a:not(.disabled) {
  color: #F89A24;
}
.breadcrumb .breadcrumb-item.active > a {
  color: #32363a;
}
ui-breadcrumb {
  display: block;
  padding-top: 90px;
}
@media (max-width: 992px) {
  ui-breadcrumb {
    padding-top: 160px;
  }
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #8595f2;
}
#blocker {
  z-index: 9997;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=00);
}
#loading {
  z-index: 9998;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.loading-bg {
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.loading-content {
  position: fixed;
  width: 100%;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}
.loading-content img,
.loading-content span {
  vertical-align: middle;
}
.loading-bar-spinner-custom {
  pointer-events: none;
  transition: all 350ms linear 0s;
  position: absolute;
  margin-left: -20px;
  margin-top: 1px;
  z-index: 9999;
}
.loading-bar-spinner-custom .spinner-icon {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 400ms linear 0s normal none infinite loading-bar-spinner;
  border-color: #51a071 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #90c7a6;
  border-image: none;
  border-radius: 50%;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  width: 14px;
}
#loading-bar .bar {
  background-color: #337ab7 !important;
}
#loading-bar .peg {
  box-shadow: 1px 0 6px 1px #337ab7;
}
.metismenu .arrow {
  width: 10px;
  text-align: center;
}
.form-control:focus {
  border-color: #1837df !important;
  box-shadow: 0 0 0 0.2rem rgba(24, 55, 223, 0.4);
}
.btn:focus,
.btn.focus,
multiselect .btn-group > .btn:first-child:focus {
  outline: 0;
  border-color: #1837df;
  box-shadow: 0 0 0 0.2rem rgba(24, 55, 223, 0.4);
}
multiselect .dropdown-menu > .active > a,
multiselect .dropdown-menu > .active > a:focus,
multiselect .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F89A24;
  outline: 0;
}
multiselect .dropdown-menu > li > a:focus,
multiselect .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
multiselect .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
multiselect .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
multiselect .btn-group > .btn:first-child {
  text-align: left;
  background: white;
  border: 1px solid #ced4da;
  line-height: 1;
}
multiselect .dropdown-toggle::after {
  position: absolute;
  top: 14px;
  right: 10px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #F89A24;
  width: 10px;
  border-radius: 100%;
  height: 10px;
  margin: 3px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border: 1px solid #989898;
  width: 16px;
  height: 16px;
}
.custom-control-label.custom-control-label-2x::before,
.custom-control-label.custom-control-label-2x::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #F89A24;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F89A24;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 32, 131, 0.25);
}
.custom-control-input-repactuacao:checked ~ .custom-control-label-repactuacao::before {
  color: #fff;
  background-color: #F89A24;
}
.custom-checkbox .custom-control-input-repactuacao:checked ~ .custom-control-label-repactuacao::before {
  background-color: #F89A24;
}
.custom-control-input-repactuacao:focus ~ .custom-control-label-repactuacao::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 32, 131, 0.25);
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #F89A24;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .tooltip-inner {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .tooltip-inner {
    max-width: 400px;
  }
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #F89A24;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #F89A24;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #F89A24;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #F89A24;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #F89A24;
  background-image: none;
  border-color: #005466 #005466 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #F89A24;
  background-image: none;
}
.datepicker table tr td span.new:not(.disabled),
.datepicker table tr td span.old:not(.disabled) {
  color: inherit;
}
image-cropper .container {
  max-width: 640px;
  margin: 20px auto;
  display: block;
}
img {
  max-width: 100%;
}
.round .cropper-view-box,
.round .cropper-face {
  border-radius: 50%;
}
.custom-file-input ~ .custom-file-label::after {
  content: "Buscar";
  cursor: pointer;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0E2083;
  box-shadow: 0 0 0 0.2rem rgba(14, 32, 131, 0.25);
}
.rounded-circle {
  overflow: hidden;
}
.circulo-outline-cinza-lg {
  border: 4px solid #cccccc;
}
.circulo-outline-cinza-sm {
  border: 2px solid #cccccc;
}
.circulo-outline-secondary-lg {
  border: 4px solid #51a071;
}
.form-control-inline,
.form-control-inline:focus {
  cursor: pointer;
  text-decoration: underline;
  box-shadow: none;
  border: none;
  background: none;
  display: inline;
}
.list-group-item.active {
  background: #e1eae5;
  border-color: #87ab97;
  color: initial;
}
.ng-hide {
  display: none !important;
}
.alert-dismissible {
  padding-right: 2rem;
}
.alert-danger {
  color: #814E39;
  background-color: #F2DEDF;
  border-color: #ebcccd;
}
.custom-control-label.custom-control-label-md:before,
.custom-control-label.custom-control-label-md:after,
.custom-radio .custom-control-input:checked ~ .custom-control-label.custom-control-label-md:before {
  width: 1.4rem;
  height: 1.4rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.custom-control-label-md:after {
  width: 0.975rem;
  height: 0.975rem;
}
multiselect ul {
  max-height: 500px;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #F89A24 !important;
}
.custom-checkbox .custom-control-label::before {
  border: 1px solid #cccccc;
}
.dropdown-toggle:after {
  border-top-color: #F89A24;
}
.image-cropper-square .cropper-view-box,
.image-cropper-square .cropper-face {
  border-radius: 0% !important;
}
.image-cropper-circle .cropper-view-box,
.image-cropper-circle .cropper-face {
  border-radius: 50% !important;
}
.date-range .form-control:disabled {
  background-color: #e9ecef;
}
.date-range .input-group-prepend .disabled {
  background-color: #e9ecef !important;
}
#body-simulador > .pos-f-t {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#body-simulador .conteudo {
  padding-bottom: 1rem !important;
  background: #f7f7f7 !important;
}
#body-simulador .navbar-header .navbar-brand,
#body-simulador #navbarSupportedContent .nav-link {
  color: #2e2e2e !important;
}
#body-simulador .navbar-header .navbar-brand#nomePlanoSimulador {
  font-size: 1.1rem;
  font-family: url() !important;
  font-weight: bold !important;
}
#body-simulador #menu {
  background: #e7e7e7 !important;
}
#body-simulador .card {
  border: 0px !important;
  -webkit-box-shadow: 10px 0px 6px -6px rgba(0, 0, 0, 0.1), -10px 0px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0px 6px -6px rgba(0, 0, 0, 0.1), -10px 0px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0px 6px -6px rgba(0, 0, 0, 0.1), -10px 0px 6px -6px rgba(0, 0, 0, 0.1);
}
#body-simulador .card.card-resgate,
#body-simulador .card.detalhe-card-projecao,
#body-simulador .card.detalhe-card-resultado {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
#body-simulador h2 {
  font-size: 0.9rem !important;
  color: #F89A24;
}
#body-simulador .card h3 {
  font-size: 1.6rem !important;
  color: #F89A24;
}
#body-simulador .card h4 {
  font-size: 0.9rem;
}
#body-simulador .nav-item a,
#body-simulador .navbar-brand {
  border-top: none !important;
  border-bottom: none !important;
}
.input-inside-image {
  background: transparent;
  border-width: 1px;
  border-style: dashed;
  border-color: #005466;
}
.sortable-placeholder {
  background-color: #10269a;
}
.progress {
  height: 1.5rem;
  border: 1px solid #555555;
  border-radius: 0;
  background-color: none;
}
.progress-bar {
  color: #555555;
}
.note-float-right {
  float: right;
}
.note-float-left {
  float: left;
}
.dropdown-toggle.toggle-arrow-hide:after {
  content: none;
  display: none;
}
.checkbox-altered::before {
  border: 1px solid;
  border-radius: 25%;
  transform: scale(1.3);
  background: white;
}
.checkbox-altered::after {
  border: 1px solid;
  border-radius: 25%;
  transform: scale(1.3);
}
.input-group-append-clean,
.input-group-prepend-clean {
  background: none;
  border: none;
}
.input-group-append-clean .input-group-text,
.input-group-prepend-clean .input-group-text {
  background: none;
  border: none;
}
.captcha-adesao > a {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  text-decoration: none;
  padding: 1px 2px;
}
.btn-cinza-round-sm {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  background: #6c757d;
  box-shadow: 2px 2px 0px 0px #5383c5;
  color: #fff;
  cursor: pointer;
  padding: 0;
  margin-top: -5px;
}
.input-group-append-clean,
.input-group-prepend-clean {
  background: none;
  border: none;
}
.input-group-append-clean .input-group-text,
.input-group-prepend-clean .input-group-text {
  background: none;
  border: none;
}
.ui-sortable-helper .card-header {
  background: #0E2083;
  color: #ffffff;
}
.barMenuStatus {
  margin-bottom: 55px;
}
.progressMenuStatus {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.progressMenuStatus .circleStatus,
.progressMenuStatus .barMenuStatus {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  top: -28px;
  position: relative;
}
.progressMenuStatus .circleStatus.active {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  top: -2em;
  position: relative;
}
.progressMenuStatus .barMenuStatus {
  position: relative;
  width: 70px;
  height: 6px;
  top: 25px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progressMenuStatus .circleStatus .labelStatus {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
  padding: 0;
}
.progressMenuStatus .circleStatus .titleStatus {
  font-size: 13px;
  line-height: 1.2em;
  position: absolute;
  top: 3em;
  left: 0;
  width: 200%;
  margin-left: -50%;
}
.progressMenuStatus .barMenuStatus.done,
.progressMenuStatus .circleStatus.done {
  background: #eee;
}
.progressMenuStatus .barMenuStatus.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progressMenuStatus .circleStatus.done .labelStatus {
  color: #FFF;
  background: #0E2083;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progressMenuStatus .circleStatus.done .titleStatus {
  color: #444;
}
.progressMenuStatus .circleStatus.active .labelStatus {
  color: #FFF;
  background: #F89A24;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progressMenuStatus .circleStatus.active .titleStatus {
  color: #F89A24;
}
.barMenuStatus {
  margin-bottom: 55px;
}
.progressMenuStatus {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.progressMenuStatus .circleStatus,
.progressMenuStatus .barMenuStatus {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  top: -28px;
  position: relative;
}
.progressMenuStatus .circleStatus.active {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  top: -2em;
  position: relative;
}
.progressMenuStatus .barMenuStatus {
  position: relative;
  width: 70px;
  height: 6px;
  top: 25px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progressMenuStatus .circleStatus .labelStatus {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
  padding: 0;
}
.progressMenuStatus .circleStatus .titleStatus {
  font-size: 13px;
  line-height: 1.2em;
  position: absolute;
  top: 3em;
  left: 0;
  width: 200%;
  margin-left: -50%;
}
.progressMenuStatus .barMenuStatus.done,
.progressMenuStatus .circleStatus.done {
  background: #eee;
}
.progressMenuStatus .barMenuStatus.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progressMenuStatus .circleStatus.done .labelStatus {
  color: #FFF;
  background: #0E2083;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progressMenuStatus .circleStatus.done .titleStatus {
  color: #444;
}
.progressMenuStatus .circleStatus.active .labelStatus {
  color: #FFF;
  background: #F89A24;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progressMenuStatus .circleStatus.active .titleStatus {
  color: #F89A24;
}
.progressMenuStatus.nps .circleStatus,
.progressMenuStatus.nps .barMenuStatus {
  background: #aaaaaa;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #aaaaaa;
  top: -28px;
  cursor: pointer;
  user-select: none;
}
.progressMenuStatus.nps .circleStatus .labelStatus {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 32px;
  margin-top: 3px;
  color: #ffffff;
  font-size: 17px;
  padding: 0;
}
.progressMenuStatus.nps .barMenuStatus {
  position: relative;
  width: 14px;
  height: 2px;
  top: 23px;
  left: 2px;
  user-select: none;
}
.progressMenuStatus.nps .circleStatus.done .labelStatus {
  background: #F89A24;
}
.progressMenuStatus.nps .barMenuStatus.done,
.progressMenuStatus.nps .circleStatus.done {
  background: #F89A24;
  border-color: #F89A24;
}
.form-control-line {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}
.index-numeracao {
  background: #F89A24;
  border-radius: 15px;
  width: 21px;
  color: white;
  font-weight: bold;
}
.grafico-plotagem {
  display: flex;
  justify-content: center;
  min-height: 290px;
}
/* Customiza��o Chatbot Ubots */

.ubots-chat-box {
  z-index: 999 !important;
}
#ubots-button-icon-outer,
.ubots-icon-status-border,
.wc-send svg path {
  fill: #F89A24 !important;
}
.wc-header,
.wc-carousel button.scroll,
.wc-message-from-me .wc-message-content {
  background-color: #F89A24 !important;
}
.wc-card button {
  color: #F89A24 !important;
}
.wc-card button:hover {
  background-color: #F89A24 !important;
  border-color: #F89A24 !important;
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  .card-header-simulador2 {
    display: grid !important;
  }
  .card-header-simulador2 .linha {
    border-bottom: 1px solid #ffffff;
    margin: 10px 0 10px 0;
  }
}
@media screen and (min-width: 901px) {
  .card-header-simulador2 .linha {
    border-right: 1px solid #ffffff;
    margin: 0 10px 0 10px;
  }
}
.card:not(.widget) {
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.card.contrato {
  border-top-width: 0;
}
.modal-dialog.extrato {
  align-self: center;
  max-width: 85% !important;
}
.modal-dialog.renegociacao {
  align-self: center;
  max-width: 85% !important;
}
.card-body {
  background: #f7f7f7;
}
.card-body.emprestimo,
.card-footer.emprestimo {
  background: transparent;
}
.card-body.emprestimo.nodata {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body.simulacao,
.card-body.contrato,
.card-body.widget2 {
  background: transparent;
  color: #878586 !important;
}
.card-body.simulacao > .row.valor-simulacao {
  display: flex;
  align-items: center;
  justify-content: right;
}
.card-body.simulacao > .row:not(.dadosBancarios) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-body.simulacao > .row.dadosBancarios label {
  color: #878586;
}
.card-body.simulacao > hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.card-body.simulacao > hr:nth-child(1n) {
  margin-top: 20px !important;
}
.card-body.simulacao > .mensagem,
.mensagem {
  border-radius: 0.25rem;
  font-size: 20px;
  font-weight: bold;
}
.card-body.simulacao > .protocolo,
.card-body.amortizacao .protocolo,
.protocolo {
  background: #e24141;
  border-radius: 0.25rem;
  font-size: 30px;
  color: #ffffff;
}
.card-body.simulacao .termo {
  overflow-y: auto;
  width: 100%;
  height: 60vh;
}
.card-body.simulacao .termo::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  border-radius: 0.25rem;
}
.card-body.simulacao .termo::-webkit-scrollbar {
  width: 6px;
  background: #e7e7e7;
  border-radius: 0.25rem;
}
.card-body.simulacao .termo::-webkit-scrollbar-thumb {
  background: #878586;
  border-radius: 0.25rem;
}
.card-body.historico {
  color: #878586 !important;
}
.card-body.simulacao .modal-content,
.card-body.emprestimo .modal-content {
  border-top-width: 0px !important;
}
.card-body.simulacao .modal-content .modal-body,
.card-body.emprestimo .modal-content .modal-body {
  padding-top: 0px !important;
}
.card-header {
  background: #e7e7e7;
  padding: 9px 15px 9px 10px;
  border-bottom: 0;
}
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  font-weight: bold;
  font-family: url();
  font-size: 1.08rem;
}
.card-header-tall {
  min-height: 68px !important;
}
.card-header-light {
  background: #f1f1f1 !important;
}
.card-header .maximize,
.card-header .minimize,
.card-header .download {
  cursor: pointer;
}
.card.widget {
  transition: min-height ease 0.3s;
}
.card.widget .card-body:not(.card-body-destaque) {
  min-height: 78px;
}
.card.widget > .card-header {
  border-left: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
}
.card.widget.contrato:not(.aguardando),
.card.widget2.contrato {
  min-height: 130px !important;
  min-width: 275px !important;
}
.card.widget.contrato.aguardando {
  min-height: 90px !important;
}
.card.widget.contrato > .card-footer,
.card.widget2.contrato > .card-footer {
  min-width: 275px !important;
}
.card.widget.contrato .float-left:not(.txt-primary),
.card.widget2 .float-left:not(.txt-primary) {
  font-weight: bold;
}
.card.widget2 > .card-header {
  background: #F89A24;
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.widget2 {
  border: 2px solid #F89A24;
  border-radius: 0.25rem;
  transition: min-height ease 1s;
}
.card.widget2 .card-body:not(.card-body-destaque) {
  min-height: 78px;
}
.card.widget2 > .card-body.emprestimo,
.card.widget > .card-body.emprestimo {
  padding: 10px 19px 10px 19px;
}
.card.widget2 > .card-body.emprestimo .btn,
.card.widget > .card-body.emprestimo .btn {
  padding: 5px 10px 5px 10px;
}
.card.widget2 > .card-body.emprestimo hr,
.card.widget > .card-body.emprestimo hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card.widget2.contrato.btn1 {
  min-height: 250px;
}
.card.widget2.contrato.btn2 {
  min-height: 350px;
}
.card.widget.contrato,
.card.widget2.contrato {
  border-radius: 0.25rem;
  min-width: 315px;
}
.card-footer > hr {
  margin-top: 0;
}
.card-footer .btn-widget-emprestimo {
  font-size: 0.8rem;
  align-content: center;
}
.card-footer .btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.card-footer.simulacao {
  min-height: 75px;
  background: transparent;
}
.card-footer.contrato {
  background: transparent;
}
.card.widget.contrato > .card-header,
.card.widget2.contrato > .card-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.widget.contrato > .card-header h6,
.card.widget2.contrato > .card-header h6 {
  margin-left: 8px;
  margin-bottom: 3px;
}
.card.widget2 > .card-header > h6 {
  margin-left: 8px;
  margin-bottom: 3px;
}
.card.widget.contrato:not(.with-footer) > .card-body {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card.widget.contrato > .card-footer {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-header-simulador {
  background: #F89A24;
  color: #ffffff;
  padding: 10px 15px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.card-header-simulador .item {
  float: left;
  padding: 0 10px 0 10px;
}
.card-header-simulador label,
.card-header-simulador span {
  color: #ffffff;
  font-size: 0.98rem;
  padding-right: 5px;
}
.card-header-simulador.disabled {
  background: #878586;
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.card-header-simulador2 {
  background: #F89A24;
  color: #ffffff;
  padding: 30px 15px 30px 15px;
  border-bottom: 2px solid #CCCBCB;
  display: flex;
  align-items: initial;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.card-header-simulador2 .circulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #F89A24;
  background-color: #ffffff;
}
.card-header-simulador2 .item {
  padding: 0 10px 0 10px;
  text-align: left;
}
.card-header-simulador2 label {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
.card-header-simulador2 span {
  color: #ffffff;
  font-size: 1.7rem;
}
.card-header-simulador2.disabled {
  background: #878586;
  cursor: default;
}
.card-header-simulador2.disabled .circulo {
  color: #878586;
}
.card-header-simulador3 {
  background: #0E2083;
  color: #ffffff;
  padding: 3px 30px 3px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.card-header-simulador3 .item {
  float: left;
  padding: 0 10px 0 10px;
}
.card-header-simulador3 label,
.card-header-simulador3 span {
  color: #ffffff;
  font-size: 1rem;
  padding-right: 5px;
  margin-bottom: 0;
}
.card-header-simulador3 span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 5px;
  margin-bottom: 0;
}
.card-widget {
  background: #CCCBCB;
  border-radius: 0.25rem;
}
.card-header-simulador3.disabled {
  background: #4e4e4e;
  cursor: default;
}
.card-body-destaque {
  padding: 0.1rem 1.25rem;
  background: #e7e7e7;
}
@media (min-width: 0px) {
  .card-row:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  .card-row:nth-of-type(n+2) {
    margin-top: 0;
  }
  .card-row:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .card-header-simulador {
    padding: 10px 10px 5px 10px;
    display: flow-root;
    align-items: center;
    justify-content: space-between;
  }
  .card-header-simulador .item {
    padding: 0 10px 0 10px;
  }
  .card-header-simulador label,
  .card-header-simulador span {
    padding-right: 5px;
  }
  .row > .contrato {
    padding-left: 3px;
  }
  .card-footer.simulacao {
    height: 235px;
  }
  .card-footer.simulacao .btn {
    display: inline-block;
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .card-row:nth-of-type(n+1),
  .card-row:nth-of-type(n+3) {
    margin-top: 0;
  }
  .card-row:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .card-row:nth-of-type(n+4) {
    margin-top: 0;
  }
  .card-row:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.atalho {
  position: relative;
  border-bottom: 2px solid #0E2083;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}
.atalho.atalho-md {
  height: 80px;
}
.atalho.atalho-sm {
  height: 50px;
}
.atalho:hover:not(.no-hover),
.destaque:hover .atalho {
  background: #3f5aeb;
  border: none;
  border-bottom: 2px solid #0E2083;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.atalho__play {
  position: absolute;
  bottom: 2px;
  right: 6px;
}
.card-atalho__texto-hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.atalho:hover .card-atalho__texto-hover {
  visibility: visible;
  opacity: 1;
}
.card-atalho__texto {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.atalho:hover .card-atalho__texto {
  visibility: hidden;
  opacity: 0;
}
.card-footer {
  border-top: 0;
}
.index-numeracao {
  background: #F89A24;
  border-radius: 15px;
  width: 21px;
  color: white;
  font-weight: bold;
}
.grafico-plotagem {
  display: flex;
  justify-content: center;
  min-height: 290px;
}
.btn.badge.badge-primary:hover {
  background: #0E2083;
}
.modal-dialog.antecipaParcela {
  align-self: center;
  max-width: 85% !important;
}
.progress.widget {
  border: 0;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
}
.progress-bar.widget {
  background-color: #F89A24;
  border-radius: 10px;
}
.form-control.simulacao,
.form-control.amortizacao {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #F89A24;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #CCCBCB;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.simulacao.erro,
.form-control.amortizacao.erro {
  color: #e24141;
  border-bottom: 1px solid #e24141;
}
.form-box-simulacao > .input-group input:disabled {
  color: #878586 !important;
}
.form-box-simulacao > .input-group input:disabled div > span > i {
  color: #878586 !important;
}
input.form-control.amortizacao {
  width: 75%;
  margin-top: 1px;
}
span.form-control.amortizacao {
  border: 0 !important;
}
.form-box-simulacao small,
.form-box-amortizacao small {
  color: #878586;
}
.input-group.simulacao > label {
  margin-bottom: 0;
}
.input-group .form-control.simulacao,
.input-group .form-control.amortizacao {
  display: block;
  width: 80%;
  padding: 0.375rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #F89A24;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #CCCBCB;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group .form-control.simulacao.erro,
.input-group .form-control.amortizacao.erro {
  color: #e24141;
  border-bottom: 1px solid #e24141;
}
.input-group-append.simulacao > .input-group-text,
.input-group-append.amortizacao > .input-group-text,
.input-group-prepend.simulacao > .input-group-text,
.input-group-prepend.amortizacao > .input-group-text {
  align-items: center;
  color: #F89A24;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #CCCBCB !important;
}
.input-group-append.simulacao.erro > .input-group-text,
.input-group-append.amortizacao.erro > .input-group-text {
  color: #e24141;
  border-bottom: 1px solid #e24141;
}
.input-group-append.amortizacao > .input-group-text,
.input-group-prepend.amortizacao > .input-group-text,
.input-group .form-control.amortizacao {
  font-size: 24px;
  font-weight: bold;
}
.input-group-append.amortizacao > .input-group-text,
.input-group-prepend.amortizacao > .input-group-text {
  padding: 0 5px 0 5px;
}
.form-control.simulacao:focus,
.form-control.amortizacao:focus {
  box-shadow: none;
}
.form-control.simulacao:focus + .input-group-append > .input-group-text,
.form-control.amortizacao:focus + .input-group-append > .input-group-text {
  border-bottom-color: #0E2083 !important;
  border-radius: 0;
  opacity: 0.5;
}
.form-control.simulacao.erro:focus + .input-group-append > .input-group-text,
.form-control.amortizacao.erro:focus + .input-group-append > .input-group-text {
  border-bottom-color: #e24141 !important;
  border-radius: 0;
}
.form-control.amortizacao.erro:focus {
  border-bottom-color: #ed9c9c !important;
}
.input-group .input-group-prepend.amortizacao > span.erro {
  color: #e24141;
}
.message-input {
  font-size: 0.8rem !important;
  width: 100%;
  clear: both;
  float: none;
  color: #e24141;
  margin-left: 6px;
}
.selectionbox input[type="radio"] {
  display: none;
}
.selectionbox input[type="radio"]:checked + .radiobox {
  background-color: #0E2083;
}
.selectionbox input[type="radio"]:checked + .radiobox span {
  color: white;
  transform: translateY(70px);
}
.selectionbox input[type="radio"]:checked + .radiobox span:before {
  transform: translateY(0px);
  opacity: 1;
}
.selectionbox input[type="radio"]:checked + .radiobox .manut-emp-icon {
  color: white;
}
.radiobox {
  width: 100px;
  height: 45px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #F89A24;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 0.25rem;
  color: #F89A24;
  border-color: #F89A24;
  padding: 5px 10px 5px 10px;
}
.radiobox:active {
  transform: translateY(10px);
}
.radiobox span {
  transform: translate(0, 60px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.2em;
  user-select: none;
  color: #F89A24;
  text-align: center;
}
.radiobox span:before {
  font-size: 1.2em;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: #555;
}
.manut-emp-icon {
  color: #F89A24;
}
.selectionbox input[type="checkbox"] {
  display: none;
}
.selectionbox input[type="checkbox"]:checked + .checkboxemprestimo {
  background-color: #0E2083;
}
.selectionbox input[type="checkbox"]:checked + .checkboxemprestimo span {
  color: white;
  transform: translateY(70px);
}
.selectionbox input[type="checkbox"]:checked + .checkboxemprestimo span:before {
  transform: translateY(0px);
  opacity: 1;
}
.selectionbox input[type="checkbox"]:checked + .checkboxemprestimo .manut-emp-icon {
  color: white;
}
.checkboxemprestimo {
  width: 100px;
  height: 45px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #F89A24;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 0.25rem;
  color: #F89A24;
  border-color: #F89A24;
  padding: 5px 10px 5px 10px;
}
.checkboxemprestimo:active {
  transform: translateY(10px);
}
.checkboxemprestimo span {
  transform: translate(0, 60px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.2em;
  user-select: none;
  color: #F89A24;
  text-align: center;
}
.checkboxemprestimo span:before {
  font-size: 1.2em;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: #555;
}

