@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 ***********/
/*$prim-color: #00509a;
$sec-color: #f13836;*/
/* 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");
}
.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;
  font-size: 16px;
  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: #f13836 !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: #f13836;
  padding: 5px;
  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;
  }
}
@media print {
  html #screen header {
    position: relative !important;
  }
}
html #screen header .logo {
  height: 100%;
  background-color: #ffffff;
  padding: 0 7px;
  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: 5px;
  border-top-left-radius: 0;
  padding: 5px;
  margin: 0 7px;
}
html #screen header #header .part img {
  width: auto;
  height: 56px;
  display: block;
}
@media (max-width: 800px) {
  html #screen header #header .part img {
    height: 36px;
  }
}
html #screen header #header .data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
html #screen header #header .data .promo {
  margin: 0 7px;
}
html #screen header #header .data .promo h2 {
  font-size: 20px;
  padding-right: 30px;
  line-height: 1;
}
html #screen header #header .data .navigation {
  margin: 0 5px;
}
html #screen header #header .data .navigation .button {
  margin: 0;
}
html #screen header #header .data .menu {
  width: min-content;
  display: flex;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 75px;
  z-index: 99;
  background-color: #ffffff;
  flex-wrap: wrap;
  padding-bottom: 0;
}
html #screen header #header .data .menu.visible {
  max-height: calc(100vh - 80px);
  opacity: 1;
  overflow: auto;
  border: 1px solid #f13836;
  border-radius: 5px;
  border-top-left-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
html #screen header #header .data .menu b {
  background-color: #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  color: #00509a;
}
html #screen header #header .data .menu .menuElement {
  margin: 5px;
  width: 100%;
  text-wrap: nowrap;
}
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: #00509a;
  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;
  }
}
@media print {
  html #screen #action {
    display: none;
  }
}
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: #f13836;
  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: #f13836;
}
html #screen #action.delete span:hover {
  background-color: #fff;
  color: #00509a;
}
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: 7px;
  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: flex-start;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  overflow: auto;
  align-content: center;
}
html #screen .popup .card {
  align-self: flex-start;
  max-width: 100vw;
  overflow-x: auto;
  margin: auto;
}
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 0 !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-bottom: 2px solid #f13836;
  background-color: #fff;
  margin: 7px;
  padding: 0 7px;
  position: relative;
  font-size: 16px;
  color: #f13836;
  display: inline-block;
  cursor: text;
  width: 100%;
}
html #screen .fieldset .input:focus {
  box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.2) inset;
}
html #screen .fieldset .input:disabled {
  border-color: #dddddd;
  color: #333333;
  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 #f13836;
  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: #00509a 2px solid;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
html #screen .fieldset .cross ~ .checkmark:after {
  content: "+";
  position: absolute;
  display: none;
  font-size: 60px;
  left: 29px;
  top: -25px;
  width: 7px;
  height: 17px;
  border: none;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  color: #f13836;
  font-weight: 700;
}
html #screen .fieldset input:checked ~ .checkmark:after {
  display: block;
}
html #screen .fieldset select.input {
  padding: 5px 7px;
}
html #screen .fieldset label {
  display: inline-block;
  padding: 0px 4px;
  color: #f13836;
  font-size: 14px;
  width: max-content;
  position: absolute;
  top: -9px;
  left: 0px;
  z-index: 1;
  font-weight: 700 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
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: #f13836;
  font-size: 16px;
  width: auto;
  position: relative;
  z-index: 1;
  border: 1px solid #f13836;
  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: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  box-shadow: none;
  background-color: #fff;
  margin: 5px;
  padding-left: 42px;
  position: relative;
  font-size: 16px;
  color: #f13836;
  display: inline-block;
  padding-right: 7px;
  cursor: pointer;
  line-height: 35px;
  transition: all 0.2s ease-in;
}
html #screen .button:hover::before {
  scale: 115%;
}
html #screen .button:hover i {
  scale: 115%;
}
html #screen .button:before {
  background-color: #f13836;
  border-radius: 5px;
  border-top-left-radius: 0;
  width: 35px;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
}
html #screen .button.delete {
  color: #00509a;
}
html #screen .button.delete img {
  height: 70px;
}
html #screen .button.delete:before {
  background-color: #00509a;
}
html #screen .button i {
  color: #fff;
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 24px;
}
html #screen .button img {
  height: 35px;
  margin-left: -42px;
  top: 0;
  bottom: 0;
  vertical-align: bottom;
  padding: 5px;
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  border: none;
  margin-right: 5px;
}
html #screen .card {
  border: 1px solid #f13836;
  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%;
  }
}
@media print {
  html #screen .card {
    break-inside: avoid;
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
html #screen .card h3 {
  background-color: #f13836;
  color: #fff;
  border-top-right-radius: 6px;
  padding: 7px;
  font-weight: 600;
  padding-right: 100px;
  margin: 0px;
}
html #screen .card h3 .pad {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
html #screen .card > div {
  padding: 7px;
  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 14px;
  }
}
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: grid;
  transition: all 0.2s ease-in;
  border: none !important;
  margin: 0;
  padding: 0;
}
html #screen .card .menu .button {
  display: block;
  margin: 5px;
}
html #screen .card .menu .fieldset {
  margin: 5px 0;
}
html #screen .card .menu .fieldset .input {
  margin: 7px 0;
}
html #screen .icon {
  border-radius: 10px;
  border-top-left-radius: 0px;
  border: 2px solid #f13836;
  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: #f13836;
}
html #screen .icon::before {
  background-color: #fff;
  color: #f13836;
  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: #f13836;
  border: 2px solid #f13836;
  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: #00509a;
  color: #fff;
  border-color: #fff;
}
html #screen .action.reverse {
  background-color: #f13836;
  color: #fff;
  border-color: #fff;
}
html #screen .action.reverse.remove {
  background-color: #fff;
  color: #00509a;
  border-color: #00509a;
}
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 7px;
}
html #screen .block .menu .button {
  margin: 5px 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
html #screen .block .menu .button:first-child {
  margin-top: 0;
}
html #screen .block .menu .button:last-child {
  margin-bottom: 0;
}
html #screen .block .menu .button:hover {
  text-decoration-style: double;
}
html #screen .block h4 {
  width: 100%;
  border-bottom: 1px solid #f13836;
  margin: 7px 0 5px;
  color: #f13836;
  font-weight: 600;
  font-size: 18px;
}
html #screen .block h4.empty {
  border-color: #00509a;
  color: #00509a;
}
html #screen .resumen div {
  margin-left: 5px;
  border-left: 1px solid #f13836;
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 7px;
}
html #screen .resumen div.oculto {
  display: none;
}
html #screen .resumen div.borrado {
  color: #00509a;
  text-decoration: line-through;
}
html #screen .resumen div.nuevo {
  color: #f13836;
  font-weight: 700;
}
html #screen .resumen div::before {
  content: "";
  width: 5px;
  border-top: 1px solid #f13836;
  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.part {
  flex-wrap: nowrap;
}
html #screen .block .group div {
  border: none;
  border-radius: 0;
  border-left: 1px solid #f13836;
}
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: #00509a;
}
html #screen .block .part.positive {
  color: #f13836;
}
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 #f13836;
  margin: 10px 0 5px;
  color: #f13836;
  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 #f13836;
  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;
}
* {
  transition: opacity 0.25s ease-in;
}
*::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 {
  opacity: 0.15;
}
img {
  width: auto;
  height: auto;
}
