/* ESQUEMA GENERAL */
.mainMenu {
  position: fixed;
  background-color: rgb(51, 51, 51);
  width: 220px;
  height: 100%;
  color: white;
  padding: 10px;
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

.mainMenu div.seccion {
  color: rgb(122, 122, 122);
  padding: 5px;
  font-size: 11px;
}
.mainMenu div.contenido {
  display: flex;
  cursor: pointer;
  color: rgb(167, 165, 165);
  padding: 5px;
  font-size: 14px;
}
.mainMenu div.contenido img {
  width: 25px;
  height: 25px;
}
.mainMenu div.contenido:hover {
  border-radius: 5px;
  /* background-color: rgb(86, 166, 241); */
  background-color: rgb(22, 99, 155);
  color: white;
  padding: 5px;
  font-size: 14px;
}

/* SECCION INPUT */
.mainMenu div.seccionInput {
  display: flex;
  flex-shrink: 0;
}

.seccionInput input {
  padding: 3px;
  border: none;
  border-radius: 2px;
  margin-right: 5px;
  width: 160px;
}

.seccionInput div.buttonSearch {
  cursor: pointer;
  width: 23px;
  height: 23px;
  border-radius: 3px;
  background-color: gray;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.seccionInput div.buttonSearch img {
  width: 20px;
  height: 20px;
}
.seccionInput div.buttonSearch:hover {
  background-color: rgb(202, 199, 199);
}
.labelMatchList {
  width: 160px;
  position: fixed;
  top: 105px;
  background-color: #ffffff;
}

/* SECCION CUADROS */
.mainMenu div.seccionCuadros {
  cursor: pointer;
  padding: 5px;
  display: flex;
  flex-shrink: 0;
  justify-content: left;
  gap: 6.6px;
}
.mainMenu div.seccionCuadros.secondRow {
  justify-content: left;
  gap: 6.6px;
}

div.seccionCuadros div.cuadros {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
div.seccionCuadros div.cuadros:hover {
  border-style: solid;
  border-width: 2px;
  border-color: white;
}

/*MENU COMPANY*/
.menuCompany {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.753);
  width: 220px;
  height: 100%;
  color: white;
  padding: 10px;
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  display: none;
}
.menuCompany div.seccion {
  color: rgb(122, 122, 122);
  padding: 5px;
  font-size: 11px;
}
.menuCompany div.contenido {
  display: flex;
  cursor: pointer;
  color: rgb(167, 165, 165);
  padding: 5px;
  font-size: 14px;
}
.menuCompany div.contenido img {
  width: 25px;
  height: 25px;
}
.menuCompany div.contenido:hover {
  border-radius: 5px;
  /* background-color: rgb(86, 166, 241); */
  background-color: rgb(22, 99, 155);
  color: white;
  padding: 5px;
  font-size: 14px;
}

/* LABEL COMPANIES */
.listCompanies {
  display: grid;
  position: fixed;
  text-align: left;
  padding: 15px;
  background-color: rgb(58, 57, 57);

  color: rgb(182, 182, 182);
  font-weight: 500;
  height: 100%;
  width: 220px;
  overflow-y: scroll;
  left: 0px;
  top: 0px;
}

.listCompanies > div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.listCompanies div:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.089);
}

.buttonslistCompanies {
  background-color: rgb(48, 47, 47);
  width: 205px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  margin-left: -10px;
}
.buttonslistCompanies:hover {
  background-color: rgb(48, 47, 47) !important;
  width: 205px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  margin-left: -10px;
}
.buttonslistCompanies > button {
  border-radius: 3px;
  border: none;
  background-color: grey;
  color: white;
}
.buttonslistCompanies > button:hover {
  border-radius: 3px;
  border: none;
  background-color: rgb(179, 176, 176);
  color: white;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #020202d7;
}
::-webkit-scrollbar-thumb {
  background: #888;
  height: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* LABEL DISTANCES */
.listDistances,
.listServices,
.listProperties {
  display: grid;
  position: fixed;
  text-align: left;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.753);

  color: rgb(182, 182, 182);
  font-weight: 500;
  height: 100%;
  width: 220px;
  left: 0;
}
.listServices {
  left: 0;
}
.listProperties {
  left: 0;
}

.listDistances > div,
.listServices > div,
.listProperties > div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.listDistances div:hover,
.listServices div:hover,
.listProperties div:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.089);
}

