* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #f3efef;
  font-family: 'Helvetica Neue', sans-serif;
}

nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 5vh;
  padding: 10px;
  font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
  background-color: #badbfa;
}

nav a:hover {
  background-color: #d690f5;
  color: #fff;
}

.container {
  width: 90%;
  margin: auto;
  margin-top: 15vh;
  margin-bottom: 5vh;
  height: 80vh;
}
#Joaquina-Trueba{
    width: 100%;
    min-height: 99vh;
    background-color: #e9b3d9;
    display: flex;
    text-align: center;
    font-size: 150%;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}
#Conociendonos{
    width: 100%;
    min-height: 99vh;
    background-color: #be608f;
    display: flex;
    text-align: center;
    font-size: 150%;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', sans-serif; 
    font-size: 24px; 
    font-weight: normal; 
    color: #333; 
    line-height: 1.5; 
}

#Paso-por-el-Illia{
    width: 100%;
    min-height: 99vh;
    background-color: #a54b9e;
    display: flex;
    text-align: center;
    font-size: 150%;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', sans-serif; 
    font-size: 24px; 
    font-weight: normal; 
    color: #333; 
    line-height: 1.5; 
}
    body {
      font-family: Arial, sans-serif;
      background-color: #f0f0f0;
  }
  
  .galeria {
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      gap: 20px; 
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
  }
  
  .imagen {
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s;
  }
  
  .imagen:hover {
      transform: scale(1.05);
  }
  
  .imagen img {
      width: 100%;
      height: auto;
      border-radius: 10px;
  }
    

#Viendo-el-futuro{
  background-color: #a065a8;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-family: 'Georgia', sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  text-align: center;
  }
.foto_h{
  max-width: 60%;
  max-height: 60%;
  display: none;
}
.foto_v{
  max-width: 60%;
  max-height: 60%;
  display: none;
}
@media (orientation: landscape) {
  .foto_h {
    display: block;
  }
}
@media (orientation: portrait) {
  .foto_v {
    display: block;
  }
}

#Contacto{
    width: 100%;
    min-height: 99vh;
    background-color: #5c3158;
    display: flex;
    text-align: center;
    font-size: 150%;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    
}
.botonera {
    position: fixed;
    top: 5vh;
    left: 30vw;
    }
    .botonera button {
        cursor: pointer;
    margin: 5px;
    font-family: 'Bitter', serif;
    font-size: 1.5rem;
    background-color: #79b6ce;
    color: #fff;
    border: none;
    border-radius: 5px;
     }
    .botonera button:hover {
        background-color: #a764a1;
    }
.pie{
height: 5vh;
width: 100%;
position: fixed;
bottom: 0%;
font-size: 110%;
text-align: left;
background-color: rgb(173, 129, 173);
font-family: 'Georgia', sans-serif;
font-weight: normal;
color: #1a1919;
line-height: 1.5;
text-align: center;
}