@charset "UTF-8";

/* Codigo de colores */

:root {
  /*-----------------------------------HEADER---------------------------------------------*/
  --border-header:          #004E91;   /*linea inferior del encabezado de la pagina*/
  --box-name-header:        #004E91;   /*color donde va el nombre*/
  --icon:                   #004E91;   /*color de los iconos NOTA: la mayoria son imagenes por lo que hay que cambiarle el color con la plantilla a cada icono*/
  /*-----------------------------------TITULOS--------------------------------------------*/
  --title-box:              #004E91;   /*color "Bienvenidos al portal de administración" */
  --box-left-title:         #004E91;   /*color de la imagen izquierda como en vinculacion de menores, codigo de validación, configuración, compartir y otros */
  --title-menu:             #004E91;   /*titulo de crear cuenta, worklist y otros*/
  --box-title-home:         #004E91;   /*cambia el color del titulo de la busqueda en home de los pacientes, medicos y empresa*/
  --box-title-home-welcome: #EDEDED;   /*cambia el color de fondo del titulo de bienvenido en home de los pacientes, medicos y empresa*/
  /*-----------------------------------BOTONES--------------------------------------------*/
  --button-insert:          #004E91;   /*botón de los submit de formulario*/
  --button-menu:            #004E91;   /*boton de menu administrativo*/
  --button-menu-proxim:     #004E91;   /*boton de menu proximamente*/
  /*----------------------------------LOGIN-----------------------------------------------*/
  --title-login:            #004E91;   /*color titulo de login*/
  --title-faq:              #004E91;   /*color titulo de preguntas frecuentes*/
  --faq-select:             #004E91;   /*preguntas frecuentes para moviles en inicio login*/
  --faq-answer:             #004E91;   /*recuadro preguntas frecuentes respuesta*/
  /*-----------------------------------FOOTER---------------------------------------------*/
  --footer:                 #DFE9F1;   /*recuadro del pie de pagína*/
  --footer-text:            #808080;   /*texto del pie de pagína*/
  /*-----------------------------------OTROS----------------------------------------------*/
  --box-button-menu:        #004E91;   /*Color de letra en los botones de index y de faq en las preguntas de cada index.*/
  --background-button-menu: #FFFFFF;   /*Color de background de los botones.*/
  --text-title-permissions: #004E91;   /*Color Titulo pagina de permisos*/
  --line-insert:            #004E91;   /*linea inferior de cada insert*/
  --list-autocomplet:       #1E90FF;   /*Desplegable cuando se busca DNI en worklist, roles, cargar estudios*/
  --filter:                 #004E91;   /*filtro para listado de usuarios*/
  --search-home:            #7D7C7C;   /*color de letras de busqueda en home*/
  --search-home-text:       #004E91;   /*color de letras de parametro de busqueda en home*/
  --line-permissions:       #808080;   /*Color linea pagina de permisos*/
  --text-modification:      #808080;   /*Color de datos del paciente en pagina de configuración*/
  --border-list-user:       #808080;   /*borde recuadro para moviles de listado de usuarios*/
  --icon-home-mobile:       #004E91;   /*color iconos de home (ver estudio, compartir,ver informe) en mobile*/
  --text-result-home:       #004E91;   /*color desplegable de home para celulares*/
  --icon-home:              #004E91;   /*flecha despelgable mobile e iconos en modo no mobile */
  --active-and-focus:       #5782F0;   /*cuando se carga en busqueda, o en worklist, crear paciente y se hace click sobre el registro a ingresar cambia de color ese cambio se maneja con este campo*/
  --between-line:           #DFE9F1;   /*entre lineas de resultados de home, tanto de pacientes, como medicos, como empresa.*/
  --letra-comp:             #004E91;   /*letra del menu de compartir*/
  --whait-js:               #004E91;   /*color de texto en pop-up registros*/   
  /*-------------------------------------------------------------------------------------*/
}

/*
* Container con más tamaño según la pantalla
*/
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1550px;
  }
}

