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

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

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

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

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

@font-face {
    font-family: "HD_RegularItalic";
    src: url("../fonts/HD_RegularItalic.woff2") format("woff2"), url("../fonts/HD_RegularItalic.woff") format("woff");
    font-weight: 400;
    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: #070707;
    color: #FFFFFF;
    font-family: "FR", Helvetica, sans-serif;
    font-weight: normal;
    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: #FFFFFF;
    background: #070707;
}

::selection {
    color: #FFFFFF;
    background: #070707;
}

::-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: #AAAAAA;
    transition: color .1s linear;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    transition: color .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: #070707;
    border-bottom: 1px solid #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 99;
}

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

.by-header {
    font-family: "FB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.by-header a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all .15s ease;
}

.by-header a:hover {
    color: #AAAAAA;
    transition: all .35s ease;
}

.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: #FFFFFF;
    font-family: 'FB', Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 80%;
    border-bottom: 1px solid #F1F1F1;
}

.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: "FB", 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: "FB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 80%;
    transition: all .15s ease;
}

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

.accordion p {
    color: #FFFFFF;
    transition: all .15s ease;
}

.accordion:hover p,
.accordion:hover:after {
    color: #AAAAAA;
    transition: all .35s ease;
}

.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 #AAAAAA;
}

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

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

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

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

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

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

.images-wrapper {
    width: 50%;
    height: 100%;
    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: "FB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.75rem;
    color: #AAAAAA;
    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: "FB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 80%;
}

.cores-title p:nth-child(1) {
    width: 40%;
}

.cores-title p:nth-child(2) {
    width: 60%;
}

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

.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-6 {
    width: 20%;
    padding-top: 10px;
    padding-right: 10px;
    margin-left: 40%;
}

.cor-7 {
    width: 20%;
    padding-top: 10px;
    padding-right: 10px;
}

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

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

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

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

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

.cor-6 .box {
    height: 25vh;
    background-color: #FCB84D;
}

.cor-7 .box {
    height: 25vh;
    background-color: #C33779;
}

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

.cor-1 span,
.cor-2 span,
.cor-3 span,
.cor-4 span,
.cor-5 span,
.cor-6 span,
.cor-7 span {
    color: #FFFFFF;
    font-family: "FB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-1,
.input-2,
.input-3,
.input-4,
.input-5,
.input-6,
.input-7,
.input-8 {
    background-color: #FFFFFF;
    color: #070707;
    padding: 10px 20px 30px 20px;
    border-bottom: 1px solid #070707;
    line-height: 0;
}

.input-8 {
    border-bottom: none;
}

.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: "FB", 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,
.input-5 input,
.input-6 input,
.input-7 input,
.input-8 input {
    font-size: 9.3vw;
    line-height: 80%;
    letter-spacing: -0.02em;
    color: #070707;
}

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

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

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

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

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

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

.input-7 input {
    font-family: "TSB", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.input-8 input {
    font-family: "TSBI", Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
}

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

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

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

.contactos-links a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color .15s linear;
}

.contactos-links a:hover {
    color: #AAAAAA;
    transition: color .35s 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: #FFFFFF;
}

@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,
    .cor-6 .box,
    .cor-7 .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 8px 10px;
        font-size: 3.4vw;
        border-bottom: 1px solid #FFFFFF;
    }

    .client-name-header {
        width: 50%;
        font-size: 0.85rem;
    }

    .oh-mana-header {
        width: 50%;
        text-align: right;
        font-size: 0.85rem;
    }

    .index-wrapper {
        padding-top: 80px;
    }

    .index-title {
        padding: 0 10px 10px 10px;
        border-bottom: 1px solid #FFFFFF;
    }

    .title {
        padding: 10px;
    }

    .line {
        border-bottom: 1px solid #FFFFFF;
    }

    .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,
    .cor-5,
    .cor-6,
    .cor-7 {
        width: 50%;
        padding-right: 10px;
    }

    .cor-6 {
        margin-left: 0;
        padding-top: 0;
    }

    .cor-7 {
        padding-top: 0;
    }

    .cor-1 .box,
    .cor-2 .box,
    .cor-3 .box,
    .cor-4 .box,
    .cor-5 .box,
    .cor-6 .box,
    .cor-7 .box {
        height: 32vh;
    }

    .cor-1 p,
    .cor-2 p,
    .cor-3 p,
    .cor-4 p,
    .cor-5 p,
    .cor-6 p,
    .cor-7 p {
        padding-bottom: 20px;
    }

    .fontes-wrapper-1 {
        padding-top: 20px !important;
    }

    .fontes-wrapper-1,
    .fontes-wrapper-2 {
        width: 50%;
        padding: 0 10px 20px 10px;
        color: #FFFFFF;
    }

    .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,
    .input-5,
    .input-6,
    .input-7,
    .input-8 {
        padding: 10px 20px 30px 20px;
    }

    .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: 0.85rem;
        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,
    .client-name-header,
    .oh-mana-header,
    .footer-brandbook {
        font-size: 3.7vw;
    }

    .cor-1 .box,
    .cor-2 .box,
    .cor-3 .box,
    .cor-4 .box,
    .cor-5 .box,
    .cor-6 .box,
    .cor-7 .box {
        height: 25vh;
    }

    .fontes-wrapper-1 {
        padding-top: 0px !important;
    }

    .fontes-wrapper-1,
    .fontes-wrapper-2 {
        width: 100%;
    }

    .header-input {
        width: 100%;
        padding: 0px 0 30px 0;
    }

    .header-input p:nth-child(1) {
        display: none;
    }

    .input-1,
    .input-2,
    .input-3,
    .input-4,
    .input-5,
    .input-6,
    .input-7,
    .input-8 {
        padding: 10px 10px 20px 10px;
    }

    .header-input p {
        font-size: 3.7vw;
    }

    .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;
    }

    .input-1 input,
    .input-2 input,
    .input-3 input,
    .input-4 input,
    .input-5 input,
    .input-6 input,
    .input-7 input,
    .input-8 input {
        font-size: 15vw;
    }
}