/**
* Template Name: eNno
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: auto;
  min-height: 100%;
  overflow-y: auto; /* siempre permitir scroll vertical */
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #b2426e;
  text-decoration: none;
}

a:hover {
  color: #b2426e;
  text-decoration: underline;
}
a.bi {
  color: #b2426e;
}
a.bi:hover {
  color: #b2426e
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.90rem;
  font-weight: bolder;
  color: #000000;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  line-height: 1.53;
  color: #697a8d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline-success-portal {
  --bs-btn-color: #b2426e;
  --bs-btn-border-color: #b2426e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b2426e;
  --bs-btn-hover-border-color: #b2426e;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b2426e;
  --bs-btn-active-border-color: #b2426e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b2426e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b2426e;
  --bs-gradient: none;
}

.btn-success-portal {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b2426e;
  --bs-btn-border-color: #b2426e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b2426e;
  --bs-btn-hover-border-color: #752344;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #752344;
  --bs-btn-active-border-color: #752344;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b2426e;
  --bs-btn-disabled-border-color: #b2426e;
}

.nav-link-portal {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #b2426e;
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link-portal:hover, .nav-link-portal:focus {
  color: #fff;
}
.nav-link-portal:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(224, 104, 152);
}
.nav-link-portal.disabled, .nav-link-portal:disabled {
  color: #e06898;
  pointer-events: none;
  cursor: default;
}

.border-success-portal {
  --bs-border-opacity: 1;
  border-color: #752344 !important;
}


.form-select:focus {
  border-color: #e06898 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e06898 !important;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #e06898 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e06898 !important;
}

/* -------------------------------------------------------------
# Metodos de pago 
--------------------------------------------------------------*/

/* estilo base de la card */
.payment-card {
  border-radius: 0.75rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border: 1px solid #e9ecef;
}

.payment-card:has(input[type="checkbox"]:checked) {
  background-color: #bfead4;
  border-color: #98d878;
}

/* From Uiverse.io by lenin55 */ 
.cl-toggle-switch {
 position: relative;
}

.cl-switch {
 position: relative;
 display: inline-block;
}
/* Input */
.cl-switch > input {
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 z-index: -1;
 position: absolute;
 right: 6px;
 top: -8px;
 display: block;
 margin: 0;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 background-color: rgb(0, 0, 0, 0.38);
 outline: none;
 opacity: 0;
 transform: scale(1);
 pointer-events: none;
 transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}
/* Track */
.cl-switch > span::before {
 content: "";
 float: right;
 display: inline-block;
 margin: 5px 0 5px 10px;
 border-radius: 7px;
 width: 36px;
 height: 14px;
 background-color: rgb(0, 0, 0, 0.38);
 vertical-align: top;
 transition: background-color 0.2s, opacity 0.2s;
}
/* Thumb */
.cl-switch > span::after {
 content: "";
 position: absolute;
 top: 2px;
 right: 16px;
 border-radius: 50%;
 width: 20px;
 height: 20px;
 background-color: #fff;
 box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 transition: background-color 0.2s, transform 0.2s;
}
/* Checked */
.cl-switch > input:checked {
 right: -10px;
 background-color: #85b8b7;
}

.cl-switch > input:checked + span::before {
 background-color: #85b8b7;
}

.cl-switch > input:checked + span::after {
 background-color: #018786;
 transform: translateX(16px);
}
/* Hover, Focus */
.cl-switch:hover > input {
 opacity: 0.04;
}

.cl-switch > input:focus {
 opacity: 0.12;
}

.cl-switch:hover > input:focus {
 opacity: 0.16;
}
/* Active */
.cl-switch > input:active {
 opacity: 1;
 transform: scale(0);
 transition: transform 0s, opacity 0s;
}

.cl-switch > input:active + span::before {
 background-color: #8f8f8f;
}

.cl-switch > input:checked:active + span::before {
 background-color: #85b8b7;
}
/* Disabled */
.cl-switch > input:disabled {
 opacity: 0;
}

.cl-switch > input:disabled + span::before {
 background-color: #ddd;
}

.cl-switch > input:checked:disabled + span::before {
 background-color: #bfdbda;
}

.cl-switch > input:checked:disabled + span::after {
 background-color: #61b5b4;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

.contact-container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

.contact-container h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #5a4a4a;
}

.help-text {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1caca;
    border-radius: 4px;
    font-size: 14px;
}

.form-row:first-child {
    display: flex;
    gap: 10px;
} 

