@font-face {
	font-family: 'roboto_medium_regular';
	src: url('../webfonts/roboto-medium-webfont.woff2') format('woff2'),
		url('../webfonts/roboto-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'roboto_condensed_light';
	src: url('../webfonts/robotocondensed-light-webfont.woff2') format('woff2'),
		url('../webfonts/robotocondensed-light-webfont.woff') format('woff'),
		url('../webfonts/robotocondensed-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_condensed_regular';
	src: url('../webfonts/robotocondensed-regular-webfont.woff2') format('woff2'),
		url('../webfonts/robotocondensed-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

:root {
	--color-one: #F5F5F5;
	--color-two: #24292E;
	--color-three: #EC5252;
	--color-four: #0366D6;

	--form-color: #14111A;

	--accent-color: #253556;
	/*--accent-color: #455A64;*/
	--border-color: #D8D8D8;
	--indigo: #3f51b5;
}

#ubimodal,
#clasificarmodal {
	width: 100%;
	max-height: 800px;
	height: 424px;
}

.guardar {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #2ecc71;
	border-radius: 5px;
	color: #fff;
	background-color: #2ecc71;
	transition: background-color 0.3s, color 0.3s;
}

.cerrar {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #dce4e0;
	border-radius: 5px;
	color: #fff;
	background-color: #5c5f5d;
	transition: background-color 0.3s, color 0.3s;
}

/* Cambios de estilo al pasar el ratón sobre el botón */
.guardar:hover {
	background-color: #27ae60;
	/* Cambia el color de fondo al pasar el ratón */
	border-color: #27ae60;
	/* Cambia el color del borde al pasar el ratón */
}

textarea {
	width: 100%;
	height: 60px;
	padding: 10px;
	margin: 10px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	font-size: 16px;
}

#imgmodal {
	height: 424px;
}

#sourceimg {
	max-width: 368px;
	max-height: 424px;
}

#modalseguir {
	width: 100%;
	margin: auto;
	max-height: 300px;
	/* Ajusta la altura máxima según tus necesidades */
	overflow-y: auto;
}

#seguimiento {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#seguimiento th,
#seguimiento td {
	border: 1px solid #000000;
	padding: 8px;
}

#seguimiento th {
	background-color: #ffffff;
}

.eliminar {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #EC5252;
	border-radius: 5px;
	color: #fff;
	background-color: #EC5252;
	transition: background-color 0.3s, color 0.3s;
}

/* Cambios de estilo al pasar el ratón sobre el botón */
.eliminar:hover {
	background-color: #fc2828;
	/* Cambia el color de fondo al pasar el ratón */
	border-color: #fc2828;
	/* Cambia el color del borde al pasar el ratón */
}
.sel{
	background-color: var(--indigo);
	color: #FFF;
}

.span-flotante {
	position: absolute;
	top: 100%;
	right: 0;
	color: red;
	font-size: 14px;
}

/* Cambios de estilo al pasar el ratón sobre el botón */
.eliminar-filtros:hover {
	background-image: linear-gradient(to top left, #060067, #2196f3);

	/* Cambia el color del borde al pasar el ratón */
}

a:hover {
	text-decoration: none;
	/* Quitar el subrayado */
	color: #fff;
}

.ver-mapeo {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #27ae60;
	border-radius: 5px;
	color: #fff;
	background-color: #27ae60;
	transition: background-color 0.3s, color 0.3s;
	float: right;
	margin-right: 50px;
}

/* Cambios de estilo al pasar el ratón sobre el botón */
.ver-mapeo:hover {
	background-color: #2ecc71;
	/* Cambia el color de fondo al pasar el ratón */
	border-color: #2ecc71;
	/* Cambia el color del borde al pasar el ratón */
}

.select-delitos {
	position: relative;
	display: inline-block;
}

.select-delitos {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	/* Color de fondo del select */
	color: var(--accent-color);
	/* Color del texto en el select */
	border: 1px solid #4169E1;
	/* Color del borde del select */
	padding: 8px 30px 8px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	/* Tamaño del texto */
}

.select-delitos :focus {
	outline: none;
}

.select-delitos option:hover {
	background-color: lightgray;
	/* Cambiar color al pasar el mouse sobre las opciones */
}

.select-delitos::before {
	content: "\25BC";
	/* flecha hacia abajo */
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
	color: #fff;
	/* Color de la flecha */
}

.centrar {
	text-align: center;
}

.select-filtros {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.875rem + 2px);
	padding: 0.4375rem 1rem 0.4375rem 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	/*background: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0 center/8px 10px;
    */
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .26);
	border-radius: 0.125rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-control.invalid {
	background-image: linear-gradient(0deg, #ff0000 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0);
}

.bmd-label-floating.invalid {
	color: red;
}

body,
html {
	font-family: 'roboto_condensed_light';
	width: 100vw;
	height: 100vh;
	background-color: var(--color-one);
	color: #333;
	font-size: 16px;
}

.full-box {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;

}

.form-neon {
	border: 1px solid var(--border-color);
	background-color: #FFF;
	padding: 15px;
	border-radius: 3px;
}

/*----------  Page headers styles  ----------*/
.page-header {
	padding: 30px 20px 30px 20px;
}

.page-header> :nth-child(1) {
	padding-bottom: 7px;
}

.page-header> :nth-child(2) {
	font-size: 18px;
}

/*----------  Page nav tabs  ----------*/
.page-nav-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.page-nav-tabs li,
.page-nav-tabs li a {
	height: 40px;
	line-height: 40px;
}

.page-nav-tabs li {
	margin: 5px 20px;
}

.page-nav-tabs li a {
	color: var(--accent-color);
	font-size: 17px;
	min-width: 200px;
	width: auto;
	display: block;
	text-align: center;
	user-select: none;
	transition: all .2s ease-in-out;
	border-bottom: 2px solid transparent;
}

.page-nav-tabs li a.active {
	color: var(--color-three);
	cursor: none;
	pointer-events: none;
}

.page-nav-tabs li a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 2px solid #333;
}

