h1 {
	color: #0000FF;
}

h2 {
	color: #FF0000;
}

footer {
	margin-top: 60px;
}

.bd-example-row .row>.col, .bd-example-row .row>[class^=col-],
	.bd-example-row .form-group {
	padding-top: .50rem;
	padding-bottom: .50rem;
	background-color: rgba(86, 61, 124, .15);
	border: 1px solid rgba(86, 61, 124, .2);
}

.fecha {
	width: 110px;
}

.condatos {
	font-weight: bolder !important;
	background-color: #87cff9 !important;
}

input[type=button]:hover {
	transform: scale(1.2);
}
button:hover {
	transform: scale(1.2);
}

input[type=submit]:hover {
	transform: scale(1.2);
}
.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}