body{
	font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: -0.2pt;
    font-family: "Lora", serif;
    font-weight: 700;
    margin: 0.5em 0 0.7em 0;
}
.border-bottom-amarillo {
    border-bottom: 3px solid #E7BA61 ;
}

.border-top-amarillo {
    border-top: 3px solid #E7BA61;
}
.btn-primary {
    color: #fff;
    background-color: #242c4f;
    border-color: #242c4f;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #05103d !important;
        border-color: #05103d !important;
    }

.bg-primary {
    background-color: #232D4F !important;
}
.bg-secondary {
    background-color: #ebe9e9 !important;
}
.text-primary {
    color: #232D4F !important;
}
.text-montserrat {
	  font-family: "Montserrat";
    font-weight: 500;
}

.text-celeste{
	color:#a2c5e5;
}

table {
	font-size: 0.8rem;
}
.
.card-body {
    flex: 1 1 auto;
    padding: 0.3rem 1rem !important;
}

table tr th, table tr td {
	text-align: center;
}
table tbody tr td {
	font-weight: 500;
}

.btn-primary {
	background-color:#242c4f;
}

.alert-secondary {
    color: #41464b;
    background-color: #f9f9f9;
    border-color: #e9e9e9;
}

.card {
	font-weight: 400;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 10px 0 rgba(0, 0, 0, 0.10);*/
}

.header-content {
	margin-top: -1.25rem;
	border-radius: .25rem;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10), 0 2px 6px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10), 0 2px 6px 0 rgba(0, 0, 0, 0.10);*/
}

 .contenedor-breadcrumb {
    margin: 0;
    background: transparent;
    border: 0;
    padding: 0;
    text-transform: none;
  
   
    margin-bottom: 20px;
    list-style: none;
    background-color: #141414;
   
}

.breadcrumb li, .breadcrumb li a{
	color:#fff !important;
}

.bg-celeste {
    background-color: #d7e6f5;
    box-sizing: border-box;
}
.bg-gris {
    background-color: #efefef;
}
.br-4 {
    border-radius:4px;

}
.border-white-right {
  margin-right:10px;
    
}
.border-white-left {
    margin-right: 10px;
    
}
.fw-500 {
font-weight:500;
}
.n-destacado {
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Lora';
    color: #50B7B2
}

#TablaIngresos thead {
    background-color: #242c4f;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 26px 10px;
    padding-top: 30px;
    height: 50px;
}
.labelFiltro {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #848484 !important;
}
label {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
} 