/*FONTS <<< Carregar as fontes no ficheiro fonts.css >>> */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap');

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

html {
    height: 100%;
}

body *::-webkit-scrollbar {
    display: none;
}

body * {
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

body {
    height: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 63, 75, 1);
    background: rgb(250, 250, 251);
}

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;
    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;
}

.italic {
    font-style: italic;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.white {
    color: rgba(255, 255, 255, 1);
}

.blue {
    color: rgb(161, 220, 240);
}

.yellow {
    color: rgb(255, 232, 92);
}

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.size48 {
    font-size: 48px;
    line-height: 100%;
}

.size36 {
    font-size: 36px;
    line-height: 100%;
}

.size20 {
    font-size: 20px;
}

.textShadow {
    color: transparent;
    text-shadow: 0 0 0 rgba(51, 63, 75, 1), -20px 0 0 rgba(51, 63, 75, 0);
}

.textShadow:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(51, 63, 75, 0), 0 0 0 rgba(51, 63, 75, 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);
}

.textShadowBlackWhite {
    color: transparent;
    text-shadow: 0 0 0 rgba(51, 63, 75, 1), -20px 0 0 rgba(255, 255, 255, 0);
}

.textShadowBlackWhite:hover {
    color: transparent;
    text-shadow: 20px 0 0 rgba(51, 63, 75, 0), 0 0 0 rgba(255, 255, 255, 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: rgba(255, 255, 255, 1);
    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;
}

/* popup especifico para sliders */
#popupNode .popupNodeSlider {
    height: calc(100vh - 180px);
    max-height: 635px;
}

#popupNode .popupNodeSlider .ajaxNode {
    height: 100%;
}

/* fim popup especifico para sliders */

#popupNode .popupCloseNode {
    z-index: 20;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 18px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

#popupNode .popupCloseNode:hover {
    background: rgba(51, 63, 75, 1);
    color: rgba(255, 255, 255, 1);
}

#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 {
    padding: 20px 0;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 20px;
}

#p0 .node1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .2);
}

@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;
    }
}

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

