html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }

small, .small {
  font-size: 85%; }

sup {
  font-size: 70%;
  vertical-align: super; }

b, strong {
  font-weight: bold; }

* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    html, body {
      overflow-x: visible; } }

html {
  scroll-behavior: smooth; }
  html.overflow-hidden {
    overflow: hidden;
    height: 100vh; }

body {
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #46474F;
  width: 100vw;
  overflow-x: hidden;
  font-size: 14px; }

a {
  color: #0E63A8;
  text-decoration: none;
  cursor: pointer;
  transition: all, .3s; }
  a:hover {
    color: #148964; }

hr {
  width: 100%;
  border: none;
  border-top: 1px solid #DBDBDF; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2;
  font-weight: bold; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

@media (min-width: 1024px) {
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 48px; } }

p, span, li, td {
  line-height: 1.5; }

p, ul, ol {
  margin-bottom: 16px; }

b {
  font-weight: 700; }

ul {
  list-style: disc;
  margin-left: 20px; }

.fede-type__label {
  display: block;
  color: #91939D;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }

.fede-type__lead {
  font-size: 18px; }

.fede-type__h6 {
  font-size: 16px;
  display: block; }

.fede-type__label-heading {
  display: block;
  color: #91939D;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #DBDBDF;
  padding-bottom: 24px;
  margin-bottom: 24px; }

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

.text-right {
  text-align: right; }

.text-light {
  font-weight: 300; }

.center {
  display: block;
  margin: 0 auto; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-direction-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-items-center {
  -ms-flex-align: center;
      align-items: center; }

.justify-content-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.hide {
  display: none; }

.color-primary {
  color: #0E63A8; }

.color-secondary {
  color: #B3B9C7; }

.color-success {
  color: #0E63A8; }

.color-warning {
  color: #4EB2DC; }

.color-error {
  color: #BF616D; }

.color-texts {
  color: #46474F; }

.color-placeholders {
  color: #BFC0C7; }

.color-gray {
  color: #9B9B9B; }

.visible {
  display: block; }

@media (min-width: 1024px) {
  .hide-on-large-up {
    display: none !important; } }

.show-on-large-up {
  display: none !important; }
  @media (min-width: 1024px) {
    .show-on-large-up {
      display: -ms-flexbox !important;
      display: flex !important; } }

.fede-preloader {
  animation-name: fedePreloaderAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes fedePreloaderAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.fede-alert {
  background: #F2F2F2;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .fede-alert {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .fede-alert__close {
    position: absolute;
    top: 8px;
    right: 8px; }
  .fede-alert__title {
    margin-bottom: 8px; }
  .fede-alert__image-container {
    width: 60px;
    height: 60px;
    margin-right: 24px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .fede-alert__image-container {
        width: 80px;
        height: 80px; } }
    .fede-alert__image-container img {
      width: 100%;
      display: block; }
    .fede-alert__image-container .material-icons {
      width: 60px;
      height: 60px;
      border: 1px solid #BFC0C7;
      font-size: 48px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 50%; }
  .fede-alert__content {
    max-width: 600px;
    width: calc(100% - 84px); }
    @media (min-width: 768px) {
      .fede-alert__content {
        width: calc(100% - 104px); } }
    @media (min-width: 1024px) {
      .fede-alert__content {
        width: 100%; } }
  .fede-alert__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: calc(100% - 84px);
    margin-left: auto;
    margin-top: 24px; }
    @media (min-width: 768px) {
      .fede-alert__actions {
        width: calc(100% - 104px); } }
    @media (min-width: 1024px) {
      .fede-alert__actions {
        margin-left: 24px;
        margin-top: 0; } }
  .fede-alert.success {
    background: #D8E6E1; }
    .fede-alert.success .fede-alert__title {
      color: #0E63A8; }
    .fede-alert.success .fede-alert__image-container .material-icons {
      color: #0E63A8;
      border: 1px solid #0E63A8; }
  .fede-alert.warning {
    background: #F1E9DC; }
    .fede-alert.warning .fede-alert__title {
      color: #4EB2DC; }
    .fede-alert.warning .fede-alert__image-container .material-icons {
      color: #4EB2DC;
      border: 1px solid #4EB2DC; }
    .fede-alert.warning .fede-button {
      color: #4EB2DC;
      border-color: #4EB2DC; }
      .fede-alert.warning .fede-button:hover {
        background: #4EB2DC; }
  .fede-alert.error {
    background: #EFDADA; }
    .fede-alert.error .fede-alert__title {
      color: #BF616D; }
    .fede-alert.error .fede-alert__image-container .material-icons {
      color: #BF616D;
      border: 1px solid #BF616D; }
    .fede-alert.error .fede-button {
      color: #BF616D;
      border-color: #BF616D; }
      .fede-alert.error .fede-button:hover {
        background: #BF616D; }

.fede-button {
  position: relative;
  color: white;
  padding: 8px 24px;
  border: 1px solid #0E63A8;
  border-radius: 40px;
  font-family: "Source Sans Pro", sans-serif;
  background: #0E63A8;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all, .3s;
  line-height: 24px; }
  .fede-button:hover {
    border: 1px solid #0E63A8;
    background: #148964;
    color: white; }
  .fede-button.bordered {
    color: #0E63A8;
    background: transparent; }
    .fede-button.bordered:hover {
      background: #0E63A8;
      color: white; }
  .fede-button.link {
    border: none;
    background: none;
    color: #0E63A8;
    padding: 0; }
  .fede-button.ghost {
    border: none;
    background: none;
    color: #0E63A8; }
  .fede-button.big {
    font-size: 18px;
    line-height: 1; }
  .fede-button.full {
    width: 100%; }
  .fede-button.inverted {
    background: white;
    color: #0E63A8;
    border: 1px solid white; }
  .fede-button.icon-right {
    padding-right: 12px; }
    .fede-button.icon-right .material-icons {
      margin: 0;
      margin-left: 8px; }
  @media (min-width: 768px) {
    .fede-button.main-action {
      padding-left: 80px;
      padding-right: 80px; } }
  .fede-button.icon-vertical {
    -ms-flex-direction: column;
        flex-direction: column; }
    .fede-button.icon-vertical img, .fede-button.icon-vertical i {
      margin-bottom: 8px; }
    .fede-button.icon-vertical span {
      line-height: 1; }
  .fede-button.hide-label-on-mobile .material-icons {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .fede-button.hide-label-on-mobile .material-icons {
        margin-right: 8px; } }
  .fede-button.hide-label-on-mobile .fede-button__label {
    display: none; }
    @media (min-width: 1024px) {
      .fede-button.hide-label-on-mobile .fede-button__label {
        display: inline-block; } }
  .fede-button .material-icons {
    margin-right: 8px; }

.fede-small-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px;
  border: 1px solid transparent;
  transition: all .3s;
  border-radius: 4px;
  color: #9B9B9B;
  white-space: nowrap; }
  .fede-small-button:hover {
    color: #0E63A8;
    border: 1px solid #0E63A8; }

.fede-fab {
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all, .3s;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  background: #0E63A8;
  color: white; }
  .fede-fab:hover {
    background: #0E63A8;
    color: white;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08); }
  .fede-fab.fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100; }

.fede-placeholder {
  max-width: 420px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .fede-placeholder__image {
    margin-bottom: 40px; }
  .fede-placeholder__title {
    margin-bottom: 24px;
    text-align: center; }

.fede-tabs {
  padding: 0 !important;
  position: relative; }
  .fede-tabs__nav {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    background: #F2F2F2; }
  .fede-tabs__link {
    display: block;
    padding: 16px;
    white-space: nowrap;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    transition: all .3s; }
    @media (min-width: 768px) {
      .fede-tabs__link {
        font-size: 18px;
        padding: 24px; } }
    .fede-tabs__link:hover {
      background: white; }
    .fede-tabs__link.active {
      background: white; }
  .fede-tabs__panel {
    padding: 24px;
    display: none; }
    @media (min-width: 768px) {
      .fede-tabs__panel {
        padding: 40px; } }
    .fede-tabs__panel.show {
      display: block; }
  @media (min-width: 1024px) {
    .fede-tabs.vertical {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .fede-tabs.vertical .fede-tabs__nav {
        max-width: 280px;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-right: 24px;
        position: sticky;
        top: 80px; }
      .fede-tabs.vertical .fede-tabs__link {
        white-space: initial;
        line-height: 1.2; }
      .fede-tabs.vertical .fede-tabs__panels {
        width: calc(100% - 280px); } }
  .fede-tabs.bordered .fede-tabs__nav {
    background: none; }
  .fede-tabs.bordered .fede-tabs__link {
    border-bottom: 1px solid #DBDBDF; }
    .fede-tabs.bordered .fede-tabs__link.active {
      border-top: 1px solid #DBDBDF;
      border-right: 1px solid #DBDBDF;
      border-left: 1px solid #DBDBDF;
      border-bottom: none; }
      .fede-tabs.bordered .fede-tabs__link.active:hover {
        background: none; }
    .fede-tabs.bordered .fede-tabs__link:hover {
      background: #F2F2F2; }

.fede-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fede-profile__title {
    display: none; }
    @media (min-width: 1024px) {
      .fede-profile__title {
        display: block; } }
  .fede-profile__sidebar-mobile {
    width: 100%; }
    @media (min-width: 1024px) {
      .fede-profile__sidebar-mobile {
        width: 280px;
        display: block;
        padding-right: 24px; }
        .fede-profile__sidebar-mobile .fede-profile__nav-link:nth-child(1) {
          background: white; } }
  .fede-profile__sidebar {
    display: none; }
    @media (min-width: 1024px) {
      .fede-profile__sidebar {
        width: 280px;
        display: block;
        padding-right: 24px; } }
  .fede-profile__nav {
    background: white;
    border-radius: 8px;
    padding: 16px 0; }
    @media (min-width: 1024px) {
      .fede-profile__nav {
        padding: 0;
        background: transparent;
        position: sticky;
        top: 80px; } }
  .fede-profile__nav-link {
    display: block;
    padding: 16px; }
    @media (min-width: 1024px) {
      .fede-profile__nav-link {
        padding: 16px 24px;
        border-radius: 8px;
        line-height: 1.5; }
        .fede-profile__nav-link.active {
          background: white; } }
  .fede-profile__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .fede-profile__content {
        width: calc(100% - 280px); } }
  .fede-profile__back {
    display: block;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .fede-profile__back {
        display: none; } }

.fede-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all .3s; }
  .fede-card.center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  .fede-card.bordered {
    border: 1px solid #DBDBDF;
    box-shadow: none; }
    .fede-card.bordered:hover {
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08); }
  .fede-card.default {
    background: #F2F2F2;
    box-shadow: none; }

.fede-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%; }
  .fede-steps__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    padding: 0 12px;
    width: 100%; }
    .fede-steps__item:before, .fede-steps__item:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 4px;
      top: 14px;
      background: #DBDBDF; }
      @media (min-width: 768px) {
        .fede-steps__item:before, .fede-steps__item:after {
          top: 18px; } }
    .fede-steps__item:after {
      left: 50%;
      z-index: 0; }
    .fede-steps__item:before {
      left: 0;
      z-index: 0; }
    .fede-steps__item:first-child:before {
      display: none; }
    .fede-steps__item:last-child:after {
      display: none; }
  .fede-steps__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #B3B9C7;
    color: #0E63A8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 8px;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) {
      .fede-steps__icon {
        width: 40px;
        height: 40px; } }
  .fede-steps__label {
    font-size: 12px;
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) {
      .fede-steps__label {
        font-size: 14px; } }
  .fede-steps .fede-steps__item.pending {
    opacity: 0.4; }
  .fede-steps .fede-steps__item.active .fede-steps__icon {
    background: #0E63A8; }
    .fede-steps .fede-steps__item.active .fede-steps__icon span {
      color: white; }
  .fede-steps .fede-steps__item.active .fede-steps__label {
    color: #0E63A8; }
  .fede-steps .fede-steps__item.active:before {
    background: #B3B9C7; }
  .fede-steps .fede-steps__item.done {
    opacity: 0.6; }
    .fede-steps .fede-steps__item.done .fede-steps__icon:after {
      color: white;
      font-family: 'Material Icons';
      content: "check";
      width: 16px;
      height: 16px;
      background: #0E63A8;
      border-radius: 50%;
      position: absolute;
      top: -8px;
      right: -8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .fede-steps.big .fede-steps__item:before, .fede-steps.big .fede-steps__item:after {
      top: 60px; }
    .fede-steps.big .fede-steps__icon {
      width: 120px;
      height: 120px;
      border-radius: 24px;
      margin-bottom: 24px; }
      .fede-steps.big .fede-steps__icon i {
        font-size: 48px; }
    .fede-steps.big .fede-steps__label {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .fede-steps.fixed-sidebar {
      position: fixed;
      top: calc(50% - 140px);
      left: 40px;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 280px;
      transform: scale(1.2); }
      .fede-steps.fixed-sidebar .fede-steps__item {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 40px; }
        .fede-steps.fixed-sidebar .fede-steps__item:before, .fede-steps.fixed-sidebar .fede-steps__item:after {
          display: none; }
      .fede-steps.fixed-sidebar .fede-steps__icon {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 0 16px 0 0; }
      .fede-steps.fixed-sidebar .fede-steps__label {
        text-align: left; } }

.fede-icon {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  margin-bottom: 24px;
  background: #B3B9C7;
  color: #0E63A8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .fede-icon:after {
    color: white;
    font-family: 'Material Icons';
    content: "check";
    width: 32px;
    height: 32px;
    background: #0E63A8;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .fede-icon i {
    font-size: 48px; }

.fede-menu {
  color: #46474F;
  font-weight: 400;
  position: absolute;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  z-index: 10;
  right: -8px;
  bottom: 48px;
  min-width: 240px;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.001) rotate(-45deg);
  transform-origin: bottom right; }
  .fede-menu.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .fede-menu.down {
    top: 48px;
    bottom: initial;
    transform-origin: top right; }
  @media (min-width: 768px) {
    .fede-menu.max-width-420 {
      width: 420px; } }
  .fede-menu__item {
    display: block;
    padding: 8px 0;
    font-weight: bold; }
  .fede-menu__close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    color: #0E63A8; }

.fede-menu-help {
  width: 280px;
  bottom: 64px;
  right: 0; }

.fede-menu-actions {
  position: relative; }
  .fede-menu-actions__container {
    position: relative;
    color: #46474F;
    font-weight: 400;
    position: absolute;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 16px;
    z-index: 10;
    right: 10px;
    top: -120px;
    min-width: 240px;
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.001) rotate(-45deg);
    transform-origin: center right; }
  .fede-menu-actions__item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .fede-menu-actions__label {
    white-space: nowrap;
    color: #0E63A8; }
  .fede-menu-actions__close {
    width: 60px;
    height: 100px;
    background: url(../images/bg-fede-menu-actions.png) no-repeat center right;
    position: absolute;
    top: calc(50% - 50px);
    right: -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #0E63A8 !important; }
    .fede-menu-actions__close i {
      margin-top: -6px;
      font-size: 16px;
      color: #0E63A8 !important; }
    .fede-menu-actions__close:hover i {
      color: #148964 !important; }
  .fede-menu-actions.visible .fede-menu-actions__container {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.fede-terms {
  position: relative; }
  .fede-terms__content {
    max-height: 420px;
    overflow: auto;
    border: 1px solid #DBDBDF;
    border-radius: 4px;
    padding: 24px; }
  .fede-terms__download {
    position: absolute;
    bottom: -20px;
    background: white !important;
    left: 50%;
    margin-left: -90px; }
    .fede-terms__download:hover {
      background: #0E63A8 !important; }

.fede-badge {
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 12px;
  background: #F2F2F2;
  border-radius: 4px; }
  .fede-badge.success {
    background: rgba(99, 184, 194, 0.24);
    color: #B3B9C7; }
  .fede-badge.pending {
    background: #F1E9DC;
    color: #4EB2DC; }
  .fede-badge.error {
    background: #EFDADA;
    color: #BF616D; }

.fede-modal {
  position: fixed;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: auto;
  padding: 24px;
  z-index: 100;
  transform: translateY(100vh);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .fede-modal__container {
    position: relative;
    background: white;
    width: 100%;
    max-width: 420px;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08); }
    .fede-modal__container.max-width-800 {
      max-width: 800px; }
  .fede-modal__close {
    position: absolute;
    top: 8px;
    right: 8px; }
  .fede-modal__icon {
    font-size: 60px; }
  .fede-modal__content {
    padding: 24px; }
  .fede-modal.visible {
    transform: translateY(0); }
  .fede-modal.big {
    -ms-flex-align: start;
        align-items: flex-start; }
  .fede-modal.side {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0;
    transform: translateY(0) translateX(100vw); }
    .fede-modal.side .fede-modal__container {
      padding: 0;
      max-width: 600px;
      min-height: 100vh; }
    .fede-modal.side.visible {
      transform: translateY(0) translateX(0); }

.fede-list {
  margin-left: 0;
  margin-bottom: 0; }
  .fede-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 4px 0; }
    .fede-list__item.success {
      color: #0E63A8; }
      .fede-list__item.success .fede-list__item-icon-left {
        border: 1px solid #0E63A8; }
    .fede-list__item.error {
      color: #BF616D; }
      .fede-list__item.error .fede-list__item-icon-left {
        border: 1px solid #BF616D; }
  .fede-list__item-icon-left {
    margin-right: 8px; }
  .fede-list__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .fede-list__item-icon-right {
    color: #BFC0C7; }

.fede-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fede-table__th {
    display: none;
    width: 100%; }
    @media (min-width: 1024px) {
      .fede-table__th {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #DBDBDF; } }
  .fede-table__content {
    width: 100%; }
  .fede-table__tr {
    border-bottom: 1px solid #DBDBDF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
    position: relative;
    width: 100%; }
    .fede-table__tr.col1 {
      width: 8.3333%; }
    .fede-table__tr.col2 {
      width: 16.6666%; }
    .fede-table__tr.col3 {
      width: 25%; }
    .fede-table__tr.col4 {
      width: 33.3333%; }
    .fede-table__tr.col5 {
      width: 41.6666%; }
    .fede-table__tr.col6 {
      width: 50%; }
    .fede-table__tr.col7 {
      width: 58.3333%; }
    .fede-table__tr.col8 {
      width: 66.6666%; }
    .fede-table__tr.col9 {
      width: 75%; }
    .fede-table__tr.col10 {
      width: 83.3333%; }
    .fede-table__tr.col11 {
      width: 91.6667%; }
    .fede-table__tr.col12 {
      width: 100%; }
    @media (min-width: 768px) {
      .fede-table__tr.md-col1 {
        width: 8.3333%; }
      .fede-table__tr.md-col2 {
        width: 16.6666%; }
      .fede-table__tr.md-col3 {
        width: 25%; }
      .fede-table__tr.md-col4 {
        width: 33.3333%; }
      .fede-table__tr.md-col5 {
        width: 41.6666%; }
      .fede-table__tr.md-col6 {
        width: 50%; }
      .fede-table__tr.md-col7 {
        width: 58.3333%; }
      .fede-table__tr.md-col8 {
        width: 66.6666%; }
      .fede-table__tr.md-col9 {
        width: 75%; }
      .fede-table__tr.md-col10 {
        width: 83.3333%; }
      .fede-table__tr.md-col11 {
        width: 91.6667%; }
      .fede-table__tr.md-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__tr.lg-col1 {
        width: 8.3333%; }
      .fede-table__tr.lg-col2 {
        width: 16.6666%; }
      .fede-table__tr.lg-col3 {
        width: 25%; }
      .fede-table__tr.lg-col4 {
        width: 33.3333%; }
      .fede-table__tr.lg-col5 {
        width: 41.6666%; }
      .fede-table__tr.lg-col6 {
        width: 50%; }
      .fede-table__tr.lg-col7 {
        width: 58.3333%; }
      .fede-table__tr.lg-col9 {
        width: 75%; }
      .fede-table__tr.lg-col10 {
        width: 83.3333%; }
      .fede-table__tr.lg-col11 {
        width: 91.6667%; }
      .fede-table__tr.lg-col12 {
        width: 100%; } }
    @media (min-width: 1280px) {
      .fede-table__tr.xlg-col1 {
        width: 8.3333%; }
      .fede-table__tr.xlg-col2 {
        width: 16.6666%; }
      .fede-table__tr.xlg-col3 {
        width: 25%; }
      .fede-table__tr.xlg-col4 {
        width: 33.3333%; }
      .fede-table__tr.xlg-col5 {
        width: 41.6666%; }
      .fede-table__tr.xlg-col6 {
        width: 50%; }
      .fede-table__tr.xlg-col7 {
        width: 58.3333%; }
      .fede-table__tr.xlg-col9 {
        width: 75%; }
      .fede-table__tr.xlg-col10 {
        width: 83.3333%; }
      .fede-table__tr.xlg-col11 {
        width: 91.6667%; }
      .fede-table__tr.xlg-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__tr {
        padding: 0; } }
    .fede-table__tr.with-fab {
      padding-top: 32px; }
      @media (min-width: 1024px) {
        .fede-table__tr.with-fab {
          padding-top: 0; } }
  .fede-table__tf {
    position: relative;
    padding: 8px 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fede-table__tf.col1 {
      width: 8.3333%; }
    .fede-table__tf.col2 {
      width: 16.6666%; }
    .fede-table__tf.col3 {
      width: 25%; }
    .fede-table__tf.col4 {
      width: 33.3333%; }
    .fede-table__tf.col5 {
      width: 41.6666%; }
    .fede-table__tf.col6 {
      width: 50%; }
    .fede-table__tf.col7 {
      width: 58.3333%; }
    .fede-table__tf.col8 {
      width: 66.6666%; }
    .fede-table__tf.col9 {
      width: 75%; }
    .fede-table__tf.col10 {
      width: 83.3333%; }
    .fede-table__tf.col11 {
      width: 91.6667%; }
    .fede-table__tf.col12 {
      width: 100%; }
    @media (min-width: 768px) {
      .fede-table__tf.md-col1 {
        width: 8.3333%; }
      .fede-table__tf.md-col2 {
        width: 16.6666%; }
      .fede-table__tf.md-col3 {
        width: 25%; }
      .fede-table__tf.md-col4 {
        width: 33.3333%; }
      .fede-table__tf.md-col5 {
        width: 41.6666%; }
      .fede-table__tf.md-col6 {
        width: 50%; }
      .fede-table__tf.md-col7 {
        width: 58.3333%; }
      .fede-table__tf.md-col8 {
        width: 66.6666%; }
      .fede-table__tf.md-col9 {
        width: 75%; }
      .fede-table__tf.md-col10 {
        width: 83.3333%; }
      .fede-table__tf.md-col11 {
        width: 91.6667%; }
      .fede-table__tf.md-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__tf.lg-col1 {
        width: 8.3333%; }
      .fede-table__tf.lg-col2 {
        width: 16.6666%; }
      .fede-table__tf.lg-col3 {
        width: 25%; }
      .fede-table__tf.lg-col4 {
        width: 33.3333%; }
      .fede-table__tf.lg-col5 {
        width: 41.6666%; }
      .fede-table__tf.lg-col6 {
        width: 50%; }
      .fede-table__tf.lg-col7 {
        width: 58.3333%; }
      .fede-table__tf.lg-col9 {
        width: 75%; }
      .fede-table__tf.lg-col10 {
        width: 83.3333%; }
      .fede-table__tf.lg-col11 {
        width: 91.6667%; }
      .fede-table__tf.lg-col12 {
        width: 100%; } }
    @media (min-width: 1280px) {
      .fede-table__tf.xlg-col1 {
        width: 8.3333%; }
      .fede-table__tf.xlg-col2 {
        width: 16.6666%; }
      .fede-table__tf.xlg-col3 {
        width: 25%; }
      .fede-table__tf.xlg-col4 {
        width: 33.3333%; }
      .fede-table__tf.xlg-col5 {
        width: 41.6666%; }
      .fede-table__tf.xlg-col6 {
        width: 50%; }
      .fede-table__tf.xlg-col7 {
        width: 58.3333%; }
      .fede-table__tf.xlg-col9 {
        width: 75%; }
      .fede-table__tf.xlg-col10 {
        width: 83.3333%; }
      .fede-table__tf.xlg-col11 {
        width: 91.6667%; }
      .fede-table__tf.xlg-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__tf {
        padding: 0; } }
  .fede-table__td {
    position: relative;
    padding: 8px 0;
    width: 100%; }
    .fede-table__td.col1 {
      width: 8.3333%; }
    .fede-table__td.col2 {
      width: 16.6666%; }
    .fede-table__td.col3 {
      width: 25%; }
    .fede-table__td.col4 {
      width: 33.3333%; }
    .fede-table__td.col5 {
      width: 41.6666%; }
    .fede-table__td.col6 {
      width: 50%; }
    .fede-table__td.col7 {
      width: 58.3333%; }
    .fede-table__td.col8 {
      width: 66.6666%; }
    .fede-table__td.col9 {
      width: 75%; }
    .fede-table__td.col10 {
      width: 83.3333%; }
    .fede-table__td.col11 {
      width: 91.6667%; }
    .fede-table__td.col12 {
      width: 100%; }
    @media (min-width: 768px) {
      .fede-table__td.md-col1 {
        width: 8.3333%; }
      .fede-table__td.md-col2 {
        width: 16.6666%; }
      .fede-table__td.md-col3 {
        width: 25%; }
      .fede-table__td.md-col4 {
        width: 33.3333%; }
      .fede-table__td.md-col5 {
        width: 41.6666%; }
      .fede-table__td.md-col6 {
        width: 50%; }
      .fede-table__td.md-col7 {
        width: 58.3333%; }
      .fede-table__td.md-col8 {
        width: 66.6666%; }
      .fede-table__td.md-col9 {
        width: 75%; }
      .fede-table__td.md-col10 {
        width: 83.3333%; }
      .fede-table__td.md-col11 {
        width: 91.6667%; }
      .fede-table__td.md-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__td.lg-col1 {
        width: 8.3333%; }
      .fede-table__td.lg-col2 {
        width: 16.6666%; }
      .fede-table__td.lg-col3 {
        width: 25%; }
      .fede-table__td.lg-col4 {
        width: 33.3333%; }
      .fede-table__td.lg-col5 {
        width: 41.6666%; }
      .fede-table__td.lg-col6 {
        width: 50%; }
      .fede-table__td.lg-col7 {
        width: 58.3333%; }
      .fede-table__td.lg-col9 {
        width: 75%; }
      .fede-table__td.lg-col10 {
        width: 83.3333%; }
      .fede-table__td.lg-col11 {
        width: 91.6667%; }
      .fede-table__td.lg-col12 {
        width: 100%; } }
    @media (min-width: 1280px) {
      .fede-table__td.xlg-col1 {
        width: 8.3333%; }
      .fede-table__td.xlg-col2 {
        width: 16.6666%; }
      .fede-table__td.xlg-col3 {
        width: 25%; }
      .fede-table__td.xlg-col4 {
        width: 33.3333%; }
      .fede-table__td.xlg-col5 {
        width: 41.6666%; }
      .fede-table__td.xlg-col6 {
        width: 50%; }
      .fede-table__td.xlg-col7 {
        width: 58.3333%; }
      .fede-table__td.xlg-col9 {
        width: 75%; }
      .fede-table__td.xlg-col10 {
        width: 83.3333%; }
      .fede-table__td.xlg-col11 {
        width: 91.6667%; }
      .fede-table__td.xlg-col12 {
        width: 100%; } }
    @media (min-width: 1024px) {
      .fede-table__td {
        padding: 16px 0; } }
    .fede-table__td.center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
    .fede-table__td.align-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: end;
          align-items: flex-end; }
    @media (min-width: 1024px) {
      .fede-table__td.lg-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
      .fede-table__td.lg-align-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end; } }
  .fede-table.borderless .fede-table__tr {
    border-bottom: none; }
  @media (min-width: 1024px) {
    .fede-table.smaller .fede-table__td {
      padding: 8px 0; } }
  .fede-table.responsiveless .fede-table__tr {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .fede-table.vertical .fede-table__tr {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    padding-bottom: 8px; }
  .fede-table.vertical .fede-table__td {
    width: 100%;
    padding: 4px 0; }

.dataTables_wrapper {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .dataTables_wrapper .dataTables_length {
    width: 50%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .dataTables_wrapper .dataTables_length {
        width: 20%; } }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0;
    margin-bottom: 24px;
    width: 50%; }
    @media (min-width: 768px) {
      .dataTables_wrapper .dataTables_filter {
        width: 80%; } }
    .dataTables_wrapper .dataTables_filter label {
      width: 100%;
      display: block;
      font-size: 0; }
      .dataTables_wrapper .dataTables_filter label input {
        position: relative;
        display: block;
        border: none;
        border: 1px solid #DBDBDF;
        width: 100%;
        padding: 8px 16px;
        border-radius: 4px;
        line-height: 24px; }
        .dataTables_wrapper .dataTables_filter label input:focus {
          outline: #0E63A8 auto 1px; }
        .dataTables_wrapper .dataTables_filter label input:after {
          position: absolute;
          top: 8px;
          left: 8px;
          z-index: 1;
          font-family: 'Material icons';
          content: 'search';
          width: 24px;
          height: 24px; }
  .dataTables_wrapper .dataTables_scroll {
    width: 100%; }
    .dataTables_wrapper .dataTables_scroll .dataTables_scrollHeadInner {
      width: 100% !important; }
    .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody thead {
      display: none; }
  .dataTables_wrapper table.dataTable {
    width: 100% !important; }
    .dataTables_wrapper table.dataTable thead {
      color: #91939D;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .dataTables_wrapper table.dataTable thead th {
        padding: 16px 10px !important; }
      .dataTables_wrapper table.dataTable thead .sorting {
        background-position: calc(100% + 5px) center !important; }
    .dataTables_wrapper table.dataTable .tbody-container {
      max-height: 400px;
      overflow-y: auto; }
    .dataTables_wrapper table.dataTable tbody th,
    .dataTables_wrapper table.dataTable tbody td {
      border-top: 1px solid rgba(0, 0, 0, 0.06);
      padding: 12px 10px; }
    .dataTables_wrapper table.dataTable tfoot th {
      padding: 16px 10px;
      border-bottom: 1px solid #000; }
  .dataTables_wrapper .dataTables_info {
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .dataTables_wrapper .dataTables_info {
        text-align: left;
        width: 50%; } }
  .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    text-align: center;
    margin-top: 7px; }
    @media (min-width: 768px) {
      .dataTables_wrapper .dataTables_paginate {
        text-align: right;
        width: 50%; } }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      background: #DBDBDF;
      border: none !important;
      border-radius: 50%; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #0E63A8;
        color: white !important; }
  .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: white;
    color: #BFC0C7; }
  .dataTables_wrapper table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%; }
  .dataTables_wrapper table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.fede-products .fede-products__footer-total {
  -ms-flex-order: 2;
      order: 2;
  text-align: right; }
  @media (min-width: 1024px) {
    .fede-products .fede-products__footer-total {
      -ms-flex-order: 0;
          order: 0; } }

.fede-products.grid-view .fede-products__heading {
  display: none; }

@media (min-width: 1024px) {
  .fede-products.grid-view .fede-products__content {
    display: -ms-grid;
    display: grid;
    padding: 32px 0;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; } }

@media (min-width: 1024px) {
  .fede-products.grid-view .fede-products__footer-total {
    -ms-flex-order: 2;
        order: 2;
    text-align: right; } }

.fede-product-card {
  border: 1px solid #DBDBDF;
  border-radius: 24px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all .3s;
  margin-bottom: 16px; }
  .fede-product-card.card-active {
    border: 1px solid #DBDBDF;
    border-radius: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end; }
    .fede-product-card.card-active .fede-product-card__info {
      width: 100%; }
    .fede-product-card.card-active .fede-product-card__value {
      width: 60%;
      -ms-flex-align: start;
          align-items: flex-start; }
    .fede-product-card.card-active .fede-product-card__actions {
      width: 40%; }
    .fede-product-card.card-active .fede-product-info__favorite {
      -ms-flex-order: 0;
          order: 0;
      margin-right: 0;
      margin-left: 16px; }
    .fede-product-card.card-active:hover {
      background: #0E63A8;
      color: white; }
      .fede-product-card.card-active:hover .fede-product-info__favorite i {
        color: white; }
      .fede-product-card.card-active:hover .fede-product-actions__item i {
        color: white; }
  .fede-product-card.credit-card .fede-product-card__value {
    width: 90%; }
  .fede-product-card.credit-card .fede-product-card__actions {
    width: 10%; }
  .fede-product-card.card-colored {
    background: #0E63A8;
    color: white; }
    .fede-product-card.card-colored a {
      color: white; }
  .fede-product-card.color-gold {
    background: #CDA000; }
    .fede-product-card.color-gold:hover {
      background: #CDA000; }
  .fede-product-card.color-platinum {
    background: #626262; }
    .fede-product-card.color-platinum:hover {
      background: #626262; }
  .fede-product-card.color-black {
    background: #1C1C1C; }
    .fede-product-card.color-black:hover {
      background: #1C1C1C; }
  .fede-product-card.color-pink {
    background: #EB0189; }
    .fede-product-card.color-pink:hover {
      background: #EB0189; }
  @media (min-width: 1024px) {
    .fede-product-card {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #DBDBDF;
      padding: 0;
      margin-bottom: 0; }
      .fede-product-card.card-active {
        padding: 0 24px; } }

.fede-credit-card {
  padding: 24px;
  background: #0E63A8;
  color: white;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 24px; }

.fede-credit-card-saldos {
  border-top: 1px solid #DBDBDF;
  border-bottom: 1px solid #DBDBDF;
  display: -ms-flexbox;
  display: flex; }
  .fede-credit-card-saldos__item {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    .fede-credit-card-saldos__item:nth-child(1) {
      border-right: 1px solid #DBDBDF; }

.fede-product-info {
  display: -ms-flexbox;
  display: flex; }
  .fede-product-info__content {
    width: 100%; }
  .fede-product-info__favorite {
    margin-left: 16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    @media (min-width: 1024px) {
      .fede-product-info__favorite {
        -ms-flex-order: -1;
            order: -1;
        margin-left: 0;
        margin-right: 16px; } }

.fede-product-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .fede-product-actions__item {
    margin-left: 16px;
    color: #BFC0C7;
    cursor: pointer; }

.fede-product-switcher {
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .fede-product-switcher__item {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #BFC0C7; }
    .fede-product-switcher__item:hover, .fede-product-switcher__item.active {
      border: 1px solid #DBDBDF;
      color: #0E63A8; }
  @media (min-width: 1024px) {
    .fede-product-switcher {
      display: -ms-flexbox;
      display: flex; } }

.fede-tooltip {
  position: relative; }
  .fede-tooltip__content {
    width: 120px;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
    padding: 4px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all, .3s;
    text-align: center; }
    .fede-tooltip__content:before {
      content: '';
      position: absolute;
      display: block;
      width: 0px;
      left: 50%;
      bottom: 0;
      border: 8px solid transparent;
      border-bottom: 0;
      border-top: 8px solid rgba(0, 0, 0, 0.8);
      transform: translate(-50%, 100%); }
  .fede-tooltip:hover .fede-tooltip__content {
    opacity: 1;
    visibility: visible; }

.fede-counter__number {
  display: block;
  font-size: 48px;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
  border: 1px solid #DBDBDF;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.fede-form {
  width: 100%; }
  .fede-form .fede-field {
    margin-bottom: 24px; }
  .fede-form__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.fede-field {
  position: relative;
  width: 100%;
  text-align: left; }
  .fede-field__label {
    display: block;
    margin-bottom: 8px; }
  .fede-field__input-container {
    position: relative;
    width: 100%; }
  .fede-field__input {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    border: none;
    border: 1px solid #DBDBDF;
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 24px; }
    .fede-field__input:focus {
      outline: #0E63A8 auto 1px; }
  .fede-field__icon-right {
    position: absolute;
    right: 8px;
    top: calc(50% - 12px);
    color: #91939D; }
  .fede-field__icon-left {
    position: absolute;
    left: 8px;
    top: calc(50% - 12px);
    color: #91939D; }
  .fede-field.icon-left .fede-field__input {
    padding-left: 40px; }
  .fede-field.textarea .fede-field__icon-left, .fede-field.textarea .fede-field__icon-right {
    top: 8px; }

@media (min-width: 768px) {
  .fede-datepicker {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; } }

.fede-datepicker__label {
  display: none;
  font-weight: bold; }
  @media (min-width: 768px) {
    .fede-datepicker__label {
      display: block; } }

.fede-datepicker__input {
  position: relative;
  border: none;
  border-bottom: 2px solid #DBDBDF;
  padding: 8px 0;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  text-align: right;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .fede-datepicker__input:focus {
    outline: none;
    border-bottom: 2px solid #0E63A8; }
  @media (min-width: 1280px) {
    .fede-datepicker__input {
      font-size: 18px; } }

.fede-datepicker__icon {
  margin-right: 8px; }

.fede-datepicker__value {
  width: 100%;
  display: block; }

.daterangepicker {
  right: 20px !important; }
  @media (min-width: 768px) {
    .daterangepicker {
      right: 80px !important; } }
  @media (min-width: 1440px) {
    .daterangepicker {
      right: calc((100vw - 256px - 1040px)/2) !important; } }
  .daterangepicker.opensright:before {
    right: 9px;
    left: auto; }
  .daterangepicker.opensright:after {
    right: 10px;
    left: auto; }
  .daterangepicker .ranges li.active {
    background: #0E63A8; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0E63A8; }
  .daterangepicker .drp-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .daterangepicker .drp-buttons .drp-selected {
      width: 100%;
      text-align: center;
      margin: 0;
      margin-bottom: 8px; }
    .daterangepicker .drp-buttons .btn {
      width: 48%;
      margin: 0;
      background: #F2F2F2;
      padding: 16px;
      border-radius: 4px;
      cursor: pointer; }
    .daterangepicker .drp-buttons .cancelBtn {
      margin-right: 2%; }
    .daterangepicker .drp-buttons .applyBtn {
      margin-left: 2%;
      background: #0E63A8;
      color: white; }

.fede-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer; }
  .fede-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .fede-checkbox__checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px; }
    .fede-checkbox__checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  .fede-checkbox:hover input ~ .fede-checkbox__checkmark {
    background-color: #ccc; }
  .fede-checkbox input:checked ~ .fede-checkbox__checkmark {
    background-color: #0E63A8; }
  .fede-checkbox input:checked ~ .fede-checkbox__checkmark:after {
    display: block; }

.fede-checkbox-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* On mouse-over, add a grey background color */ }
  .fede-checkbox-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .fede-checkbox-button__container {
    width: 33.333%; }
    @media (min-width: 1280px) {
      .fede-checkbox-button__container {
        width: 25%; } }
  .fede-checkbox-button__button {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 120px;
    border: 1px solid #DBDBDF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 8px;
    text-align: center; }
    @media (min-width: 1024px) {
      .fede-checkbox-button__button {
        padding: 16px; } }
  .fede-checkbox-button__icon {
    font-size: 36px;
    margin-bottom: 8px; }
  .fede-checkbox-button__label {
    font-size: 12px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .fede-checkbox-button__label {
        font-size: 14px; } }
  .fede-checkbox-button .fede-checkbox-button__container:hover input ~ .fede-checkbox-button__button {
    background-color: #F2F2F2; }
  .fede-checkbox-button .fede-checkbox-button__container input:checked ~ .fede-checkbox-button__button {
    background-color: #0E63A8;
    border: 1px solid #0E63A8;
    color: white; }

.fede-radio-card {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%; }
  .fede-radio-card input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .fede-radio-card__checkmark {
    position: relative;
    background: white;
    border-radius: 16px;
    border: 1px solid #DBDBDF;
    padding: 24px;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fede-radio-card__checkmark img {
      width: 100%;
      height: 80px;
      display: block;
      margin-bottom: 8px;
      object-fit: contain; }
    .fede-radio-card__checkmark:after {
      position: absolute;
      content: '';
      display: none;
      right: 12px;
      top: 8px;
      width: 5px;
      height: 10px;
      border: solid #0E63A8;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  .fede-radio-card:hover input ~ .fede-radio-card__checkmark {
    border-color: #0E63A8; }
  .fede-radio-card input:checked ~ .fede-radio-card__checkmark {
    border-color: #0E63A8; }
  .fede-radio-card input:checked ~ .fede-radio-card__checkmark:after {
    display: block; }

.fede-radio-image {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%; }
  .fede-radio-image input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .fede-radio-image__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: rgba(0, 117, 80, 0.8);
    width: 100%;
    height: 100%; }
    .fede-radio-image__checkmark:after {
      display: block;
      content: '';
      width: 10px;
      height: 20px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  .fede-radio-image img {
    width: 100%;
    height: 120px;
    display: block;
    object-fit: cover; }
  .fede-radio-image:hover input ~ .fede-radio-image__checkmark {
    opacity: 1;
    visibility: visible; }
  .fede-radio-image input:checked ~ .fede-radio-image__checkmark {
    opacity: 1;
    visibility: visible; }

.fede-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px; }
  @media (min-width: 768px) {
    .fede-container {
      padding: 0 80px; } }
  .fede-container.max-width-600 {
    max-width: 600px; }
  .fede-container.max-width-720 {
    max-width: 720px; }
  .fede-container.max-width-800 {
    max-width: 800px; }
  .fede-container.max-width-960 {
    max-width: 960px; }

.fede-spacer {
  width: 100%;
  height: 8px; }
  .fede-spacer.size-16 {
    height: 16px; }
  .fede-spacer.size-24 {
    height: 24px; }
  .fede-spacer.size-40 {
    height: 40px; }
  .fede-spacer.size-80 {
    height: 80px; }
  .fede-spacer.size-120 {
    height: 120px; }
  .fede-spacer.size-160 {
    height: 160px; }
  .fede-spacer.size-top {
    height: 80px; }
    @media (min-width: 1280px) {
      .fede-spacer.size-top {
        height: 120px; } }

.fede-vertical-spacer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 8px; }
  .fede-vertical-spacer.size-16 {
    width: 16px; }
  .fede-vertical-spacer.size-24 {
    width: 24px; }
  .fede-vertical-spacer.size-40 {
    width: 40px; }
  .fede-vertical-spacer.size-80 {
    width: 80px; }
  .fede-vertical-spacer.size-120 {
    width: 120px; }
  .fede-vertical-spacer.size-160 {
    width: 160px; }

.fede-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.fede-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 16px;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media (min-width: 1024px) {
    .fede-grid.two-columns {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      gap: 32px; } }
  @media (min-width: 1024px) {
    .fede-grid.three-columns {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      gap: 32px; } }
  @media (min-width: 1024px) {
    .fede-grid.four-columns {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 32px; } }
  @media (min-width: 1024px) {
    .fede-grid.two-one-columns {
      -ms-grid-columns: 2fr 1fr;
          grid-template-columns: 2fr 1fr;
      gap: 32px; } }

.fede-block.col1 {
  width: 8.3333%; }

.fede-block.col2 {
  width: 16.6666%; }

.fede-block.col3 {
  width: 25%; }

.fede-block.col4 {
  width: 33.3333%; }

.fede-block.col5 {
  width: 41.6666%; }

.fede-block.col6 {
  width: 50%; }

.fede-block.col7 {
  width: 58.3333%; }

.fede-block.col8 {
  width: 66.6666%; }

.fede-block.col9 {
  width: 75%; }

.fede-block.col10 {
  width: 83.3333%; }

.fede-block.col11 {
  width: 91.6667%; }

.fede-block.col12 {
  width: 100%; }

@media (min-width: 768px) {
  .fede-block.md-col1 {
    width: 8.3333%; }
  .fede-block.md-col2 {
    width: 16.6666%; }
  .fede-block.md-col3 {
    width: 25%; }
  .fede-block.md-col4 {
    width: 33.3333%; }
  .fede-block.md-col5 {
    width: 41.6666%; }
  .fede-block.md-col6 {
    width: 50%; }
  .fede-block.md-col7 {
    width: 58.3333%; }
  .fede-block.md-col8 {
    width: 66.6666%; }
  .fede-block.md-col9 {
    width: 75%; }
  .fede-block.md-col10 {
    width: 83.3333%; }
  .fede-block.md-col11 {
    width: 91.6667%; }
  .fede-block.md-col12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .fede-block.lg-col1 {
    width: 8.3333%; }
  .fede-block.lg-col2 {
    width: 16.6666%; }
  .fede-block.lg-col3 {
    width: 25%; }
  .fede-block.lg-col4 {
    width: 33.3333%; }
  .fede-block.lg-col5 {
    width: 41.6666%; }
  .fede-block.lg-col6 {
    width: 50%; }
  .fede-block.lg-col7 {
    width: 58.3333%; }
  .fede-block.lg-col9 {
    width: 75%; }
  .fede-block.lg-col10 {
    width: 83.3333%; }
  .fede-block.lg-col11 {
    width: 91.6667%; }
  .fede-block.lg-col12 {
    width: 100%; } }

@media (min-width: 1280px) {
  .fede-block.xlg-col1 {
    width: 8.3333%; }
  .fede-block.xlg-col2 {
    width: 16.6666%; }
  .fede-block.xlg-col3 {
    width: 25%; }
  .fede-block.xlg-col4 {
    width: 33.3333%; }
  .fede-block.xlg-col5 {
    width: 41.6666%; }
  .fede-block.xlg-col6 {
    width: 50%; }
  .fede-block.xlg-col7 {
    width: 58.3333%; }
  .fede-block.xlg-col9 {
    width: 75%; }
  .fede-block.xlg-col10 {
    width: 83.3333%; }
  .fede-block.xlg-col11 {
    width: 91.6667%; }
  .fede-block.xlg-col12 {
    width: 100%; } }

.fede-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer; }
  .fede-backdrop.visible {
    opacity: 1;
    visibility: visible; }

.fede-sidenav {
  background: #F2F2F2;
  width: 256px;
  height: 100vh;
  padding: 16px 8px;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  transform: translateX(-280px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 1280px) {
    .fede-sidenav {
      display: block;
      transform: translateX(0); } }
  .fede-sidenav.visible {
    transform: translateX(0); }
  .fede-sidenav__logo {
    margin-bottom: 24px;
    margin-left: 16px;
    display: block; }
  .fede-sidenav__trigger {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1280px) {
      .fede-sidenav__trigger {
        display: none; } }

.fede-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #0E63A8;
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 4px;
  transition: all .3s; }
  .fede-nav__link.active {
    background: rgba(0, 0, 0, 0.08); }
  .fede-nav__link:hover {
    background: rgba(0, 0, 0, 0.04); }

.fede-nav__icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 8px; }

.fede-nav__text {
  font-weight: bold;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #0E63A8; }

.fede-nav__dropdown-icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.fede-nav__accordion {
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 4px;
  transition: all .3s; }
  .fede-nav__accordion:hover {
    background: rgba(0, 0, 0, 0.04); }
  .fede-nav__accordion.visible .fede-nav__accordion-panel {
    display: block; }

.fede-nav__accordion-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }

.fede-nav__sublink {
  display: block;
  font-weight: bold;
  padding: 12px 0; }
  .fede-nav__sublink.fede-button {
    margin-top: 8px; }

.fede-nav__accordion-panel {
  display: none; }

.fede-nav__divider {
  opacity: 0.2;
  margin: 16px; }

.fede-header {
  position: fixed;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  transition: all .3s; }
  @media (min-width: 1280px) {
    .fede-header {
      width: calc(100% - 256px);
      left: 256px; } }
  .fede-header.scrolled {
    background: white;
    border-bottom: 1px solid #DBDBDF; }
  .fede-header__column-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 20%; }
  .fede-header__column-center {
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .fede-header__column-right {
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .fede-header__logo {
    display: block;
    width: 100px; }
    @media (min-width: 1024px) {
      .fede-header__logo {
        width: 120px; } }
    @media (min-width: 1280px) {
      .fede-header__logo {
        display: none; } }
  .fede-header__notifications {
    position: relative;
    margin-left: 8px;
    color: #BFC0C7; }
    @media (min-width: 768px) {
      .fede-header__notifications {
        margin-left: 16px; } }
  .fede-header__notifications-count {
    font-weight: bold;
    color: white;
    background: #0E63A8;
    font-size: 12px;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .fede-header__logout {
    display: none;
    margin-left: 16px; }
    .fede-header__logout span {
      display: none; }
    .fede-header__logout i {
      margin-right: 0 !important; }
    @media (min-width: 768px) {
      .fede-header__logout {
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media (min-width: 1280px) {
      .fede-header__logout span {
        display: inline; }
      .fede-header__logout i {
        margin-right: 16px; } }

.fede-user-dropdown {
  position: relative;
  border-radius: 40px;
  background: #F2F2F2;
  padding: 4px 16px; }
  .fede-user-dropdown__trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #46474F;
    cursor: pointer; }
  .fede-user-dropdown__user-info {
    display: none; }
    @media (min-width: 1280px) {
      .fede-user-dropdown__user-info {
        display: block;
        text-align: right; } }
  .fede-user-dropdown__name {
    display: block;
    white-space: nowrap; }
  .fede-user-dropdown__details {
    color: #91939D;
    font-size: 12px; }
  .fede-user-dropdown__icon {
    color: #0E63A8; }
    @media (min-width: 1280px) {
      .fede-user-dropdown__icon {
        margin-left: 8px; } }
  .fede-user-dropdown__list {
    position: absolute;
    width: 100%;
    min-width: 280px;
    padding: 8px;
    background: white;
    right: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: none; }
    .fede-user-dropdown__list.visible {
      display: block; }
  .fede-user-dropdown__item {
    padding: 8px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all .3s;
    font-weight: bold; }
    .fede-user-dropdown__item:hover {
      background: rgba(10, 102, 68, 0.08); }
  .fede-user-dropdown__item-icon {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: rgba(22, 29, 45, 0.08);
    margin-right: 16px; }

.fede-main {
  width: 100%;
  min-height: 100vh; }
  @media (min-width: 1280px) {
    .fede-main {
      padding-left: 256px; } }
  .fede-main.light-background {
    background: #F2F2F2; }

.fede-footer {
  border-top: 1px solid #DBDBDF;
  padding: 24px 0;
  text-align: center; }
  .fede-footer__copyright {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .fede-footer__copyright {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .fede-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.fede-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fede-login__header {
    padding: 20px; }
  .fede-login__content {
    width: 100%;
    background: #F2F2F2; }
    @media (min-width: 1024px) {
      .fede-login__content {
        width: 66.666%;
        height: 100vh;
        overflow: auto; } }
  .fede-login__logo-sistema {
    width: 120px;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .fede-login__logo-sistema {
        width: 200px;
        margin-bottom: 24px; } }
  .fede-login__logo-fedebanking {
    display: block;
    width: 120px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .fede-login__logo-fedebanking {
        width: 180px; } }
  .fede-login__side {
    width: 100%; }
    @media (min-width: 1024px) {
      .fede-login__side {
        width: 33.333%; } }
  .fede-login__footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .fede-login__footer-social-link {
    padding: 24px; }
  .fede-login__footer-links {
    padding-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 20px; }
    .fede-login__footer-links a.fede-button {
      padding: 0 12px; }
    @media (min-width: 768px) {
      .fede-login__footer-links {
        padding-bottom: 80px; } }
  .fede-login__side {
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fede-login__side-top {
    width: 100%; }
    @media (min-width: 768px) {
      .fede-login__side-top {
        width: 66.666%; } }
    @media (min-width: 1024px) {
      .fede-login__side-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        width: 100%;
        height: calc(100vh - 200px); } }
  .fede-login__side-top-content {
    background: #0a2112;
    background: linear-gradient(0deg, #0a2112 0%, rgba(10, 33, 18, 0) 100%);
    padding: 24px; }
    @media (min-width: 768px) {
      .fede-login__side-top-content {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .fede-login__side-top-content {
        padding-top: 160px; } }
  .fede-login__side-social-icons {
    margin-left: 24px; }
  .fede-login__ayuda {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 24px;
    background: #0E63A8;
    width: 100%; }
    .fede-login__ayuda a {
      color: #B3B9C7; }
    @media (min-width: 768px) {
      .fede-login__ayuda {
        width: 33.333%;
        padding: 40px; } }
    @media (min-width: 1024px) {
      .fede-login__ayuda {
        height: 200px;
        width: 100%; } }

.fede-logout {
  background: #F2F2F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px;
  height: 100vh; }
  .fede-logout__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }

.fede-register {
  background: #F2F2F2;
  min-height: 100vh;
  padding-bottom: 80px; }
  .fede-register__header {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .fede-register__header img {
      display: block;
      margin-left: 24px; }

.fede-home__login-date {
  display: block;
  padding-top: 50px;
  padding-bottom: 24px; }
  @media (min-width: 1280px) {
    .fede-home__login-date {
      padding-top: 16px; } }

.fede-home__ad {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.fede-product-movements__header {
  padding-top: 80px; }
  @media (min-width: 1280px) {
    .fede-product-movements__header {
      padding-top: 22px; } }

.fede-product-movements__product-info {
  display: -ms-flexbox;
  display: flex;
  background: #0E63A8;
  border-radius: 24px;
  padding: 16px;
  color: white; }
  .fede-product-movements__product-info a {
    color: white; }
  @media (min-width: 768px) {
    .fede-product-movements__product-info {
      background: transparent;
      color: initial;
      padding: 0; }
      .fede-product-movements__product-info a {
        color: #0E63A8; } }
  @media (min-width: 1280px) {
    .fede-product-movements__product-info {
      margin-left: -32px; } }

.fede-product-movements__product-info-back {
  padding-right: 8px;
  display: block;
  position: relative;
  z-index: 10; }

.fede-product-movements__product-info-content {
  padding-top: 2px; }

.fede-product-movements__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (min-width: 768px) {
    .fede-product-movements__filters {
      margin-top: -80px; } }

.fede-product-movements__search-trigger-container {
  width: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1024px) {
    .fede-product-movements__search-trigger-container {
      display: none; } }

.fede-product-movements__datepicker {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media (min-width: 1024px) {
    .fede-product-movements__datepicker {
      width: 50%; } }

.fede-product-movements__content {
  padding: 40px 0; }

.fede-product-movements__empty {
  height: 30vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #BFC0C7;
  text-align: center; }

.fede-product-movements__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.fede-product-movements__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .fede-product-movements__actions button {
    margin-left: 16px; }

.fede-product-details {
  padding-top: 80px; }
  @media (min-width: 1280px) {
    .fede-product-details {
      padding-top: 16px; } }
  .fede-product-details__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1024px) {
      .fede-product-details__container {
        margin-top: 100px;
        -ms-flex-direction: row;
            flex-direction: row; } }
  .fede-product-details__nav {
    width: 100%;
    margin-bottom: 100px; }
    @media (min-width: 1024px) {
      .fede-product-details__nav {
        max-width: 220px;
        margin-bottom: 0; } }
  .fede-product-details__nav-link {
    display: block;
    font-weight: bold;
    padding: 16px 16px;
    border-radius: 4px 0 0 4px; }
    .fede-product-details__nav-link:hover {
      background: #F2F2F2; }
    .fede-product-details__nav-link.active {
      background: rgba(0, 0, 0, 0.08); }
  .fede-product-details__credit-card {
    margin-top: -100px;
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1); }
    .fede-product-details__credit-card:hover {
      transform: translateY(-20px); }
  .fede-product-details__back {
    display: inline-block;
    margin-bottom: 24px;
    position: relative;
    z-index: 20; }
    @media (min-width: 1280px) {
      .fede-product-details__back {
        margin-bottom: 60px; } }
  .fede-product-details__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .fede-product-details__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }

.fede-transfers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media (min-width: 768px) {
    .fede-transfers {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      gap: 48px; } }
  .fede-transfers__column {
    width: 100%; }
    .fede-transfers__column.details {
      text-align: center;
      margin-top: 32px; }
      @media (min-width: 768px) {
        .fede-transfers__column.details {
          margin-top: 0; } }
    .fede-transfers__column.two-columns {
      -ms-grid-column: span 2;
          grid-column: span 2; }
  .fede-transfers__trigger {
    position: relative;
    background: #F2F2F2;
    padding: 24px;
    min-height: 120px;
    border-radius: 24px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .fede-transfers__trigger {
        min-height: 200px; } }
    .fede-transfers__trigger.origen {
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .fede-transfers__trigger.origen {
          margin-bottom: 0; } }
    .fede-transfers__trigger.product-selected {
      display: block;
      text-align: left;
      background: #0E63A8;
      color: white; }
    .fede-transfers__trigger.product-to {
      display: block;
      text-align: left;
      background: #9B9B9B;
      color: white; }
  .fede-transfers__trigger-arrow {
    position: absolute;
    transform: rotate(90deg);
    right: calc(50% - 12px);
    bottom: -36px;
    color: #0E63A8; }
    @media (min-width: 768px) {
      .fede-transfers__trigger-arrow {
        top: calc(50% - 12px);
        right: -38px;
        transform: rotate(0);
        bottom: initial; } }
  .fede-transfers__trigger-close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white; }
  .fede-transfers__trigger-actions {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .fede-transfers__value {
    margin-top: -40px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 48px;
    text-align: center;
    padding: 16px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #DBDBDF;
    outline: none;
    background: none; }
    .fede-transfers__value:focus {
      border-bottom: 2px solid #0E63A8; }
  .fede-transfers__transfer-arrow {
    width: 70%;
    max-width: 180px; }
  .fede-transfers__account {
    position: relative;
    display: block;
    margin-bottom: 16px; }
    .fede-transfers__account:after {
      font-family: 'Material Icons';
      content: 'chevron_right';
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 12px;
      color: #BFC0C7; }

.fede-confirmation {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 24px; }
  .fede-confirmation__icon {
    background: white;
    color: #0E63A8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #0E63A8;
    margin-top: -50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 32px; }
  .fede-confirmation__header {
    border-radius: 24px 24px 0 0;
    background: #0E63A8;
    color: white;
    text-align: center;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fede-confirmation__header .fede-type__label {
      color: white !important; }
  .fede-confirmation__content {
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fede-confirmation__column {
    width: 48%; }
    .fede-confirmation__column.divider {
      position: relative;
      width: 4%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .fede-confirmation__column.divider .material-icons {
        background: white;
        color: #0E63A8;
        position: relative;
        z-index: 1; }
    .fede-confirmation__column.destino {
      padding-left: 16px; }
      @media (min-width: 768px) {
        .fede-confirmation__column.destino {
          padding-left: 40px; } }
  .fede-confirmation__vertical-divider {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #DBDBDF; }
  .fede-confirmation__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .fede-confirmation__footer a {
      margin-bottom: -20px; }
  .fede-confirmation__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .fede-confirmation__actions-item {
    padding: 4px; }

.fede-colectores__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 152px;
  -ms-flex-align: center;
      align-items: center; }

.fede-colectores__category {
  display: block;
  width: 50%;
  padding: 8px 0;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .fede-colectores__category {
      width: 33.333%;
      text-align: center; } }

.fede-colectores__frecuentes-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 24px;
  min-height: 200px;
  background: #F2F2F2;
  border-radius: 24px; }
  .fede-colectores__frecuentes-empty i {
    font-size: 48px;
    color: #0E63A8; }

.fede-colectores__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px; }

.fede-colectores__item {
  position: relative;
  border: 1px solid #DBDBDF;
  padding: 32px 16px 16px 16px;
  text-align: center;
  border-radius: 24px; }

.fede-colectores__item-image {
  height: 80px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 16px; }

.fede-colectores__item-close {
  position: absolute;
  top: 8px;
  right: 8px; }

.fede-colectores-form {
  padding: 24px;
  border: 1px solid #DBDBDF;
  border-radius: 24px; }
  .fede-colectores-form__heading {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .fede-colectores-form__logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 16px; }

.fede-feed__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 8px;
  border-bottom: 1px solid #DBDBDF;
  color: #1C1C1C; }
  @media (min-width: 768px) {
    .fede-feed__item {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .fede-feed__item.read {
    background: #F2F2F2;
    opacity: 0.6; }

.fede-feed__item-counter {
  font-weight: 400;
  color: #9B9B9B; }

.fede-feed__profile-pic {
  background: #B3B9C7;
  color: #0E63A8;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 24px;
  border-radius: 50%; }

.fede-feed__logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 24px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.fede-feed__content {
  width: calc(100% - 64px);
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .fede-feed__content {
      width: 100%;
      margin-bottom: 0; } }

.fede-feed__meta {
  color: #9B9B9B;
  margin-bottom: 16px; }

.fede-feed__actions {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.fede-message__item {
  padding: 24px 0;
  border-bottom: 1px solid #DBDBDF; }

.fede-message__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }

.fede-message__heading-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }

.fede-message__profile-pic {
  background: #B3B9C7;
  color: #0E63A8;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 24px;
  border-radius: 50%; }

.fede-message__logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 24px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.fede-message__content {
  padding-top: 24px;
  display: none; }
  .fede-message__content.show {
    display: block; }

.fede-bitacora__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 8px;
  border-bottom: 1px solid #DBDBDF; }

.fede-recargas-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 16px; }

.fede-solicitar-producto-form {
  display: none; }
  .fede-solicitar-producto-form.show {
    display: block; }

.fede-image-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px; }
  @media (min-width: 768px) {
    .fede-image-grid {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1280px) {
    .fede-image-grid {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }

.fede-empty-state {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 48px;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #9B9B9B; }
  .fede-empty-state > i {
    font-size: 48px; }

.fede-autorizaciones-pending-placeholder {
  background: #F2F2F2;
  padding: 24px;
  border-radius: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .fede-autorizaciones-pending-placeholder__icon {
    width: 40px;
    height: 40px;
    background: rgba(10, 102, 68, 0.16);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #0E63A8;
    margin-right: 24px; }

.fede-bitacora__filter {
  position: relative; }

.ie-alert {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  display: none; }
  .ie-alert__content {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
    background: white;
    padding: 24px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 16px; }
  .ie-alert.visible {
    display: block; }
