@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&family=Source+Serif+Pro:wght@400;600;700;900&display=swap);
*, :after, :before {
  box-sizing: border-box;
  outline: none;
}

html, body {
  background: #f0f2f5;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #42494a;
}
html.white, body.white {
  background: #fff;
}

body {
  font-size: 100%;
}
body.noscroll {
  overflow: hidden;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #07a0c3;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  font-weight: 600;
  outline: 0;
}

a:hover {
  color: #0072c1;
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}

a.mini {
  font-size: 14px;
}

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

#structure-html {
  height: 100%;
  min-height: 100%;
  position: relative;
}

p {
  font-size: 14px;
  line-height: 1.7;
}

.ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ellipsis-two {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.title {
  font-size: 1.1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #42454c;
  font-weight: bold;
}
.title.basic-mini {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.title.mg-top-1 {
  margin-top: 1rem;
}
.title.mg-top-1-5 {
  margin-top: 1.5em;
}
.title.mg-top-2 {
  margin-top: 2rem;
}

.href {
  cursor: pointer;
}

/*
GRID
*/
.grid-x.margin-top {
  margin-top: 1.25rem;
}

/*
INPUTS
*/
.input {
  position: relative;
}
.input + .input {
  margin-top: 12px;
}
.input [type=email],
.input [type=date],
.input [type=text],
.input [type=password],
.input textarea,
.input select {
  background-color: #fff;
  border: solid 2px #d8dfe4;
  position: relative;
  font-weight: 500;
  color: #42494a;
  margin: 0;
  height: 56px;
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  /* -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); */
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input [type=email]:focus,
.input [type=date]:focus,
.input [type=text]:focus,
.input [type=password]:focus,
.input textarea:focus,
.input select:focus {
  outline: none;
  border-color: #0662a0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.input [type=email] + span.text-error,
.input [type=date] + span.text-error,
.input [type=text] + span.text-error,
.input [type=password] + span.text-error,
.input textarea + span.text-error,
.input select + span.text-error {
  opacity: 0;
  max-height: 0;
  font-size: 10px;
  color: #ff000d;
  overflow: hidden;
  display: block;
  line-height: 20px;
  transition: all 0.2s ease-out;
}
.input [type=email].error,
.input [type=date].error,
.input [type=text].error,
.input [type=password].error,
.input textarea.error,
.input select.error {
  border-color: #ff000d;
}
.input [type=email].error + span.text-error,
.input [type=date].error + span.text-error,
.input [type=text].error + span.text-error,
.input [type=password].error + span.text-error,
.input textarea.error + span.text-error,
.input select.error + span.text-error {
  opacity: 1;
  max-height: 35px;
}
.input.select {
  position: relative;
}
.input.select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 500;
  position: absolute;
  color: #8c8e9a;
  bottom: 17px;
  right: 20px;
}
.input > .pass {
  position: absolute;
  right: 0;
  top: 10px;
  height: 35px;
  display: block;
  border-left: solid 2px #d7d9db;
  width: 50px;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 8px;
  color: #5c646e;
  z-index: 1;
}
.input textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.5;
  height: 130px;
  resize: none;
}

/* BUTTON */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #004e84;
  background-image: linear-gradient(to left, #002740, #004e84);
  border-radius: 20px;
  color: #fff;
  padding: 0 2rem;
  width: 100%;
  transition: all 0.2s ease-out;
}
.button i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.button.large {
  height: 4.5rem;
  line-height: 4.5rem;
}
.button.mini {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 14px;
  padding: 0 1.25rem;
}
.button.mini i {
  font-size: 1rem;
}
.button.area {
  border: solid 2px #0662a0;
  color: #004879;
  background: transparent;
  box-shadow: none;
  line-height: 46px;
}
.button:hover {
  border-color: #002740;
  background: #002740;
  color: #fff;
  text-decoration: none;
}
.button.green {
  background: #22db7d;
  background-image: linear-gradient(to left, #00c25f, #22db7d);
}
.button.green:hover {
  border-color: #00c25f;
  background: #00c25f;
}

/*
LOADER
 */
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loader {
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 30;
}
#loader.open {
  pointer-events: all;
  height: auto;
  opacity: 1;
}
#loader i {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  font-size: 2.5rem;
}

/*******/
.eye-show::after {
  content: "R$ ----";
}
.eye-show > span {
  display: none;
}

body.show-values .eye-show::after {
  display: none;
}
body.show-values .eye-show > span {
  display: inline-block;
}

div.logo-header {
  height: 66px;
  position: relative;
  background: #004371;
  padding: 0 1.2rem;
}
div.logo-header .logo {
  max-width: 70px;
}
div.logo-header + header.user {
  border-top: solid 2px #013a61;
}

div.return-header {
  height: 66px;
  position: relative;
  background: #004371;
  padding: 0 1.2rem;
}
div.return-header a.return {
  color: #02c4f1;
  font-size: 22px;
  text-decoration: none;
}
div.return-header a.return:hover {
  color: #0072c1;
}
div.return-header strong.title_return {
  color: #fff;
  font-size: 1.125rem;
  margin-left: 1rem;
}
div.return-header + header.user {
  border-top: solid 2px #013a61;
}

header.user {
  position: relative;
  background: #004371;
  padding: 1.5rem 1.2rem;
  color: #fff;
  box-shadow: 0 4px 5.9px 0.1px rgba(60, 72, 88, 0.04);
}
header.user figure {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  border-radius: 2.5rem;
  text-align: center;
  margin-right: 1rem;
  border: solid 1.5px #67a9d6;
}
header.user figure img {
  border-radius: 100px;
}
header.user figure i {
  line-height: 2.2rem;
  font-size: 1.125rem;
  color: #67a9d6;
}
header.user figure .badge {
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 20px;
}
header.user figure.semente {
  background-color: #2c3322;
  border-color: #bedc92;
}
header.user figure.semente i {
  color: #bedc92;
}
header.user figure.bronze {
  background-color: #332014;
  border-color: #bf794a;
}
header.user figure.bronze i {
  color: #bf794a;
}
header.user figure.prata {
  background-color: #333333;
  border-color: #c4c4c4;
}
header.user figure.prata i {
  color: #c4c4c4;
}
header.user figure.ouro {
  background-color: #332a05;
  border-color: #e9bf15;
}
header.user figure.ouro i {
  color: #e9bf15;
}
header.user figure.diamante {
  background-color: #203033;
  border-color: #8cd8e3;
}
header.user figure.diamante i {
  color: #8cd8e3;
}
header.user .data {
  position: relative;
  display: inline-block;
}
header.user .data strong {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
header.user .data span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #91b2c9;
}
header.user .actions {
  font-size: 1.125rem;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}
header.user .actions:hover {
  color: #0072c1;
}

div.menu-footer-base {
  height: 100px;
}

nav.menu-footer {
  position: fixed;
  height: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
nav.menu-footer .block-menu {
  position: fixed;
  background: rgba(0, 43, 72, 0.8);
  opacity: 0;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 0;
  transition: opacity 0.2s ease-out;
}
nav.menu-footer ul.menu {
  position: relative;
  background: #fff;
  height: 64px;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  box-shadow: 0px -2px 29px 0 rgba(34, 41, 51, 0.1);
}
nav.menu-footer ul.menu > li {
  position: relative;
  display: inline-block;
  width: 19%;
  height: 64px;
  margin: 0;
}
nav.menu-footer ul.menu > li .menu-button {
  position: absolute;
  text-align: center;
  padding: 12px 0 13px;
  text-decoration: none;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0;
}
nav.menu-footer ul.menu > li .menu-button > i {
  color: #a4a6b3;
  font-size: 19px;
}
nav.menu-footer ul.menu > li .menu-button > span {
  color: #a4a6b3;
  font-size: 13px;
  display: block;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-top: 4px;
}
nav.menu-footer ul.menu > li .menu-button:hover > i, nav.menu-footer ul.menu > li .menu-button.active > i, nav.menu-footer ul.menu > li .menu-button.actual > i {
  color: #004f84;
}
nav.menu-footer ul.menu > li .menu-button:hover > span, nav.menu-footer ul.menu > li .menu-button.active > span, nav.menu-footer ul.menu > li .menu-button.actual > span {
  color: #42454c;
}
nav.menu-footer ul.menu > li .menu-button.center > i {
  color: #fff;
  font-size: 26px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  background-color: #004f84;
  border-radius: 100px;
  margin: 0 auto;
}
nav.menu-footer ul.menu > li .menu-button.center.menu-button-actived > i {
  background-color: #18d96e;
}
nav.menu-footer ul.menu > li .menu-button.center.menu-button-inactived > i {
  background-color: #a4a6b3;
}
nav.menu-footer .sub .submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  bottom: 60px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
}
nav.menu-footer .sub .submenu ul {
  padding: 46px;
  background: #f0f2f5;
  border-radius: 20px 20px 0 0;
  display: none;
}
nav.menu-footer .sub .submenu ul.active {
  display: block;
}
nav.menu-footer .sub .submenu ul li a {
  white-space: nowrap;
  color: #8c8e9a;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
nav.menu-footer .sub .submenu ul li a i {
  margin-right: 10px;
  font-size: 1.125rem;
  width: 22px;
}
nav.menu-footer .sub .submenu ul li + li {
  padding-top: 2rem;
}
nav.menu-footer.open .block-menu {
  opacity: 1;
  top: 0;
  height: auto;
}
nav.menu-footer.open ul.menu > li .menu-button.actual > i,
nav.menu-footer.open ul.menu > li .menu-button.actual > span {
  color: #a4a6b3;
}
nav.menu-footer.open ul.menu > li .menu-button.actual.center > i {
  color: #fff;
}
nav.menu-footer.open .sub .submenu.active {
  max-height: calc(100vh - 150px);
  opacity: 1;
}

/******************/
div#action-menu {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 8;
}
div#action-menu .block-menu {
  position: fixed;
  background: rgba(0, 43, 72, 0.8);
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 0;
  transition: opacity 0.2s ease-out;
}
div#action-menu .area-action {
  position: relative;
  z-index: 2;
}
div#action-menu .area-action .list-action {
  position: relative;
  z-index: 1;
}
div#action-menu .area-action .list-action ul {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 0.8rem;
}
div#action-menu .area-action .list-action ul li a {
  padding: 0.7rem 1.5rem;
  color: #8c8e9a;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
