@font-face {
  font-family: 'Source_Sans_Pro_Bold';
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
}

@font-face {
  font-family: 'Source_Sans_Pro_Normal';
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 10px!important;
    width: 100%;
    bottom: 0;
    background-color: #FFFFFF;
    font-family: 'Source_Sans_Pro_Normal';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .LogoVigilado {
    height: 22px;
    width: 167px;
    border-radius: 0px;
  }
  
  .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contentrights{
    margin-left: 10px;
  }
}

.LogoVigilado {
  height: 22px;
  width: 167px;
  left: 36px;
  top: 670.9999389648438px;
  border-radius: 0px;
}

body{
  background-color: #F6F7FC;
}

.left {
  float: left;
}

.right {
  color: #333;
  float: right;
  font-weight: 400;
}

.contentrights{
width: 252px;
height: 22px;
bottom: 50px;
}

/* CSS Spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-right: 5px; /* Adjust as needed */
}

.inputs-box-registro{
  margin-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
}

.formulario__grupo{
  padding-bottom: 10px;
}

.afiliacion{
  margin-top: 0.5em;
  margin-bottom: .5em;
  font-family: 'Source_Sans_Pro_Normal';
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  /* or 123% */
  letter-spacing: -0.5px;

  /* Tipografía/Grafito */
  color: #333333;
}

p{
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;

  color: #333333;
}

.p1{
  margin-top: 1em;
}

.afiliacion_sin_iniciar{
  /* Shape */

  /* Neutros/Deshabitado

  Secundario
  */
  width: 100%;
  background: #D6D6D6;
  border-color: #D6D6D6;
  border-radius: 6px;
  height: 54px;
  font-size: 20px;
}

#iniciar_afiliacion{
  width: 100%;
  background: #D6D6D6;;
  border-color: #D6D6D6;
  border-radius: 6px;
  height: 54px;
  font-size: 20px;
}

.afiliacion_por_iniciar{
  width: 100%;
  /* Primarios/Azul */
  background: #0067B1;
  box-shadow: 0px 4px 4px #E2E8EE;
  border-radius: 6px;
  height: 54px;
  font-size: 20px;
}

.afiliacion_por_iniciar:hover{
  background: #00365C !important;
  border-color: #00365C !important;
}

.form-select{
  --bs-form-select-bg-img: url('/img/chevron-down.svg') !important;
  background-size: 24px 24px !important;
}

#tipo_aportante{
  width: 100%;
  height: 48px;
  left: 715px;
  top: 322px;
  border: 1px solid #E2E8EE;
  border-radius: 8px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1; /* Firefox */
  font-family: 'Source_Sans_Pro_Normal' !important;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #757575;
  font-family: 'Source_Sans_Pro_Normal' !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #757575;
  font-family: 'Source_Sans_Pro_Normal' !important;
}

#contenedorModal{
  font-size: 18px;
}

label
{
  /* Caption */
  padding-top: 10px;
  padding-bottom: 7px;
  font-family: 'Source_Sans_Pro_Normal' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* Tipografía/Grafito */
  color: #333333 !important;
}

h1{
  font-family: 'Source_Sans_Pro_Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  /* identical to box height, or 117% */
  letter-spacing: -0.5px;
  color: #333333 !important;
}

#requisitos{
  color: #333333 !important;
  margin-bottom: 1em;
}

.creacion-usuario-container{
  max-width: 974px;
  min-height: calc(100vh - 149px - 3em);
}

.box__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}

.invalid-feedback{
  color: #D32F2F !important;
  font-family: 'Source_Sans_Pro_Normal' !important;
}

.navbar{
  --bs-navbar-padding-y: 0 !important; 
  --bs-navbar-brand-padding-y: 0 !important;
  padding-left: 17.26px !important;
}

.datos-personales{
  margin-top: 2em;
  padding-bottom: 2em;
  max-width: 720px;
}

h2{
  font-family: 'Source_Sans_Pro_Normal';
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.5px;
  text-align: left;

}

.label_invalido{
  color: #D32F2F !important;
}

.input_invalido{
  border: 1px solid #D32F2F
}

.alerta-section{
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
}

.alerta-info{
  height: auto;
  background: #E5F6FD;
  border: 1px solid #0188D1;
  border-radius: 8px;
}

h3{
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-top: 1em;
  letter-spacing: -0.25px;
  color: #333333;
}


* {
  margin: 0;
}
html, body {
  height: 100%;
}

/* index.ejs */
.page-wrap {
  /* equal to footer height */
  height: calc(100vh - 149px);
  max-width: 100%!important;
  
}
.page-wrap:after {
  content: "";
  display: block;
}

