@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  padding-bottom: 20px;
  background-color: #000;
}



.container-list {
  font-size: 20px;
  color: #cebaba;
  margin: 10px;
}

h2 {
  color: #20B2AA;
}

.p-list {
  color: #db9a9a;
  font-size: 28px;
  font-style: italic;
  margin-top: 5px;
}

.p-list-p {
  color: #db9a9a;
  font-size: 28px;
  font-style: italic;
  margin-top: 25px;
}

.nav {
  position: fixed;
  background-color: #222;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 15px;
}

.logo {
  display: flex;
}

.nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}

.nav a {
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  transition: all 0.3s ease-in-out;
}


a {
  color: #21807b;
  font-size: 25px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-style: italic;
  font-weight: bold;
}

.nav.active {
  background-color: #514f5e;
  box-shadow: 0 2px 10px rgba(194, 165, 165, 0.3);
}

.nav.active a {
  color: #e4d9d9;
}


.nav a.current,
.nav a:hover {
  color: #c2c51f;
  font-weight: bold;
}


.hero {
  background-image: url('https://images.pexels.com/photos/450035/pexels-photo-450035.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: -2;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.hero h1 {
  font-size: 46px;
  margin: -20px 0 20px;
}

.hero p {
  font-size: 20px;
  letter-spacing: 1px;
}

.content {
  padding-top: 30px;
  background-color: #464242;
  padding-bottom: 10px;
}

.content h2,
.content h3 {
  font-size: 150%;
  margin: 40px;
  color: azure;
}

.content p {
  color: #aa9c9c;
  line-height: 30px;
  letter-spacing: 1.2px;
  margin-left: 30px;
  text-indent: 20px;
}

.content p b {
  font-size: 20px;
  border: #fff;
}

.contatos h2,
.contatos h1 {
  font-size: 150%;
  margin: 50px;
  color: azure;
}

.contatos {
  padding-top: 110px;
  text-align: center;
  padding-bottom: 100px;
  background-color: #464242;
}

.contatos p {
  color: #f8f5f5;
  line-height: 30px;
  letter-spacing: 1.2px;
  margin: 50px;
  margin-left: 30px;
}

.icons a {
  padding-left: 20px;
  border: none;
  text-decoration: none;
}

.imgPessoal2 {
  padding-top: 20px;
  text-align: center;
}

/* .imgPessoal2 {
  border-radius: 100%;
  width: 50px;
  height: 50px;
} */

/* CSS para Projetos*/

.projetos {
  padding-top: 110px;
  text-align: center;
  padding-bottom: 100px;
  background-color: #464242;
  margin: 80px;
}

.projetos h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

.container-projetos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.description-projeto {
  max-width: 800px;
  color: #cebcbc;
}

.container-projetos h2 {
  margin-bottom: 20px;
  color: #ec9292;
}

.title-header {
  margin-bottom: 30px;
  color: #aa9c9c;
}

.h2-header {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-projetos {
  margin-bottom: 30px;
  text-align: center;
}

.main-projetos p {
  margin-bottom: 30px;
  text-align: justify;
}

.conhecimentos {
  margin: 80px;
}

.conhecimentos div img {
  margin: 10px;
}

.conhecimentos div p {
  text-align: left;
}

.conhecimentos div ul {
  margin: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f7eaea;
}

.conhecimentos div ul li {
  text-align: left;
  font-size: 16px;
  font-style: italic;
}

.conhecimentos div .enf {
  color: #f18888;
  font-style: italic;
  font-size: 20px;
}

.p-title {
  font-size: 25px;
  font-style: italic;
}

.main-projetos h2 {
  color: #f7eaea;
  margin-top: 10px;
  text-align: justify;
  margin-bottom: 10px;
}

.p-main-projetos {
  font-size: 18px;
  line-height: 28px;
}

.p-footer-projetos {
  display: flex;
  justify-content: center;
  color: #f7eaea;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}


.btn-footer-projetos {
  padding: 0 auto;
  align-items: center;
  background-color: #20B2AA;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}

.btn-footer-projetos:hover {
  background-color: #21807b;
  padding: 12px 22px;
  font-size: 20px;
}

.btn-footer-projetos a {
  padding: 0 auto;
  text-decoration: none;
  color: #f7eaea;
}

.titulo-projetos {
  margin-bottom: 20px;
  text-align: center;
}

.container-card {
  max-width: 1000px;
  margin: auto;
}

.container-card h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
}

/* Para remover as marcações (bolinhas ou números) de uma lista ordenada */
ol {
  list-style-type: none;
}

.container-text {
  color: #fff;
  font-size: 25px;
  margin: 25px;
  font-style: italic;
}