@import url('https://fonts.googleapis.com/css2?family=Lato:wght@600&family=Poppins:wght@300&display=swap');

body {
  background-color: #ffffff;
}

.navbar.navbar-default {
  margin: 0;
}

.evento-wrapper {
  text-align: center;
  padding: 0 20px;
}

.evento-titolo {
  font-family: 'Lato', sans-serif;
  font-size: 3.3em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #001c31;
  margin-bottom: 20px;
}

.evento-meta {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #333;
}

.evento-info {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: none;
}

.evento-btn-wrapper {
  margin-bottom: 40px;
}

.evento-btn {
  display: inline-block;
  background-color: #c2ad91;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.evento-btn:hover {
  background-color: #a58f75;
}

.evento-banner img {
  width: 100%;
  max-width: 970px;
  height: auto;
  margin-top: 30px;
}

.evento-content {
    max-width: 970px;
    text-align: left;
    margin: 25px auto;
    color: rgba(71, 76, 79, 0.8);
    font-family: "Poppins", Sans-serif;
    font-size: 1.5rem;
    line-height: 1.6em;
}

/* ↓ Tablet landscape (max ~1024px) */
@media (max-width: 1024px) {
  .evento-titolo {
    font-size: 2.8em;
  }
}

/* ↓ Tablet portrait (max ~768px) */
@media (max-width: 768px) {
  .evento-titolo {
    font-size: 2.3em;
  }
}

/* ↓ Mobile (max ~480px) */
@media (max-width: 480px) {
  .evento-titolo {
    font-size: 1.8em;
  }
}
