.linkEmpresa {
  display: inline-block;
  transition: transform 0.2s;
  background-color:#fff;
  position: relative;
  overflow:hidden; 
  border: 5px solid #fff;
}
.linkEmpresa img {
  display: inline-block;
}
.linkEmpresa:hover {
  transform: scale(1.05);
}
.logo-img {
  height: 50px;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.a20 {
  width: 20%;
}
.a50 {
  width: 50%;
}
.fila{
	display:block;
	padding:.5rem 0px;
}
.alinearDer {
  margin-right: 0 !important;
}
.tablaLogo {
  width: 150px;
  vertical-align: center;
}
.tablaPasoNum {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 2.5rem !important;
  background-color: #5cc141 !important;
  vertical-align: middle;
  text-align: center;
} 
.pasos-bg {
  background-color: #e9edf3;
  margin-top: .2rem;
}
.pasos-bg .col-md-2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.pasos {
  font-weight: bold;
  padding: 0.4rem 1rem;
  font-weight: normal;
}
.pasos-activo {
  color: #fff;
  background-color: #5cc141;
  padding: 0.4rem 1rem;
  font-weight: bold;
}
.table-datos {
  border-color: #fff !important;
}
.table-datos thead th {
  background-color: #f0f0f0;
}
.table-datos thead td {
  background-color: #f7f7f7;
}
/*  clases de menajes */
.msInformacion,
.msInfo,
.msCorrecto,
.msAlerta,
.msError,
.msLimpieza,
.msConfirmacion {
  display: block;
  padding: .7rem .8rem;
  margin: 0.8rem 0;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.msInformacion,
.msConfirmacion,
.msInfo {
  color: #00529b;
  background: #bde5f8;
}
.msCorrecto {
  color: #4f8a10;
  background: #dff2bf;
}
.msAlerta {
  color: #9f6000;
  background: #feefb3;
}
.msError {
  color: #333;
  background: #ffbaba;
}
.msLimpieza {
  color: #666;
  background: #efefef;
}
.msLista {
  clear: both;
  float: none;
  list-style: square;
}
.msLista li {
  margin-left: 30px;
  padding: 3px 0px 3px 0px;
}
.form-botones {
  text-align: center;
  display: block;
  background-color: #f9f9f9;
  padding: 1rem 0px;
  margin: .5rem 0px;
}
/* */
.btn-continuar,
.btn-cancelar,
.btn-descarga,
.btn-download,
.btn-info {
  margin: 0.2rem !important;
}

.btn-continuar,
.btn-continuar:hover,
.btn-continuar:active {
  color: #fff;
  background-color: #5cc141;
}
.btn-cancelar,
.btn-cancelar:hover,
.btn-cancelar:active {
  color: #fff;
  background-color: #ff2626;
}
.btn-descarga,
.btn-descarga:hover,
.btn-descarga:active {
  color: #fff;
  background-color: #5e5e5e;
}
.btn-download,
.btn-download:hover,
.btn-download:active {
  color: #fff;
  background-color: #094fc1;
}
.btn-info,
.btn-info:hover,
.btn-info:active {
  color: #fff;
  background-color: #4298d9;
}
/*  */
.modalMsjConten {
  text-align: center;
  display: block;
  padding: 15px;
}
.modalMsjLimpio {
  display: block;
}
.link-copy,
.link-copy:hover {
  color: #ffaf00;
  font-weight: bold;
}
/* */
.tablaDeuda {
  width: 100%;
  font-size: 0.82rem;
  border: 0.0625rem solid #fff;
  background-color: #fff;
}
.tablaDeuda thead th {
  text-align: left;
  padding: 0.9rem 0.5rem;
  vertical-align: bottom;
  border-bottom: 0.125rem solid #f0f0f0;
  border-top: 0.0625rem solid #f0f0f0;
}
.tablaDeuda tbody tr td,
.tablaDeuda tbody tr th {
  text-align: left;
  padding: 0.3rem 0.5rem;
  border-bottom: 0.125rem solid #f0f0f0;
  font-weight: normal;
}
.tablaDeuda tbody tr.filaVerde {
  background-color: #fff;
}
.tablaDeuda tbody tr.filaRojo {
  background-color: #ffedee;
}
.tablaDeuda tbody tr.filaRojo td,
.tablaDeuda tbody tr.filaRojo th {
  border-bottom: 0.125rem solid #ffe0e3;
}
.tablaDeuda tbody tr:hover {
  background-color: #f0f0f0;
}
/* HOVER */
.tablaDeuda tbody tr.filaRojo:hover {
  background-color: #ffe0e3;
}
.tablaDeuda tbody tr.filaVerde:hover {
  background-color: #f3ffef;
}
/* CHECKBOX */
.cont-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cont-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #f7f7f7;
  border: 2px solid #e0e0e0;  
}
.cont-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.cont-checkbox input:checked ~ .checkmark {
  background-color: #5cc141;
  border: 2px solid #5cc141;  
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cont-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cont-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* */
.box-servicio {
  width: 100%;
  display: block;
  background-color: rgba(var(--bs-dark-rgb), 0.15);
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.box-servicio-num {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: -10px;
  opacity: 0.5;
}
.box-servicio-icon {
  background: lightblue;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 37%;
  background-color: #fff;
}
.box-servicio-icon img {
  width: 100%;
}
.box-servicio-text {
  padding: 70px 20px 20px 20px;
}
.box-naranja {
  background-color: #ff6e00;
}
.box-naranja .box-servicio-icon {
  text-align: center;
  vertical-align: center;
}
.box-naranja .box-servicio-icon img {
  margin-top: 15px;
  width: 70%;
  height: 70%;
}
.box-naranja .box-servicio-text h5 {
  color: #fff;
}
.box-naranja .box-servicio-text {
  color: #fff;
}
/* */
.list-blanco {
  margin: 0;
  padding: 0;
}
.list-blanco li {
  margin: 0;
  padding: 0 0 10px 25px;
  list-style: none;
  color: #fff;
  position: relative;
}
.list-blanco li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  opacity: 0.5;
}
.list-negro li {
  color: var(--bs-body-color);
}
.list-negro li:before {
  color: rgba(var(--bs-dark-rgb), 0.8);
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}

/* TABLA RESPONVISE */
table.tablaResp { 
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tablaResp tr {
  border: 1px solid #ddd;
  padding: 5px;
}
table.tablaResp th,
table td {
  padding: .2rem 1rem;
  text-align: center;
}
table.tablaResp th {
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
  table.tablaResp {
    border: 0;
  }
  table.tablaResp thead {
    display: none;
  }
  table.tablaResp tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.tablaResp td {
    display: block;
    text-align: right;
    font-size: .8; 
    border-bottom: 1px dotted #ccc;
  }
  table.tablaResp td:last-child {
    border-bottom: 0;
  }
  table.tablaResp td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: normal;
	font-size: 0.8rem;
  }
}
/* TABLA RESPONVISE FIN */

.box-cliente{
	display:inline-block;
	width: 250px;
	height: auto;
	margin: 0.5rem 0.5rem;
}
/* */ 
.pasosTop{
	width:100%;
	display: table;
	background-color:#f6f8fa; 
}
.pasosTopRow{
	display: table-row;
}
.pasosTopIzq,
.pasosTopCent,
.pasosTopDer{
	display: table-cell;
	vertical-align: middle;
} 
.pasosTopIzq{
	width:20%;
	text-align:center;
	background-color:#fff;
}
.pasosTopCent h4{
	font-size:1rem;
	margin:0px; 
}
.pasosTopCent p{
	font-size:.9rem; 
}
.pasosTopCent span{
	font-size:.8rem; 
}
.pasosTopDer{
	width:8%; 
}
.pasosTopLogo{
	width:100%;
	min-width:100px;
	max-width: 100%; 
}
.pasosTopEsp{
	display:block;
	padding: .5rem; 
}
.cargadorVerificarPago{
	display:none; 
}
.show{
	display:block !important; 
} 
.boxRecibo{
	width:22rem;
	display:inline-block;
	background-color:#e9edf3;
	border-radius: var(--bs-card-border-radius);
	margin: .2rem .3rem;
	overflow:hidden;
}
.boxReciboIcon{
	text-align:center;
	padding:2rem 0 1.5rem 0;
}
.boxReciboText{
	font-size: 1rem;
	text-align:center;
	padding-bottom:.7rem;
}
.boxReciboIcon i{
	color:#7f7f7f;
	font-size: 4rem;
}
.boxReciboBts{
	width:100%;
	padding-bottom: .8rem; 
} 
.boxReciboAbrir, .boxReciboDescargar{
	color:#fff;
	font-size: 0.8rem;
	font-weight: bold;
	text-align:center;
	display:inline-block; 
	padding:.7rem 2.5rem;
	margin: .15rem .2rem;
	border-radius: var(--bs-card-border-radius);
} 
.boxReciboAbrir i, .boxReciboDescargar i{
	font-size: 1rem;
	opacity: 0.5;
} 
.boxReciboAbrir{
	background-color:#2365d2;
}
.boxReciboAbrir:hover,
.boxReciboAbrir:hover{
	background-color:#3476e1;
}
.boxReciboDescargar{
	background-color:#094fc1;
}
.boxReciboDescargar:hover,
.boxReciboDescargar:hover{
	background-color:#3476e1;
}