::-webkit-scrollbar-track {
  background: rgba(22, 148, 210, 0.1);
  border-radius: 2.3077rem; }

::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  background: #1694d2;
  width: 8px;
  border-radius: 6px;
  height: 8px; }

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Helvetica LT Std", sans-serif; }

.overlayLoading {
  background-color: #000;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998; }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 99999;
  width: 200px; }

button {
  width: 100%;
  margin-bottom: 20px;
  height: 55px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  border: none; }

.btnBlue {
  border-color: #1694d2;
  background: #1694d2; }

.btnOrange {
  border-color: #ed6f25;
  background: #ed6f25; }

.btnOrangeLight {
  border-color: #f39322;
  background: #f39322; }

.btnGreen {
  border-color: #89e787;
  background: #89e787; }

.disabled {
  background-color: #bdbdbd;
  border-color: #bdbdbd; }

.inputStyle {
  margin-bottom: 10px;
  height: 50px;
  border-radius: 10px;
  background: rgba(251, 251, 251, 0.8); }

.indisponivel {
  display: none;
  background-color: #005eb8;
  width: 500px;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  transform: translate(-50%, -70%);
  position: fixed;
  left: 50%;
  top: 50%;
  color: #FFF;
  z-index: 9999999999; }

.indisponivel img {
  width: 30%; }

.overlayOFF {
  background-color: #FAFAFA;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999998;
  display: none; }

.loginController {
  width: 100%;
  height: 100%;
  background: url("../../assets/img/bgLogin.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
  position: relative;
  overflow: auto;
  overflow-x: hidden; }
  .loginController .contentLogin {
    width: 24%;
    position: absolute;
    left: 22%;
    top: 10%;
    color: #fff;
    z-index: 11; }
    .loginController .contentLogin form {
      width: 100%; }
    .loginController .contentLogin img {
      display: block;
      margin: 20px auto 50px;
      width: 50%; }
    .loginController .contentLogin label {
      font-size: 100%;
      font-weight: bold; }
    .loginController .contentLogin input {
      margin-bottom: 20px;
      height: 50px;
      border-radius: 10px;
      background: rgba(251, 251, 251, 0.8);
      max-height: 6vh; }
    .loginController .contentLogin a {
      color: #fff;
      text-decoration: none;
      margin-bottom: 30px;
      display: block;
      font-size: 90%; }
    .loginController .contentLogin .termos {
      margin-bottom: 20px; }
      .loginController .contentLogin .termos a {
        display: initial;
        color: #f39200;
        font-size: 90%; }
    .loginController .contentLogin .bttn {
      width: 100%;
      margin-bottom: 20px;
      height: 55px;
      border-radius: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      border: none; }
    .loginController .contentLogin .btnEntrar {
      border-color: #0a55a3;
      background: #0a55a3;
      max-height: 6vh;
      font-size: 90%; }
    .loginController .contentLogin .btnCadastrar {
      border-color: #fab31e;
      background: #fab31e;
      max-height: 6vh;
      font-size: 90%; }
  .loginController .contentCarousel {
    width: 30%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 10; }
    .loginController .contentCarousel h3 {
      font-size: 105%; }
    .loginController .contentCarousel .carousel-item {
      height: 130px;
      text-align: center; }
  .loginController .blueBall,
  .loginController .redMan,
  .loginController .elipsis,
  .loginController .yellowWoman,
  .loginController .litteBalls {
    position: absolute;
    transition: all 0.1 ease-in-out; }
  .loginController .blueBall {
    left: 50px;
    top: 50px;
    animation: blueBall 1s normal;
    width: 10%; }

@keyframes blueBall {
  from {
    left: 100%; }
  to {
    left: 50px; } }
  .loginController .elipsis {
    left: 0;
    bottom: 60px;
    animation: elipsis 1s normal;
    width: 17%; }

@keyframes elipsis {
  from {
    left: 150px; }
  to {
    left: 0; } }
  .loginController .redMan {
    right: 30%;
    animation: red-man 1s normal;
    width: 20%; }

@keyframes red-man {
  from {
    top: 100%; }
  to {
    top: 0; } }
  .loginController .litteBalls {
    right: 60px;
    top: 20%;
    z-index: 9;
    width: 15%; }
  .loginController .yellowWoman {
    right: 0;
    bottom: 0;
    z-index: 10;
    animation: yellowWoman 1s normal;
    width: 18%; }

@keyframes yellowWoman {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }

.signupController {
  width: 100%;
  height: 100%;
  background: url("../../assets/img/bgCadastro.png");
  background-size: cover;
  position: relative;
  overflow: auto;
  overflow-x: hidden; }
  .signupController .contentSigup {
    width: 24%;
    position: absolute;
    left: 22%;
    top: 4%;
    color: #fff;
    z-index: 11; }
    .signupController .contentSigup > a {
      float: right;
      font-size: 1.5em; }
    .signupController .contentSigup h3 {
      width: 100%;
      display: block;
      text-align: center;
      position: relative;
      clear: both;
      margin-bottom: 15px; }
      .signupController .contentSigup h3 a {
        position: absolute;
        left: 0; }
    .signupController .contentSigup img {
      width: 50%; }
    .signupController .contentSigup label {
      font-size: 100%;
      font-weight: bold; }
    .signupController .contentSigup input,
    .signupController .contentSigup select {
      margin-bottom: 10px;
      height: 50px;
      border-radius: 10px;
      background: rgba(251, 251, 251, 0.8);
      max-height: 6vh; }
    .signupController .contentSigup .btnAzul {
      width: 100%;
      margin-top: 20px;
      height: 55px;
      border-radius: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 90%;
      border: none;
      background: #1694d2;
      max-height: 6vh; }
      .signupController .contentSigup .btnAzul:active, .signupController .contentSigup .btnAzul:focus {
        outline: none; }
      .signupController .contentSigup .btnAzul.disabled {
        opacity: 0.5;
        cursor: no-drop; }
    .signupController .contentSigup .invalidField {
      color: red;
      font-weight: bold; }
    .signupController .contentSigup .stepsSigin {
      padding: 0;
      list-style-type: none;
      width: 100%; }
      .signupController .contentSigup .stepsSigin li {
        width: 24%;
        height: 8px;
        border: 1px solid #fff;
        display: inline-block;
        opacity: 0.5; }
        .signupController .contentSigup .stepsSigin li.active {
          background-color: #1694d2;
          opacity: 1;
          border: 1px solid #1694d2; }
        .signupController .contentSigup .stepsSigin li a {
          display: block;
          width: 100%;
          height: 8px; }
  .signupController .contentCarousel {
    width: 30%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 10; }
    .signupController .contentCarousel h3 {
      font-size: 103%; }
    .signupController .contentCarousel .carousel-item {
      height: 130px;
      text-align: center; }
  .signupController .whiteBall,
  .signupController .greenWoman,
  .signupController .elipsis,
  .signupController .blueMan {
    position: absolute;
    transition: all 0.1 ease-in-out; }
  .signupController .whiteBall {
    right: 50px;
    top: 150px;
    animation: whiteBall 1s normal;
    width: 11%; }

@keyframes whiteBall {
  from {
    right: 100%; }
  to {
    right: 50px; } }
  .signupController .elipsis {
    left: 8%;
    bottom: 60px;
    animation: elipsis2 1s normal;
    width: 17%; }

@keyframes elipsis2 {
  from {
    left: 0; }
  to {
    right: 8%; } }
  .signupController .blueMan {
    right: 25%;
    bottom: 0;
    z-index: 9;
    animation: blueMan 1s normal;
    width: 22%; }

@keyframes blueMan {
  from {
    bottom: 100%; }
  to {
    bottom: 0; } }
  .signupController .greenWoman {
    right: 0;
    top: 0;
    z-index: 10;
    animation: greenWoman 1s normal;
    width: 17%; }

@keyframes greenWoman {
  from {
    top: 100%; }
  to {
    top: 0; } }

.recoveryController {
  width: 100%;
  height: 100%;
  background: url("../../assets/img/bgSenha.png");
  background-size: cover; }
  .recoveryController .contentRecovery {
    width: 24%;
    position: absolute;
    left: 50%;
    top: 40%;
    color: #0d7abf;
    z-index: 11;
    transform: translate(-40%, -50%); }
    .recoveryController .contentRecovery > a {
      float: right;
      font-size: 1.5em; }
    .recoveryController .contentRecovery h3 {
      width: 100%;
      display: block;
      text-align: center;
      position: relative;
      clear: both;
      margin-bottom: 80px; }
      .recoveryController .contentRecovery h3 a {
        position: absolute;
        left: 0; }
    .recoveryController .contentRecovery p {
      font-size: 1.2em;
      font-weight: bold; }
    .recoveryController .contentRecovery label {
      font-size: 1.2em;
      font-weight: bold; }
    .recoveryController .contentRecovery input {
      margin-bottom: 10px;
      height: 50px;
      border-radius: 10px;
      background: rgba(251, 251, 251, 0.8);
      max-height: 6vh; }
    .recoveryController .contentRecovery .btnAzul {
      width: 100%;
      margin-top: 20px;
      height: 55px;
      border-radius: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      border: none;
      background: #1694d2;
      max-height: 6vh;
      font-size: 90%; }
      .recoveryController .contentRecovery .btnAzul:active, .recoveryController .contentRecovery .btnAzul:focus {
        outline: none; }
    .recoveryController .contentRecovery img {
      width: 50%; }
  .recoveryController .whiteBall,
  .recoveryController .litteWhiteBall,
  .recoveryController .elipsis {
    position: absolute; }
  .recoveryController .whiteBall {
    right: 50px;
    top: 40%;
    width: 12%; }
  .recoveryController .litteWhiteBall {
    left: calc(50% - 10%);
    bottom: 0px;
    width: 20%; }
  .recoveryController .elipsis {
    width: 20%;
    top: 100px;
    left: 100px; }

@media only screen and (max-width: 900px) {
  .loginController .redMan,
  .loginController .yellowWoman {
    display: none; }
  .loginController .blueBall {
    width: 100px;
    left: 0; }
  .loginController .litteBalls {
    height: 240px;
    right: -60px;
    top: 234px; }
  .loginController .elipsis {
    height: 288px;
    bottom: 0;
    left: -180px; }
  .loginController .contentLogin {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    padding: 0 10%; }
    .loginController .contentLogin img {
      width: 120px;
      margin-bottom: 20px; }
    .loginController .contentLogin form {
      margin-top: 100px; }
      .loginController .contentLogin form .esqueciSenha {
        margin: 10px 0 5px 0; }
      .loginController .contentLogin form input {
        height: 40px; }
    .loginController .contentLogin button {
      height: 40px; }
  .loginController .contentCarousel {
    top: 110px;
    left: 10%;
    width: 80%;
    z-index: 99;
    font-size: 0.8em;
    padding-top: 25px;
    height: 110px; }
    .loginController .contentCarousel .carousel-indicators {
      top: 48%; }
      .loginController .contentCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%; }
  .signupController .whiteBall,
  .signupController .greenWoman,
  .signupController .blueMan {
    display: none; }
  .signupController .closeItem {
    margin-top: 40px;
    color: #fff; }
  .signupController .elipsis {
    height: 288px;
    bottom: 0;
    left: -180px; }
  .signupController .contentSigup {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    padding: 0 10%; }
    .signupController .contentSigup form {
      margin-top: 0px; }
      .signupController .contentSigup form .esqueciSenha {
        margin: 10px 0 5px 0; }
      .signupController .contentSigup form input, .signupController .contentSigup form select {
        height: 40px; }
      .signupController .contentSigup form button.btnAzul {
        height: 40px; }
    .signupController .contentSigup div > img {
      width: 150px;
      display: none; }
    .signupController .contentSigup .stepsSigin li {
      width: 23.9%; }
  .signupController .contentCarousel {
    display: none; }
  .recoveryController {
    padding-top: 0px; }
    .recoveryController .whiteBall {
      display: none; }
    .recoveryController .litteWhiteBall {
      height: 240px;
      right: -60px;
      bottom: 0;
      left: unset; }
    .recoveryController .elipsis {
      height: 290px;
      left: -190px; }
    .recoveryController .contentRecovery {
      position: relative;
      left: unset;
      top: unset;
      width: 100%;
      padding: 0 10%;
      transform: none;
      padding-top: 50px; }
      .recoveryController .contentRecovery div > img {
        width: 150px;
        display: none; } }

.prefilController {
  height: 100%;
  position: relative;
  padding: 0;
  min-height: 100vh;
  width: 100%; }
  .prefilController .contentPerfil {
    max-width: 1600px;
    padding: 0 2%;
    margin: 0 auto; }
    .prefilController .contentPerfil .menu-profile {
      position: relative;
      list-style: none;
      padding: 0;
      display: flex;
      width: 70%;
      margin: 0 auto;
      margin-top: -30px;
      z-index: 2; }
      .prefilController .contentPerfil .menu-profile li {
        cursor: pointer;
        padding: 0 50px;
        border-bottom: 1px solid #e0e0e0; }
        .prefilController .contentPerfil .menu-profile li a {
          font-size: 16px;
          line-height: 19px;
          color: #bdbdbd;
          display: flex;
          width: 100%; }
      .prefilController .contentPerfil .menu-profile li.active {
        border-bottom: #f39322 solid 3px; }
        .prefilController .contentPerfil .menu-profile li.active a {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 19px;
          color: #f39322; }
    .prefilController .contentPerfil h1 {
      font-style: normal;
      font-weight: bold;
      font-size: 27.648px;
      line-height: 33px;
      color: #0a55a3;
      margin: 0 0 23px 0; }
    .prefilController .contentPerfil .textContainer {
      max-width: 100%;
      height: 66vh;
      overflow-y: auto;
      padding-right: 30px; }
      .prefilController .contentPerfil .textContainer > div img {
        width: 100%; }
      .prefilController .contentPerfil .textContainer p {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #828282; }
      .prefilController .contentPerfil .textContainer .profileIcon {
        width: 50%;
        margin: 0 auto;
        display: block;
        height: 180px; }
      .prefilController .contentPerfil .textContainer h1, .prefilController .contentPerfil .textContainer h2, .prefilController .contentPerfil .textContainer h3 {
        color: #f39c12;
        font-weight: bold; }
    .prefilController .contentPerfil .download {
      color: #FFF;
      margin-bottom: 10px; }

@media only screen and (max-width: 900px) {
  .prefilController .container-menu-profile {
    position: absolute;
    top: 0; }
  .prefilController .contentPerfil {
    padding: 0 5%; }
    .prefilController .contentPerfil .textContainer {
      width: 100%;
      height: unset;
      overflow-y: unset;
      padding: 0; }
      .prefilController .contentPerfil .textContainer p {
        width: 100%;
        text-align: center; }
    .prefilController .contentPerfil .item-perfil {
      flex-direction: column-reverse; }
    .prefilController .contentPerfil .img-container {
      text-align: center; }
      .prefilController .contentPerfil .img-container .avatar-img {
        width: 50%; }
    .prefilController .contentPerfil .menu-profile {
      height: 35px;
      position: relative;
      list-style: none;
      padding: 0;
      display: flex;
      width: 100%;
      overflow-x: auto;
      margin: 0 auto;
      margin-top: 20px;
      z-index: 2; }
      .prefilController .contentPerfil .menu-profile li {
        padding: 0 48px; }
    .prefilController .contentPerfil .contentInfos {
      margin-top: 40px; }
    .prefilController .contentPerfil .contentAvatar {
      margin-top: 60px; } }

.main {
  height: 100%;
  position: relative;
  padding: 0;
  min-height: 100vh;
  width: 100%; }

.homeController {
  position: relative;
  padding: 0;
  width: 100%;
  display: inline-flex; }
  .homeController .contentHome {
    color: #0a55a3;
    font-weight: 700; }
    .homeController .contentHome .item-home {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 2%; }
    .homeController .contentHome h1 {
      font-size: 27px;
      margin: 0;
      padding: 0;
      margin-bottom: 13px;
      font-weight: bold; }
    .homeController .contentHome h2 {
      font-size: 120%;
      margin: 0;
      margin-bottom: 21px;
      font-weight: bold; }
    .homeController .contentHome .cpf {
      font-size: 120%;
      margin-bottom: 71px; }
    .homeController .contentHome .text {
      color: #4f4f4f;
      font-size: 105%;
      line-height: 24px;
      font-weight: normal;
      max-width: 550px;
      text-align: justify; }
    .homeController .contentHome .quest ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      overflow-x: auto;
      width: calc(100vw);
      padding-left: 11%;
      margin-top: -40px;
      z-index: 10;
      position: relative;
      cursor: e-resize; }
      .homeController .contentHome .quest ul::-webkit-scrollbar {
        display: none; }
      .homeController .contentHome .quest ul li > div {
        cursor: default;
        position: relative;
        background-color: #e94e26;
        color: #fff;
        width: 140px;
        height: 140px;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        padding: 10px;
        margin-right: 70px; }
        .homeController .contentHome .quest ul li > div .presenteImg {
          height: 73px; }
        .homeController .contentHome .quest ul li > div::before {
          content: " ";
          background: #7c7c7c;
          height: 10px;
          width: 70px;
          position: absolute;
          right: -70px; }
        .homeController .contentHome .quest ul li > div span {
          font-size: 14px;
          line-height: 25px;
          text-align: center; }
      .homeController .contentHome .quest ul li .blocked {
        background-color: #7c7c7c; }
        .homeController .contentHome .quest ul li .blocked::before {
          background: #e0e0e0; }
      .homeController .contentHome .quest ul li .barActive::before {
        background: #0a55a3; }
      .homeController .contentHome .quest ul li .presente {
        background-color: #0a55a3;
        background-image: url(../../assets/img/mask-ativo.png); }
      .homeController .contentHome .quest ul li .blocked.presente {
        background-color: transparent;
        background-image: url(../../assets/img/mask.png); }
        .homeController .contentHome .quest ul li .blocked.presente .presenteImg {
          height: 73px; }
      .homeController .contentHome .quest ul li .lock {
        position: absolute;
        top: 14px;
        right: 20px; }
      .homeController .contentHome .quest ul li .active {
        width: 184px;
        height: 184px;
        background-color: #0a55a3;
        cursor: pointer; }
        .homeController .contentHome .quest ul li .active .presenteImg {
          height: 125px; }
      .homeController .contentHome .quest ul li .viewMyProfile {
        background-color: green;
        width: 160px;
        height: 170px;
        cursor: pointer; }
        .homeController .contentHome .quest ul li .viewMyProfile span {
          font-size: 1.5em; }
        .homeController .contentHome .quest ul li .viewMyProfile::before {
          content: " ";
          background: transparent;
          height: 0;
          width: 0;
          position: absolute;
          right: 0; }
        .homeController .contentHome .quest ul li .viewMyProfile.blocked {
          background-color: #7c7c7c; }
          .homeController .contentHome .quest ul li .viewMyProfile.blocked::before {
            background: #e0e0e0; }
      .homeController .contentHome .quest ul li:last-child > div::before {
        content: " ";
        background: transparent;
        height: 0;
        width: 0;
        position: absolute;
        right: 0; }

.animation .avatar-container .avatar-img {
  animation: avatar 1s normal;
  transition: all 0.1 ease-in-out; }

@keyframes avatar {
  from {
    transform: translate(-300px, -100px); }
  to {
    transform: translate(0, 0); } }

.animation .navbar .logo {
  animation: logo 1s normal;
  transition: all 0.1 ease-in-out; }

@keyframes logo {
  from {
    transform: translateX(200vh) scale(4); }
  to {
    transform: translateX(0) scale(1); } }

@media only screen and (max-width: 1600px) {
  .homeController .quest {
    margin-top: 194px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 900px) {
  .homeController .hideOnMobile {
    display: none; }
  .homeController .contentHome h2 {
    font-size: 1em; }
  .homeController .contentHome .item-home {
    flex-direction: column-reverse; }
  .homeController .contentHome .quest {
    margin-top: 80px;
    margin-bottom: 50px; }
    .homeController .contentHome .quest ul li > div {
      width: 130px;
      height: 130px;
      margin-right: 60px; }
      .homeController .contentHome .quest ul li > div.active {
        width: 165px;
        height: 165px; }
      .homeController .contentHome .quest ul li > div::before {
        width: 60px;
        right: -60px; }
    .homeController .contentHome .quest ul li:focus-visible {
      outline: none; }
  .homeController .contentHome .text {
    font-size: 12px; } }

.lojaController {
  height: 100%;
  position: relative;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  display: inline-flex; }

.meusDadosController {
  height: 100%;
  position: relative;
  padding: 0;
  min-height: 100vh;
  width: 100%; }
  .meusDadosController .contentMeusDados {
    padding: 0 2%;
    max-width: 1600px;
    margin: 0 auto; }
    .meusDadosController .contentMeusDados .list {
      padding: 0 !important;
      margin: 0;
      list-style: none !important; }
      .meusDadosController .contentMeusDados .list li p {
        color: #0a55a3;
        font-size: 19px;
        line-height: 32px; }
      .meusDadosController .contentMeusDados .list li b {
        font-weight: bold; }
    .meusDadosController .contentMeusDados .form-container {
      background: #ffffff;
      border: 1px solid #dedede;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 37px 18px 22px 25px; }
      .meusDadosController .contentMeusDados .form-container h1 {
        font-size: 23px;
        line-height: 24px;
        color: #0a55a3;
        font-weight: bold;
        margin-bottom: 20px; }
      .meusDadosController .contentMeusDados .form-container label {
        font-weight: bold;
        font-size: 19px;
        line-height: 32px;
        color: #0a55a3; }
      .meusDadosController .contentMeusDados .form-container form {
        height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 27px; }
    .meusDadosController .contentMeusDados .return {
      font-weight: bold;
      font-size: 19.2px;
      line-height: 32px;
      color: #0a55a3;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .meusDadosController .contentMeusDados .return img {
        margin-right: 10px; }
    .meusDadosController .contentMeusDados .containerButton {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .meusDadosController .contentMeusDados .containerButton a {
        margin-bottom: 50px; }

@media only screen and (max-width: 900px) {
  .meusDadosController .contentMeusDados .form-container {
    background: transparent;
    border: none;
    border-radius: 0; }
    .meusDadosController .contentMeusDados .form-container form {
      height: auto;
      overflow-y: unset;
      overflow-x: hidden; }
  .meusDadosController .contentMeusDados .return {
    margin-left: 20px; }
  .meusDadosController .contentMeusDados .containerButton .btnGreen {
    margin-left: 53px; }
  .meusDadosController .contentMeusDados .containerButton a {
    display: none; } }

.elipse-blue {
  position: absolute;
  top: 0;
  left: 0; }

.elipse-yellow {
  position: absolute;
  bottom: 0;
  left: 0; }

.navbar {
  max-width: 1700px;
  margin: 0 auto;
  z-index: 1; }
  .navbar .logo {
    transition: all 0.1 ease-in-out; }
  .navbar .navbar-nav {
    border-bottom: 1px #e0e0e0 solid; }
  .navbar a {
    position: relative;
    display: block;
    padding: 0;
    color: #bdbdbd !important;
    padding: 0 40px !important;
    font-weight: 300; }
  .navbar .active a {
    color: #f39322 !important;
    font-weight: 700;
    border-bottom: #f39322 3px solid;
    border-radius: 1px; }
  .navbar .coin-container {
    border: 2px #0a55a3 solid;
    border-radius: 5px;
    width: 150px;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 12px;
    -webkit-box-shadow: 7px 7px 0px -2px #f39322;
    box-shadow: 7px 7px 0px -2px #f39322; }
    .navbar .coin-container img {
      height: 29px;
      margin-right: 25px; }
    .navbar .coin-container p {
      padding: 0;
      margin: 0;
      color: #0a55a3;
      font-weight: 700;
      font-size: 23px; }

body .tooltip-inner {
  background: #fff;
  border: 2px solid #0a55a3;
  border-radius: 10px;
  color: #0a55a3;
  font-weight: bold;
  line-height: 1.5; }

body .tooltip .arrow::before {
  border-bottom-color: #0a55a3; }

@media only screen and (max-width: 900px) {
  .menu-mobile {
    padding: 0; }
    .menu-mobile .logo-container {
      padding: 0 5%;
      padding-top: 20px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .menu-mobile .menu-container {
      display: block;
      width: 100%; }
      .menu-mobile .menu-container ul {
        margin-top: 20px;
        list-style: none;
        padding-left: 0;
        display: flex;
        width: 100%;
        border-bottom: 1px #e0e0e0 solid; }
        .menu-mobile .menu-container ul li {
          width: calc(100% / 4);
          text-align: center; }
          .menu-mobile .menu-container ul li a {
            padding: 0 !important;
            font-size: 0.9em; }
    .menu-mobile .point-container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-right: 20px; }
      .menu-mobile .point-container .coin-container {
        width: 90px;
        height: 36px;
        padding: 4px 8px; }
        .menu-mobile .point-container .coin-container img {
          margin-right: 10px;
          height: 20px; }
        .menu-mobile .point-container .coin-container p {
          font-size: 100%;
          font-weight: bold; } }

#logOut .overlayLogOut {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

#logOut .modalLogOut {
  display: none;
  width: 400px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101; }
  #logOut .modalLogOut .header {
    height: 40px;
    margin-bottom: 10px; }
    #logOut .modalLogOut .header .close button {
      color: #356BEF;
      border: none;
      border-radius: 20px;
      font-size: 1em; }
  #logOut .modalLogOut .content {
    text-align: center; }
    #logOut .modalLogOut .content h3 {
      color: #356BEF;
      margin-bottom: 20px; }
    #logOut .modalLogOut .content .buttons .seguir {
      width: 50%;
      height: 45px;
      background-color: #FA8D3C;
      border-color: #FA8D3C;
      border-radius: 10px;
      color: #FFF;
      margin-bottom: 10px;
      font-size: 1em; }
    #logOut .modalLogOut .content .buttons .finalizar {
      width: 50%;
      height: 45px;
      background: transparent;
      border: 1px solid #FA8D3C;
      color: #FA8D3C;
      border-radius: 10px;
      font-size: 1em; }
  #logOut .modalLogOut .almah {
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 230px;
    height: 190px; }
    #logOut .modalLogOut .almah img {
      width: 100%; }

.scale-in-center {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-6 12:0:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@media only screen and (max-width: 900px) {
  #logOut .modalLogOut {
    width: 90%; }
    #logOut .modalLogOut .almah {
      position: absolute;
      right: -30px;
      bottom: -120px;
      width: 160px;
      height: 160px; } }

.modal-backdrop.fade {
  opacity: 0.8 !important; }

.modal-question {
  width: 600px; }

.modal-content {
  border: none;
  border-radius: 15px; }
  .modal-content .modal-header {
    background: #e94e26;
    border-radius: 15px 15px 0px 0px;
    padding: 43px 56px 39px 67px; }
    .modal-content .modal-header h5 {
      font-weight: bold;
      font-size: 23px;
      line-height: 1;
      color: #fdfdfd;
      margin: 0;
      padding: 0; }
    .modal-content .modal-header button {
      width: 50px;
      opacity: 1; }
  .modal-content .modal-body .radio-toolbar {
    padding: 0;
    margin-bottom: 24px; }
    .modal-content .modal-body .radio-toolbar:last-child {
      margin-bottom: 0; }
    .modal-content .modal-body .radio-toolbar input[type="radio"] {
      opacity: 0;
      position: fixed;
      width: 0; }
    .modal-content .modal-body .radio-toolbar label {
      display: inline-block;
      background-color: #1694d2;
      padding: 17px 10px;
      font-family: sans-serif, Arial;
      border-radius: 15px;
      font-weight: bold;
      font-size: 0.9em;
      line-height: 24px;
      text-align: center;
      color: #fff;
      width: 100%;
      cursor: pointer; }
  .modal-content .modal-body .form-check-custom {
    display: flex;
    align-items: flex-start; }
  .modal-content .modal-body input[type="radio"]:checked + label {
    background-color: #89e787; }
  .modal-content .modal-body input[type="checkbox"] {
    margin-right: 16px;
    -webkit-appearance: initial;
    appearance: initial;
    border: 2px solid #3A3A3A;
    width: 16px;
    height: 16px;
    background: #fff;
    position: relative; }
  .modal-content .modal-body input[type="checkbox"]:checked:after {
    content: "X";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold;
    color: #e94e26; }
  .modal-content .modal-footer {
    border-top: none; }

@media only screen and (max-width: 900px) {
  .modal-question {
    width: 100%;
    padding-right: 0; }
    .modal-question .modal-header {
      padding: 30px 25px; }
      .modal-question .modal-header h5 {
        font-size: 1em;
        line-height: 1.2;
        font-weight: normal;
        font-family: 'Helvetica LT Std', sans-serif; }
    .modal-question .modal-body {
      padding: 0;
      padding-top: 10px; }
      .modal-question .modal-body input[type="checkbox"] {
        margin-right: 5px; }
      .modal-question .modal-body form label {
        font-size: 0.8em; } }

.modalCompact {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.modal-content.modal-compact {
  border: none;
  border-radius: 15px;
  width: 600px; }
  .modal-content.modal-compact .modal-header {
    background: transparent;
    background-image: url("../../assets/img/header-modal.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
    padding: 43px 56px 39px 67px;
    justify-content: center; }
    .modal-content.modal-compact .modal-header h5 {
      font-weight: bold;
      font-size: 23px;
      line-height: 1;
      color: #fdfdfd;
      margin: 0;
      padding: 0; }
  .modal-content.modal-compact .modal-body .iconGift {
    cursor: pointer; }
  .modal-content.modal-compact .modal-body .containerPoints {
    margin: 25px 0 10px 0; }
    .modal-content.modal-compact .modal-body .containerPoints .coin {
      height: 46px; }
    .modal-content.modal-compact .modal-body .containerPoints .point {
      font-weight: bold;
      font-size: 33px;
      line-height: 1;
      padding: 0;
      margin: 0;
      margin-left: 35px;
      color: #0e66b0; }
  .modal-content.modal-compact .modal-body .dica {
    margin-top: 30px;
    color: #0e66b0;
    font-weight: bold;
    font-size: 27px;
    text-align: center; }
  .modal-content.modal-compact .modal-body .textDica {
    font-size: 1.2em;
    line-height: 1.2;
    color: #000; }

@media only screen and (max-width: 900px) {
  .modal-content.modal-compact {
    width: 100%; }
    .modal-content.modal-compact .modal-body {
      padding: 0; }
      .modal-content.modal-compact .modal-body img {
        width: 70px; }
      .modal-content.modal-compact .modal-body .coin {
        height: unset;
        width: 41px;
        margin-right: -12px; } }

.avatar-component {
  height: 65vh; }
  .avatar-component .avatar-container {
    display: flex;
    padding-top: calc(2vh); }
    .avatar-component .avatar-container .containerAccessories {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-right: 10px;
      padding: 8% 0; }
      .avatar-component .avatar-container .containerAccessories img {
        height: 140px;
        margin-bottom: 20px;
        max-height: 18vh; }
    .avatar-component .avatar-container .equlibrado {
      background-color: #0a55a3;
      border-radius: 50%;
      width: 93%;
      height: 530px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .avatar-component .avatar-container .avatar-img {
      width: 93%;
      transition: all 0.1 ease-in-out; }

@media only screen and (max-width: 900px) {
  .avatar-component {
    height: unset;
    margin-bottom: 30px; }
    .avatar-component .avatar-container {
      flex-direction: column-reverse; }
      .avatar-component .avatar-container .containerAccessories {
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10%; }
        .avatar-component .avatar-container .containerAccessories img {
          width: 65px;
          height: 65px;
          margin: 0; }
      .avatar-component .avatar-container .avatar-item {
        text-align: center; }
        .avatar-component .avatar-container .avatar-item .avatar-img {
          width: 45%;
          margin: 0 auto; } }
