.btn-posicion{
	margin-top: -20px;
	width: 80%;
	position: relative;
	float: right !important;
	text-align: right;
}
.btn-posicion a{
	margin-bottom: 10px;
}
@media (max-width: 520px) {
	.btn-posicion{
		margin-top: 20px;
	}
}
.bg-yellow{
  background-color: #f1e6ab63 !important;
}
.text-yellow{
	color: #ffd600;
}
.text-orange{
	color: #fb6340;
}
.pe-auto {
    pointer-events: auto!important;
    cursor: pointer;
}
/* Cuando el dispositivo de salida sea una impresora */
@media print {

  /* Utilizar una regla parecida a ésta: */
  .ocultar-al-imprimir {
    display: none;
  }
}

.btn-bottom-toolbar {
    position: sticky;
    bottom: 0;
    padding: 15px;
    /*padding-right: 41px;
    margin: 0 0 0 -46px;*/
    -webkit-box-shadow: 0 -4px 1px -4px rgb(0 0 0 / 10%);
    box-shadow: 0 -4px 1px -4px rgb(0 0 0 / 10%);
    background: #fff;
    /*width: calc(100% - 211px);*/
    z-index: 5;
    border-top: 1px solid #ededed;
}

.bold{
  font-weight: bold;
}