/**********************************************/
/* 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 20px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.cta:hover {
    background: rgba(51, 63, 75, 1);
}

.socialNode {
    font-size: 24px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(51, 63, 75, 1);
    margin: 5px;
}

.socialNode:hover {
    background: rgba(51, 63, 75, 1);
}

.slickNav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

.slickNav li {
    font-size: 20px;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(51, 63, 75, .3);
    margin: 10px;
}

.slickNav li:first-child {
    transform: rotate(180deg);
}

#hn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
}

#hn .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hn .node1 {
    display: block;
    width: 40%;
    max-width: 231px;
    padding: 10px 10px 10px 0;
    box-sizing: content-box;
}

#hn.scrolled .node1 {
    max-width: 150px;
}

#hn .node1 img {
    width: 100%;
}

#hn .node4 {
    display: flex;
    align-items: center;
}

#hn .node5 {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#hn .node5 li {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: rgb(51, 63, 75);
    opacity: 1;
}

#hn .node5 li:first-child {
    top: calc(50% - 10px);
}

#hn .node5 li:last-child {
    top: calc(50% + 10px);
}

#hn .node5.active li {
    opacity: 0;
    left: 5px;
    width: 20px;
}

#hn .node5.active li:nth-child(2) {
    opacity: 1;
    transform: rotate(45deg);
}

#hn .node5.active li:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}

#hn .node6 {
    display: block;
    padding: 5px 15px;
    background: rgba(51, 63, 75, 0);
    border-radius: 4px;
}

#hn .node6:hover {
    background: rgba(51, 63, 75, 1);
}

#hn .node7 {
    position: relative;
    padding: 5px 15px;
    background: rgba(161, 220, 240, 1);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

#hn .node7 span {
    font-size: 24px;
    display: none;
}

#hn .node7 div {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 12px;
    color: rgba(51, 63, 75, .7);
    text-transform: none;
    white-space: nowrap;
    text-shadow: none;
    padding: 0 0 2px 0;
}

#hn .node7:hover {
    background: rgba(51, 63, 75, 1);
}

#hn .node8 {
    display: flex;
}

#s1 {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#s1 .navNode {
    position: relative;
    display: block;
    bottom: initial;
    top: 0;
}

#s1 .node1 {
    display: flex;
    justify-content: space-between;
}

#s1 .node2 {
    width: 45%;
    padding: 60% 0 0 0;
    position: relative;
}

#s1 .node3 {
    width: 45%;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

#s1 .node4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

#s1 .node5 {
    text-align: right;
    padding: 0 0 15px 0;
}

#s1 .node6 {
    text-align: right;
    padding: 0 0 30px 0;
}

#s1 .node7 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
}

#s1 .node7::before {
    content: "";
    flex: 1;
    height: 10px;
    margin: 15px 20px 0 0;
    border-top: 3px solid rgba(255, 255, 255, 1);
    border-left: 3px solid rgba(255, 255, 255, 1);
}

#s1 .contactForm {
    width: 100%;
}

#s1 .node8 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#s1 .node8 .inputNode {
    width: calc(50% - 5px);
}

#s1 .node9 {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 4px;
    margin: 0 0 10px 0;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255, 255, 255, .75);
    position: relative;
    cursor: pointer;
}

#s1 .node9::after {
    content: "\e908";
    font-family: "icomoon";
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
    pointer-events: none;
}

#s1 .node9.active::after {
    transform: rotate(-90deg);
}

#s1 .node10 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    max-height: 50vh;
    overflow: auto;
    display: none;
    z-index: 10;
}

#s1 .node11 {
    padding: 3px 10px;
}

#s1 .node11:not(:first-child) {
    border-top: 1px solid rgba(51, 63, 75, .3);
}

#s1 .node11:hover {
    background: rgba(51, 63, 75, 1);
}

#ui-datepicker-div {
    font-size: 14px;
    color: rgba(51, 63, 75, 1);
}

.ui-widget-header,
.ui-widget-content,
.ui-datepicker th {
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    opacity: .3;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    opacity: .6;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-widget-content .ui-state-default {
    background: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: rgb(161, 220, 240);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: rgba(51, 63, 75, 1);
    color: rgb(255, 255, 255);
}

#s1 .node12 {
    width: 100%;
}

#s1 .node12:not(:hover) {
    background: rgb(255, 232, 92);
}

#s1 .node13 {
    display: flex;
    flex-direction: column;
}

#s2 .node1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#s2 .node2 {
    width: 45%;
}

#s2 .node3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#s2 .node4 {
    width: 45%;
}

#s2 .node5 {
    width: 45%;
}

#s2 .node6 {
    padding: 0 0 30px 0;
}

#s2 .node7 {
    display: flex;
}

#s2 .node8 {
    padding: 5px 10px;
    border: 1px solid rgba(51, 63, 75, 1);
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

#s2 .node8:not(:hover) {
    background: rgb(255, 255, 255);
}

#s2 .node9 {
    padding: 5px 10px;
    border: 1px solid rgba(51, 63, 75, 1);
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

#s2 .node9:not(:hover) {
    background: rgb(161, 220, 240);
}

#s2 .node9 img {
    margin: 0 5px 0 0;
}

#s2 .node10 {
    display: flex;
    align-items: flex-start;
    position: relative;
    left: -5px;
    width: calc(100% + 5px);
    padding: 10px 0 0 0;
}

#s3 {
    background: rgb(208, 237, 247);
    padding: 0;
}

#s3 .node1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#s3 .node2 {
    width: 45%;
    padding: 0 0 30px 0;
}

#s3 .node3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#s3 .node3::after {
    content: "";
    width: 21.25%;
    position: relative;
}

#s3 .node4 {
    width: 21.25%;
    padding: 21.25% 0 0 0;
    margin: 0 0 45px 0;
    display: flex;
    position: relative;
}

#s3 .node5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(236, 248, 252);
    border: 10px solid rgb(161, 220, 240);
    border-radius: 50%;
    cursor: pointer;
    padding: 30px;
    line-height: 100%;
}

#s3 .node5:hover {
    background: rgb(255, 232, 92);
    border: 10px solid rgba(51, 63, 75, 1);
}

#s3 .node6 {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
}

#s3 .node6:not(:hover) {
    background: rgb(161, 220, 240);
}

#s3 .node5:hover .node6 {
    background: rgba(51, 63, 75, 1);
    text-shadow: 20px 0 0 rgba(51, 63, 75, 0), 0 0 0 rgba(255, 255, 255, 1);
}

#s4 {
    /*background: rgb(255,255,255);*/
    z-index: 10;
}

