.login-label-govco strong {
  color: #000 !important;
  font-family: WorkSans-Regular !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}

.inicio-sesion-govco {
  width: 28.75rem;
  min-height: 40.063rem;
  background: #f6f8f9 0% 0% no-repeat padding-box;
  box-shadow: 0 0.25rem 0 #3366cc24;
  border-radius: 0.625rem;
  opacity: 1;
  padding: 2.5rem 2.5rem 2.813rem 2.5rem;
}

.inicio-sesion-govco[data-content="juridica"] .container-login-opcion-govco {
  height: 21.5rem !important;
}

.inicio-sesion-govco[data-content="natural"]
  .container-login-alerta-juridica-govco {
  display: none;
}

.inicio-sesion-govco h2 {
  color: #008e65;
  font-family: Montserrat-SemiBold;
  font-size: 2rem;
  margin: 0;
  line-height: 2.875rem;
}

.inicio-sesion-govco .container-radio-login-govco {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  --bs-gutter-x: 0;
}

.inicio-sesion-govco[data-content="natural"]
  .container-login-opcion-govco[data-container-persona="juridica"],
.inicio-sesion-govco[data-content="juridica"]
  .container-login-opcion-govco[data-container-persona="natural"],
.inicio-sesion-govco .none-login-govco {
  display: none;
}

.inicio-sesion-govco .container-login-opcion-govco {
  background-color: #f6f8f9;
  max-width: 23.75rem;
  height: 16.75rem;
  margin-top: 1.25rem;
}

.inicio-sesion-govco .text-valid-login-govco {
  font-family: WorkSans-Regular;
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-top: 1.875rem;
}

