@charset "utf-8";



:root {
  --gray1: rgb(80, 80, 80);
	--blue: rgb(0, 165, 235);
	--orange: rgb(255, 152, 3);
	--white: rgb(255, 255, 255);
  --fuenteTxt1: "Open Sans",sans-serif;
  --red1: rgb(173, 0, 0);
  --maxw1: 480px;
}



body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
}

/*back*/
.h_checkback{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.d_checkback{
  position: fixed;
  width: 90%;
  max-width: 500px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.d_checkback_loading{
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	text-align: center;
	color: var(--gray1);
}
.d_checkback_errores{
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 90%;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	text-align: center;
	color: var(--gray1);
	padding: 10px 15px;
  /*overflow-y: scroll;*/
}
.d_checkback_btn{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	text-align: center;
	color: var(--gray1);
	padding: 10px 15px;
}
/*back*/

/*legal*/
.h_legal{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.d_legal{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.d_legal_titulo{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: "Open Sans",sans-serif;
  font-size: 2rem;
	color: var(--gray1);
}
.d_legal_txt{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	color: var(--gray1);
}
/*fin legal*/



/*login inicio*/
.h_login_back{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.d_login_h{
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  height: auto;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 30px;
}
.d_login_el_logo{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  /*background-image:url(../images/logo.png);*/
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin-bottom: 20px;
}
.d_login_el_in1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
	font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	color: var(--gray1);
	text-align: center;
}
.d_login_el_in2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: auto;
}
.d_login_el_in2_check{
  text-align: left;
  margin: 10px 0px;
}

.separa1{
	margin-top: 20px;
}
.separa10{
	margin-top: 10px !important;
}
.tit1{
	text-transform: uppercase;
	font-weight: bold;
}
.msg1{
  margin-top: 10px !important;
	text-transform: uppercase;
	font-weight: bold;
  background-color: #c00202;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
}
.infobox{
	/*
	background: rgba(208, 255, 249, 0.8);
	padding: 10px;
	border-radius: 10px;
	*/
}
/*forms*/
.d_hide{
  display: none;
}

/*forms*/


.btn_101{
	position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
	display: inline-flex;
	font-family: "Open Sans",sans-serif;
  font-size: 1rem;
	text-align: center;
	color: var(--white);
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 20px;
	background-color: var(--blue);
	transition: all .3s ease;
	cursor: pointer;
  margin: 10px 10px;
  display: inline-block;
}
.btn_101:hover{
	background-color: var(--orange);
  color: var(--gray);
}
/*login final*/

/*data inicio*/
.h_login_back_data{
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
  z-index: 2200;
}
.d_data_h{
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: auto;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 20px 20px;
  padding: 30px 15px;
  z-index: 2300;
}
.d_data_h_idi{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
  justify-content: space-evenly;
  padding-bottom: 10px;
}
.d_data_h_idi_flag{
  position: relative;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}




.d_data_h_cmm{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: rgba(156, 1, 1, 0.9);
  color: #fff;
  font-family: var(--fuenteTxt1);
  border-radius: 5px;
}
.d_menupax_0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  font-family: var(--fuenteTxt1);
  font-size: 1.0rem;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.d_menupax_00{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  padding: 5px 5px;
}
.d_menupax_1{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  font-family: var(--fuenteTxt1);
  font-size: 0.8rem;
  font-weight: normal;
  background-color: rgb(255, 128, 60);
  padding: 10px 8px;
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 10px;
  border: 2px solid rgba(210, 52, 52,0);
}
.d_menupax_1:hover{
  background-color: var(--orange);
  color: var(--gray);
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
}
.d_menuroom_0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  font-family: var(--fuenteTxt1);
  font-size: 1.0rem;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.d_menuroom_00{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  padding: 5px 5px;
}
.d_menuroom_1{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  font-family: var(--fuenteTxt1);
  font-size: 0.8rem;
  font-weight: normal;
  background-color: rgb(255, 128, 60);
  padding: 10px 8px;
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 10px;
  border: 2px solid rgba(210, 52, 52,0);
}
.d_menuroom_1:hover{
  background-color: var(--orange);
  color: var(--gray);
}
.btn_101_active{
  background-color: var(--orange);
  color: var(--gray);
  border: 2px solid rgb(4, 0, 184);
}
.btn_101_activepax{
  background-color: var(--orange);
  color: var(--gray);
  border: 2px solid rgb(4, 0, 184);
}

.d_habitacion_1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  z-index: 2300;
  font-family: var(--fuenteTxt1);
  font-size: 1.0rem;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}
.hb_1{
  background-color: rgba(218, 218, 218, 0.7);
}
.hb_2{
  background-color: rgba(222, 244, 254, 0.7);
}
.hhide{
  /*display: none;*/
  visibility: hidden;
  height: 0px;
  overflow:hidden;
}
.d_data_el_in1{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
	font-family: var(--fuenteTxt1);
  font-size: 0.9rem;
	color: var(--gray1);
	text-align: center;
  font-weight: normal;
}
/*data final*/
/* data img inicio*/
.d_gimg1_ins_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
}
.d_gimg1_ins_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	/*padding: 0px 25px 0px 25px;*/
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
}
.d_gimg1_ins_btn0{
	margin: 0 auto;
	display: inline-block;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
	font-family: var(--fuenteTxt1);
	font-size:1.0rem;
	text-align: center;
	width: 100%;
	height: 100%;
}
.d_gimg1_ins_btn1_label{
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  font-family: var(--fuenteTxt1);
	font-size:0.8rem;
	height: 100px;
	font-weight: bold;
	background-color: rgba(0,165,235,0.2);
  border:2px solid var(--orange);
  box-sizing: border-box;
  padding: 5px;

}
input[type="file"] {
  /*display: none;*/
}
.d_gimg1_ins_btn1{
	position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.d_gimg1_upload_g0{
	margin: 0 auto;
	display: inline-block;
	width: 80px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 10px 20px 10px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_upload_g1{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: rgb(235, 235, 235);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.d_gimg1_upload_g2{
	margin: 0 auto;
	width: 100%;
	height: auto;
  min-height: 30px;
	background-color: rgb(255, 255, 255);
	position: relative;
	margin-top: 2px;
}
.d_gimg1_upload_g3{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 255, 171);
	position: absolute;
	z-index: 2300;
}
.d_gimg1_upload_g4{
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2310;
	color: #000000;
	font-family: var(--fuenteTxt1);
	font-size:0.6em;
	text-align: center;
}
.d_gimg1_upload_g5{
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 2310;
	color: #000000;
	background-color: rgba(255, 0, 0, 0.29);
	font-family: var(--fuenteTxt1);
	font-size:0.6em;
	text-align: center;
	text-transform: uppercase;
}
/*data img final*/
/*data img list inicio*/
.d_gimg1_holder{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	overflow: auto;
	max-width: 1200px;
  margin: 10px 0px;
}
.d_gimg1_holder_inner{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
	/*background-color: rgb(180, 255, 140);*/
	overflow: auto;
	text-align: center;
	font-family: var(--fuenteTxt1);
	font-size:0.8rem;
	text-align: center;
}
#sortabletxt{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: auto;
	height:auto;
	cursor:move;
}
#sortabletxt li {
	/*margin: 0 3px 3px 3px; */
	/*padding: 0.4em; */
	/*padding-left: 1.5em; */
	/*font-size: 1.4em;*/
	/*height: 75px;*/
	cursor:move;
	height:auto;
	display: inline-block;
	border:0px;
  background: transparent;
}

