
.sessions{
	background-color:#f90;
	min-height:20px;
	position: absolute;
	top: 10px;
	right: 112px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
	padding: 1px;
	width: 20%;
}

.Coords {
	padding: 7px 15px 5px;
	bottom: 100px;
	right: 5px;
	background-color: #ff9900;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
   padding: 4px 4px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.questions {
  background-color: #f90;
  min-height: 20px;
  position: absolute;
  top: 35px;
  left: 10px;
  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 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;
}

.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;
}

.questions2 {
  background-color: #f90;
  min-height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  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;
}

.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;
}



.buttons {
  position: absolute;
  top: 80px;
  left: 60px;
}

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

@media screen and (max-width: 400px) {
  .buttons {
    position: absolute;
    top: 136px;
    left: auto;
    right: 0px;
  }
  .of-unit {
    display: none;
  }
}


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

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

.Resultado {
  position: absolute;
  bottom: 25px;
  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;
}


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

.esri-legend {
  display: none;
}

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


.close {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 1%;
  padding: 12px 12px;
  transform: translate(0%, -50%);
  background-color: #f7f7f7;
}


.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-1 {
  color: #6c6c6c;
  padding-bottom: 20px;
}
.tool-content-1 h2 {
  margin: 0px;
  color: #484848;
}
.tool-content-1 span {
  color: #484848;
}

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

.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;
}



.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;
}

.cards-list {
  width: auto;
}

.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;
}