/*--------------------------------------------------------------
# Formulario Registro Alternativo
--------------------------------------------------------------*/
input.input-bloqueado {
    background-color: #e9ecef;  /* mismo gris que Bootstrap disabled */
    pointer-events: none;       /* evita interacción */
}

.readonly-select {
    background-color: #e9ecef;
    pointer-events: none;       /* bloquea clicks */
    touch-action: none;
}


/*--------------------------------------------------------------
# Verificacion token otp
--------------------------------------------------------------*/
/* Estilos para el contenedor de la tarjeta */
.card-otp {
    max-width: 450px; /* Tamaño máximo de la tarjeta */
    border-radius: 15px; /* Bordes redondeados */
    background: linear-gradient(145deg, #f0f0f0, #ffffff); /* Gradiente suave de fondo */
}

/* Estilos del título y subtítulo */
.card-title-otp {
    font-size: 1.8rem;
    font-weight: 600;
}

.card-subtitle-otp {
    font-size: 1rem;
    color: #555;
}

/* Estilos de los campos de entrada OTP */
.digit-container {
    display: flex;
    justify-content: center;
    gap: 15px; /* Espacio entre los campos */
}

.digit-input {
    width: 45px;
    height: 60px;
    font-size: 2rem;
    text-align: center;
    border: none;
    border-bottom: 3px solid #ccc; /* La línea inferior de los campos */
    outline: none;
    transition: border-color 0.3s, transform 0.2s;
}

.digit-input:focus {
    border-bottom-color: #b2426e;
    transform: scale(1.05);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b2426e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #752344;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  min-height: 7vh;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header a.logo {
  color: #5f687b;
}

#header a.logo:hover {
  text-decoration: None;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 991px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6a7489;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #b2426e;
}

.navbar .getstarted-portal,
.navbar .getstarted-portal:focus {
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 4px;
  line-height: 1;
  color: #5f687b;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #cdd1d9;
}

.navbar .getstarted-portal:hover,
.navbar .getstarted-portal:focus:hover {
  background: #b2426e;
  color: #fff;
  border-color: #b2426e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b2426e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #5f687b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(73, 80, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5f687b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b2426e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  padding: 10px 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #16df7e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #fff;
  padding-top: 82px;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #3e4450;
}

#hero h2 {
  color: #858ea1;
  margin: 10px 0 30px 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #16df7e;
  box-shadow: 0 8px 28px rgba(22, 223, 126, 0.45);
}

#hero .btn-get-started:hover {
  background: #206bfb;
  box-shadow: 0 8px 28px rgba(32, 107, 251, 0.45);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #5f687b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  color: #949cac;
  font-size: 32px;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #16df7e;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 85px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f9fa;
}

.section-title {
  text-align: left;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5f687b;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f0f1f3;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Inicio - Tarjetas de Impuestos
--------------------------------------------------------------*/

.inicio .icon-box {
  padding: 20px;
  justify-content: center;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #f9f9fa;
  transition: 0.3s;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
}

.inicio .icon {
  margin: 0 0 15px 0;
}

.inicio .icon i {
  font-size: 60px;
}

.inicio .title a {
  color: #000000;
  transition: 0.3s;
}

.inicio .icon-box:hover {
  border-color: #eaecef;
}

.inicio .icon-box:hover .title a {
  color: #000000;
}

.inicio .description {
  line-height: 24px;
  font-size: 14px;
}

.inicio .badge {
  color: #000000;
}

.icon-box .title a {
  text-decoration: none;       /* nunca subrayado */
  color: inherit;              /* usa el mismo color que el texto padre */
}

.icon-box .title a:hover {
  text-decoration: none !important; /* asegurás que no aparezca subrayado */
  color: inherit;                    /* mantiene el color original */
}

.icon-box-al-dia {
  background: #B9E0A5;
}

.icon-box-por-vencer {
  background: #f6e58d;
}

.icon-box-vencido {
  background: #F19C99;
}

.icon-al-dia {
  color: #198754;
}

.icon-por-vencer {
  color: #ffc107;
}

.icon-vencido {
  color: #dc3545;
}

/* Bordes y sombreado según tipo */
.icon-box.selected.icon-box-al-dia {
  border: 2px solid #198754; /* verde Bootstrap */
  box-shadow: 0 0 30px rgba(25, 135, 84, 0.6);
  background-color: rgba(133, 219, 163, 0.834);
}

.icon-box.selected.icon-box-por-vencer {
  border: 2px solid #ffc107; /* amarillo Bootstrap */
  box-shadow: 0 0 30px rgba(255, 193, 7, 0.6);
  background-color: rgba(241, 232, 110, 0.97);
}

.icon-box.selected.icon-box-vencido {
  border: 2px solid #dc3545; /* rojo Bootstrap */
  box-shadow: 0 0 30px rgba(220, 53, 69, 0.6);
  background-color: rgba(232, 112, 122, 0.829);
}

/* Subrayar título al seleccionar */
.icon-box.selected .title a {
  text-decoration: underline;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

#table_id_wrapper {
  margin-bottom: 10px;
}

/* Estilos del botón toggle */
.clear {
  clear: both;
}

.checkBox {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #b2426e;
}

.checkBox div {
  width: 60px;
  height: 60px;
  background-color: #b2426e;
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type=checkbox]:checked + div {
  left: -10px;
  top: -10px;
}

.checkBox input[type=checkbox] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}

