body {
    font-family: 'Montserrat', sans-serif !important;
}
.swal2-with-backdrop {
    background-color: rgba(150, 148, 148, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}
.bg-body-light:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('https://www.innerassiste.com/cdn/inner/web/patterns/inner.png');
}

.titulo {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.hero-static {
    min-height: 100vh !important;
}

.btn-alt-primary {
    color: #25499c;
    background-color: #d9e2f6;
    border-color: #d9e2f6;
}

.btn-alt-primary:hover {
    color: #25499c;
    background-color: #bacaef;
    border-color: #bacaef;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-control.form-control-alt {
    border-color: #edf0f2;
    background-color: #edf0f2;
    transition: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem!important;
}

.highcharts-credits{
    display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .highcharts-title, .highcharts-axis-labels {
    font-family: 'Montserrat', sans-serif !important;
}

.content-header{
    background-color: rgb(50 57 66);
}