.buttonslistDistances {
  background-color: rgb(48, 47, 47);
  width: 215px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  margin-left: -20px;
}
.buttonslistDistances:hover {
  background-color: rgb(48, 47, 47) !important;
  width: 215px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  margin-left: -20px;
}
.buttonslistDistances > button {
  border-radius: 3px;
  border: none;
  background-color: grey;
  color: white;
}
.buttonslistDistances > button:hover {
  border-radius: 3px;
  border: none;
  background-color: rgb(179, 176, 176);
  color: white;
}

/* INFOPARCELA */
.infoParcela {
  position: fixed;
  left: 0px;
  width: 220px;
  font-size: 12px;
  height: fit-content;
  display: grid;
  grid-gap: 1px 1px;
  grid-template-columns: auto auto;
  background-color: #0a0a0acc;
  color: white;
  right: 0px;
  padding: 5px;
  word-wrap: normal;
  overflow-wrap: break-word;
  overflow-y: scroll;
  overflow-x: hidden;
}

.infoParcela > div {
  padding: 10px;
}

.infoParcela img.item1 {
  margin: auto;
  margin-top: 40px;
  grid-column: 1 / 3;
  width: 200px;
  margin-bottom: 10px;
}
.botoneraInfoParcela {
  background-color: rgb(48, 47, 47);
  width: 140px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  left: 35px;
}

.botoneraInfoParcela > button {
  border-radius: 3px;
  border: none;
  background-color: grey;
  color: white;
}

/* LOGO */
.gobindLogo {
  position: fixed;
  right: 20px;
  top: 20px;
  height: 70px;
}
.gobindLogo:hover {
  filter: invert(96%) sepia(12%) saturate(9%) hue-rotate(264deg)
    brightness(112%) contrast(81%);
}

/* NAVMENU */
.mainToolbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  right: 10px;
  bottom: 10px;
  height: 35px;
}

.buttonAutoRotate,
.buttonAO,
.buttonZoomExtension,
.buttonBack {
  border-radius: 20px;
  font-size: 20px;
  color: white;
  box-shadow: rgba(139, 134, 134, 0.2);
  width: 35px;
  height: 35px;
  padding-left: 7px;
  padding-top: 2px;
  cursor: pointer;
}
.buttonAutoRotate:hover,
.buttonAO:hover,
.buttonZoomExtension:hover,
.buttonBack:hover {
  background-color: rgba(5, 5, 5, 0.7);
}

/* CARRUSEL */
.carrusel {
  display: none;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, 0);
  margin-bottom: 10px;
}

.carruselInfo {
  color: rgb(238, 235, 235);
  box-shadow: rgb(107, 107, 107);
  height: 55px;
  border-radius: 15px;
  background-color: rgba(87, 87, 87, 0.7);
  display: flex;
  justify-content: space-between;

  padding-left: 30px;
  padding-right: 30px;
  line-height: 55px;

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
}

.carruselInfo div.Texto {
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0.1em 0.1em 0.2em rgb(88, 88, 88);
  margin-top: 2px;
}

.carruselInfo i {
  font-size: 15px;
  line-height: 60px;
}

.carruselInfo:hover {
  cursor: pointer;
}
.carruselInfo i:hover {
  color: rgb(48, 47, 47);
}

/* FILTERS */
.filter-blue {
  filter: invert(30%) sepia(26%) saturate(1908%) hue-rotate(165deg)
    brightness(104%) contrast(92%);
}
.filter-green {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
}
.filter-yellow {
  filter: invert(76%) sepia(84%) saturate(368%) hue-rotate(1deg)
    brightness(106%) contrast(106%);
}
.filter-white {
  filter: invert(96%) sepia(12%) saturate(9%) hue-rotate(264deg)
    brightness(112%) contrast(81%);
}
.filter-grey-smooth {
  filter: invert(91%) sepia(0%) saturate(2427%) hue-rotate(319deg)
    brightness(78%) contrast(84%);
}
.filter-grey {
  filter: invert(43%) sepia(4%) saturate(0%) hue-rotate(85deg) brightness(89%)
    contrast(92%);
}
.seccion.languajes {
  position: fixed;
  background-color: rgb(65, 64, 64);
  bottom: 0px;
  left: 0px;
  width: 220px;
}

.buttonsLanguajes {
  font-size: 13px;
  padding-left: 45px;
  margin: auto;
}

/* GUI CONSOLE */
/* .dg.a {
  position: fixed;
  top: 0px;
  right: 0px;
} */

