:root {
	--dark: #006F9D;
	--dark-x: #1e2126;
	--light: #ffffff;

	--primary: #111B54;
	--secundary: #f80404;
	--grey: #efefef; 	
	--grey-ligth: rgb(182, 184, 182);
}

body {
	overflow:hidden;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: var(--primary);
}

.bg-dark { background-color: var(--dark) !important;}
.bg-dark-x { background-color: var(--dark-x);}
.bg-mix { background: linear-gradient(180deg, var(--light) 50%, var(--grey) 0);}
.bg-grey { background-color: var(--grey) !important; }
.bg-grey-ligth { background-color: var(--grey-ligth) !important; }

table th {
	background-color: #337ab7 !important;
	color: white;
}

table>tbody>tr>td {
	vertical-align: middle !important;
}

.btn-group, .btn-group-vertical {
	position: absolute !important;
}

.btn {
	border: 0;
}

.btn-primary {
	background-color: var(--primary);
}

.btn-primary:hover {
	background-color: var(--primary);
}

.txt-primary {
	color: var(--primary);
}

.txt-secundary {
	color: var(--secundary);
}

.stat {
	border-right: 1px solid var(--grey);
	transition: all 0.3s ease;
}

.stat:hover {
	transform: translateY(-5px);
}

.stat:last-child {
	border-right: 0;
}

.card.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	transition: all 0.3s ease;
}

.card.shadow:hover {
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
}

.bg-light.rounded-circle {
	transition: all 0.3s ease;
}

.stat:hover .bg-light.rounded-circle {
	background-color: var(--primary) !important;
}

.stat:hover .bg-light.rounded-circle i {
	color: white !important;
}

.fa-chart-line, .fa-tasks, .fa-money-bill-wave, .fa-chart-bar {
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.stat {
		border-right: 0;
		border-bottom: 1px solid var(--grey);
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	
	.stat:last-child {
		border-bottom: 0;
	}
}

.form-control, .btn {
	min-height: 2.125rem;
	line-height: initial;
}

.img-1 {
	background-image:url(../image/img_01.jpg);
	background-size:cover;
	background-position:center;
}

.img-2 {
	background-image:url(../image/img_02.jpg);
	background-size:cover;
	background-position:center;
}

.img-3 {
	background-image:url(../image/img_03.jpg);
	background-size:cover;
	background-position:center;
}

.img-4 {
	background-image:url(../image/img_04.jpg);
	background-size:cover;
	background-position:center;
}

.img-5 {
	background-image:url(../image/img_05.jpg);
	background-size:cover;
	background-position:center;
}

.img-6 {
	background-image:url(../image/img_06.jpg);
	background-size:cover;
	background-position:center;
}

.img-7 {
	background-image:url(../image/img_07.png);
	background-size:cover;
	background-position:center;
}

.img-8 {
	background-image:url(../image/img_08.png);
	background-size:cover;
	background-position:center;
}

.img-9 {
	background-image:url(../image/img_09.png);
	background-size:cover;
	background-position:center;
}

.img-caja {
	background-image:url(../image/logo_cms.png);
	background-size: auto;
	background-position:center;
}

.img-fondo {
	position: relative;
	z-index: 5;
	background-image: url(../images/image-login.webp);
	background-size:cover;
	background-position:center;

  }

.img-fondo::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
	background-image: linear-gradient(to right, #FFF, transparent); 
}

.modal-fullscreen-xl{
	width:90vw;
	max-width:100%;
	height:100%;
	margin:0;
}

.x-small {
	font-size:12px;
}

.m-small {
	font-size:10px;
}

.s-small {
	font-size:8px;
}

.selectAltura {
	display:block;
	height:25px;
}

.bg-primary { background-color: var(--primary) !important;}

.nav-scroller {
  z-index: 2;
  overflow-y: hidden;
}

.nav-scroller {
  width: 19rem;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow:auto;
  color: rgba(255, 255, 255, 0.519);
  white-space: nowrap;
  height: 700px;
  -webkit-overflow-scrolling: touch;
}

#sidebar-container {
	min-height:100vh;
	margin-left: -19rem;
	transition: margin .25s case-in-out;
} 

#sidebar-container .logo {
	padding: .875rem 1.25rem;
}

#sidebar-container .menu {
	width: 18rem;
}

#sidebar-container .menu .nav-link {
	display: flex;
	align-items: center;
}

#sidebar-container .menu .nav-link .icon {
	min-width: 1.5rem;
	text-align: center;
}

.tabla-antecedentes-wrapper {
	overflow-x: auto;
}

.tabla-antecedentes {
	font-size: 0.85rem;
	text-align: center;
	border-color: #1a4f7a !important;
}

.tabla-antecedentes thead th {
	background-color: #0b3d6b;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	border-color: #fff !important;
}

.tabla-antecedentes tbody td {
	border-color: #b8cfe0 !important;
	vertical-align: middle;
}

.tabla-antecedentes tbody tr.fila-regional td {
	font-weight: 700;
}

.tabla-antecedentes tbody tr.grupo-costa.fila-regional td {
	background-color: #2f6fad;
	color: #fff;
}

.tabla-antecedentes tbody tr.fila-cartera td {
	background-color: #eef4fa;
	color: #1a3a5c;
}

.tabla-antecedentes tbody tr.fila-cartera td:first-child {
	text-align: left;
	font-weight: 600;
}

.tabla-antecedentes tbody tr.grupo-total-general.fila-regional td {
	background-color: #2c3e50 !important;
	color: #fff !important;
	font-weight: 700;
	border-top: 3px solid #1a252f;
}

.tabla-estado-laboral-wrapper {
	overflow-x: auto;
}