#sortabletxt li span {
	position: relative;
	margin-left: 0;
	cursor:move;
}
#sortabletxttb{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: auto;
	height:auto;
	cursor:move;
}
#sortabletxttb li {
	/*margin: 0 3px 3px 3px; */
	/*padding: 0.4em; */
	/*padding-left: 1.5em; */
	/*font-size: 1.4em;*/
	/*height: 75px;*/
	cursor:move;
	height:auto;
	/*display: inline-block;*/
	border:0px;
	background-color: inherit;
}
#sortabletxttb li span {
	position: relative;
	margin-left: 0;
	cursor:move;
}

.d_gimg1_g0{
	margin: 0 auto;
	display: inline-block;
	width: 100px;
	height: auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	margin: 20px 6px 20px 6px;
	box-shadow: 0px 5px 5px 0px rgba(186,186,186,0.5);
	color: #767676;
}
.d_gimg1_g1{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	cursor: pointer;
}
.d_gimg1_g1:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.d_gimg1_g1f{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	cursor: pointer;
}
.d_gimg1_g1f:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.d_gimg1_g2{
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	color: #767676;
	font-family: var(--fuenteTxt1);
	font-size:0.8em;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	border-radius: 4px;
}
.d_gimg1_g2:hover{
	background-color: rgba(255, 0, 0, 0.25)
}
/*data img list final*/





