﻿a, label, p, span, input, input[type='submit'], button {
	font-family: Montserrat, sans-serif;
}

.card {
	border-radius: .75rem !important;
	box-shadow: 2px 4px 8px rgba(0,0,0,.15);
	border: 1px solid #eee;
}

.card-header {
	background-color: var(--color--brand);
	border-bottom: 1px solid rgba(0,0,0,.125);
	color: #fff;
}

.card-body {
	color: var(--bs-card-color);
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.card-footer {
	background-color: var(--bs-card-color);
}

/*.card-header {
	padding: 10px 0px 10px 10px;
	background-color: #F5F5F5;
	color: #444;
	font-family: Montserrat;
}

.card-body {
	background: #f8f8f8;
}

	.card-body h3 {
		color: #00586F !important;
		font-size: 12pt;
	}*/

.table th {
	color: #00586F !important;
	font-family: Montserrat;
}

.table td {
	color: #444 !important;
}

.table {
	margin-bottom: 0rem;
}

.text-primary {
	color: #115970 !important;
}

.btn-primary:hover {
	background-color: #353d4e !important;
	border-color: #353d4e !important;
	box-shadow: 2px 3px 4px rgba(0,0,0,.25);
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.upload-btn {
	background: #f1f1f1;
	color: #5B6986;
	cursor: pointer;
	margin-right: 5px;
}

	.upload-btn:hover {
		color: white;
		background: #5B6986;
	}

.botones, #saveBtn, #cancelBtn, #closeModal, #submitForm {
	background: #f1f1f1;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

	.botones:hover, #saveBtn:hover, #cancelBtn:hover, #closeModal:hover, #submitForm:hover, .botones:focus, #saveBtn:focus, #cancelBtn:focus, #closeModal:focus, #submitForm:focus {
		color: white;
		background: #5B6986;
	}


#home_label {
	text-decoration: underline;
	margin: 0;
}

.avp-banner {
	padding: 12px 0px 0px 70%;
	background-color: #5B6986;
	color: white;
	height: 50px;
}

.container {
	margin: 0px auto 0px auto;
	font-family: Montserrat, sans-serif;
}
.pe-breadcrumb li {
	float: left;
	list-style-type: none;
	margin-left: 2px;
}
	.pe-breadcrumb li::after {
		content: "\203A";
	}
	.pe-breadcrumb li:last-child::after {
		content: "";
	}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 0.7;
}

a.btn {
	font-family: Montserrat, sans-serif;
}

@media (min-width: 992px) {
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
}

:root {
	--color--brand: #5b6986;
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-btn-hover-color: #fff;
}