#s4 .node1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#s4 .node2 {
    width: 45%;
    padding: 0 0 30px 0;
}

#s4 .node3 {
    width: 45%;
    padding: 0 0 30px 0;
}

#s4 .node4 {
    padding: 0 10px;
}

#s4 .node5 {
    border: 1px solid rgba(51, 63, 75, .1);
    padding: 10px;
    background: rgb(255, 255, 255);
}

#s4 .node6 {
    padding: 75% 0 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#s5 {
    /*background: rgb(255,255,255);*/
    z-index: 10;
    padding-top: 30px;
}

#s5 .node2 {
    width: 45%;
    padding: 0 0 30px 0;
    margin: auto;
}

#s5 .node3 {
    max-width: 570px;
    margin: auto;
    position: relative;
}

#s5 .node3::before {
    content: url(../images/client/comma.png);
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
}

#s5 .node3::after {
    content: url(../images/client/comma.png);
    position: absolute;
    left: calc(100% + 10px);
    bottom: 80px;
    transform: rotate(180deg);
}

#s5 .node4 {
    padding: 15px 0 0 0;
}

#s6 {
    z-index: 10;
    padding-bottom: 30px;
}

#s6 .node1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#s6 .node2 {
    width: 100%;
    padding: 0 0 30px 0;
}

#s6 .node3 {
    width: 100%;
    padding: 0 0 30px 0;
}

#s6 .node4 {
    padding: 0 10px;
}

#s6 .node5 {
    border: 1px solid rgba(51, 63, 75, .1);
    padding: 10px;
    background: rgb(255, 255, 255);
}

#s6 .node6 {
    padding: 75% 0 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#fn {
    background: rgb(208, 237, 247);
    padding-top: 0;
}

#fn .node1 {
    width: 45%;
    padding: 0 0 30px 0;
}

#fn .node2 {
    display: flex;
    justify-content: space-between;
}

#fn .node3 {
    width: 45%;
}

#fn .node4 {
    width: 45%;
}

#fn .node5 {
    padding: 0 0 30px 0;
}

#fn .node6 {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -5px;
    width: calc(100% + 5px);
    align-items: flex-start;
}

#fn .node7 {
    display: flex;
    align-items: flex-start;
}

#fn .node8 {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgba(51, 63, 75, 1);
    cursor: pointer;
    display: block;
    margin: 5px;
}

#fn .node8 div {
    font-size: 10px;
    widows: 100%;
    white-space: wrap;
}

#fn .node9 {
    position: relative;
    left: 5px;
    padding: 15px 0 0 0;
}

#fn .node10 {
    padding: 30px 0 0 0;
}

#fn .node11 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#fn .node11 .inputNode {
    width: calc(50% - 5px);
}

#fn .node12 {
    width: 100%;
    margin: 5px 0 0 0;
}

#fn .node12:not(:hover) {
    background: rgb(255, 232, 92);
}

#fn .node13 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -5px;
    width: calc(100% + 5px);
    padding: 30px 0;
}

#fn .node14 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -5px;
    width: calc(100% + 5px);
    padding: 0 0 5px 0;
}