@media (max-width:600px) and (min-width:0px) {
  .d_gimg1_g0{
    width: 95px;
    margin: 10px 3px 10px 3px;
  }
}






/*form incio*/
.btn_login {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: var(--fuenteTxt1);
	font-size:0.7em;
	font-weight:bold;
  padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.btn_login:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.btn_login:active {
	position:relative;
	top:1px;
}
.input_book1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid var(--gray1);
  border-radius: 10px;;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0px;
  font-weight: bold;
  color: var(--gray1);
  box-sizing: border-box;
}
.input_book2{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid var(--gray1);
  border-radius: 10px;;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  background-image: url(../images/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 8px center;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0px;
  font-weight: bold;
  color: var(--gray1);
  box-sizing: border-box;
}
.input_book3{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 0px;
  border: 1px solid var(--gray1);
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  font-family: var(--fuenteTxt1);
  font-size: 1rem;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: normal;
  color: var(--gray1);
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  /*text-transform: uppercase;*/
}
.in_mit{
  width: 48%;
}
.inp_upp{
  text-transform: uppercase;
}
.inp_disable{
  display: none;
}
.inp_error{
  background-color: #f88d8d !important;
}
.input_checkbox1{
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.label_ver{
  padding-left: 1px;
}
.label_ver > a{
  color: inherit;
}
.label_ver > a:hover{
  color: #535353;
}
/*form final*/

.input_fecha1{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 7px 14px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:1.0em;
	color:#666;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width:100%;
  max-width: 700px;
  box-sizing: border-box;
  cursor:pointer;
}

/*tabla inicio*/
.h_bxr_holder{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*background-color: mediumspringgreen;*/
}
.h_bxr_0{
  margin: 0 auto;
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  /*background-color: rgb(78, 202, 40);*/
  padding: 5px 1px;
  display: inline-flex;
}
.h_bxr_0 > a{
  text-decoration: none;
  color: inherit;
}
.h_bxr_1{
  margin: 0 auto;
  position: relative;
  width: 112px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #2b2b2b;
  padding: 4px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all .3s ease;
  cursor: pointer;
}
.h_bxr_1:hover{
  background-color: #b4b4b4;
  transition: all .3s ease;
}

.h_bxr_1_vacio{
  background-color: #baffb1;
}
.h_bxr_1_falta{
  background-color: #ffeeb5;
}
.h_bxr_1_enviado{
  background-color: #ffb5b5;
}


.h_bxr_2{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--fuenteTxt1);
  color: #161616;
  font-size: 0.85rem;
  /*background-color: rgb(115, 0, 247);*/
}
.h_bxr_2_c1{
  font-weight: bold;
}
.h_bxr_2_c2{
  font-weight: bold;
  word-break: break-all;
}

/*tabla fin*/


/*d botones*/
.h_btns{
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 0px;
  box-sizing: border-box;
  z-index: 7777;
}
.d_btns{
  position: relative;
  margin: 0 auto;
  max-width: var(--maxw1);
  height: 100px;
  box-sizing: border-box;
  background-color: #FFF;
}


/*d botones FIN*/




.d_firma1_3{
  position: relative;
  margin: 0 auto;
  float: left;
  width: 100%;
  height: auto;
  min-height: 200px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.d_firma1_3_btndel{
  position: absolute;
  margin: 0 auto;
  top:3px;
  right:3px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #1d1d1d;
  z-index: 2200;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
}

/*otros*/
.ocultatardia{
  /*display: none;*/
  height: 0px;
  overflow: hidden;
}
.campoerror{
  background-color: #f88d8d;
}
.campoerrorborde{
  border: 3px solid #ff0000
}
.campoyaenviado{
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
  border-radius: 5px;
  box-sizing: border-box;
  animation: cambioColor 1.5s infinite;
  text-transform: uppercase;
}
.c_readonly_select{
  pointer-events: none;
  opacity: 0.7;
}

@keyframes cambioColor {
    0% { color: #ffffff; background-color: #a30000; }
    50% { color: #a30000; background-color: transparent;}
    100% { color: #ffffff; background-color: #a30000; }
}
/*otros*/


/*iconos*/
.icon_1{
  padding-right: 5px;
}

/*iconosend*/