/**************
* Barra superior
***************/
.ns-navbar {
  border-bottom: 2px solid var(--border-header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-navbar .ns-navbar__wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ns-navbar .ns-navbar__logo-wrapper {
  width: 100%;
  min-height: 100px;
  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;
}

@media (min-width: 768px) {
  .ns-navbar .ns-navbar__logo-wrapper {
    width: auto;
  }
}

.ns-navbar .ns-navbar__logo-wrapper--no-login {
  width: 100%;
}

.ns-navbar .ns-navbar__logo {
  max-width: 256px;
}

.ns-navbar .ns-navbar__actions {
  width: 100%;
  margin: 1em 0;
  display: none;
}

@media (min-width: 768px) {
  .ns-navbar .ns-navbar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    margin: 0;
  }
}

.ns-navbar .ns-navbar__actions--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-navbar .ns-navbar__actions--open .ns-navbar__link--logout {
  margin-left: auto;
}

.ns-navbar .ns-navbar__user-name {
  min-width: 150px;
  min-height: 42px;
  color: white;
  background-color: var(--box-name-header);
  border-radius: 50px;
  padding: .5rem;
  margin: 0;
  text-align: center;
  cursor: default;
}

.ns-navbar .ns-navbar__link {
  margin-left: 1rem;
}

.ns-navbar .ns-navbar__link:hover {
  text-decoration: none;
}

.ns-navbar .ns-navbar__icon {
  display: block;
  padding: .5em;
  color: var(--icon);
  font-size: 1.3rem;
}

.ns-navbar .ns-navbar__link--hamburger .ns-navbar__icon--close {
  display: none;
}

@media (min-width: 768px) {
  .ns-navbar .ns-navbar__link--hamburger {
    display: none;
  }
}

.ns-navbar .ns-navbar__link--hamburger--open .ns-navbar__icon--open {
  display: none;
}

.ns-navbar .ns-navbar__link--hamburger--open .ns-navbar__icon--close {
  display: block;
}

.ns-footer {
  background-color: var(--footer);
  color: var(--footer-text);
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ns-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Doble logo */
/*
@media (min-width: 720px) {
  .ns-footer {
    background-image: url("../img/footer-logo.png"), url("../img/footer-logo2.png");
    background-position: right center,left center;
    background-repeat: no-repeat;
    background-size: 10%;
  }
}
    background-size: 10%;
*/

/* simple logo */
/**/
@media (min-width: 720px) {
  .ns-footer {
    background-image: url("../img/footer-logo.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10%;
  }
}
/**/

.ns-footer .ns-footer__text {
  width: 100%;
}

.ns-footer .ns-footer__logo {
  height: auto;
  max-width: 100%;
  margin: 0px auto;
}

@media (min-width: 720px) {
  .ns-footer .ns-footer__logo {
    display: none;
  }
}

.ns-filter-box {
  width: 100%;
  border: 1px solid var(--box-title-home-welcome);
  padding: .8rem;
  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: 1rem;
}

.ns-filter-box .ns-filter-box__text {
  margin: 0;
}

.ns-title-box {
  font-size: 1.56rem;
  max-width: 80%;
  background-color: var(--box-title-home-welcome);
  color: var(--title-box);
  padding: 20px 50px;
  border-radius: 50px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}


.ns-title-box span {
  display: none;
}

@media (min-width: 768px) {
  .ns-title-box span {
    display: inline-block;
  }
}

.ns-input-range {
  border: none;
  color: var(--search-home-text);
  outline: none;
}

.ns-input-range__label {
  color: var(--search-home);
}

.ns-box {
  -webkit-box-shadow: 1px 1px 4px 1px #33333320;
          box-shadow: 1px 1px 4px 1px #33333320;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .ns-box {
    max-width: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 400px;
  }
}

.ns-box .ns-box__title {
  background-color: var(--box-left-title);
  padding: 1rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .ns-box .ns-box__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 2rem;
    max-width: 30%;
  }
}

.ns-box .ns-box__text {
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: .2rem;
  word-break: break-word;
  width: 100%;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .ns-box .ns-box__text {
    margin-left: 0;
    font-weight: 500;
    margin-top: .5rem;
    font-size: 1.5rem;
    max-width: 200px;
  }
}

.ns-box .ns-box__detail {
  color: white;
  font-size: .8rem;
  position: absolute;
  bottom: 0;
  display: none;
}

@media (min-width: 768px) {
  .ns-box .ns-box__detail {
    display: block;
  }
}

.ns-box .ns-box__detail .ns-box__detail-icon {
  font-weight: bold;
  font-size: 1.2rem;
}

.ns-box .ns-box__uicon {
  color: #ffffff;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .ns-box .ns-box__uicon {
    font-size: 8rem;
  }
}

