@font-face {
  font-family: "NKE";
  src: url("../fonts/NKE.woff2") format("woff2"), url("../fonts/NKE.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NKB";
  src: url("../fonts/NKB.woff2") format("woff2"), url("../fonts/NKB.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHM";
  src: url("../fonts/NHM.woff2") format("woff2"), url("../fonts/NHM.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHMI";
  src: url("../fonts/NHMI.woff2") format("woff2"), url("../fonts/NHMI.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "NHB";
  src: url("../fonts/NHB.woff2") format("woff2"), url("../fonts/NHB.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHBI";
  src: url("../fonts/NHBI.woff2") format("woff2"), url("../fonts/NHBI.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "NHBL";
  src: url("../fonts/NHBL.woff") format("woff2"), url("../fonts/NHBL.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NHBLI";
  src: url("../fonts/NHBLI.wof2") format("woff2"), url("../fonts/NHBLI.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

.responsive {
  width: 100%;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
  transition: opacity 1s;
}

img:not([src]) {
  visibility: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #EAE9DE;
  color: #000000;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  user-select: none;
  -webkit-user-select: none;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: transparent;
}

body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

a {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

::-moz-selection {
  color: #EAE9DE;
  background: #000000;
}

::selection {
  color: #EAE9DE;
  background: #000000;
}

/* TYPOGRAPHY SETTINGS *******************************************************/

h1 {
  font-size: 2.8vw;
  letter-spacing: 0em;
  line-height: 80%;
  margin: 0;
}

h2 {
  font-size: 1.145vw;
  letter-spacing: 0em;
  line-height: 115%;
  margin: 0;
}

p,
a,
.accordion:after,
.downloads-wrapper a:hover:after,
.swiper-pagination {
  font-size: 0.72vw;
  letter-spacing: 0em;
  line-height: 130%;
  margin: 0;
}

input {
  font-size: 8.33vw;
  letter-spacing: 0em;
  line-height: 80%;
  margin: 0;
}

@media (max-width: 1919px) {
  h1 {
    font-size: 3.75vw;
  }
  h2 {
    font-size: 1.5vw;
  }
  p,
  a,
  .accordion:after,
  .downloads-wrapper a:hover:after,
  .swiper-pagination {
    font-size: 1vw;
  }
  input {
    font-size: 11.11vw;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 2vw;
  }
  p,
  a,
  .accordion:after,
  .downloads-wrapper a:hover:after,
  .swiper-pagination,
  .toggle-info-btn {
    font-size: 1.5vw;
  }
  input {
    font-size: 15.625vw;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 6.9vw;
    line-height: 110%;
  }
  h2 {
    font-size: 4.8vw;
  }
  p,
  a,
  .accordion:after,
  .downloads-wrapper a:hover:after,
  .swiper-pagination,
  .toggle-info-btn {
    font-size: 3.2vw;
  }
  input {
    font-size: 20vw;
  }
}

/* ANIMATIONS AND TRANSITIONS SETTINGS *******************************************************/
@keyframes fading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* INDEX PAGE SETTINGS *******************************************************/
header {
  width: 100%;
  position: fixed;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px;
  z-index: 999;
  background-color: #EAE9DE;
  border-bottom: 1px solid #000000;
}

header p {
  font-family: "NKB", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
}

header p:nth-child(1) {
  text-transform: uppercase;
}

header p:nth-child(2) {
  font-family: "NKE", Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
}

main {
  width: 100%;
}

.intro-wrapper {
  width: 100%;
  padding: 250px 20px 0 20px;
}

.title-section-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.title-section-wrapper h1 {
  font-family: "NKB", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.title-section-wrapper h1:nth-child(1) {
  width: 16.6666667%;
  padding-right: 5px;
}

.title-section-wrapper h1:nth-child(2) {
  width: 83.3333333%;
  padding-left: 1.5px;
}

.intro-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
}

.intro-content-wrapper h2 {
  width: 41.6666667%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 5px 0 5px;
}

.intro-content-wrapper p {
  width: 41.6666667%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-left: 5px;
}

.main-content-wrapper {
  width: 100%;
  padding: 0 20px;
}

.main-content-wrapper .title-section-wrapper {
  padding-top: 150px;
  position: sticky;
  top: -50px;
  background-color: #EAE9DE;
  z-index: 99;
}

.accordion {
  color: #000000;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  transition: 0.4s;
}

.accordion:hover,
.subsection-title-wrapper.accordion.active {
  background-color: #1CB923;
}

.accordion:after {
  width: 8.3333333%;
  content: "\002B";
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  text-align: right;
  padding-left: 5px;
}

.active:after {
  content: "\2212";
}

.subsection-title-wrapper p {
  line-height: 100%;
}

.subsection-title-wrapper p:nth-child(1) {
  width: 16.6666667%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 5px;
}

.subsection-title-wrapper p:nth-child(2) {
  width: 75%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.panel {
  width: 100%;
  max-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.images-content-wrapper {
  width: 58.3333333%;
  margin: 10px 0 40px 0;
}

.swiper {
  width: calc(100% - 5px);
  height: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.swiper-slide img,
.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.captions {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 8px;
  opacity: 1;
}

.swiper-slide.swiper-slide-active .captions {
  animation: fading 0.75s linear;
}

.captions p:nth-child(1) {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.captions p:nth-child(1) {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: transparent;
  width: 50%;
  height: 100%;
  top: 0;
  margin-top: 0;
}

.swiper-button-prev {
  left: 0;
  cursor: w-resize;
}

.swiper-button-next {
  right: 0;
  cursor: e-resize;
}

.toggle-info-btn {
  display: none;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 20px 0 10px 0;
  padding: 7px 12px;
  background-color: #d1d1d8;
  color: #000000;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

.info-wrapper {
  width: 41.6666667%;
  margin: 8px 0 40px 0;
  padding-left: 5px;
}

.description {
  width: 100%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 25px;
}

.images-info {
  width: 100%;
  padding-bottom: 25px;
}

.images-info span,
.downloads-wrapper p:nth-child(1) {
  font-family: "NKE", Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.images-info p {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.downloads-wrapper {
  width: 100%;
}

.downloads-wrapper a:hover:after {
  content: "\2198";
  padding-left: 3px;
}

.colors-content-wrapper {
  width: 58.3333333%;
  margin: 8px 0 40px 0;
  padding-right: 5px;
  user-select: text;
}

.colors-section-title {
  font-weight: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
}

.colors-box-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 10px;
}

.colors-content-wrapper .colors-container:nth-child(2),
.colors-content-wrapper .colors-container:nth-child(3) {
  margin-top: 15px;
}

.colors-content-wrapper .colors-container:nth-child(3) .color-box:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.color-box {
  width: calc(25% - 7.5px);
  min-height: 23vh;
  border-radius: 7px;
  margin-bottom: 10px;
}

.color-box p {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 10px 50px 10px;
}

.color-box span {
  font-weight: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tipografia-wrapper {
  width: 58.3333333%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 10px;
}

.tipografia-principal-wrapper,
.tipografia-secundaria-wrapper {
  width: 42.8571429%;
  margin: 8px 0 50px 0;
}

.tipografia-principal-wrapper p:nth-child(1),
.tipografia-secundaria-wrapper p:nth-child(1) {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tipografia-principal-wrapper p:nth-child(2),
.input-1 input {
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tipografia-principal-wrapper p:nth-child(3),
.input-2 input {
  font-family: "NHMI", Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.tipografia-principal-wrapper p:nth-child(4),
.input-3 input {
  font-family: "NHB", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tipografia-principal-wrapper p:nth-child(5),
.input-4 input {
  font-family: "NHBI", Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.tipografia-principal-wrapper p:nth-child(6),
.input-5 input {
  font-family: "NHBL", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tipografia-principal-wrapper p:nth-child(7),
.input-6 input {
  font-family: "NHBLI", Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.tipografia-secundaria-wrapper p:nth-child(2),
.input-7 input {
  font-family: "NKE", Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tipografia-secundaria-wrapper p:nth-child(3),
.input-8 input {
  font-family: "NKB", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tipografia-inputs {
  width: 100%;
}

.input-1,
.input-2,
.input-3,
.input-4,
.input-5,
.input-6 {
  background-color: #000000;
  color: #EAE9DE;
}

.input-7,
.input-8 {
  background-color: #EAE9DE;
  color: #000000;
}

.header-input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 10px 10px 25px 10px;
}

.header-input p:nth-child(1) {
  width: 25%;
  font-family: "NHM", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 5px;
}

.header-input p:nth-child(2) {
  width: 33.3333333%;
  padding-left: 5px;
  padding-right: 5px;
}

.header-input p:nth-child(3) {
  width: 41.6666667%;
  padding-left: 5px;
}

input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0 0 30px 10px;
}

.input-1 input,
.input-2 input,
.input-3 input,
.input-4 input,
.input-5 input,
.input-6 input {
  color: #EAE9DE;
  border-bottom: 1px solid #000000;
}

.input-1 input::-moz-selection,
.input-2 input::-moz-selection,
.input-3 input::-moz-selection,
.input-4 input::-moz-selection,
.input-5 input::-moz-selection,
.input-6 input::-moz-selection {
  color: #000000;
  background: #EAE9DE;
}

.input-1 input::selection,
.input-2 input::selection,
.input-3 input::selection,
.input-4 input::selection,
.input-5 input::selection,
.input-6 input::selection {
  color: #000000;
  background: #EAE9DE;
}

.input-7 input,
.input-8 input {
  border-bottom: 1px solid #000000;
}

.input-1 input::-moz-selection,
.input-2 input::-moz-selection,
.input-3 input::-moz-selection,
.input-4 input::-moz-selection {
  color: #EAE9DE;
  background: #000000;
}

.input-1 input::selection,
.input-2 input::selection,
.input-3 input::selection,
.input-4 input::selection {
  color: #EAE9DE;
  background: #000000;
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "AB", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 250px 20px 20px 20px;
}

footer a {
  font-family: "AB", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000000;
}

footer a:hover {
  color: #717171;
  transition: 0.3s ease;
}

.brandbook-credits {
  width: 16.6666667%;
  padding-right: 5px;
}

.brandbook-credits a {
  color: #000000;
}

.contacts-design {
  width: 66.6666667%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 5px;
}

.contacts-design a {
  font-family: "AB", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #717171;
}

.contacts-design a:hover {
  color: #000000;
}

.contacts-design p:nth-child(1) a::after,
.contacts-design p:nth-child(2) a::after {
  content: ",";
  padding-right: 2px;
}

.contacts-design p:nth-child(1) a:hover::after,
.contacts-design p:nth-child(2) a:hover::after {
  color: #717171;
}

.copyright {
  width: 16.6666667%;
  text-align: right;
  padding-left: 5px;
}

@media (min-width: 1921px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 38.15vw;
  }
}

@media (max-width: 1920px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 37.85vw;
  }
}

@media (max-width: 1680px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 37.75vw;
  }

  .color-box {
    min-height: 20vh;
  }
}

@media (max-width: 1440px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 37.6vw;
  }
}

@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 37.4vw;
  }
}

@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .color-box {
    min-height: 14vh;
  }

  .brandbook-credits,
  .copyright {
    width: 25%;
  }

  .contacts-design {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .color-box {
    min-height: 17vh;
  }
}

@media (max-width: 560px) {
  header {
    padding: 10px;
  }

  .intro-wrapper {
    padding: 120px 10px 0 10px;
  }

  .title-section-wrapper {
    padding-bottom: 9px;
  }

  .title-section-wrapper h1:nth-child(1) {
    width: 25%;
    padding-right: 2.5px;
  }

  .title-section-wrapper h1:nth-child(2) {
    width: 75%;
    padding-right: 2.5px;
  }

  .intro-content-wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .intro-content-wrapper h2 {
    width: 75%;
    padding: 9px 0 0 2.5px;
  }

  .intro-content-wrapper p {
    width: 75%;
    padding: 20px 0 0 2.5px;
  }

  .main-content-wrapper {
    padding: 0 10px;
  }

  .main-content-wrapper .title-section-wrapper {
    padding-top: 100px;
  }

  .accordion {
    padding: 9px 0;
  }

  .subsection-title-wrapper p:nth-child(1) {
    width: 25%;
    padding-right: 2.5px;
  }

  .subsection-title-wrapper p:nth-child(2) {
    width: 70%;
    padding: 0 2.5px;
  }

  .accordion:after {
    width: 5%;
    padding-left: 2.5px;
  }

  .panel {
    flex-wrap: wrap;
  }

  .images-content-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .swiper {
    width: 100%;
  }

  .swiper-pagination {
    padding-top: 16px;
  }

  .toggle-info-btn {
    display: block;
  }

  .info-wrapper {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
  }

  .info-wrapper.show-info {
    display: block;
    animation: fading 0.5s linear;
  }

  .description {
    padding: 10px 0 0 0;
  }

  .images-info,
  .downloads-wrapper {
    padding: 20px 0 0 0;
  }

  .colors-content-wrapper {
    width: 100%;
    margin: 10px 0 40px 0;
    padding: 0;
  }

  .colors-section-title {
    padding-bottom: 10px;
  }

  .colors-box-container {
    column-gap: 5px;
  }

  .color-box {
    width: calc(50% - 2.5px);
    min-height: 25vh;
    margin-bottom: 5px;
  }

  .color-box p {
    padding: 10px 10px 40px 10px;
  }

  .colors-content-wrapper .colors-container:nth-child(2),
  .colors-content-wrapper .colors-container:nth-child(3) {
    margin-top: 15px;
  }

  .paleta-de-cores .info-wrapper {
    display: block;
    order: 1;
    padding: 0 0 20px 0;
  }

  .paleta-de-cores .colors-content-wrapper {
    order: 2;
  }

  .tipografia .info-wrapper {
    display: block;
    order: 2;
    padding: 0 0 20px 0;
  }

  .tipografia-wrapper {
    width: 100%;
    flex-wrap: wrap;
    order: 1;
    padding-top: 10px;
  }

  .tipografia-inputs {
    order: 3;
    margin-bottom: 10px;
  }

  .tipografia-principal-wrapper,
  .tipografia-secundaria-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .header-input {
    padding-bottom: 15px;
  }

  .header-input p:nth-child(1) {
    width: 50%;
    padding-right: 2.5px;
  }

  .header-input p:nth-child(2) {
    width: 25%;
    padding: 0 2.5px;
  }

  .header-input p:nth-child(3) {
    width: 25%;
    padding-left: 2.5px;
    text-align: right;
  }

  input {
    padding: 0 0 20px 10px;
  }

  .tipografia-inputs input:last-child {
    border-bottom: none;
  }

  footer {
    padding: 150px 10px 10px 10px;
    flex-wrap: wrap;
  }

  footer p,
  footer a {
    font-size: 2.9vw;
  }

  .brandbook-credits {
    width: 50%;
    padding: 0 2.5px 0 0;
  }

  .contacts-design {
    display: none;
  }

  .copyright {
    width: 50%;
    padding-left: 2.5px;
  }
}
