@import "mediaqueries.css";

html,
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 0px !important;
  height: 100%;
  margin: 0;
}

/* Estilo para asegurar que el footer esté al final */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#rootApp {
  display: flex;
  flex-direction: column;
  flex: 1;
}

main {
  flex: 1;
  /* Ocupa el espacio restante entre header y footer */
}

.color-text-gray {
  color: #b9b9b9;
}

.color-text-gray-light {
  color: #6C6C6C;
}

.color-text-red {
  color: #ef3829;
}

.color-text-gray-hard {
  color: #888888;
}

.bg-color-dark {
  background-color: #000000;
}

.bg-color-gray-light-3 {
  background-color: #bbbbbb;
}

.bg-color-gray-light {
  background-color: #f4f4f4;
}

.bg-color-gray-light-2 {
  background-color: #e7e7e7;
}

.bg-color-gray {
  background-color: #b9b9b9;
}

.bg-color-yellow {
  background-color: #f1b014;
}

.color-text-yellow {
  color: #f1b014;
}

.color-text-blue {
  color: #1097ae;
}

.bg-color-blue {
  color: #1097ae;
}

.bg-light-blue {
  background-color: #b2f3f6;
}

.color-text-light-blue {
  color: #b2f3f6;
}

.bg-blue-new {
  background-color: #0097a9;
}

.color-text-blue {
  color: #0097a9;
}

.bg-light-red {
  background-color: #f65041;
}

.color-text-light-red {
  color: #f65041;
}

.bg-hard-blue {
  background-color: #005c66;
}

.color-text-hard-blue {
  color: #005c66;
}


.font-size-1_15 {
  font-size: 1.15em;
}

.font-size-1_5 {
  font-size: 1.5em;
}

.font-size-1_2 {
  font-size: 1.2em;
}

.font-size-1_3 {
  font-size: 1.35em;
}

.font-size-2 {
  font-size: 2em;
}

