* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}

header {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0.5em 0;
  margin-bottom: 2em;
}

header h3 {
  display: inline;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
  margin: 0;
  padding: 10px;
}

header img {
  width: 100px;
}

header ion-icon {
  font-size: 28px;
  color: gray;
}

header .report {
  margin: 0 20px;
}

@media screen and (max-width: 992px) {
  header .report {
    display: none;
  }
}

header .report:hover a {
  color: white;
}

header .report a {
  text-decoration: none;
}

header .report a:hover {
  text-decoration: none;
  color: white;
}

header .reportMobile {
  display: none;
}

@media screen and (max-width: 992px) {
  header .reportMobile {
    display: inherit;
  }
}

.box-bg {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.3em;
}

.title-decoration {
  background: #2294D2;
  border-radius: 4px;
  padding: 5px;
  color: white;
}

.title-decoration ion-icon {
  font-size: 24px;
  margin: 0 10px 0 0;
}

.saldo {
  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;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background: #56ccf0;
  background: -webkit-gradient(linear, left bottom, left top, from(#56ccf0), to(#2f80ed));
  background: linear-gradient(0deg, #56ccf0 0%, #2f80ed 100%);
  color: white;
  font-size: 28px;
}

#MovsBox {
  padding: 0 1em;
}

@media screen and (max-width: 992px) {
  #MovsBox {
    padding: 0;
  }
}

.lastMovs {
  height: auto;
  padding: 1em 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 992px) {
  .lastMovs {
    min-height: 50px !important;
    margin: 1em 0;
  }
}

.lastMovs .movement {
  background: #F1F1F1;
  border-radius: 6px;
  padding: 7px 0;
}

.lastMovs .movement a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.lastMovs .movement p {
  margin: 0;
}

.lastMovs .movement .green {
  color: #6CDC51;
}

.lastMovs .movement .red {
  color: #ff6e6e;
}

.lastMovs .movement .dni {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 22px;
}

.lastMovs .movement .circle {
  min-width: 50px;
  height: 50px;
  border: solid #6CDC51 2px;
  border-radius: 50%;
  margin: 0 1em;
  padding: 5px;
}

.lastMovs .movement .circle-red {
  min-width: 50px;
  height: 50px;
  border: solid #ff6e6e 2px;
  border-radius: 50%;
  margin: 0 1em;
  padding: 5px;
}
