/*FONTS <<< Carregar as fontes no ficheiro fonts.css >>> */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

/* Bootstrap gutter override */
/* .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
} */

/* End Bootstrap Override */

html {
    height: 100%;
    font-size: 16px;
    font-optical-sizing: auto;
}

body *::-webkit-scrollbar {
    display: none;
}

body * {
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(87, 80, 77);
}

body.active {
    overflow: hidden;
}

section,
footer {
    position: relative;
    padding: 120px 0;
}

.wrap {
    max-width: 1400px;
    width: 100%;
    position: relative;
    padding: 0 100px;
    margin: 0 auto;
}

.navNode {
    position: absolute;
    display: block;
    pointer-events: none;
    bottom: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.display {
    display: flex !important;
}

.noDisplay {
    display: none !important;
}

.transition {
    transition: all .4s;
}

/* Font settings */

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.size36 {
    font-size: 36px;
    line-height: 100%;
    color: rgb(15, 5, 0);
}

.size28 {
    font-size: 28px;
    line-height: 110%;
}

.size22 {
    font-size: 22px;
}

.white {
    color: rgb(255, 255, 255);
}

.red {
    color: rgb(209, 17, 28);
}

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.robotoCondensed {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.padding60 {
    padding-bottom: 60px;
}

.padding30 {
    padding-bottom: 30px;
}

.textShadow {
    color: transparent;
    text-shadow: 0 0 0 rgba(87, 80, 77, 1), -20px 0 0 rgba(87, 80, 77, 0);
}

.textShadow:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(87, 80, 77, 0), 0 0 0 rgba(87, 80, 77, 1);
}

.textShadowWhite {
    color: transparent;
    text-shadow: 0 0 0 rgba(255, 255, 255, 1), -20px 0 0 rgba(255, 255, 255, 0);
}

.textShadowWhite:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 1);
}

.textShadowRedWhite {
    color: transparent;
    text-shadow: 0 0 0 rgba(209, 17, 28, 1), -20px 0 0 rgba(255, 255, 255, 0);
}

.textShadowRedWhite:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(209, 17, 28, 0), 0 0 0 rgba(255, 255, 255, 1);
}

.textShadowRed {
    color: transparent;
    text-shadow: 0 0 0 rgba(209, 17, 28, 1), -20px 0 0 rgba(209, 17, 28, 0);
}

.textShadowRed:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(209, 17, 28, 0), 0 0 0 rgba(209, 17, 28, 1);
}


#popupNode {
    position: fixed;
    z-index: 200;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
}

#popupNode.active {
    opacity: 1;
    pointer-events: all;
}

#popupNode .ajaxContainer {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    max-width: 1000px;
    max-height: 715px;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#popupNode .maxHeight {
    height: 100%;
}

#popupNode .ajaxContent {
    width: 100%;
    height: 100%;
    overflow: auto;
}

#popupNode .popupCloseNode {
    z-index: 20;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 18px;
    padding: 5px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

#popupNode .popupCloseNode:hover {
    background: rgb(87, 80, 77);
    color: rgb(255, 255, 255);
}

#popupNode .maxHeight::before,
#popupNode .maxHeight::after {
    content: "\e908";
    font-family: "icomoon";
    position: absolute;
    transform: rotate(90deg);
    top: 20%;
    right: 2px;
    font-size: 20px;
    animation-name: popupScroll;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    opacity: 1;
}

#popupNode .maxHeight::after {
    top: calc(20% - 5px);
    animation-name: popupScroll2;
}

#p0 .node1,
#p1 .node1,
#p3 .node1,
#p4 .node1,
#p5 .node1 {
    padding: 20px 0;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 20px;
}

#p0 .node1::after,
#p1 .node1::after,
#p3 .node1::after,
#p4 .node1::after,
#p5 .node1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(87, 80, 77, .2);
}

#p2,
#p2 .ajaxNode {
    height: 100%;
    width: 100%;
}

#p2 .slickContainer,
#p2 .slick,
#p2 .slick-list,
#p2 .slick-track {
    height: 100%;
}

#p2 .slickNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

#p2 .slickNav li {
    pointer-events: all;
    background: rgb(255, 255, 255);
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid rgb(87, 80, 77);
    border-radius: 2px;
}

#p2 .slickNav li:first-child {
    transform: rotate(180deg);
}

