@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;700&family=Roboto+Condensed&family=Roboto:wght@400;500;700&display=swap");

/* Estilos generales */
:root {
  --roboto: "Roboto", sans-serif;
  --exo: "Exo", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  height: 100%;
  margin: 0;
}

body > div {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: var(--exo);
  margin: 0;
}

a {
  text-decoration: none;
}

input {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border: solid 1px #d9e1df;
  border-radius: 8px;
  padding: 15px 15px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.d-none {
  display: none;
  opacity: 0;
}

table.dataTable {
  border-spacing: 0 15px !important;
}

/* 
.dataTables_wrapper .dataTable tbody td {
  text-transform: capitalize;
} */

/* .dataTables_wrapper .dataTable tbody td span {
  text-transform: capitalize;
}
 */
.dataTables_wrapper .dataTable tbody tr td:first-child {
  font-weight: 500;
  color: #2f344d;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  text-transform: uppercase;
  font-family: var(--exo);
  color: #2f344d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 0 !important;
}

table.dataTable tbody tr {
  border-radius: 10px;
  background: #d6e1e0 !important;
  font-family: var(--roboto);
  height: 64px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  visibility: hidden;
}

table.dataTable tbody th,
table.dataTable tbody td {
  font-family: var(--roboto);
}

td:first-child,
th:first-child {
  border-radius: 10px 0 0 10px;
}

td:last-child,
th:last-child {
  border-radius: 0 10px 10px 0;
}

table.dataTable.no-footer {
  border-bottom: 0 !important;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  display: none !important;
} */
#tblgeneradores_wrapper {
  padding-bottom: 40px;
}

#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  border: 0 !important;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0 !important;
}

#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button:active {
  /*  background: #ffffff00 !important;
  background-color: #ffffff00 !important;
  box-shadow: inset 0 0 0px #111 !important; */
  color: #0dac86 !important;
}

#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover {
  color: #0dac86 !important;
  background: white !important;
  border: 0 !important;
}

#tblgeneradores_wrapper.dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  font-weight: 900;
  border-bottom: 3px solid #0dac86 !important;
}

