@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

:root {
  --red: #FF5252;
  --yellow: #FFD500;
  --green: #00E988;
  --white: #FFFFFF;
  --black: #000000;
  --blue: #354ea0;
  --green-light: #C8E6C9;
  --red-light: #FFCDD2;
  --yellow-light: #FFF9C4;
  --gray-1: #F8F8F8;
  --gray-2: #F1EFF2;
  --gray-3: #E4E0E6;
  --gray-4: #C7BBC9;
  --gray-5: #A79CAC;
  --gray-6: #87798D;
  --gray-7: #38303B;
  --gray-8: #2D212F;
  --primary: #3242B9;
  --primary-light: #616ed4;
  --primary-dark: #2d3ba5;
  --secondary: #87798D;
  --success: #00E988;
  --danger: #FF5252;
  --light: #F8F8F8;
  --dark: #2D212F;
  --warning: #FFD500; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem; }

input,
textarea,
button {
  font-family: 'Poppins', sans-serif; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F1EFF2; }

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .wrap main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%; }

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.container-content {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.full-height {
  height: calc(100vh - 70px);
  margin-top: 70px; }

.container-sm {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

form {
  display: block;
  max-width: 100%; }

h1 {
  font-size: 2.5rem;
  font-weight: 300; }

h2 {
  font-size: 1.875rem;
  font-weight: 300; }

h3 {
  font-size: 1rem;
  font-weight: 300; }

p {
  font-size: 0.875rem;
  margin-bottom: 0px; }

label {
  margin-bottom: 0px;
  display: initial; }

b, strong {
  font-weight: bold; }

.container-content {
  max-width: 100%; }

.centralizar-completo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.bold {
  font-weight: bold; }

.center {
  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; }

.shadow {
  -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
  box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5); }

@media (max-width: 576px) {
  .hide-sm {
    display: none !important; } }

.hide-md {
  display: none !important; }
  @media (max-width: 576px) {
    .hide-md {
      display: block !important; } }

.navbar {
  padding: 0px; }

.bg-white {
  background: #FFFFFF !important; }

.bg-light {
  background: #F8F8F8 !important; }

.bg-gray-1 {
  background: #F8F8F8 !important; }

.bg-gray-2 {
  background: #F1EFF2 !important; }

.bg-gray-3 {
  background: #E4E0E6 !important; }

.bg-gray-4 {
  background: #C7BBC9 !important; }

.bg-gray-5 {
  background: #A79CAC !important; }

.bg-gray-6 {
  background: #87798D !important; }

.bg-gray-7 {
  background: #38303B !important; }

.bg-gray-8 {
  background: #2D212F !important; }

.bg-danger {
  background: #FFCDD2 !important;
  color: #FF5252 !important;
  font-weight: bold !important; }

.bg-warning {
  background: #FFF9C4 !important;
  color: #FFD500 !important;
  font-weight: bold !important; }

.bg-success {
  background: #C8E6C9 !important;
  color: #00E988 !important;
  font-weight: bold !important; }

.bg-blue-dark {
  background: #23328F; }

.bg-blue {
  background: #354ea0; }

.bg-blue-medium {
  background: #2B38A8; }

td.bg-light:after {
  background: #F8F8F8 !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

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

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

.m-0 {
  margin: 0 !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px; }

.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px; }

.p-0 {
  padding: 0 !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.text-left {
  text-align: left !important; }

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

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

.text-normal {
  font-weight: normal !important; }

.text-bold {
  font-weight: 900 !important; }

.text-spaced {
  letter-spacing: 0.3em !important; }

.text-italic {
  font-style: italic; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-underline {
  text-decoration: underline !important; }

.text-primary {
  color: var(--primary) !important; }

.text-secondary {
  color: var(--secondary) !important; }

.text-success {
  color: #00E988 !important; }

.text-danger {
  color: #FF5252 !important; }

.text-warning {
  color: #FFD500 !important; }

.text-light {
  color: #F8F8F8 !important; }

.text-dark {
  color: #2D212F !important; }

.text-white {
  color: #FFFFFF !important; }

.text-green {
  color: #00E988 !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-sm {
  font-size: 0.75rem !important; }

.text-xs {
  font-size: 0.625rem !important; }

.app-whitelabel-section {
  background-color: #354ea0;
  min-height: calc(100vh - 90px);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .app-whitelabel-section .text-size {
    font-size: 1.5rem; }
  .app-whitelabel-section .title-size {
    font-size: 3.75rem; }
  .app-whitelabel-section .hover-green:hover {
    color: #00E988; }
  .app-whitelabel-section .topicos-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 80%; }
    .app-whitelabel-section .topicos-app div {
      padding-left: 25px;
      cursor: pointer;
      border-radius: 50px;
      -webkit-transition: background 0.5s ease;
      transition: background 0.5s ease;
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .app-whitelabel-section .topicos-app div.active {
        background-color: #2D212F;
        -webkit-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out; }
      .app-whitelabel-section .topicos-app div:hover {
        -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
        box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
        -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
        transition: -webkit-box-shadow 0.5s ease-in-out;
        transition: box-shadow 0.5s ease-in-out;
        transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out; }
      .app-whitelabel-section .topicos-app div p {
        font-size: 1rem;
        margin-bottom: 0px;
        width: 70%; }
  .app-whitelabel-section .img-app {
    opacity: 0;
    display: none;
    -webkit-transition: display .3s ease;
    transition: display .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .app-whitelabel-section .img-app.active {
      opacity: 1;
      display: block;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      -webkit-transition: display .3s ease;
      transition: display .3s ease; }
  .app-whitelabel-section .steps {
    margin-left: 15%; }
    .app-whitelabel-section .steps .step-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; }
      .app-whitelabel-section .steps .step-item .step-number {
        border-radius: 50px;
        border: 2px solid white;
        height: 50px;
        width: 50px;
        min-width: 50px;
        text-align: center;
        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; }
        .app-whitelabel-section .steps .step-item .step-number p {
          font-weight: bold; }
      .app-whitelabel-section .steps .step-item .step-text {
        margin-left: 25px;
        font-weight: 300;
        font-style: italic;
        font-size: 1rem; }

aside + main {
  width: calc(100% - 105px) !important; }

aside nav {
  width: 105px;
  min-height: 100%;
  background: #E4E0E6; }
  aside nav > ul > li {
    position: relative;
    height: 88px; }
    aside nav > ul > li span {
      position: relative;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 0.75rem;
      color: #38303B;
      background: #E4E0E6;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      aside nav > ul > li span svg {
        margin-bottom: 3px; }
        aside nav > ul > li span svg .fill {
          fill: #87798D;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
    aside nav > ul > li ul {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      background: #3242B9;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      aside nav > ul > li ul li {
        width: 100px;
        height: 100%;
        border-left: 1px solid #3242B9; }
        aside nav > ul > li ul li:first-child {
          border-left: 0; }
        aside nav > ul > li ul li a {
          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: 100%;
          height: 100%;
          font-size: 0.75rem;
          font-weight: bold;
          text-align: center;
          color: #38303B;
          background: #616ed4; }
          aside nav > ul > li ul li a:hover {
            background: #3242B9; }
    aside nav > ul > li:hover span {
      background: #3242b9; }
      aside nav > ul > li:hover span svg .fill {
        fill: #2D212F; }
    aside nav > ul > li:hover ul {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }

.btn {
  width: 10.9375rem;
  height: 100%;
  border: 0;
  border-radius: 0px;
  background: #2D212F;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: bold; }
  .btn strong {
    font-weight: bold; }
  .btn.btn-simple {
    height: 60px; }
  .btn + .btn {
    margin-left: 10px; }
  .btn-green {
    background: #00E988; }
  .btn-rounded {
    border-radius: 30px;
    height: 30px; }
  .btn-sm-rounded {
    border-radius: 12px; }
  .btn-underlined {
    color: #2D212F;
    background: transparent;
    border: none;
    display: block;
    outline: none;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px; }
    .btn-underlined:before {
      content: '';
      border-bottom: 1px solid #2D212F;
      padding: 0 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .btn-underlined:hover:before {
      width: 100%;
      padding: 0;
      border-bottom-color: var(--primary); }
  .btn-primary {
    color: #F8F8F8;
    background: #354ea0; }
    .btn-primary:hover {
      background: #2B38A8; }
  .btn-outline-primary {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: rgba(var(--primary), 0); }
    .btn-outline-primary:hover {
      color: #F8F8F8;
      background: var(--primary); }
  .btn-secondary {
    color: #FFFFFF;
    background: #87798D; }
    .btn-secondary:hover {
      background: #7a6d80; }
  .btn-outline-secondary {
    border: 1px solid #87798D;
    color: #87798D;
    background: rgba(135, 121, 141, 0); }
    .btn-outline-secondary:hover {
      color: #FFFFFF;
      background: #87798d; }
  .btn-dark {
    color: #F8F8F8;
    background: #2D212F; }
    .btn-dark:hover {
      background: #1f1620; }
  .btn-yellow {
    color: #F8F8F8;
    background: #FFD500; }
  .btn-gray {
    color: #F8F8F8;
    background: #C7BBC9; }
  .btn-brown {
    color: #F8F8F8;
    background: #c3a051; }
  .btn-outline-dark {
    border: 1px solid #2D212F;
    color: #2D212F;
    background: rgba(45, 33, 47, 0); }
    .btn-outline-dark:hover {
      color: #F8F8F8;
      background: #2d212f; }
  .btn-light {
    color: #2D212F;
    background: #F8F8F8; }
    .btn-light:hover {
      background: #ebebeb; }
  .btn-outline-light {
    border: 1px solid #F8F8F8;
    color: #F8F8F8;
    background: rgba(248, 248, 248, 0); }
    .btn-outline-light:hover {
      color: #2D212F;
      background: #f8f8f8; }
  .btn-clear-light {
    color: #F8F8F8; }
    .btn-clear-light:hover {
      color: #2D212F; }
  .btn-md {
    width: 7.25rem;
    height: 2.375rem;
    font-size: 0.75rem;
    font-weight: bold; }
  .btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto; }
    .btn-icon:before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px; }
    .btn-icon-primary .fill {
      fill: var(--primary);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .btn-icon-primary:hover .fill {
      fill: var(--primary-dark); }
    .btn-icon-secondary .fill {
      fill: #87798D;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .btn-icon-secondary:hover .fill {
      fill: #7a6d80; }
    .btn-icon-light .fill {
      fill: #F8F8F8;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .btn-icon-light:hover .fill {
      fill: #ebebeb; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .btn-group .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: white;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  min-height: 150px;
  height: 100%;
  margin-top: 40px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
  box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5); }
  .card-item .card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00E988;
    font-size: 3.75rem;
    min-width: 100px;
    width: 10%; }
  .card-item .card-title {
    padding: 10px;
    width: 30%; }
    .card-item .card-title p {
      font-size: 1.875rem !important; }
  .card-item .card-desc {
    padding: 10px;
    margin-right: 50px;
    width: 40%; }
    .card-item .card-desc p {
      font-size: 1.5rem; }
    .card-item .card-desc .text-primary {
      font-size: 1.25rem; }
    .card-item .card-desc .small-text {
      font-size: 1.125rem; }
  .card-item .card-action {
    color: #00E988;
    font-size: 2.5rem; }

.container-separator {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  background: #E4E0E6; }

.content-dashboard__block {
  position: relative;
  height: 100%;
  padding: 24px 30px;
  background: #F8F8F8;
  -webkit-box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13);
  box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13); }
  .content-dashboard__block > * + h2 {
    margin-top: 15px; }
  .content-dashboard__block h2 {
    margin-bottom: 31px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #2D212F; }
    .content-dashboard__block h2 small {
      font-size: 0.75rem;
      font-weight: normal;
      color: #A79CAC; }
    .content-dashboard__block h2 a {
      text-decoration: underline; }
    .content-dashboard__block h2 + h3 {
      margin-top: -28px; }
    .content-dashboard__block h2 + hr {
      margin-top: -15px; }
    .content-dashboard__block h2 + h3 {
      margin-bottom: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      color: #A79CAC; }
  .content-dashboard__block p {
    margin-bottom: 16px;
    font-size: 0.75rem;
    line-height: 1.33;
    color: #2D212F; }
    .content-dashboard__block p strong {
      font-weight: bold; }
  .content-dashboard__block hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: none;
    border-bottom: 1px solid #E4E0E6; }
  .content-dashboard__block table {
    width: 100%;
    border-spacing: 0; }
    .content-dashboard__block table thead {
      padding-bottom: 10px; }
      .content-dashboard__block table thead + tbody tr:first-child td {
        padding-top: 17px; }
    .content-dashboard__block table tr:first-child td {
      padding-top: 0; }
    .content-dashboard__block table th {
      padding-bottom: 9px;
      border-bottom: 1px solid #E4E0E6;
      font-size: 0.625rem;
      text-align: center;
      color: #87798D; }
      .content-dashboard__block table th:first-child {
        text-align: left; }
    .content-dashboard__block table td {
      padding-top: 17px;
      font-size: 0.75rem;
      text-align: center; }
      .content-dashboard__block table td:first-child {
        text-align: left; }
  .content-dashboard__block[data-title] {
    margin-top: 28px;
    height: calc(100% - 28px); }
    .content-dashboard__block[data-title]:before {
      content: attr(data-title);
      position: absolute;
      top: -28px;
      left: 0;
      font-size: 0.75rem;
      font-weight: bold;
      color: #2D212F; }

.content-nav {
  padding-top: 33px;
  padding-bottom: 36px; }
  .content-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .content-nav ul li {
      margin-right: 31px;
      font-size: 0.875rem; }
      .content-nav ul li a {
        position: relative;
        display: block;
        line-height: 1;
        color: #A79CAC; }
        .content-nav ul li a:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          width: 97px;
          height: 5px;
          border-radius: 10px;
          background: #3242B9;
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .content-nav ul li a:hover {
          color: #2D212F; }
      .content-nav ul li.active {
        font-size: 1.875rem; }
        .content-nav ul li.active a {
          padding-bottom: 9px;
          color: #2D212F; }
          .content-nav ul li.active a:after {
            opacity: 1; }

.content-nav {
  padding-top: 33px;
  padding-bottom: 36px; }
  .content-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .content-nav ul li {
      margin-right: 31px;
      font-size: 0.875rem; }
      .content-nav ul li a {
        position: relative;
        display: block;
        line-height: 1;
        color: #A79CAC; }
        .content-nav ul li a:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          width: 97px;
          height: 5px;
          border-radius: 10px;
          background: var(--primary);
          opacity: 0;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .content-nav ul li a:hover {
          color: #2D212F; }
      .content-nav ul li.active {
        font-size: 1.875rem; }
        .content-nav ul li.active a {
          padding-bottom: 9px;
          color: #2D212F; }
          .content-nav ul li.active a:after {
            opacity: 1; }

.costumer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 0;
  background: #F8F8F8; }
  .costumer-search hr {
    display: block;
    border: none;
    border-left: 1px solid #F1EFF2;
    margin-top: -20px;
    margin-bottom: -40px; }
  .costumer-search__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 24px;
    padding-right: 40px; }
    .costumer-search__search input {
      background: #F1EFF2; }
  .costumer-search__costumers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 38px;
    overflow: hidden; }
    .costumer-search__costumers p {
      margin-bottom: 8px;
      font-size: 0.75rem;
      color: #2D212F; }
    .costumer-search__costumers__list {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      margin-left: 10px;
      overflow: hidden; }
      .costumer-search__costumers__list__nav {
        position: absolute;
        top: 24px;
        bottom: 0px;
        right: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .costumer-search__costumers__list:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.01)), color-stop(85%, #F8F8F8));
        background: linear-gradient(to right, rgba(248, 248, 248, 0.01) 0%, #F8F8F8 85%);
        pointer-events: none; }

.day-tasks {
  margin-top: 40px; }
  .day-tasks__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .day-tasks__header nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .day-tasks__header nav .title {
        margin-right: 10px; }
      .day-tasks__header nav span {
        margin-right: 32px;
        font-size: 0.875rem;
        color: #87798D; }
  .day-tasks__content {
    margin-top: 43px; }
  .day-tasks__list {
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 3px;
    background: #F8F8F8;
    -webkit-box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13);
    box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13); }
    .day-tasks__list.active {
      height: auto;
      overflow: visible;
      padding-bottom: 30px; }
    .day-tasks__list:first-child {
      margin-top: 0; }
    .day-tasks__list__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 70px;
      margin-bottom: 5px; }
      .day-tasks__list__header__title {
        font-size: 1rem;
        font-weight: bold;
        color: #2D212F; }
      .day-tasks__list__header__resume {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.625rem;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #87798D; }
        .day-tasks__list__header__resume p {
          margin-left: 20px; }
          .day-tasks__list__header__resume p span {
            color: #87798D; }
        .day-tasks__list__header__resume button {
          margin-left: 20px; }
    .day-tasks__list__footer {
      margin-top: 30px; }
    .day-tasks__list__table {
      width: 100%;
      table-layout: auto;
      border-collapse: collapse; }
      .day-tasks__list__table th {
        padding: 0 16px 8px;
        text-align: left;
        font-size: 0.625rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #87798D; }
        .day-tasks__list__table th:first-child {
          padding-left: 20px; }
        .day-tasks__list__table th:last-child {
          padding-left: 35px;
          padding-right: 20px; }
      .day-tasks__list__table td {
        padding: 0 0 11px;
        font-size: 0.875rem; }
        .day-tasks__list__table td:first-child > div {
          padding-left: 20px; }
        .day-tasks__list__table td:last-child > div {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 205px;
          padding-left: 35px;
          padding-right: 20px; }
        .day-tasks__list__table td.fit {
          width: 1%;
          white-space: nowrap; }
        .day-tasks__list__table td strong {
          font-weight: bold; }
        .day-tasks__list__table td small {
          font-size: 0.75rem; }
        .day-tasks__list__table td > div {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: 62px;
          padding: 0 16px;
          background: #F1EFF2;
          -webkit-box-shadow: 0 3px 6px 0px rgba(197, 191, 200, 0.13);
          box-shadow: 0 3px 6px 0px rgba(197, 191, 200, 0.13); }
          .day-tasks__list__table td > div:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            display: block;
            width: 6px;
            height: 100%;
            background: inherit;
            pointer-events: none; }
        .day-tasks__list__table td .input-checkbox span {
          max-width: 30px; }

.dropdown {
  position: relative; }
  .dropdown__content {
    position: absolute;
    top: 100%;
    z-index: 20;
    min-width: 190px;
    border-radius: 3px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(135, 121, 141, 0.53);
    box-shadow: 0 15px 30px 0 rgba(135, 121, 141, 0.53);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .dropdown__content:before {
      content: "";
      position: absolute;
      bottom: 100%;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10.5px 6px 10.5px;
      border-color: transparent transparent #FFFFFF transparent; }
    .dropdown__content > ul > li:not(:first-child) {
      border-top: 1px solid #F1EFF2; }
    .dropdown__content > ul > li ul {
      padding: 20px 26px; }
      .dropdown__content > ul > li ul li:not(:first-child) {
        margin-top: 6px; }
      .dropdown__content > ul > li ul li a {
        color: #A79CAC; }
  .dropdown-right .dropdown__content {
    right: -20px; }
    .dropdown-right .dropdown__content:before {
      right: 11px; }
  .dropdown-left .dropdown__content {
    left: -20px; }
    .dropdown-left .dropdown__content:before {
      left: 11px; }
  .dropdown.active .dropdown__content,
  .dropdown__toggle:focus + .dropdown__content {
    top: calc(100% + 20px);
    opacity: 1;
    visibility: visible; }

.ecossistema-home {
  background-color: #354ea0;
  color: white;
  position: relative; }
  .ecossistema-home .ecossistema-background {
    background: url("../images/2021/03 - tela ecossistema - imagem inicial.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 90px);
    z-index: 1; }
  .ecossistema-home .ecossistema-home-title {
    min-height: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.ecossistema-menu {
  height: 100px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px; }
  .ecossistema-menu div {
    width: 250px;
    padding: 30px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ecossistema-menu div:hover {
      -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
      box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
      -webkit-transition: -webkit-box-shadow 0.5s ease;
      transition: -webkit-box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
    .ecossistema-menu div p {
      font-size: 1.5rem; }
  .ecossistema-menu .ecossistema-active {
    background-color: #354ea0;
    color: white; }

.ecossistema-list .ecossistema-list-item {
  background-color: white;
  -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
  box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 100px; }
  .ecossistema-list .ecossistema-list-item-left {
    padding: 50px 300px;
    padding-left: 150px;
    margin-right: 30vw; }
  .ecossistema-list .ecossistema-list-item-right {
    padding: 50px 250px;
    padding-right: 150px;
    text-align: right;
    margin-left: 30vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ecossistema-list .ecossistema-list-item .number {
    color: #00E988;
    width: 30%;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center; }

.ecossistema-list-cliente .ecossistema-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 70px;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-height: 60vh;
  min-height: 30vw;
  margin-bottom: 30px; }
  .ecossistema-list-cliente .ecossistema-list-item-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ecossistema-list-cliente .ecossistema-list-item .text {
    width: 40vw; }
  .ecossistema-list-cliente .ecossistema-list-item .image {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
    box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
    border-radius: 100%;
    width: 25vw;
    height: 25vw;
    padding: 10px 50px;
    background-repeat: no-repeat;
    background-color: #F1EFF2;
    background-size: cover;
    background-size: 55%;
    background-position: center bottom; }
    .ecossistema-list-cliente .ecossistema-list-item .image.app-1 {
      background-image: url("../images/2021/01-app-1.png"); }
    .ecossistema-list-cliente .ecossistema-list-item .image.app-2 {
      background-image: url("../images/2021/01-app-2.png"); }
    .ecossistema-list-cliente .ecossistema-list-item .image.app-3 {
      background-image: url("../images/2021/01-app-3.png"); }
    .ecossistema-list-cliente .ecossistema-list-item .image .number {
      background-color: white;
      border-radius: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 10vh;
      height: 10vh; }
    .ecossistema-list-cliente .ecossistema-list-item .image .descricao {
      background-color: #354ea0;
      color: white;
      width: 80%;
      height: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px;
      border-radius: 14px;
      margin: auto;
      margin-left: 40%;
      -webkit-box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5);
      box-shadow: 0 20px 30px 0 rgba(45, 33, 47, 0.5); }
      .ecossistema-list-cliente .ecossistema-list-item .image .descricao p {
        font-size: 0.75rem; }

.beneficios-list {
  margin-top: 50px; }
  .beneficios-list .beneficios-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    .beneficios-list .beneficios-item .beneficios-icon {
      color: #354ea0;
      font-size: 4.375rem;
      width: 10vw;
      height: 10vw;
      margin-right: 50px;
      background-color: white;
      border-radius: 10vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .beneficios-list .beneficios-item .beneficios-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50vw;
      color: #404040; }
      .beneficios-list .beneficios-item .beneficios-text .beneficios-title {
        font-size: 1.875rem; }
      .beneficios-list .beneficios-item .beneficios-text .beneficios-subtitle {
        font-size: 1.5rem;
        font-weight: 300; }

.empoderar-escritorios {
  background-color: #354ea0;
  min-height: calc(100vh - 90px);
  width: 100vw;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .empoderar-escritorios .btn {
    border: 1px solid white; }

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60vh;
  font-size: 0.75rem;
  color: #A79CAC;
  background: #2D212F;
  width: 100vw;
  max-width: 100vw; }
  .main-footer img {
    display: block;
    margin-right: 20px; }
    @media (max-width: 576px) {
      .main-footer img {
        margin-right: 0px; } }
  .main-footer .container-content {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    display: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial; }
  .main-footer i {
    color: #FFFFFF; }
  .main-footer .icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 576px) {
      .main-footer .icons {
        font-size: 1.25rem; } }
  .main-footer small {
    font-size: 0.5rem; }
  .main-footer .text-title {
    color: #FFFFFF;
    font-weight: bold;
    padding: 40px 0px;
    font-size: 0.875rem; }
  .main-footer .h-100 {
    height: 100%; }
  .main-footer .bottom {
    position: absolute;
    margin-top: auto;
    bottom: 0;
    height: 60px; }
  .main-footer .form-group {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .main-footer .form-group .input {
      border: 2px solid #38303B;
      background: #2D212F;
      color: #FFFFFF;
      width: 100%; }
      .main-footer .form-group .input::-webkit-input-placeholder {
        color: #87798D; }
      .main-footer .form-group .input:-moz-placeholder {
        color: #87798D; }
      .main-footer .form-group .input::-moz-placeholder {
        color: #87798D; }
      .main-footer .form-group .input:-ms-input-placeholder {
        color: #87798D; }
    .main-footer .form-group .btn {
      background: #2D212F;
      border: 2px solid #38303B;
      border-left: none; }
      .main-footer .form-group .btn:hover {
        background: #F8F8F8; }
  .main-footer .links a {
    text-decoration: underline; }
  .main-footer .links .no-decoration {
    text-decoration: none; }

.accordion .head {
  border-bottom: 0.3px solid #87798D;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordion .head p {
    padding-left: 10px;
    width: 100%; }
  .accordion .head i {
    color: #87798D;
    padding-right: 20px; }

.accordion a, .accordion p {
  padding-left: 20px; }

.accordion .group {
  background-color: #362A38; }
  .accordion .group div {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.02px solid #87798D; }

form fieldset {
  border: none; }
  form fieldset legend {
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.3;
    color: #2D212F; }
  form fieldset + fieldset {
    margin-top: 35px; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-shadow: 0 0px 15px 0 rgba(45, 33, 47, 0.5);
  box-shadow: 0 0px 15px 0 rgba(45, 33, 47, 0.5);
  max-width: 100%; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .input-group + .input-group {
    margin-top: 10px; }
  .input-group .input {
    width: 100%;
    height: 42px;
    padding-right: 40px; }
  .input-group textarea {
    height: 84px !important;
    padding-top: 10px;
    padding-bottom: 10px; }
  .input-group label {
    min-width: 272px;
    width: 100%; }
    .input-group label > span {
      display: inline-block;
      margin-bottom: 7px;
      font-size: 0.75rem;
      line-height: 1.33;
      color: #2D212F; }
  .input-group .btn {
    position: absolute;
    right: 16px; }
  .input-group-lg .input {
    height: 80px; }
  .input-group-lg textarea {
    height: 160px !important;
    padding-top: 30px; }
  .input-group-sm label {
    min-width: 0; }
  .input-group-sm .input {
    height: 24px;
    min-width: 0;
    padding: 0 12px;
    font-size: 0.625rem; }
  .input-group-sm textarea {
    height: 48px !important;
    padding-top: 5px; }

.input-select {
  position: relative; }
  .input-select .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #87798D; }
    .input-select .input:valid {
      color: #2D212F; }
  .input-select__arrow {
    position: absolute;
    right: 16px;
    display: block;
    pointer-events: none; }
    .input-select__arrow img {
      display: block; }

.input {
  border: 0;
  font-size: 0.75rem;
  color: #2D212F;
  padding-left: 20px;
  background: #FFFFFF;
  resize: none;
  height: 100%;
  min-width: 300px; }
  @media (max-width: 576px) {
    .input {
      min-width: 150px; } }
  .input::-webkit-input-placeholder {
    color: #C7BBC9; }
  .input:-moz-placeholder {
    color: #C7BBC9; }
  .input::-moz-placeholder {
    color: #C7BBC9; }
  .input:-ms-input-placeholder {
    color: #C7BBC9; }
  .input-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .input-checkbox + .input-checkbox {
      margin-left: 15px; }
    .input-checkbox input {
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #87798D;
      border-radius: 3px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .input-checkbox input:after {
        content: "";
        position: absolute;
        left: 2px;
        top: -2px;
        display: block;
        width: 15px;
        height: 7px;
        border: 2px solid var(--primary);
        border-top: 0;
        border-right: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .input-checkbox input:checked:after {
        opacity: 1;
        visibility: visible; }
      .input-checkbox input:disabled {
        pointer-events: none; }
        .input-checkbox input:disabled + span {
          color: #87798D;
          pointer-events: none; }
    .input-checkbox span {
      display: block !important;
      margin-left: 7px !important;
      margin-bottom: 0 !important;
      font-size: 0.625rem;
      line-height: 1 !important;
      white-space: normal !important;
      color: #2D212F;
      -webkit-user-select: none !important;
      -moz-user-select: none !important;
      -ms-user-select: none !important;
      user-select: none !important; }

.link-apps {
  background-color: #404040;
  padding: 0px 10vw;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(100vh - 90px);
  width: 100vw; }
  .link-apps .right div {
    background-color: black;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 336px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out; }
    .link-apps .right div:hover {
      -webkit-box-shadow: 10px 20px 30px 10px rgba(45, 33, 47, 0.9);
      box-shadow: 10px 20px 30px 10px rgba(45, 33, 47, 0.9);
      -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
      transition: -webkit-box-shadow 0.5s ease-in-out;
      transition: box-shadow 0.5s ease-in-out;
      transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out; }
  .link-apps .right p {
    font-style: italic;
    font-size: 1.875rem;
    margin-bottom: 0; }
  .link-apps .right a {
    border: 0;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .link-apps .right a:hover {
      text-decoration: none;
      color: inherit; }

.list-add-ons {
  padding: 30px; }
  .list-add-ons .list-item {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .list-add-ons .list-item.border-bottom {
      border-bottom: 1px solid var(--secondary); }
    .list-add-ons .list-item .list-item-title {
      width: 30%; }
      .list-add-ons .list-item .list-item-title p {
        font-size: 1.5rem; }
    .list-add-ons .list-item .list-item-desc {
      width: 70%; }
      .list-add-ons .list-item .list-item-desc p {
        font-size: 1.125rem; }

.list-cards {
  margin-top: 40px; }
  .list-cards__card {
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 3px;
    background: #F8F8F8;
    -webkit-box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13);
    box-shadow: 0 3px 6px 0 rgba(135, 121, 141, 0.13); }
    .list-cards__card.active {
      height: auto;
      overflow: visible;
      padding-bottom: 30px; }
    .list-cards__card:first-child {
      margin-top: 0; }
    .list-cards__card__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 70px;
      margin-bottom: 5px; }
      .list-cards__card__header__title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
        color: #2D212F; }
      .list-cards__card__header__resume {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.625rem;
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #87798D; }
        .list-cards__card__header__resume p {
          margin-left: 20px; }
          .list-cards__card__header__resume p span {
            color: #87798D; }
        .list-cards__card__header__resume button {
          margin-left: 20px; }
    .list-cards__card__footer {
      margin-top: 30px; }
    .list-cards__card__table {
      width: 100%;
      table-layout: auto;
      border-collapse: collapse; }
      .list-cards__card__table th {
        padding: 0 16px 8px;
        text-align: left;
        font-size: 0.625rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #87798D; }
        .list-cards__card__table th:first-child {
          padding-left: 20px; }
        .list-cards__card__table th:last-child {
          padding-left: 35px;
          padding-right: 20px; }
      .list-cards__card__table td {
        padding: 0 0 11px;
        font-size: 0.875rem; }
        .list-cards__card__table td:first-child > div {
          padding-left: 20px; }
        .list-cards__card__table td:last-child > div {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 205px;
          padding-left: 35px;
          padding-right: 20px; }
        .list-cards__card__table td.fit {
          width: 1%;
          white-space: nowrap; }
        .list-cards__card__table td strong {
          font-weight: bold; }
        .list-cards__card__table td small {
          font-size: 0.75rem; }
        .list-cards__card__table td > div {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: 62px;
          padding: 0 16px;
          background: #F1EFF2;
          -webkit-box-shadow: 0 3px 6px 0px rgba(197, 191, 200, 0.13);
          box-shadow: 0 3px 6px 0px rgba(197, 191, 200, 0.13); }
          .list-cards__card__table td > div:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            display: block;
            width: 6px;
            height: 100%;
            background: inherit;
            pointer-events: none; }
        .list-cards__card__table td .input-checkbox span {
          max-width: 30px; }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  width: 100%;
  z-index: 99; }
  .main-header.sticky {
    position: fixed;
    -webkit-box-shadow: 0 0px 15px 0 rgba(45, 33, 47, 0.5);
    box-shadow: 0 0px 15px 0 rgba(45, 33, 47, 0.5);
    background: #354ea0; }
  .main-header > .container {
    padding-right: 0; }
  .main-header .tag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35px;
    background-color: #00E988;
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #2D212F;
    font-size: 0.75rem;
    white-space: nowrap; }
  .main-header .effect-text {
    margin-left: -20px;
    padding: 5px 0px;
    font-size: 0.75rem !important; }
    @media (max-width: 576px) {
      .main-header .effect-text {
        font-size: 0.5rem !important; } }
  .main-header .brand {
    margin-right: 18px; }
    .main-header .brand img {
      display: block; }
  .main-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-header nav .spaced li {
      margin-right: 50px; }
    .main-header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 0px; }
      @media (max-width: 576px) {
        .main-header nav ul {
          margin-left: 0px !important;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media (max-width: 576px) {
        .main-header nav ul.mb-sm {
          margin-bottom: 20px; } }
      .main-header nav ul li {
        height: 60px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        @media (max-width: 576px) {
          .main-header nav ul li {
            height: 50px; } }
        .main-header nav ul li.hover:hover {
          background: #23328F;
          cursor: pointer;
          border-radius: 12px; }
        .main-header nav ul li.space {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        .main-header nav ul li:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          border-style: solid;
          border-width: 0;
          border-color: transparent transparent #F1EFF2 transparent;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .main-header nav ul li a {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 60px;
          padding: 0px 18px;
          font-size: 1.125rem;
          text-align: center;
          font-weight: bold;
          line-height: 3;
          text-decoration: none;
          width: 100%;
          height: 100%; }
          .main-header nav ul li a:hover {
            color: #F8F8F8; }
          .main-header nav ul li a.link {
            color: #00E988;
            text-decoration: underline; }
          .main-header nav ul li a.btn {
            padding: 0px 18px !important; }
            @media (max-width: 576px) {
              .main-header nav ul li a.btn {
                width: 90vw;
                margin-bottom: 20px;
                margin-top: 10px; } }
      @media (max-width: 576px) {
        .main-header nav ul.sm-line {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          width: 100%; } }

.metodologia {
  padding-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f1f5;
  padding-bottom: 100px; }
  .metodologia p {
    letter-spacing: 0.28px;
    line-height: 35px; }
  .metodologia .col-6 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .metodologia .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    @media (max-width: 576px) {
      .metodologia .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .metodologia .container-content .left {
      width: 60%;
      height: 70vh;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 100px; }
      @media (max-width: 576px) {
        .metodologia .container-content .left {
          width: 100%;
          height: 80vh;
          -webkit-box-align: normal;
          -ms-flex-align: normal;
          align-items: normal; } }
      .metodologia .container-content .left .group {
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 500px;
        margin-bottom: 10px;
        height: 80px;
        margin-left: 100px; }
        .metodologia .container-content .left .group div.circle {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          width: 30%; }
          .metodologia .container-content .left .group div.circle label.circle {
            border-radius: 30px;
            border: 1px solid #FFFFFF;
            width: 40px  !important;
            height: 40px  !important;
            padding: 10px 16px; }
        .metodologia .container-content .left .group .text {
          width: 41.5vw;
          margin-bottom: 20px;
          color: #2d212f;
          font-family: 'Poppins', sans-serif;
          font-size: 16px;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.28px;
          line-height: 35px; }
        @media (max-width: 576px) {
          .metodologia .container-content .left .group {
            width: 100%;
            margin: 0px; } }
    .metodologia .container-content .right {
      background-color: #f0f1f5;
      height: 70vh;
      width: 40%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 576px) {
        .metodologia .container-content .right {
          width: 90%; } }
    .metodologia .container-content h1 {
      color: #FFFFFF; }
  .metodologia .card-row {
    margin-left: 40vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (max-width: 576px) {
      .metodologia .card-row {
        display: table-column !important;
        margin-left: 10vh; } }
  .metodologia .card-texts {
    width: 437px;
    height: 135px;
    color: #2d212f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 35px; }
    @media (max-width: 576px) {
      .metodologia .card-texts {
        width: 100%; } }
  .metodologia .text-card {
    font-family: 'Poppins', sans-serif; }
  @media (max-width: 576px) {
    .metodologia .subheader {
      margin-bottom: 10vh; } }

.notifications {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .notifications__content {
    position: absolute;
    top: 0;
    left: calc(100%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    height: 100%;
    overflow: hidden;
    background: #2D212F;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .notifications__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 40px 0 37px;
    color: #F8F8F8;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .notifications__header svg {
      display: block; }
      .notifications__header svg .fill {
        fill: #F8F8F8; }
  .notifications__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto; }
    .notifications__list__item {
      padding: 21px 40px 25px 37px; }
      .notifications__list__item + .notifications__list__item {
        border-top: 1px solid #3f3941; }
      .notifications__list__item__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
        font-size: 0.75rem;
        font-weight: bold;
        color: #3242B9; }
        .notifications__list__item__header svg .fill {
          fill: #F8F8F8; }
      .notifications__list__item__body {
        padding-right: 50px;
        font-size: 0.875rem;
        line-height: 1.29;
        color: #F8F8F8; }
  .notifications__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: rgba(45, 33, 47, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .notifications__bg label {
      display: block;
      width: 100%;
      height: 100%; }

#notificationsToggle {
  display: none; }
  #notificationsToggle:checked + .notifications {
    pointer-events: all; }
    #notificationsToggle:checked + .notifications .notifications__content {
      left: calc(100% - 300px);
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    #notificationsToggle:checked + .notifications .notifications__bg {
      background-color: rgba(45, 33, 47, 0.11);
      -webkit-backdrop-filter: blur(7px);
      backdrop-filter: blur(7px); }

.open-banking-partes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .open-banking-partes p, .open-banking-partes i {
    font-size: 1.875rem !important;
    margin-bottom: 0;
    line-height: inherit; }
  .open-banking-partes .border-item {
    width: 220px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 12px;
    border: 2px solid black; }
    .open-banking-partes .border-item.border-blue {
      border-color: #354ea0;
      color: #354ea0; }
    .open-banking-partes .border-item.border-black {
      border-color: #404040;
      color: #404040; }
    .open-banking-partes .border-item.border-green {
      border-color: #00E988;
      color: #00E988; }

.page-planos .home {
  min-height: calc(100vh - 90px);
  background-color: #354ea0;
  color: white;
  text-align: center;
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.page-planos .planos-content {
  padding: 80px 20px 80px 80px; }

.page-planos .planos-table {
  background-color: white;
  padding: 50px;
  padding-right: 20px;
  border-radius: 24px;
  margin-top: 80vh; }
  .page-planos .planos-table table {
    width: 100%; }
    .page-planos .planos-table table:not(.planos-item-header) {
      font-size: 1.5rem; }
    .page-planos .planos-table table tbody tr td {
      padding-bottom: 30px;
      text-align: center; }
      .page-planos .planos-table table tbody tr td:first-child {
        text-align: left; }
      .page-planos .planos-table table tbody tr td i {
        font-size: 1.875rem; }
  .page-planos .planos-table .planos-item-header {
    width: 100%;
    background-color: white;
    height: 100vh;
    border-radius: 12px;
    margin-top: -80vh;
    padding: 40px;
    text-align: center; }
    .page-planos .planos-table .planos-item-header a {
      color: white;
      margin: 0; }
    .page-planos .planos-table .planos-item-header hr {
      margin-bottom: 30px; }
    .page-planos .planos-table .planos-item-header .title-size {
      font-size: 1.875rem; }
    .page-planos .planos-table .planos-item-header .planos-item-title {
      height: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .page-planos .planos-table .planos-item-header .plano-recomendado {
      background-color: #23328F;
      color: white;
      height: 60px;
      margin-top: -60px;
      border-radius: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
  .page-planos .planos-table .fix-header-table {
    border-radius: 12;
    top: 75px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    text-align: center; }
    .page-planos .planos-table .fix-header-table .title-size {
      font-size: 1.5rem;
      margin-top: 25px;
      background-color: white;
      -webkit-box-shadow: 0 10px 20px 0 rgba(45, 33, 47, 0.3);
      box-shadow: 0 10px 20px 0 rgba(45, 33, 47, 0.3);
      border-radius: 12px; }

.page-planos .bg-imagem {
  min-height: calc(100vh - 90px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/2021/04 - tela planos - imagem final (opcao 1).jpg"); }

.panel {
  height: 100%;
  padding: 15px 20px;
  background: #F1EFF2; }
  .panel + .panel {
    margin-top: 10px; }
  .panel-title {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.3; }
  .panel-closed {
    padding: 20px; }
    .panel-closed .panel-title {
      margin-bottom: 0; }

.planejamento-estrategico {
  padding-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  padding-bottom: 100px; }
  .planejamento-estrategico .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    @media (max-width: 576px) {
      .planejamento-estrategico .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .planejamento-estrategico .container-content .left {
      width: 50%;
      height: 70vh;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 576px) {
        .planejamento-estrategico .container-content .left {
          width: 100%; } }
      .planejamento-estrategico .container-content .left .group {
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 500px;
        margin-bottom: 10px;
        height: 80px;
        margin-left: 100px; }
        .planejamento-estrategico .container-content .left .group div.circle {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          width: 30%; }
          .planejamento-estrategico .container-content .left .group div.circle label.circle {
            border-radius: 30px;
            border: 1px solid #FFFFFF;
            width: 40px  !important;
            height: 40px  !important;
            padding: 10px 16px; }
        .planejamento-estrategico .container-content .left .group .text {
          color: #2D212F;
          width: 90%;
          margin-bottom: 20px;
          font-family: 'Poppins', sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.28px;
          line-height: 35px; }
        @media (max-width: 576px) {
          .planejamento-estrategico .container-content .left .group {
            width: 100%;
            margin: 0px;
            margin-top: 15vh;
            margin-left: 10vw; } }
    .planejamento-estrategico .container-content .right {
      background: #A79CAC;
      height: 70vh;
      width: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-size: cover;
      background-position: center; }
      @media (max-width: 576px) {
        .planejamento-estrategico .container-content .right {
          width: 100%;
          margin-top: 20vw; } }
    .planejamento-estrategico .container-content h1 {
      color: #FFFFFF; }
  @media (max-width: 576px) {
    .planejamento-estrategico .subtext {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .planejamento-estrategico .img-mobile {
      width: 100%; } }

.plano-metas {
  background: #2D212F;
  height: 80vh; }
  @media (max-width: 576px) {
    .plano-metas {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  .plano-metas .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    @media (max-width: 576px) {
      .plano-metas .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .plano-metas .container-content .left {
      width: 50%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 576px) {
        .plano-metas .container-content .left {
          width: 100%; } }
      .plano-metas .container-content .left .group {
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 500px;
        margin-bottom: 10px;
        height: 80px;
        margin-left: 100px; }
        .plano-metas .container-content .left .group div.circle {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          width: 30%; }
          .plano-metas .container-content .left .group div.circle label.circle {
            border-radius: 30px;
            border: 1px solid #FFFFFF;
            width: 40px  !important;
            height: 40px  !important;
            padding: 10px 16px; }
        .plano-metas .container-content .left .group .text {
          color: #87798D;
          width: 90%;
          margin-bottom: 20px;
          font-family: 'Poppins', sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.28px;
          line-height: 26px; }
        @media (max-width: 576px) {
          .plano-metas .container-content .left .group {
            width: 100%;
            margin: 0px;
            padding-left: 20px; } }
    .plano-metas .container-content .right {
      background: #f0f1f5;
      height: 80vh;
      width: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 576px) {
        .plano-metas .container-content .right {
          width: 100%;
          display: none; } }
    .plano-metas .container-content h1 {
      color: #FFFFFF; }
  .plano-metas .image-div {
    background-image: linear-gradient(112deg, #00eb84 0%, #4b6afe 100%);
    width: 100%;
    height: 273px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/cross-selling/plano_metas.png) no-repeat;
    background-size: cover;
    background-position: center; }

.planos {
  background: #E4E0E6;
  height: 120vh; }
  @media (max-width: 576px) {
    .planos {
      text-align: center !important; } }
  .planos .full-height {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px; }
  .planos .text {
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 35px; }
  .planos .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    @media (max-width: 576px) {
      .planos .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .planos .card-primary {
    width: 25vw;
    height: 75vh;
    -webkit-box-shadow: 0 20px 30px rgba(48, 61, 188, 0.16);
    box-shadow: 0 20px 30px rgba(48, 61, 188, 0.16);
    background-color: #FFFFFF; }
  .planos .card-secondary {
    width: 25vw;
    height: 70vh;
    -webkit-box-shadow: 0 10px 20px rgba(48, 61, 188, 0.09);
    box-shadow: 0 10px 20px rgba(48, 61, 188, 0.09);
    background-color: #FFFFFF; }
  .planos .buttons {
    width: 93px;
    height: 31px; }

.solucoes {
  max-width: 100vw;
  overflow-x: hidden; }
  .solucoes .page {
    min-height: calc(100vh - 90px); }
  .solucoes .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .solucoes .solucoes-list .solucoes-header {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    padding: 30px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
  .solucoes .solucoes-list .solucoes-item {
    padding: 10px 30px;
    padding-left: 100px; }
    .solucoes .solucoes-list .solucoes-item p {
      font-size: 1.5rem; }
      .solucoes .solucoes-list .solucoes-item p.text-secondary {
        font-size: 1.125rem; }
      .solucoes .solucoes-list .solucoes-item p.underline {
        text-decoration: underline; }
  .solucoes .solucoes-list .solucoes-actions {
    padding: 10px 30px;
    padding-left: 100px;
    margin-top: 50px; }
  .solucoes .black-tag {
    background-color: black;
    border-radius: 70px;
    height: 40vh;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .solucoes .black-tag p {
      font-size: 1.875rem;
      width: 350px;
      font-style: italic;
      margin-bottom: 0; }
    .solucoes .black-tag-left {
      margin-right: 20%; }
      .solucoes .black-tag-left p {
        margin-left: auto;
        margin-right: 70px;
        text-align: right; }
    .solucoes .black-tag-right {
      margin-left: 20%; }
      .solucoes .black-tag-right p {
        margin-right: auto;
        margin-left: 70px;
        text-align: left; }

.title {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.875rem;
  font-weight: 300;
  color: #2D212F; }
  .title:after {
    content: "";
    display: block;
    width: 6.0625rem;
    height: 0.3125rem;
    border-radius: 0.625rem;
    background: #3242B9; }

.user-menu {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-width: 210px; }
  .user-menu__info {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #38303B;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .user-menu__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 0.8125rem;
    font-weight: 300;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .user-menu__toggle span {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .user-menu__toggle svg .fill {
      fill: #F8F8F8; }
    .user-menu__toggle svg:first-child {
      margin-right: 13px; }
    .user-menu__toggle svg:last-child {
      margin-left: 12px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .user-menu__nav {
    position: absolute;
    top: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 30px 20px 35px 30px;
    background: #38303B;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .user-menu__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
      .user-menu__nav ul + ul {
        margin-top: 35px; }
      .user-menu__nav ul li {
        height: auto !important;
        margin-right: 0 !important; }
        .user-menu__nav ul li + li {
          margin-top: 10px; }
        .user-menu__nav ul li a {
          text-align: left !important;
          font-size: 0.75rem !important; }
    .user-menu__nav svg {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: 20px;
      opacity: 0.3; }
      .user-menu__nav svg .fill {
        fill: #87798D; }
  .user-menu #user-menu-toggle {
    display: none; }
    .user-menu #user-menu-toggle:checked + .user-menu__info {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .user-menu #user-menu-toggle:checked + .user-menu__info svg:last-child {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
      .user-menu #user-menu-toggle:checked + .user-menu__info + .user-menu__nav {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

.vamos-conversar {
  background: #FFFFFF;
  color: #2D212F;
  height: 70vh; }
  @media (max-width: 576px) {
    .vamos-conversar {
      text-align: center !important; } }
  .vamos-conversar .full-height {
    height: 70vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px; }
  .vamos-conversar .text {
    color: #C7BBC9;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 35px; }
  .vamos-conversar .btn {
    height: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 30px;
    font-weight: normal; }

.well {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  border-radius: 3px; }
  .well strong {
    margin-right: 8px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #2D212F; }

.white-circle {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  color: #2D212F;
  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;
  margin: auto;
  -webkit-box-shadow: 0 5px 10px 0 rgba(45, 33, 47, 0.2);
  box-shadow: 0 5px 10px 0 rgba(45, 33, 47, 0.2); }

.sm-container {
  padding: 0px 10vw; }

.w-50 {
  width: 50%; }

.title-dark {
  color: #404040; }

.title-size {
  font-size: 2.5rem; }

.subtitle-size {
  font-size: 1.5rem; }

.bg-img-blue {
  background-image: url("../images/2021/bg-blue-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-img-right {
  position: absolute;
  top: -100px;
  right: -23vw;
  z-index: -1;
  min-width: 90vw; }

.bg-img-left {
  position: absolute;
  top: -50px;
  left: -58.4vw;
  z-index: -1;
  height: 850px; }

#modalInstituicoes ul, #modalInstituicoes li {
  list-style: circle;
  margin-left: 20px; }

::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); }

.mouse-hover {
  cursor: pointer; }

.mouse-hover-shadow:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(45, 33, 47, 0.3);
  box-shadow: 0 10px 20px 0 rgba(45, 33, 47, 0.3); }

.hover-text-primary:hover {
  color: #3242B9 !important; }
