@charset "ISO-8859-1";

/*Form-Wizard*/
.wizard .content {
  background: transparent;
  border-radius: 0;
  min-height: 100px;
  margin: 0;
  border: none;
  border-top: none;
  margin-bottom: 30px;
}

.wizard .content .table-responsive {
  margin: 0 -30px;
}

.wizard .content > .body {
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
}

.wizard .content > .body input.error {
  border-color: rgba(241, 91, 38, 0.5) !important;
  background: transparent;
}

.wizard .steps .number {
  font-size: 18px;
  color: #878787;
}

.wizard .steps ul {
  display: table;
  width: 100%;
}

.wizard .steps ul > li {
  display: table-cell;
  background: rgba(255, 255, 255, 0.1);
}

.wizard .steps ul > li.done {
  background: #2ecd99;
}

.wizard .steps ul > li.current {
  background: #f0c541 !important;
}

.wizard .steps ul > li > a {
  margin: 0;
  padding: 14px 20px;
  background: transparent !important;
}

.wizard .steps ul > li > a:hover,
.wizard .steps ul > li > a:focus,
.wizard .steps ul > li > a:active {
  margin: 0;
  padding: 14px 20px;
}

.wizard .steps ul > li span.head-font {
  display: inline !important;
  font-size: 16px;
}

.wizard .steps ul > li span.number {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  margin-right: 8px;
  text-align: center;
  background: white;
}

.wizard .steps ul > li.disabled a {
  cursor: not-allowed !important;
}

.wizard > .actions {
  padding-right: 15px;
}

