

#conte_popBase {
	/*display: flex;*/
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7); /* fondo semitransparente */
  z-index: 9998;
	
}

#form_searchAstCnt {
  position: relative;
  margin: 10px auto 0 auto;
  width: 95%;
  background-color: #ffffff;
  box-shadow: 0 0 9px #000000;
  border-radius: 8px;
 
	border: solid 2px rgba(233,233,233,1.00);
	min-height: unset !important;
	
	
	 max-height: 95vh;
  overflow-y: auto;
  height: auto !important;
}

#barra_tit_0 {
 width: 100%;
  padding: 10px;
  background-color: #ff0000;
  overflow: hidden;
	padding-top: 5px;
	padding-bottom: 7px;
	
	
}

#up_ico_sc {
  float: left !important;
  width: 26px !important;
  height: auto !important;
}


#up_ico_sc_ext {
  float: right!important;
  width: 26px !important;
  height: auto !important;
	cursor: pointer;
}

#barra_tit_0 > label {
  float: left;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 14px;
	width: 50%;
	margin-left: 10px;
	margin-top: 1px;
}

#fsac_elm_cont {
  float: left;
  width: 98%;
  padding: 0px;
  margin-left: 1.2% !important;
  margin-right: 1.2% !important;
  
	/*background-color: antiquewhite;*/
	margin-top:  10px;
	margin-bottom: 10px;
	
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */

/* zoom */

#zoomSlider {
  width: 100%;
  height: 40px; /* aumenta el alto del slider */
  -webkit-appearance: none;
  appearance: none;
  background: #ddd;
  border-radius: 10px;
}

/* Estilo del thumb (el punto que se arrastra) en navegadores WebKit (Chrome, Safari) */
#zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px;
  width: 36px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px; /* centra el thumb */
}

/* Estilo del thumb en Firefox */
#zoomSlider::-moz-range-thumb {
  height: 36px;
  width: 36px;
  background: #555;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}



 #videoContainer {
	position: relative;
	width: 90%;
	max-width: 800px;
	background-color: white;
}

video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#cropBox {
  position: absolute;
  border: 3px solid red; /* o green */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: 95%; /* será ajustable */
  pointer-events: none;
  box-sizing: border-box;
}

#controls {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
    background-color: rgba(236,236,236,1.00);
    color: #000000;
	width: 100%;
}

#controls label{
    font-size: 2rem;
	width: 100%;
	text-align: center;
}

#captureBtn{
    font-size: 2.5rem;
    margin: 13px;
    min-width: 25%;
    margin-top: 25px;
    background-color: rgba(255,255,255,1.00);
    padding: 10px;
}

#flashBtn{
    font-size: 2rem;
    margin: 13px;
    min-width: 20%;
    margin-top: 25px;
}

#encender_apagarCam{
    font-size: 2rem;
    margin: 13px;
    min-width: 20%;
    margin-top: 25px;
}


canvas {
  margin-top: 15px;
  border: 1px solid white;
}

.resulTxtsCont{
	  display: none;
      /*display: flex;*/
      float: left;
      border: solid 1px rgba(159,159,159,1.00);
      background-color: rgba(243,243,243,1.00);
      padding: 0px;
      margin: 0px;
      margin-top: 5px;
      margin-right: 5px;

  }

  .resulTxtsCont > label{
      float: left;
      padding: 5px;
      margin: 0px;
      color: #212121;
      font-size: 12px;
      width: 70px;
  }

  .resulTxtsCont > input{
      float: left;
      width: 200px;
      margin: 0px;
      color: #212121;
      font-size: 12px;
      padding: 4px;
      background-color: #ffffff;
  }

#heightSlider {
  width: 100%;
  height: 40px; /* aumenta el alto del slider */
  -webkit-appearance: none;
  appearance: none;
  background: #ddd;
  border-radius: 10px;
}

/* Estilo del thumb (el punto que se arrastra) en navegadores WebKit (Chrome, Safari) */
#heightSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px;
  width: 36px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px; /* centra el thumb */
}

/* Estilo del thumb en Firefox */
#heightSlider::-moz-range-thumb {
  height: 36px;
  width: 36px;
  background: #555;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#arqCiv_2{
	/*display: none;*/
	
	display: flex;
	
	float: left;
	margin: 0;
    padding: 0;
    background: #ffffff;
    color: white;
    font-family: sans-serif;
    
    flex-direction: column;
    align-items: center;
	width: 100%;
}

#flashBtnxx{
	cursor: pointer;
	width: 10rem;
	margin-top: 2vw;
}

#CapBtnxx{
	cursor: pointer;
	width: 10rem;
	margin-top: 2vw;
}

#titFlsh{
	font-size: 14px;
	color: black;
	border-bottom: solid 1px rgba(130,130,130,1.00);
	width: 100%;
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 3vw;
}

#titCapx{
	font-size: 14px;
	color: black;
	border-bottom: solid 1px rgba(130,130,130,1.00);
	width: 100%;
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 3vw;
}

/* ------------ */

#arqCiv_1{
	display: none;
	
	/*display: flex;*/
	float: left;
	margin: 0;
    padding: 0;
    background: #ffffff;
    color: white;
    font-family: sans-serif;
    
    flex-direction: column;
    align-items: center;
	width: 100%;
}

