/* 
Fontes  */
@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');










/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* font-family: "Zalando Sans Expanded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
    /* line-height: 1.6; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {}

.page-wrapper {
    /* background-color: aquamarine; */

    width: 100%;
    height: 100vh;
    margin: auto;

    background-color: rgb(0, 128, 128);
    background-image: url(https://wallpapers.com/images/high/windows-98-1920-x-1080-b0z5bbsyor15fd3u.webp);
    background-size: 58%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


#jar-header {
    /* font-family: "Zalando Sans Expanded", sans-serif; */

    font-family: Arial, sans-serif;
    /* font-family: Trebuchet MS; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    font-size: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    background-color: #959595;
    padding: 6px 20px;
    box-sizing: border-box;
    border-style: outset;
    border-width: 2px;
    border-color: #b7b7b7;
    padding-left: 110px;
    box-shadow: inset -1px 1px #dfdfdf, 1px 0 #00000075, 0 1px #000000b3, 1px 1px #00000070;
    align-items: center;

}

#jar-header::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 45px;
    background-image: url('img/start.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

#jar-header h2 {

    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 1.2;
    font-size: 18px;

}

#jar-footer {

    /* width: 54px;
    background-color: #537777c7;
    position: absolute;
    margin-bottom: 32px;
    top: -140px;
    aspect-ratio: 1 / 1;
    left: -121px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    align-content: center;
    align-items: center; */
}

.footer {
    width: 73px;
    /* background-color: #1affffc7; */
    position: absolute;
    margin-bottom: 51px;
    top: -128px;
    aspect-ratio: 1 / 1;
    left: -121px;
    display: flex;
    flex-direction: column;
    padding: 6px;
    align-content: center;
    align-items: center;
    z-index: 20;
}

#jar-summary {

    border-style: groove;
    border-width: 4px;
    width: 871px;
    position: absolute;
    top: 80px;
    left: 120px;
    background-color: rgb(0 0 128);
    padding: 4px;
    overflow-x: clip;
    height: 31px;
    box-sizing: border-box;
}


#jar-summary .p1 {

    width: 772px;

    background-color: rgb(0 0 128);
    color: white;
    font-size: large;
    font-family: "Arial";
    overflow-x: clip;
    white-space: nowrap;
    position: absolute;
    animation: animaScrollX 7s linear infinite;
    /* top: 80px;
    left: 120px; */
}

@keyframes animaScrollX {
    0% {
        transform: translateX(0);
        /* Start position */
        left: 0px;

    }

    100% {
        transform: translateX(-700px);
        /* Mid-point position */

    }

}

#jar-summary .p2 {

    width: 871px;

    background-color: rgb(192, 192, 192);
    color: black;
    font-size: 16px;
    height: 20px;
    padding-top: 2px;
    font-family: "Arial";
    overflow-x: clip;
    white-space: nowrap;
    position: absolute;
    top: 27px;
    box-sizing: border-box;
    padding-left: 8px;
    left: -1px;
    /* top: 80px;
    left: 120px; */
    border-style: groove;
    border-top: 0;
    border-bottom: 0px;
    border-width: 6px;
}

.preamble {
    padding-left: 6px;
    position: absolute;
    background-color: white;
    top: 130px;
    width: 871px;
    left: 123px;
    box-sizing: border-box;
    line-height: 1.2;
}

#jar-preamble {


    border-style: groove;
    border-top: 0;
    border-bottom: 0px;

    border-width: 6px;

}

#jar-requirements {

    overflow-y: scroll;
    background-color: #ffffff;
    height: 111px;
}

.supporting {

    padding-left: 6px;
    position: absolute;
    background-color: #ffffff;
    top: 264px;
    width: 871px;
    height: 554px;
    left: 123px;
    box-sizing: border-box;
    line-height: 1.2;
    border-style: groove;
    border-top: 0;
    border-bottom: 0px;
    border-width: 6px;
}

.sidebar {
    position: absolute;
    right: 200px;
    top: 100px;
}



.design-archives {
    position: absolute;
    top: 464px;
    width: 307px;
    background-color: #959595;
    left: -113px;
    width: 350px;
    height: 290px;
    border-style: groove;
    border-width: 4px;
    box-sizing: border-box;

}

.archives {
    background-color: rgba(0, 0, 128, 0.941);
    padding: 2px 8px;
    color: aliceblue;
    background-image: url(img/fechar.jpg);
    background-repeat: no-repeat;

    background-position-x: right;
    background-position-y: center;
    font-family: "Arial";
    font-size: 14px;
    padding: 3px 7px;
}

.design-archives ul {

    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Arial";
    font-size: 14px;
    padding: 3px 7px;
}

.resources {

    background-color: rgba(0, 0, 128, 0.941);
    padding: 2px 8px;
    color: aliceblue;
    font-family: "Arial";
    font-size: 14px;
    padding: 3px 7px;

}

