﻿/***** Paleta establecida por el cliente **************/
/*******************************************************/
/********************** PAGOS *****************************/
html {
  scroll-behavior: smooth;
}
html .invisible-scrollbar::-webkit-scrollbar {
  width: 0;
}
html .contenedor-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
/*Esto arregla el problema de que se corren elementos al abrir los modals*/
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
span,
a,
h6 {
  font-family: Roboto, sans-serif;
}
a,
button:focus,
.btn:focus,
.btn.focus {
  outline: none !important;
  box-shadow: none !important;
}
.intercom-launcher,
.intercom-launcher-frame {
  transform: scale(0.7) !important;
  bottom: 20px !important;
  right: 0px !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-launcher-badge-frame {
  transform: scale(0.8) !important;
  position: absolute !important;
  bottom: 55px !important;
  right: 5px !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-borderless-frame {
  bottom: 75px !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-1ybwxio {
  bottom: 75px !important;
  position: absolute !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-messenger-frame {
  bottom: 90px !important;
  right: 20px !important;
  position: absolute !important;
  height: calc(100vh - 110px) !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-dlvlg4 {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: 11px !important;
  left: 10px !important;
}
.intercom-1ceyw7,
.intercom-182a4y3 {
  position: absolute !important;
  transition: all 0.4s ease-in-out !important;
}
[name="intercom-notifications-frame"],
#intercom-frame {
  position: absolute !important;
  transition: all 0.4s ease-in-out !important;
}
.intercom-namespace,
intercom-lightweight-app {
  position: fixed !important;
  right: 0 !important;
  bottom: 0px !important;
  z-index: 999 !important;
  transition: all 0.4s ease-in-out !important;
}
@media (min-width: 991.98px) {
  .intercom-namespace.up-frame,
  intercom-lightweight-app.up-frame {
    bottom: 115px !important;
  }
  .intercom-messenger-frame.up-frame {
    height: calc(100vh - 180px) !important;
  }
}
#toast-container {
  margin-right: 20px;
}
.small-text {
  font-size: 12px;
}
.nota-text {
  font-size: 11px !important;
}
.nota-text a {
  font-size: 11px !important;
}
.bar-container {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
.toast-error {
  background: #ff0000;
  width: 100% !important;
  max-width: 350px !important;
}
.toast-warning {
  background: #ffac00;
  box-shadow: 0px 0px 0px #ce6e45 !important;
}
.toast-warning:hover {
  box-shadow: 0px 0px 5px yellow !important;
}
.toast-warning .toast-message {
  color: #000;
}
.mensaje-alerta {
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ffc300;
  border-radius: 3px;
  background-color: #ffc10708;
}
.mensaje-error {
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
  color: darkred;
}
.mensaje-error-sub-input {
  font-size: 12px;
  margin-left: 5px;
  text-align: left;
  color: #dc3545;
}
.error-border-input {
  border-color: #dc3545;
}
/*Situaciones de bureau*/
[class*='sit-'] {
  font-weight: bold;
}
.sit-1 {
  background-color: #008000;
  color: white;
}
.sit-2 {
  background-color: #ff0;
}
.sit-3 {
  background-color: #f0f;
  color: white;
}
.sit-4 {
  background-color: #c33;
  color: white;
}
.sit-5 {
  background-color: #800000;
  color: white;
}
.sit-6 {
  background-color: #000;
  color: white;
}
.field-validation-error {
  color: red;
  font-size: 12px;
  margin-left: 5px;
  display: block;
}
/*.alert-info {
    color: #0c5460;
    background-color: #46bc9430;
    border-color: #571b9b30;
}*/
.title-section {
  display: flex;
  align-items: flex-end;
  background: whitesmoke;
  width: 100%;
  height: 70px;
  padding: 20px 0;
  color: #0a3356;
}
.title-section span {
  font-family: 'Titillium Web', sans-serif;
  border-bottom: 3px solid #0a3356;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
}
.title-section span:after {
  content: '';
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background-color: #000;
}
.title-separador {
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.title-separador span {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.title-separador span:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background-color: #bfbfbf;
}
.pastilla-mesa {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pastilla-mesa p {
  font-size: 20px;
  margin: 0;
}
.pastilla-mesa span {
  color: #45bc94;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.pastilla-mesa .boton-mesa {
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  padding: 2px;
  border: none;
  margin: 15px auto 0;
}
.pastilla-mesa .boton-mesa .bg-blanco-boton {
  width: 100%;
  border-radius: 18px;
  padding: 5px 25px;
  background-color: white;
}
.pastilla-mesa .boton-mesa .bg-blanco-boton:hover {
  background-color: rgba(255, 255, 255, 0);
}
.pastilla-mesa .boton-mesa .bg-blanco-boton:hover span {
  color: white;
}
.pastilla-mesa .boton-mesa .bg-blanco-boton span {
  color: #000;
  font-size: 17px;
}
.color-uno {
  color: #5a0a9d;
}
.color-dos {
  color: #45bc94;
}
.mask-t-shadow {
  position: absolute;
  height: 10px;
  overflow: hidden;
  top: 65px;
  left: 0;
  width: 100%;
}
.mask-t-shadow .t-shadow {
  background: transparent;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -6px;
  z-index: 1;
}
.mask-t-shadow .t-shadow.show {
  box-shadow: 1px 1px 5px #999999;
}
.container-minosis {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}
.bg-blanco {
  background: white;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 10px #eeeeee;
}
.boton-abrir {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: #003a60;
  background: -moz-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #003a60), color-stop(40%, #59109c), color-stop(66%, #59109c), color-stop(99%, #45bc94), color-stop(100%, #45bc94));
  background: -webkit-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -o-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -ms-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: linear-gradient(to right, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a60', endColorstr='#45bc94', GradientType=1);
}
.boton-abrir img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.boton-abrir img.giro {
  transform: rotate(180deg);
}
.check-custom {
  cursor: pointer;
  opacity: 0;
  height: 22px !important;
  width: 18px;
}
label {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 5px;
}
.form-group i {
  cursor: pointer;
}
.form-group i:hover {
  color: currentColor;
}
.botones-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.botones-wrapper a,
.botones-wrapper button {
  color: #0a3356 !important;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  border: none;
}
.boton-secundario {
  padding: 7px 17px;
}
.boton-secundario:hover {
  box-shadow: 0 0 5px #45bc94 !important;
}
.boton-principal {
  cursor: pointer;
  padding: 10px 20px;
  background: #522983;
  background: -moz-linear-gradient(90deg, #522983 0%, #4ba186 90%);
  background: -webkit-linear-gradient(90deg, #522983 0%, #4ba186 90%);
  background: linear-gradient(90deg, #522983 0%, #4ba186 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#522983", endColorstr="#4ba186", GradientType=1);
  border: none;
  padding: 2px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #0a3356;
  transition: all 0.2s ease-in-out;
}
.boton-principal:hover {
  color: #0a3356;
  text-decoration: none;
}
.boton-principal .boton-blanco {
  background: white;
  width: 100%;
  height: 100%;
  padding: 5px 30px;
  border-radius: 18px;
  color: #0a3356;
  transition: all 0.2s ease-in-out;
}
.boton-principal:hover .boton-blanco {
  color: white;
  background: #522983;
  background: -moz-linear-gradient(90deg, #522983 0%, #4ba186 90%);
  background: -webkit-linear-gradient(90deg, #522983 0%, #4ba186 90%);
  background: linear-gradient(90deg, #522983 0%, #4ba186 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#522983", endColorstr="#4ba186", GradientType=1);
}
.boton-principal:hover .boton-blanco i {
  color: white;
}
.boton-principal:focus {
  outline: none;
}
.pasos-registro .btn-cuestionario {
  /*button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
            cursor: pointer;
            opacity: 0.5;
        }*/
}
.pasos-registro .btn-cuestionario button:disabled,
.pasos-registro .btn-cuestionario button[disabled] {
  cursor: pointer;
  opacity: 0.5;
}
.pr-0 {
  padding-right: 0px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px !important;
}
.header-minosis {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0 20px 10px 20px;
  z-index: 9;
  background-position: bottom;
  background-repeat: no-repeat;
  background: linear-gradient(80deg, #ffffff 0, #ffffff 30%, #59109c 60%, #45bc94 100%);
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.header-minosis:after {
  content: '';
  background-image: url(../images/header-after.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  width: 100vw;
  height: 38px;
}
.header-minosis .cerrar-sesion {
  margin-bottom: 20px;
}
.header-minosis .mask-bubbles {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  width: 100%;
}
.sombra-header {
  height: 20px;
  width: 410px;
  background: white;
  position: fixed;
  left: unset;
  transform: translateX(-50px);
  top: 68px;
  border-radius: 50%;
  box-shadow: 0 2px 15px black;
  z-index: 8;
}
.contenedor-menu {
  width: 300px;
  height: calc(100vh - 90px);
  background: white;
  color: #0a3356;
  overflow-x: hidden;
  position: fixed;
  top: 90px;
  left: unset;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  padding: 0;
  box-shadow: 1px 1px 10px #999999;
}
.contenedor-menu .badge {
  font-size: 10px;
  min-width: 18px;
  border-radius: 10px;
  float: right;
  padding: 5px;
  margin: 6px 15px;
  line-height: 8px;
  cursor: pointer;
}
.contenedor-menu .badge span {
  line-height: 8px;
}
.contenedor-menu .badge-nuevo {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  margin: 0px 5px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-top;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contenedor-menu .badge-creditos-mini {
  color: white;
  background-color: #8eb443;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 2px;
  right: 25px;
}
.contenedor-menu .badge-creditos {
  color: white;
  background-color: #8eb443;
}
.contenedor-menu .badge-notificaciones {
  color: white;
  background-color: #ce6e45;
}
.contenedor-menu h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #0a3356;
}
.contenedor-menu p {
  text-align: center;
  color: #0a3356;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
.contenedor-menu .container-sidebar {
  min-height: calc(100vh - 90px);
}
.contenedor-menu .container-sidebar .download-app-sidebar {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-image: url('../images/buble-sidebar.svg');
  background-size: cover;
  height: 101px;
  background-repeat: no-repeat;
}
.contenedor-menu .container-sidebar .download-app-sidebar span {
  color: white;
  font-size: 0.8rem;
  text-align: left;
  padding: 0 0 0 2.6rem;
  margin: 2rem 0rem -0.6rem 0rem;
}
.contenedor-menu .container-content-perfil {
  border-radius: 0 0 12px 12px;
  box-shadow: 0px -1px 8px #999999;
}
.contenedor-menu .container-content-perfil .content-perfil {
  height: 210px;
  padding: 30px;
}
.contenedor-menu .container-content-perfil .content-perfil .badge-notificaciones {
  top: -5px;
  right: -5px;
  position: absolute;
  margin: 0;
}
.contenedor-menu .container-content-perfil .content-perfil .badge-nosis {
  transform: rotate(45deg);
  top: 6px;
  right: -13px;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo {
  position: relative;
  height: 98px;
  width: 98px;
  margin: 0px auto;
  border-radius: 50%;
  z-index: 9;
  background: #003a60;
  background: -moz-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #003a60), color-stop(40%, #59109c), color-stop(66%, #59109c), color-stop(99%, #45bc94), color-stop(100%, #45bc94));
  background: -webkit-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -o-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: -ms-linear-gradient(left, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  background: linear-gradient(to right, #003a60 0%, #59109c 40%, #59109c 66%, #45bc94 99%, #45bc94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a60', endColorstr='#45bc94', GradientType=1);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil {
  background: white;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil .flipper span {
  color: #5a0a9d;
  font-size: 45px;
  font-weight: 600;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  padding: 12px 0;
  top: 0%;
  left: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate(-50%, 0%) rotateY(-180deg);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil .flipper span.noflip {
  backface-visibility: visible;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil .flipper img {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  top: 2px;
  left: 2px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(0deg);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .foto-perfil .flipper.flip {
  transform: rotateY(-180deg);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  animation-duration: 1s;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud:hover {
  transform: scale(1.1);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.primero {
  top: 70px;
  left: -55px;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.segundo {
  top: 105px;
  left: -5px;
  animation-delay: 0.1s;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.tercero {
  top: 105px;
  right: -5px;
  animation-delay: 0.2s;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.cuarto {
  top: 70px;
  right: -55px;
  animation-delay: 0.5s;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.cuarto .img-completitud {
  width: 24px;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.cuarto.validado {
  transform: rotate(-45deg);
  background: -moz-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #45bc94), color-stop(32%, #4a8b96), color-stop(100%, #58109c));
  background: -webkit-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -o-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -ms-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: linear-gradient(to bottom, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45bc94', endColorstr='#58109c', GradientType=0);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.cuarto.validado:hover {
  transform: rotate(-45deg) scale(1.1);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.cuarto.validado .img-completitud {
  transform: rotate(45deg) translate(-22.5px, -5.5px);
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud .img-completitud {
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.validado {
  background: #45bc94;
}
.contenedor-menu .container-content-perfil .content-perfil .content-circulo .completitud.validado:hover {
  transform: scale(1.1);
}
.contenedor-menu .container-content-perfil .content-perfil .linea {
  position: absolute;
  stroke: #999999;
  stroke-width: 2;
  stroke-dasharray: 3;
  /*      top: 36%;*/
}
.contenedor-menu .container-content-perfil .content-perfil .linea.validada {
  stroke: #45bc94;
  stroke-dasharray: 0;
}
.contenedor-menu .container-content-perfil .content-perfil .linea.primero {
  top: 95px;
  left: 65px;
  width: 50px;
  height: 30px;
}
.contenedor-menu .container-content-perfil .content-perfil .linea.segundo {
  top: 100px;
  left: 123px;
  width: 20px;
  height: 50px;
  animation-delay: 0.1s;
}
.contenedor-menu .container-content-perfil .content-perfil .linea.tercero {
  top: 100px;
  right: 123px;
  width: 20px;
  height: 50px;
  animation-delay: 0.2s;
}
.contenedor-menu .container-content-perfil .content-perfil .linea.cuarto {
  top: 95px;
  right: 65px;
  width: 50px;
  height: 30px;
  animation-delay: 0.5s;
}
.contenedor-menu .perfil-creditos {
  display: flex;
  justify-content: center;
}
.contenedor-menu .perfil-creditos .boton-creditos {
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  background: none;
  border: none;
  font-size: 14px;
  color: #0a3356;
  padding: 5px;
  position: relative;
}
.contenedor-menu .perfil-creditos .boton-creditos i {
  cursor: pointer;
}
.contenedor-menu .perfil-creditos .boton-perfil {
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #0a3356;
  background: transparent;
  color: #0a3356;
  font-size: Roboto, sans-serif;
  width: 32%;
  border-radius: 15px;
  margin-right: 5px;
}
.contenedor-menu .perfil-creditos .boton-perfil:hover {
  background: #45bc94;
  color: white;
  border: 1px solid #45bc94;
}
.contenedor-menu .lista-items {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 0 0 130px 0;
  list-style: none;
}
.contenedor-menu .lista-items .item {
  padding: 5px 0px 5px 20px;
}
.contenedor-menu .lista-items .item.activo {
  background-color: #5a0a9d;
}
.contenedor-menu .lista-items .item.activo a {
  color: white;
}
.contenedor-menu .lista-items .item:hover:after {
  opacity: 1;
}
.contenedor-menu .lista-items .item:hover i {
  color: #0a3356;
}
.contenedor-menu .lista-items .item a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #0a3356;
  font-size: 14px;
  width: 100%;
}
.contenedor-menu .lista-items .item a span {
  vertical-align: middle;
  font-weight: 400;
}
.contenedor-menu .lista-items .item img {
  margin-right: 5px;
}
.contenedor-menu .lista-items .item:after {
  content: "";
  height: 40px;
  transform: translate(0px, -5px);
  position: absolute;
  left: 0;
  width: 10px;
  background: #45bc94;
  opacity: 0;
}
.container-body {
  margin: 0px 0px 0px 330px;
  padding: 150px 0 0 0;
  overflow: hidden;
  position: relative;
}
.container-body .content-title-section {
  overflow-x: hidden;
  top: 90px;
  height: 90px;
  width: 100%;
  z-index: 1;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-body .content-title-section .invitar {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  cursor: pointer;
}
.container-body .content-title-section .invitar span {
  vertical-align: middle;
}
.container-body .container-shadow {
  position: relative;
  top: 0;
  right: 0;
  /* width */
}
.container-body .container-shadow::-webkit-scrollbar {
  width: 0px;
}
.download-app-sticky {
  height: 80px;
  background: #eeeeee;
  padding: 1rem;
  box-shadow: 0px -1px 18px #999999;
  z-index: 9999999999;
}
.download-app-sticky .enlaces-store {
  flex: 1;
}
.download-app-sticky p {
  font-size: 0.9rem;
}
.download-app-sticky div:first-child {
  /*top: 50%;
        transform: translate(0, -50%);*/
  align-items: center;
}
.download-app-sticky button {
  -webkit-appearance: none;
  border: none;
  color: #333333;
  background: transparent;
}
.download-app-sticky button:focus,
.download-app-sticky button:active {
  outline: none;
  box-shadow: none;
}
.background-gradient {
  transform: rotate(-45deg);
  background: -moz-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #45bc94), color-stop(32%, #4a8b96), color-stop(100%, #58109c));
  background: -webkit-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -o-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: -ms-linear-gradient(top, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  background: linear-gradient(to bottom, #45bc94 0%, #4a8b96 32%, #58109c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45bc94', endColorstr='#58109c', GradientType=0);
}
.pasos {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
}
.pasos .pasos-numero {
  position: relative;
  height: 75px;
  width: 55px;
  background-image: url(../images/pasos.svg);
  background-position: left;
}
.pasos .pasos-numero span {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 600;
  color: #5a0a9d;
}
.pasos .pasos-descripcion {
  width: calc(100% - 55px);
  padding: 5px 10px;
}
.pasos .pasos-descripcion p {
  margin: 0;
}
.invita-gana {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.invita-gana .pasos {
  margin: -10px 0px;
}
.invita-gana .pasos .pasos-numero {
  height: 56px;
  width: 75px;
  position: relative;
  background-image: url(../images/pasos-h.svg);
  background-position: left;
  background-repeat: no-repeat;
  margin: 7px 7px 7px 0;
}
.invita-gana .pasos .pasos-numero span {
  top: 28px;
  left: 26px;
}
.invita-gana button {
  width: calc(100% - 75px);
}
/**
 * ----------------------------------------
 * Modal invita y gana
 * ----------------------------------------
 */
.modal-invitar .form-group {
  margin-bottom: 0;
}
.modal-invitar .invitar-links {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin: 15px 0 0;
}
.modal-invitar .invitar-links p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 6px;
}
.modal-invitar .invitar-links a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
}
.modal-invitar .invitar-links a:hover {
  text-decoration: none;
}
.modal-invitar .invitar-links a i {
  align-self: center;
  margin: 0 auto;
  color: white;
  font-size: 28px;
}
.modal-invitar .invitar-links a.selected {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.9) !important;
  transform: scale(1.15);
}
.modal-invitar .invitar-links .sms a {
  background: #00bdd1;
}
.modal-invitar .invitar-links .sms a i {
  margin-top: 1px;
}
.modal-invitar .invitar-links .email a {
  background: #999999;
}
.modal-invitar .invitar-links .whatsapp a {
  background: #00bb2d;
}
.modal-invitar .invitar-links .whatsapp a i {
  font-size: 38px;
}
.modal-invitar .invitar-links .copiar-link a {
  background: #ff846c;
  font-weight: 500;
}
.go-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 11px;
  bottom: 80px;
  z-index: 998;
  padding: 0;
  background: #21aa7f;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.go-top i {
  font-size: 18px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.go-top.show {
  opacity: 1;
}
/*---------------------------------------*/
/*----------------------*/
/*-----------------------*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5a0a9d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* animation slide-in-top
 * ----------------------------------------
*/
.slide-in-top {
  -webkit-animation: slide-in-top 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: slide-in-top 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes slide-in-top {
  from {
    top: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
  }
}
@keyframes slide-in-top {
  from {
    top: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
  }
}
/* animation appear-circle
 * ----------------------------------------
*/
.appear-width {
  -webkit-animation: appear-width 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: appear-width 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes appear-width {
  from {
    height: 0;
    opacity: 0;
  }
}
@keyframes appear-width {
  from {
    height: 0;
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation flip-diagonal-1-bl
 * ----------------------------------------
 */
.flip-diagonal-1-bl {
  -webkit-animation: flip-diagonal-1-bl 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-diagonal-1-bl 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes flip-diagonal-1-bl {
  to {
    -webkit-transform: rotate3d(1, 1, 0, -90deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
@keyframes flip-diagonal-1-bl {
  to {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
  }
}
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 575.98px) {
  .header-minosis {
    background: linear-gradient(80deg, #ffffff 0, #ffffff 60%, #59109c 90%, #45bc94 100%) !important;
  }
  .container-body .container-home-informe .content-charts {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .sombra-header {
    top: 43px;
  }
  .sombra-header.fix-open {
    top: 136px;
  }
  .header-minosis {
    background: linear-gradient(80deg, #ffffff 0%, #ffffff 62%, #59109c 100%, #45BC94 100%) !important;
  }
  .consultas-reclamos div[class*="col"] div {
    min-height: unset;
  }
  .modal {
    transition: all 0.2s ease-in-out;
  }
  .modal.fix-open {
    top: 95px;
  }
  #toast-container {
    margin-right: 0px;
  }
  .toast-bottom-right {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #toast-container.toast-bottom-right > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-minosis {
    padding: 10px 20px 10px 20px;
    height: 65px;
    transition: all 0.2s ease-in-out;
  }
  .header-minosis.fix-open {
    top: 95px;
  }
  .header-minosis .logo-nosis {
    height: 39px;
  }
  .container-minosis {
    padding: 0;
  }
  .contenedor-menu {
    top: 65px;
    height: calc(100vh - 65px);
    transition: all 0.2s ease-in-out;
  }
  .contenedor-menu.fix-open {
    top: 160px;
    height: calc(100vh - 160px);
  }
  .container-body {
    padding: 145px 0 0 0;
    transition: all 0.2s ease-in-out;
  }
  .container-body.fix-open {
    padding: 240px 0 0 0;
  }
  .container-body .content-title-section {
    transition: all 0.2s ease-in-out;
    top: 65px;
  }
  .container-body .content-title-section.fix-open {
    top: 160px;
  }
  .container-body .content-title-section .invitar span {
    display: none;
  }
  .download-app-sticky {
    height: 95px;
    top: -100px;
    transition: all 0.2s ease-in-out;
  }
  .download-app-sticky.fix-open {
    top: 0px;
  }
  .download-app-sticky div:first-child {
    flex: 100%;
  }
  .download-app-sticky .enlaces-store {
    width: 100%;
  }
  .download-app-sticky .enlaces-store img {
    margin: 5px 0;
  }
  .download-app-sticky button {
    position: absolute;
    z-index: 12;
    left: 10px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .download-app-sticky p {
    font-size: 0.9rem;
  }
  .download-app-sticky img[alt*="Descargar"] {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-minosis {
    background: linear-gradient(80deg, #ffffff 0, #ffffff 40%, #59109c 90%, #45bc94 100%);
  }
  .container-body .container-home-informe .desplegable {
    flex-flow: column wrap;
    padding-bottom: 20px !important;
  }
  .container-body .container-home-informe .desplegable h6 {
    width: 100%;
  }
  .container-body .container-home-informe .desplegable .lineas-credito {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  .container-body .container-home-informe .desplegable .detalle-informe {
    width: 100%;
    padding: 10px 20px;
  }
  .go-top {
    display: none !important;
  }
  #toast-container.toast-bottom-right > div {
    position: relative;
    bottom: 85px;
  }
}
@media (max-width: 1199.98px) {
  .sombra-header {
    left: -100%;
    transition-property: left;
    transition-duration: 300ms;
  }
  .sombra-header.show {
    left: -4%;
  }
  .header-minosis {
    background: linear-gradient(80deg, #ffffff 0, #ffffff 40%, #59109c 90%, #45bc94 100%);
  }
  .header-minosis .ico-logo {
    margin-left: 10px;
  }
  .bar-container {
    width: 110px;
    height: 110px;
  }
  .header-minosis:after {
    background-image: none;
  }
  .header-minosis .cerrar-sesion {
    margin-bottom: 0px;
  }
  .container-body {
    margin: 0px 20px 20px;
  }
  .container-body .content-title-section .invitar {
    top: 10px;
  }
  .container-minosis {
    padding: 0;
  }
  .contenedor-menu {
    left: -110%;
  }
  .on-menu {
    left: 0%;
  }
  .modal-back {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 3;
    display: none;
  }
  .black-back {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
  /*.intercom-launcher-frame {
        //bottom: 80px !important;
    }

    .intercom-launcher-badge-frame {
        bottom: 110px !important;
    }

    .intercom-borderless-frame {
        bottom: 115px !important;
    }

    .intercom-messenger-frame {
        bottom: 120px !important;
    }*/
}
@media (max-width: 360px) {
  /*.mask-bubbles{
        width:104% !important;
    }*/
  .container-body .container-home-informe .desplegable .lineas-credito {
    justify-content: center;
  }
  .nota-text {
    font-size: 12px !important;
  }
  .nota-text a {
    font-size: 12px !important;
  }
  .download-app-sticky button {
    left: -5px;
  }
  .modal-invitar .form-row {
    margin-bottom: 70px;
  }
  .modal-invitar .invitar-links .sms,
  .modal-invitar .invitar-links .email,
  .modal-invitar .invitar-links .whatsapp,
  .modal-invitar .invitar-links .invitar-link {
    margin-bottom: 15px;
  }
  .modal-invitar .invitar-links a {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
@media (max-width: 300px) {
  .header-minosis .logo-nosis {
    margin-left: 0rem !important;
  }
  .contenedor-menu {
    width: 280px;
  }
  .download-app-sticky img[alt*="Descargar"] {
    height: 35px;
  }
}
/*@media all and (-ms-high-contrast: active) and (max-width: 1528px), all and (-ms-high-contrast: none) and (max-width: 1528px) {
    .header-minosis {
        .mask-bubbles {
            right: 60px !important;
        }
    }
}*/
@media all and (-ms-high-contrast: active) and (max-width: 1194px), all and (-ms-high-contrast: none) and (max-width: 1194px) {
  .header-minosis .mask-bubbles {
    right: 0px !important;
  }
}
@media all and (-ms-high-contrast: active) and (max-width: 561px), all and (-ms-high-contrast: none) and (max-width: 561px) {
  .mask-bubbles {
    display: none;
  }
  .header-minosis {
    background-image: url('../images/mask-header-sm-md.svg') !important;
    background-color: white !important;
  }
}
@media all and (-ms-high-contrast: active) and (max-width: 440px), all and (-ms-high-contrast: none) and (max-width: 440px) {
  .header-minosis {
    background-image: url('../images/mask-header-sm.svg') !important;
    background-size: 100% 65px !important;
    background-repeat: no-repeat !important;
  }
}
@media all and (-ms-high-contrast: active) and (max-width: 375px), all and (-ms-high-contrast: none) and (max-width: 375px) {
  .header-minosis {
    background-image: url('../images/mask-header-xs.svg') !important;
    background-size: 100% 65px !important;
    background-repeat: no-repeat !important;
  }
}