:root {
  --color-blanco: #fcfcfc;
  --color-blancoAlt: #dad8d8;
  --color-grisClaro: #3d4046;
  --color-gris: #2a2d34;
  --color-negro: #201f22;
  --color-topo: #27293d;
  --color-topoOscuro: #1e1e2f;

  --color-topo: #202232;
  --color-topoOscuro: #191927;

  --color-aceptar: #48ba57;
  --color-cancelar: #f44336;
  --color-branding: #1e8bf8;
  --color-error: #f44336;
  --color-warning: #fdba27;

  --color-lineaA: #72b0da;
  --color-lineaB: #c54b32;
  --color-lineaC: #046ab4;
  --color-lineaD: #007867;
  --color-lineaE: #6d2281;
  --color-lineaH: #f2d400;
  --color-lineaU: #f36e24;
  --color-lineaP: #fdba27;

  --color-disponible: #04e762;
  --color-diario: #fffd82;
  --color-periodico: #47c4e4;
  --color-especial: #75506b;
  --color-averia: #c03221;
  --color-general: #202020;
  --color-torno: #f0edee;
  --color-tierratren: #034078;
  --color-camara:#2271b3;
  --color-scp: #570c00ff;
  --color-atp: #da732f;
  --color-limpieza: #d68fd6;
  --color-judiciales: #aa8f66;
  --color-vandalismo: #722f10;

  --color-servicio: #288bd6;
  --color-disponibilidad: #7dd48c;
  --color-requerimiento: #f16060;

  --color-emova-violeta:#3c1d6d;
  --color-emova-verde:#59fa80;

  --color-theme: var(--color-topoOscuro);
  --color-themeAlt: var(--color-topo);
  --color-themeContraste: var(--color-blanco);

  --color-acento: var(--color-branding);
  --color-acentoOscuro: var(--color-acento);
  --color-acentoContraste :var(--color-blanco);

  --fondo-header: var(--color-gris);
  --fondo-ubicacion: var(--color-negro);

  --ancho-minimo-aside: 12em;
  --alto-minimo-menu: 2.1em;
  --ancho-chapa: 5em;
  --alto-chapa: 1.4em;
  --ancho-servicio: 7em;

  --ancho-minimo-servicio: 15em;


}
*:focus {
  outline: none;
}
* {
  margin: 0rem;
  box-sizing: border-box;
  user-select: none;
  font-stretch: condensed;

  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  outline: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
}

