header {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.588))), url(../../img/Fundo.gif);
  background: linear-gradient(rgba(0, 0, 0, 0.588)), url(../../img/Fundo.gif);
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.bnt-contato {
  border-radius: 12px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid;
  border-color: white;
}

.navbar {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: #111827;
  padding: 20px 20px;
}

.navbar a {
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
}

.navbar button {
  color: #111827;
}

.navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  color: #FFFFFF;
}

.sobre div h1 {
  font-family: "Inter", system-ui, sans-serif;
  margin-top: 50px;
}

.sobre p {
  margin-top: 50px;
  font-size: 50px;
  text-align: justify;
  padding: 20px;
  font-size: 1.3rem;
}

.parte-sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imagem-sobre {
  width: 450px;
  height: 450px;
  -webkit-animation: girar 30s linear infinite;
          animation: girar 30s linear infinite;
}

@-webkit-keyframes girar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes girar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .parte-sobre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paragrafo-sobre {
    width: 100%;
    text-align: center;
  }
  .imagem-sobre {
    width: 310px;
    height: 310px;
  }
}

body {
  background-color: #F8FAFC;
}

.container-projeto {
  background-color: #1F2937;
  border-radius: 15px;
  margin-top: 150px;
  width: 78%;
}

.h1-projeto {
  color: #F8FAFC;
  padding: 10px;
  margin-left: 50px;
}

.projeto-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foto-projeto {
  border-radius: 25px;
  margin-left: 50px;
  margin-bottom: 50px;
  width: 470px;
  height: 230px;
}

.texto-projeto {
  padding: 20px;
}

.h2-projeto {
  color: #F8FAFC;
}

.p-projeto {
  text-align: justify;
  color: #F8FAFC;
  font-size: 15px;
}

.btn-projeto {
  margin-top: 10px;
  text-align: center;
}

.btn-projeto > a {
  font-family: "Source Sans 3", system-ui, sans-serif;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 15px;
  padding: 10px;
  text-decoration: none;
  background-color: #2563EB;
  color: #FFFFFF;
}

@media (max-width: 1400px) {
  .container-projeto {
    width: 90%;
  }
  .projeto-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foto-projeto {
    margin-left: 1px;
    width: 600px;
    height: 300px;
  }
  .btn-projeto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 690px) {
  .foto-projeto {
    margin-left: 1px;
    width: 320px;
    height: 180px;
  }
}

.h1-experiencia {
  text-align: center;
}

.experiencia {
  margin-top: 150px;
}

.container-experiencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 75%;
}

.card-text {
  text-align: justify;
}

.card {
  margin-top: 10px;
  margin: 20px;
}

.card {
  width: 20rem;
}

@media (max-width: 1200px) {
  .container-experiencia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer {
  margin-top: 100px;
  background-color: #111827;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-contato {
  color: #F8FAFC;
}
/*# sourceMappingURL=Principal.css.map */