body {
  background-color: #fad7c7;
}

.container {
width: 90%;
height: 80vh;
width: 100%;
font-family: 'Playfair Display', serif;
}

#nombre-apellido{
width: 100%;
min-height: 99vh;
background-color: #fad7c7;
display: flex;
text-align: center;
font-size: 150%;
align-items: center;
justify-content: center;
    
  }
#conociendonos{
width: 100%;
min-height: 99vh;
background-color: #fad7c7;
display: flex;
text-align: center;
font-size: 150%;
align-items: center;
justify-content: center;
margin-right: 80px;
flex-direction: column;
font-family: 'Playfair Display', serif;
}

.parte1{
  font-size: 16px;
  line-height: 1.5;
  align-content: left;
  font-family: 'Alata', sans-serif;
  font-family: 'Noto Sans', sans-serif;
  text-align: justify;
}

#paso-por-illia {
  width: 100%;
  min-height: 99vh;
  background-color: #fad7c7;
  display: flex;
  flex-direction: column; 
  text-align: center;
  font-size: 150%;
  align-items: center;
  padding: 20px 0; 
  justify-content: center;
}


.gallery {
  max-width: 800px;
  padding-top: 30px;
  display: flex;
  margin-right: 10%;
  flex-direction: column; 
  align-items: center; 
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; 
}

.upper-row,
.lower-row {
  width: 100%; 
  display: flex;
  justify-content: space-between;
  margin: 0%;
}

img {
  width: 30%; 
  max-width: 100%; 
  margin: 2px; 
  border: 1px;
  border-radius: 5px;
  
}

#viendo-el-futuro {
  width: 100%;
  min-height: 99vh;
  background-color: #fad7c7;
  display: flex;
  flex-direction: column; 
  text-align: center;
  font-size: 150%;
  align-items: center;
  padding: 20px 0;
  margin-top: 5%;
  justify-content: center;
}


.body{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction:row ;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}


.foto_v{
  display: none;
  max-width:55%;
  max-height: 55%;
  width: max-content;
  align-items: center;
  margin-left: 23%;
}
.foto_h{
  display: none;
  max-width: 55%;
  max-height: 55%;
  width: max-content;
  align-items: center;
  margin-left: 23%;
}

/*las muestra ssegun orientación*/
@media (orientation: landscape){
  .foto_h{
    display: block;
  }
}

@media (orientation: portrait){
  .foto_v{
    display: block;
  }
}

.fotos{
  max-width: 8000px;
  margin-top: 2%;
  width: 100%; 
  margin-left: 18%; 
  margin-right: 20%;
  padding: 30px 0; 
}

#contacto{
width: 100%;
min-height: 99vh;
background-color: #fad7c7;
display: flex;
flex-direction: column;
text-align: center;
font-size: 150%;
align-items: center;
justify-content: center;
}

.iconos{
    width: 55%;
    height: 55%;
}

.botonera {
position: fixed;
align-items: center;
width: 100%;
background-color: #cea18d;
width: 100%;
padding-left: 20%;

}
.botonera button {
margin: 5px;
cursor: pointer;
font-family: 'Alata', sans-serif;
font-size: 1.5vw;
color: #000000;
background-color: #dabeb3; 
size-adjust: 100%;
}

.botonera button:hover {
  background-color:#af9990;
}

.pie-pagina{
width: 100%;
height: 5vh;
position: fixed;
bottom: 0%;
font-size: 150%;
text-align: left;
background-color: #cea18d;
font-family: 'Raleway', sans-serif;
}

