.body{
	font-family: 'Poppins', sans-serif;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: #ffa9b1;
    margin-top: 20px;
	color: #000000;
}

.a-footer {
    --bs-text-opacity: 1;
    color: #55b9d1;
}
.title-content {
    margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
.title-content2 {
    margin-top: 40px;
	margin-bottom: 40px;
	text-align:center;
}
.important-label{
	color: #ff1e1e;
    font-weight: bolder;
}
.content_group {
    padding-bottom: 15px;
}
.col-md-4 {
    margin-bottom: 10px;
}
.form-control::placeholder{
	color: #bdbdbd;
}
span.important-notice {
    font-style: italic;
}
b.red-notice {
    color: #fc6565;
}
p.notice {
    margin: 0;
}
table.table-list {
    border: 3px solid #436274;
}
thead.header-table {
    background-color: #638fa8;
    color: #fff;
}
span.estado-solucionado {
	color: #0c497e;
    background-color: #7bcdfc;
    font-weight: 700;
    padding: 3px 13px 3px 13px;
    border-radius: 10px;
}
span.estado-por-resolver {
	color: #846809;
    background-color: #f7d253;
    font-weight: 700;
    padding: 3px 13px 3px 13px;
    border-radius: 10px;
}

table.table-hoja-reclamacion td {
    border: 2px solid #212529;
}
table.table-detalle-hoja-reclamacion{
    border: 2px solid #212529;
	background-color: #f3f3f3;
}

span.estado-no-procede {
    background-color: #dcdcdc;
    font-weight: 700;
    padding: 3px 13px 3px 13px;
    border-radius: 10px;
    color: #7d7c7c;
    opacity: 0.4;
}