
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 15px;
  color: #2c3e50;
  background-color: #f0f4f8;
  margin: 20px;
  line-height: 1.6;
}

h1 {
  font-size: 32px;
  color: #1a252f;
  border-bottom: 3px solid #3498db;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

h2 {
  font-size: 26px;
  color: #1a252f;
  margin-top: 40px;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 5px;
}

h3 {
  font-size: 20px;
  color: #34495e;
  margin-top: 25px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #2980b9;
  color: white;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

h2.contact {
  color: #16a085;
  border-bottom: 2px solid #1abc9c;
  margin-top: 40px;
}

p.contact-info {
  background-color: #ecf0f1;
  padding: 10px;
  border-left: 4px solid #1abc9c;
  font-style: italic;
}


#agenda {
  scroll-margin-top: 80px; /* ajuste si besoin */
}

html {
  scroll-behavior: smooth;
}
