/*@font-face {
/*    font-family: 'Modern Love';
/*    src: url('modern-love.ttf') format('truetype');
/*    font-weight: normal;
/*    font-style: normal;
  }*/

body {
  font-family: "Candara", sans-serif;
  margin: 0;
  padding: 0;
  background: #fdfaf4;
  color: #333;
}

h1 {
  font-weight: bold;
  color: #fdfaf4;
  font-weight: normal;
  margin-top: 2rem;
}

h2,
h3 {
  font-weight: bold;
  color: #333;
  font-weight: normal;
  margin-top: 2rem;
}

header {
  background: #371327;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.3s;
}

nav a:hover {
  background-color: #b9bb70;
  color: #000;
}

#menu-toggle {
  display: none;
  background: none;
  color: white;
  font-size: 24px;
  border: none;
  margin: 10px;
}

#nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

main {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  line-height: 1.7;
}

section {
  display: none;
}

section.active {
  display: block;
}

.img-destacada {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

#contador {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  color: #5c4e4e;
}

footer {
  background: #b9bb70;
  padding: 20px;
  text-align: center;
  color: black;
  font-size: 0.9rem;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
}

.boton {
  color: black;
}

.transportep {
  text-decoration: underline;
  font-size: 23px;
}

.ourense {
  text-decoration: underline;
  font-size: 23px;
}

.turismop {
  font-size: 23px;
}

.img-turismo2 {
  display: block;
  max-width: 45%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

.img-turismo5 {
  display: block;
  width: 45%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

.img-turismo3 {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}
.img-turismo6 {
  display: block;
  width: 48%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}
.img-turismo8 {
  display: block;
  width: 48%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

#imgTurismo6{
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    flex-wrap: wrap;
}
.img-regalo {
  display: block;
  max-width: 45%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}

@media (max-width: 600px) {
  nav {
    flex-direction: column;
  }

  #nav-links.show {
    display: flex;
    flex-direction: column;
  }

  #menu-toggle {
    display: block;
  }

  #nav-links {
    display: none;
  }
}