@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

header nav {
  background-color: #111111;
  color: #FEFBF6;
}
header nav .logo {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 80px;
  padding: 0 80px;
  font-weight: bold;
  margin-top: 10%;
  transition: 0.3s;
}
header nav ul {
  float: right;
  margin-right: 80px;
}
header nav ul li {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: inline-block;
  line-height: 80px;
  margin: 0 20px;
}
header nav ul li a {
  border-color: #070F2B;
  padding: 10px 18px;
  border-radius: 12%;
}
header .text_header_areas {
  color: #FEFBF6;
  background-image: url(https://www.mtu.edu/cs/what/images/what-is-computer-science-banner1600.jpg);
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
header .text_header_areas .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}
header .text_header_areas .container h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: underline;
  font-size: 42px;
}
header .text_header_areas .container p {
  max-width: 500px;
  text-align: center;
  font-weight: 600;
}
header .text_header_cursos {
  color: #FEFBF6;
  background-image: url(https://ventsmagazine.com/wp-content/uploads/2019/12/ComputerScience_header4-min.jpg);
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
header .text_header_cursos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}
header .text_header_cursos .container h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: underline;
  font-size: 42px;
}
header .text_header_cursos .container p {
  max-width: 500px;
  text-align: center;
  font-weight: 600;
}

main {
  display: block;
  margin-top: 10px;
  max-width: 1500px;
  text-align: justify;
  margin: auto;
  padding-top: 30px;
}
main div input {
  border: rgba(0, 0, 0, 0.267) 1px solid;
  margin: auto;
  margin-bottom: 50px;
}
main div strong {
  margin-right: 10px;
}
main div h2 {
  font-size: 1.8em;
  font-weight: bolder;
}
main div h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
main h1 {
  margin-bottom: 25px;
  font-size: 2em;
}
main h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}
main p {
  margin-bottom: 10px;
}
main .cursos {
  list-style: none;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px;
}
main .cursos h2 {
  font-size: 1.4em;
  font-weight: bolder;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
main .cursos h3 {
  font-weight: bold;
}

footer {
  text-align: justify;
  background-color: rgba(148, 177, 255, 0.61);
  padding-top: 10px;
  height: 20vh;
  margin-top: 50px;
}
footer .pessoa {
  display: inline-block;
  margin-right: 26%;
  margin-left: 21px;
}
footer .pessoa h4 {
  font-weight: bold;
}
footer .pessoa p {
  display: inline-block;
}
footer .pessoa img {
  width: 30px;
}

#especial {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.24);
  text-align: center;
  font-style: italic;
}

.nav_list li:hover {
  transform: translateY(-5px);
}
.nav_list li:hover a {
  color: #FEFBF6;
  background-color: #242424;
}

.logo:hover {
  color: #b9b7b4;
  font-size: 38px;
}/*# sourceMappingURL=cursos.css.map */