/* login */
.card-header {
	margin: 4rem;
}

.form-check {
	display: inline-block;
}

form button {
	display: block !important;
	margin: auto;
	margin-top: 20px;
}

/* listado */
h1 {
	font-size: 3rem;
}

.list-group p {
	display: inline-block;
	padding-left: 10px;
}

header {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin: 3rem;
}

#logo {
	color: #cecece;
	padding: 25px;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	background-color: #337ab7;
	text-align: center;
}

#logo span {
	color: #3ec1d5;
}

header select {
	padding: 5px;
}

body ul {
	margin: 3rem;
}

body ul .list-group-item:first-child {
	background-color: #5dabeb;
	font-weight: bold;
}

body span.badge:hover {
	cursor: pointer;
}

i.fa {
	font-size: 20px;
}

i.fa:hover {
	cursor: pointer;
}

.footer-logo span {
	color: #3ec1d5;
}

tbody tr:nth-child(even) {
	background-color: #e4f0f0c9;
}

thead th {
	text-align: center;
	vertical-align: middle !important;
	background-color: #eaf3f3;
}

.table-responsive {
	margin-top: 2rem;
}

tbody td {
	text-align: center;
}

tbody td:last-child {
	display: flex;
	justify-content: space-around;
}

table .cont_img {
	border: none !important;
}

#checkPolitic+p {
	display: inline-block;
}

.mb_3 {
	margin-bottom: 3em;
}

#btn_magnetico {
	float: right;
}

p.error {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#exit {
	margin: 20px;
}

#exit:hover {
	cursor: pointer;
}