.datatables-mostrar-registros label {
  color: #2f344d !important;
  text-align: center;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.datatables-mostrar-registros select {
  border-radius: 10px !important;
  border: 1px solid #2f344d !important;
  height: 36px;
  margin: 0 5px;
}

.dataTables_length {
  display: none;
}

.a-ver-informacion {
  color: #2f344d;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

/*estilos checkbox*/
.contCheckBox {
  position: relative;
  box-sizing: border-box;
  margin: 2px 8px 0px 0px;
  min-width: 0px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.inputCheck {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}

.contCheckBox > svg {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #0dac86;
  border-radius: 2px;
  max-width: 100%;
  max-height: 100%;
  background-color: #b6ede0;
  fill: transparent;
}

.contCheckBox input:checked ~ svg {
  background-color: #0dac86;
}

.contCheckBox input ~ svg > path {
  fill: #b6ede0;
}

.contCheckBox input:checked ~ svg > path {
  fill: #fff;
}

/*fin estilos checkbox*/

input:focus {
  box-shadow: 0px 0px 0px 2px #0dac86;
}

input:focus-visible {
  outline: none;
}

label {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #0c4b3c;
}

button {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-family: var(--exo);
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  background: #2f344d;
  color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
  border-width: 0;
  cursor: pointer;
  min-height: 48px;
}

.hover {
  transition: opacity 0.3s ease, color 0.3s ease;
}

.hover:hover {
  opacity: 0.75;
}

.flex {
  display: flex;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.modal-content.paymentModal {
  width: 662px;
  height: 390px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.closeModalbtn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 12px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirmation-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  row-gap: 15px;
  width: 610px;
  height: 280px;
  justify-content: center;
}

.confirmation-modal-content > p {
  color: #2f344d;
  text-align: center;
  font-family: var(--exo);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
  width: 392px;
  max-width: 100%;
}

.confirmation-modal-content > div {
  display: flex;
  column-gap: 15px;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 5px;
  margin: 15px 0;
}

.breadcrumb > a,
.breadcrumb > span {
  display: block;
  color: #8a8a8a;
  font-family: var(--roboto);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

body.paginaDashboard {
  padding-left: 200px;
}

body:not(.paginaDashboard) {
  padding-left: 104px;
}

body.body-pagar {
  padding-left: 0;
}

.svgdashboard {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.toast {
  display: flex;
  position: absolute;
  left: calc(50%);
  width: fit-content;
  right: 20px;
  bottom: 20%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transform: translate(-50%) !important;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
}

.toast.info {
  background-color: #333;
}

.toast.good {
  background-color: #29bc41;
}

.toast.bad {
  background-color: #d23939;
}

.show {
  transform: translateY(0);
  opacity: 1;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.contra-divisor {
  width: 2px;
  height: 27px;
  background: #fff;
}

/* Fin estilos generales */

/* Estilos del navbar */
.nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  height: 100svh;
  min-height: 100%;
  width: 104px;
  background: #0c4b3c;
  margin: 0;
  /* padding: 25px 35px; */
}

.paginaDashboard .nav {
  width: 200px;
}

.nav > div {
  padding: 28px 10px 128px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  /* height: calc(100% - 156px); */
  justify-content: space-between;
}

.paginaDashboard .nav > div {
  padding-bottom: 50px;
  height: calc(100% - 78px);
}

.nav a {
  font-family: "Exo", sans-serif;
  color: #e8ebf8;
}

.nav-div-titulo {
  display: flex;
  justify-content: center;
}

.nav-div-titulo > a {
  margin-bottom: 60px;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
}

.nav-div-titulo h2 {
  color: #fff;
  font-family: var(--exo);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.paginaDashboard .nav-div-menu {
  padding: 0px 15px;
}

.nav-div-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 3px;
  row-gap: 3px;
  padding-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.paginaDashboard .nav-div-menu a {
  font-size: 14px;
}

.paginaDashboard .nav-div-menu a {
  flex-direction: row;
  border-bottom: 1px solid #e8ebf8;
  padding: 25px 0;
}

body:not(.paginaDashboard) .nav-div-menu a:last-child {
  padding-bottom: 0;
}

.nav-div-menu a svg {
  width: 25px;
}

.paginaDashboard .cardBottom {
  padding: 0 25px;
}

.nav-div-user {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
}

.nav-div-user > p {
  display: none;
  font-family: var(--roboto);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #e8ebf8;
}

.paginaDashboard .cardBottom .nav-div-user > p {
  display: block;
}

.nav-button-logout {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration-line: underline;
  padding-top: 5px;
}

.nav-avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

/* Fin estilos navbar */

.content_padding {
  /* padding-left: 120px; */
  /* padding-right: 85px; */
  width: 1040px;
  max-width: calc(100% - 120px);
  margin: auto;
}

/* .paginaDashboard .content_padding {
  padding-left: 220px;
} */

@media only screen and (min-width: 1300px) {
  .content_padding,
  .paginaDashboard .content_padding {
    padding-left: 0;
  }

  .content_padding {
    width: 1040px;
  }
}

/* Estilos barra de busqueda */
.barra-busqueda {
  display: flex;
  align-items: center;
  border-color: #d1d5db;
  border-bottom-width: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #d6e1e0;
  width: 100%;
  height: 90px;
}

.barra-busqueda button,
.btn-barra-busqueda {
  min-width: 208px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #2f344d;
  font-family: var(--exo);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 16px;
}

.barra-busqueda > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.barra-busqueda h2 {
  color: #0c4b3c;
  font-family: "Exo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  /* margin-right: 169px; */
}

.svg-busqueda {
  width: 24px;
  position: absolute;
  top: 25%;
  left: 13px;
}

.busqueda {
  position: relative;
  /* margin-right: 145px; */
}

.input-busqueda {
  font-family: var(--roboto);
  border-radius: 30px;
  border: 2px solid #bdcecc;
  background: #ffffff;
  padding: 10px 25px 10px 45px;
  text-align: center;
  width: 440px;
  height: 48px;
  max-width: 334px;
  height: 48px;
}

/* Fin estilos barra de busqueda */

/* Estilos barra titulo */
.barra-titulo {
  display: flex;
  border-color: #d1d5db;
  border-bottom-width: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #d6e1e0;
  width: 100%;
  height: 90px;
}

.barra-titulo > div {
  display: flex;
  /* width: 1040px;
  max-width: 100%; */
  /* margin: auto; */
  /* padding: 0 15px; */
  flex-direction: row;
  align-items: center;
}

.barra-titulo h2 {
  color: #0c4b3c;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.barra-titulo-heading-dash {
  color: #0c4b3c !important;
  font-family: var(--exo) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.barra-titulo h3 {
  color: #fff;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.barra-titulo h4 {
  color: #e5eceb;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.barra-titulo .contra-divisor {
  margin: 0 30px;
}

/* Fin estilos barra titulo */

/* Estilos pagina de login */
.login-main {
  min-height: 100%;
}

.login-body {
  background: linear-gradient(to right, #0c4b3c 50%, #e5eceb 50%);
}

.login-main-div {
  padding: 0 20px;
  height: 100vh;
  display: flex;
  flex-direction: row;
  /* width: 1140px; */
  max-width: 100%;
  margin: auto;
}

.login-main-div > div {
  width: 50%;
}

.login-div-texto {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 180px;
}

.login-div-texto h2,
.login-div-texto h1 {
  color: #fff;
}

.login-div-texto h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.login-div-texto h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.login-ingreso {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-contenedor {
  width: 430px;
  max-width: 100%;
}

.login-ingreso h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: #0c4b3c;
  margin-bottom: 20px;
}

.login-recordar {
  display: none;
  /* flex */
  align-items: center;
  column-gap: 7px;
  margin-bottom: 25px;
}

.label-recordar {
  font-family: var(--exo);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #2f344d;
}

.p-error {
  color: #ef4444;
}

.login-olvide-contra {
  margin-top: 25px;
  margin-bottom: 25px;
}

.login-a-olvide-contra {
  font-family: var(--exo);
  color: #2f344d;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.login-bt-enviar {
  width: 100%;
}

.login-email {
  margin-bottom: 30px;
}

.login-form {
  width: 360px;
  max-width: 100%;
}

.login-email,
.login-contra {
  font-size: 16px;
}

.div-contra {
  display: flex;
  align-items: center;
  position: relative;
}

.mostrar-contra {
  position: absolute;
  top: 28%;
  right: 5%;
  cursor: pointer;
}

.mostrar-contra .ocultarpass,
input#password[type="text"] ~ .mostrar-contra .verpass,
input#rpassword[type="text"] ~ .mostrar-contra .verpass {
  display: none;
}

input#password[type="text"] ~ .mostrar-contra .ocultarpass,
input#rpassword[type="text"] ~ .mostrar-contra .ocultarpass {
  display: block;
}

::-ms-reveal {
  display: none;
}

/* Fin estilos login */

/* Estilos del dashboard */
.dash-main-div {
  /* width: calc(100% - 210px); */
  width: 100%;
}

.dash-cards-div {
  width: 100%;
}

.dash-notif-cards {
  display: flex;
}

.notif-card {
  display: flex;
  background-color: #e7e8ea;
  border-radius: 10px;
  border: 1px solid #dddfe2;
  padding: 15px 25px;
  position: relative;
  width: 510px;
  max-width: 100%;
}

.notif-card a.dash-a-cerrar {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.dash-main-content {
  padding-top: 50px;
  padding-bottom: 10px;
}

.dash-cards {
  display: flex;
  column-gap: 20px;
  margin-bottom: 70px;
}

.dash-cards a {
  display: flex;
  width: 245px;
  height: 143px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  color: #2f344d;
}

.dash-cards h3 {
  text-transform: uppercase;
}

.svg-tipo {
  width: 42px;
  height: 42px;
}

/* Fin estilos dashboard */

/* Estilos pagina nuevo generador */
#tblgeneradores .dataTables_empty {
  padding: 40px 0;
}

.form-modal-nuevo-gen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 25px;
}

.form-modal-nuevo-gen > div {
  width: calc(50% - 12.5px);
}

.form-modal-nuevo-gen > div:last-child {
  width: 100%;
}

.section-modal-nuevo-gen {
  width: 850px;
  max-width: 100%;
  padding: 25px;
}

.section-modal-nuevo-gen h3 {
  font-family: Exo;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #0c4b3c;
  margin-bottom: 30px;
}

.boton-modal-nuevo-gen {
  margin-top: 25px !important;
  display: flex;
  margin: auto;
  width: 360px;
  max-width: 100%;
  border-radius: 4px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.form-modal-nuevo-gen label {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #0c4b3c;
}

.form-modal-nuevo-gen :where(input, select) {
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 2px #d9e1df;
  background-color: #fff;
  width: 100%;
}

.form-modal-nuevo-gen input:focus {
  border-color: #0dac86;
  outline: none;
  box-shadow: none;
}

/* Fin estilos pagina nuevo generador */

/* Estilos pagina mostrar generadores */

.cont-filtro-habilitados {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.cont-filtro-habilitados a {
  color: #8e9098;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 16.5px;
}

.habilitados-deshabilitados {
  display: flex;
}

.habilitados-deshabilitados div:first-child {
  border-right: solid 1px #8e9098;
}

.tipo-registro.active {
  color: #0c4b3c;
  font-weight: 700;
}

.mostrar-gen-main-div {
  width: 100%;
}

.mostrar-gen-content {
}

.mostrar-gen-heading {
  display: flex;
  justify-content: space-between;
}

.mostrar-gen-heading h1,
.mostrar-gen-heading a {
  text-transform: uppercase;
  color: #2f344d;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mostrar-gen-heading h1 {
  font-size: 22px;
}

.mostrar-gen-heading a {
  font-size: 14px;
  text-decoration-line: underline;
}

.mostrar-gen-heading svg {
  width: 18px;
  margin-right: 7px;
}

.mostrar-gen-heading-buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.mostrar-gen-a {
  display: flex;
  align-items: center;
}

.tab-container {
  margin: 20px auto;
  border-radius: 10px;
}

.tabs {
  display: flex;
  column-gap: 20px;
}

.tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #99a1a0;
}

.tab.active {
  background: #0dac86;
}

.tab-content {
  padding: 20px;
  display: none;
  background: #e5eceb;
  border-radius: 10px;
  border-top-left-radius: 0;
  height: auto;
  min-height: 60vh;
}

.tab-content.active {
  display: block;
}

.mostrar-gen-span-titulo {
  color: #fff;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.mostrar-gen-datos-generador {
  width: 50%;
  border-right: 1px solid #0c4b3c;
}

.mostrar-gen-servicio-pagos-contenedor {
  width: 50%;
}

.mostrar-gen-servicio-pagos-heading {
  display: flex;
  padding: 0px 175px 0 35px;
  justify-content: space-between;
  column-gap: 10px;
}

.mostrar-gen-servicio-pagos-heading > div {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 50%;
  margin-top: 35px;
}

.mostrar-gen-general {
  display: flex;
}

.mostrar-gen-estado {
  display: inline-block;
  border-radius: 100px;
  padding: 0 15px;
}

.mostrar-gen-estado > span {
  margin: 0;
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mostrar-gen-estado.ok {
  border: 1px solid #29bc41;
  background: #a9eeb4;
  text-transform: none;
}

.mostrar-gen-estado.debe {
  border: 1px solid #d23939;
  background: #ffcece;
}

.mostrar-gen-datos-generador-h2 {
  color: #2f344d;
  font-family: var(--exo) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
}

.mostrar-gen-datos-generador-container {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.mostrar-gen-datos-generador-container > div {
  width: 50%;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}

.mostrar-gen-general h2,
.mostrar-gen-general h3 {
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.mostrar-gen-general h2 {
  font-weight: 400;
}

.mostrar-gen-general h3 {
  font-weight: 700;
}

.mostrar-gen-servicio-pagos-content {
  margin-top: 35px;
  margin-left: 35px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.mostrar-gen-servicio-pagos-content > div {
  width: 50%;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}

.mostrar-gen-tabla-estado {
  width: 831px;
}

.mostrar-gen-tabla-estado > div > span {
  color: #0c4b3c;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.mostrar-gen-tabla-estado-fila {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  padding: 0 25px;
}

.mostrar-gen-tabla-estado-fila.desactivado {
  padding-left: 43px;
  background: #c9d7d5;
}

.mostrar-gen-tabla-estado-fila.desactivado span {
  color: #899290;
  font-weight: 600;
}

.mostrar-gen-tabla-estado-fila.seleccionado {
  background: #b6ede0;
}

.mostrar-gen-tabla-estado-fila span {
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mostrar-gen-tabla-estado-fila span.num {
  font-weight: 600;
}

.mostrar-gen-tabla-estado-heading {
  display: flex;
  margin-bottom: 5px;
}

.mostrar-gen-tabla-estado-heading-mes {
  margin-left: 30px;
}

.mostrar-gen-tabla-estado-heading-monto {
  margin-left: 140px;
}

.mostrar-gen-tabla-estado-heading-interes {
  margin-left: 20px;
}

.mostrar-gen-tabla-estado-heading-checkbox {
  margin-left: 25px !important;
}

.contCheckBox.estadoCuenta {
  margin: 0;
}

.mostrar-gen-tabla-estado-col-mes {
  margin-left: 32px;
  flex: 0 0 auto;
  width: 150px;
}

.mostrar-gen-tabla-estado-col-mes > span {
  text-transform: capitalize;
}

.mostrar-gen-tabla-estado-col-monto {
  flex: 0 0 auto;
  width: 75px;
  text-align: center;
  margin-left: 33px;
  max-width: 75px;
}

.mostrar-gen-tabla-estado-col-interes {
  flex: 0 0 auto;
  width: 68px;
  text-align: center;
  margin-left: 14px;
  max-width: 75px;
}

.mostrar-gen-estado-registros {
  display: grid;
  row-gap: 8px;
  max-height: 470px;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 16px;
  background: #ced4d4;
}

::-webkit-scrollbar-thumb {
  background: #8e90987c;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8e9098;
}

::-webkit-scrollbar-button {
  display: none;
}

.mostrar-gen-estado-tabla-footer {
  /* display: none; */
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mostrar-gen-estado-tabla-footer div {
}

.mostrar-gen-estado-tabla-footer-totales {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 40px;
}

.mostrar-gen-estado-tabla-footer-totales h2,
.mostrar-gen-estado-tabla-footer-totales h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.mostrar-gen-estado-tabla-footer-totales h3 {
  font-family: var(--roboto);
}

.mostrar-gen-estado-tabla-footer-subtotal h2,
.mostrar-gen-estado-tabla-footer-subtotal h3 {
  font-weight: 500;
}

.mostrar-gen-estado-tabla-footer-total h2,
.mostrar-gen-estado-tabla-footer-total h3 {
  font-weight: 700;
}

.mostrar-gen-estado-tabla-footer-subtotal,
.mostrar-gen-estado-tabla-footer-total {
  display: flex;
  justify-content: space-between;
}

.mostrar-gen-estado-tabla-footer-contenedor {
  margin: 0 90px 0 30px;
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.mostrar-gen-estado-tabla-footer-resumen-cant > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.mostrar-gen-estado-tabla-footer-resumen-cant a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #2f344d;
  font-family: var(--exo);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  margin-left: 14px;
  width: 168px;
}

.mostrar-gen-estado-tabla-footer-items-seleccionados span {
  color: #0dac86;
  font-family: var(--roboto);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.mostrar-gen-estado-tabla-footer-items-seleccionados {
  display: flex;
  width: 231px;
  height: 44px;
  background: #dcfff7;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  border-radius: 6px;
  padding-left: 15px;
}

.mostrar-gen-metodo-pago {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.mostrar-gen-metodo-pago div {
  display: flex;
  justify-content: center;
}

.mostrar-gen-metodo-pago a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 66px;
  border-radius: 4px;
  border: 1px solid #99a1a0;
  background: #d6e1e0;
  text-transform: uppercase;
  color: #2f344d;
  text-align: center;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mostrar-gen-divisor {
  height: 1px;
  background-color: #6e6f74;
  width: 520px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 25px;
}

.mostrar-gen-modal-pago-heading.flex {
  flex-direction: column;
  align-items: center;
}

.mostrar-gen-modal-pago-heading.flex a {
  background: #2f344d;
  color: #fff;
  width: 245px;
  height: 48px;
}

.mostrar-gen-modal-pago-heading h2 {
  color: #2f344d;
  font-family: var(--exo);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.mostrar-gen-modal-pago-heading a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tipo-pago.active {
  background: #0dac86;
  border: #0dac86;
  color: #fff;
}

.mostrar-gen-pago-online {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
}

.mostrar-gen-pago-online h2 {
  color: #0c4b3c;
  font-family: Exo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.mostrar-gen-pago-online input {
  width: 424px;
}

.mostrar-gen-pago-online a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 48px;
  border-radius: 4px;
  background: #2f344d;
  color: #fff;
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  text-transform: uppercase;
  column-gap: 10px;
}

.pago-municipal,
.pago-online {
  display: none;
}

.months-list {
  display: none;
}

.mostrar-gen-tabla-historial {
  height: 100%;
}

.expand-button {
  background-color: #ccc;
  border: none;
  padding: 5px 10px;
  margin-right: 10px;
  cursor: pointer;
}

.year-container {
  padding: 0 80px;
  height: 100%;
  overflow: auto;
}

.year-title {
  font-weight: bold;
  cursor: pointer;
}

.year-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 8px;
}

.year-header,
.year-header span {
  background: #0c4b3c;
}

.year-title {
  color: #fff;
  font-family: var(--exo);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #c9d7d5;
  border-radius: 8px;
  padding: 0 60px;
  height: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.month a {
  display: flex;
  column-gap: 8px;
  align-items: center;
  text-decoration: underline;
  color: #2f344d;
  font-family: var(--exo);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.expanded {
  display: block;
}

.boton-confirmar {
  width: 245px;
  padding: 15px 15px;
  background: #2f344d;
  border-radius: 4px;
}

.boton-cancelar {
  background-color: #fff;
  color: #2f344d;
  padding: 15px 15px;
  border: 2px solid #2f344d;
  width: 245px;
}

.mostrar-gen-tabla-historial-no-cuotas {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.mostrar-gen-tabla-historial-no-cuotas div {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}

.mostrar-gen-tabla-historial-no-cuotas h2 {
  color: #6e6f74;
  text-align: center;
  font-family: var(--roboto);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mostrar-gen-cont-estado {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 25px;
}

.filtro-tabla-gen {
  display: none;
  border-radius: 10px;
  border: 1px solid #2f344d;
  padding: 10px 15px 10px 50px;
}

/* Fin estilos mostrar generadoes */

/* Estilos reestablecer contraseña */

.reset-contra-body {
  background: #e5eceb;
}

.reset-contra-content {
  display: flex;
  max-width: 440px;
  margin: auto;
  margin-top: 70px;
}

.reset-contra-items > h2 {
  color: #0c4b3c;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}

.reset-contra-items > h3 {
  color: #2f344d;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.reset-contra-items > label {
  color: #0c4b3c;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px !important;
}

.reset-contra-items > input {
  margin-bottom: 25px;
}

.reset-contra-items button {
  width: 100%;
}

/* Fin estilos reestablecer contraseña */

.redireccion-epagos-content {
  background: #fff;
  width: 662px;
  height: 650px;
  margin: auto;
  border-radius: 10px;
  margin-top: 50px;
}

.redireccion-epagos-items {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  height: 100%;
  margin: auto;
  padding: 44px 0 67px 0;
}

.redireccion-epagos-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.redireccion-epagos-info {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  margin-top: 20px;
}

.redireccion-epagos-info h3 {
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.redireccion-epagos-info h4 {
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.redireccion-epagos-info h5 {
  color: #2f344d;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.redireccion-epagos-info button {
  width: 100%;
}

/* 404, 403 y Mantenimiento */
body.page404 {
  background-color: var(--GERPA_Fondo200, #d6e1e0);
  padding-left: 0;
}

.content-main {
  width: 1040px;
  max-width: 100%;
  margin: auto;
}

.card-error {
  padding: 20px;
  padding-top: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-error .red-error {
  color: var(--GERPA_Rojo500, #d23939);
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 13px 0 26px;
}

.card-error .error-title {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 33px;
}

.card-error hr {
  width: 199.5px;
  max-width: 100%;
  border-color: #2f344d;
  border-top: 1px;
  margin: 0 auto 23px;
}

.card-error p.roboto18 {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.card-error .content-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.card-error .content-btn a {
  color: var(--GERPA_Verde400, #307061);
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
  margin-bottom: 23px;
  text-transform: uppercase;
}

/* 403 */
.page403 {
  background-color: var(--GERPA_Verde400, #307061);
  padding-left: 0;
}

.page403 .card-error .red-error,
.page403 .card-error .error-title,
.page403 .card-error p.roboto18,
.page403 .card-error .content-btn a {
  color: var(--GERPA_Blanco00, #fff);
}

.page403 .error-title {
  max-width: 445px;
  text-align: center;
}

/* Mantenimiento */
body.pagemantenimiento {
  background-color: var(--GERPA_Fondo200, #d6e1e0);
}

.pagemantenimiento .card-error h1 {
  color: var(--GERPA_Verde400, #307061);
  margin-top: 8px;
}

.pagemantenimiento p.roboto22 {
  width: 492px;
  max-width: 100%;
  color: var(--GERPA_Azul500, #2f344d);
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 11px;
}

/* fin mantenimiento */
/* _________________ */
/* tab bolsas */
.mostrar-tabla-bolsas {
  width: 864px;
  max-width: 100%;
  margin: 25px auto;
}

.mostrar-tabla-bolsas > h3 {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mostrar-tabla-bolsas .mostrar-tabla-bolsas-heading {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 8px;
}

.mostrar-tabla-bolsas .mostrar-tabla-bolsas-heading span {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  min-width: 130px;
}

.mostrar-tabla-bolsas .mostrar-tabla-bolsas-heading span:not(:first-child) {
  text-align: center;
  width: 19%;
}

.mostrar-tabla-bolsas .mostrar-tabla-bolsas-heading span:first-child {
  width: 43%;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros article {
  border-radius: 8px;
  background: var(--GERPA_Blanco00, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px;
  margin-bottom: 9px;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros article:last-child {
  margin-bottom: 18px;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros .img-bolsa {
  width: 88px;
  height: 88px;
  background: #bdcecc;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros .tbody-cantidad > div,
.mostrar-tabla-bolsas .mostrar-bolsas-registros .imgnombre-bolsa {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros .tbody-cantidad input {
  width: 37px;
  height: 40px;
  border-top: 1px solid var(--GERPA_Gris300, #99a1a0);
  border-bottom: 1px solid var(--GERPA_Gris300, #99a1a0);
  background-color: white;
  padding: 0;
  text-align: center;
  border-radius: 0;
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mostrar-tabla-bolsas .mostrar-bolsas-registros .tbody-cantidad button {
  width: 37px;
  height: 40px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid var(--GERPA_Gris300, #99a1a0);
  background: var(--GERPA_Fondo200, #d6e1e0);
  padding: 0;
  min-height: auto;
}

.mostrar-tabla-bolsas
  .mostrar-bolsas-registros
  .tbody-cantidad
  button.aumentar-bolsa {
  border-radius: 0px 8px 8px 0px;
}

.mostrar-bolsas-registros article #nombre-bolsa,
.mostrar-bolsas-registros article .tbody-precio,
.mostrar-bolsas-registros article .tbody-subtotal {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.mostrar-bolsas-registros article strong,
.mostrar-bolsas-registros article .tbody-subtotal {
  font-weight: 600;
}

.mostrar-bolsas-registros article #nombre-bolsa {
  padding-left: 16px;
  text-align: left;
  width: calc(100% - 88px);
}

.mostrar-bolsas-registros article .imgnombre-bolsa {
  width: 43%;
  justify-content: flex-start;
}

.mostrar-bolsas-registros article .tbody-precio,
.mostrar-bolsas-registros article .tbody-subtotal,
.mostrar-bolsas-registros article .tbody-cantidad {
  text-align: center;
  width: 19%;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer {
  width: 422px;
  border-radius: 8px;
  background: var(--GERPA_Blanco00, #fff);
  margin-left: auto;
  margin-right: 0;
  padding: 24px 22px;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer .fbolsas-cantidad,
.mostrar-tabla-bolsas .mostrar-bolsas-footer .total-desc {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer .total-desc {
  font-size: 14px;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer .fbolsas-total,
.mostrar-tabla-bolsas .mostrar-bolsas-footer .total-monto {
  color: var(--GERPA_Verde500, #0c4b3c);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mostrar-tabla-bolsas .mostrar-bolsas-footer .btn-comprar-bolsas {
  margin-left: auto;
}

/* fin tab bolsas */

.mostrargenerador .barra-busqueda > div > form {
  display: none;
}

/* pagina configuracion */
.pageconfig .barra-busqueda > div > form {
  display: none;
}

.pageconfig .contentservicios {
  padding: 70px 0 47px;
}

.pageconfig .contentservicios .tablehead,
.pageconfig .contentbolsas .bolsashead {
  padding: 0 22px 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pageconfig .contentservicios .tablehead span,
.pageconfig .contentbolsas .bolsashead span {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: var(--exo);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.pageconfig .contentservicios .cardservicio,
.pageconfig .contentbolsas .cardbolsa {
  border-radius: 10px;
  background: var(--GERPA_Fondo200, #d6e1e0);
  padding: 24px 40px 21px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.pageconfig .contentbolsas .cardbolsa {
  padding: 12px 40px 12px 12px;
}

.pageconfig .contentservicios .col1,
.pageconfig .contentbolsas .col1 {
  min-width: 200px;
  width: 42%;
}

.pageconfig .contentservicios .col2,
.pageconfig .contentbolsas .col2 {
  min-width: 75px;
  width: 12%;
  text-align: center;
}

.pageconfig .contentservicios .col3,
.pageconfig .contentbolsas .col3 {
  min-width: 150px;
  width: 37%;
  text-align: center;
}

.pageconfig .contentservicios .col4,
.pageconfig .contentbolsas .col4 {
  min-width: 82px;
  width: 9%;
}

.pageconfig .a-ver-informacion {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
  justify-content: flex-end;
}

/* bolsas */
.pageconfig .contentbolsas .bolsashead .col2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.pageconfig .contentbolsas .bolsashead .col2 .fw500 {
  font-weight: 500;
}

.pageconfig .contentbolsas .imgnombre-bolsa {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.pageconfig .contentbolsas .imgnombre-bolsa .img-bolsa {
  width: 88px;
  height: 88px;
  background: #bdcecc;
}

.pageconfig .contentbolsas .imgnombre-bolsa .nombre-bolsa {
  padding-left: 16px;
  text-align: left;
  width: calc(100% - 88px);
  color: var(--GERPA_Azul500, #2f344d);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.oculto {
  display: none;
}

.content-norespuesta {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 11px;
}

.content-norespuesta span {
  color: var(--GERPA_Gris500, #6e6f74);
  text-align: center;
  font-family: var(--roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-norespuesta p {
  color: var(--GERPA_Gris500, #6e6f74);
  text-align: center;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 251px;
  max-width: 100%;
}

.content-norespuesta.nopago {
  margin-top: 25px;
}

.modal-confi {
  width: 711px;
  max-width: 100%;
  padding: 67px 20px 40px;
}

.modal-confi .form-confi {
  flex-direction: column;
  align-items: center;
}

.modal-confi .form-confi > div,
.modal-confi h3 {
  width: 421px;
  max-width: 100%;
}

.modal-confi h3 {
  text-align: left;
  margin: auto;
  padding-bottom: 50px;
}

.modal-confi .btn-form-config {
  width: fit-content;
  padding: 14px 22px;
}

.form-confi > div > div:not(.oculto) {
  margin-top: 11px;
}

.form-confi :where(input, select) {
  padding: 16px 22px 18px;
  font-size: 16px;
}

.modal-confi .desclabel {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.modal-confi .content-untributaria .inputuntributaria {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}

.modal-confi .content-untributaria .inputuntributaria > input {
  width: 206px !important;
}

.modal-confi .content-untributaria .precioxunitributaria {
  color: var(--GERPA_Azul500, #2f344d);
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 2px solid var(--GERPA_Fondo200, #d6e1e0);
  background: var(--GERPA_Fondo200, #d6e1e0);
  height: 56px;
  width: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** LOADER *****/
.loader {
  width: 27px;
  height: 27px;
  position: relative;
  animation: loader 2.5s infinite linear both;
}

.loader-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: loader-dot 2s infinite ease-in-out both;
}

.loader-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: loader-dot-before 2s infinite ease-in-out both;
}

.loader-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.loader-dot:nth-child(2) {
  animation-delay: -1s;
}

.loader-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.loader-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.loader-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.loader-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.loader-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.loader-dot:nth-child(2):before {
  animation-delay: -1s;
}

.loader-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.loader-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.loader-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.loader-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1);
  }
}

.d-none {
  display: none;
}

#tblgeneradores_filter {
  display: none;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting::before {
  opacity: 0 !important;
}

table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc:before {
  opacity: 7 !important;
}