div#action-menu .area-action .list-action ul li a i {
  font-size: 14px;
  width: 1rem;
  margin-right: 0.5rem;
}
div#action-menu .area-action .list-action ul li span.text {
  color: #90959c;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 1.5rem;
}
div#action-menu .area-action .list-action ul li + li {
  margin-top: 0.5rem;
}
div#action-menu.open, div#action-menu.open .block-menu {
  top: 0;
  opacity: 1;
  height: auto;
}

.field-text {
  position: relative;
  border-bottom: solid 2px #f3f5f7;
}
.field-text a {
  text-decoration: none;
}
.field-text .area {
  padding: 1rem;
}
.field-text .area span {
  display: block;
  font-size: 14px;
  color: #8c8e9a;
  padding: 0 0 3px;
}
.field-text .area strong {
  display: block;
  color: #42454c;
  font-weight: 400;
}

div.video-full {
  position: relative;
  background-color: #6f7077;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0 4px 5.9px 0.1px rgba(60, 72, 88, 0.04);
  z-index: 1;
}
div.video-full i.icon {
  position: absolute;
  font-size: 2.75rem;
  left: 50%;
  top: 50%;
  margin-left: -1.37rem;
  margin-top: -1.37rem;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
div.video-full img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

a.course-progressbar {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  text-decoration: none;
  display: block;
  width: 100%;
}
a.course-progressbar .area-icon {
  position: relative;
  margin-right: 0.75rem;
}
a.course-progressbar .area-icon .icon {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  font-size: 1.125rem;
  border-radius: 10px;
  text-align: center;
  display: block;
}
a.course-progressbar .area-icon .icon img {
  width: 100%;
  height: 100%;
}
a.course-progressbar .area-icon i {
  position: absolute;
  background-color: #004f84;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 24px;
  height: 24px;
  right: -5px;
  bottom: -5px;
}
a.course-progressbar .bar {
  position: relative;
  background-color: #d6dbe2;
  overflow: hidden;
  height: 5px;
}
a.course-progressbar .bar .progress {
  background-color: #9a54cb;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
a.course-progressbar .percentage {
  display: block;
  width: 36px;
  text-align: right;
  color: #9ca4ad;
  font-size: 12px;
  font-weight: 600;
}
a.course-progressbar strong {
  color: #42454c;
  font-size: 1rem;
  font-weight: bold;
  max-width: 90%;
}
a.course-progressbar.block .area-icon .icon img {
  filter: grayscale(100%);
}
a.course-progressbar.block .area-icon .icon img,
a.course-progressbar.block .percentage,
a.course-progressbar.block strong {
  opacity: 0.5;
}

a.course-progressbar-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  width: 100%;
}
a.course-progressbar-box .area-icon {
  position: relative;
}
a.course-progressbar-box .area-icon .icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1.125rem;
  text-align: center;
  display: block;
}
a.course-progressbar-box .area-icon .icon img {
  width: 100%;
  height: 100%;
}
a.course-progressbar-box .area-icon i {
  position: absolute;
  background-color: #004f84;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 32px;
  height: 32px;
  top: 5px;
  left: 5px;
}
a.course-progressbar-box .bar {
  position: relative;
  background-color: #d6dbe2;
  overflow: hidden;
  height: 5px;
}
a.course-progressbar-box .bar .progress {
  background-color: #9a54cb;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
a.course-progressbar-box .text {
  padding: 1rem;
  height: 68px;
}
a.course-progressbar-box .text strong {
  color: #42454c;
  font-size: 1rem;
  font-weight: bold;
  max-width: 90%;
}
a.course-progressbar-box.block .area-icon .icon img {
  filter: grayscale(100%);
}
a.course-progressbar-box.block .bar, a.course-progressbar-box.block .text {
  opacity: 0.5;
}

a.career-progressbar {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 1.25rem;
  border: solid 2px #fff;
  padding: 1rem;
  text-decoration: none;
  overflow: hidden;
  display: block;
  width: 100%;
}
a.career-progressbar.active {
  border: solid 2px #0662a0;
}
a.career-progressbar.active::before {
  content: "Carreira Atual";
  background-color: #0662a0;
  position: absolute;
  padding: 3px 8px 5px 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 0 0 10px;
  right: 0;
  top: 0;
}
a.career-progressbar .icon {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  font-size: 1.125rem;
  border-radius: 10px;
  margin-right: 0.75rem;
  text-align: center;
  display: block;
}
a.career-progressbar .icon img {
  width: 100%;
  height: 100%;
}
a.career-progressbar .icon .not-image {
  width: 42px;
  height: 42px;
  position: relative;
  display: block;
  border: dotted 2px #bec2cc;
  border-radius: 100px;
}
a.career-progressbar .bar {
  position: relative;
  background-color: #d6dbe2;
  overflow: hidden;
  height: 5px;
}
a.career-progressbar .bar .progress {
  background-color: #9a54cb;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
a.career-progressbar .percentage {
  display: block;
  width: 36px;
  text-align: right;
  color: #9ca4ad;
  font-size: 12px;
  font-weight: 600;
}
a.career-progressbar strong {
  color: #42454c;
  font-size: 14px;
  font-weight: bold;
  max-width: 90%;
}

.box-resum-divs > div.cell:nth-child(odd) {
  padding-right: 4px;
}
.box-resum-divs > div.cell:nth-child(even) {
  padding-left: 4px;
}
.box-resum-divs > div.cell:not(:nth-child(n+3)) {
  padding-bottom: 4px;
}
.box-resum-divs > div.cell:nth-child(n+3) {
  padding-top: 4px;
}

.box-resum {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5.9px 0.1px rgba(60, 72, 88, 0.04);
  text-decoration: none;
  display: block;
}
.box-resum .icon {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 20px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-right: 12px;
}
.box-resum .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.box-resum .text {
  line-height: 1.4;
}
.box-resum .text strong {
  color: #42454c;
  font-size: 1rem;
  font-weight: bold;
}
.box-resum .text strong b {
  font-size: 12px;
}
.box-resum .text span {
  color: #9ca4ad;
  font-size: 14px;
  font-weight: 600;
}
.box-resum + .box-resum {
  margin-top: 1rem;
}
.box-resum.column .icon {
  width: 32px;
  height: 32px;
  font-size: 15px;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-resum.column .icon i {
  position: unset;
  inset: unset;
  margin: 0;
}
.box-resum.column .text strong {
  font-size: 12px;
}
.box-resum.column .text strong b {
  font-size: 10px;
}

div.notice-cards .area {
  padding: 0 1rem 0 0;
}
div.notice-cards .area a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 205px;
}
div.notice-cards .area a .thumb {
  width: 100%;
  height: 123px;
  position: relative;
  overflow: hidden;
  background-color: #6f7077;
  border-radius: 10px 10px 0 0;
}
div.notice-cards .area a .thumb img {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
div.notice-cards .area a .description {
  position: relative;
  background-color: #fff;
  padding: 1.2rem 1rem 0;
  height: 4.5rem;
  border-radius: 0 0 10px 10px;
}
div.notice-cards .area a .description h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #6f7077;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1rem;
  max-height: 2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
div.notice-cards .slick-list {
  padding-right: 8% !important;
  padding-left: 0.75rem !important;
}

.title-main {
  margin-top: 2rem;
}

.return-header + .title-main,
.user + .title-main {
  margin-top: 1rem;
}

.result-wrapper {
  height: 100%;
  color: #fff;
  text-align: center;
}
.result-wrapper .secondary-button {
  margin-top: 0.3rem;
  padding: 1rem;
}
.result-wrapper .secondary-button a {
  color: #fff;
  text-decoration: none;
}
.result-wrapper .cell {
  display: flex;
  flex-direction: column;
  padding-top: 20vh;
  height: 100%;
}
.result-wrapper .cell * {
  flex-grow: 0;
}
.result-wrapper .cell .result-body {
  flex-grow: 2;
}
.result-wrapper .result-icon {
  font-size: 4.5rem;
}
.result-wrapper h1.result-title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.result-wrapper .destaque {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.result-wrapper.success {
  background-color: #18d96e;
}
.result-wrapper.success .result-icon {
  color: #84fed5;
}
.result-wrapper.success .result-action button.button {
  background: #07c666;
}
.result-wrapper.success .result-action button.button:hover {
  background-color: #84fed5;
  color: #07c666;
}
.result-wrapper.failure {
  background-color: #e92e63;
}
.result-wrapper.failure .result-icon {
  color: #ff6d96;
}
.result-wrapper.failure .result-action button.button {
  background: #ad1c47;
}
.result-wrapper.failure .result-action button.button:hover {
  background-color: #ff6d96;
  color: #ad1c47;
}

.value-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.value-title h3 {
  font-weight: 600;
  color: #004f84;
  margin: 0 0 5px 0;
  font-size: 1rem;
}
.value-title b {
  font-size: 1.1rem;
  font-weight: 700;
  color: #6f7076;
}
.value-title i {
  color: #004f84;
}

.result-wrapper {
  height: 100%;
  color: #fff;
  text-align: center;
}
.result-wrapper .secondary-button {
  margin-top: 0.3rem;
  padding: 1rem;
}
.result-wrapper .secondary-button a {
  color: #fff;
  text-decoration: none;
}
.result-wrapper .result-icon {
  font-size: 4.5rem;
}
.result-wrapper h1.result-title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.result-wrapper .destaque {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.result-wrapper.success {
  background-color: #18d96e;
}
.result-wrapper.success .result-icon {
  color: #84fed5;
}
.result-wrapper.success .result-action button.button {
  background: #07c666;
}
.result-wrapper.success .result-action button.button:hover {
  background-color: #84fed5;
  color: #07c666;
}
.result-wrapper.failure {
  background-color: #e92e63;
}
.result-wrapper.failure .result-icon {
  color: #ff6d96;
}
.result-wrapper.failure .result-action button.button {
  background: #ad1c47;
}
.result-wrapper.failure .result-action button.button:hover {
  background-color: #ff6d96;
  color: #ad1c47;
}

.statement-transaction {
  font-size: 14px;
}
.statement-transaction strong {
  color: #42494a;
}
.statement-transaction p {
  color: #6f7076;
  margin: 0;
  line-height: 1rem;
}
.statement-transaction .icon {
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #8c8e9a;
  border-radius: 10px;
}
.statement-transaction p.value {
  font-weight: 700;
}

.history-card {
  background: #fff;
  border: solid 2px #d8dfe4;
  border-radius: 16px;
  color: #42454c;
  display: block;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}
.history-card:hover {
  color: #42454c;
}
.history-card h2 {
  font-size: 1.15rem;
  margin: 0;
}
.history-card p.document, .history-card p.phone {
  display: inline-block;
  margin: 0;
}
.history-card .latest-transaction {
  border-top: 1px solid #42454c;
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
}
.history-card .latest-transaction .date {
  position: absolute;
  top: 1rem;
  right: 0;
}
.history-card .latest-transaction h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.history-card .latest-transaction h3 span {
  font-weight: 700;
  font-size: 0.85rem;
  display: block;
}
.history-card .latest-transaction .grid-x {
  margin-top: 13px;
}
.history-card .latest-transaction .grid-x > div:first-child {
  font-weight: 700;
}
.history-card .latest-transaction .grid-x > div:last-child {
  margin-top: 2px;
  padding: 8px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.history-card.ok {
  background-color: #a6ffd2;
  border-color: #00c25f;
}
.history-card.ok .latest-transaction .grid-x > div:last-child {
  background-color: #00c25f;
  color: #fff;
}
.history-card.problem {
  background-color: #ffb8bf;
  border-color: #ff2e3a;
}
.history-card.problem .latest-transaction .grid-x > div:last-child {
  background-color: #ff2e3a;
  color: #fff;
}
.history-card.awaiting {
  background-color: #fff2b6;
  border-color: #e9bf15;
}
.history-card.awaiting .latest-transaction .grid-x > div:last-child {
  background-color: #e9bf15;
  color: #fff;
}