#p2 .slick li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes popupScroll {
    30% {
        top: calc(100% - 50px);
        opacity: 1;
    }

    100% {
        top: calc(100% - 50px);
        opacity: 0;
    }
}

@keyframes popupScroll2 {
    30% {
        top: calc(100% - 55px);
        opacity: 1;
    }

    100% {
        top: calc(100% - 55px);
        opacity: 0;
    }
}

/*Zoom imagem*/

.nodeZoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.nodeZoom__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    opacity: 0;
}

.nodeZoom__image:hover {
    opacity: 1;
}

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

.typewritter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation:
        typing 3.5s steps(30, end),
        blink-caret .75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: transparent
    }
}

/**********************************************/
/* CLIENT TEXTAREA */
/**********************************************/

.clientNode h1 {
    font-size: 2.57rem;
}

.clientNode h2 {
    font-size: 1.86rem;
}

.clientNode h3 {
    font-size: 1.43rem;
}

.clientNode h4 {
    font-size: 1.15rem;
}

.clientNode h5 {
    font-size: 0.85rem;
}

.clientNode h6 {
    font-size: 0.71rem;
}

.clientNode em {
    font-style: italic;
}

.clientNode strong {
    font-weight: bold;
}

.clientNode ul {
    padding: 10px 0 0 0;
}

.clientNode li {
    list-style: disc;
    list-style-position: inside;
}

.clientNode p {
    line-height: 140%;
    padding: 0 0 15px 0;
}

.clientNode p:last-of-type {
    padding: 0;
}

.clientNode a {
    text-decoration: underline;
}

.clientNode img {
    max-width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: contain;
    object-position: top left;
}

/**********************************************/
/* CLIENT TEXTAREA */
/**********************************************/

.cta {
    padding: 15px 25px;
    border-radius: 2px;
    background: rgb(209, 17, 28);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: max-content;
    margin: auto;
}

.cta span {
    position: relative;
    transform: rotate(90deg);
}

#dynamicPostsList {
    min-height: initial;
    flex-wrap: wrap;
    justify-content: space-between;
}

.postNode {
    width: 30%;
    padding: 0 0 60px 0;
}

.postNode1 {
    display: block;
    width: 100%;
    padding: 87.5% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(15, 5, 0, .3);
}

.postNode2 {
    position: relative;
    padding: 15px 30px 5px 30px;
    display: block;
}

.postNode3 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(209, 17, 28);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.postNode3 span {
    position: relative;
    transform: rotate(45deg);
}

.postNode4 {
    font-size: 12px;
    padding: 0 30px;
}

.postNode5 {
    width: 100%;
    padding: 0 0 60px 0;
    border-bottom: 1px solid rgba(15, 5, 0, .3);
    display: block;
}

.postNode5:not(:first-of-type) {
    padding-top: 60px;
}

.postNode6 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62.5% 0 0 0;
    display: block;
}

.postNode7 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 0 0;
}

.postNode8 {
    display: flex;
    justify-content: flex-end;
}

.postNode9 {
    padding: 15px 0;
    display: inline-block;
}

.postNode10 {
    display: block;
}

.slickNav {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}

.slickNav li {
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    background: rgba(0, 0, 0, .15);
    padding: 10px;
    margin: 3px;
}

.slickNav li:first-child {
    transform: rotate(180deg);
}

#hn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(209, 17, 28);
    z-index: 100;
}

#hn .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hn .nodeBurger {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}

#hn .nodeBurger li {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: rgb(255, 255, 255);
    opacity: 1;
}

#hn .nodeBurger li:first-child {
    top: calc(50% - 10px);
}

#hn .nodeBurger li:last-child {
    top: calc(50% + 10px);
}

#hn .nodeBurger.active li {
    opacity: 0;
    left: 5px;
    width: 20px;
}

#hn .nodeBurger.active li:nth-child(2) {
    opacity: 1;
    transform: rotate(45deg);
}

#hn .nodeBurger.active li:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}

#hn .node1 {
    max-width: 309px;
    width: 50%;
    box-sizing: content-box;
    padding: 40px 30px 40px 0;
    cursor: pointer;
}

#hn .node1 img {
    width: 100%;
}

#hn.scrolled .node1 {
    max-width: 309px;
    width: 50%;
    box-sizing: content-box;
    padding: 10px 30px 10px 0;
    cursor: pointer;
    max-width: 200px;
}

