@font-face {
  font-family: "Lato";
  font-display: block;
  src: url("./extrasPortal22/fonts/Lato/Lato-Regular.eot");
  src: url("./extrasPortal22/fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./extrasPortal22/fonts/Lato/Lato-Regular.woff") format("woff"), url("./extrasPortal22/fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Arial Black";
  src: url("./extrasPortal22/fonts/arial-black-regular/0-255.pbf") format("pbf");
}
html, body, #viewDiv {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.questions {
  background-color: #f90;
  min-height: 20px;
  position: absolute;
  top: 25px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
}

.questions2 {
  background-color: #f90;
  min-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
}

.question {
  margin-right: 2px;
}

.question.reset-button {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}

.question:last-child {
  margin-right: 0px !important;
}

.question label {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-weight: 700;
  line-height: 1em;
  background-color: #f90;
  color: #ffffff;
}

.question select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-color: #7a7a7a;
  background-color: #f7f7f7;
  font-size: 12px;
  border: none;
}

.question button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-color: #7a7a7a;
  background-color: #f7f7f7;
  font-size: 12px;
  border: none;
}

.question2 > a {
  display: block;
  background-color: #f7f7f7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid #8d8d8d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  font-family: arial;
}

.question2 > a:hover {
  text-decoration: none;
  background-color: #d7d7d7;
}

.question button:hover {
  cursor: pointer;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.question select:hover, .question select:focus {
  outline: none;
}

.question span {
  border-bottom: 1px solid #f90;
  color: #000;
}

.esri-ui-top-right {
  top: 53px;
  right: -14px;
}

.esri-ui-top-left {
  top: 53px;
  left: -14px;
}

.buttons {
  position: absolute;
  top: 68px;
  left: 36px;
}

.buttons button {
  font-size: 12px;
  height: 34px;
}

.creategraphic button {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 10px;
                width: 100%;
                border-color: #7a7a7a;
                margin-bottom: 10px;
                background-color: #f7f7f7;
            }

.esri-layer-list {
  display: none;
}

.esri-ui-bottom-right {
  display: none;
}

span.of-unit {
  margin-left: 4px;
  color: #ffffff;
}

.Resultado {
  position: absolute;
  bottom: 10px;
  right: 112px;
  background-color: #ff9900;
  padding: 8px;
}

.Resultado h2 {
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  line-height: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-right: 30px;
}

.Resultado h2 i {
  position: absolute;
  top: 0px;
  right: 10px;
}

.values {
  background-color: #ffffff;
  min-height: 80px;
  padding: 8px;
}

.values ul {
  margin: 0px;
  padding: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  padding-left: 20px;
}

.values ul li {
  cursor: pointer;
}

.area-section {
  padding: 10px 0px;
}

.reset-section {
  padding: 10px 0px;
}

.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
}

.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}

.thumbnail {
  background-color: transparent;
  height: 60px;
  width: auto;
  padding-right: 2px;
}

.btn img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.btn.disabled img, .btn:disabled img {
  opacity: 0.4;
}

.cards-list {
  width: auto;
}

.block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.card-image-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

figure {
  display: block;
  margin: 0 0 0.55rem 0;
}

.card-image {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.card-image-caption {
  background: rgba(238, 238, 238, 0.4784313725);
  color: #4c4c4c;
  font-style: normal;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  font-size: 0.875rem;
  line-height: 1.55rem;
  padding: 0.35rem 1.25rem 0.35rem 1.25rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1.55rem;
}

.logo-mapoteca {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  border-radius: 0px 10px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#itemDiv {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 10px;
  width: 110px;
  overflow-y: auto;
}

.tools {
  position: absolute;
  top: 88px;
  left: 27px;
  padding: 10px;
  list-style: none;
  z-index: 500;
}
.tools > li > a {
  background-color: #ff9900;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 6px;
  font-size: 14px;
}

.tools ul {
  border: 2px solid #ff9900;
  padding: 3px;
  background-color: #ffffff;
  padding: 0px;
  list-style: none;
  display: none;
  margin-top: 8px;
}

.tools ul li a {
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 6px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #cccccc;
}

#info2, #header {
  display: none;
}

.menu {
  display: table;
  width: 100%;
  border: 1px solid black;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
}

.menu > div {
  display: table-row;
  background-color: white;
}

.menu > div > div {
  border-right: 1px solid black;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.float-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  gap: 8px;
  margin: 8px 0;
}

.float-child1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.float-child2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.tool-content-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tool-content-close i {
  cursor: pointer;
  color: #ff9900;
}

.tool-content {
  position: absolute;
  top: 180px;
  left: 0px;
  background-color: #ffffff;
  z-index: 400;
  display: none;
  overflow: hidden;
  border-right: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  border-top: 2px solid #ff9900;
  max-width: 360px;
  padding: 10px;
}

.tool-content-1 {
  color: #6c6c6c;
  padding-bottom: 20px;
}
.tool-content-1 h2 {
  margin: 0px;
  color: #484848;
}
.tool-content-1 span {
  color: #484848;
}

.esri-button, .esri-elevation-profile__header button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  min-height: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: normal;
  white-space: normal;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  -webkit-transition: background-color 125ms ease-in-out, border 125ms ease-in-out;
  transition: background-color 125ms ease-in-out, border 125ms ease-in-out;
  margin-top: 10px;
}
.esri-button button, .esri-elevation-profile__header button button {
  cursor: pointer;
}

.esri-button:hover, .esri-elevation-profile__header button:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
}

.scrollSection {
      overflow: scroll;
      width: inherit;
      height: 300px;
      overflow-x: hidden;
      padding: 0.3em;
    }
    #sketchVM-controls {
      width: 225%;
      height: 300px;
    }
    #headingBlock {
      padding-right: 2em;
    }
	
.graphic {
        position: absolute;
        background-color: #fff;
        border: 5px solid #f90;
        width: 110px;
        z-index: 10;
        bottom: calc(50% - 150px);
        left: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

.graphic button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        border-color: #7a7a7a;
        margin-bottom: 10px;
        background-color: #f7f7f7;
    }





@media screen and (max-width: 400px) {
  .buttons {
    position: absolute;
    top: 136px;
    left: auto;
    right: 0px;
  }
  .of-unit {
    display: none;
  }
}
@media screen and (max-width: 240px) {
  .menu {
    display: block;
    float: left;
    width: auto;
    border: none;
  }
  .menu > div {
    display: block;
  }
  .menu > div > div {
    border: none;
    padding-right: 10px;
    display: block;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */