@font-face {
  font-family: "Nobel-Book";
  src: url("fonts/Nobel/Nobel\ Book.otf");
  /* IE9*/
}

@font-face {
  font-family: "Nobel-regular";
  src: url("fonts/Nobel/Nobel\ Regular.ttf");
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

:root {
  /*Cores principais*/
  --main-color: #000000;
  --secondary-color: #ffffff;
  --light-color: #b9c0c2;
  --dark-color: #595b61;

  /*Fontsize desktop*/

  --h1-dsk: 32px;
  --h2-dsk: 24px;
  --h3-dsk: 22px;
  --h4-dsk: 18px;
  --h5-dsk: 16px;

  /*Fonstize Mobile*/

  --h1-mbl: 26px;
  --h2-mbl: 24px;
  --h3-mbl: 18px;
  --h4-mbl: 16px;
  --h5-mbl: 14px;
}

.light-text {
  color: var(--secondary-color);
}

.gray-text {
  color: var(--dark-color);
}

h1 {
  font-size: var(--h1-dsk);
  font-weight: 400;
}

h2 {
  font-size: var(--h2-dsk);
  font-weight: 400;
}

h3 {
  font-size: var(--h3-dsk);
  font-weight: 400;
}

h4 {
  font-size: var(--h4-dsk);
  font-weight: 400;
}

h5 {
  font-size: var(--h5-dsk);
  font-weight: 400;
}

.fixed-margin {
  margin: 0 160px;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

html {
  font-family: "Nobel-Book" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.bg-img-home {
  display: block;
  margin-top: 72px;
  width: 100%;
  height: 22vw;
  display: flex;
}

.bg-sport {
  background: no-repeat url(campanhaMensal/banners/desktop/desktop_BSB_UX250h.webp);
  background-size: 100%;
}

.bg-luxury {
  background: no-repeat url(campanhaMensal/banners/desktop/desktop_BSB_UX250h.webp);
  background-size: 100%;
}

.bg-dynamic {
  background: no-repeat url(campanhaMensal/banners/desktop/desktop_BSB_UX250h.webp);
  background-size: 100%;
}

@media (max-width: 980px) {
  .bg-img-home {
    display: block;
    margin-top: 72px;
    width: 100%;
    height: 100vw;
    background-size: 100%;
  }

  .bg-sport {
    background: no-repeat url(campanhaMensal/banners/Mobile/mobile_BSB_UX250h.webp);
    background-size: 100%;
  }

  .bg-luxury {
    background: no-repeat url(campanhaMensal/banners/Mobile/mobile_BSB_UX250h.webp);
    background-size: 100%;
  }

  .bg-dynamic {
    background: no-repeat url(campanhaMensal/banners/Mobile/mobile_BSB_UX250h.webp);
    background-size: 100%;
  }
}

.l-wrapper {
  max-width: 100rem;
  margin: 0px auto;
}

.logo-footer img {
  width: 150px;
  height: auto;
  filter: brightness(0);
}