#hn .node2 {
    /* mobile */
}

#hn .node3 {
    /* mobile */
    position: relative;
}

#hn .node4 {
    display: flex;
    justify-content: flex-end;
}

#hn .node5 {
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

#hn .node6 {
    position: relative;
    padding: 15px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    display: block;
}

#hn .node7 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    background: rgb(209, 17, 28);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5px 0;
    display: none;
}

#hn .node8 {
    position: relative;
    display: flex;
    width: 100%;
}

#hn .node6>span {
    position: absolute;
    transform: rotate(90deg);
    top: 15px;
}

#hn .node9 {
    padding: 5px 15px;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

#s1 {
    padding: 0;
}

#s1 {
    padding: 0;
}

#s1 .navNode {
    position: relative;
}

#s1 .wrap {
    padding-top: 180px;
    padding-bottom: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

#s1 .node1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#s1 .node1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
}

#s1 .node2 {
    max-width: 780px;
}

#s2 {
    padding-bottom: 0;
}

#s2 .node1 {
    max-width: 780px;
    margin: auto;
}

#s2 .node2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#s2 .node3 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(252, 241, 242);
    cursor: pointer;
    position: relative;
}

#s2 .node4 {
    padding: 130% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgb(15, 5, 0);
    filter: grayscale(85%);
}

#s2 .node5 {
    padding: 30px;
    position: relative;
    flex: 1;
}

#s2 .node3:hover {
    background: rgba(209, 17, 28, 1);
}

#s2 .node5 {
    color: transparent;
    text-shadow: 0 0 0 rgba(209, 17, 28, 1), -20px 0 0 rgba(255, 255, 255, 0);
}

#s2 .node3:hover .node5 {
    color: transparent;
    text-shadow: 20px 0 0 rgba(209, 17, 28, 0), 0 0 0 rgba(255, 255, 255, 1);
}

#s2 .node6 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(252, 241, 242);
}

#s2 .node7 {
    padding: 30px;
    position: relative;
    flex: 1;
}

#s2 .node8 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(209, 17, 28);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

#s2 .node8 span {
    position: relative;
    transform: rotate(45deg);
}

#s3 {
    padding-bottom: 0;
}

#s3 .node1 {
    max-width: 780px;
}

#s3 .node2 {
    max-width: 360px;
}

#s3 #dynamicPostsList::after {
    content: "";
    width: 30%;
    display: block;
    position: relative;
}

#s4 {
    padding-bottom: 0;
}

#s4 .node1 {
    max-width: 780px;
}

#s4 .node2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

#s4 .node2::after {
    content: "";
    width: 30%;
}

#s4 .node3 {
    width: 30%;
    padding: 60px 0 0 0;
}

#s4 .node4 {
    display: block;
    width: max-content;
    cursor: pointer;
    margin: 30px 0 0 0;
}

#s4 .node5 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    left: -3px;
}

#s4 .node6 {
    padding: 10px;
    border-radius: 2px;
    background: rgb(209, 17, 28);
    margin: 3px;
}

#s5 {
    padding-bottom: 0;
}

#s5 .node1 {
    max-width: 780px;
    margin: auto;
    position: relative;
}

#s5 .node2 {
    position: relative;
    padding: 60px 30px;
}

#s5 .node3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#s5 .node3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(209, 17, 28, .8);
    width: 100%;
    height: 100%;
}

#s5 .node4 {
    padding: 60px 0 0 0;
}

#s5 .node5 {
    width: 100%;
    padding: 75% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(15, 5, 0, .3);
}

#s5 .node6 {
    padding: 15px;
}

#s5 .node7 {
    padding: 0 15px;
}

#s6 .node1 {
    max-width: 780px;
    margin: auto;
}

#s6 .node2 {
    padding: 60px 0 0 0;
}

#s6 .node3 {
    max-height: 400px;
    margin: auto;
}

#s6 .node4 {
    padding: 15px;
}

#s6 .node5 {
    padding: 0 15px;
}

#s7 {
    padding-top: 60px;
}

#s7 .navNode {
    position: relative;
}

#s7 .node1 {
    display: flex;
    justify-content: space-between;
}

#s7 .node2 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#s7 .node3 {
    width: 65%;
}

#s7 .node4 {
    position: relative;
}

