@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Script&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oi&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('imagem_fundo_nuvens.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#container {
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background: #aedff756;
}

#jar-header h1,
#jar-header h2 {
    text-align: center;
    color: #F8F9FA;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#jar-header h1 {
    margin-top: 20px;
    margin-bottom: -50px;
    font-size: 70px;
    font-family: "Oi", serif;
    font-weight: 400;
    font-style: normal;
}

#jar-header h2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-style: normal;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#jar-summary {
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 18px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 20px;
}

#jar-summary .p2 {
    font-size: 20px;
}

#jar-preamble h3,
#jar-explanation h3,
#jar-participation h3,
#jar-benefits h3,
#jar-requirements h3 {
    color: #ffffff;
    font-size: 25px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}

#jar-participation,
#jar-benefits {
    float: left;
    width: 48%;
    box-sizing: border-box;
    margin-right: 4%;
    margin-bottom: 30px;
}

#jar-benefits {
    margin-right: 0;
}

#jar-requirements {
    clear: both;
}

.intro,
.main,
.sidebar {
    margin-bottom: 20px;
}

p {
    margin: 10px 0;
    color: #333333b4;
    font-size: 15px;
    line-height: 22px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: normal;
}

acronym {
    text-decoration: underline wavy #ffffff69;
}

#jar-summary a {
    color: #33333388;
    text-decoration: none;
    font-weight: bold;
}

#jar-requirements a,
#jar-participation a {
    color: #333333a4;
    font-weight: 500;
    text-decoration: none;
}

#jar-summary a:hover,
#jar-requirements a:hover,
#jar-participation a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.321);
    text-decoration: underline wavy #ffffff;
}

#jar-footer {
    text-align: center;
    border: 1px solid #87d8ef4e;
    padding: 5px;
    border-radius: 5px;
    background-color: #87d8ef4e;
}

#jar-footer a {
    margin: 0 5px;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.321);
    text-decoration: none;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#jar-footer:hover {
    background-color: #81d0ea5a;
    border-color: #87d8ef4e;
}

#jar-footer a:hover {
    color: #33333388;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0);
}

#jar-link-list .design-selection,
#jar-link-list .design-archives,
#jar-link-list .design-resources {
    float: left;
    width: 30%;
    margin-right: 20;
    box-sizing: border-box;
}

#jar-link-list .design-resources {
    margin-right: 0;
}

#jar-link-list .wrapper {
    overflow: hidden;
}

.sidebar {
    background: #87d8ef4e;
    padding: 15px;
    border: 1px solid #87d8ef4e;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.sidebar h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 5px solid #ffffff63;
    padding-bottom: 5px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.321);
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
    color: #333;
}

.sidebar li {
    margin: 8px 0;
}

.sidebar a {
    font-weight: 500;
    color: #33333387;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0);
    text-decoration: none;
    line-height: 25px;
}

.sidebar a:hover {
    border: 1px solid #ffffffcd;
    padding: 1px;
    border-radius: 5px;
    background-color: #ffffffcd;
}