@font-face {
  font-family: "agorasans";
  src: url("/assets/fonts/pfagorasanspro-regular-webfont.woff2") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: "agorasans";
  src: url("/assets/fonts/pfagorasanspro-medium-webfont.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "agoraslab";
  src: url("/assets/fonts/pfagoraslabpro-bold-webfont.woff2") format("woff2");
  font-weight: bold;
}

body {
  background: #fff;
}

.header {
  border-width: 0;
}
.page {
  min-height: auto;
}

.data dt,
.data dd {
  display: block;
}

.data dt {
  font-weight: bold;
  float: left;
  clear: left;
}

.data dt:after {
  content: ":";
  display: inline-block;
  padding-right: 6px;
}

.data dd div {
  clear: both;
}

p.doc {
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}


.logos {
  height: 60px;
  margin: 0 50px 0 0;
}
.logos svg {
  height: 60px;
}

.titles h1,
.titles h2 {
  font-family: agoraslab, serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}

.titles h1 {
  margin: 8px 0 2px;
}
.titles h2 {
  font-size: 18px;
}

.langs {
/*  align-self: flex-end;*/
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.langs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.langs ul li {
  margin: 0 0 0 10px;
  padding: 0;
  font-family: agorasans, sans-serif;
  font-size: 12px;
/*  width: 20px;*/
  display: block;
}

.langs ul li a {
  display: block;
  font-size: 12px;
  color: #999;
}

.langs ul li img {
  height: 12px;
  width: 12px;
  display:block;
  filter: grayscale(100%);
}

.langs ul li a:hover,
.langs ul li.active a {
  color: #111;
  text-decoration: none;
}

.langs ul li a:hover img,
.langs ul li.active img {
  filter: grayscale(0);
}

.langs ul li a span {
  display: block;
  font-size: 12px;
  padding: 3px 0 0 0;
}

.introc {
  justify-content: center;
  background: #f1f1f1;
  padding: 50px 0;
  width: 100%;
  box-sizing: border-box;
}

.fxcol {
  width: 30%;
  padding: 0 20px 0 20px;
}

.fxcol:last-child {
/*  padding: 0 0 0 0;*/
}

.fxcol.i3 {
/*  padding: 0 0 0 25px;*/
}

.fxcol span {
  display: block;
  text-align: center;
  margin: 30px 0 0;
  font-size: 22px;
  line-height: 1.3;
}

.fxcol span a {
  color: inherit;
  text-decoration: none;
}

.fxcol img {
/*  filter: drop-shadow(3px 1px 4px rgba(0, 0, 0, 0.5))*/
  box-shadow: 3px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
