/* @import "bootstrap/dist/css/bootstrap.min.css"; */

@font-face {
  font-family: 'CerebriSansPro';
  src: url('./fonts/CerebriSansPro-Regular.otf') format('otf'),
       url('./fonts/CerebriSansPro-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* optional but recommended */
}

body {
  font-family: 'CerebriSansPro', sans-serif;
}
.active-language {
  font-weight: bold;
  font-size: 20px;
}
.language-selector {
  text-align: right;
}
.language-selector li {
  display: inline-block;
  padding-right: 22px;
}
.language-selector li a {
  text-decoration: none;
  color: #43b1b5;
}

.text-green {
  color: #43b1b5;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
p {
  color: #3d3b3d;
  font-weight: 100;
  line-height: 130%;
  text-align: justify;
  text-justify: inter-word;
}
b {
  color: black;
}
h3, h4 {
  color: #33bac5;
}
.table-text {
  color: #4d4c4d;
}
.trt {
  color: #404041;
}
.trf {
  background-color: #c8e7ec;
}
.trs {
  background-color: #e2f1f4;
}
.table-striped-custom {
  border-top: 4px solid #3d3b3d !important;
  table-layout: auto;   /* let columns size based on content */
  width: 100%;          /* expand table to container */
  margin-bottom: 36px;
}
.table-striped-custom tr {
  height: 40px;
}
.table-striped-custom tr td {
  border: 1px solid #fff;
  padding: 10px;
}
.table-striped-custom tr td:nth-of-type(odd) {
  padding-left: 22px;
}
.table-striped-custom tr td:nth-of-type(even) {
  font-weight: bold;
  width: 120px;
  text-align: center;
}

.table-striped-custom tr:nth-of-type(odd) {
  background-color: #c8e7ec;
}

.table-striped-custom tr:nth-of-type(even) {
  background-color: #e2f1f4;
}

footer p {
  margin: 0
}
.nav-link {
  color: #e2f1f4;
}
.nav-link:hover {
  color: #43b1b5;
}