/* Margen entre filas */
.card-container {
  margin-bottom: 20px;
}

/* Menos de 770px → 2 por fila */
@media (max-width: 770px) {
  .card-container {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-container .icon-box {
    padding: 15px;
  }

  .card-container .title {
    font-size: 0.95rem;
  }

  .card-container .icon i {
    font-size: 1.6rem;
  }

  
}

/* Layout general (pantallas grandes) */
/* Pantallas grandes */
.section-con-logo {
  display: flex;
  flex-direction: row;
  min-height: 100vh;      /* en lugar de height */
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 70%;
  margin: 0 auto;
}

/* Logo centrado vertical y horizontal en su columna */
.section-con-logo .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Formulario centrado vertical y horizontal en su columna */
.section-con-logo .form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  
  /* Layout general */
  .section-con-logo {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 90%;                     /* ocupar 70% del ancho */
    margin: 0 auto;
  }

  .section-con-logo .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .section-con-logo .form-wrapper {
    width: 100% !important;   /* que siempre ocupe todo */
    max-width: 100% !important;
  }

  /* Logo arriba, centrado horizontalmente */
  .section-con-logo .logo-container {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  /* Formulario centrado vertical y horizontalmente */
  .section-con-logo .form-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.section-con-logo.section-verificar {
  min-height: 100vh !important;   /* ocupa toda la altura de pantalla mínimo */
  height: auto;        /* deja crecer si hay más contenido */
  overflow-y: auto;    /* habilita scroll si se necesita */
  display: block !important;      /* evitar que flex limite la altura */
}
/* Menos de 500px → 2 por fila más chicas aún */
@media (max-width: 500px) {
  .card-container {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-container .icon-box {
    padding: 10px;
  }

  .card-container .title {
    font-size: 0.8rem;
  }

  /* Ícono sigue visible y legible */
  .card-container .icon i {
    font-size: 1.4rem; /* no tan chico como antes */
  }

  .card-container .description {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# Detalle Boleta a Pagar
--------------------------------------------------------------*/
.br-mobile {
  display: none;
}
/* Opcional: en pantallas pequeñas, que queden en columna */
@media (max-width: 768px) {
  /* Reducir tamaño de letra dentro de tab-content */
  .tab-content-pago {
    font-size: 0.9rem; /* aprox. 2 puntos menos */
  }
  
  /* Solo mostrar br en pantallas pequeñas */
  .br-mobile {
    display: inline;
  }
  /* Contenedor de botones */
  .botones-pago{
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px;            /* separación entre botones */
  }
  /* Botones iguales en alto y ancho */
  .botones-pago .btn {
    width: 100% !important;   /* ancho fijo o similar al botón de mercado pago */
    height: 50px !important;       /* altura fija */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9fa;
  min-height: 40px;
  margin-top: 82px;
}

.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #778196;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #f3f4f6;
  color: #5f687b;
  font-size: 14px;
  position: relative;
  min-height: 15vh;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #5f687b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #e4e6ea;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #16df7e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #206bfb;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eaecef;
  color: #16df7e;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #16df7e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #d9dce2;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

@media (max-width: 992px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

/*------------------------------
  Colores Datatables
--------------------------------*/
section {
  min-height: 84.5vh;
}

.pagination {
  --bs-pagination-active-bg: #e06898 !important;
  --bs-pagination-color: #b2426e !important;
  --bs-pagination-hover-color: #e06898 !important;
  --bs-pagination-focus-color: #b2426e !important;
  --bs-pagination-active-border-color: #e06898 !important;
}

a.page-link:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #e06898 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e06898 !important;
}

.errorlist {
  display: none !important;
}

span.helptext {
  display: none !important;
}

/* Para evitar que se subrayen algunos <a> */
.no-underline:hover {
  text-decoration: none;
}