#fn .node15 {
    margin: 5px;
    display: block;
    cursor: pointer;
}

#fn .node16 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#fn .icon-byM {
    margin: 0 0 0 10px;
    opacity: .5;
    font-size: 12px;
}

#fn .node17 {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#p2 .node1 {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(51, 63, 75, .2);
}

#p3 .node1 {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(51, 63, 75, .2);
}

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {

    section,
    footer {
        padding: 100px 0;
    }

    .wrap {
        padding: 0 60px;
    }

    #s1 .node3 {
        padding: 100px 0 60px 0;
    }

}

/* Medium Devices, Desktops */
@media (max-width : 992px) {

    section,
    footer {
        padding: 80px 0;
    }

    .wrap {
        padding: 0 40px;
    }

    .size48 {
        font-size: 36px;
    }

    .size36 {
        font-size: 28px;
    }

    .size20 {
        font-size: 18px;
    }

    #hn {
        background: rgba(255, 255, 255, 1);
    }

    #hn .node2 {
        padding: 10px;
        position: absolute;
        top: 100%;
        left: -110vw;
        background: rgb(255, 255, 255);
        width: 100%;
    }

    #hn .node2.active {
        left: 0;
    }

    #hn .node2::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        opacity: .1;
    }

    #hn .node3 {
        overflow: auto;
        height: 100%;
    }

    #hn .node4 {
        display: block;
    }

    #hn .node5 {
        display: block;
    }

    #hn .node6 {
        padding: 10px;
    }

    #hn .node7 {
        padding: 5px;
        margin: 0 10px 0 0;
    }

    #hn .node7 p {
        display: none;
    }

    #hn .node7 span {
        display: block;
    }

    #hn .node7 div {
        right: -40px;
    }

    #s1 .node3 {
        padding: 80px 0 60px 0;
    }

    #s3 .node3::after {
        width: 30%;
    }

    #s3 .node4 {
        width: 30%;
        padding: 30% 0 0 0;
    }

    #s5 .node3::before,
    #s5 .node3::after {
        display: none;
    }

    #fn .node1 {
        width: 100%;
    }

    #fn .node2 {
        display: block;
    }

    #fn .node3 {
        width: 100%;
        padding: 30px 0;
    }

    #fn .node4 {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media (max-width : 768px) {
    .wrap {
        padding: 0 20px;
    }

    #s1 .node1 {
        display: block;
    }

    #s1 .node2 {
        width: 100%;
        padding: 50% 0 0 0;
    }

    #s1 .node3 {
        width: 100%;
        padding: 10px 0 60px 0;
    }

    #s1 .node4 {
        width: 100%;
        background-position: bottom center;
    }

    #s1 .node4::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }

    #s1 .node5 {
        padding: 0 0 15px 0;
        text-align: center;
    }

    #s1 .node6 {
        padding: 0 0 5px 0;
        text-align: center;
    }

    #s1 .node7 {
        padding: 0 0 5px 0;
    }

    #s1 .node13 {
        flex-direction: column-reverse;
    }

    #s2 .node2 {
        width: 100%;
    }

    #s2 .node3 {
        flex-direction: column-reverse;
    }

    #s2 .node4 {
        width: 100%;
    }

    #s2 .node5 {
        width: 100%;
        padding: 30px 0;
    }

    #s3 .node2 {
        width: 100%;
    }

    #s3 .node4 {
        width: 45%;
        padding: 45% 0 0 0;
    }

    #s4 .node2 {
        width: 100%;
    }

    #s4 .node3 {
        width: 100%;
    }

    #s5 .node2 {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media (max-width : 576px) {}

.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(255, 255, 255, .75);
    border-radius: 4px;
    margin: 0 0 10px 0;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255, 255, 255, .75);
}

.inputNode:last-child,
textarea.inputNode {
    margin: 0;
}

.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 rgba(255, 255, 255, 1);
    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;
}