.header-claro-red {
  background-color: #ef3829;
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-claro-black {
  background-color: #000000;
  color: #ffffff;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.img-logo {
  width: 85px;
}

.text-main-header h1,
.text-main-header h2 {
  color: #3e3e3e;
}

.text-main-header h1>span {
  color: #da291c;
}

.counter-step {
  border-radius: 50px;
  background-color: #ef3829;
  color: #ffffff;
  width: 32px;
  font-size: 1.8em;
  font-weight: bold;
}

.error-message {
  color: red;
  font-size: 0.9em;
}

.btn-claro-gray {
  background-color: #6c6c6c !important;
  color: #b9b9b9 !important;
  border-radius: 90px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-red-claro {
  background-color: #da291c !important;
  color: #fff !important;
  border-radius: 90px;
  padding: 1rem;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-blue-back-home {
  background-color: #ffffff !important;
  color: #0097a9 !important;
  border-radius: 90px;
  border: 1.5px solid #0097a9 !important;
  padding: 1rem;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-red-pin {
  background-color: #f65041 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-disable-pin {
  background-color: #b9b9b9 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.link-txt-blue {
  color: #0097a9;
  font-size: 1.2em;
}

.form-label {
  font-size: 1.2em;
}

.inputs-customize,
.select-customize-services .dropdown-toggle {
  border-radius: 8px !important;
  border: 1.5px solid #b9b9b9 !important;
  /* background-color: #fff !important; */
  color: #6c6c6c !important;
  font-size: 1.2em !important;
  padding: 0.65rem;
}

.inputs-customize::placeholder {
  color: #b9b9b9 !important;
}

.inputs-custom-modal {
  border-radius: 4px;
  border: 1px solid #888888 !important;
  /* background-color: #fff !important; */
  color: #888888 !important;
  font-size: 1.1em;
  padding: 1rem;
  position: relative;
}

.btn-red-claro:active,
.btn-red-claro:focus,
.btn-red-claro:hover,
.inputs-custom-modal:active,
.inputs-custom-modal:focus,
.inputs-custom-modal:hover,
.btn-claro-red-pin:active,
.btn-claro-red-pin:focus,
.btn-claro-red-pin:hover,
.btn-claro-disable-pin:active,
.btn-claro-disable-pin:focus,
.btn-claro-disable-pin:hover {
  box-shadow: none;
  offset: 0 !important;
  outline-offset: 0px !important;
  border-color: none;
}

.inputs-customize:active,
.inputs-customize:focus,
.inputs-customize:hover {
  box-shadow: none !important;
}

.inputs-customize:disabled, .inputs-customize.disabled {
  cursor: not-allowed;
}

.select-customize-services .dropdown-toggle:focus,
.select-customize-services .dropdown-toggle:active,
.select-customize-services .dropdown-toggle:hover {
  box-shadow: none;
  offset: 0 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
  border-color: none;
}

.select-customize-services .dropdown-toggle:hover {
  color: #666666;
}

.select-customize-services .dropdown-toggle:hover,
.select-customize-services .dropdown-toggle {
  background-color: transparent !important;
}

.select-customize-services .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;

}

.select-customize-services .dropdown-toggle::after {
  content: "\f107";
  font-size: 1.8em !important;
  font-family: "FontAwesome";
  font-weight: normal !important;
}

.select-customize-services .dropdown-toggle[aria-expanded="true"]::after {
  content: "\f106";
}

.select-customize-services .dropdown-toggle::after {
  color: #2D2D2D;
}

.select-customize-services .dropdown-menu .dropdown-item {
  font-size: 1.10em;
}

.select-customize-services .dropdown-menu .dropdown-item:hover {
  background-color: #f4f4fb;
  color: #444444;
}

.select-customize-services .dropdown-menu .dropdown-item:active,
.select-customize-services .dropdown-menu .dropdown-item.active {
  background-color: #f4f4fb;
  color: #444444;
}

.select-customize-services .dropdown-toggle.disabled, .dropdown-toggle>.disabled {
  background: #e9ecef !important;
  color: #6c6c6c !important;
  opacity: 1;
}

.select-customize-services .dropdown-toggle.disabled::after,
.select-customize-services .dropdown-toggle>.disabled::after {
  opacity: .5;
}

.content-information .form-control.is-invalid,
.content-information .was-validated,
.content-information .form-control:invalid {
  background-size: calc(.75em + .6rem) calc(.75em + 6rem);
}

.content-information #fechaExpCed,
.content-information #fechaNacimiento {
  padding-left: 2.5rem !important;
  padding: 0.65rem;
}

.icon-calendar-blue {
  position: absolute;
  margin-left: 0.7rem;
  z-index: 3;
  width: 20px;
  left: 0;
  margin-right: 10px;
  margin-top: 6px;
}

.icon-select-date {
  margin-top: 3px;
}

.input-datepicker,
.input-correo {
  padding: 4px;
  padding-left: 2.2rem;
}

.label-float {
  position: absolute;
  margin-top: -10px;
  color: #888888;
  background: #ffffff;
  z-index: 3;
  font-weight: normal !important;
  margin-left: 10px;
}

.modal .btn-close {
  padding-top: 0rem !important;
  width: auto !important;
  opacity: 1 !important;
  cursor: pointer;
}

.modal .form-check-label {
  font-size: 1.1em;
}

.loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #fffffff3 !important;
  opacity: 0.5;
}

.loader .content {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Customize checkboxes */

/* The container */
.container-input {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 0.25rem;
  height: 22px;
  width: 22px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

.checkmark1 {
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  height: 22px;
  width: 22px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

/* On mouse-over, add a grey background color 
.container-input input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container-input input:checked~.checkmark {
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked~.checkmark:after {
  display: block;
}

.container-input input:checked~.checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-input .checkmark1:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  ;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Fin Customize checkboxes */

/*Card de Planes Disponibles*/

.card-detalle-paquete {
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px #0000004D;
}

.container-info-paquete {
  padding-top: 0rem !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 1rem;
}

.info-vigencia-paquete {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: bold;
  margin: auto;
  width: 40%;
}

.card-detalle-paquete p {
  margin-bottom: 0rem;
}

.container-info-paquete .texto-icon-paquete img {
  margin-right: 0.5rem;
}

.container-info-paquete .texto-icon-paquete {
  margin-top: 1.5rem;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}

.container-info-paquete .texto-icon-paquete span:nth-child(2) {
  font-weight: bold;
}

.container-info-paquete.d-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0rem !important;
}

.container-info-paquete.d-flex a {
  padding: 1rem;
}

.container-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.container-body .list-group,
.container-body .list-group-item,
.pasos-frecuencia .list-group,
.pasos-frecuencia .list-group-item,
.pasos-metodo-pago .list-group,
.pasos-metodo-pago .list-group-item {
  border: 0rem;
  border-color: none;
}

.container-body .list-group-item,
.pasos-frecuencia .list-group-item,
.pasos-metodo-pago .list-group-item {
  padding: 0.15rem 0px !important;
}

.info-valor-paquete-flex .info-valor-paquete {
  padding: 0.5rem;
  color: #ffffff;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f65041;
}

.info-valor-paquete-flex .desglose-precio .list-group-item {
  border: 0;
  border-radius: 0px;
  background-color: #f65041;
  color: #ffffff;
}

.info-valor-paquete-flex .content-valor,
.info-valor-paquete-flex .content-price,
.info-valor-paquete-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info-valor-paquete-flex .icon-valor-paquete-2,
.info-valor-paquete-flex .icon-dollar,
.info-valor-paquete-flex .icon-ceros-valor-paquete {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.info-valor-paquete-flex .icon-dollar {
  align-items: start;
}

.info-valor-paquete-flex .icon-valor-paquete-2 {
  align-items: center;
}

.info-valor-paquete-flex .icon-ceros-valor-paquete {
  align-items: end;
}

.info-valor-paquete-flex .info-valor-paquete p:last .info-valor-paquete-flex .content-price p:last {
  font-size: 1.5em;
  font-weight: bold;
}

.content-body .texto-items-paquete {
  font-size: 1.25rem !important;
}

.stick-ahorro {
  position: relative;
}

.stick-ahorro img {
  position: absolute;
  float: left;
  z-index: 3;
  bottom: 0;
  margin-left: 30px;
  margin-bottom: -25px;
}

.content-tooltip,
.content-info-forma-pago {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}

.content-info-forma-pago {
  justify-content: space-evenly;
  gap: 1rem;
}

a.open-modal-validacion {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.collapse-ver-detalle-paquete a {
  text-decoration: none;
  font-weight: bold;
  color: #b52217;
}

.arrow-down-up {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
}

.arrow-down-up::after {
  content: "\f107";
  font-size: 1.5em;
  font-family: "FontAwesome";
  color: #b52217;
}

.arrow-down-up[aria-expanded="true"]::after {
  content: "\f106";
}

.collapse-ver-detalle-precio .panel-collapse p {
  font-size: 1em;
}

.collapse-link-price {
  background: #ffe0e1;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  line-height: 25px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.collapse-link-price.arrow-down-up {
  justify-content: center;
}

.collapse-link-price.arrow-down-up::after {
  font-weight: 600;
  font-size: 2em;
}

.collapse-ver-detalle-precio .list-group-item {
  background: transparent;
}

/*REDISENIO DE CARDS 22-09-2025*/

.card-detalle-paquete-v2 {
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px #0000004D;
}

.container-info-paquete-v2 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1rem;
  display: grid;
  grid-auto-columns: min-content;
  grid-template-columns: 3fr 2fr auto;
  align-items: center;
}

.collapse-plan-description::after {
  content: "\f107";
  font-size: 2em;
  font-family: "FontAwesome";
  color: #ffffff;
  line-height: 1;
}

.collapse-plan-description[aria-expanded="true"]::after {
  content: "\f106";
}

.item-description{
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  margin-bottom: 1rem;
}

.item-description .icon-description{
  width: 20px;
}

/*FIN REDISENIO DE CARDS 22-09-2025*/
/*Fin Card de Planes Disponibles*/

.pb-loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #000000ad !important;
  opacity: 1;
}


.pb-loader .content {
  max-width: 400px;
  width: 100%;
  background: white;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
}

.pb-container {
  max-width: 250px;
  height: 10px;
  background: #bfbdbd;
  border-radius: 10px;
  margin: 20px auto;
}

.pb-container .progress-bar {
  background: #e31d1a;
  display: block;
  height: 10px;
  border-radius: 25px;
  width: 0%;
}