@charset "UTF-8";
/* Sass Document */
/**Editar para cambiar la apariencia básica del portal**/
/* Scss Document */
/***** Editar para cambiar colores, tamaños, bordes y sombras generales ***********/
/* Using SCSS variables to store breakpoints */
/*font size*/
/*logo header*/
/*banner*/
/* Scss Document */
/*En ext seleccionar las extensiones disponibles eot ttf svg woff woff2  separadas con espacios, si se ponen las woff sin cargar fuentes woff tardar en cargar la web*/
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Nunito-ExtraLight.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Nunito-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Nunito-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Nunito-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Nunito-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Nunito-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Nunito-Black.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 100;
  src: url("fonts/Nunito-ExtraLightItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/Nunito-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/Nunito-Italic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/Nunito-SemiBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Nunito-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/Nunito-ExtraBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/Nunito-BlackItalic.ttf") format("truetype"); }
  * {
	  transition: opacity: 0.25s ease-in;
  }
  .load {
	  opacity: 0.15;
  }
  /**::after {
	opacity: 0;
    background-color: transparent;
    transition: all 0.15s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    z-index: -9999;
  }
.load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.95;
  z-index: 99999; }*/

/*Animaciones*/
/***** animations ****/
/* Animations */
[data-aos="animate-organizacion"] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos="animate-organizacion"].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

@keyframes load {
  from {
    background-position: 0 0; }
  to {
    background-position: 495px 0; } }
/*Configuración Global*/
* {
  font-family: Nunito;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: none;
  color: inherit;
  position: relative; }

.edit {
  font-size: 10px !important;
  z-index: 99999999 !important;
  color: #00509a !important;
  background-color: rgba(255, 255, 255, 0) !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important; }

