/**Medida de los contenedores, para que no sobrepasen la longitud del panel y aparezca el scroll**/
.container {
    width: 100%
}

/**Mensajes tras procesar solicitud - ok, error, solicitud**/

.negrita {
    font-weight: bold;
    font-size: 14px;
}

.paddingMensaje {
    padding: 15px
}

.mensajeOkRecuperacion .telPadding {
    padding-left: 130px;
}

.mensajeOkRecuperacion .emailPadding {
    padding-top: 7px;
    padding-left: 120px;
}

/**Mensaje error solicitud**/
.mensajeErrorRecuperacion .row {
    padding: 5px
}

#imgMovil {
    display: inline-block;
    width: 25px;
    padding-top: 15px;
    margin-left: 10px;
}

#telefonoPostulante {
    display: inline-block;
    padding-left: 15px;
    padding-top: 20px;
}

#emailPostulante {
    display: inline-block;
    padding-left: 10px;
    padding-right: 90px;
    padding-top: 20px;
}

#imgEmail {
    width: 35px;
    padding-top: 20px;
}

#imgTelefono{
        display: inline-block;
    width: 40px;    
}

.telTexto {
    position: relative;
    top: 10px;

}

.telContacto {
    padding-top: 10px
}

.telContactoTexto {
    display: inline-block;
}

.emailTexto {
    position: relative;
    top: 10px;
}

.mensajesError {
    display: none;
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B82D27;
    padding-top: 5px
}

.mensajesOk {
    display: none;
}

.mensajesIncorrecto {
    display: none;
}

.mensajesOkMesa {
    display: none;
}

.iconoOk {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    color: #53D16F
}

.iconoExclamacion {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    color: orange
}

/********acordeon desplegable****************/
.more-less {
    float: right;
    color: #1369B3;
}

.fa-stack {
    position: relative;
    top: -3px;
    float: right;
}

.fa-circle-thin {
    color: #1369B3;
    font-size: 1.7em;
}

.fa-plus {
    position: relative;
    top: -2px;
    font-size: 1em;
    color: #1369B3;
}

.fa-minus {
    position: relative;
    top: -2px;
    font-size: 1em;
    color: #1369B3;
}

.panel-default>.panel-heading {
    background-image: none;
    background: #E4E4E4;
}

/********RADIO BUTTON*****/
/
.radio input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    display: none;

}

[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

[type="radio"] + span {
  display: block;
}

[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.25em #C4C4C4;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

[type="radio"]:checked+span:before {
    background: #0F69B4;
    box-shadow: 0 0 0 0.20em #C4C4C4;
}

fieldset {
    font-size: 1em;
    border: 2px solid #000;
    padding: 2em;
    border-radius: 0.5em;
}

legend {
    color: #fff;
    background: #000;
    padding: 0.25em 1em;
    border-radius: 1em;
}

.radButtonTexto {
    position: relative;
    top: 10px;
    margin-left: 10px;
}

/*******Redondea las esquinas de todos los elementos*/

#recContRutPasaporte input[type="text"] {
        box-sizing: border-box;
        border-radius: 5px; 
}

#datosPersonales .redondearTelefono{
    border-radius: 5px 0px 0px 5px;
    text-align: center;
}

#mesaAyuda .redondearTelefono{
    border-radius: 5px 0px 0px 5px;
    text-align: center;
}

#mesaAyuda #telefonoMesaAyuda{
    border-radius: 0px 5px 5px 0px;
}

#datosPersonales #telefonoDatosPersonales{
    border-radius: 0px 5px 5px 0px;
}


#datosPersonales #fecNac{
          border-radius: 5px 0px 0px 5px;
}

#datosPersonales #imagenCalendario{
      border-radius: 0px 5px 5px 0px;
      background: #1369B3;
      color:white;
      
}

#datosPersonales #imagenCedula{
  border-radius: 5px 5px 5px 5px;  
}

#datosPersonales #calendarioImagen{
     box-sizing: border-box;
    border-radius: 5px;

} 

#datosPersonales input[type="text"] {
        box-sizing: border-box;
        border-radius: 5px; 
}


@media only screen and (max-width: 700px) {
    .popover {
        border-radius: unset;
        width: 100%;
        max-width: 330px;
        height: 160px overflow-wrap: break-word;
    }
    
    .posicionCaptcha{
       display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 700px) {
    .popover {
        border-radius: unset;
        width: 100%;
        max-width: 630px;
        overflow-wrap: break-word;
    }
}

@media only screen and (max-width: 450px) {
    /* A menos de 450 el recaptcha se empieza a montar */
    #recaptchaRutPas {
        transform: scale(0.80);
        transform-origin: 0 0;
        margin-left: 40px;
    }
    
    #recaptchaDatosPersonales {
        transform: scale(0.80);
        transform-origin: 0 0;
        margin-left: 60px;
    }
    
    .ensanchar-movil {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .margin-top-mobile {
        margin-top: 20px;
    }
}

#idEstadoCivil {
    border-radius: 4px;
}

#mesaAyuda input[type="text"] {
    box-sizing: border-box;
    border-radius: 5px;
}

@media only screen and (max-width: 700px) {
    #recaptchaRutPas {
        padding-top: 20px;
    }
}

.radPadding {
    padding-bottom: 20px
}

.rutPassPadding {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 25px;
    margin-right: -20px;
}

#idEstadoCivil {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#mensajeEmail::placeholder {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A0A0A0;
}

#mensajeEmail {
    box-sizing: border-box;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    overflow: scroll;
    height: 190px;
    border-radius: 5px 5px 5px 5px;
}

#recuperarForm label {
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

#recuperarForm input[type="text"]::placeholder {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A0A0A0;
}

#recuperarForm input[type="text"] {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.centrado {
    text-align: center;
}

.padding {
    padding: 15px;
}




span.step {
    background: white;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: black;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 10px;
    text-align: center;
    width: 1.6em;
}

@media only screen and (max-width: 700px) {
    .mesaPadding {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 700px) {
    .mesaPadding {
        padding-left: 15px;
        padding-top: 10px
    }
}

.btnInterrogacion {
    background: #1369B3;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    width: 35px;
    height: 35px;
    position: relative;
    left: -5px;
    top: -1px;
    font-size: 20px;
}

.btnInterrogacion a {
    color: white;
}
.divInterrogacion {
    position: relative;
    border-radius: 5px 5px 5px 5px;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.alinearIzquierda {
    text-align: left;
}

.mensajesOkMesa div {
    text-align: center;
}

.paddingInferior {
    padding-bottom: 20px
}

.paddingSuperior {
    padding-bottom: 20px
}

#labelTelefonoAyuda {
    margin-top: 20px;
}

#mensajeEmailCaracRestantes {
    padding-top: 5px
}

#recaptchaMesaAyuda {
    padding-top: 20px
}

#mensajesErrorDatosPersonales {
    padding-top: 5px;
    text-align: center;
}

.ocultarCapa {
    visibility: hidden;
}

@media only screen and (max-width: 450px) {
    /* En móvil deja hueco */
    .ocultarCapa {
       display:none
    }
}

.botonAceptar {
    display: flex;
    justify-content: center;
}
.botonAceptarLongitud{
    width: 120px
}
#errorCaptchaRutPas{
    padding-left: 30px
}