@charset "utf-8";
/* CSS Document */
body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #5a5a5a;
    font-family: Dosis;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-md-6 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-md-6 p {
  margin-right: 2rem;
  margin-left: 2rem;
}
/* rtl:end:ignore */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


strong {
    color: #333333;
    font-weight: 600;
}


h1 {
font-size: 3.5em;
font-family: "Dosis";   
font-weight: 600;
    color: #5e1414;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
h2 {
font-size: 2.8rem;
font-family: "Dosis";   
font-weight: 600;
    color: #6a8f94;
padding-top: 1em;
}
h3 {
font-size: 2.2rem;
font-family: "Dosis";   
font-weight: 600;
}
h4 {
font-size: 1.5rem;
font-family: "Dosis";   
font-weight: 600;
}

.lead {
font-size: 1.5rem;
font-family: "Dosis";   
font-weight: 300;
}

.bg-nk {
  background-color: #768ab0;
}
.foot-nk {
  background: rgb(94,20,20);
background: linear-gradient(180deg, rgba(94,20,20,1) 0%, rgba(201,41,23,1) 100%);
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  color: #fff;
  background-color: #5e1414;
  border-color: #5e1414;
    font-size: 1.2rem;
    font-weight: 600;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c92917;
  border-color: #c92917;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #5e1414;
  border-color: #5e1414;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5e1414;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.line_white {
    border-top: #FFFFFF solid 1px;
    padding-top: 2em;
    margin-top: 2em;
    width: 400px;
}
.line_red {
    border-top: #5e1414 dotted 3px;
    padding-top: 3em;
    margin-top: 3em;
    width: 100%;
}
.img-thumbnail {
  border: 1px dotted #5a5a5a;
}
.btn-outline-dark {
  --bs-btn-color: #fff;
	  --bs-btn-bg: #d83f3a;
  --bs-btn-border-color: #d83f3a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none
}