html {
  overflow-x: hidden;
  overflow-y: auto; }
  html #screen {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-top: 80px;
    max-width: 100vw;
    min-height: 100vh;
    align-content: flex-start;
    /**Vistas de la web**/ }
    @media (max-width: 800px) {
      html #screen {
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 40px; } }
    html #screen header {
      display: flex;
      width: 100%;
      order: 2;
      justify-content: flex-start;
      color: #fff;
      background-color: #00509a;
      padding: 10px;
      position: fixed;
      top: 0;
      left: 60px;
      height: 80px;
      box-sizing: border-box;
      display: flex;
      z-index: 9; }
      @media (max-width: 800px) {
        html #screen header {
          left: 0;
          min-height: 60px;
          max-height: 60px; } }
      html #screen header .logo {
        height: 100%;
        background-color: #ffffff;
        padding: 0 10px;
        width: auto;
        border-radius: 7px;
        border-top-left-radius: 0; }
      html #screen header #header {
        display: flex; }
        html #screen header #header .part {
          background-color: #fff;
          border-radius: 7px;
          border-top-left-radius: 0;
          padding: 5px;
          margin: 0 10px; }
          html #screen header #header .part img {
            width: auto;
            height: 50px;
            display: block; }
            @media (max-width: 800px) {
              html #screen header #header .part img {
                height: 30px; } }
        html #screen header #header .data {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end; }
          html #screen header #header .data .promo {
            margin: 0 10px; }
            html #screen header #header .data .promo h2 {
              font-size: 20px;
              padding-right: 30px;
              line-height: 1; }
          html #screen header #header .data .menu {
            width: 100%;
            display: flex;
            transition: all 0.2s ease-in; }
            @media (max-width: 800px) {
              html #screen header #header .data .menu {
                width: 100vw;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                position: fixed;
                top: 60px;
                z-index: 99;
                background-color: #ffffff;
                flex-wrap: wrap;
                left: 0;
                padding-bottom: 0; }
                html #screen header #header .data .menu.visible {
                  max-height: calc(100% - 100px);
                  padding-bottom: 7px;
                  opacity: 1;
                  overflow: auto; } }
            html #screen header #header .data .menu b {
              background-color: #ffffff;
              border-radius: 5px;
              border-top-left-radius: 0;
              color: #f13836; }
            html #screen header #header .data .menu .menuElement {
              margin: 0 10px;
              cursor: pointer; }
              @media (max-width: 800px) {
                html #screen header #header .data .menu .menuElement {
                  width: 100%;
                  color: #00509a;
                  border: 2px solid #00509a;
                  border-radius: 7px;
                  border-top-left-radius: 0;
                  margin: 7px 7px 0;
                  padding: 0 7px; } }
          html #screen header #header .data #menu {
            display: none;
            transition: all 0.2s ease-in; }
            @media (max-width: 800px) {
              html #screen header #header .data #menu {
                display: block;
                background-color: #ffffff;
                width: 35px;
                height: 5px;
                right: 10px;
                position: fixed;
                top: 27px; }
                html #screen header #header .data #menu:before {
                  content: "";
                  width: 35px;
                  height: 5px;
                  background-color: #ffffff;
                  bottom: -10px;
                  position: absolute;
                  transition: all 0.2s ease-in; }
                html #screen header #header .data #menu:after {
                  content: "";
                  width: 35px;
                  height: 5px;
                  background-color: #ffffff;
                  top: -10px;
                  position: absolute;
                  transition: all 0.2s ease-in; }
                html #screen header #header .data #menu.cerrar {
                  background-color: transparent; }
                  html #screen header #header .data #menu.cerrar:after {
                    top: 0;
                    transform: rotate(45deg); }
                  html #screen header #header .data #menu.cerrar:before {
                    bottom: 0;
                    transform: rotate(-45deg); } }
    html #screen #action {
      order: 1;
      position: fixed;
      top: 0;
      left: 0;
      color: #fff;
      font-size: 14px;
      height: 100%;
      background-color: #f13836;
      min-width: 60px;
      max-width: 60px;
      z-index: 9; }
      @media (max-width: 800px) {
        html #screen #action {
          bottom: 0;
          top: auto;
          right: 0;
          min-width: none;
          max-width: none;
          min-height: 40px;
          max-height: 40px; } }
      html #screen #action span {
        display: inline-flex;
        text-align: left;
        cursor: pointer;
        transition: all 0.6s ease;
        align-items: center; }
        html #screen #action span:hover {
          background-color: #fff;
          color: #00509a;
          padding-right: 15px; }
          html #screen #action span:hover::before {
            display: inline;
            margin-right: 5px; }
          html #screen #action span:hover p {
            max-width: 100%; }
        html #screen #action span p {
          max-width: 0;
          overflow: hidden;
          display: inline-block;
          font-size: 18px;
          font-weight: 400; }
      html #screen #action.delete {
        background-color: #00509a; }
        html #screen #action.delete span:hover {
          background-color: #fff;
          color: #f13836; }
      html #screen #action #keypad {
        width: 100%; }
        @media (max-width: 800px) {
          html #screen #action #keypad {
            width: auto;
            display: inline-block; } }
      html #screen #action #user {
        position: absolute;
        bottom: 0;
        width: 100%; }
        @media (max-width: 800px) {
          html #screen #action #user {
            right: 5px;
            width: auto; } }
    html #screen #ribbon {
      order: 3; }
    html #screen #body {
      order: 4;
      position: relative;
      padding: 10px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      align-items: flex-start; }
      @media (max-width: 800px) {
        html #screen #body {
          padding: 5px; } }
    html #screen .popup {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 999999;
      overflow: auto;
      align-content: center;
	  padding: 40px 20px;}
      html #screen .popup .card {
        top: 50px;
		margin: 50px 0;}
      html #screen .popup .pad {
        position: absolute;
        right: 0;
        top: 0; }
    html #screen #subpopup {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 999999; }
      html #screen #subpopup .pad {
        position: absolute;
        right: 0;
        top: 0; }
    html #screen .fieldset {
      padding: 5px !important;
      display: flex;
      position: relative;
      border: none !important;
      /* Create a custom checkbox */
      /* Create the checkmark/indicator (hidden when not checked) */ }
      html #screen .fieldset .input {
        border: 2px solid #00509a;
        border-radius: 7px;
        border-top-left-radius: 0;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4) inset;
        background-color: #fff;
        margin: 7px;
        padding: 0 7px;
        position: relative;
        font-size: 16px;
        color: #00509a;
        display: inline-block;
        line-height: 35px;
        cursor: text;
        width: 100%; }
        html #screen .fieldset .input:disabled {
          border-color: #dddddd;
          color: #333333;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
          cursor: default; }
      html #screen .fieldset input[type="checkbox"] {
        opacity: 0;
        cursor: pointer;
        height: 39px;
        width: 39px;
        z-index: 1;
        position: relative;
        bottom: -15px; }
      html #screen .fieldset .checkmark {
        position: absolute;
        left: 5px;
        bottom: 5px;
        margin: 7px;
        height: 39px;
        width: 39px;
        background-color: #fff;
        border: 2px solid #00509a;
        border-radius: 7px;
        border-top-left-radius: 0;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4) inset; }
        html #screen .fieldset .checkmark.disabled {
          border-color: #dddddd;
          color: #333333;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
          cursor: default; }
      html #screen .fieldset .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 13px;
        top: 8px;
        width: 7px;
        height: 17px;
        border: #f13836 4px solid;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }
      html #screen .fieldset input:checked ~ .checkmark:after {
        display: block; }
      html #screen .fieldset select.input {
        padding: 5px 7px; }
      html #screen .fieldset label {
        display: inline-block;
        background: #fff;
        padding: 0px 4px;
        color: #00509a;
        font-size: 14px;
        width: max-content;
        position: absolute;
        top: 2px;
        left: 25px;
        z-index: 1;
        border: 1px solid #00509a;
        border-radius: 5px;
        border-top-left-radius: 0;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3); }
    html #screen th .fieldset input[type="checkbox"] {
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    html #screen th .fieldset .checkmark {
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    html #screen .tagset {
      padding: 5px;
      display: block; }
      html #screen .tagset label {
        display: inline-block;
        background: #fff;
        padding: 1px 4px;
        color: #00509a;
        font-size: 16px;
        width: auto;
        position: relative;
        z-index: 1;
        border: 1px solid #00509a;
        border-radius: 5px;
        border-top-left-radius: 0;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
        position: relative;
        bottom: 2px; }
    html #screen .button {
      border: 2px solid #00509a;
      border-radius: 7px;
      border-top-left-radius: 0;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
      background-color: #fff;
      margin: 7px;
      padding-left: 42px;
      position: relative;
      font-size: 16px;
      color: #00509a;
      display: inline-block;
      padding-right: 7px;
      cursor: pointer;
      line-height: 35px; }
      html #screen .button:before {
        background-color: #00509a;
        width: 35px;
        content: "";
        position: absolute;
        left: 0;
        height: 100%; }
      html #screen .button.delete {
        border: 2px solid #f13836;
        color: #f13836; }
        html #screen .button.delete:before {
          background-color: #f13836; }
      html #screen .button i {
        color: #fff;
        position: absolute;
        left: 5px;
        top: 4px;
        font-size: 24px; }
    html #screen .card {
      border: 1px solid #00509a;
      border-radius: 7px;
      border-top-left-radius: 0;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
      background-color: #fff;
      margin: 7px;
      width: auto; }
      html #screen .card.full {
        width: 100%; }
      @media (max-width: 800px) {
        html #screen .card {
          width: 100%; } }
      html #screen .card h3 {
        background-color: #00509a;
        color: #fff;
        border-top-right-radius: 6px;
        padding: 7px;
        font-weight: 600;
        padding-right: 100px; }
        html #screen .card h3 .pad {
          position: absolute;
          right: 0;
          top: 0;
          display: flex; }
      html #screen .card > div {
        padding: 10px;
        overflow-x: auto; }
        html #screen .card > div img {
          width: 200px;
          height: auto;
          display: flex;
          margin: 5px auto; }
          @media (max-width: 800px) {
            html #screen .card > div img {
              width: 100%;
              height: auto;
              padding: 0 20px; } }
        html #screen .card > div label {
          font-weight: 600; }
        html #screen .card > div p {
          margin: 0 5px; }
      html #screen .card .menu-button {
        display: none;
        transition: all 0.2s ease-in;
        width: 30px;
        height: 5px;
        align-self: center;
        margin: 5px;
        background-color: #ffffff; }
        @media (max-width: 800px) {
          html #screen .card .menu-button {
            display: block; }
            html #screen .card .menu-button:before {
              content: "";
              width: 30px;
              height: 5px;
              background-color: #ffffff;
              bottom: -10px;
              position: absolute;
              transition: all 0.2s ease-in; }
            html #screen .card .menu-button:after {
              content: "";
              width: 30px;
              height: 5px;
              background-color: #ffffff;
              top: -10px;
              position: absolute;
              transition: all 0.2s ease-in; } }
        html #screen .card .menu-button.cerrar {
          background-color: transparent; }
          html #screen .card .menu-button.cerrar:after {
            top: 0;
            transform: rotate(45deg); }
          html #screen .card .menu-button.cerrar:before {
            bottom: 0;
            transform: rotate(-45deg); }
      html #screen .card .menu {
        display: block;
        transition: all 0.2s ease-in; }
        html #screen .card .menu .button {
          display: block;
          margin: 5px; }
    html #screen .icon {
      border-radius: 10px;
      border-top-left-radius: 0px;
      border: 2px solid #00509a;
      margin: 5px;
      margin-bottom: 0;
      overflow: hidden;
      box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      box-sizing: border-box; }
      @media (max-width: 800px) {
        html #screen .icon {
          margin: 5px;
          margin-right: 0; } }
      html #screen .icon:hover::before {
        color: #fff;
        background-color: #00509a; }
      html #screen .icon::before {
        background-color: #fff;
        color: #00509a;
        height: 48px;
        width: 48px;
        line-height: 50px;
        text-align: center;
        transition: all 0.6s ease;
        font-size: 30px; }
        @media (max-width: 800px) {
          html #screen .icon::before {
            height: 27px;
            width: 27px;
            line-height: 30px;
            font-size: 20px; } }
    html #screen .action {
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      background-color: #fff;
      color: #00509a;
      border: 2px solid #00509a;
      border-radius: 10px;
      border-top-left-radius: 0;
      font-size: 20px;
      margin: 5px;
      cursor: pointer;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4); }
      html #screen .action.remove {
        background-color: #f13836;
        color: #fff;
        border-color: #fff; }
      html #screen .action.reverse {
        background-color: #00509a;
        color: #fff;
        border-color: #fff; }
        html #screen .action.reverse.remove {
          background-color: #fff;
          color: #f13836;
          border-color: #f13836; }
    html #screen .block {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      html #screen .block.end {
        align-items: center;
        justify-content: flex-end;
        padding: 0 10px; }
      html #screen .block h4 {
        width: 100%;
        border-bottom: 1px solid #00509a;
        margin: 10px 0 5px;
        color: #00509a;
        font-weight: 600;
        font-size: 18px; }
        html #screen .block h4.empty {
          border-color: #f13836;
          color: #f13836; }
    html #screen .resumen div {
      margin-left: 5px;
      border-left: 1px solid #00509a;
      padding-left: 5px;
      padding-top: 5px;
      margin-bottom: 10px; }
      html #screen .resumen div.oculto {
        display: none; }
      html #screen .resumen div.borrado {
        color: #f13836;
        text-decoration: line-through; }
      html #screen .resumen div.nuevo {
        color: #00509a;
        font-weight: 700; }
      html #screen .resumen div::before {
        content: "";
        width: 5px;
        border-top: 1px solid #00509a;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
      html #screen .resumen div b {
        font-weight: 800; }
    html #screen .block {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      html #screen .block .group {
        border: none;
        display: flex;
        flex-wrap: nowrap;
        width: 100%; }
        html #screen .block .group.compact {
          display: none; }
        html #screen .block .group div {
          border: none;
          border-radius: 0;
          border-left: 1px solid #00509a; }
          html #screen .block .group div .part {
            padding: 0; }
      html #screen .block .part {
        border: none !important;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0; }
        html #screen .block .part.negative {
          color: #f13836; }
        html #screen .block .part.positive {
          color: #00509a; }
        html #screen .block .part .data {
          display: none; }
        html #screen .block .part .fieldset {
          margin: 5px;
          padding: 0 0 5px;
          display: inline-block; }
          html #screen .block .part .fieldset label.check {
            position: relative;
            margin: 10px 20px 15px;
            top: -10px;
            left: 0; }
          html #screen .block .part .fieldset input[type="checkbox"] {
            position: absolute !important;
            left: 0 !important;
            top: 0 !important; }
          html #screen .block .part .fieldset .checkmark {
            left: 0 !important;
            bottom: -5px !important; }
      html #screen .block h4 {
        width: 100%;
        border-bottom: 1px solid #00509a;
        margin: 10px 0 5px;
        color: #00509a;
        font-weight: 600;
        font-size: 18px; }
      html #screen .block #subpopup {
        border: none;
        padding: 0;
        margin: 0;
        display: flex; }
        html #screen .block #subpopup div {
          border: none;
          padding: 0;
          margin: 0;
          display: block; }
      html #screen .block div {
        border: 1px solid #00509a;
        padding: 0 5px;
        margin: 5px;
        border-radius: 7px;
        border-top-left-radius: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        html #screen .block div.tagset {
          border: none; }
        html #screen .block div.suboption {
          border: none;
          margin: 0;
          padding: 0;
          display: none; }
          html #screen .block div.suboption.visible {
            display: flex;
            flex-wrap: wrap; }
    html #screen table {
      width: 100%; }
      html #screen table th {
        padding: 0 5px; }
        html #screen table th .fieldset {
          padding: 0; }
      html #screen table td {
        border: 1px solid;
        padding: 0 5px;
        border-radius: 10px;
        border-top-left-radius: 0; }
/*
.load .load::after {
  background-image: none !important; }
*/
img {
  width: auto;
  height: auto; }

/*# sourceMappingURL=style.css.map */
