 .sidebar {
    position: fixed;
    top: 27%;
    left: 0;
    padding-left: 10px;
    width: 280px;
    height: 536px;
    background: url(../img/resultados/2024/fondo.png) no-repeat;
    transform: translateX(-100%); /* Oculto inicialmente */
    transition: transform 0.3s ease;
    z-index: 100; /* Asegura que esté por encima del contenido */
    box-shadow: 7px 7px 12px 0 rgba(20, 20, 20, 0.2);
  }

  .sidebar.open {
    transform: translateX(0); /* Abre el sidebar */
  }

  .tab {
    position: absolute;
    top: 15%;
    right: -40px;
    width: 40px;
    height: 115px;
    padding: 6px 7px;
    /* background: #95134b; */
    background: linear-gradient(-90deg, #94134a, 70%, #002526ea);
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    color: #fff;
    line-height: 30px;
    box-shadow: 7px 7px 12px 0 rgba(20, 20, 20, 0.2);
    font-size: 13px;
    letter-spacing: 1px;
  }

  
:root {
	--fondo: #f9f9f9;
	--color-temario: #bbbcbd;
	--temario-active: #fff;
	--temario-active-border: #454545;
}
.lista {
	list-style: none;
	border-left: 2px solid var(--color-temario);
	padding-left: 23px;
	margin-left: 24px;
    margin-top: 20px;
	font-size: 13px;
}

.lista li {
	position: relative;
}

.lista li a {
	display: block;
	color: #5a5a5a;
	padding: 6px;
	text-decoration: none;
}

.lista li::before {
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	background: var(--fondo);
	border: 2px solid var(--color-temario);
	border-radius: 3px;
	position: absolute;
	left: -30px;
	top: calc(50% - 6px);
	transform: rotate(45deg);
	transition: .3s ease all;
}

.lista li.activo::before {
	background: var(--temario-active);
	border: 3px solid var(--temario-active-border);
}

.lista li.activo {
	font-weight: bold;
}

.lista li:hover::before {
	border: 2px solid var(--temario-active-border);
        color: #000;
}

.lista a:hover {
	font-weight: 600;
        color: #454545;
}
.regresar {
	background: #ffffff70;
    border-radius: 40px;
	color: #454545;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px 26px;
    margin-left: -7px;
	font-size: 12px;
	text-decoration: none;
}

.regresar:hover {
	text-decoration: solid 1px;
	background: #ffffffd9;
	color: #454545;
    font-weight: 700;
    border: 1px #A5A5A5 solid;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.titulo {
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: 600;
	color: #666666;
	font-style: italic;
    margin-top: 20px;
}
.titulo_1 {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 600;
	color: #ba935c; /*#C29100;*/
	font-style: italic;
    margin-top: 19px;}

body {
  background-image: none; /* Quita el fondo */
}

/*estilos de personalizacion de la datatable*/
div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child { display: contents; /*se obliga a la tabla a alinearse al centro*/ }
.row {	text-align: left;}
div.table-responsive>div.dataTables_wrapper>div.row {margin-bottom: 35px;}
.table-striped{width: 700px;vertical-align: middle; background: #fff;}
 
@media (max-width: 800px){
.sidebar {top: 39%; position: absolute;}
.tab{ top: 15%;}
body {  background-color: transparent;}
}
@media (min-width: 799px) {
    body {
       background-image: url(../img/resultados/2024/fondo-entidades.png);
  background-position: top, bottom;
  background-repeat: repeat-y;
  background-size: 100%;
    }
}

 .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #960048;
  border-color: #960048;
}
.page-link {
  position: relative;
  display: block;
  color: #960048;
  }

  div.dataTables_processing>div:last-child>div {
  
  background: rgb(77, 4, 4);
  }