.wizard > .actions > ul > li {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  float: none;
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

.wizard .bootstrap-touchspin {
  width: 70px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

.wizard > .content > .body label.error {
  display: none !important;
}

.current {
  color: inherit !important;
}

.wizard > .content > .body ul.cards > li {
  display: inline-block;
}

.tabcontrol > .content {
  border-top: medium none;
  height: auto;
  padding-top: 0;
}

.tabcontrol > .content > .body {
  position: relative;
  height: auto;
  padding: 15px 0 0 0;
  width: 100%;
}

.tabcontrol > .steps > ul {
  border-bottom: 1px solid #f7f7f9;
  margin-top: 0;
  float: left;
  width: 100%;
  top: 0;
}

.tabcontrol > .steps > ul > li {
  border: medium none;
  margin: 0 5px 0 0;
  padding: 0;
  background: transparent;
}

.tabcontrol > .steps > ul > li:hover,
.tabcontrol > .steps > ul > li:focus,
.tabcontrol > .steps > ul > li:active {
  background: transparent;
  border: medium none;
}

.tabcontrol > .steps > ul > li > a {
  background: transparent;
  border: none;
  padding: 10px 20px;
  color: #878787;
  margin: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.tabcontrol > .steps > ul > li > a:active,
.tabcontrol > .steps > ul > li > a:focus,
.tabcontrol > .steps > ul > li > a:hover {
  color: #fff;
}

.tabcontrol > .steps > ul > li.current {
  border: medium none;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current > a {
  color: #fff;
  padding: 10px 20px;
  border-bottom: 3px solid #2ecd99;
}

.tabcontrol > .steps > ul > li.current > a:active,
.tabcontrol > .steps > ul > li.current > a:focus,
.tabcontrol > .steps > ul > li.current > a:hover {
  color: #fff;
}

.tabcontrol > .steps > ul > li:first-child > a {
  border-top-left-radius: 10px;
}

.tabcontrol > .steps > ul > li:last-child {
  margin-right: 0;
}

.tabcontrol > .steps > ul > li:last-child > a {
  border-top-right-radius: 10px;
}

.review-tag {
  font-size: 18px;
}

/* CSS Document */

.i2m_panel-pricing {
  background-color: #f2f2f2;
  border-radius: 25px;
  border: 1.8px #a2a2a2 solid;
  color: #606060;
  padding: 60px 0px;
  transition-duration: 0.2s;
  margin-left: 3px;
  margin-right: 3px;
}

.i2m_panel-pricing:hover {
  background-color: #d3d3d3;
  transform: scale(1.03);
}

.i2m_panel-price {
  /* width: 130px; */
  /* height: 130px; */
  display: flex;
  align-items: center;
}

.i2m_icon-panel-price {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--i2m_primaryColor);
  margin-bottom: 25px;
}

.i2m_icon-panel-price i {
  font-size: 45px;
  color: #fff;
}

.panel-heading .i2m_panel-price p {
  font-size: 38px !important;
  line-height: 42px !important;
  color: #606060;
  font-weight: 370;
  display: flex;
  align-items: center;
  letter-spacing: -0.7px;
}

.i2m_panel-price p span {
  font-size: 26px;
  margin-left: 0.25rem !important;
  margin-right: 10px;
}

.panel-heading h3 {
  color: var(--i2m_colorPerfilOscuro);
  letter-spacing: 0.5px;
  font-size: 25px;
}

.panel-heading p {
  line-height: 25px !important;
  font-size: 18px !important;
}

.i2m_panel-body {
  border-top: 1.8px solid #606060 !important;
  padding: 35px 0px;
}

.i2m_point-item-subscription {
  font-size: 8px;
  color: var(--i2m_colorPerfilOscuro);
  margin-right: 5px;
}

.i2m_list-suscripcion {
  color: #606060;
}

.i2m_btn-subscription {
  background-color: var(--i2m_primaryColor) !important;
  opacity: 1;
  color: #606060 !important;
  text-transform: capitalize !important;
}

.i2m_btn-subscription:hover {
  opacity: 0.8;
}

.i2m_panel-pricing_morePopular {
  border: 1.8px var(--i2m_colorPerfilOscuro) solid;
}

.i2m_panel-pricing_morePopular .i2m_bg-perfilOscuro {
  background-color: var(--i2m_colorPerfilOscuro);
  display: inline-block !important;
}

@media (max-width: 1200px) {
  .i2m_panel-pricing {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .promo_block .container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.btn.btn-rounded {
  border-radius: 50px;
}

.promo_block .panel-body > .container {
  display: flex;
  justify-content: center;
}
/* 
.manage-subscriptions .table > thead > tr > th,
.manage-subscriptions .table > tbody > tr > th,
.manage-subscriptions .table > tfoot > tr > th,
.manage-subscriptions .table > thead > tr > td,
.manage-subscriptions .table > tbody > tr > td,
.manage-subscriptions .table > tfoot > tr > td {
  padding: 23px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.manage-subscriptions .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  font-size: 16px;
} */

.manage-subscriptions h2 {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 6rem;
  font-size: 3rem;
}

.manage-subscriptions img.d-block.float-left {
  height: 68px;
  padding: 9px -28px !important;
}
/* 
.manage-subscriptions table.table {
  display: block;
  margin-top: -17px;
}

.manage-subscriptions thead {
  padding: -2px;
}

.manage-subscriptions tr {
  text-align: center;
}

.manage-subscriptions thead {
  font-size: 16px !important;
} */

.manage-subscriptions .text-light {
  --bs-text-opacity: 1;
  color: unset !important;
}
/* 
.manage-subscriptions .table th,
.manage-subscriptions .table td {
  vertical-align: middle !important;
  box-sizing: border-box;
} */

.i2m_subscription_list .label {
  margin-top: 0;
  /* Asegurarse de que no haya margen superior */
  margin-bottom: 0;
  /* Asegurarse de que no haya margen inferior */
}

/* Contenedor principal */
#conte_centro_profile .container {
  margin-top: 20px;
  width: 100% !important;
}

/* Cada fila de usuario (i2m_subscription_list) */
#conte_centro_profile .i2m_subscription_list {
  padding: 15px 0;
  /* border-bottom: 1px solid #dddddd; */
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Imagen del usuario */
#conte_centro_profile img.img-fluid {
  height: 68px;
  padding: 9px 0;
  object-fit: cover;
}

/* Estilos generales para texto */
#conte_centro_profile .text-light {
  color: unset !important;
  font-size: 14px;
}

#conte_centro_profile .i2m_subscription_list .label {
  padding: 0 13px;
  line-height: 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 !important;
  background: none;
  color: black;
  /* Aquí puedes ajustar el color de fondo y otros estilos */
}

/* Estilo específico para cuando el estado es 'Active' */
#conte_centro_profile .i2m_subscription_list .label.bg-success {
  background: var(--i2m_colorPerfilClaro);
  color: #fff !important;
  /* Texto en blanco */
  margin: auto !important;
}

/* Fecha de pago y monto */
#conte_centro_profile .i2m_subscription_list .payment-info {
  text-align: center;
}

/* Método de pago */
#conte_centro_profile .i2m_subscription_list .payment-method {
  text-align: center;
}

/* Título para la sección de gestión de suscripciones */
#conte_centro_profile .manage-subscriptions h2 {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 6rem;
  font-size: 3rem;
}

/* Asegurarse que los elementos dentro de la fila de usuario estén alineados verticalmente */
#conte_centro_profile .i2m_subscription_list div {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around !important;
}

/* Para mejorar el aspecto en pantallas pequeñas */
@media (max-width: 768px) {
  #conte_centro_profile .i2m_subscription_list {
    flex-direction: column;
    text-align: center;
  }
}

button.btn.btn-primary.btn-invoice {
  display: block;
  margin: auto !important;
}

/* Evitar que las columnas cambien de disposición */
.i2m_subscription_list {
  display: flex;
  flex-wrap: nowrap;
  /* No permite que los elementos cambien de línea */
  align-items: center;
  justify-content: space-between;
}

/* Ajustar el tamaño del texto para pantallas más pequeñas */
@media (max-width: 1030px) {
  .i2m_subscription_list .label {
    font-size: 12px !important;
    /* Reduce el tamaño del texto */
  }

  .i2m_subscription_list .text-light {
    font-size: 12px !important;
    /* Ajustar tamaño de texto light */
  }

  /* Asegurar que el botón siga visible y centrado */
  .btn-invoice {
    padding: 5px 10px !important;
    font-size: 12px !important;
    /* Ajustar el tamaño del botón */
  }
}

