@font-face {
  font-family: "ProximaNovaRegular";
  src: url(/fonts/ProximaNovaRegular.woff2) format("woff2");
}

body * {
  font-family: "ProximaNovaRegular", Helvetica, Arial, Verdana, sans-serif !important;
}

a,
a:hover {
  color: #007fc2;
}

a:hover {
  text-decoration: underline;
}

.btn-success {
  background-color: #007fc2;
  border-color: #007fc2;
  color: #fff;
  font-weight: 700;
  font-size: 120%;
}

.btn-success:hover {
  background-color: #007fc2;
  border-color: #007fc2;
}

.nav {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.big-border-left {
  border-left: 2px solid;
}

.nav ul li {
  float: left;
}

.navbar-lang a {
  font-size: 16px;
}

.navbar {
  background-color: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-unv {
  background-color: #007fc2;
}

.navbar-brand {
  width: 171px;
}

.logo {
  fill: currentColor;
  color: #00c81e;
}
.nav-borders {
  border-bottom: 1px solid #007fc2;
}

.nav-borders li {
  border-bottom: 5px solid #007fc2;
}

.nav-borders li .nav-link,
.nav-borders li a {
  font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding-bottom: 2px !important;
  margin: 10px 3px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.nav-borders li a:hover {
  color: #fff !important;
}

.nav-borders li.active {
  border-bottom: 5px solid #fff;
}

.nav-borders li:not(.lang):hover {
  border-bottom: 5px solid #fff;
}

.navbar .navbar-toggler .navbar-toggler-bar {
  background-color: #fff;
}

.navbar-translate {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nounderline {
  text-decoration: none !important;
}

.brand,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
td,
textarea {
  font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
}

.footer {
  background-color: #007fc2;
  color: #fff;
}

.footer .copyright,
.footer .links ul li a:not(.btn),
.footer a:not(.btn) {
  color: #fff;
}

h1 {
  color: #007fc2;
  font-weight: 600;
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h2,
h3 {
  color: #007fc2;
  font-weight: 900;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
}

.bg-blue {
  background-color: #007fc2;
  color: #fff;
}

.bg-green {
  background-color: #009a78;
}

.text-blue {
  color: #428bca;
}

.text-darkblue {
  color: #0000a0;
}

.traject-card ul {
  list-style: none;
}

.traject-card ul li:before {
  content: "\F00C";
  font-family: FontAwesome;
  margin-left: -18px;
  margin-right: 3px;
  display: inline-block;
}

.traject-card ul a {
  /* color: #f60 */
}

.internal-list {
  list-style: none;
}

.internal-list li {
  font-size: 15px;
  line-height: 1.8em;
  color: #007fc2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.internal-list li li:before {
  content: "";
  /* color: #f60; */
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.internal-list li:before {
  content: "\F00C";
  font-family: FontAwesome;
  /* color: #f60; */
  margin-left: -30px;
  margin-right: 6px;
  display: inline-block;
}

.card-profile {
  background-color: #f8f8f8;
}

.card-profile h4.card-title {
  color: #007fc2;
  font-weight: 400;
}

.card-profile .card-footer a {
  font-weight: 700;
  /* color: #d55a50!important */
}

.card {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.card,
.traject-card {
  border-radius: 0 !important;
}

.traject-card {
  background-color: #f8f8f8;
}

.traject-card h5 {
  color: #007fc2;
  font-weight: 600;
}

.carousel-control,
.carousel-indicators .active {
  background-color: #007fc2;
}

.orange {
  color: #d55a50;
}

.unloq-alert {
  color: #332701;
  border: 1px solid #332701;
}