.inicio-sesion-govco .label-login-govco {
  color: #4b4b4b;
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

.inicio-sesion-govco .container-login-alerta-juridica-govco {
  background-color: #ffffff;
  color: #008e65;
  font-family: WorkSans-Regular;
  font-size: 0.875rem;
  display: flex;
  margin-top: 1.875rem;
  padding-right: 0rem;
}

.inicio-sesion-govco .container-login-alerta-juridica-govco p {
  margin: 0;
  line-height: 1.25rem;
}

.inicio-sesion-govco .icon-informacion-login-govco {
  background-color: #008e65;
  color: #008e65;
  margin-right: 0.625rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inicio-sesion-govco .icon-informacion-login-govco::before {
  font-family: "govco-font";
  content: "\e9f4";
  color: #ffffff;
  font-size: 0.875rem;
}

.inicio-sesion-govco .icon-minus-login-govco {
  background-color: #ffffff !important;
}

.inicio-sesion-govco .icon-minus-login-govco::before {
  background: #ffffff 0% 0% no-repeat padding-box;
  font-family: "govco-font";
  content: "\ea48";
  width: 0.625rem;
  height: 0;
  color: #737373;
  opacity: 1;
  border: 0.125rem;
}

.inicio-sesion-govco .login-label-juridica-govco {
  font-family: WorkSans-Regular;
  font-size: 16px;
  text-align: left;
}

.inicio-sesion-govco .nit-num-juridica-inicio-sesion-govco {
  display: flex;
}

.inicio-sesion-govco
  .nit-num-juridica-inicio-sesion-govco
  .container-input-texto-govco:first-child {
  width: 300%;
}

.inicio-sesion-govco .nit-num-juridica-inicio-sesion-govco p {
  margin: 0 0.5rem;
  padding-top: 0.5rem;
}

.inicio-sesion-govco .container-options-login-govco a {
  font-family: WorkSans-Medium;
  font-size: 16px;
  text-align: left;
  color: #008e65;
  text-decoration: underline;
}

.inicio-sesion-govco .container-options-login-govco p {
  font-family: WorkSans-Regular;
  font-size: 16px;
  color: #4b4b4b;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .inicio-sesion-govco {
    width: 20.5rem;
    padding: 1.875rem 1rem 1.813rem 1rem;
  }

  .inicio-sesion-govco .container-radio-login-govco {
    margin-left: 0.3rem;
  }
}

/* Botones */
.btn-govco {
  border-radius: 1.563rem;
  font-family: WorkSans-Medium;
  font-size: 16px;
  line-height: 0.563rem;
  padding: 0.75rem 1rem;
  border-width: 0.125rem;
  border-style: solid;
}

.btn-govco.fill-btn-govco:hover,
.btn-govco.fill-btn-govco:focus-visible,
.btn-govco.outline-btn-govco:hover,
.btn-govco.outline-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:hover,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible {
  background-color: #09b181;
  border-color: #09b181;
  color: #ffffff;
}

.btn-govco.fill-btn-govco:focus-visible,
.btn-govco.outline-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:focus-visible {
  outline: max(0.125rem, 0.125rem) solid #000000;
  outline-offset: max(0.125rem, 0.188rem);
}

.btn-govco.fill-btn-govco,
.btn-govco.outline-btn-govco {
  border-color: #008e65;
}

.btn-govco.fill-btn-govco,
.btn-govco.outline-secundary-btn-govco {
  background-color: #008e65;
  color: #ffffff;
}

.btn-govco.outline-btn-govco,
.btn-govco.fill-secundary-btn-govco,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible {
  background-color: #ffffff;
  color: #eb0606;
}

.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:focus-visible {
  outline-color: #ffffff;
}

.btn-govco:disabled {
  background-color: #737373;
  border-color: #737373;
  color: #ffffff;
  pointer-events: none;
}

.btn-govco.fill-secundary-btn-govco:hover,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:disabled,
.btn-govco.fill-secundary-btn-govco,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:disabled,
.btn-govco.outline-secundary-btn-govco {
  border-color: #ffffff;
}

/* campo de texto */
.entradas-de-texto-govco {
  padding: 0.5rem 0;
  font-size: 16px;
  font-family: WorkSans-Regular;
}

.entradas-de-texto-govco label {
  color: #4b4b4b;
  display: block;
  font-size: 16px;
  margin-bottom: 0.625rem;
  line-height: 1.375rem;
}

.entradas-de-texto-govco .container-input-texto-govco {
  position: relative;
}

.entradas-de-texto-govco input {
  outline: none !important;
  background-color: #ffffff !important;
  border: 0.094rem solid #737373 !important;
  border-radius: 0.313rem !important;
  width: 100% !important;
  padding: 0.5rem !important;
  color: #4b4b4b !important;
  font-size: 1rem !important;
  margin-bottom: 0.5rem !important;
  display: inline !important;
  height: auto !important;
  box-sizing: inherit !important;
  font-family: WorkSans-Regular !important;
  line-height: 1.375rem;
}

.entradas-de-texto-govco input::placeholder {
  color: #737373;
}

.entradas-de-texto-govco input:not(.success):not(.error):focus {
  box-shadow: 0 0.25rem 0 #3366cc24;
  border: 0.094rem solid #008e65;
}

.entradas-de-texto-govco input:disabled {
  background-color: #f2f2f2;
  border: 0.094rem solid #bababa;
}

.entradas-de-texto-govco input:disabled::placeholder,
.entradas-de-texto-govco.disabled-govco label,
.entradas-de-texto-govco.disabled-govco span {
  color: #bababa;
}

.entradas-de-texto-govco .alert-entradas-de-texto-govco {
  display: block;
}

.entradas-de-texto-govco .icon-entradas-de-texto-govco {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
  background-size: 1.6rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-65%);
}

.entradas-de-texto-govco .eye-slash-entradas-de-texto-govco,
.entradas-de-texto-govco .eye-entradas-de-texto-govco {
  right: 0.625rem;
}

.entradas-de-texto-govco .icon-entradas-de-texto-govco::after {
  font-family: "govco-font";
}

