

/*-------------REGISTRO-----------------*/
/*-----CABECERA------*/
header{
	width: 100%;
	position: relative;
	left: 0px;
	top:0px;
}

header img{
	width: 100%;
	position: relative;
	left: 0px;
	top:0px;
}

/*titulo*/
.divTituloEntrarNuevoRegistro{
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(39,58,145,1) 24%, rgba(39,58,145,1) 65%, rgba(0,0,0,1) 100%);
    color: #fff;
    font-family: sans-serif;
    border-radius: 15px;
}


/*botones*/
.botonesTipo{
	border:1px solid rgba(39,58,145,1);
	padding: 5px 15px 5px 15px;
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(39,58,145,1) 10%, rgba(39,58,145,1) 55%, rgba(0,0,0,1) 100%);
	cursor:pointer;
}

.botonesTipo:hover{
	text-shadow: 0px 0px 4px white;
}

.botonFalta{
	    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(145, 39, 39) 10%, rgb(145, 39, 39) 55%, rgb(59, 0, 0) 100%);	
}

.botonTiene{
	background: linear-gradient(180deg, rgb(78, 219, 66) 0%, rgb(46, 127, 32) 10%, rgb(40, 98, 27) 75%, rgb(13, 45, 0) 100%);
}

/*-----IMPUTS----------*/
.ingresaDatosPersonalesFormador input{
    border: 1px solid #a8b8ff;
    border-radius: 7px;
    font-family: serif;
    font-size: 1em;
}
.ingresaDatosPersonalesFormador select{
	border: 1px solid #a8b8ff;
    border-radius: 7px;
    font-family: serif;
    font-size: 1em;
}
/*-----APARTADO REGISTRO-----*/

.inputsEntrarNuevoRegistro{
	width: 60%;
    background: #273a910f;
    padding: 5%;
    box-shadow: 0px 0px 7px 2px #9badff;
    padding-bottom: 70px;
}

.pantallaRellenarIngresarFormador{
	width: 100%;
    position: relative;
    display: grid;
    grid-gap: 15px;
    justify-items: center;
    margin-bottom: 150px;
}


.ingresaDatosPersonalesFormador .celdas{
	display: grid;
    grid-template-columns: 0.5fr 1fr;
}

.ingresaDatosPersonalesFormador{
	display: grid;
    grid-gap: 10px;
}

.provinciaNuevoFormador{
	display: grid;
    grid-template-columns: 0.5fr 1fr;
}

.subirDocumentacion{
	display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    margin-top: 30px;
}

.agregarOtraEspecialidad{
	cursor: pointer;
    background: linear-gradient(180deg, rgb(119 141 255) 0%, rgba(39,58,145,1) 25%, rgba(39,58,145,1) 75%, rgb(0 9 52) 100%);
    width: 25px;
    height: 25px;
    color: #ffffff;
    display: grid;
    align-items: center;
    border-radius: 60px;
    justify-items: center;
}
.masEspecialidad{
	width: 100%;
}
.agregarOtraEspecialidad:hover{
	text-shadow: 0px 0px 3px #f0f0f0;
}

.celdas.otraespecialidad{
	display: grid;
    grid-template-columns: 0.7fr 0.1fr 0.8fr;
    grid-gap: 10px;
    align-items: center;
}

.compendioOtrasEspecialidades{
	    display: grid;
    grid-gap: 5px;
    justify-items: center;
    align-items: center;
}

div[class^='divSelect']{
	grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    align-items: center;
}
.botonQuitarEspecialidad{
	background: #740000;
    display: grid;
    cursor: pointer;
    justify-items: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    color: #fff;
}

.botonQuitarEspecialidad i{
	position: relative;
    right: 0px;
}
/*enviar*/
.divBotonEnviar{
position: absolute;
    text-align: center;
    width: 60%;
}

.crearNuevoFormador{
font-size:1.5em;
}

/* lista de otros archivos*/
.listadoDeArchivos{
    width: 90%;
    background: #fff;
    padding: 5px;
    position: absolute;
    box-shadow: 1px 1px 4px 1px black;
    top: 0px;
    left: 180px;
    border-radius: 6px;
    height: 95px;
    overflow-y: scroll;
}

.variosArchivos{
    position: relative;
}


/*----SUBIR ARCHIVOS---*/
#pantallaSubidaBack{
   z-index: 10;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000026;
    cursor: progress;

}

#pantallaSubida{
     font-size: 10px;
    position: relative;
    width: 100%;
    top: -45px;
    text-align: center;
}
#barraPrograso{
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    height: 12px;
    display: block;
    width: 30%;
    position: relative;
    left: 35%;
    border: 1px solid #042b56;
}


#interiorBarraPrograso{
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: linear-gradient( 270deg, rgb(255 255 255) 0%, rgb(97 133 168) 5%, rgb(6 49 95) 62%, #000b16 100%);
    width: 50%;
    height: 12px;
    padding-left: 0px;
    border-radius: 40px;
}

.creandoFormador{
    margin-bottom: 0px;
}

.errorCrearFormador{
    background: #5e0000;
    display: block;
    border-radius: 15px;
    color: white;
}

.divLeyDePrivacidad{
    display: grid;
    width: 70%;
    grid-template-columns: 0.05fr 1fr;
    position: relative;
    left: 15%;
    margin-bottom: 15px;
    padding-left: 10px;
}

.checkLeyPrivacidad{
    width: 15px;
}

.noLeeTerminos{
    border: 1px solid #8f0000;
    border-radius: 100px;
    box-shadow: inset 0px 0px 18px 3px #b10000;
}

.btnDeshabilitado{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(160 160 160) 10%, rgb(149 149 149) 55%, rgb(77 77 77) 100%);
    border: 1px solid rgb(104 104 104);
}

input[type="checkbox" i].checkLeyPrivacidad{
background: red;
}

.mensajeDeCreacionFormador{
    z-index: 11;
    width: 60%;
    background: #ffffffe0;
    height: 100px;
    height: 50%;
    position: fixed;
    top: 105px;
    left: 20%;
}

.mensajeDeCreacionFormador img{
    position: relative;
    width: 30%;
    left: 37%;
    top: 15%;
}
.divBotonEnviar{
    top: 65px;
   display: grid;
    position: relative;
    width: 100%;
    justify-items: center;
}

.crearNuevoFormador{
   
    width: 225px;
    position: relative;
}

.g-recaptcha{
    position: absolute;
   
    top: -32px;
}