/* dosis-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/dosis-v27-latin/dosis-v27-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.idoctor {
  color: #00bbee;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Dosis', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background-color: #e6f1fa;
}

h1, h2, h3, h4, h5, h6, p, div {
  color: #203253;
}

  p:empty {
    display: none;
  }

a {
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
}

a.active {
  font-weight: bold;
}

  a, a:visited {
    color: #00bbee;
  }

    a:hover {
      color: #333;
    }

nav.navbar {
  font-weight: 700;
}

img.logo {
  width: 151px;
}

hr {
  border-color: #203252;
}

input[readonly] {
  background-color: #fafafa;
}

.form-group {
  margin-bottom: 1em;
}

a:not(.btn) svg {
  margin-right: 0.5em;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary {
  color: #fff !important;
  background-color: #00bbee;
  border-color: #00bbee;
  padding: 0.25em 1em;
  border-radius: 10px;
  font-weight: 500;
  font-size: 2em;
  transition-property: background,box-shadow,border,color,opacity,transform;
  transition-duration: 0.3s;
  text-decoration: none;
}

header .btn-primary {
  background-color: #b7e018;
  border-color: #b7e018;
  color: #203253;
  padding: 0.8em 1.6em;
}

.btn-danger {
  padding: 0.25em 1em;
  border-radius: 10px;
  font-weight: 500;
  font-size: 2em;
}

.btn-primary:hover {
  color: #203253 !important;
  background-color: #fff;
  border-color: #203253;
}

header .btn-primary:hover {
  color: #fff;
  background-color: #203253;
  border-color: #203253;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border {
  border-color: #203252 !important;
}

.border-top {
  border-top: 1px solid #203252;
}

.border-bottom {
  border-bottom: 1px solid #203252;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

thead tr,
tfoot tr {
  background-color: rgba(0, 187, 238, 0.5);
}

.blue {
  background-color: rgba(0, 187, 238, 0.5);
}

tbody tr:nth-child(even) {
  background-color: #e6f1fa;
}

div.card-title {
  font-size: 2.5rem;
  font-weight: 500;
}

div.card-header {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer {
  white-space: nowrap;
  line-height: 60px;
  background-color: #203252;
  color: #fff;
  margin-top: auto;
}

footer p, footer div {
  color: inherit;
}

footer a, footer a:visited {
  color: inherit;
  text-decoration: none;
}

  footer a:hover {
    color: #00bbee;
  }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