.tabla-estado-laboral {
	font-size: 0.85rem;
	text-align: center;
	border-color: #1a4f7a !important;
}

.tabla-estado-laboral thead th {
	background-color: #0b3d6b;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	border-color: #fff !important;
}

.tabla-estado-laboral tbody td {
	border-color: #b8cfe0 !important;
	vertical-align: middle;
}

.tabla-estado-laboral tbody tr.fila-cartera-el td {
	background-color: #eef4fa;
	color: #1a3a5c;
	font-weight: 600;
}

.tabla-estado-laboral tbody tr.fila-cartera-el td:first-child,
.tabla-estado-laboral tbody tr.fila-laboral-el td:first-child {
	text-align: left;
}

.tabla-estado-laboral tbody tr.fila-laboral-el td {
	background-color: #fff;
}

.tabla-estado-laboral tbody tr.fila-total-el td {
	background-color: #2c3e50 !important;
	color: #fff !important;
	font-weight: 700;
	border-top: 3px solid #1a252f;
}

.tabla-estado-laboral tbody tr.fila-laboral-total-el td {
	background-color: #f4f6f8;
	font-weight: 500;
}

.gestion-reportes-contenedor {
	max-width: 1100px;
}

.gestion-reportes-contenedor.gestion-reportes-terreno-ancho {
	max-width: 100%;
	width: 100%;
}

.tabla-resultados-terreno-wrapper {
	overflow-x: visible;
	width: 100%;
}

.paleta-terreno-filas {
	--bs-gutter-x: 0.75rem;
	margin-left: 0;
	margin-right: 0;
}

.paleta-terreno-filas .col-lg-6 {
	min-width: 0;
	flex: 1 1 0;
}

.paleta-terreno-filas .tabla-terreno-panel {
	overflow-x: visible;
	overflow-y: visible;
	width: 100%;
}

@media (min-width: 992px) {
	.paleta-terreno-filas .tabla-terreno-panel {
		max-height: 70vh;
		overflow-y: auto;
		overflow-x: visible;
	}
}

.tabla-resultados-terreno {
	font-size: 0.78rem;
	text-align: center;
	border-color: #1a4f7a !important;
	width: 100%;
	table-layout: fixed;
}

.tabla-resultados-terreno th,
.tabla-resultados-terreno td {
	padding: 0.35rem 0.45rem;
	word-break: break-word;
	hyphens: auto;
}

.tabla-resultados-terreno th.text-start,
.tabla-resultados-terreno td.text-start {
	word-break: break-word;
}

.tabla-resultados-terreno thead th {
	background-color: #0b3d6b;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	border-color: #fff !important;
}

.tabla-resultados-terreno tbody td {
	border-color: #b8cfe0 !important;
	vertical-align: middle;
}

.tabla-resultados-terreno tbody tr.fila-total-rt td {
	background-color: #2c3e50 !important;
	color: #fff !important;
	font-weight: 700;
	border-top: 3px solid #1a252f;
}

.tabla-resultados-gestion-wrapper {
	overflow-x: auto;
}

.tabla-resultados-gestion {
	font-size: 0.85rem;
	border-color: #1a4f7a !important;
}

.tabla-resultados-gestion thead th {
	background-color: #0b3d6b;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	border-color: #fff !important;
}

.tabla-resultados-gestion tbody td {
	border-color: #b8cfe0 !important;
	vertical-align: middle;
}

.tabla-resultados-gestion tbody tr.fila-cartera-rg td {
	background-color: #2f6fad;
	color: #fff;
	font-weight: 700;
}

.tabla-resultados-gestion tbody tr.fila-recuperado-rg td {
	background-color: #dceaf7;
	color: #1a3a5c;
	font-weight: 600;
}

.tabla-resultados-gestion tbody tr.fila-motivo-rg td {
	background-color: #f7fbff;
	color: #1a3a5c;
}

.tabla-resultados-gestion tbody tr.fila-total-rg td {
	background-color: #2c3e50 !important;
	color: #fff !important;
	font-weight: 700;
	border-top: 3px solid #1a252f;
}

#filtroGestionForm .select2-container--bootstrap-5 {
	width: 100% !important;
}

#filtroGestionForm .select2-container--bootstrap-5 .select2-selection {
	min-height: 38px;
	max-height: 120px;
	overflow-y: auto;
	border: 1px solid #ced4da;
}

#filtroGestionForm .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
	font-size: 0.875rem;
	margin-top: 4px;
}

#filtroGestionForm .select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
	margin-top: 6px;
}

#sidebar-container .menu li ul {
	display: none;
}

#sidebar-container .menu li a:hover {
	background: #1a95d5;
	background: #69899b;
	background-color: #1D5473;
	--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #006F9D;
}

*::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 20px;
  border: 3px solid #006F9D;
}

.sidebar-link {
	display: flex;
	align-items: center;
}

.sidebar-link .rigt-icon {
	display: inline-flex;
	transition: all ease 0.25s;
}

.sidebar-link[aria-expanded="true"] .rigt-icon {
	transform: rotate(180deg);
}

.btn-search {
	right: 0;
}

#content {
	overflow-y: auto;
	height: 100vh;
	padding-bottom: 5rem;

}

#content-wrapper.toggled #sidebar-container {
	margin-left: 0;
}

@media (min-width: 768px){
	#sidebar-container {
		margin-left: 0;
	}
	#page-container {
		min-width: 0;
		width: 100%;
	}
	#content-wrapper.toggled #sidebar-container {
		margin-left: -19rem;
	}
}

/* Estilos para Material Symbols Outlined */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Tamaño preferido del icono */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

/* Deshabilitar traducciones */
.notranslate {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Estilos para las tarjetas de estadísticas */

