
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #0b1443;
  color: #fff;
  font-size: 18px;
}

.topo {
  background-color: #061137;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  height: 40px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav {
  display: flex;
  align-items: center;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0 0.8rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.button {
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.1rem;
}

.button:hover {
  background-color: #e4bd00;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

nav.mobile-hidden {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background-color: #061137;
  position: absolute;
  top: 70px;
  right: 2rem;
  padding: 1rem;
  border-radius: 8px;
}

nav.mobile-visible {
  display: flex;
}

.hero {
  background: url('src/bayern-muenchen-v-inter-milan-uefa-champions-league-final-scaled.jpeg') center/cover no-repeat;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  flex-direction: column;
}

.hero-texto {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

.hero-texto h1 {
  font-size: 5.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0;
}

.hero-texto h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 1.2rem 0 0.5rem;
}

.hero-texto p {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.hero-texto em {
  font-size: 1.05rem;
  opacity: 0.85;
}

.hero-texto .button {
  margin-top: 1rem;
}

.sobre, .inscricao, .galeria {
  padding: 3rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.titulo-secao {
  font-size: 2.4rem;
  font-weight: 800;
  color: #FFD700;
  text-align: center;
  margin-bottom: 1.5rem;
}

.inscricao p,
.sobre p {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.15rem;
}

ul {
  list-style: disc;
  padding-left: 2rem;
  color: #FFD700;
  font-size: 1.15rem;
}

ul li strong {
  color: #fff;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.galeria-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #0b1443;
  color: #fff;
  font-size: 18px;
}

.topo {
  background-color: #061137;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  height: 40px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav {
  display: flex;
  align-items: center;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0 0.8rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.button {
  background-color: #FFD700;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.1rem;
}

.button:hover {
  background-color: #e4bd00;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

nav.mobile-hidden {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background-color: #061137;
  position: absolute;
  top: 70px;
  right: 2rem;
  padding: 1rem;
  border-radius: 8px;
}

nav.mobile-visible {
  display: flex;
}

.hero {
  background: url('src/bayern-muenchen-v-inter-milan-uefa-champions-league-final-scaled.jpeg') center/cover no-repeat;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  flex-direction: column;
}

.hero-texto {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

.hero-texto h1 {
  font-size: 5.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0;
}

.hero-texto h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 1.2rem 0 0.5rem;
}

.hero-texto p {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.hero-texto em {
  font-size: 1.05rem;
  opacity: 0.85;
}

.hero-texto .button {
  margin-top: 1rem;
}

.sobre, .inscricao, .galeria {
  padding: 3rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.titulo-secao {
  font-size: 2.4rem;
  font-weight: 800;
  color: #FFD700;
  text-align: center;
  margin-bottom: 1.5rem;
}

.inscricao p,
.sobre p {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.15rem;
}

ul {
  list-style: disc;
  padding-left: 2rem;
  color: #FFD700;
  font-size: 1.15rem;
}

ul li strong {
  color: #fff;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.galeria-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}

.footer {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #061137;
  color: #aaa;
  font-size: 1rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-logo-icon {
  height: 20px;
  opacity: 0.7;
}


form {
  background-color: #1c2551;
  padding: 2rem 1.2rem;
  border-radius: 12px;
  max-width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form label {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

form input[type="text"],
form input[type="email"] {
  padding: 0.8rem;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1.1rem;
}

form button[type="submit"] {
  width: 100%;
  background-color: #FFD700;
  border: none;
  padding: 0.9rem;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

form button[type="submit"]:hover {
  background-color: #e4bd00;
}

.inscricao h2,
.galeria h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .topo {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  nav ul {
    display: none;
  }

  nav.mobile-visible ul {
    display: flex;
    flex-direction: column;
  }

  .button {
    margin-top: 1rem;
  }

  form {
    padding: 1rem;
    max-width: 100%;
  }
}


form {
  background-color: #1c2551;
  padding: 2rem 1.2rem;
  border-radius: 12px;
  max-width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form label {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

form input[type="text"],
form input[type="email"] {
  padding: 0.8rem;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1.1rem;
}

form button[type="submit"] {
  width: 100%;
  background-color: #FFD700;
  border: none;
  padding: 0.9rem;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

form button[type="submit"]:hover {
  background-color: #e4bd00;
}

.inscricao h2,
.galeria h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .topo {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  nav ul {
    display: none;
  }

  nav.mobile-visible ul {
    display: flex;
    flex-direction: column;
  }

  .button {
    margin-top: 1rem;
  }

  form {
    padding: 1rem;
    max-width: 100%;
  }
}