/* general document styling */
* {
    margin: 0;
    padding: 0;
}
* {
    font-family: 'Open Sans', sans-serif !important;
}

/* main classes styling */
.site-wrapper {
    position: relative;
    min-height: 100vh;
}
.container {
    width: 1140px;
    margin: 0 auto;
    padding: 15px 0px;
}
.content {
    width: 100%;
}
.title {
    font-size: 48px;
    line-height: 2;
}
.text {
    font-weight: 200;
    line-height: 1.5;
    text-align: justify;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: 0 !important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: 0 0 0 !important;
}
.data-service {
    text-decoration: none;
    color: #0074D9;
}
.protocol-link.active {
    color: #7FDBFF;
}
/* --- responsive header */
@media only screen and (min-width: 1921px) {
 .container {
     width: 1560px;
 }   
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .container {
        width: 960px;
    }
}