* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #3f555b;
}

body.withoutImages img {
    opacity: 0;
}
body.withoutImages * {
    background-image: none !important;
}
body.withoutImages #header-wrapper * {
    color: black;
}

html.displayScreen.BaW {
    filter: grayscale(100%);
}
html.displayScreen.Inverted {
    filter: invert(100%);
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #000;
}

h1 {
    font-size: 170%;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 142%;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 107%;
    margin: 0 0 10px 0;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
    padding: 0;
}

.w-100 {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0092d6;
}

a:hover {
    text-decoration: underline;
}

a {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.alert {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 4px;
}

.alert.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
}

.alert.alert-info {
    background-color: #d9edf7;
    color: #31708f;
}

.alert.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}

table.content {
    width: 100%;
}

table.content th, table.content td {
    padding: 5px;
}

.form-control {
    display: block;
    border: 1px solid #929497;
    border-radius: 4px;
    padding: 0.5rem 1rem;
}

.form-control.input-block {
    display: block;
    width: 100%;
}

.form-control.form-control-sm {
    padding: 0.2rem 0.5rem;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-sm {
    padding: 0.25rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 4px;
}

.btn.btn-default {
    color: #929497;
}

.btn.btn-submit {
    color: #fff;
    background-color: rgba(0, 147, 213, 1);
    border-color: rgba(0, 147, 213, 1);
}

.btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn.btn-primary {
    color: #ffffff;
    background: #337ab7;
    border-color: #337ab7;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn.btn-white {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.btn.btn-white:hover {
    text-decoration: none;
}

.btn-outline {
    padding: 0.5rem 1rem;
    border: 1px solid rgba(108, 117, 125, 0.2);
    border-radius: 4px;
    text-decoration: none;
}

.btn-outline:hover {
    border-color: rgba(108, 117, 125, 1);
    text-decoration: none;
}

small {
    font-size: 80%;
}

.img-left {
    float: left;
    border: 3px solid #ddd;
    margin: 0 20px 10px 0;
}

.img-right {
    float: right;
    border: 3px solid #ddd;
    margin: 0 0 10px 20px;
}

.red {
    color: #a00000;
}

.green {
    color: #3c763d;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.shadow {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.opacity25 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.opacity50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.opacity80 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.table {
    margin: 0 0 15px 0;
    border-collapse: collapse;
    width: 100%;
}

.table th {
    border-bottom: 2px solid #bbb;
    padding: 10px;
}

.table td {
    border-bottom: 1px solid #bbb;
    padding: 10px;
}

.table tr:nth-child(odd) {
    background-color: #f8f9f9;
}

.table.table-sm td, .table.table-sm th {
    padding: 2px;
    font-size: 71%;
}

.news-unit {
    width: 500px;
    clear: both;
}

.news-unit .image {
    float: left;
    width: 230px;
}

.news-unit .date {
    float: left;
    width: 180px;
    margin-left: 20px;
    font-size: 92%;
    color: #929497;
}

.news-unit .title {
    float: left;
    width: 180px;
    margin: 10px 0 15px 20px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-size: 114%;
    color: #000;
}

.news-unit .title a {
    text-decoration: none;
}

.news-unit .title a:hover {
    text-decoration: underline;
}

.news-unit .anounce {
    float: left;
    width: 180px;
    margin-left: 20px;
    font-size: 92%;
    color: #929497;
}

.content-menu {
    margin: 25px 20px 0 0;
    color: #bbb;
}

.content-menu .unit {
    color: #777;
}

.content-menu .unit.active {
    color: #0093d5;
}

.news-title {
    margin: 0 0 10px 0;
}

.news-date {
    font-size: 85%;
    font-style: italic;
    color: #aeb8ba;
}

.fancybox-container {
    z-index: 2147473647 !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-danger {
    color: #a94442;
}

.w-auto {
    width: auto;
}

.small {
    font-size: 85%;
}

.cursor-pointer {
    cursor: pointer;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777
}

.label-primary {
    background-color: #337ab7
}

.label-success {
    background-color: #5cb85c
}

.label-info {
    background-color: #5bc0de
}

.label-warning {
    background-color: #f0ad4e
}

.label-danger {
    background-color: #d9534f
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

.bg-white {
    background-color: #fff;
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

/**
 * Block Subpages
 */
.block-subpages {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}

.block-subpages .unit {
    flex: 1 1 100%;
    margin: 0 0 16px 0;
    padding: 16px;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

@media (min-width: 564px) {
    .block-subpages .unit {
        flex: 1 1 calc(50% - 16px);
        margin: 0 16px 16px 0;
    }
}