/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('./assets/fonts/poppins-v8-latin-200.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins ExtraLight'),
    local('Poppins-ExtraLight'),
    url('./assets/fonts/poppins-v8-latin-200.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-200.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('./assets/fonts/poppins-v8-latin-200.woff')
      format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-200.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/poppins-v8-latin-300.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins Light'),
    local('Poppins-Light'),
    url('./assets/fonts/poppins-v8-latin-300.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-300.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('./assets/fonts/poppins-v8-latin-300.woff')
      format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-300.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/poppins-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins Regular'),
    local('Poppins-Regular'),
    url('./assets/fonts/poppins-v8-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/fonts/poppins-v8-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/poppins-v8-latin-700.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins Bold'),
    local('Poppins-Bold'),
    url('./assets/fonts/poppins-v8-latin-700.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-700.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('./assets/fonts/poppins-v8-latin-700.woff')
      format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-700.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/fonts/poppins-v8-latin-600.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins SemiBold'),
    local('Poppins-SemiBold'),
    url('./assets/fonts/poppins-v8-latin-600.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-600.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('./assets/fonts/poppins-v8-latin-600.woff')
      format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-600.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('./assets/fonts/poppins-v8-latin-800.eot'); /* IE9 Compat Modes */
  src:
    local('Poppins ExtraBold'),
    local('Poppins-ExtraBold'),
    url('./assets/fonts/poppins-v8-latin-800.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/poppins-v8-latin-800.woff2')
      format('woff2'),
    /* Super Modern Browsers */ url('./assets/fonts/poppins-v8-latin-800.woff')
      format('woff'),
    /* Modern Browsers */ url('./assets/fonts/poppins-v8-latin-800.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/poppins-v8-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/MaterialIcons-Regular.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/montserrat-v14-latin-300.eot'); /* IE9 Compat Modes */
  src:
    local('Montserrat Light'),
    local('Montserrat-Light'),
    url('./assets/fonts/montserrat-v14-latin-300.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/montserrat-v14-latin-300.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/fonts/montserrat-v14-latin-300.woff') format('woff'),
    /* Modern Browsers */ url('./assets/fonts/montserrat-v14-latin-300.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/montserrat-v14-latin-300.svg#Montserrat')
      format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src:
    local('Montserrat Regular'),
    local('Montserrat-Regular'),
    url('./assets/fonts/montserrat-v14-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/montserrat-v14-latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/fonts/montserrat-v14-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('./assets/fonts/montserrat-v14-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/montserrat-v14-latin-regular.svg#Montserrat')
      format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src:
    local('Montserrat Bold'),
    local('Montserrat-Bold'),
    url('./assets/fonts/montserrat-v14-latin-700.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/montserrat-v14-latin-700.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/fonts/montserrat-v14-latin-700.woff') format('woff'),
    /* Modern Browsers */ url('./assets/fonts/montserrat-v14-latin-700.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/montserrat-v14-latin-700.svg#Montserrat')
      format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('./assets/fonts/montserrat-v14-latin-800.eot'); /* IE9 Compat Modes */
  src:
    local('Montserrat ExtraBold'),
    local('Montserrat-ExtraBold'),
    url('./assets/fonts/montserrat-v14-latin-800.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/fonts/montserrat-v14-latin-800.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/fonts/montserrat-v14-latin-800.woff') format('woff'),
    /* Modern Browsers */ url('./assets/fonts/montserrat-v14-latin-800.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/fonts/montserrat-v14-latin-800.svg#Montserrat')
      format('svg'); /* Legacy iOS */
}

.Disponible {
  background-color: var(--color-disponible);
  border: 0.1em solid rgb(20, 20, 20);
  color: var(--color-negro);
}
.AveriaTaller {
  background-color: var(--color-averia);
  color: var(--color-blanco);
  border: 0.1em solid rgb(20, 20, 20);
}
.AveriaTierra-Tren {
  background-color: var(--color-tierratren);
  color: var(--color-blanco);
  border: 0.1em solid rgb(20, 20, 20);
}
.AveriaCamara {
  background-color: var(--color-camara);
  color: var(--color-blanco);
  border: 0.1em solid rgb(20, 20, 20);
}
.AveriaSCP{
  background-color: var(--color-scp);
  color: var(--color-blanco);
  border: 0.1em solid rgb(20, 20, 20);
}
.PedidoEspecial {
  background-color: var(--color-especial);
  color: var(--color-blanco);
  border: 0.1em solid rgb(20, 20, 20);
}
.MantenimientoGeneral {
  background-color: var(--color-general);
  color: var(--color-blanco);
  border: 0.05em solid var(--color-blanco);
}
.Torno {
  background-color: var(--color-torno);
  color: var(--color-negro);
  border: 0.1em solid rgb(20, 20, 20);
}
.MantenimientoDiario {
  background-color: var(--color-diario);
  color: var(--color-negro);
  border: 0.1em solid rgb(20, 20, 20);
}
.MantenimientoDiario {
  background-color: var(--color-diario);
  color: var(--color-negro);
  border: 0.1em solid rgb(20, 20, 20);
}
.MantenimientoPeriodico {
  background-color: var(--color-periodico);
  color: var(--color-negro);
  border: 0.1em solid rgb(20, 20, 20);
}
.LiberadoporTaller {
  background-color: var(--color-disponible);
  animation: blink 0.5s step-end infinite alternate;
  border: 0.2em solid black;
  color: var(--color-negro);
}
.RetirodeFormacion {
  background-color: black;
  border: 0.1em solid var(--color-averia);
  color: var(--color-averia);
}
.Judiciales {
  background-color: var(--color-judiciales);
  border: 0.1em solid var(--color-negro);
  color: var(--color-negro);
}
.Lavado {
  background-color: var(--color-limpieza);
  border: 0.1em solid var(--color-negro);
  color: var(--color-negro);
}
.MantenimientoATPCBTC {
  background-color: var(--color-atp);
  color: var(--color-blanco);
  border: 0.05em solid var(--color-blanco);
}
.Vandalismo {
  background-color: var(--color-vandalismo);
  border: 0.1em solid var(--color-blanco);
  color: var(--color-blanco);
}
.AveriaATPCBTC {
  background-color: var(--color-atp);
  color: var(--color-negro);
  border: 0.1em solid red;
}
.SolicituddeEventos {
  background-color: rgba(0, 0, 0, 1);
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 0, 0, 0.3) 0.2rem,
    rgba(255, 255, 0, 0.3) 0.4rem
  );

  color: var(--color-blanco);
}
.ZORRA {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 0, 0, 0.3) 2rem,
    rgba(255, 255, 0, 0.3) 3rem
  );
  border: 0.1em solid var(--color-negro);
  color: var(--color-blanco);
}
.PLASSER {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 0, 0, 0.3) 2rem,
    rgba(255, 255, 0, 0.3) 3rem
  );
  border: 0.1em solid var(--color-negro);
  color: var(--color-blanco);
}

@keyframes blink {
  50% {
    border-color: #ff0000;
  }
}
.AUTOVIA {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 0, 0, 0.3) 2rem,
    rgba(255, 255, 0, 0.3) 3rem
  );
  color: var(--color-blanco);
}
.OCUPADA {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 0, 0, 0.3) 2rem,
    rgba(255, 255, 0, 0.3) 3rem
  );
  color: var(--color-blanco);
}

.selected {
  -webkit-animation-name: blinkSelected; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: blinkSelected;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@-webkit-keyframes blinkSelected {
  from {
    color: default;
  }
  to {
    color: red;
    border-color: red;
  }
}

@keyframes blinkSelected {
  from {
    color: default;
  }
  to {
    color: red;
    border-color: red;
  }
}
.patternBackgroundCircuit {
  background-color: #27293d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%2338385d' fill-opacity='0.08' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

html,
body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 16px;
  background: var(--color-theme);
}
input {
  user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
}
button {
  user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
}

@media (min-width: 1280px) {
  html,
  body {
    font-size: calc(100vw / 90);
  }
}

::-webkit-scrollbar {
  width: 0.3em;
  height: 0.3em;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-theme);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-acentoOscuro);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-acento);
}

.watermark {
  visibility: collapse;
}

@media print {
  body {
    background: White;
  }
  @page {
    size: A4 landscape;
  }

  .watermark {
    visibility: visible;
    width: 100vw;
    display: block;
    position: fixed;
    opacity: 0.15;
    font-size: 4em;
    text-align: center;
    z-index: 1000;
    top: 50%;
    right: 0;
    transform: scale(0.9) rotate(45deg);
  }
}
