/*
 Funcion: Estilos para el formulario de registro
 Autor: Brian Ortiz
 Fecha: 16-enero-2020
*/


:root{
	--color-NavyBlue:#021458;
	--color-dark-x:#B7B7B7;
	--color-dark-xx: #1f232b;
	--color-light: #ffffff ;
	--color-grey: #f5f6f8;
}
header{
   border-radius: 10px;
   background-color: #ffffff;
   width: 100%;

}
header div{
	display: table;

}

.form-registro{
	width: 90%;
	max-width: 500%;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	background-color: var(--color-grey);
	letter-spacing: .05rem;

}
body section{
		color: var(--color-light);

}
.bg-light{
	background-color: var(--color-light) !important; 
}
.bg-dark{
/*	background-color: var(--color-NavyBlue) !important;*/
/*background: rgba(0,51,87,0.98);
background: -moz-linear-gradient(left, rgba(0,51,87,0.98) 0%, rgba(0,60,102,0.98) 0%, rgba(0,54,92,0.98) 19%, rgba(0,62,107,0.98) 37%, rgba(0,68,117,0.98) 44%, rgba(0,116,148,0.98) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,51,87,0.98)), color-stop(0%, rgba(0,60,102,0.98)), color-stop(19%, rgba(0,54,92,0.98)), color-stop(37%, rgba(0,62,107,0.98)), color-stop(44%, rgba(0,68,117,0.98)), color-stop(100%, rgba(0,116,148,0.98)));
background: -webkit-linear-gradient(left, rgba(0,51,87,0.98) 0%, rgba(0,60,102,0.98) 0%, rgba(0,54,92,0.98) 19%, rgba(0,62,107,0.98) 37%, rgba(0,68,117,0.98) 44%, rgba(0,116,148,0.98) 100%);
background: -o-linear-gradient(left, rgba(0,51,87,0.98) 0%, rgba(0,60,102,0.98) 0%, rgba(0,54,92,0.98) 19%, rgba(0,62,107,0.98) 37%, rgba(0,68,117,0.98) 44%, rgba(0,116,148,0.98) 100%);
background: -ms-linear-gradient(left, rgba(0,51,87,0.98) 0%, rgba(0,60,102,0.98) 0%, rgba(0,54,92,0.98) 19%, rgba(0,62,107,0.98) 37%, rgba(0,68,117,0.98) 44%, rgba(0,116,148,0.98) 100%);
background: linear-gradient(to right, rgba(0,51,87,0.98) 0%, rgba(0,60,102,0.98) 0%, rgba(0,54,92,0.98) 19%, rgba(0,62,107,0.98) 37%, rgba(0,68,117,0.98) 44%, rgba(0,116,148,0.98) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003357', endColorstr='#007494', GradientType=1 );*/

 background-image:  linear-gradient(
      rgba(0,0,0, 0),
      rgba(0,0,0, 0)
    ), url(../images/slider.png)  ;
  height: 100%; /* You must set a specified height */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;



 color: #393938;
}
.p-6{
	padding: 4rem 7rem;
}
.contact-box{
	padding: 3rem;
}
.form-control{
	background-color:  var(--color-dark-xx);
	border:  2px solid var(--color-dark-xx);
	border-radius:  .2rem;

}
.cont{
    background-color:  var(--color-Light);
	border:  2px solid var(--color-Light);
	   border-radius: 10px;

}

.margen{
	margin: 30px;
	align-items: center;

}

/*
 Funcion: Estilos para el login
 Autor: Brian Ortiz
 Fecha: 16-enero-2020
*/


.form-login h1{
	margin: 20px;
	padding: 0 0 20px;
	text-align: center;
	font-size: 30px;
}
.titulo{
	padding: 20px;
	font-weight: 100;
	font-size: 30px;
	border-bottom: 5px solid crimson;
}
.form-login{
	width: 10%;
    max-width: 10%;
    margin: center;

}
.form-login p{
	margin: 0;
	padding:  0;
	font-weight: bold;
	display: block;
}
.form-login input{
width: 70%;
margin-bottom: 20px;
}

.form-login a{
	font-size: 20px;

}

.form-login input[type="submit"]{
width: 40%;
margin-bottom: 20px;
}
 
.menu_tipo_usuario{
	width: 100%;

}
.pestanas_menu{
		font-size: 20px;

}

.Titulo{
		font-size: 45px;

}
.Subtitulo{
			font-size: 35px;

}