.image-box {
  position: relative !important;
  width: 100%;
  height: calc(100vh - 149px);
  max-height: calc(100vh - 149px);
  background-image: url('/img/friendly_guy.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-box-2{
  position: relative !important;
}

.navbar-brand{
  padding-top: 17.25px!important;
  padding-bottom: 15.7px!important;
}


.image-box img {
  z-index: -1;
  display: block;
  max-width: 100%;
  height: calc(100vh - 149px);
  }

  .image-box-2 img{
    z-index: -1;
  display: block;
  max-width: 100%;
  }

.inputs-box{
  position: relative !important;
  font-size: 16px!important;
    letter-spacing: .25!important;
    line-height: 25px!important;
    font-family: 'Source_Sans_Pro_Normal','sans-serif';
}

.site-footer, .page-wrap:after {
  height: 77px; 
}

.site-footer {
  margin-top: "20px";
  padding: 30px 20px;
  width: 100%;
  bottom: 0;
  background-color: #FFFFFF;
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

h4{
  /* ¿Serás responsable por la administración del portal transaccional empresas? */
  font-family: 'Source_Sans_Pro_Bold';

  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  margin-top: 1em;

  /* Tipografía/Grafito */

  color: #333333;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap');

.wrapper{
display: flex;
height:  59px;
}

.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 8px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid #757575;
  transition: all 0.3s ease;
  border: 1px solid #E2E8EE;
  /* Sombra Botón Default */

  box-shadow: 0px 4px 4px #E2E8EE;
  border-radius: 11px;
}

.wrapper .option .papa_dot{
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #757575;
  border-radius: 50%;
  position: relative;
  }

.wrapper .option .papa_dot .dot{
height: 18px;
width: 18px;
background: #fff;
border: 1px solid #757575;
border-radius: 50%;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.span_radio{
  margin-left: 1em;
}

.seccionRadios{
  margin-bottom: 1em;
}

select{
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 25px!important;
}

.form-select.selected {
  color: #333333!important;
}

#obligatorio p{
  margin-top: 20px;
  font-size: 20px!important;
}

.form-select {color: #757575 !important;}

input[type="radio"]{
display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4{
border: 2.5px solid #0067B1;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot{
  background-color: #0067B1;
  border-color: #0067B1;
}

#option-1:checked:checked ~ .option-1 .papa_dot,
#option-2:checked:checked ~ .option-2 .papa_dot,
#option-3:checked:checked ~ .option-3 .papa_dot,
#option-4:checked:checked ~ .option-4 .papa_dot{
  border-color: #0067B1;
}

.wrapper .option span{
font-size: 16px;
color: #333333;
}

.terminosCondiciones{
  padding-left: 1em;
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  color: #333333;
}

.terms-wrapper{
  margin-top: 2em; 
  padding-left: 1.5em;
}

#flexCheckDefault{
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.final-inputs{
 margin-top: 3em; 
}

.btnCancelarSolicitud{
  position: absolute;
  width: 320px;
  height: 54px;
  left: 262px;
  top: 1274px;
  border: 2px solid #0067B1;
  /* Primarios/Blanco

  Fondo
  */
  background: #FFFFFF;
  border: 1px solid #0067B1;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .order-md-last {
      order: 2;
  }
}

@media (max-width > 575.98px) {
  .order-md-last {
      order: 1;
  }
}
#btnCancelarSolicitud{
  border: 2px solid #0067B1;
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  height: 54px;
  font-size: 20px;
  line-height: 24px;
  /* or 120% */
  align-items: center;
  text-align: center;
  letter-spacing: -0.25px;
  cursor: pointer;
  color: #0067B1;
}

#btnEnviar{
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  height: 54px;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.25px;
  cursor: pointer;
  background: #D6D6D6;
  border-radius: 6px;
}

.page-success{
  text-align: center;
  padding: 3em;
  max-width: 720px;
  min-height: calc(100vh - 149px);
}

.page-error{
  padding: 3em;
  min-height: calc(100vh - 149px);
  max-width: 1024px;
}

.c-h1{
  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 26.19px!important;
  margin-bottom: 30px!important;
  color: #333333;
}

.custom-finalizar{
  /* Primarios/Azul */
  height: 54px;
  width: 255px;
  left: 0px;
  top: 0px;
  border-radius: 6px;

  background: #0067B1;
  border-radius: 6px;

  font-family: 'Source_Sans_Pro_Normal';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
/* or 130% */
}

.custom-finalizar:hover{
  background: #00365C !important;
  border-color: #00365C !important;
}