@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");
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

.header_main {
  min-height: 85vh;
  background-image: url(https://mindmatters.ai/wp-content/uploads/sites/2/2020/02/Computer-programmer-Adobe-Stock-298063823.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.header_main div {
  color: #FEFBF6;
}
.header_main div nav .logo {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 80px;
  padding: 0 80px;
  font-weight: bold;
  transition: 0.3s;
}
.header_main div nav ul {
  float: right;
  margin-right: 80px;
}
.header_main div 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_main div nav ul li a {
  border-width: 2px;
  border-color: #FEFBF6;
  border-style: solid;
  padding: 10px 18px;
  border-radius: 12%;
}
.header_main .text_header {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 400px;
  margin: 60px 120px;
}
.header_main .text_header h1 {
  font-size: 42px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 55px;
  margin-bottom: 20px;
}
.header_main .text_header p {
  font-size: 16px;
  margin-bottom: 20px;
}
.header_main .text_header button {
  background-color: #FEFBF6;
  text-transform: uppercase;
  font-weight: 700;
  color: #070F2B;
  letter-spacing: 1px;
  padding: 8px 18px;
  transition: 0.3s;
  transition-property: background;
  border-radius: 10px;
}

main {
  min-height: 80vh;
}
main .main_content {
  margin: 40px 120px;
}
main .main_content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  text-decoration: underline;
}
main .main_content .main_image_text {
  display: flex;
}
main .main_content .main_image_text img {
  max-width: 500px;
  max-height: 500px;
  border-radius: 15px;
}
main .main_content .main_image_text p {
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 400px;
}

.section_index {
  min-height: 80vh;
  color: #FEFBF6;
  background-color: #070F2B;
}
.section_index .section_content {
  padding: 40px 120px;
}
.section_index .section_content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  text-decoration: underline;
}
.section_index .section_content p {
  max-width: 800px;
  font-weight: 600;
}

.nav_list li:hover {
  transform: translateY(-5px);
}
.nav_list li:hover a {
  background-color: #070F2B;
  border-color: #070F2B;
}

.text_header button:hover {
  background-color: #070F2B;
  color: #FEFBF6;
}

.logo:hover {
  color: rgba(7, 15, 43, 0.7803921569);
}

footer {
  text-align: justify;
  background-color: rgba(148, 177, 255, 0.61);
  padding-top: 10px;
  height: 20vh;
}
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;
}/*# sourceMappingURL=index.css.map */