#botones {
  user-select: none;
}

#my_iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: 0;
}

#menu {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 250px;
  height: fit-content;

  background: rgba(255, 255, 255, 1);
  border: 0.5px solid #C4B8B8;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  border-radius: 5px;
}

#tabla_leyenda {
  position: absolute;
  right: 25px;
  width: fit-content;
  height: 400px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  border-radius: 5px;

  text-align: center;
  vertical-align: center;
}

table {
  width: 40px;
  text-align: center;
  vertical-align: center;
}

td {
  vertical-align: center;
}

#Vel {
  position: absolute;
  top: -20px;
  right: 48px;
  font-size: 16px;
}

#P {
  position: absolute;
  top: -20px;
  right: 51px;
  font-size: 16px;
  visibility: collapse;
}

#leyenda {
  position: absolute;
  bottom: 26px;
  right: 55px;
}

#U_range {
  position: absolute;
  bottom: 0px;
  right: 5px;
  height: 405px;
  visibility: collapse;
}

#p_range {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 405px;
  visibility: collapse;
}

#titulo {
  margin: auto;
  width: 90%;
  height: fit-content;
  top: 0px;
  left: 0px;

  margin-top: 20px;
  margin-left: 24px;

  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  line-height: 1.4;

}

#LC:hover,
#LC:active,
#LC:focus {
  color: #093BF0;
  background: none rgba(235, 235, 235, 0.42);
  border: 1px solid rgb(210, 210, 210);
}

#CV:hover,
#CV:active,
#CV:focus {
  color: #093BF0;
  background: rgba(235, 235, 235, 0.42);
  border: 1px solid rgb(210, 210, 210);
}

#CP:hover,
#CP:active,
#CP:focus {
  color: #093BF0;
  background: rgba(235, 235, 235, 0.42);
  border: 1px solid rgb(210, 210, 210);
}

#CD:hover,
#CD:active,
#CD:focus {
  color: #093BF0;
  background: none rgba(235, 235, 235, 0.42);
  border: 1px solid rgb(210, 210, 210);
}

.accordion-button:not(.collapsed) {
  background: none rgba(235, 235, 235, 0.42);
}


.accordion-button {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}


.accordion-button-hide::after {
  background-image: none !important;
}

.form-check-custom2 {

  margin-right: 0.5rem;
  padding-left: 0.7rem;
  margin-left: 0.2em;
}

.accordion-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 0.5rem;
  border-radius: 0;

}

p {
  font-family: Arial;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: 700;
}

.__range input {
  outline: none;
  -webkit-appearance: none;
  background-color: #aaa;
  height: 3px;
  width: 100%;
  margin: 10px auto;
}

.__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #2176BA;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #2176BA;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range input::-ms-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #2176BA;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.__range-step {
  position: relative;
}

.__range-max {
  float: right;
}

.__range-step input::-webkit-slider-thumb {
  background: transparent;
}

.__range-step input::-moz-range-thumb {
  background: transparent;
}

.__range-step input::-ms-thumb {
  background: transparent;
}

.__range-step datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  /* disable text selection */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  /* disable click events */
  pointer-events: none;
}

.__range-step datalist option {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
}


.__range-step-popup output {
  position: absolute;
  background-color: #2176BA;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  bottom: 100%;
  left: 0;
  vertical-align: middle;
  line-height: 30px;
}

.__range-step-popup .__range-output-square {
  padding: 0 5px;
  min-width: 25px;
  width: auto !important;
  border-radius: 5px !important;
}

.__range-step-popup output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #2176BA;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.__range-step-popup datalist {
  overflow: hidden;
}

.__range-step {
  margin: 0 40px;
}

.__range-step-popup {
  margin: 40px 40px;
}