@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300..700&display=swap');

* { margin:0px; }

body {
  margin: 0;
  font-family: 'Signika Negative', sans-serif;
  background: #f9f3e9;
  color: #000;padding: 0 20px;
}

p { display:block; }

h4 { margin-top:30px; }

header {
  text-align: center;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  margin-bottom: 1rem;
}

nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #002b56;
  font-family: 'Signika Negative', cursive;
  font-size: 1.5rem;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.logo-container img {
  height: 150px;
}

h1 {
  font-family: 'Signika Negative', cursive;
  font-size: 3rem;
  color: #f26522;
  line-height: 1.2;
  margin-top:60px;
}

h2 {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.5rem;
  color: #002b56;
  margin-top: 1rem;
}

.evento {

  justify-content: center;
  max-width:10=%;
  max-width:1280px;
  margin:0 auto;
  text-align:center;
  line-height:140%; 
  
}

.sponsor {

  justify-content: center;
  max-width:10=%;
  max-width:1280px;
  margin:0 auto;
  text-align:center;
  line-height:140%; 
}

.sponsor img { margin:20px; }


.evento img {
  max-width: 90%;
  height: auto;
}

footer {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem;
  font-size: 0.9rem;
}

@media screen and (max-width: 820px) {

	.sponsor img {
		max-width: 40%;
		height: auto;
		margin:5px;
	}

	h1 { font-size: 2.5rem; }
	.evento img {
		max-width: 100%;
		height: auto;
	}

	.sponsor img {
		max-width: 45%;
		height: auto;
		margin:5px;
	}
}