/* CSS Document */
html {
  height: 100%;
  width: 100%;
}
body,html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
	background-color:var(--color-primary);
  color:var(--color-secondary);
  font-family: "Overpass", sans-serif;
}
p.title-fact{
  font-size: 2em;
}

table.dataForm {
  border-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.dataForm td {
 
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.dataForm tr.data > td,
table.dataForm tr > td.data {
  /*background-color:#FDFDFD;*/
  vertical-align: bottom;
  color: #555;
 
  letter-spacing: 0px;
  font-size: 12px;
}

table.dataForm tr.label td,
table.dataForm td.label {
  font-weight: bold;
  color: #444;
  /*background-color:#FDFDFD;*/
}
table.dataForm tr.labelSub td,
table.dataForm td.labelSub {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #333;
  /*background-color:#FDFDFD;*/
}
table.dataForm tr.data td,
table.dataForm td.data {
  font-weight: normal;
  /*background-color:#FDFDFD;*/
}
table.dataForm tr.dataSub td,
table.dataForm td.dataSub {
  font-weight: normal;
  /*background-color:#FDFDFD;*/
  font-style: italic;
}
table.dataForm tr.dataSubMin td,
table.dataForm td.dataSubMin {
  font-weight: normal;
  /*background-color:#FDFDFD;*/
  font-style: italic;
  font-size: 11px;
}
table.dataForm tr.labelTitle td,
table.dataForm td.labelTitle {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  background-color: #efefef;
}
table.dataForm tr.dataTitle td,
table.dataForm td.dataTitle {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  background-color: #efefef;
}

table.dataForm input[type="text"],
table.dataForm input.text {
  background-color: #fff;

  letter-spacing: 0px;
  font-size: 12px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #6cf;
  color: #333;
  height: 20px;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.dataForm select {
  background-color: #fff;
 
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: #333;
  height: 20px;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.dataForm input[type="button"] {
  background-color: #09f;
  vertical-align: bottom;
  color: #fff;
 
  letter-spacing: 0px;
  font-size: 20px;
  height: 30px;
  font-weight: lighter;
  border-style: solid;
  border-width: 1px;
  border-color: #06c;
}

/**************************Estilo dataOutput **************************/
table.dataOutput {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-width: 1px;
  border-spacing: 1px;
  border-style: solid;
  border-color: #f5f5f5;
}
table.dataOutput tr.title td,
table.dataOutput td.title {
  font-weight: normal;
  color: #fff;
  background-color: #22b7ff;
  font-size: 15px;
  text-align: center;
}
table.dataOutput tr.titleSub td,
table.dataOutput td.titleSub {
  font-weight: bold;
  color: #333;
  background-color: #efefef;
  font-size: 15px;
}
table.dataOutput td {

  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.dataOutput tr.label td,
table.dataOutput td.label {
  font-weight: bold;
  color: #444;
  background-color: #fdfdfd;
}
table.dataOutput tr.labelSub td,
table.dataOutput td.labelSub {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #333;
  background-color: #fdfdfd;
}
table.dataOutput tr.data td,
table.dataOutput td.data {
  font-weight: normal;
  background-color: #fdfdfd;
  color: #555;
}
/********************Detalle Formulario*****************/
table.dataOutputDet {
  border-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.dataOutputDet tr.title td,
table.dataOutputDet td.title {
 
  letter-spacing: 0px;
  font-weight: bold;
  color: #fff;
  background-color: #39f;
  font-size: 13px;
  text-align: center;
}
table.dataOutputDet tr.titleSub td,
table.dataOutputDet td.titleSub {
  font-weight: bold;
  color: #333;
  background-color: #f7f7f7;
  font-size: 12px;
}
table.dataOutputDet td {

  letter-spacing: 0px;
  font-size: 12px;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.dataOutputDet tr.data td,
table.dataOutputDet td.data {
  font-weight: normal;
  background-color: #fdfdfd;
  color: #555;
}
table.dataOutputDet tr.data-even td,
table.dataOutputDet td.data-even {
  font-weight: normal;
  background-color: #f8f8f8;
  color: #555;
  font-size: 11px;
}
table.dataOutputDet tr.data-odd td,
table.dataOutputDet td.data-odd {
  font-weight: normal;
  background-color: #fff;
  color: #555;
  font-size: 11px;
}
table.dataOutputDet tr.data-can td,
table.dataOutputDet td.data-can {
  font-weight: normal;
  background-color: #ffc4c4;
  color: #555;
  font-size: 11px;
}

table.dataOutputDet tr.labelFoot td,
table.dataOutputDet td.labelFoot {
  font-weight: bold;
  background-color: #f4f4f4;
  color: #555;
  font-size: 12px;
  border-color: #fff;
}

table.dataOutputBlank tr.labelBig > td,
table.dataOutputBlank tr > td.labelBig {
  /*background-color:#FDFDFD;*/
  vertical-align: bottom;
  color: #333;
 
  letter-spacing: 0px;
  font-size: 20px;
}
table.dataOutputBlank tr.dataBig > td,
table.dataOutputBlank tr > td.dataBig {
  /*background-color:#FDFDFD;*/
  vertical-align: bottom;
  color: #333;

  letter-spacing: 0px;
  font-size: 20px;
  font-weight: normal;
}
/*************************************************************************/

/*Estilo OutputNo Margin*/
table.dataOutputBlank {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
  border-color: #f5f5f5;
}
table.dataOutputBlank tr.title td,
table.dataOutputBlank td.title {
  font-weight: normal;
  color: #fff;
  background-color: #22b7ff;
  font-size: 15px;
  text-align: center;
}
table.dataOutputBlank tr.titleSub td,
table.dataOutputBlank td.titleSub {
  font-weight: bold;
  color: #333;
  background-color: #efefef;
  font-size: 15px;
}
table.dataOutputBlank td {
 
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: middle;
  border-style: none;
  border-width: 0px;
  border-color: #e9e9e9;
  padding: 2px;
  margin: 0px 0px 0px 0px;
}
table.dataOutputBlank tr.label td,
table.dataOutputBlank td.label {
  font-weight: bold;
  color: #444;
  /*background-color:#FDFDFD;*/
}
table.dataOutputBlank tr.labelSub td,
table.dataOutputBlank td.labelSub {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #333;
  /*background-color:#FDFDFD;*/
}
table.dataOutputBlank tr.data td,
table.dataOutputBlank td.data {
  font-weight: normal;
  /*	background-color:#FDFDFD;*/
  color: #555;
}

#regForm {
  background-color: transparent;
  margin: 0px auto;
  padding: 20px 40px;
  border-radius: 10px;
}

.bg-fact {
    margin: 0px auto;
    width: 100%;
    border-radius: 4px;
  overflow: hidden;
 color: #fff;
}

.tab h6{
  color: #0058a4;
  font-size: 25px;
}


h1 {
  text-align: center;
}



button {
  
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px 20px;
  font-size: 17px;
  
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

button:focus {
  outline: none !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
 
  margin: 0px 0px 10px 0px;
  font-family: "Overpass", sans-serif;
  letter-spacing: -1px;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #8d8f90;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #f85759;
}

.page-header span {
 color:#e61111;
}
.page-caption {
  padding-top: 50px;
  padding-bottom: 64px;
}
.page-title {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.page-caption .card-section {
  position: relative;
  bottom: 200px;
}
.page-caption .card-block {
  padding: 80px;
}
.page-caption .section-title {
  margin-bottom: 60px;
}


/**nav_direccion***/

nav.navdir {
  margin-right: auto;
  border-radius: 5px;
  
}

.nav-link {
  color: rgb(54, 31, 138);
}

.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--color-secondary);
}
 
button.nav-link {
  border-radius: 0%;
}


/*****boton oculto********/
.ocultoBoton {
  background-color: var(--color-secondary);
  border: solid 1px var(--color-secondary);
  color: var(--white-color);
  width: 90px;
  height: 42px;
  border-radius: 22px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direccionA{
  transition-duration: .5s;
  animation-duration: .5;
  height: 10px;
  display: none;
}
.desplegado{
  animation-duration: .5;
  transition-duration: .5s;
  height: auto;
  display: contents !important;
}
/****/

@media screen and (max-width: 580px) {
  body {
    font-size: 11px;
    line-height: 20px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
 
}

.table-fac {
  margin: 0 0 20px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table-fac {
    display: block;
  }
}

.row-table {

  background: var(--color-primary);
}

.row-table.header {
  font-weight: 400;
  font-size: 18px;
  border-bottom-style: solid;
      color: var(--color-fourth);
}


@media screen and (max-width: 580px) {
  .row-table {
    padding: 14px 0 7px;

  }
  .oculto{
    display: none;
  }
  .row-table.header {
    padding: 0;
    height: 6px;
  }
  .row-table.header .cell {
    display: none;
  }
  .row-table .cell {
    margin-bottom: 10px;
    color:#000000;
  }
  .row-table .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}
 
.cell {
  padding: 6px 10px;
 
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;

  }
  wrapper{
    margin: 0 auto;
    padding: 20px;
  }
}


.ocultoDireccion{
  display: none;
}

/**FACTURA TICKET*/

.card{
	border: none;
	border-top: 6px solid  var(--color-fourth);
	background: var(--color-primary);
	color: var(--font-color-primary);
}

p{
	font-weight: 600;
	font-size: 15px;
}

.division{
	float: none;
	position: relative;
	margin: 30px auto 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}


.myform{
	padding: 0 25px 0 33px;
}
.form-control{
	border: 1px solid var(--color-third-light); 
	border-radius: 3px;
	background: var(--color-primary) !important;
	margin-bottom: 20px;
	letter-spacing: 1px;
  color: var(--font-color-primary);
	
}

.form-control:focus{
	border: 1px solid rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
	border-radius: 3px;
	box-shadow: none;
	background: var(--color-primary);
	color: var(--font-color-primary);
	letter-spacing: 1px;
}

.form-select{
	border: 1px solid var(--color-third); 
	background-color: var(--color-primary) !important;
}



.bn{
	text-decoration: underline;
}
.bn:hover{
	cursor: pointer;
}
.form-check-input {
    margin-top: 8px!important;
    }

.btn-primary{
background: linear-gradient(135deg, var(--color-secondary) 39%, var(--color-fourth) 101%);
    border: unset;
    border-radius: 4px;
    color: var(--color-primary);
}
.btn-primary:focus{
	box-shadow: none;
	border: none;
}
small{
	color: #F2CEFF;
}
.far.fa-user{
	font-size: 13px;
}

@media(min-width: 767px){
	.bn{
		text-align: right;
	}
}
@media(max-width: 767px){
	.form-check{
		text-align: center;
	}
	.bn{
		text-align: center;
		align-items: center;
	}
}
@media(max-width: 450px){
	.fab{
		width: 100%;
		height: 100%;
	}
	.division .line{
		display: none;
	}
  .division span {
   
    font-size: 19px;
  } 
}



button-download.dowload {
		background: #ffffff;
		border: solid 1px #e6e6e6;
		border-radius: 2px;
		display: inline-block;
		height: 100px;
		line-height: 100px;
		margin: 5px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 100px;
}

button-download.download span {
		background: #f2594b;
		border-radius: 4px;
		color: #ffffff;
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		line-height: normal;
		padding: 5px 10px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
}

button-download.download span:last-child {
		margin-left: -20px;
}

button-download:before,
button-download:after {
		background: #ffffff;
		border: solid 3px #9fb4cc;
		border-radius: 4px;
		content: '';
		display: block;
		height: 35px;
		left: 50%;
		margin: -17px 0 0 -12px;
		position: absolute;
		top: 50%;
		/*transform:translate(-50%,-50%);*/
		
		width: 25px;
}

button-download:hover:before,
button-download:hover:after {
		background: #e2e8f0;
}
/*a:before{transform:translate(-30%,-60%);}*/

button-download:before {
		margin: -23px 0 0 -5px;
}

button-download:hover {
		background: #e2e8f0;
		border-color: #9fb4cc;
}

button-download:active {
		background: #dae0e8;
		box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

button-download span:first-child {
		display: none;
}

button-download:hover span:first-child {
		display: inline-block;
}

button-download:hover span:last-child {
		display: none;
}

/***/
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td.desc:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td.desc:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}


.rwd-table {
  width: 100%;
  color: var(--white-color);
  text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table td.enc {
   color: var(--color-primary);
   font-weight: 200;
  }
.rwd-table tr {
  border-color: var(--color-third);
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before, .rwd-table td.tit {
    color: #fefefe;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}


@media (max-width: 480px) {
  .rwd-table td.enc {
    display: none;
  }

  .rwd-table td.tit {
    color: var(--white-color);
    font-size: 15px;
    content: attr(data-th)" ";
  }


}

.height-100{
  height: 100% !important;
}
.al-content-sb{
  align-content:space-between !important;
}
.centrado{
  display: grid;
  height: 70%;
  width: 100%;
  grid-template:100%/ 100%;
  justify-content: center;
  align-items: center;
}
.fott{
  width: auto;
  height: auto;
}


.accordion-button{
background-color: var(--color-fourth)!important;
width: 15em;
  color: #fff !important;
}
.titleForm{
  font-weight: 800;
  
}
.btnRegresar{
  background-image: url(../img/regresar.png) !important;
  background-position: right !important;
  background-size: 32px !important;
  background-repeat: no-repeat !important;
  background-color: var(--color-fourth) !important;
  text-align: center;
  padding-right: 35px;
  border-right: solid 10px var(--color-fourth) !important;
}

.text-danger{
  font-weight: 600;
  
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.fw-bold {
  font-weight: 800!important;
}

.title-sec{
color: var(--color-label-principal);
    font-weight: 600;
}