@charset "UTF-8";
/* Estilos para cabeçalhos */
@import url("https://fonts.googleapis.com/css2?family=Poppins: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&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
  font-weight: 200;
  display: flex;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
  text-align: start;
}

h6 {
  font-size: 1rem;
}

/* Estilos para parágrafos */
p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Estilos para links */
a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover {
  text-decoration: underline;
}

header {
  background: #333;
  color: white;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 150px;
  font-family: "Poppins", sans-serif;
}
header img {
  width: 3rem;
  margin-top: 9px;
}
header svg {
  width: 3rem;
  margin-top: 9px;
  cursor: pointer;
}
header svg g {
  fill: white;
  transition: fill 0.1s ease;
}
header svg g:hover {
  fill: #DEDEDE;
}
header div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
header div a {
  color: white;
  text-decoration: none;
}
header div a:hover {
  transition-property: color, background-color, border-color, text-decoration-color, border-bottom, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, border-bottom, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, border-bottom, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translatey(0.375rem);
  text-decoration: none;
  border-bottom: solid 1px white;
}

@media (max-width: 768px) {
  header {
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  header img {
    width: 20px;
  }
  header a {
    font-size: 8px;
  }
}
footer {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
}

.box-middle {
  width: 50%;
}

.section-footer {
  background: black;
  color: white;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.section-footer .primeira-parte {
  flex-direction: column;
  margin-bottom: 1rem;
}
.section-footer .primeira-parte p {
  text-align: left;
  margin-top: 1rem;
  color: #707070;
  font-size: 12px;
}
.section-footer .primeira-parte .imagens-redes {
  padding-top: 1rem;
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.section-footer .primeira-parte .imagens-redes picture {
  text-align: center;
}
.section-footer .primeira-parte .imagens-redes picture img {
  width: 30px;
  border-radius: 3px;
}
.section-footer .primeira-parte .imagens-redes picture p {
  margin: 0;
  font-size: 9px;
  text-align: center;
}

.form-ready {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.form-ready label {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: auto;
}
.form-ready label span {
  text-transform: uppercase;
  margin-top: 13px;
  font-size: 10px;
}
.form-ready label input {
  border: 0;
  outline: none;
  padding: 5px;
  background-color: white;
  border-radius: 2px;
}
.form-ready label textarea {
  border: 0;
  outline: none;
  padding: 5px;
  background-color: white;
  border-radius: 2px;
  height: 50px;
  resize: vertical;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.form-ready .ultimo-boton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-ready .ultimo-boton button {
  background-color: #585858;
  color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 1rem 0rem 2rem 0rem;
  border: 0;
  cursor: pointer;
}
.form-ready .ultimo-boton button:hover {
  background-color: rgb(54, 54, 129);
  transition: 500ms;
}

.box-container {
  background-image: url("./assets/images/wallpaper.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50%;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .section-1 {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  color: #707070;
}
main .section-1 .box-middle {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main .section-1 .box-middle .photo-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  bottom: 6rem;
  height: auto;
}
main .section-1 .box-middle .photo-group .profile-pic {
  width: 14rem;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
main .section-1 .box-middle .photo-group .links-sites {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main .section-1 .box-middle .photo-group .links-sites a {
  position: relative;
  bottom: 40px;
  height: 2rem;
  width: 2rem;
  margin: 0;
  padding: 0;
}
main .section-1 .box-middle .photo-group .links-sites .link-one {
  width: 2rem;
  border-radius: 100%;
  padding: 1px;
  border: 1px solid black;
  background-color: white;
  z-index: 10;
}
main .section-1 .box-middle article {
  width: 400px;
}
main .section-1 .box-middle article h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  main .section-1 .box-middle {
    flex-direction: column;
    align-items: center;
  }
  main .section-1 .box-middle article {
    width: 100%;
    position: relative;
    bottom: 9rem;
  }
}
main .section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #707070;
}
main .section-2 .box-middle {
  width: 50%;
}
main .section-2 .box-middle img {
  width: 2rem;
  padding-right: 8px;
}
main .section-2 .box-middle .section-content-1 {
  border-left: 5px solid black;
  border-top-left-radius: 0px;
}
main .section-2 .box-middle ul {
  padding: 10px;
}
main .section-2 .box-middle li {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .section-2 .box-middle li a {
  color: #707070;
}
main .section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #434343;
  color: #999999;
}
main .section-3 .box-middle {
  width: 50%;
}
main .section-3 .box-middle img {
  width: 1.6rem;
  padding-right: 8px;
}
main .section-3 .box-middle .section-content-1 {
  border-left: 5px solid white;
  border-top-left-radius: 0px;
}
main .section-3 .box-middle ul {
  padding: 10px;
}
main .section-3 .box-middle li {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .section-3 .box-middle li a {
  color: #999999;
}
main .section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #707070;
}
main .section-4 .box-middle {
  width: 50%;
}
main .section-4 .box-middle img {
  width: 1.6rem;
  padding-right: 8px;
}
main .section-4 .box-middle .projetos {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 2rem;
}
main .section-4 .box-middle .projetos .section-projetos {
  background-color: white;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
main .section-4 .box-middle .projetos .section-projetos:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
main .section-4 .box-middle .projetos .section-projetos img {
  width: 100%;
  height: auto;
}
main .section-4 .box-middle .projetos .section-projetos h5 {
  margin: 0;
}
main .section-4 .box-middle .projetos .section-projetos div {
  position: absolute;
  bottom: 8px;
  left: 28px;
}
main .section-4 .box-middle .projetos .section-projetos div button {
  font-size: 10px;
  background-color: #585858;
  border: 0;
  padding: 5px 7px 5px 7px;
  margin-bottom: 0.3rem;
  border-radius: 5px;
}
main .section-4 .box-middle .projetos .section-projetos div button:hover {
  background-color: rgb(54, 54, 129);
  transition: 500ms;
}
main .section-4 .box-middle .projetos .section-projetos div button a {
  text-decoration: none;
  color: white;
}
main .section-4 .box-middle .projetos .section-projetos p {
  font-size: 10px;
  text-align: start;
  padding: 3px;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #DEDEDE;
  color: #333;
}/*# sourceMappingURL=styles.css.map */