#s7 .nodeZoom {
    width: 100%;
}

#s7 .node5 {
    width: 100%;
    padding: 87.5% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#s7 .slickNav {
    justify-content: flex-end;
}

#s7 .node6 {
    padding: 5px 0;
    cursor: pointer;
}

#s7 .node7 {
    padding-top: 15px;
}

#s7 .node8 {
    padding: 30px;
    background: rgb(219, 218, 217);
    width: 100%;
}

#s7 .node9 {
    padding: 0 0 15px 0;
}

#s7 .node10 {
    width: 100%;
}

#s7 .node11 {
    display: flex;
    justify-content: space-between;
}

#s7 .node12 {
    width: 65%;
}

#s7 .node13 {
    width: 30%;
}

#s7 .node14 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

#s7 .node15 {
    padding: 15px 25px;
    border-radius: 2px;
    background: rgb(219, 218, 217);
    font-size: 14px;
    margin: 15px 0 0 0;
}

#s7 .node16 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    left: -3px;
}

#s7 .node17 {
    padding: 10px;
    border-radius: 2px;
    background: rgb(209, 17, 28);
    margin: 3px;
}

#s7 .node18 {
    padding: 60px 0 0 0;
}

#s7 .node19 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#s7 .node19::after {
    content: "";
    width: 30%;
}

#s8 .navNode {
    position: relative;
}

#s8 .node1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#s8 .node1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(209, 17, 28, .8);
    width: 100%;
    height: 100%;
}

#s8 .node2 {
    max-width: 780px;
    margin: auto;
}

#s9 .node1 {
    display: flex;
    justify-content: space-between;
}

#s9 .node2 {
    width: 65%;
}

#s9 .node3 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#s9 .form-floating {
    display: none;
}

#s9 .postNode {
    width: 100%;
}

#s9 .node4 {
    width: 100%;
}

#s9 #dynamicPostsList {
    display: block;
}

#s10 .node1 {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 0;
    position: relative;
}

#s10 .node2 {
    width: 65%;
}

#s10 .node3 {
    width: 30%;
}

#s10 .postNode {
    width: 100%;
}

#s10 .node4 {
    padding: 15px 0 30px 0;
}

#s10 .node5 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    left: -3px;
}

#s10 .node6 {
    padding: 30px 0 5px 0;
}

#s10 .node7 {
    height: 500px;
    width: 100%;
    max-height: 70vh;
}

#s10 .node8 {
    padding: 15px;
    border-radius: 2px;
    background: rgb(209, 17, 28);
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
}

#s10 .node8 i {
    padding: 0 10px;
}

#s10 .node9 {
    padding: 60px 0 0 0;
}

#s10 .node10 {
    max-width: 540px;
}

#s10 .node11 {
    margin: initial;
}

#s10 .node12 {
    display: flex;
    align-items: baseline;
}

#s10 .node12>* {
    padding: 0 15px 0 0;
}

#s10 .node13 {
    padding: 15px 0;
    border-bottom: 1px solid rgba(15, 5, 0, .3);
}

#s10 .node17 {
    padding: 10px;
    border-radius: 2px;
    background: rgb(209, 17, 28);
    margin: 3px;
}

#fn {
    background: rgb(87, 80, 77);
}

#fn .node1 {
    max-width: 780px;
    margin: auto;
    position: relative;
}

#fn .node2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
    cursor: pointer;
    font-size: 22px;
}

#fn .node3 {
    margin: auto;
}

#fn .node4 {
    display: flex;
    justify-content: space-between;
}

#fn .node5 {
    width: 45%;
}

#fn .node6 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#fn .node7 {
    width: calc(50% - 5px);
}

#fn .node5 textarea {
    height: 100px;
}

#fn .node8 {
    width: 100%;
    background: rgb(255, 255, 255);
}

#fn .node9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fn .node10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#fn .node11 {
    display: flex;
    position: relative;
    left: -3px;
    flex-wrap: wrap;
}

#fn .node12 {
    padding: 10px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    margin: 3px;
}

#fn .node13 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -6px;
}

#fn .node14 {
    margin: 6px;
    display: block;
    cursor: pointer;
}

#fn .node15 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}

#fn .node16 {
    display: block;
    font-size: 12px;
    opacity: .6;
    margin: 0 0 0 12px;
}

