@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;
    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);
}

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;
}

.menu {
    list-style: none;
    border: 0px solid #24153f77;
    float: left;
    background-color: #30126900;
    width: 101%;
    text-align: center;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    margin: -25px ;
    padding: 0 8px;
    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: 0.6s;
}

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

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

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

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: 50px;
    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: 10px;
    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: 10px;
    margin-top: 20px;
}

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

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

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;
    border-radius: 5px;
}

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

img {
    max-width: 100%;
    border-radius: 10px;
}

footer {
  background-color: #24153F;
  color: #e3d4ff;
  font-size: 1em;
  text-align: center;
  padding: 20px;
}

footer p {
  font-size: 0.8em;
}

footer a {
  color: #e3d4ff;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.4s;

}

footer a:hover {
  color: #e3d4ff4b;
}

footer hr {
  margin-bottom: 40px;
}

footer #socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

footer #socials p {
  grid-column: 1;
  text-align: start;
  padding: 6px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 0.7em;
}

footer #socials .links {
  grid-column: 1;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px;
}

footer #socials .links a {
  transition: all 0.5s;
  height: fit-content;
}

footer #socials .links a:hover {
  transform: translateY(-3px);
}

footer #socials .links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #e3d4ff4b;
  border-radius: 5px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s;
}

footer #socials .links a:hover::after {
  transform: scaleX(1);
}

footer #socials .projetos p {
  grid-column: 1;
  text-align: start;
  padding: 0px;
  margin-top: -39px;
  font-weight: 600;
  font-size: 0.7em;
}

footer #socials .projetos {
  grid-column: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 8px;
  margin-bottom: 130px;
  margin-top: 90px;
}

footer #socials .projetos a {
  font-size: 0.7em;
  font-weight: 400;
  text-decoration: underline;
}

footer #socials .contato {
  grid-column: 1;
  margin-top: -90px;
  padding: 6px;
}

footer #socials .contato p {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 5px;
  padding: 6px;
}

footer #socials .contato .titu {
  font-size: 0.7em;
  font-weight: 600;
  margin-bottom: 0px;
}

footer #socials .contato .email a {
  text-decoration: underline;
  font-weight: 500;
}