body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #eaeaea;
  color: #333;
}

header {
  background-color: #571157;
  color: white;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-top: 30px;
}

.print{
width: 500px;
height: 260px;
}

.name {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}

.role {
  font-size: 18px;
  margin-top: 5px;
  color: #f0f0f0;
}

.contact {
  font-size: 14px;
  margin-top: 10px;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}
/*
.section {
  margin-bottom: 40px;
}
*/
h2 {
  color: #b616b6;
  border-bottom: 2px solid #b616b6;
  padding-bottom: 5px;
}
/*
ul {
  list-style-type: square;
  padding-left: 20px;
}

a {
  color: #b616ab;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*novo css*/
.section {
  padding: 20px;
  font-family: Arial, sans-serif;
}

.section h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.section ul {
  list-style: none; /* Remove os marcadores padrão */
  padding: 0;
}

.section li {
  margin-bottom: 40px; /* Espaço entre projetos */
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.section li a {
  font-size: 20px;
  font-weight: bold;
  color: #1a73e8;
  text-decoration: none;
}

.section li a:hover {
  text-decoration: underline;
}

.section img.print {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section li p {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
}

.section li ul {
  margin: 10px 0;
  padding-left: 20px;
}

.section li ul li {
  margin-bottom: 6px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

/* Substitui o ✔ por um ícone estilizado */
.section li ul li::before {
  content: "✔";
  color: #28a745; /* Verde */
  font-weight: bold;
  position: absolute;
  left: 0;
}
