@charset "UTF-8";

/*
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
*/

body {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.carousel-item img {
  max-height: 100vh;
  width: auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2b943f;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 1);
}
span {
  font-size: 16px;
  font-weight: 700;
}
.btn-primary {
  background-color: #0063a8;
  border-color: #0063a8;
}
.text-justify {
  text-align: justify;
}