.ns-box .ns-box__content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-box .ns-box__content--edit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ns-box .ns-box__form {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.ns-box .ns-box__input-item {
  width: 100%;
  padding: 0.5em;
}

@media (min-width: 768px) {
  .ns-box .ns-button {
    min-width: 100px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.ns-box .ns-box__form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ns-box .ns-box__form-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.ns-box .ns-box__form-group label {
  margin: 1rem;
}

.ns-box .ns-box__form-group .ns-input {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-box .ns-box__form-group .ns-input {
    width: 45%;
  }
}

.ns-box .ns-box__radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--line-permissions);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ns-box .ns-box__radio-box .ns-box__radio-box-title {
  color: var(--text-title-permissions);
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .ns-box .ns-box__radio-box {
    width: 100%;
  }
  .ns-box .ns-box__radio-box .ns-box__radio-box-title {
    width: 60%;
    margin: 0;
  }
}

.ns-box .ns-box__radio-box .ns-box__form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ns-box .ns-box__radio-box .ns-box__form-group label {
  margin-left: 0;
}

.ns-box .ns-box__content-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ns-box .ns-box__content-data .ns-button {
  margin-bottom: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .ns-box .ns-box__content-data .ns-button {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.ns-box .ns-box__list-data {
  max-width: 70%;
}

.ns-box .ns-box__list-data ul {
  margin: 1rem;
  padding: 0rem;
}

@media (min-width: 768px) {
  .ns-box .ns-box__list-data ul {
    padding: 2rem 3rem;
    margin: 1rem 0;
  }
}

.ns-box .ns-box__list-data ul li {
  list-style-type: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.ns-box .ns-box__list-data ul li span {
  color: var(--text-modification);
  font-weight: lighter;
}

.ns-button {
  background-color: var(--button-insert);
  font-weight: bold;
  color: white;
  border: 1px solid var(--button-insert);
  border-radius: 5px;
  padding: .4rem 1rem;
  text-align: center;
}

.ns-button::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.ns-button:-ms-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.ns-button::-ms-input-placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.ns-button::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

.ns-button.ns-button--outline {
  background-color: white;
  color: var(--button-insert);
}

.ns-table {
  width: 100%;
  /*
    * Tamaños de las columnas
    */
}

.ns-table .ns-table__header {
  background-color: var(--box-title-home);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-table .ns-table__header-title {
  color: white;
  font-weight: bold;
  margin: 0;
}

.ns-table .ns-table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--text-result-home);
}

@media (min-width: 768px) {
  .ns-table .ns-table__content {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}

.ns-table .ns-table__content:nth-child(even) {
  background-color: var(--between-line);
}

.ns-table .ns-table__text {
  margin: 0;
  padding: 1rem 0;
}

.ns-table .ns-table__text a {
  color: var(--icon-home);
  font-size: 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.ns-table .ns-table__text a:hover {
  color: #154fe6;
}

.ns-table .ns-table__text,
.ns-table .ns-table__header-title {
  text-align: center;
}

.ns-table .ns-table__link i {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ns-table .ns-table__link--flip i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.ns-table .ns-table__mobile-actions {
  width: 100%;
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media (min-width: 768px) {
  .ns-table .ns-table__mobile-actions {
    display: none;
  }
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5782F0;
  color: white;
  text-align: center;
  font-size: .8rem 1rem;
  width: 100%;
  padding: .5rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-texts p {
  margin: 0;
  padding: 0 .5rem;
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-icons .ns-table__mobile-icon {
  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;
  width: 33%;
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-icons .ns-table__mobile-icon i {
  background-color: var(--icon-home-mobile);
  color: white;
  border-radius: 50%;
  padding: .6rem;
}

.ns-table .ns-table__mobile-actions .ns-table__mobile-icons .ns-table__mobile-icon span {
  font-size: .8rem;
}

.ns-table .ns-table__mobile-actions--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
}

@media (min-width: 768px) {
  .ns-table .ns-table__mobile-actions--show {
    display: none;
  }
}

.ns-table .ns-table__text:nth-of-type(1),
.ns-table .ns-table__header-title:nth-of-type(1) {
  width: 40%;
}

@media (min-width: 768px) {
  .ns-table .ns-table__text:nth-of-type(1),
  .ns-table .ns-table__header-title:nth-of-type(1) {
    width: 10%;
  }
}

.ns-table .ns-table__text:nth-of-type(2),
.ns-table .ns-table__header-title:nth-of-type(2) {
  width: 40%;
}

@media (min-width: 768px) {
  .ns-table .ns-table__text:nth-of-type(2),
  .ns-table .ns-table__header-title:nth-of-type(2) {
    width: 20%;
  }
}

.ns-table .ns-table__text:nth-of-type(3),
.ns-table .ns-table__header-title:nth-of-type(3),
.ns-table .ns-table__text:nth-of-type(4),
.ns-table .ns-table__header-title:nth-of-type(4) {
  width: 20%;
  display: none;
}

@media (min-width: 768px) {
  .ns-table .ns-table__text:nth-of-type(3),
  .ns-table .ns-table__header-title:nth-of-type(3),
  .ns-table .ns-table__text:nth-of-type(4),
  .ns-table .ns-table__header-title:nth-of-type(4) {
    display: block;
  }
}

.ns-table .ns-table__text:nth-of-type(5),
.ns-table .ns-table__text:nth-of-type(6),
.ns-table .ns-table__text:nth-of-type(7),
.ns-table .ns-table__header-title:nth-of-type(5),
.ns-table .ns-table__header-title:nth-of-type(6),
.ns-table .ns-table__header-title:nth-of-type(7) {
  width: 10%;
  display: none;
}

@media (min-width: 768px) {
  .ns-table .ns-table__text:nth-of-type(5),
  .ns-table .ns-table__text:nth-of-type(6),
  .ns-table .ns-table__text:nth-of-type(7),
  .ns-table .ns-table__header-title:nth-of-type(5),
  .ns-table .ns-table__header-title:nth-of-type(6),
  .ns-table .ns-table__header-title:nth-of-type(7) {
    display: block;
  }
}

.ns-table .ns-table__text:nth-of-type(8),
.ns-table .ns-table__header-title:nth-of-type(8) {
  width: 10%;
  text-align: right;
}

@media (min-width: 768px) {
  .ns-table .ns-table__text:nth-of-type(8),
  .ns-table .ns-table__header-title:nth-of-type(8) {
    display: none;
  }
}

.ns-input {
  margin: 0.5rem;
  padding: .5rem;
  border: none;
  border-bottom: 2px solid var(--line-insert);
}

@media (min-width: 768px) {
  .ns-input {
    font-size: 1.3rem;
  }
}

.ns-input:active, .ns-input:focus {
  outline: none;
  border-bottom: 2px solid var(--active-and-focus);
}

.ns-label {
  margin: 0 0.5rem;
  padding: 0 .5rem;
}

.ns-search-box {
  margin-bottom: 2em;
  position: relative;
}

.ns-search-box .ns-search-box__dropdown {
  display: none;
  position: absolute;
  width: 61%;
  left: 9%;
  list-style-type: none;
}

.ns-search-box .ns-search-box__dropdown .ns-search-box__item {
  padding: .5em;
  background: white;
  border: 1px solid grey;
  cursor: pointer;
}

.ns-search-box .ns-search-box__dropdown .ns-search-box__item:hover {
  background: #fafafa;
  font-weight: bold;
}

.ns-search-box .ns-search-box__dropdown--visible {
  display: block;
}

.ns-card {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
}

.ns-card .ns-card__title {
  background-color: var(--title-menu);
  color: white;
  text-align: center;
  padding: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ns-card .ns-card__title .ns-card__text {
  margin: 0;
}

.ns-card .ns-card__content {
  padding: 1em .5em;
}

@media (min-width: 768px) {
  .ns-card .ns-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2em 3em;
  }
}

.ns-card .ns-card__content .ns-card__input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ns-card .ns-card__content .ns-card__input-wrapper--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .ns-card .ns-card__content .ns-card__input-wrapper--checkbox {
    min-height: 95px;
  }
}

.ns-card .ns-card__content .ns-card__input-wrapper--checkbox .ns-input {
  width: 98%;
}

@media (min-width: 768px) {
  .ns-card .ns-card__content .ns-card__column {
    width: 50%;
    padding: 0 .5em;
  }
}

.ns-card .ns-card__content .ns-card__input-wrapper--info {
  display: none;
}

@media (min-width: 768px) {
  .ns-card .ns-card__content .ns-card__input-wrapper--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    min-height: 95px;
  }
}

.ns-card .ns-card__content .ns-card__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
}

.ns-card .ns-card__content .ns-card__actions .ns-button {
  margin-left: 1em;
}

.ns-html-table {
  width: 100%;
}

.ns-html-table .ns-html-table__heading {
  background-color: var(--title-box);
  color: white;
  text-align: center;
}

.ns-html-table .ns-html-table__heading th {
  padding: 1.5em 0;
  line-height: 1;
}

.ns-html-table .ns-html-table__content {
  text-align: center;
}

@media (min-width: 1024px) {
  .ns-html-table .ns-html-table__content:nth-of-type(even) {
    background-color: #F2F6F9;
  }
}

.ns-html-table .ns-html-table__content td {
  padding: 1.5em 0;
}

.ns-circle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .ns-circle {
    margin: 0px auto;
  }
}

.ns-circle--on {
  background-color: #2ED90B;
}

.ns-circle--off {
  background-color: #D90B0B;
}

@media (max-width: 1024px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    display: none;
  }
  tr {
    margin: 0 0 1rem 0;
    border-radius: 15px;
  }
  tr td:nth-of-type(1) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  tr td:nth-of-type(12) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  tr:nth-child(odd) {
    background: #ccc;
  }
  td {
    border: none;
    border: 1px solid var(--border-list-user);
    position: relative;
    text-align: right;
    padding: 1em 3em !important;
  }
  td:before {
    float: left;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  td:nth-of-type(1):before {
    content: "Nombre";
  }
  td:nth-of-type(2):before {
    content: "Apellido";
  }
  td:nth-of-type(3):before {
    content: "Nacimiento";
  }
  td:nth-of-type(4):before {
    content: "Email";
  }
  td:nth-of-type(5):before {
    content: "Teléfono";
  }
  td:nth-of-type(6):before {
    content: "DNI";
  }
  td:nth-of-type(7):before {
    content: "Dirección";
  }
  td:nth-of-type(8):before {
    content: "Inscripción";
  }
  td:nth-of-type(9):before {
    content: "Último Login";
  }
  td:nth-of-type(10):before {
    content: "Ingresos";
  }
  td:nth-of-type(11):before {
    content: "Estudios";
  }
  td:nth-of-type(12):before {
    content: "Mail validado";
  }
}

.ns-content--main-menu {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ns-content--main-menu {
    min-height: 75vh;
  }
}

.ns-main-menu {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ns-main-menu_mascotas {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  --border-radius: 12px;
  border: 3px solid var(--border-index-cube);
border-radius: var(--border-radius);
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@media (min-width: 768px) {
  .ns-main-menu_mascotas {
    margin: 3em 0;
  }
}

.ns-main-menu_mascotas__perrito{
  display:block;
  margin:auto;
  height: 30%;
  width: 30%;
}

@media (max-width: 500px) {
  .ns-main-menu_mascotas .ns-main-menu_mascotas__perrito {
    width: 60%;
    padding-top: 90px; 
  }
}

.ns-main-menu_mascotas .ns-main-menu_mascotas__item {
  list-style-type: none;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .ns-main-menu_mascotas .ns-main-menu_mascotas__item {
    width: 50%;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .ns-main-menu {
    margin: 3em 0;
  }
}

.ns-main-menu .ns-main-menu__item {
  list-style-type: none;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .ns-main-menu .ns-main-menu__item {
    width: 50%;
    margin-top: 2rem;
  }
}

.ns-main-menu .ns-main-menu__button {
  color: var(--box-button-menu);
  width: 100%;
  font-size: 1.2rem;
  height: 100px;
  --border-radius: 12px;
  border: 1px solid #9E9E9E;
  border-radius: var(--border-radius);
  background-color: var(--background-button-menu);
  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-decoration: none;
  position: relative;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-main-menu_mascotas .ns-main-menu_mascotas__button {
  color: var(--box-button-menu);
  width: 100%;
  font-size: 1.2rem;
  height: 100px;
  --border-radius: 12px;
  border: 1px solid #9E9E9E;
  border-radius: var(--border-radius);
  background-color: var(--background-button-menu);
  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-decoration: none;
  position: relative;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-main-menu .ns-main-menu__buttonproxim {
  color: var(--box-button-menu);
  width: 100%;
  font-size: 1.2rem;
  height: 100px;
  --border-radius: 12px;
  border: 1px solid #9E9E9E;
  border-radius: var(--border-radius);
  background-color: var(--background-button-menu);
  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-decoration: none;
  position: relative;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-main-menu .ns-main-menu__button:after {
  content: '';
  width: 20px;
  height: 100%;
  background-color: var(--button-menu);
  position: absolute;
  right: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.ns-main-menu_mascotas .ns-main-menu_mascotas__button:after {
  content: '';
  width: 20px;
  height: 100%;
  background-color: var(--button-menu);
  position: absolute;
  right: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.ns-main-menu .ns-main-menu__buttonproxim:after {
  content: '';
  width: 20px;
  height: 100%;
  background-color: var(--button-menu-proxim);
  position: absolute;
  right: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

@media (min-width: 768px) {
  .ns-main-menu .ns-main-menu__button {
    font-size: 1.5rem;
    height: 100px;
  }
}

@media (min-width: 768px) {
  .ns-main-menu_mascotas .ns-main-menu_mascotas__button {
    font-size: 1.5rem;
    height: 100px;
  }
}

@media (min-width: 768px) {
  .ns-main-menu .ns-main-menu__buttonproxim {
    font-size: 1.5rem;
    height: 100px;
  }
}

.ns-main-menu .ns-main-menu__button:hover {
  background-color: var(--button-menu);
  color: white;
}

.ns-main-menu_mascotas .ns-main-menu_mascotas__button:hover {
  background-color: var(--button-menu);
  color: white;
}

.ns-main-menu .ns-main-menu__buttonproxim:hover {
  background-color: var(--button-menu-proxim);
  background-image: url("../img/proximamente2.jpg");
  color: white;
}


.ns-content--table-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
  min-height: 75vh;
}

.ns-content--table-view .ns-table {
  margin-bottom: 3rem;
}

.ns-content--table-view .ns-input-date {
  display: none;
}

.ns-content--table-view .ns-filter-box__desktop-filters {
  display: none;
}

@media (min-width: 992px) {
  .ns-content--table-view .ns-filter-box__desktop-filters {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ns-content--table-view .ns-filter-box__mobile-filters {
  width: 100%;
  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-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-content--table-view .ns-filter-box__mobile-filters input {
  margin: .5rem 0;
}

@media (min-width: 992px) {
  .ns-content--table-view .ns-filter-box__mobile-filters {
    display: none;
  }
}

.ns-content--recover {
  min-height: 55vh;
  padding: 1rem;
  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;
}

@media (min-width: 768px) {
  .ns-content--recover {
    min-height: 75vh;
  }
}

.ns-content--recover .ns-box {
  margin: 1rem 0;
}

.ns-content--recover .ns-box__form {
  width: 100%;
}

.ns-content--recover .ns-button {
  margin-top: 2rem;
}

.ns-content--validate {
  min-height: 55vh;
  padding: 1rem;
  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;
}

@media (min-width: 768px) {
  .ns-content--validate {
    min-height: 75vh;
  }
}

.ns-content--validate .ns-box {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .ns-content--validate .ns-box {
    max-width: 900px;
  }
}

@media (min-width: 768px) {
  .ns-content--validate .ns-box .ns-box__title {
    max-width: 60%;
  }
}

.ns-content--validate .ns-box__form {
  width: 100%;
}

.ns-content--validate .ns-button {
  margin-top: 2rem;
}

.ns-content--login {
  min-height: 55vh;
  padding: 1em 2em;
}

@media (min-width: 768px) {
  .ns-content--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    min-height: 75vh;
  }
}

.ns-content--login .ns-banner {
  width: 100%;
  padding: .5em;
  margin-top: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.ns-content--login .ns-banner .ns-banner__image {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .ns-content--login .ns-banner {
    display: none;
  }
}

@media (min-width: 768px) {
  .ns-content--login .ns-login-box {
    width: 40%;
    background-color: #F5F5F5;
    padding: 1em 2em;
  }
}

@media (min-width: 1366px) {
  .ns-content--login .ns-login-box {
    width: 20%;
  }
}

.ns-content--login .ns-login-box .ns-login-box__title {
  color: var(--title-login);
  margin: 1em 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .ns-content--login .ns-login-box .ns-login-box__title {
    text-align: left;
  }
}

.ns-content--login .ns-login-box .ns-login-box__input {
  border: 1px solid #C4C4C4;
  padding: .5em;
  width: 100%;
  margin-bottom: .5em;
}

.ns-content--login .ns-login-box .ns-login-box__actions {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-content--login .ns-login-box .ns-login-box__actions .ns-button {
  margin: 0 .5em;
}

.ns-content--login .ns-login-box .ns-login-box__recover-pass {
  text-align: center;
  margin-top: 1em;
  color: #9E9E9E;
}

.ns-content--login .ns-login-box .ns-login-box__recover-pass a {
  color: #5782F0;
}

.ns-content--login .ns-faq {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

@media (min-width: 768px) {
  .ns-content--login .ns-faq {
    display: none;
  }
}

.ns-content--login .ns-faq .ns-faq__title {
  color: var(--title-faq);
  margin: .2em 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.ns-content--login .ns-faq .ns-faq__select {
  border: 1px solid #C4C4C4;
  padding: .5em;
  width: 100%;
  margin-bottom: .5em;
  color: var(--faq-select);
}

.ns-content--login .ns-faq .ns-faq__answer {
  border: 2px solid var(--faq-answer);
  border-radius: 5px;
  padding: 1em;
  margin: .5em;
  margin-bottom: 2em;
}

.ns-content--login .ns-faq .ns-faq__answer .ns-faq__answer-text {
  color: var(--faq-answer);
  margin: 0;
}

.ns-content--login .ns-faq .ns-faq__answer--hidden {
  display: none;
}

.ns-content--login .ns-desktop-faq {
  display: none;
}

@media (min-width: 768px) {
  .ns-content--login .ns-desktop-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
    width: 80%;
    padding: 1em 4em;
  }
}

@media (min-width: 1366px) {
  .ns-content--login .ns-desktop-faq {
    padding: 1em 5em;
  }
}

.ns-content--login .ns-desktop-faq .ns-desktop-banner {
  width: 80%;                                                   /*Para editar el tamaño del banner del login*/
  padding: .5em;
  margin-top: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.ns-content--login .ns-desktop-faq .ns-desktop-banner .ns-banner__image {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.ns-content--login .ns-desktop-faq .ns-main-menu .ns-main-menu__item {
  width: 100%;
}

@media (min-width: 1180px) {
  .ns-content--login .ns-desktop-faq .ns-main-menu .ns-main-menu__item {
    width: 50%;
  }
}

.ns-content--login .ns-desktop-faq .ns-main-menu__item {
  position: relative;
}

.ns-content--login .ns-desktop-faq .ns-main-menu__item:hover .ns-main-menu__hover-box {
  display: block;
}

.ns-content--login .ns-desktop-faq .ns-main-menu__hover-box {
  display: none;
  color: var(--faq-answer);
  background-color: white;
  border-radius: 5px;
  position: absolute;
  bottom: -30%;
  left: 10%;
  width: 80%;
  border: 2px solid var(--faq-answer);
  cursor: pointer;
  padding: 1em;
}

.ns-content--login .ns-desktop-faq .ns-main-menu__hover-box .ns-main-menu__hover-text {
  padding: 0;
  margin: 0;
}

.ns-content--card-view {
  min-height: 55vh;
  padding: 1em 2em;
}

@media (min-width: 768px) {
  .ns-content--card-view {
    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;
    padding: 3em;
    min-height: 75vh;
  }
}

.ns-content--card-view .ns-search-box__dropdown {
  left: 5%;
}

@media (min-width: 768px) {
  .ns-content--card-view .ns-search-box__dropdown {
    left: 25%;
  }
}
/*# sourceMappingURL=main.css.map */


/*# Botones Agregados */
.a-headerOptions_icons{
  height: 30px;
  width: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.a-headerOptions_icons:hover{
  transform: scale(1.1, 1.1);
  transition: .1s ease-in-out;
}

/*# Complemento para listado de usuarios/medicos/empresas y exportar listado en archivo. */

.m-mainFiltros{
  padding: 0 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-mainFiltros_box{
  display: flex;
  width: 100%;
  height: 62px;
  margin-top: 50px;
  border: 3px solid var(--filter);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.m-mainFiltrosListado{
  padding: 0 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-mainFiltros_boxListado{
  display: flex;
  width: 200px;
  height: 10px;
  border: 0px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.a-faqLink{
  width: 40%;
  text-align: center;
  height: 60px;
  padding: 20px 7px;
  border: 0px solid #919191;
  border-right: 20px solid var(--filter);
  border-radius: 3px;
  text-decoration: none;
  color: var(--filter);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

.a-faqLink:hover{
  background-color: var(--filter);
  color: white;
  transition: all .1s ease-in-out;
  transform: scale(1.0, 1.0)    
}

.a-faqLink:nth-child(odd){
  margin-right: 0px;
}

.a-faqLinkactivo{
  width: 40%;
  text-align: center;
  height: 60px;
  padding: 20px 7px;
  border: 0px solid #919191;
  border-right: 20px solid var(--filter);
  border-radius: 3px;
  background-color: var(--filter);
  text-decoration: none;
  color: white;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

.a-faqLinkExportar{
  width: 100%;
  text-align: center;
  height: 40px;
  border: 0px solid #919191;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 0px;
  margin-top: 10px;
  color: var(--filter);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
}

.a-faqLinkExportar:hover{
  background-color: var(--filter);
  color: white;
  transition: all .1s ease-in-out;
  transform: scale(1.0, 1.0)    
}

.a-faqLinkExportar:nth-child(odd){
  margin-right: 0px;
}

/* Desplegable automatico */

/* Listado desplegable*/

strong{
	color:black;
}

.lista-autocompletar-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	z-index: 99;
	top: 100%;
  margin-left: 33%;
	width: 45%;	
}

.lista-autocompletar-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar-items div:hover{
	background-color: var(--list-autocomplet);
}

.autocompletar-active{
	background-color: var(--list-autocomplet) !important;
	color: #a1caff;
}

.autocompletar-active strong{
	color: #fff;
}

.lista-autocompletar2-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
  border-bottom: none;
  margin-left: 4%;
	width: 10%;	
}

.lista-autocompletar2-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar2-items div:hover{
	background-color: var(--list-autocomplet);
}

.autocompletar2-active{
	background-color: var(--list-autocomplet) !important;
	color: #a1caff;
}

.autocompletar2-active strong{
	color: #fff;
}

.lista-autocompletar3-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
  border-bottom: none;
  margin-left: 22%;
	width: 10%;	
}

.lista-autocompletar3-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar3-items div:hover{
	background-color: var(--list-autocomplet);
}

.autocompletar3-active{
	background-color: var(--list-autocomplet) !important;
	color: #a1caff;
}

.autocompletar3-active strong{
	color: #fff;
}

.ns-input2 {
  margin: 0.5rem;
  padding: .5rem;
  font-size: 13px;
  border: none;
  border-bottom: 2px solid var(--line-insert);
}

.imagen_emergente{
  width: 80%;
  min-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid var(--box-button-menu);
  border-radius: 10px;
}

.imagen_mantenimiento{
  width: 200px;
  min-height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.letra-comp{
  font-size: 30px;
  text-align: center;
  color: var(--letra-comp);
}

.submenu{
  width: 95%;
  height:95%
}

.iconos-listado{
  width: 30px;
  height: 30px;
}

.iconos-listado:hover{
  transform: scale(1.1, 1.1);
  transition: .1s ease-in-out;
}

.iconos-listado2{
  width: 22px;
  height: 22px;
}

.iconos-listado2:hover{
  transform: scale(1.1, 1.1);
  transition: .1s ease-in-out;
}

.cargando{
  color: var(--whait-js);
  font-weight: bold;
  font-size: 30px;
}

.ns-box2 {
  -webkit-box-shadow: 1px 1px 4px 1px #33333320;
          box-shadow: 1px 1px 4px 1px #33333320;
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .ns-box2 {
    max-width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 400px;
  }
}

.ns-box2 .ns-box2__title {
  background-color: var(--box-left-title);
  padding: 1rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .ns-box2 .ns-box2__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 2rem;
    max-width: 30%;
  }
}

.ns-box2 .ns-box2__text {
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: .2rem;
  word-break: break-word;
  width: 100%;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .ns-box2 .ns-box2__text {
    margin-left: 0;
    font-weight: 500;
    margin-top: .5rem;
    font-size: 1.5rem;
    max-width: 200px;
  }
}

.ns-box2 .ns-box2__detail {
  color: white;
  font-size: .8rem;
  position: absolute;
  bottom: 0;
  display: none;
}

@media (min-width: 768px) {
  .ns-box2 .ns-box2__detail {
    display: block;
  }
}

.ns-box2 .ns-box2__detail .ns-box2__detail-icon {
  font-weight: bold;
  font-size: 1.2rem;
}

.ns-box2 .ns-box2__uicon {
  color: #ffffff;
  font-size: 7.5rem;
}

.ns-box2 .ns-box2__list-data {
  width: 100%;
}

.ns-card2 {
  width: 100%;
}

.ns-card2 .ns-card__content {
  padding: 1em .5em;
}

@media (min-width: 768px) {
  .ns-card2 .ns-card2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2em 3em;
  }
}

.ns-card2 .ns-card2__content .ns-card2__input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .ns-card2 .ns-card2__content .ns-card2__column {
    width: 50%;
    padding: 0 .5em;
  }
}

.ns-inputD {
  margin: 0.5rem;
  padding: .5rem;
  border: none;
  border-bottom: 2px solid var(--line-insert);
}

@media (min-width: 768px) {
  .ns-inputD {
    font-size: 1rem;
  }
}

.move-filter{
  margin-top: 10px;
  text-align: center;
}

.border-table{
  width:100%; 
  height: 320px;
  border: solid 2px; 
  overflow: auto;
  border-color: var(--box-left-title);
}

.paginado{
  width: 100%;
  border: 1px solid var(--box-title-home-welcome);
  font-size: 15px;
  color: var(--letra-comp);
  padding: .8rem;
  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;

}

.centro-pagina{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}


.ns-main-menu_permisos {
  width: 100%;
  margin: 0.2rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ns-main-menu {
    margin: 3em 0;
  }
}

.ns-main-menu_permisos .ns-main-menu__item_permisos {
  list-style-type: none;
  
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .ns-main-menu_permisos .ns-main-menu__item_permisos {
    width: 20%;
    margin-top: 0.1rem;
  }
}


.ns-main-menu_permisos .ns-main-menu__button_permisos {
  color: var(--box-button-menu);
  width: 100%;
  font-size: 0.8rem;
  height: 50px;
  --border-radius: 12px;
  border: 1px solid #9E9E9E;
  border-radius: var(--border-radius);
  background-color: var(--background-button-menu);
  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-decoration: none;
  position: relative;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-main-menu_permisos .ns-main-menu__button_permisos:hover {
  background-color: var(--button-menu);
  color: white;
}

.ns-main-menu_permisos .ns-main-menu__button_permisos2 {
  background-color: var(--box-button-menu);
  color: white;
  width: 100%;
  font-size: 0.8rem;
  height: 50px;
  --border-radius: 12px;
  border: 1px solid #9E9E9E;
  border-radius: var(--border-radius);
  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-decoration: none;
  position: relative;
  padding: 0 2em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-main-menu_permisos .ns-main-menu__button_permisos2:hover {
  background-color: white;
  color: var(--button-menu);
}

.perrito{
  width: 100%;
  height: 40%; 
}

.logowhatsapp{
  width:30px;
  height: 30px;
}

.logomail{
  width:30px;
  height: 30px;
}