
    :root {
        --text: #000000;
--links: #0971B5;
--titles: #173744;
--page-background: #F8F8F8;
--highlight: #79bde8;
--boxes-background: #FFFFFF;
--boxes-border: #FFFFFF;
--section-titles: #FFFFFF;
--section-titles-background: #193744;
--header-background: #173744;
--header-links: #FFFFFF;
--footer-background: #F8F8F8;
--footer-links: #0088cc;
    }
    
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:300,400,500,700&display=swap" rel="stylesheet">

/*.ods-pop-in__container {
max-width: 1000px;
width: 800px;
padding: 40px;

max-height: 700px;
height: 600px;
}
.ods-pop-in__body {
max-height: 550px;
}*/

.odswidget-table__cell-container, .odswidget-table__header-cell-container {
    max-width: 600px;
}

.ods-catalog-card__metadata-item-label {
    float: left;
    width: 120px;

}
.ods-catalog-card, .ods-tabs__pane, .ods-box{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}


.ods-front-footer{
    border-top:none;    
}
.lang{
    color:white;/*#7A7A7A;*/
    padding:0 20px 0 20px;
    /*background-color:#EC643C; */
    background-color:#173744;;/*#222133;*//*#253649 #0A2540*/;
    text-align: right;
    position: relative;
}
.lang a{
    font-family: "century_gothicregular";
    font-weight: 300;
    color:white;
}
.banner{
    height:50px; 
    padding-top:12px;
    background: #6E6E7F;
}
@media only screen and (max-width: 1274px) {
    .lang{
        display: none;
    }   
.banner{
    height: 100px;
    }   
}
@font-face {
    font-family: "century_gothicregular";
    src: url('/assets/theme_font/century_gothicregular2.ttf');
}
@font-face {
    font-family: "century_gothicbold";
    src: url('/assets/theme_font/century_gothicbold.ttf');
}
.ods-catalog-card__keyword {
    color: #FFF;
}

.ods-front-header__menu-item-link{
    font-family: "century_gothicregular";
    font-weight: 300;
}
.ods-front-header__portal-brand__text{
    font-family: "century_gothicregular";
    font-size: 1.4rem;
    font-weight: 400;
}
.ods-catalog-card__title {
    font-family: "century_gothicregular";
    font-size: 2.2rem;
    font-weight: 400;
}

.ods-dataset-visualization__dataset-title-text {
    font-size: 3rem !important;
    font-family: "century_gothicregular";
    font-size: 2rem;
}
.ods-front-header__management-menu-item-link--backoffice, .ods-dataset-visualization__edit-dataset-link{
    color:#173744!important;
}