/*
 Funcion: Condiciones para las resolucion de la vista
 Autor: Brian Ortiz
 Fecha: 17-enero-2020
*/


@media(min-width:  320px) and (max-width:  420px) {
	.menu_tipo_usuario{
	width: 100%;

}
.pestanas_menu{
		font-size: 13px;

}

.Titulo{
		font-size: 25px;

}
.Subtitulo{
			font-size: 17px;

}
.space{
           margin: 150px;
          }
.login-box{
    margin: 10px;
	width: 343px;
	background-color: #D3A60B; 
	color: black;
	padding: 40px 20px;
	box-sizing: border-box;
    }
    .form-login .avatar{
display: none;

    }
    header .logo{
    position: absolute;
	left: 56%;
	top: -2.7%;
	width:150px;
    height:34px:;
    }
     header .logo2{
	left: 73%;
	top: -3.5%;
	width:160px;
    height:34px:;
    }

     .acceso_rapido{
	font-size: 20px;
	margin: 25px;
			display: block;
}
}


@media(min-width:  421px){ /* -----------------   (1 -  P)---------------*/
	.menu_tipo_usuario{
	width: 100%;

}
.pestanas_menu{
		font-size: 13px;
}

.Titulo{
		font-size: 17px;
}
.Subtitulo{
			font-size: 13px;
}
.space{
           margin: 150px;
          }
.login-box{
    margin: 10px;
	width: 396px;
	background-color: #D3A60B; 
	color: black;
	padding: 40px 20px;
	box-sizing: border-box;
    }
    .form-login .avatar{
display: none;
    }
    header .logo{
    position: absolute;
	left: 62%;
	top: -2.1%;
	width:150px;
    height:34px:;
    }
     header .logo2{
	left: 73%;
	top: -3.5%;
	width:160px;
    height:34px:;
    }
     .acceso_rapido{
	font-size: 15px;
	margin-right: 28px;
	margin-top: 15px;
	float: right;
			display: block;
}
}



@media (min-width:  760px) { /* resolucion de ipad*/
	.menu_tipo_usuario{
	width: 100%;
}
.pestanas_menu{
		font-size: 13px;
}

.Titulo{
		font-size: 25px;
}
.Subtitulo{
			font-size: 17px;
}
.space{
           margin: 150px;
          }
.login-box{
    margin: 80px;
	width: 620px;
	background-color: #D3A60B; 
	color: black;
	padding: 40px 30px;
	font-size: 15px;
	box-sizing: border-box;
	border-top-left-radius: 1em 2em;
	border-bottom-right-radius: 1em 2em;
    border-bottom-left-radius: 1em 2em;
    }
  .form-login .avatar{
  	display:none;
	width: 165px;
	height: 155px;
	border-radius: 80%;
	position: absolute;
	top:50px;
  	left: calc(50%  + 180px);

    }
    header .logo{
	position: absolute;
	left: 71%;
	top: -2.2%;
    width:210px;
    height:114px:;
    }
      header .logo2{
	left: 62%;
	top: -3.7%;
	width:230px;
    height:34px:;
    }
      .acceso_rapido{
	font-size: 20px;
	float: right;
	margin-right: 28px;
	margin-top: 15px;
				display: block;

 }
}


@media (min-width: 1440px){  /*  resolucion  */
	.menu_tipo_usuario{
	width: 100%;

}
.pestanas_menu{
		font-size: 20px;

}

.Titulo{
		font-size: 45px;

}
.Subtitulo{
			font-size: 35px;

}
	.space{

           margin: 150px;
          }

	.login-box{
    margin: 10px;
	width: 500px;
	background-color: #D3A60B; 
	color: black;
	padding: 40px 20px;
	font-size: 15px;
	box-sizing: border-box;
	border-top-left-radius: 1em 2em;
	border-bottom-right-radius: 1em 2em;
    border-bottom-left-radius: 1em 2em;
    }

    .form-login .avatar{
    	    	display: block;

	width: 170px;
	height: 150px;
	border-radius: 80%;
	position: absolute;
	top:45px;
  	left: calc(50%  + 80px);

    }
    header .logo{
    position: absolute;
	left: 87%;
	top: -2.3%;
    width:230px;
       height:114px:;
     }
       header .logo2{
	left: 62%;
	top: -3.7%;
	width:250px;
    height:34px:;
    }

       .acceso_rapido{
	display: block;
	
 }
}
