  body {
    background-color: #fbfbf3;
	 width: 100%; 
	
	 
  }
 .container {
      max-width: 1000px;
      margin: auto;
	width: 90%;
	margin-right: 40; 
	margin-left: 40px;
	 line-height: 1.6;
	 color: #5e5e5e;
    font-size: 18px;	
    }
    h2 {
      font-size: 10px;
      color: #794e3f;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 60px;
		padding-top: 25px;
    }
    
    .assinatura {
      font-family: 'Ruthligos', cursive;
      font-size: 38px;
      color: #ae7869;
      margin-top: 40px;
    }
	
	
    .cursos-realizados {
      width: 90%;
      max-width: 1000px;
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 0px;
    }
    h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 30px;
      color: #794e3f;
    }
    .linha {
      display: flex;
      border-bottom: 1px solid #ddd;
      padding: 8px 0;
      text-align: left;
    }
    .col {
      font-size: 16px;
      padding: 0 10px;
    }
    .col-titulo {
      font-size: 16px;
      font-weight: bold;
      color: #b45309;
      padding: 0 10px;
    }
    .curso {
      flex: 2.5;
    }
    .local {
      flex: 1.5;
    }
    .ano {
      flex: 0.5;
      text-align: right;
    }
	
    .section-metas {
  width: 98%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.bloco-meta {
  background: #fff;
  border: 2px solid #e3d8c9;
  border-radius: 15px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.bloco-meta:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.bloco-meta img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d5bfae;
  margin-bottom: 15px;
margin-left: 30px;
}

.bloco-meta h3 {
  font-size: 20px;
  color: #794e3f;
  margin-bottom: 10px;
}

.bloco-meta p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
	text-align: left;
}