/*----------  Edit bootstrap styles  ----------*/
.form-control[readonly] {
	background-color: transparent;
}

.form-control:focus,
.form-control:active {
	outline: none;
	box-shadow: none;
	border: none;
}

.form-control-file:active,
.form-control-file:focus {
	outline: none;
}

.table tbody tr:hover {
	background-image: linear-gradient(to right, transparent, rgba(124, 100, 112, .2) 85%, transparent);
}
/*----------  Text Styles  ----------*/
.roboto-medium {
	font-family: 'roboto_medium_regular';
}

.roboto-condensed-light {
	font-family: 'roboto_condensed_light';
}

.roboto-condensed-regular {
	font-family: 'roboto_condensed_regular';
}

/*----------  login Styles  ----------*/
.login-container {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0575E6;
	background: -webkit-linear-gradient(to top left, #2196f3, #060067);
	background-image: linear-gradient(to top left, #2196f3, #060067);

}

.boton-meses {
	margin: 5px;
	padding: 10px 20px;
	font-size: 16px;
	background-image: linear-gradient(to top left, #2196f3, #060067);
	color: #fff;
	border: none;
	border-radius: 5px;
	min-width: 165px;
	max-height: 44px;
}

.boton-meses:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 1.2);
}

.login-content {
	width: 95%;
	max-width: 500px;
	height: auto;
	border: 1px solid var(--border-color);
	background-color: #FFF;
	border-radius: 4px;
	padding: 15px;
	color: var(--accent-color);
}

.btn-login {
	width: 90%;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
	margin-top: 30px;
	background-color: transparent;
	color: var(--accent-color);
	border: 1px solid var(--accent-color);
	transition: all .2s ease-out;
}

.btn-login:hover {
	background-color: var(--color-three);
	border: 1px solid var(--color-three);
	text-decoration: none;
	color: #fff;
}

.btn-login:active,
.btn-login:focus {
	outline: none;
}

/*----------  Page layout Styles  ----------*/
.main-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.page-content,
.nav-lateral {
	height: 100%;
	overflow: hidden;
}

.modal-content2 {
	height: 100%;
	width: 100%;
	border: 0;
	border-radius: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
}

.page-content {
	position: relative;
	padding-left: 300px;
	transition: all .2s ease-in-out;
	padding-bottom: 20px;
}
.circle {
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
	color: transparent;

}
.circle-red {
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
	color: transparent;
}


.restaurar-password{
	color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.restaurar-password:hover{
	color: #007bff;
    text-decoration: underline;
    background-color: transparent;
}

/*  Nav Lateral */
.nav-lateral {
	max-width: 300px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
	background-image: linear-gradient(to top left, #2196f3, #060067);
	background-position: center center;
	background-size: cover;
}

.nav-lateral-bg {
	display: none;
}

.nav-lateral-content {
	max-width: 300px;
	max-height: 1000px;
	height: 100%;
	/*background-color: rgba(36, 41, 46, .8);*/
}

.nav-lateral-bar {
	height: 3px;
}

.nav-lateral-avatar {
	padding: 40px 0;
}

.nav-lateral-avatar i {
	display: none;
}

.nav-lateral-avatar img {
	width: 50%;
	margin: 0 auto;
	display: block;
	border: 4px solid #FFF;
	border-radius: 100%;
}

.nav-lateral-avatar figcaption {
	margin-top: 20px;
	color: #FFF;
}

.nav-lateral-menu {
	height: 100%;
	width: 100%;
}

.nav-lateral-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-lateral-menu ul li {
	width: 100%;
	height: auto;
}

.nav-lateral-menu ul li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	box-sizing: border-box;
	padding-left: 20px;
	transition: all .2s ease-in-out;
}

.nav-lateral-menu ul li a.active {
	color: #FFF;
	background-color: var(--color-three);
}

.nav-lateral-menu ul li a:hover {
	color: #fff;
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .1) 50%, transparent);
}