/* Ajuste adicional para pantallas muy pequeñas */
@media (max-width: 768px) {
  .i2m_subscription_list {
    flex-direction: column !important;
    /* Apilar las columnas en pantallas más pequeñas */
  }

  .i2m_subscription_list .label,
  .btn-invoice {
    margin-top: 10px;
  }
}

/* Asegura que el contenedor esté centrado */
.no-sub-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
  text-align: center;
  flex-direction: column;
}

/* Título */
.no-sub-container h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* Descripción */
.no-sub-container p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Botón de llamada a la acción con verde llamativo */
.no-sub-container .no-sub-button {
  background-color: var(--i2m_primaryColor);
  /* Verde chillón */
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.no-sub-container .no-sub-button:hover {
  background-color: #001321;
  /* Verde ligeramente más oscuro en hover */
}

@media (max-width: 468px) {
  .promo_block .frm-login-box.frm-border.form-bottom {
    padding: 0 0 !important;
    background: white !important;
  }
}

.promo_block .tsf-content {
  padding: 0 0 !important;
  border: none !important;
}

@media (max-width: 768px) {
  .promo_block .tsf-controls .tsf-wizard-btn {
    padding: 0.75rem 1.6rem 0.6rem 2.6rem !important;
  }
}

@media (max-width: 600px) {
  #frm_SUBCUENTA_USU {
    padding: 0 !important;
  }
  #frm_SUBCUENTA_USU .col-12.mb-4 {
    padding: 0;
    margin: 0;
  }

  .i2m_mobile .container.row.bg-custom-gray,
  .i2m_tablet .container.row.bg-custom-gray {
    padding: 0 !important;
  }
  .container.user-subscription .row {
    justify-content: unset !important;
  }

  #frm_SUBCUENTA_USU li.nav-item {
    margin-right: 0 !important;
  }
}

.subscription-expanded {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0px auto;
}

.subscription-details {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}

.details-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.active-sub-extend {
  color: green;
  font-weight: bold;
}

.actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cancel-button {
  padding: 5px 12.5px;
  background-color: #d9534f;
  color: white;
  border: none;
  border-radius: 33px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.cancel-button:hover {
  background-color: #c9302c;
}

.payment-config {
  background-color: #fff3cd;
  padding: 12px 16px;
  border-left: 4px solid #ffeeba;
  border-radius: 6px;
  font-size: 14px;
  color: #856404;
  text-align: center;
  width: 100%;
}

.actions {
  display: flex;
  flex-direction: row; /* Cambiado de 'column' a 'row' para alinearlos horizontalmente */
  align-items: center;
  gap: 16px; /* Espaciado entre los botones */
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
}

.invoice-button-extend {
  background-color: var(--i2m_primaryColor);
  border-color: var(--i2m_primaryColor);
}

.invoice-button-extend:hover {
  background-color: var(--i2m_secondaryColor);
  border-color: var(--i2m_secondaryColor);
}

#registro_sus .i2m_form-registro {
  display: block !important;
}

#frm_SUBCUENTA_USU .nav-item:not(:last-child) {
  margin-right: 0px;
}
#frm_SUBCUENTA_USU h2.i2m_title_type_singup {
  margin-top: 0px ;
}
.manage-subscriptions .membership-title {
  font-size: 24px ;
  font-weight: bold;
  margin-bottom: 16px;
  color: var(--i2m_primaryColor) !important;
  font-style: italic;
}
.details-column strong {
  color: var(--i2m_primaryColor);
    font-size: 16px;
}
.i2m_mostrar_deuda .i2m_mostrar_deuda_info strong, .i2m_mostrar_deuda .i2m_mostrar_deuda_info span{
  line-height: 25px;
}
.i2m_mostrar_deuda {
  width: 60%;
}
@media (max-width: 768px) {
  .i2m_mostrar_deuda {
  width: 100%;
}
}

.i2m_subscription .i2m_listActivitiesProfile {
  list-style-type: none;
  padding-left: 0px;
}
.i2m_subscription .i2m_listActivitiesProfile li {
  margin-bottom: 15px;
}
.i2m_subscription .i2m_borderBottomProfile {
  border-bottom: solid 1px #808080;
}
.i2m_subscription .i2m_imgPerfilActivity {
  width: 35px;
  height: 35px;
  background-image: no-repeat;
  background-image: fixed;
  background-image: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.i2m_subscription .i2m_typeActivity {
  line-height: 14px;
  font-size: 14px;
}
.i2m_subscription .i2m_listActivitiesProfile .i2m_namePerfil {
  font-weight: 500;
  font-size: 13px;
  color: #606060;
}
.i2m_subscription .i2m_namePerfil {
  margin-bottom: 0px;
  font-weight: 400;
  color: var(--i2m_colorPerfilOscuro);
  font-size: 25px;
}

.i2m_subscription .i2m_priceActivity p {
  font-size: 17px;
  color: green;
}