/* MAIN MENU ICONS */
.buttonIdiomas {
  color: rgb(129, 129, 129);
  cursor: pointer;
}

.buttonIdiomas:hover {
  color: rgb(255, 255, 255);
}

.buttonHome,
.buttonAbout,
.buttonLocation,
.buttonCompanies,
.buttonInfraSt,
.botonMD,
.buttonInfraestructures,
.buttonIVACE,
.botonServices,
.buttonSolarCap,
.buttonSolarReport,
.buttonProperties,
.buttonPeople,
.buttonVR,
.buttonFutureDev,
.buttonPDF,
.buttonCatastro {
  font-size: 12px;
  color: white;
  width: 25px;
  height: 25px;
  padding-left: 4px;
  border-radius: 25px;
  border: solid white 2px;
  cursor: pointer;
  margin-right: 5px;
  padding-top: 1px;
}

.buttonAbout {
  padding-top: 0px;
}

.buttonCompanies,
.buttonInfraSt,
.botonServices {
  padding-left: 5px;
}

.buttonSolarReport,
.buttonSolarCap {
  padding-top: 2px;
  padding-left: 5px;
}

#virtualLoc,
.buttonVR {
  border-radius: 0px;
  padding-top: 2px;
  padding-left: 3px;
  color: rgb(109, 106, 106);
  border-color: rgb(109, 106, 106);
  cursor: default;
}
#virtualLoc:hover,
.buttonVR:hover {
  background-color: rgba(128, 128, 128, 0);
  color: rgb(109, 106, 106);
  cursor: default;
}

.button3DPrint {
  border-radius: 0px;
  cursor: pointer;
  color: white;
  margin-right: 5px;
  margin-left: -2px;
}

.buttonFutureDev {
  padding-left: 3px;
  padding-top: 0px;
}

.buttonPDF {
  border-radius: 0px;
  padding-left: 5px;
  padding-top: 2px;
}
.buttonSolarReport {
  border-radius: 0px;
  padding-left: 5px;
  padding-top: 2px;
}

.bi-search {
  line-height: 24px;
  font-size: 14px;
}

.infoAbout {
  display: none;
  color: rgb(230, 228, 228);
  border-radius: 5px;
  position: fixed;
  top: 5px;
  left: 225px;
  width: 250px;
  height: fit-content;
  padding: 15px;
  text-align: justify;
  background-color: rgba(29, 29, 29, 0.753);
}
.infoPropiedades {
  color: rgb(230, 228, 228);
  border-radius: 5px;
  position: fixed;
  top: 5px;
  left: 225px;
  width: 250px;
  height: fit-content;
  padding: 15px;
  text-align: justify;
  background-color: rgba(29, 29, 29, 0.753);
}

