* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}
html, body{
	height: 100%;
}

body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

header {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;

}
.logo{
	margin:auto;
	text-align:center;
	img{
		width: 100%;
		height: 400px;
	}

}

.contenido_principal{
	display: block;
	position: relative;
	z-index: 0;
	margin: 4rem auto 0;
  	padding: 5rem 4rem 0 4rem;
	width: 100%;
	max-width: 1000px;
	min-height: 900px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	-moz-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	background-image: radial-gradient(ellipse at left bottom, rgba(22, 24, 47, .9) 0%,rgba(38, 20, 72, .8) 59%, rgba(17, 27, 75, .8) 100%);
	box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
}

.tit1{
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
}
.tit2{
	text-align: center;
	font-size: 24px;
	text-align: center;
	margin: 15px;
	margin-bottom: 30px;
}
.tit3{
	text-align: center;
	font-size: 24px;
	text-align: center;
	margin: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}
.tit1,.tit2,.tit3{
	color: #fff;
}

.contenido_secundario{
	padding: 10px;
	border: #dddddd solid;
	margin: 5px;
}
.f_datos{
	position: relative;
	z-index: 1;
 	padding-bottom: 4.5rem;
	border-bottom: 1px solid rgba(236, 9, 9, 0.25);
}
.label{
	display: block;
	padding-left: 1rem;
}

.label,
.login__label--checkbox {
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	font-size: .75rem;
	margin-bottom: 1rem;
}

.login__label--checkbox {
	display: inline-block;
	position: relative;
	padding-left: 1.5rem;
	margin-top: 2rem;
	margin-left: 1rem;
	color: #ffffff;
	font-size: .75rem;
	text-transform: inherit;
}


.input_ {
	color: rgb(0, 0, 0);
	font-size: 1.15rem;
	width: 100%;
	padding: .5rem 1rem;
	border: 2px solid transparent;
	outline: none;
	border-radius: 1.5rem;
	background-color: rgba(203, 210, 240, 0.8);
	letter-spacing: 1px;
	margin-top: 1.5rem;
}

.input_:hover,
.input_:focus{
	color: rgb(252, 253, 192);
	border: 2px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
}
.select option{
	background:rgb(46, 68, 116);
	color:rgb(187, 190, 187);
	}

.btn:hover{
    background: rgb(11, 170, 243);
}
.btn{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 32px;
}

.botones{
	display: block;
	position: relative;
	z-index: 0;
	margin: 1rem auto 1rem;
  	padding: 1rem 1rem 0 1rem;
	width: 100%;
	max-width: 1000px;
	
	text-align:center;
	-webkit-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	-moz-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.81);
	background-image: radial-gradient(ellipse at left bottom, rgba(22, 24, 47, 1) 0%,rgba(38, 20, 72, .9) 59%, rgba(17, 27, 75, .9) 100%);
	box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);
}

.label
{
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	font-size: .9rem;
	margin-bottom: 1rem;
}

.success{
    position: absolute;
    top:50px;
    color:#00cb3c;
    font-size: 18px;
}
.error{
    position: absolute;
    top:50px;
    color:#e02d00;
    font-size: 18px;
}


  
.img_foto{
    width: 132px;
    height: 180px;
    border: #0d0d0d 2px solid;
    text-align: center;

  }
  .contenedor_foto{

    text-align: center;

  }

/*ventana emegente*/
.modal::backdrop {
	background: rgba(0, 0, 0, 0.55);

}

.modal {
	background: #ebebeb;
	box-shadow: 0px 0px 5px 0px rgba(253, 253, 253, 0.9);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	margin: auto;
	padding: 20px;
	text-align: center;
	width: 600px;
  	transition: .2s ease all;
	transform: scale(0.9);
}

.dialog1 h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.dialog1 h4 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.modal form .contenedor-inputs {
	opacity: 0;
}

.dialog1 form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.dialog1 form .btn-submit {
	padding: 0 20px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.dialog1 form .btn-submit:hover {
	background: rgba(94,125,227, .8);
}
/*
.overlay.active {
	visibility: visible;
}
*/


.btn, .btn-abrir-popup {
	padding: 0 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */

.dialog1{opacity: 1;transform: scale(1);}
.dialog1 h3 { animation: entradaTitulo .8s ease .5s forwards; }
.dialog1 h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.dialog1 .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}

/*esponsivo*/
  
@media(max-width:991px){
    body{
        padding: 10px;
       
    }
    form{
        padding: 20px;
        width: 100%;
    }
    .entrada{
        position: relative;
        width: 88%;
        margin-bottom: 35px;
    }
    input{
        padding: 10px 0 20px 45px;
    }
}