:root {
  --sbrt-primary: #05306d;
  --sbrt-primary-dark: #010c1d;

  --sbrt-muted: #818181;
}

.container {
  max-width: 1330px;
}

.btn-primary {
  background: var(--sbrt-primary, #05306d);
  border-color: var(--sbrt-primary, #05306d);
}

.btn-primary:hover {
  background: var(--sbrt-primary-dark, #010c1d);
  border-color: var(--sbrt-primary-dark, #010c1d);
}

.btn-outline-primary {
  color: var(--sbrt-primary, #05306d);
  border-color: var(--sbrt-primary, #05306d);
}

.btn-outline-primary:hover {
  background: var(--sbrt-primary-dark, #010c1d);
  border-color: var(--sbrt-primary-dark, #010c1d);
}

.accent-text {
  color: var(--sbrt-primary, #05306d);
}

/* NAV */
.nav-logo {
  height: 60px;
  width: auto;
}

.navbar-nav-scroll {
  max-height: 90vh;
}

.nav-link:hover {
  color: var(--sbrt-primary, #05306d);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--sbrt-primary, #05306d);
}

.text-primary {
  color: var(--sbrt-primary, #05306d) !important;
}

/* Topo */
#main-nav {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.165);
}

.placeholder-block {
  width: 100%;
  height: 400px;
  background: var(--sbrt-primary, #05306d);
}

.hero-end {
  background: url("../img/bkg_hero.png") top center no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.hero-end .hero-text {
  max-width: 560px;
  position: absolute;
  bottom: 40%;
  right: 10%;
  text-align: right;
}

.hero-start-text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-start-text {
  font-size: 2.5rem;
}

.hero-start-text-box .sub {
  font-size: 1.6rem;
  color: var(--sbrt-muted, #818181);
}

.btn-deco {
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(
    120deg,
    var(--sbrt-primary-dark) 0%,
    var(--sbrt-primary) 100%
  );
  border-color: var(--sbrt-primary);
  padding: 8px 32px;
  border-radius: 24px;
  font-size: 1.25rem;
  text-decoration: none;
}

.sec-jumbo {
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(
    120deg,
    var(--sbrt-primary-dark) 0%,
    var(--sbrt-primary) 100%
  );
}

.contact-big {
  font-size: 3rem;
  line-height: 2.5rem;
  color: var(--sbrt-primary, #05306d);
}

/* Features */
.feat-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--sbrt-primary, #05306d);
}

.feat-desc {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--sbrt-muted, #818181);
}

/* Pacotes */
.pkg-price {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: end;
}

/* Footer */
footer {
  margin-top: 10rem !important;
  background: var(--sbrt-primary, #05306d);
  color: #fff;
}

.footer-logo {
  width: 160px;
}

.contact-item,
.contact-item a {
  display: flex;
  margin: 0;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.copy-text {
  border-top: 1px solid #fff;
  padding-top: 20px;
  text-align: center;
}

#whatsapp-fixed {
  position: fixed;
  z-index: 100;
  right: 25px;
  bottom: 90px;
}

div#whatsapp-fixed a {
  background: #34af23;
  width: 70px;
  height: 70px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 15px;
}

div#whatsapp-fixed svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#whatsapp-fixed span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  right: 0;
  top: 0;
}
