@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap');
/* @font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Black.ttf');
} */
.app-header > .container > nav {
  background-color: #3ea395 !important;
  padding: 15px 20px 15px 20px;
}

.app-header {
  background-color: #3ea395;
}

.nav-item > .nav-link {
  font-family: 'Lato', sans-serif !important;
  color: #ffffff !important;
}

.navbar-brand {
  font-family: 'Lato', sans-serif !important;
  color: #ffffff !important;
}

.nav-item {
  margin-right: 1rem;
}

.h-100 {
  height: 100% !important;
}

.border {
  border: 1px #000 solid;
}

.h-m-10 {
  min-height: 10%;
  height: 10%;
}

.h-m-20 {
  min-height: 20%;
  height: 20%;
}

.h-m-30 {
  min-height: 30%;
  height: 30%;
}

.h-m-40 {
  min-height: 40%;
  height: 40%;
}

.h-m-50 {
  min-height: 50%;
  height: 50%;
}

.h-m-60 {
  min-height: 60%;
  height: 60%;
}

.h-m-70 {
  min-height: 70%;
  height: 70%;
}

.h-m-80 {
  min-height: 80%;
  height: 80%;
}

.h-m-90 {
  min-height: 90%;
  height: 90%;
}

.w-m-10 {
  min-width: 10% !important;
  width: 10% !important;
}

.w-m-20 {
  min-width: 20% !important;
  width: 20% !important;
}

.w-m-30 {
  min-width: 30% !important;
  width: 30% !important;
}

.w-m-40 {
  min-width: 40% !important;
  width: 40% !important;
}

.w-m-50 {
  min-width: 50% !important;
  width: 50% !important;
}

.w-m-60 {
  min-width: 60% !important;
  width: 60% !important;
}

.w-m-70 {
  min-width: 70% !important;
  width: 70% !important;
}

.w-m-80 {
  min-width: 80% !important;
  width: 80% !important;
}

.w-m-90 {
  min-width: 90% !important;
  width: 90% !important;
}

.font-w-100 {
  font-weight: 100;
}

.font-w-200 {
  font-weight: 200;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.text-warning {
  font-family: 'Lato', sans-serif !important;
  color: #e57c15 !important;
}

.col-content div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

.modal-header {
  width: 100%;
  background-color: #3ea395;
  color: #ffffff;
  border-radius: 15px !important;
  border-bottom: 0px !important;
}

.modal-title {
  width: 100%;
}

.modal {
  border-radius: 0;
  background-color: rgba(191, 191, 191, 0.88);
}

.modal-content {
  border-radius: 15px !important;
}

.btn-primary {
  background-color: #02afa0 !important;
  border-color: #02afa0 !important;
}

.btn {
  border-radius: 15px !important;
}

#buttonDownload {
  border: none !important;
}
#buttonDownload:active {
  box-shadow: none;
  border: none;
}
#buttonDownload:disabled img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

input {
  background-color: #e5e5e5 !important;
  border-radius: 5px !important;
}

.text-primary {
  color: #3ea395 !important;
}

h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary {
  color: #3ea395 !important;
}

.card {
  border: none !important;
  border-radius: 15px !important;
  box-shadow: 0px 0px 13px 2px rgba(217, 217, 217, 0.47);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(217, 217, 217, 0.47);
  -moz-box-shadow: 0px 0px 13px 2px rgba(217, 217, 217, 0.47);
}

* {
  font-family: 'Lato', sans-serif;
  /* border: 1px solid #e57c15; */
}

/*# sourceMappingURL=style.css.map */