/* Large Devices, Wide Screens xl */
@media (max-width : 1200px) {

    section,
    footer {
        padding: 90px 0;
    }

    .wrap {
        padding: 0 60px;
    }
}

/* Medium Devices, Desktops lg */
@media (max-width : 992px) {
    .size36 {
        font-size: 28px;
    }

    .size28 {
        font-size: 22px;
    }

    .size22 {
        font-size: 20px;
    }

    .padding60 {
        padding-bottom: 30px;
    }

    .padding30 {
        padding-bottom: 15px;
    }

    section,
    footer {
        padding: 60px 0;
    }

    .wrap {
        padding: 0 30px;
    }

    .nodeZoom__image {
        display: none;
    }

    .postNode {
        width: 45%;
    }

    #hn .node1 {
        padding: 15px 15px 15px 0;
    }

    #hn .node2 {
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: -110vw;
        width: 100%;
        background: rgb(209, 17, 28);
    }

    #hn .node2.active {
        left: 0;
    }

    #hn .node3 {
        overflow: auto;
        height: 100%;
    }

    #hn .nodeBurger {
        display: block;
    }

    #hn .node4 {
        display: block;
    }

    #hn .node5 {
        position: relative;
        transform: translateY(0);
        left: initial;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #hn .node7 {
        position: relative;
        top: initial;
        left: initial;
        min-width: auto;
        background: none;
        padding: 0 0 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    #hn .node8 {
        display: block;
    }

    #s1 .wrap {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: initial;
    }

    #s2 .node3,
    #s2 .node6 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #s2 .node4 {
        padding: 80% 0 0 0;
    }

    #s4 .node3 {
        width: 45%;
    }

    #s7 {
        padding-top: 0;
    }

    #s7 .node1 {
        flex-direction: column-reverse;
    }

    #s7 .node2 {
        width: 100%;
    }

    #s7 .node3 {
        width: 100%;
        padding: 0 0 30px 0;
    }

    #s7 .node11 {
        display: block;
    }

    #s7 .node12 {
        width: 100%;
        padding: 0 0 30px 0;
    }

    #s7 .node13 {
        width: 100%;
    }

    #s9 .node1 {
        display: block;
    }

    #s9 .node2 {
        width: 100%;
    }

    #s9 .node3 {
        padding: 60px 0 0 0;
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    #s9 .postNode {
        width: 45%;
    }

    #fn .node3 {
        text-align: left;
    }

    #fn .node4 {
        display: block;
    }

    #fn .node5 {
        width: 100%;
    }

    #s10 .node1 {
        display: block;
    }

    #s10 .node2 {
        width: 100%;
    }

    #s10 .node3 {
        width: 100%;
    }
}

/* Small Devices, Tablets md */
@media (max-width : 768px) {
    .wrap {
        padding: 0 15px;
    }

    .postNode {
        width: 100%;
    }

    #s4 .node3 {
        width: 100%;
    }

    #s6 .node3 {
        max-width: 100%;
    }

    #s9 .node3 {
        display: block;
    }

    #s9 .postNode {
        width: 100%;
    }
}

/* .min-vh-100 {
    min-height: auto !important;
}

.pages div.row.min-vh-100 {
    padding-top: 10%;
    padding-bottom: 10%;
} */

.inputNode {
    padding: 10px;
    border: 1px solid rgba(87, 80, 77, .6);
    border-radius: 2px;
    margin: 0 0 10px 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.form-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin: 10px 0;
}

.form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin: 0 5px 0 0;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-check-label {
    cursor: pointer;
    margin: 0 0 0 4px;
}

/* CSS para options de produto */
.optionArea.optionAreaGlobal .optionSelect::after {
    content: "\e908";
    font-family: "icomoon";
    transform: rotate(90deg);
}

.optionArea.optionAreaGlobal .optionSelect.active::after {
    content: "\e909";
    font-family: "icomoon";
}

.optionArea.optionAreaGlobal .optionSelect {
    border: 1px solid rgb(255, 255, 255);
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
}

/* CSS para addToCart */
.addToCartButtonWidgetQt {
    display: flex;
}

.decreaseProductQt,
.increaseProductQt {
    padding: 10px;
    background: none;
    text-align: center;
    width: 30px;
}

.productQuantity {
    padding: 10px;
    text-align: center;
    width: 40px;
}

.addToCartBtn {
    flex: 1;
}