/* Login */
.login-main {
    background: rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.568);
    color: white;
}
.login-page {
    background: url(../../../vistas/images/plantilla/login.jpg)no-repeat;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
    background-position: center;
}
.register-page {
    background: url(../../../vistas/images/plantilla/register.jpg)no-repeat;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
    background-position: center;
}
.recuperar-page {
    background: url(../../../vistas/images/plantilla/recuperar.jpg)no-repeat;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
    background-position: center;
}
.form-control {
    background: rgba(0, 0, 0, .3);
    border-style: none;
    transition: 0.5s ease-in;
    outline: none;
    box-shadow: none;
}
.form-control::placeholder {
    color: white;
}
.login-head h1 {
    font-size:3em;
     color:#FFF;
    padding: 1em 0em 0em 0em;
    text-align: center;
    font-family: 'Carrois Gothic', sans-serif;
}

.boton-login:hover{
  background:#68AE00;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all ;
  -ms-transition: 0.5s all;
}
.usuario{
	background: rgba(0, 0, 0, .3);
  padding: 10px;
  border: 2px solid black;
  color: #1b5583;
  min-width: 50px;
  text-align: center;
}
.fa-lock {
	background: rgba(0, 0, 0, .3);
  padding: 10px;
  border: 2px solid black;
  color: #721422;
  min-width: 50px;
  text-align: center;
}
.input-container{
	 display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.input-field{
	width: 100%;
  padding: 10px;
  outline: none;
}

.negro {
	background-color: black;
}
.key{
	margin-top: 10px;
}
.recPass{
	color: red;
}
.imagenFoto {
	width: 40px;
}
.imagenInicio {
	width: 70px;
	border-radius: 25px;
}
.transform:hover {
	background-color: red;
}
/* Galería */
.titgal {
	text-align: center;
}

.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
	cursor: pointer;
	transition: .6s;
}

.galeria img {
	width: 150px;
	height: 100px;
}
.galeria img:hover {
	transition: .6s;
	opacity: .6;
}

/*Estilos LightBox*/



/*.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
}

.imagen {
	width: 100%;
	height: 50%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}*/

/* Centrar Texto Tablas <th> */
.centro_thd{
	text-align: center;
}

.oculto {
	display: none;
}

/* Modal Personalizados */
.modal-personalizado{
	background: navy;
	color: #ffffff;
}
.borderPers{
	border: 2px solid black;
}

/* Modulo Perfil */
.perfil {
	font-size: 20px;
	text-align: center;
}

/* Círculos */
.radio {
	display: none;
}

.circ {
  padding: 25px;
  background: #ccc;
  border-radius: 50px;
}

.orange {
	background-color: #FF5722;
}

.amber {
	background-color: #FFC107;
}

.lime {
	background-color: #00FF01;
}

.teal {
	background-color: #009688;
}

.blue {
	background-color: #1800FF;
}

.indigo {
	background-color: #4B0082;
}

.grupoRadio label:hover {
  cursor: pointer;
}

.grupoRadio input[type="radio"]:checked + label {
  border: 3px solid #ccc !important;  
}


.activado input[type=radio]:checked + label {
  border: 3px solid #555 !important;  
}

.paginationCar .page-item.active .page-link {
	background: #050883;
	color: #FFFFFF;
	border: 1px solid #bbb;
}

.page-link {
	color #777;
}

.paginationTodo .page-item.active .page-link {
	background: red;
	color: #FFFFFF;
	border: 1px solid #bbb;
}

.activo {
	background: red;
	color: #FFFFFF;
	border: 1px solid #bbb;
}

.fondoError{
	background: url(../../../vistas/images/plantilla/carretera.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: inset 0 0 100px 150px rgba(0,0,0,0.5);
}

.triangulo{
	padding-left: 50px;
	font-size: 180px;
	animation: naranja-neon 2s infinite alternate;
	color: #fff;
}

.error{
	color: #fff;
	animation: rojo-neon 2s infinite alternate;
	padding-top: 25px;
	padding-left: 90px;
}

.camino{
	color: #fff;
	animation: azul-neon 2s infinite alternate;
	padding-top: 25px;
	padding-left: 25px;
}

.regresar {
	color: #fff;
	animation: verde-neon 2s infinite alternate;
	padding-top: 25px;
	padding-left: 45px;
}

.btn-link:hover {
	text-shadow: 0 -1px 4px #fff, 2px 2px 10px #00ac18, 2px -2px 20px #006e0f; 
	transition: .5s ease;
}

@keyframes naranja-neon {
	0%, 10%, 15%, 20%, 30%, 35%, 40%, 50%, 55%, 60%, 70%, 75%, 80%, 85%, 90%, 100% {
		text-shadow: 0 -1px 4px #fff, 
					 0 -2px 10px #ff0,
					 0 -10px 20px #ff8000;
	}
	10%, 15%, 60% {
		text-shadow: none;
	}
}

@keyframes rojo-neon {
	0%, 10%, 15%, 20%, 30%, 35%, 40%, 50%, 55%, 60%, 70%, 75%, 80%, 85%, 90%, 100% {
		text-shadow: 0 -1px 4px #fff, 
					 0 -2px 10px #f00,
					 0 -10px 20px #c00;
	}
	10%, 15%, 60% {
		text-shadow: none;
	}
}

@keyframes azul-neon {
	0%, 10%, 15%, 20%, 30%, 35%, 40%, 50%, 55%, 60%, 70%, 75%, 80%, 85%, 90%, 100% {
		text-shadow: 0 -1px 4px #fff, 
					 0 -2px 10px #00f,
					 0 -10px 20px #0e00d1;
	}
	10%, 15%, 60% {
		text-shadow: none;
	}
}