* {
  font-family: "Open Sans", sans-serif;
}

.color-primary {
  color: #0E918C;
}

.gray-secondary {
  color: #fcfcfc;
}

.bg-gray-secondary {
  background-color: #fcfcfc;
}

.btn-primary {
  color: #fff;
  background-color: #0E918C;
  border-color: #0E918C;
}

.btn-primary:hover {
  background-color: #0d8581;
}

.btn-secondary {
  color: #0E918C;
  background-color: transparent;
  border-color: #0E918C;
}

.cursor-pointer {
  cursor: pointer;
}

.left-4 {
  position: relative;
  left: 4px;
}

.progress-bar {
  background-color: #0E918C;
}

.pt-60px {
  padding-top: 60px;
}

.pt-61px {
  padding-top: 61px;
}

.pt-100px {
    padding-top: 100px;
}

.navbar-brand {
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #2D2D2D;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

h2 {
  font-weight: 700;
  font-size: 2rem;
}

@media all and (min-width: 992px) {
  h2 {
    font-weight: 700;
    font-size: 2.5rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0E918C;
}

@media all and (min-width: 992px) {
  h3 {
    font-weight: 700;
    font-size: 2rem;
  }
}

h4 {
  font-weight: 700;
  font-size: 1.25rem;
}

@media all and (min-width: 992px) {
  h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
}

h5 {
  font-weight: 700;
}

p {
  color: #4F5665;
}

ol li {
  color: #4F5665;
}

.card.my-profile {
  border: 0;
}

.card-footer {
  background-color: #fff;
  border: 0;
}

.floatable {
  margin-top: 5px;
  margin-bottom: 0;
  box-shadow: none;
  transition: margin 0.1s ease-out;
}

.floatable:hover {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
  box-shadow: 0 5px 5px #00000050;
}

.fs-075rem {
  font-size: 0.75rem;
}

@media all and (min-width: 1000px) {
  .fs-075rem {
    font-size: 1rem;
  }
}

.h-30px {
  height: 30px;
}

.h-40px {
  height: 40px;
}

.h-56px {
  height: 56px;
}

.h-100x {
  height: 100px;
}

.h-175px {
  height: 175px;
}

.h-200px {
  height: 200px;
}

.h-300px {
  height: 300px;
}

.h-400px {
  height: 400px;
}

.h-508px {
  height: 508px;
}

.pb-70px {
  padding-bottom: 70px;
}

.mih-90vh {
  min-height: 90vh;
}

.mih-80vh {
  min-height: 80vh;
}

.mih-100vh {
  min-height: 100vh;
}

section.mih-75vh {
  min-height: 70vh;
}

@media all and (min-width: 992px) {
  section.mih-75vh {
    min-height: 75vh;
  }
}

section.mih-85vh {
  min-height: 82vh;
}

@media all and (min-width: 992px) {
  section.mih-85vh {
    min-height: 85vh;
  }
}

.of-y-hidden {
  overflow-y: hidden;
}

.btn {
  border-radius: 0.5rem;
}

.card {
  border-radius: 1rem;
  overflow: hidden;
}

.card.w-sm-100-lg-75 {
  border: 0;
  width: 100% !important;
}

@media all and (min-width: 992px) {
  .card.w-sm-100-lg-75 {
    width: 75% !important;
  }
}

.card .card-body {
  background-color: #fff;
}

.form-control {
  border-radius: 0.5rem;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.section-program {
  background: linear-gradient(180deg, #fcfcfc 0%, #fff 100%);
}

.navbar-light .navbar-nav .nav-link {
  color: #0E918C;
}

.navbar-light .navbar-brand {
  color: #0E918C;
}

a {
  color: #0E918C;
  text-decoration: none;
}

.h-50px-w-50px {
  height: 50px;
  width: 50px;
}

