:root {
  --c-negro: #000;
  --c-azul: #2329e4;
  --c-azul-secundario: #2975f0;
  --c-azul-cielo: #31ceda;
  --c-blanco: #fff;
  --c-morado: #6123f6;
  --c-rosa: #ed0e8f;
  --c-amarillo: #fafe03;
  --c-naranja: #e34a00;
  --c-verde: #00ec00;
  --c-rojo: #f00;
  --c-gris-oscuro: #4d4d4d;
}

::selection {
  background-color: rgba(0, 0, 0, 0.2)
}


/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(15, 15, 15);
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-track-piece {}


.multiply {
  mix-blend-mode: multiply;
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
}

#map {
  max-height: calc(100vh - 200px);
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: white;
  cursor: crosshair;
  position: relative;
  height: calc(100vh - 50px);
}

#map hr {
  border: 1px solid black;
}

.map-left {
  width: 500px;
  position: absolute;
  padding: 20px;
  z-index: 20;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 1s;
  cursor: auto;
}

.map-left:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 1s;
}

.map-titulo {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2em;
}

.v-application .v-toolbar__content .v-app-bar-title__content a {
  text-decoration: none;
  border: none;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title a {
  border-bottom: none;
}


.back-img {
  background-position: center;
  background-size: auto;
}


.myheader {
  z-index: 99;
}

/*
.v-application--wrap{
    overflow: scroll;
    scroll-snap-type: y proximity;
} */

.v-application {
  font-family: 'heebo', sans-serif !important;
  font-size: 1.2em;
}

.v-application .container.img {
  display: flex;
  align-content: center;
  justify-content: center;
}

.v-application .menu span a {
  border-color: var(--c-negro);
}

.v-application .menu span.active a {
  border-color: white;
}

.v-application .title {
  font-size: 0.6em !important;
  font-weight: 400;
  letter-spacing: .0125em !important;
}


.v-application .v-toolbar__content a {
  color: var(--c-blanco);
}

.v-application footer a {
  color: var(--c-blanco);
  border-bottom: 1px solid white;
  margin-bottom: 1px;
  line-height: 1.3em;
}

.v-application a.img {
  border-bottom: none;

}

.v-application a {
  color: var(--c-azul);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 3px solid var(--c-azul);
  padding-bottom: 0px;
  display: inline-block;
}

.v-application a.link {
  color: var(--c-rosa);
  font-weight: 400;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0px;
  display: inline-block;
}

.v-application a.link::before {
  content: '+ ';
  font-weight: 700;
}

.v-toolbar__content a {
  text-decoration: none;
  font-weight: 400;
}

.shrink {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  margin-bottom: 10px;
}

.v-toolbar {
  color: white !important;
}

.v-toolbar__title {
  font-family: 'chaney', sans-serif !important;
}

.v-toolbar--prominent .v-toolbar__content {
  align-items: center;
}

.v-toolbar__content,
.v-toolbar__extension {
  flex-direction: column;
  justify-content: space-between;
}

.v-app-bar--is-scrolled .container.shrink {
  background-color: red;
  display: none;
}

.header {
  margin-top: 250px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.excerpt {
  font-size: 1.5em;
  font-weight: lighter;
  color: var(--c-negro);
  /* max-width: 800px; */
}

.menu span {
  font-size: 0.7em;
  margin-right: 10px;
}

h1 {


  font-family: 'chaney', sans-serif !important;
  font-weight: 100;
  font-size: 3em;
  color: var(--c-blanco);
  background-color: var(--c-azul);
  display: inline;
  padding: 0.2em;
  line-height: 1.8em;
  margin-bottom: 0.4em;
}

h2 {
  font-family: 'chaney', sans-serif !important;
  font-weight: 100;
  margin-bottom: 0.3em;
  color: var(--c-azul);
  font-size: 1.8em;
}

h3 {
  font-family: 'chaney', sans-serif !important;
  font-weight: 100;
  margin-bottom: 1em;
  color: var(--c-azul);
  font-size: 1.3em;
}

h4 {
  font-family: 'chaney', sans-serif !important;
  font-weight: 100;
  margin-bottom: 1em;
  color: var(--c-azul);
  font-size: 1em;
}

hr {
  height: 0px;
  color: red;
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 1px solid black;
  margin-bottom: 20px;
}

.row {
  margin-bottom: 21px;
}

.v-application a.button {

  background-color: var(--c-negro);
  color: white;
  display: inline-block;
  font-family: 'chaney', sans-serif !important;
  margin-right: 10px;
  margin-top: 20px;
  ;
  padding: 5px;
  border-bottom: none;
}

.v-input--selection-controls .v-input__slot>.v-label,
.v-input--selection-controls .v-radio>.v-label {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  height: auto;
  font-weight: 900;
  color: black;
  font-family: heebo;
}


.v-toolbar__content .container {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
  padding: 0px;
}


.menu.box {
  display: block;
}

.v-input--switch__thumb.theme--light.gray--text,
.v-input--switch__thumb.theme--light {
  border: 1px solid black;
}


.v-card {
  width: 100%;
}

/* .container{
    border-top:1px solid black;
    margin-top: 20px;;
} */

/*------------*/
.chip-active {
  background: gray;
  color: white !important;
  opacity: 1;
}

.v-chip {
  opacity: 1;
  border: 1px solid black;
}

/* .v-chip.chip-active{
    opacity: 0.5;
    border:1px solid black;
    color: black !important;
} */

.v-chip.chip-active {
  border: 1px solid black;
  color: #f4f4f4 !important;
  background: black !important;
}

.v-chip.v-chip__content {
  opacity: 1;
}


.v-pagination__item {
  box-shadow: none;
  border: 1px solid black;
}


.v-pagination__navigation {
  box-shadow: none;
  border: 2px solid black;
}


.theme--light.v-pagination .v-pagination__item--active {
  color: #fff;
  background: black !important;
}

.theme--light.v-icon {
  color: rgb(0, 0, 0);
}

.v-application .primary--text {
  color: #000000 !important;
  caret-color: #000000 !important;
}

/* .v-application .primary {
    background-color: #000 !important;
    border-color: #000 !important;
  } */
/*-------------------*/

.bars-container {}

.bar {
  overflow: hidden;
  margin-bottom: 5px;
  ;
}

.bar-text {
  font-size: 0.8em;
  cursor: pointer;
}

.bar-stack {
  height: 20px;
  background-color: lightgray;
  display: block;
  float: left;
  border-left: 1px solid black;
  box-sizing: border-box;
}

.bar-chart {
  overflow: hidden;
  font-size: 10px;
}

.bar-stack span {
  margin-top: 5px;
  height: 100%;
  display: block;
  margin-left: 3px;
  cursor: inherit;
}

/*-------------------*/


.screen {
  min-height: calc(100vh - 200px);
}

.screen-lite {
  min-height: 200px;
}

.chapter {
  border-top: 1px solid black;

}


#order .container {
  border-top: 1px solid blue;
}

/*---------*/

.menu-left {
  position: absolute;
  z-index: 9;
  width: 400px;
  padding-top: 15px;
  padding-left: 12px;
  height: 100%;
}


.menu-right button {
  margin-bottom: 5px;
  pointer-events: all;
  margin-right: 20px;
}


.legendmap {
  margin-top:    40px;
  margin-bottom: 40px;
  height: 10px;
  width: 400px;
  /* position: absolute;
  bottom: 50px; */
  display: flex;
  flex-direction: row;
}

.legend-item {
  width: 50%;
  height: 10px;
  display: inline-block;
  margin-right: 1px;
  border-bottom: 1px solid black;
  position: relative;
}


.legend-item span {
  display: block;
  bottom: 0px;
  margin-top: 8px;
  font-size: 14px;
}


/*-------*/
.menu-right {
  position: absolute;
  right: 3em;
  top: 0.6em;
  z-index: 9;
  width: 350px;
  padding-left: 12px;
  /* pointer-events: none; */
  height: 100%;

  /* background-color: #272727;
  border-radius: 3px;
  color: white;
  padding: 10px;
  font-family: "heebo", sans-serif;
  font-weight: 500;
  font-size: 14px; */

}
.box-radar{
  border-top: 1px solid white;
  padding-top: 5px;
  margin-top: 5px;
}
.box-cluster{
  border-top: 1px solid white;
  padding-top: 5px;
  margin-top: 5px;
}
.menu-black{
  /* position: absolute;
  right: 4em;
  top: 0.8em;
  z-index: 9;
  width: 350px;
  padding-left: 12px;
  pointer-events: none; */

  background-color: #272727;
  border-radius: 3px;
  color: white;
  padding: 10px;
  font-family: "heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.telon {
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 999;
  pointer-events: all;
  position: fixed;
}

.current {
  background-color: #272727;
  border-radius: 3px;
  color: white;
  padding: 10px;
  font-family: "heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;

}

.disabled a {
  color: gray !important;
  pointer-events: none;
}

.v-btn.v-btn--has-bg.theme--dark.elevation-0.v-size--large.active {
  background: lightgray;
  color: black;
  border: 1px solid gray;
}

.v-btn.v-btn--has-bg.theme--dark.elevation-0.v-size--small.active {
  background: lightgray;
  color: black;
  border: 1px solid gray;
}


.v-btn:not(.v-btn--round).v-size--large {
  display: block;
}

.menu-left button{
  margin-bottom: 5px;
}

.i-i {
  font-size: 2em;
  font-weight: 700
}

.i-c {
  font-size: 1.3em;
  font-weight: 700;
}

.i-box {
}

.i {
  font-size: 12px
}

.i-rank {
  height: 20px;
}

.i-bar {
  width: 100%;
  height: 2px;
  background-color: gray;
  margin-top: 10px;
}

.i-tick {
  position: absolute;
  height: 20px;
  width: 3px;
  margin-top: -10px;
  background-color: white;
}

.renta-img{
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

/* .indicadores{
border: 1px solid black;
} */

.indi {}

.indi-box {
  border: 1px solid #2329e4;
  padding: 10px;
  height: 100%;
}

.image-big {
  width: 100%;
}

.nota {
  font-size: 1em;
  padding: 10px;
  color: magenta;
  background: lightcyan;
  border: 3px solid magenta;
}

.nota::before {
  content: '';
  display: inline-block;
  border-radius: 20px;
  background-color: magenta;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.negrita {
  font-weight: 900;
  color: #ed0e8f;
}

.negrita-light {
  font-weight: 600;
  color: #ed0e8f;
}

.creditos li {
  color: #ed0e8f;
  list-style: none;
  font-weight: 900;
  
}

ul.creditos {
  padding-left: 0px !important;
}

.indimage{
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
}

.clusters {
  border: 1px solid #2329e4;
  padding: 10px;
  margin-bottom: 20px;
}

.chat {
  width: 100%;
  height: 600px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.chat iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}

.chart-note {
  font-weight: 900;
  margin-left: 20px;
  /*border-top: 2px solid black;*/
}


.copyrights {
  font-size: 0.8em;
  color: gray;
}
.copyrights a{
  color: lightgray !important;
}
/*---------*/

.ol-popup {
  position: absolute;
  background-color: rgb(15, 15, 15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
  color: white;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: rgb(15, 15, 15);
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}


.ol-zoom {
  top: 2.5em;
  left: inherit;
  right: 0.5em;
}


.ol-control button {

  height: 2em;
  width: 2em;
}

.ol-zoom {
  top: 3em;
  left: inherit;
  right: 0.5em;
}


/*------------------*/

#popup{
  position: undefined;
}

#popup-content {
  font-weight: 900;
  font-size: 0.8em;
  position: undefined;
}

/*-------------*/

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50vw;
  top: 50vh;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--c-rosa);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*-------------*/