body {
  font-family: "Quicksand-Regular";
  background-color: #fff !important;
  color: #292f3b !important;
  font-size: 18px !important;
}

@font-face {
  font-family: "Quicksand-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Quicksand-Regular"),
    url("../fonts/Quicksand-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand-Bold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Quicksand-Bold"),
    url("../fonts/Quicksand-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Quicksand-SemiBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Quicksand-SemiBold"),
    url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Heavitas";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Heavitas"), url("../fonts/Heavitas.ttf") format("truetype");
}

h1,
h3 {
  font-family: "Heavitas";
}

h2 {
  font-family: "Quicksand-SemiBold";
}

h4 {
  font-family: "Quicksand-Bold";
}

.h5 {
  font-family: "Quicksand-Regular";
}

.font-quickSandSemiBold {
  font-family: "Quicksand-SemiBold";
}

.fs-4-custom {
  font-size: calc(0.575rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem !important;
  }
  .fs-4-custom {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.h1-custom {
  font-size: calc(0.85rem + 0.5vw);
}

img.banner {
  height: 100%;
  max-height: 1080px;
  object-fit: cover;
  object-position: top;
}

.mt-6 {
  margin-top: 12rem !important;
}

.mb-6 {
  padding-bottom: 6rem !important;
}

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

.sub-Title {
  border-radius: 20px;
  border: 1px solid #292f3b;
  padding: 20px;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 38%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.bg-secondary {
  background-color: #292f3b !important;
}

.bg-banner {
  background-color: #e4e4e4;
}

.bg-degrade {
  background-image: linear-gradient(#fff, #e4e4e4);
}

.card-header-custom {
  padding: 0;
  background: transparent;
  border: none;
}

.card-body-custom {
  margin: 12px;
  margin-top: 12px;
  border: 1px solid #f5f5f5;
  border-top: none;
  border-top-color: currentcolor;
  margin-top: -150px;
  padding-top: 170px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-1 {
  background-color: #499589;
  border: 4px solid #499589;
  text-transform: uppercase;
  color: #fff;
}
.cabecalho {
  color: #fff;
  background-color: #292f3b;
}

/* Rodape */
.bg-color-3 {
  background-color: #292f3b;
}
.row {
  margin-right: initial;
  margin-left: initial;
}
.color-3 {
  color: #fff;
}
a.link-rodape:hover {
  color: #499589 !important;
}
.ls-1 {
  letter-spacing: 3px;
}

.p-6 {
  padding: 5rem !important;
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .navbar-collapse-mobile {
    background: #499589;
    padding: 15px 0;
    border-radius: 10px;
    margin-top: 10px;
  }
  .main-content {
    width: 100%;
  }
  .page-wrap {
    display: block;
  }
  .btn-banner {
    width: 100%;
  }
  .btn-banner:first-child {
    margin-bottom: 60px;
  }
}

/* CABEÇALHO */
.navbar-expand-xl .navbar-toggler {
  background-color: #fff;
}

.navbar-expand-xl .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}
