.titulo-cuenta-juridica{
    font-size: 32px;
    font-family: 'Guardian Sans', sans-serif;
    color: #005BAA;
    font-weight: 700;
    line-height: 3rem;
}

.label-cuenta-juridica{
    font-size: 24px;
    font-family: 'Guardian Sans', sans-serif;
    color: #6C757D;
    line-height: 2rem;
    font-weight:500;
    margin: 0.6rem 0.1rem;
}

.container-formulario-intro{
    background-color: #F0EFF2;
    border-radius: 20px;
    padding: 3%;
    margin: 2% 0%;
}

.form-select-desktop {
    font-size: 18px;
    height: auto;
    background-color: #FFF;
    padding: 1rem;
}

.button-container {
    text-align: center;
    margin-top: 20px; 
}

.butsend {
  background-color: #005BAA;
  border: 1px solid #005baa;
  border-radius: .3rem;
  color: #FFF;
  cursor: pointer;
  font-family: "Guardian TextSans Web";
  height: 3.125rem;
  margin-top: 10px;
  padding: 0 50px;
  text-transform: uppercase;
  transition: .3s;
}

.butsend:disabled { 
  color: #DDD;
  border: 1px solid #6C757D;
  cursor: not-allowed;
  background-color: #6C757D;
}

.butsend:hover{
  background-color: #00aeef;
  border: 1px solid #00aeef;
}


.form-group-desktop {
    max-width: 100%;
  }

.radioqr input[type="radio"]{
  height: 0.75rem;
  transform: scale(1.5);
}
.checkqr input[type="checkbox"]{
  height: 0.75rem;
  transform: scale(1.75);
  margin-right: 1rem;
  margin-left: 1rem;
  cursor: pointer;
}
.check-label{
  font-family: 'Guardian Sans', sans-serif !important;
  font-size: 18px !important;
  color: #93A0A3;
  font-weight: bold;
}

.form-group-desktop input, select{
    height: 3.8rem;
    font-family: 'Guardian Sans', sans-serif !important;
    font-size: 18px !important;
    padding: 1.0rem !important;  
}

.form-group-desktop input::placeholder, select::placeholder{
    font-size: 18px;
}

.form-control::placeholder{
    color: #93A0A3;
}

.form-control.is-invalid::placeholder{
    color: #EF7100;
}

.form-control:focus::placeholder {
    color: #005BAA;
}

#input-desktop-styles {
    width: 100%;
    border-radius: 10px;
}

#select-desktop-styles {
    width: 100%;
    font-size: 18px;
    font-family: 'Guardian Sans', sans-serif;
    border-radius: 10px;
    padding: 1rem;
    padding-left: 1.6rem;  
}

.custom-select {
    color: #93A0A3;
    background-color: #ffffff;
}


select.custom-select {
  appearance: auto !important;
}

.form-check-label{
  font-size: 20px;
  font-family: 'Guardian Sans', sans-serif;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2rem;
}

.form-check-label input{
  width: 24px;
}

/*---------------------- Estilo de los select cuando hay error -----------------------*/

.custom-select.is-invalid {
    border: 2px solid #EF7100;
    background-color: #fff;
    color: #EF7100;
  }

option:not(:first-of-type) {
    color: black;
}

.custom-select.is-invalid:focus {
    border-color: #EF7100;
}

.numero-fijo{
    padding: 1rem 25px;
    font-size: 18px;
    background-color: #939B9E;
    color: #ffffff;
    border-radius: 10px;
    border-top-right-radius:0px; 
    border-bottom-right-radius:0px; 
}


.max-width{
  max-width: 1320px;
}

::ng-deep .nb-theme-default nb-progress-bar.size-tiny .progress-container{
  height: 0.25rem !important;
  background-color: #D4D1CB;
}

::ng-deep .nb-theme-default nb-progress-bar.status-basic .progress-value {
  background-color: #0054A6;
}

.titulo-stepper{
  font-family: 'Guardian Sans', sans-serif;
  font-size: 22px;
  color: #939B9E;
  font-weight:500;
  text-align: start;
}

.texto-stepper{
  font-family: 'Guardian Sans', sans-serif;
  font-size: 16px;
  color: #939B9E;
  text-align: start;
}

.text-active{
  color: #005DAC;
}

.stepper-border{
  border-top: 5px solid #D4D0CA;
}

.stepper-border-active{
  border-top-color:#0054A6;
}

svg{
  max-width: 100%;
  height: auto;
  fill: #939B9E;
}

.step-active{
  fill: #00AEEF;
}
.tooltip.bottom{
    margin-top: 0px !important;
    margin-left: 0px !important;
    top: unset !important;
}

span.icon-bcba_general_calendario{
    transform: scale(1.6);
}
span.icon-bcba_general_calendario:hover{
    color: #005DAC;
    cursor: pointer;
}

.imgsrcqr{
  width: 100px;
  height: 100px;
  border: 1px solid #005baa;
  border-radius: .3rem;
  position: absolute;
    z-index: 1000;
    right: calc(475px);
    bottom: calc(90px);
}
.boton_cargar_logo{
  display: inline-flex;
  background-color: #FFF;
  border: 1px solid #005baa;
  border-radius: .3rem;
  color: #005baa;
  cursor: pointer;
  font-family: "Guardian TextSans Web";
  height: 3.125rem;
  margin-top: 10px;
  padding: 0 50px;
  text-transform: uppercase;
  transition: .3s;
  align-items: center;
  text-align: center;
}
.icon-bcba_general_imagen{
  transform: scale(1.66);
  padding: 0.3rem;
  color: #005DAC;
}
.boton_cargar_logo:hover{
  background-color: #939B9E;
}
.centered{
  text-align: center;
}
.form-cont{
  display: contents;
}
.criterios-img > ul{
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 0;
}
.criterios-img > ul li{
  font-size: 0.9rem;
  display: inline-flex;
  text-align: justify;
  background-color: #e3e3e3;
  border-radius: .5rem;
  margin: 0.3rem;
  padding: 0 0.5rem;
  font-weight: 600;
}