:root {
    --bs-primary: #ff5733;
}
.bg-medangels {
    background-color: #006ab4;
}
.text-medangels {
    color: #006ab4;
}
html {
    font-size: 14px;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-smoothing: antialiased;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

ul {
  list-style-position: inside;
}

.custom-btn {
  width: 100%;
  max-width: 555px;
  background-color: #006ab4;
  border: 1px solid #006ab4;
  border-radius: 10px;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

  .custom-btn:hover {
    background-color: #f4f4f4;
    color: #006ab4;
  }


.envia-btn {
  background-color: #006ab4;
  border: 1px solid #006ab4;
  color: #fff;
  text-decoration: none;
}

  .envia-btn:hover {
    background-color: #b2d2e8;
    color: #006ab4;
  }


  /*
.custom-btn {
  width: 100%;
  max-width: 560px;
  background-color: #006ab4;
  border: 2px solid #006ab4;
  border-radius: 10px;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

  .custom-btn:hover {
    background-color: #b2d2e8;
    color: #006ab4;
  }
  */
nav {
    border-top: solid 34px #006AB4;
    background: #fff;
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #FFF;
}
.navbar-brand img {
    width: 300px;
}
main {
    padding-top: 50px;
}
h2 {
   width: 70%;
}
.badge {
    font-size: 0.85rem;
    font-weight: 500;
}

.btn-group .btn {
    margin-right: 0.25rem;
}

.btn-group .btn:last-child {
    margin-right: 0;
}