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

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

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

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

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

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

* {
  box-sizing: border-box;
  -webkit-user-drag: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #000000;
  font-family: "Studio_Roman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  user-select: none;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

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

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

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

img.lazy {
  opacity: 0;
}

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

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

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

a {
  text-decoration: none;
  color: #000000;
  transition: color 0.1s linear;
}

a:hover {
  text-decoration: underline;
  color: #aaaaaa;
  transition: color 0.05s linear;
}

.responsive {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* BRAND BOOK HOMEPAGE SETTINGS ******************************************************************************************/

.page-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.header-brandbook {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 17px 20px 15px 20px;
  line-height: 80%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #000000;
  position: fixed;
  top: 0;
  z-index: 99;
}

.client-name-header {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.oh-mana-header {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.oh-mana-header a {
  color: #000000;
}

.index-wrapper {
  width: 100%;
  padding-top: 100px;
}

.index-title {
  width: 100%;
  padding: 0 20px 10px 20px;
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  color: #000000;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80%;
  border-bottom: 1px solid #000000;
}

.index-title p:nth-child(1) {
  width: 20%;
  padding-right: 10px;
}

.index-title p:nth-child(2) {
  width: 70%;
  padding-right: 10px;
}

.title {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 10px 20px 10px 20px;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80%;
}

.title p:nth-child(1) {
  width: 20%;
  padding-right: 10px;
}

.title p:nth-child(2) {
  width: 70%;
  padding-right: 10px;
}

.accordion {
  width: 100%;
  cursor: pointer;
}

.accordion:after {
  width: 10%;
  text-align: right;
  content: "\002B";
  color: #000000;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80%;
}

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

.active.content {
  height: 100%;
  max-height: 100%;
}

.content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.line {
  width: 100%;
  border-bottom: 1px solid #000000;
}

.sobre-projecto .description {
  width: 100%;
  padding-left: 20%;
  padding-right: 20px;
  margin-left: 15px;
}

.description {
  width: 30%;
  height: 100%;
  font-family: "Studio_Roman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 125%;
  padding: 20px 10px 30px 10px;
}

.description span {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.downloads-wrapper {
  width: 20%;
  line-height: 125%;
  padding: 20px 0 30px 20px;
}

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

.downloads-wrapper a {
  width: fit-content;
  display: block;
}

.images-wrapper {
  width: 50%;
  padding: 25px 20px 30px 0;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper-button-prev,
.swiper-button-next {
  width: 50%;
  height: 100%;
  top: 50%;
  transform: translateY(-46.5%);
  color: transparent;
  outline: none;
  background: transparent;
  border: none;
}

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

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

.swiper-pagination {
  text-align: right;
  bottom: 5px !important;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  color: #f9f9f9;
  mix-blend-mode: difference;
}

span.swiper-pagination-current {
  position: absolute;
  text-align: left;
  left: 0;
  padding-left: 10px;
}

span.swiper-pagination-total {
  padding-right: 10px;
}

.paleta-cores-wrapper {
  width: 100%;
  padding: 0 20px 30px 20px;
}

.cores-title {
  width: 100%;
  display: flex;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80%;
}

.cores-title p:nth-child(1) {
  width: 80%;
  margin-right: 10px;
}

.cores-title p:nth-child(2) {
  width: 20%;
  margin-left: 20px;
}

.squares-cores {
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.squares-cores div:last-child {
  margin-right: 0;
}

.cor-1,
.cor-2,
.cor-3,
.cor-4 {
  width: 20%;
  padding-right: 10px;
}

.cor-5 {
  width: 20%;
  padding-right: 0;
}

.cor-1 .box {
  height: 25vh;
  background-color: #000000;
  border: 1px solid #000000;
}

.cor-2 .box {
  height: 25vh;
  background-color: #8a8f86;
}

.cor-3 .box {
  height: 25vh;
  background-color: #d1d2d3;
}

.cor-4 .box {
  height: 25vh;
  background-color: #f9f9f9;
}

.cor-5 .box {
  height: 25vh;
  background-color: #9df66b;
}

.cor-1 p,
.cor-2 p,
.cor-3 p,
.cor-4 p,
.cor-5 p {
  width: 100%;
  font-family: "Studio_Roman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 125%;
  padding-top: 10px;
  color: #000000;
  user-select: text;
}

.cor-1 span,
.cor-2 span,
.cor-3 span,
.cor-4 span,
.cor-5 span {
  color: #000000;
}

.square-cores div:last-child {
  margin-right: 0;
}

.fontes-inputs {
  width: 100%;
  padding: 0 20px 30px 20px;
}

.fontes-wrapper-1,
.fontes-wrapper-2 {
  width: 20%;
  line-height: 125%;
  padding: 20px 0 30px 11px;
  color: #000000;
}

.fontes-wrapper-1 p:nth-child(1),
.fontes-wrapper-2 p:nth-child(1) {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}

.fontes-wrapper-1 p:nth-child(2) {
  font-family: "Studio_Roman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontes-wrapper-1 p:nth-child(3) {
  font-family: "Studio_RomanItalic", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fontes-wrapper-1 p:nth-child(4) {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fontes-wrapper-1 p:nth-child(5) {
  font-family: "Studio_BoldItalic", Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fontes-wrapper-2 p:nth-child(2) {
  font-family: "RO_Regular", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontes-wrapper-2 p:nth-child(3) {
  font-family: "RO_Turbo", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.input-1,
.input-2,
.input-3,
.input-4 {
  background-color: #f9f9f9;
  color: #000000;
  padding: 10px 0 30px 0;
  border-bottom: 1px solid #000000;
  line-height: 0;
}

.input-5 {
  border-bottom: 1px solid #f9f9f9;
}

.input-5,
.input-6 {
  background-color: #000000;
  color: #f9f9f9;
  padding: 10px 0 30px 0;
  line-height: 0;
}

.header-input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 30px 0;
}

.header-input p {
  width: 20%;
  user-select: none;
}

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

.fontes-inputs input#fname {
  width: 100%;
  padding: 0;
  border: none;
  border-style: hidden;
  border-color: transparent;
  border-width: 0;
  appearance: none;
  background-color: transparent;
  outline: 0;
  outline-color: transparent;
}

.input-1 input,
.input-2 input,
.input-3 input,
.input-4 input {
  font-size: 9.3vw;
  line-height: 80%;
  letter-spacing: -0.02em;
  color: #000000;
}

.input-5 input,
.input-6 input {
  font-size: 9.3vw;
  line-height: 80%;
  letter-spacing: -0.07em;
  color: #f9f9f9;
}

.input-1 input {
  font-family: "Studio_Roman", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
}

.input-2 input {
  font-family: "Studio_RomanItalic", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
}

.input-3 input {
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
}

.input-4 input {
  font-family: "Studio_BoldItalic", Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
}

.input-5 input {
  font-family: "RO_Regular", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.input-6 input {
  font-family: "RO_Turbo", Helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.footer-brandbook {
  width: 100%;
  padding: 150px 20px 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Studio_Bold", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 80%;
}

.footer-brandbook p:nth-child(1) {
  color: #000000;
  width: 20%;
  padding-right: 10px;
}

.contactos-links {
  width: 50%;
  padding-right: 10px;
}

.contactos-links a {
  color: #000000;
  transition: color 0.1s linear;
}

.contactos-links a:hover {
  color: #aaaaaa;
  transition: color 0.05s linear;
}

.contactos-links a:nth-child(1):after,
.contactos-links a:nth-child(2):after {
  content: ", ";
}

.footer-brandbook p:nth-child(3) {
  width: 30%;
  text-align: right;
  color: #000000;
}

@media (max-width: 1024px) {
  body {
    font-size: 0.85rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    font-size: 0.65rem;
  }
  .cor-1 .box,
  .cor-2 .box,
  .cor-3 .box,
  .cor-4 .box,
  .cor-5 .box {
    height: 14vh;
  }
  .input-1 input,
  .input-2 input,
  .input-3 input,
  .input-4 input,
  .input-5 input,
  .input-6 input {
    font-size: 12vw;
  }
}

@media (max-width: 768px) {
  .header-brandbook {
    padding: 12px 10px;
    font-size: 3.4vw;
    border-bottom: 1px solid #000000;
  }
  .client-name-header {
    width: 50%;
  }
  .oh-mana-header {
    width: 50%;
    text-align: right;
  }
  .index-wrapper {
    padding-top: 80px;
  }
  .index-title {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #000000;
  }
  .title {
    padding: 10px;
  }
  .line {
    border-bottom: 1px solid #000000;
  }
  .sobre-projecto .description {
    width: 100%;
    padding: 0 10px 40px 10px;
    margin-left: 0;
  }
  .downloads-wrapper {
    width: 100%;
    padding: 10px 10px 40px 10px;
    order: 3;
  }
  .description {
    width: 100%;
    padding: 10px;
    order: 2;
  }
  .images-wrapper {
    width: 100%;
    padding: 0 10px 10px 10px;
    order: 1;
  }
  .normas-utilizacao .downloads-wrapper {
    display: none;
  }
  .normas-utilizacao .description {
    padding-bottom: 40px;
  }
  .paleta-cores-wrapper {
    padding: 0 10px 40px 10px;
    order: 2;
  }
  .paleta-cores .description {
    order: 1;
    padding: 0 10px 20px 10px;
  }
  .cores-title {
    display: none;
  }
  .squares-cores {
    flex-wrap: wrap;
  }
  .paleta-cores .downloads-wrapper {
    display: none;
  }
  .cor-1,
  .cor-2,
  .cor-3,
  .cor-4 {
    width: 50%;
    padding-right: 10px;
  }
  .cor-5 {
    width: 50%;
  }
  .cor-1 .box,
  .cor-2 .box,
  .cor-3 .box,
  .cor-4 .box,
  .cor-5 .box {
    height: 32vh;
  }
  .cor-1 p,
  .cor-2 p,
  .cor-3 p,
  .cor-4 p,
  .cor-5 p {
    padding-bottom: 20px;
  }
  .cor-5 p {
    padding-bottom: 0;
  }
  .fontes-wrapper-1 {
    padding-top: 20px !important;
  }
  .fontes-wrapper-1,
  .fontes-wrapper-2 {
    width: 50%;
    padding: 0 10px 20px 10px;
    color: #000000;
  }
  .fontes-inputs {
    padding: 0 10px 40px 10px;
    order: 4;
  }
  .fontes-aplicacoes .downloads-wrapper {
    padding: 0 10px 20px 10px;
    order: 3;
  }
  .input-1,
  .input-2,
  .input-3,
  .input-4 {
    padding: 10px 0 30px 0;
  }
  .input-5,
  .input-6 {
    margin-left: 0;
    padding: 10px 0 30px 10px;
  }
  .header-input p {
    padding: 10px 0 10px 0;
    user-select: none;
  }
  .header-input p:nth-child(2) {
    width: 30%;
  }
  .estacionario .description,
  .sinaleticas .description,
  .merchandising .description {
    display: none;
  }
  .estacionario .downloads-wrapper,
  .sinaleticas .downloads-wrapper,
  .merchandising .downloads-wrapper {
    padding: 10px 10px 40px 10px;
  }
  .footer-brandbook {
    flex-wrap: wrap;
    font-size: 3.4vw;
    padding: 100px 10px 15px 10px;
  }
  .footer-brandbook p:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .footer-brandbook p:nth-child(3) {
    width: 50%;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 3.7vw;
  }
  .cor-1 .box,
  .cor-2 .box,
  .cor-3 .box,
  .cor-4 .box,
  .cor-5 .box {
    height: 25vh;
  }
  .fontes-wrapper-1 {
    padding-top: 0px !important;
  }
  .fontes-wrapper-1,
  .fontes-wrapper-2 {
    width: 100%;
  }
  .header-input {
    width: 100%;
  }
  .header-input p:nth-child(1) {
    display: none;
  }
  .header-input p {
    font-size: 3vw;
  }
  .header-input p:nth-child(2) {
    width: 50%;
  }
  .header-input p:nth-child(3) {
    width: 25%;
  }
  .header-input p:nth-child(4) {
    width: 25%;
    text-align: right;
  }
}