.nav-lateral-menu ul li ul {
	display: none;
	border: 1px solid var(--color-three);
	background: rgba(20, 30, 48, .5);
}

.nav-lateral-menu ul li ul a {
	padding-left: 45px;
}

.show-nav-lateral-submenu {
	display: block !important;
}

.nav-lateral-menu .fa-chevron-down,
.nav-lateral-menu .fa-chevron-up {
	float: right;
	height: 45px;
	line-height: 45px;
	margin-right: 7px;
	transition: all .2s ease-in-out;
}

/*  Page content */
.navbar-info {
	height: 50px;
	border-bottom: 1px solid var(--border-color);
	text-align: right;
	padding-right: 10px;
}

.navbar-info a, .iconBack {
	color: #000;
	height: 50px;
	min-width: 40px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	transition: all .2s ease-out;
	user-select: none;
}

.navbar-info a:hover, .iconBack:hover {
	color: var(--color-three);
	background-image: radial-gradient(circle, rgba(250, 30, 78, .1), transparent 80%);
}

.navbar-info a:active,
.navbar-info a:focus {
	outline: none;
}

.img-police {
	height: auto;
	display: block;
	/* Asegura que la imagen no tenga márgenes innecesarios */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* Añade esta línea */
	bottom: 20;
}

.img-secre {
	height: auto;
	display: block;
	/* Asegura que la imagen no tenga márgenes innecesarios */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* Añade esta línea */
}

/*----------  Home Styles  ----------*/
.tile-container {
	text-align: center;
	padding: 20px 25px;
}

.tile {
	height: 200px;
	width: 200px;
	margin: 10px;
	max-width: 200px;
	max-height: 200px;
	display: inline-block;
	text-decoration: none;
	color:#000;
	border: 1px solid var(--border-color);
	border-radius: 3px;
	user-select: none;
	transition: all .2s ease-in-out;
	background-color: #FFF;
}

.tile:hover {
	text-decoration: none;
	border-color: var(--color-four);
}

.tile:focus,
.tile:active {
	outline: none;
}

.tile-tittle {
	margin: auto;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	border-bottom: 1px solid var(--border-color);
	transition: all .2s ease-in-out;
	font-family: 'roboto_medium_regular';
	min-height: 50px;
	max-height: 60px;
}

.tile:hover .tile-tittle {
	color: var(--color-four);
	border-color: var(--color-four);
	background-color: var(col);
}

.tile-icon {
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	padding-top: 22px;
}

.tile-icon>i {
	font-size: 80px;
}

.tile-icon>p {
	font-family: 'roboto_medium_regular';
	height: 35px;
	line-height: 35px;
}

.tile:hover .tile-icon>i,
.tile:hover .tile-icon>p {
	color: var(--color-four);
}

/*----------  Breakpoints  ----------*/
@media (max-width: 767px) {
	.nav-lateral {
		width: 100%;
		overflow: hidden;
		display: none;
		background-image: none;
	}

	.nav-lateral.active {
		display: block;
		z-index: 9999;
	}

	.nav-lateral-bg {
		width: 100%;
		height: 100%;
		background-color: rgba(3, 3, 3, .4);
		position: relative;
		display: block;
		z-index: 2;
	}

	.nav-lateral-content {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		transform: translateX(-400px);
		transition: all .3s ease-in-out;
		background-color: var(--color-two);
	}

	.nav-lateral.active .nav-lateral-content {
		transform: translateX(0);
	}

	.nav-lateral-avatar i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		color: #FFF;
		cursor: pointer;
		font-size: 25px;
		position: absolute;
		top: 5px;
		right: 0;
		text-align: center;
		display: block;
		transition: all .2s ease-out;
	}

	.nav-lateral-avatar i:hover {
		color: var(--color-three);
	}

	.page-content {
		padding-left: 0;
	}
}


/*  Bootstrap breakpoints */
@media (min-width: 576px) {}

@media (min-width: 768px) {
	.nav-lateral.active {
		transform: translateX(-400px);
	}

	.page-content.active {
		padding-left: 0;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}