p{text-align: justify}

.txt-2r{font-size: 1.5rem}

.enlace{cursor: pointer}

.encabezado{
	background-color:#7a4664;
	color:white;
	padding:5px 15px;
	margin:5px 0 15px;
}

.oculto{display:none}

.icono{margin:0 5px}

/*
 * Sidebar
 */

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0 0 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
	.sidebar {
		top: 5rem;
	}
}

@media (min-width: 960px) {
	.titulo-columna h2{min-height: 77px}
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}

.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #999;
}

.sidebar .nav-link.active {color: #007bff}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: 1.2rem;
	background-color:#722182;
	color:white !important;
	padding: 10px 0px;
}

/*
 * Navbar
 */

.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
	top: .25rem;
	right: 1rem;
}

.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.margen10{margin:10px}

.separa-top{margin-top:15px}

.borde-contenido{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
	overflow:auto;
}

.banner_principal{
	background-image: url("../img/bg.png");
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
	background-size: contain;
}

.candidato{
	border:1px solid #e2e2e2;
	padding:10px;
	border-radius: 15px;
	margin-bottom:25px;
	min-height: 460px;
	text-align: center;
	display: table;
}

.candidato a{color:#722182}

.separa-top{margin-top:15px}

.btn-purpura{
	background-color: #722182;
	border-color: #722182;
	color:white;
}

.btn-purpura:hover{
	background-color: #a85f8a;
	border-color: #722182;
	color:black;
}

.logo-partido{
	position: absolute;
	top: 15px;
	right: 35px;
	width:20%
}

.mb-0{
	margin-bottom: 0 !important;
	padding-left: 25px;
	border-left: 2px solid darkgray;
}

.nombre_candidato{
	text-transform: capitalize;
	font-weight: bold;
	min-height: 60px;
}

.puesto_candidato{
	text-transform: capitalize;
	min-height: 60px;
	text-align: center;
}

.barra-sup{background-color: #acabab}

.bg-dark{background-color: #7a4664 !important}

img.icono-declara{width:17%}