.design-resources {
    position: absolute;
    top: 253px;
    background-color: cornsilk;
    left: -374px;
    height: 205px;
    width: 324px;
    background-image: linear-gradient(180deg, #0000001f 1px, #ef1e1e00 2px, #7876a100 20px);
    width: 324px;
    background-size: 15px;
    background-size: 15px 15px;
    border-style: groove;
    border-width: 4px;
    box-sizing: border-box;
}

.design-resources ul {

    font-family: 'Comic Sans MS', cursive;
    padding: 12px;
}

#jar-selection {
    position: relative;
    z-index: 10;
}

.jar-validate-html {
    position: relative;
    background-color: rgba(235, 235, 235, 0.136);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 2px 12px;
    font-size: 12px;
}

.jar-validate-html::before {
    position: absolute;
    content: " ";
    color: blue;
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(img/computer.png);
    top: -38px;
    left: 8px;
}

.jar-validate-css {
    position: relative;
    top: 32px;
    background-color: rgba(235, 235, 235, 0.136);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 2px 12px;
    font-size: 12px;

}

.jar-validate-css::before {
    position: absolute;
    content: " ";
    color: blue;
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(img/paint.png);
    top: -38px;
    left: 8px;

}

.jar-license {

    position: relative;
    top: 62px;
    background-color: rgba(235, 235, 235, 0.136);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 2px 12px;
    font-size: 12px;
}

.jar-license::before {
    position: absolute;
    content: " ";
    color: blue;
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(img/ansilove.png);
    top: -38px;
    left: 2px;
}

.jar-accessibility {
    position: relative;
    top: 92px;
    background-color: rgba(235, 235, 235, 0.136);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 2px 12px;
    font-size: 12px;

}

.jar-accessibility::before {
    position: absolute;
    content: " ";
    color: blue;
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(img/inception.png);
    top: -38px;
    left: 6px;
}

#extraDiv1 {

    background-image: url(img/clippy.png);
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 318px;
    right: 416px;
    z-index: 20;
    background-size: 50%;
}

#extraDiv2 {

    background-image: url(img/fechar.jpg);
    width: 112px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 319px;
    right: 526px;
    z-index: 30;
    background-size: 50%;
}

#extraDiv3 {

    background-image: url(img/pato.png);
    width: 110px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 217px;
    right: 624px;
    z-index: 30;
    background-size: 53%;
}


#jar-summary::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    width: 68px;
    height: 45px;
    background-image: url(img/fechar.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.design-selection {
    background-color: black;
    width: 300px;
    height: 260px;
    background-image: url(img/gif-space.gif);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.design-selection a {

    color: yellowgreen;
    font-family: monospace;
    padding: 10px;
    font-weight: bold;
}

.select {
    color: aqua;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: monospace;
    letter-spacing: 3px;
}

.select::before {

    background-image: url(img/planet.png);
    content: "";
    position: absolute;
    right: 0px;




    top: 3px;
    width: 99px;
    height: 111px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.next {
    padding: 8px 32px;
    width: 241px;
    display: flex;
    background: #b9b9b9;
    margin: 24px;
    border-style: groove;
    border-width: 4px;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;

}

.next:hover {
    background: #e76262;
    transform: scale(1.02);
}

.previous {
    padding: 8px 32px;
    width: 241px;
    display: flex;
    justify-content: center;
    background: #b9b9b9;
    margin: 24px;
    margin-top: 0px;
    border-style: groove;
    border-width: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.previous:hover {
    background: #e76262;
    transform: scale(1.02);
}

.viewall {
    padding: 8px 32px;
    width: 241px;
    display: flex;
    justify-content: center;
    background: #b9b9b9;
    margin: 24px;
    margin-top: 0px;
    border-style: groove;
    border-width: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.viewall:hover {
    background: #e76262;
    transform: scale(1.02);
}

#extraDiv4 {
    background-color: rgb(192, 192, 192);
    width: 300px;
    height: 260px;
    position: absolute;
    right: 184px;
    top: 110px;
    z-index: 6;
    border-style: groove;
    border-width: 4px;
    border-color: #cbcacab3;


}

#extraDiv5 {
    background-color: rgb(192, 192, 192);
    width: 300px;
    height: 260px;
    position: absolute;
    right: 169px;
    top: 125px;
    z-index: 5;
    border-style: groove;
    border-width: 4px;
    border-color: #cbcacab3;


}

#extraDiv6 {
    background-color: rgb(192, 192, 192);
    width: 300px;
    height: 260px;
    position: absolute;
    right: 155px;
    top: 139px;
    z-index: 4;
    border-style: groove;
    border-width: 4px;
    border-color: #cbcacab3;


}

.wrapper {

    isolation: isolate;
    z-index: 10;

    position: relative;
}