/*INPUT'S DE FORMULARIOS*/
input[type="text"],input[type="password"], input[type="date"], input[type="email"], select {
	font-size:12pt;
	width: 250px;
	padding: 5px 7px 5px 7px;
	margin-bottom:2%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 15px;
	background-color: #fff;
}

#id_sede {
  font-size:12pt;
  width: 500px;
  padding: 5px 7px 5px 7px;
  margin-bottom:2%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  background-color: #fff;
}

#id_tipo_documento {
  font-size:12pt;
  width: 125px;
  padding: 5px 7px 5px 7px;
  margin-bottom:2%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  background-color: #fff;
}

#nombre_cuerpo_policial {
  font-size:12pt;
  width: 600px;
  padding: 5px 7px 5px 7px;
  margin-bottom:2%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  background-color: #fff;
}

#nombre_centro_penitenciario {
  font-size:12pt;
  width: 600px;
  padding: 5px 7px 5px 7px;
  margin-bottom:2%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  background-color: #fff;
}

#id_centro_penitenciario {
  font-size:12pt;
  width: 600px;
  padding: 5px 7px 5px 7px;
  margin-bottom:2%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 15px;
  background-color: #fff;
}

textarea{
	font-size:12pt;
	width: 500px;
	padding: 5px 7px 5px 7px;
	margin-bottom:2%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 15px;
	background-color: #fff;
	
}





/*para las ventanas modales*/
#modal {
  background: rgba(128, 128, 128, 0.9);
  color: #fff;
  position: fixed;
  top: -120vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s;
  border-radius: 15px;
}
#modal p {
  width: 60%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 1.5em;
  text-align: center;
}

#mostrar-modal {
  display: none;
}
#mostrar-modal + label {
  background: #054fbb;
  /*para que se muestre en el centro*/
  /*display: table;*/
  border-radius: 15px;
  margin: auto;
  color: #fff;
  line-height: 3;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
#mostrar-modal + label:hover {
  background: #153979;
}
#mostrar-modal:checked ~ #modal {
  top: 0;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
  display: block;
}

#cerrar-modal {
  display: none;
}
#cerrar-modal + label {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: tomato;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  display: none;
  transition: all 0.5s;
}
#cerrar-modal:checked ~ #modal {
  top: -100vh;
}
#cerrar-modal:checked + label {
  display: none;
}




/*para la ventana modal de atencion al detenido*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 700px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }





/*PARA VENTANA MODAL DE ACERCA DEL SISTEMA*/
.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog1:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog1 > div {
	width: 700px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #000000;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close1 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close1:hover { background: #00d9ff; }



/*PARA VENTANA MODAL DE CENTROS DE RECLUSION*/
.modalDialog2 {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 3;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog2:target {
  opacity:1;
  pointer-events: auto;
}
.modalDialog2 > div {
  width: 1500px;
  position: relative;
  margin: 5% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  color: #000000;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close2 {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close2:hover { background: #00d9ff; }






/*MENU HORIZONTAL RESPONSIVE*/
.menu {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.menu li {
  display: inline-block;
}

.menu a {
  text-decoration: none;
  color: black;
}

.menu a:hover {
  color: blue;
}

/* Responsive CSS */

@media (max-width: 768px) {
  .menu {
    flex-direction: column;
  }

  .menu li {
    width: 100%;
  }
}

/*menu hamburguesa*/
.menu-toggle {
  display: none;

  @media (max-width: 768px) {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.menu-toggle:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle:after::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggle:after::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}