.infoAboutCompany {
  display: none;
  color: rgb(230, 228, 228);
  border-radius: 5px;
  position: fixed;
  top: 5px;
  left: 225px;
  width: 250px;
  height: fit-content;
  max-height: 99%;
  padding: 15px;
  text-align: left;
  background-color: rgba(29, 29, 29, 0.753);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* position: fixed;
left: 0px;
width: 220px;
font-size: 12px;
height: fit-content;
display: grid;
grid-gap: 1px 1px;
grid-template-columns: auto auto;
background-color: #0a0a0acc;
color: white;
right: 0px;
padding: 5px;
word-wrap: normal;
overflow-wrap: break-word;
overflow-y: scroll;
overflow-x: hidden; */

.infoAboutCompany a {
  color: rgb(163, 163, 163);
  text-decoration: none;
}
.infoAboutCompany a:hover {
  color: rgb(230, 228, 228);
  text-decoration: none;
}

.infoDistances {
  border-radius: 5px;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  position: fixed;
  top: 5px;
  left: 225px;
  padding: 5px;
  background-color: rgba(29, 29, 29, 0.753);
  display: none;
  position: fixed;
}

.infoDistancesLabel,
.infoDistancesLabel_dist {
  background-color: rgba(255, 255, 255, 0.432);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgb(255, 255, 255);
}
.infoDistancesLabel {
  padding-left: 5px;
  width: 240px;
}
.infoDistancesLabel_dist {
  margin-left: 3px;
  width: 100px;
  text-align: center;
}

/* SOLARCAP LEYENDA  */
.solarCapLeyenda {
  position: fixed;
  left: 225px;
  background-color: rgba(0, 0, 0, 0.753);
  width: fit-content;
  height: fit-content;
  color: white;
  padding: 10px;
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  display: none;
}
.solarCapLeyenda div.seccion {
  color: rgb(122, 122, 122);
  padding: 5px;
  font-size: 11px;
}
.solarCapLeyenda div.contenido {
  display: flex;
  color: rgb(167, 165, 165);
  padding: 5px;
  font-size: 14px;
}
.solarCapLeyendaSquare {
  font-size: 12px;
  background-color: red;
  width: 15px;
  height: 25px;
  padding-left: 4px;
  cursor: pointer;
  margin-right: 5px;
  padding-top: 1px;
}

@keyframes example {
  0% {
    left: -300px;
    top: -10px;
  }
  25% {
    left: 0px;
    top: -10px;
  }
}

.acorchContainer {
  position: fixed;
  width: 220px;
  margin: 0;
  padding: 0;
  top: -10px;
  animation-name: example;
  animation-duration: 3s;
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: none;
}

ul.acorh {
  margin: 10px auto;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 15px;
  position: relative;
}
ul.acorh li {
  list-style: none;
}
ul.acorh li a {
  display: block;
  padding: 10px 10px 10px 20px;
  background: #333;
  color: #eee;
  border-bottom: 1px solid #000;
  border-top: 1px solid rgb(175, 175, 175);
  text-decoration: none;
  box-sizing: border-box;
}
ul.acorh li a:hover {
  opacity: 0.8;
  color: #fff;
  transition: 0.2s all ease-in;
}
ul.acorh li ul {
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  transition: 0s all ease-in;
}
ul.acorh li li a {
  padding: 10px 10px 10px 40px;
  background: rgb(179, 179, 179);
  color: rgb(255, 255, 255);
  font-size: 13px;
  border: 0;
  border-bottom: 1px solid rgb(206, 206, 206);
  box-sizing: border-box;
}
ul.acorc li li:last-child a {
  border-bottom: 0;
}

ul.acorh li:target ul {
  max-height: 300px;
  transition: 1s all ease-in;
}

.plus {
  float: right;
  right: 10%;
}

/* GISLAYERS */
.location_GISLayer,
.Infraestructures_Corredor_Almussafes_01,
.Infraestructures_Almussafes_01 {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  display: none;
  opacity: 1;
  animation-name: fadeAnim;
  animation-duration: 1s;
}

@keyframes fadeAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* PRELOADER */

.preloaderContainer {
  display: none;
}

.preloaderBackground {
  color: white;
  border: solid;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.521);
}

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: block;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.preloader img {
  width: 100%;
  animation: opacity 4s infinite;
}

.developerLoc {
  color: #888;
  font-size: 10px;
}

.infoSectorEconomico {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 240px;
  font-size: 36px;
}
.infoPropertiesLabel {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 240px;
  font-size: 36px;
  color: red;
}

.botonera {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  cursor: pointer;
  background-color: rgba(73, 73, 73, 0.5);
}
.boton1,
.boton2,
.boton3,
.boton4 {
  margin: 30px;
  padding: 10px;
  text-align: center;
  background-color: rgb(228, 228, 228);
}

.boton1:hover,
.boton2:hover,
.boton3:hover,
.boton4:hover {
  background-color: red;
}

.infoCatastroBackground {
  background-color: white;
  display: none;
  position: fixed;
  bottom: 25px;
  left: 210px;
  height: 150px;
  width: 680px;
  font-size: 36px;
}

.infoCatastro {
  font-size: 30px;
  display: block;
  position: fixed;
  bottom: 120px;
  left: 240px;
}
.infoCatastroAzul {
  display: block;
  position: fixed;
  bottom: 75px;
  left: 240px;
  font-size: 36px;
  color: blue;
}
.infoCatastroRojo {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 240px;
  font-size: 36px;
  color: red;
}

.pie {
  display: block;
  position: fixed;
  left: 670px;
  bottom: 0px;
}
.limiteConseguido {
  text-align: center;
  width: 90px;
  font-size: 20px;
  display: block;
  position: fixed;
  left: 790px;
  bottom: 95px;
}
.resetButton {
  font-size: 20px;
  display: block;
  position: fixed;
  left: 790px;
  bottom: 35px;
}

div#desarrollo {
  position: absolute;
  text-align: left;
  font-size: 30px;
  top: 60%;
  left: 50%;
  transform: translate(-35%, -50%);
  color: black;
}