.entradas-de-texto-govco .eye-entradas-de-texto-govco::after {
  content: "\e937";
  color: #008e65;
  font-size: 1.331rem;
}

.entradas-de-texto-govco .eye-slash-entradas-de-texto-govco::after {
  content: "\e936";
  color: #737373;
  font-size: 1.2rem;
}

.entradas-de-texto-govco input.success {
  border: 0.094rem solid #068460 !important;
}

.entradas-de-texto-govco input.success::placeholder,
.entradas-de-texto-govco input.success {
  color: #077253;
}

.entradas-de-texto-govco .success-texto-govco {
  color: #068460;
}

.entradas-de-texto-govco input.error {
  border: 0.094rem solid #a80521 !important;
}

.entradas-de-texto-govco input.error::placeholder,
.entradas-de-texto-govco .error-texto-govco,
.entradas-de-texto-govco input.error {
  color: #a80521;
}

.entradas-de-texto-govco input.success ~ .success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco input.error ~ .error-icon-entradas-de-texto-govco {
  display: initial;
}

.entradas-de-texto-govco input::-ms-reveal {
  display: none;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco {
  background-color: #068460;
}

.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
  background-color: #a80521;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco::after,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco::after {
  color: #ffffff;
  font-size: 0.875rem;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco::after {
  content: "\e8a7";
}

.entradas-de-texto-govco .error-icon-entradas-de-texto-govco::after {
  content: "\e92f";
}

.entradas-de-texto-govco .none,
.entradas-de-texto-govco .success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
  display: none;
}

/* radio button */
.radio-seleccion-govco {
  margin-bottom: 0.125rem;
}

.radio-seleccion-govco input[type="radio"] + label {
  color: #4b4b4b;
  font-size: 16px;
  font-family: WorkSans-Regular;
  margin: 0;
  line-height: 1.375rem;
}

.radio-seleccion-govco input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #008e65;
  width: 1.15em;
  height: 1.15em;
  border: 0.1667rem solid #008e65;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.25em;
  position: relative !important;
  opacity: 1 !important;
}

.radio-seleccion-govco input[type="radio"]:hover {
  border: 0.15em solid #008e65;
}

.radio-seleccion-govco input[type="radio"]:disabled {
  border: 0.15em solid #737373;
}

.radio-seleccion-govco input[type="radio"]:disabled + label {
  color: #737373;
}

.radio-seleccion-govco input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #008e65;
}

.radio-seleccion-govco input[type="radio"]:hover::before {
  box-shadow: inset 1em 1em #008e65;
}

.radio-seleccion-govco input[type="radio"]:disabled::before {
  box-shadow: inset 1em 1em #737373;
}

.radio-seleccion-govco input[type="radio"]:checked::before {
  transform: scale(1);
}

.radio-seleccion-govco input[type="radio"]:focus-visible {
  outline: max(0.125rem, 0.15em) solid #000000;
  outline-offset: max(0.125rem, 0.15em);
}

.radio-seleccion-govco input[type="radio"]:not(:checked),
.radio-seleccion-govco input[type="radio"]:checked {
  pointer-events: all !important;
}

/* Estilos CSS para el botón */
        .boton-descarga {
            background-color: #28a745; /* Color verde estándar */
            color: white; /* Color del texto */
            padding: 12px 24px; /* Espaciado interno (alto y ancho) */
            text-align: center;
            text-decoration: none; /* Quita el subrayado típico de los links */
            display: inline-block;
            font-size: 16px;
            border-radius: 5px; /* Bordes redondeados */
            border: none;
            cursor: pointer;
            transition: background-color 0.3s; /* Suaviza el cambio de color al pasar el mouse */
            font-family: Arial, sans-serif;
        }

        /* Efecto al pasar el mouse por encima (Hover) */
        .boton-descarga:hover {
            background-color: #218838; /* Un verde un poco más oscuro */
        }