.form-control, .form-select {
    border: 1px solid #083c8270;
}
.form-control, .form-select {
    color: #60697b;
}
table.table-sm td,
table.table-sm th {
	padding: 0.3rem 0.3rem !important;
}
table.table-head-color1 thead tr th, 
table.table-head-color1 thead tr th > * {
	background: #005b8b;
	color: #fff;
}
:root {
	--theme-color-text_link3: #4188c7;
	--theme-color-text_link3-transparent: #4188c75c;
	--theme-color-text_link3-transparent-2: #4188c7e3;
}
.boton-2025-1, .boton-2025-1:hover {
	border: none;
	border-color: var(--theme-color-text_link3);
	background-color: var(--theme-color-text_link3);
	border-radius: 0px;
}
.btn-primary {
	background-color: var(--theme-color-text_link3);
	border-color: var(--theme-color-text_link3);
	color: #fff;
}
.btn-primary:hover {
	background-color: var(--theme-color-text_link3-transparent-2);
	border-color: var(--theme-color-text_link3-transparent-2);
	color: #fff;
}
.footer-2025-1, .footer-especial {
	background-color: #fff;
	background: #fff;
	border-top: 1px solid var(--theme-color-text_link3-transparent);
	color: var(--theme-color-text_link3);
}
a, a:hover {
	color: var(--theme-color-text_link3);
}