@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100vh;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #e3d4ffc0;
    overflow-x: hidden;
}

header {
    background-image: linear-gradient(to bottom, #24153ff5 70%, #301269a2);
    color: white;
    padding: 14px;
    margin: 0;
    text-align: center;
    font-family: "Aldrich", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    box-shadow: 5px 5px 5px 1px rgba(255, 255, 255, 0.274);
    max-width: 102%;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    width: auto;
    margin-top: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header h2 {
    padding: 50px;
    font-size: 15px;
    color: white;
    margin-bottom: 20px;
    margin: auto;
    max-width: 600px;
}

.menu {
    list-style: none;
    border: 0px solid #24153f77;
    float: left;
    background-color: #30126900;
    width: 100vw;
    text-align: center;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    margin: -25px ;
    padding: 0 7px;
    box-shadow: 0px 10px 10px -9px rgb(0, 0, 0);
    border-radius: 0px;
    position: relative;
}

.menu li {
    position: relative;
    border-right: 0px solid #24153F;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: fit-content;
}

.menu li a{color: #e3d4ff; text-decoration: none; padding: 10px 10px; display: block;}

.menu li a:hover {
    background-color: #3012699d;
    color: #eeeeeea8;
    text-decoration: underline;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.274);
    border-radius: 5px;
}

.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3012698c;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu li:hover ul {
    display: block;
}

.menu li ul li {
    border: 0px solid #24153F;
    display: block;
    width: auto;
}

nav {
    text-align: center;;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
}

nav a {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
}

nav a:hover {
    color: #eeeeeea8;
    text-decoration: underline;
    background-color: #3012699d;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.274);
    border-radius: 5px;
    transition-duration: .6s;
}

main {
    padding: 15px;
    text-align: left;
    max-width: 1000px;
    min-width: 300px;
    margin: auto;
}

main h1, h2 {
    color: #24153F;
    text-align: left;
    width: fit-content;
}

main h2 {
    background-color: #3012697c;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.342);
}

main mark {
    color: #170831;
    padding: 3px 7px;
    border-radius: 2px;
    text-decoration: underline;
    background-color: white;
    background-image: linear-gradient(to right, #3012697a, transparent);
    font-weight: bolder;
}

main strong {
    color: #261742;
}

main p {
    text-indent: 30px;
    line-height: 1.8em;
}

section {
    margin-bottom: 40px;
    padding: 10px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.185);
}

section nav p {
    font-size: 13px;
    color: #24153F;
    text-align: center;
    margin-bottom: 15px;
}

.introducao h1 {
    background-color: #30126977;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.26);
    width: fit-content;
}

.conclusao {
    background-color: #340094a8;
    border-radius: 20px 0px 20px 0px;
    padding: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.308);
    width: fit-content;
    color: white;
}

.conclusao h2 {
    color: #24153fd2;
    background-color: #e3d4ffaf;
    padding: 5px;
    margin: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.185);
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
}

.conclusao h3 {
    color: rgba(255, 255, 255, 0.911);
    margin: 20px;
}

.conclusao a {
    color: rgba(255, 255, 255, 0.726);
}

.conclusao ul {
    list-style-type: '\2611\00A0';
}

footer {
    background-color: #24153fea;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 0.8em;
    position: relative;
    bottom: 0;
    min-width: 100vw;
}
footer a {
    color: white;
    text-decoration: underline;
    padding: 10px 20px;
    font-size: 1.2em;
}

footer img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.contato {
    font-size: 16px;
    text-decoration: solid;  
}

.criador {
    background-color: #e3d4ff9a;
    color: black;
    text-align: center;
    min-width: 100vw;
    margin: 0px;
    padding: 0;
    border-radius: 2px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.493);
}

div.video {
    background-color: #301269be;
    padding: 20px;
    margin: 0px, -20px, 40px, -20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.192);
    padding-bottom: 55%;
    position: relative;
}

div.video > iframe {
   position: absolute;
   top: 5%;
   left: 5%;
   width: 90%;
   height: 90%;
}

img {
    max-width: 100%;
}