body {
  background-color: rgb(14, 76, 101);
}

.container {
width: 90%;
height: 80vh;
width: 100%;
font-family: 'Playfair Display', serif;
}

#nombre{
width: 100%;
min-height: 99vh;
background-color: #3b8eed;
display: flex;
text-align: center;
font-size: 90px;
align-items: center;
justify-content: center;
    
  }
#conociendonos{
width: 100%;
min-height: 99vh;
background-color: #2174d4;
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;
}

.preguntas{
  font-size: 19px;
  line-height: 1.5;
  font-family:'Rubik', sans-serif;
  align-content: left;
  font-family: 'times new roman', sans-serif;
  text-align: justify;
}

#paso-por-illia{
width: 100%;
min-height: 99vh;
background-color: #1466c3;
display: flex;
text-align: center;
font-size: 150%;
align-items: center;
flex-direction: column;
justify-content: center;

}

.gallery {
  max-width: 60%;
  padding-top: 2%;
  display: flex;
  margin-right: 10%;
  flex-direction: column; 
  align-items: center; 
  padding-bottom: 5%;
}

.row {
  display: flex;
  justify-content: space-between; 
  margin-bottom: 10px; 
}

.upper-row{
  width: 100%; 
  display: flex;
  justify-content: space-between;
  margin: 0%;
}
.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: #0a5cb8;
display: flex;
text-align: center;
font-size: 150%;
align-items: center;
justify-content: center;
flex-direction: column;
} 
.fotovertical{
  display: none;
  max-width:60%;
  max-height: 60%;
  width: max-content;
  align-items: center;
  margin-left: 25%;
}
.fotohorizontal{
  display: none;
  max-width: 60%;
  max-height: 60%;
  width: max-content;
  align-items: center;
  margin-left: 25%;
}

/*las muestra ssegun orientación*/
@media (orientation: landscape){
  .fotohorizontal {
    display: block;
  }
}

@media (orientation: portrait){
  .fotovertical{
    display: block;
  }
}

.fotosfuturo{
  max-width: 65%;
  margin-top: 1%;
  width: 100%; 
  margin-left: 20%; 
  margin-right: 20%;
  padding: 35px 0; 
}


#contacto{
width: 100%;
min-height: 99vh;
background-color: #014ba0;
display: flex;
text-align: center;
font-size: 150%;
align-items: center;
justify-content: center;
flex-direction: column;
}

.iconos{
  width: 60%;
  height: 60%;
}

.botonera {
  position: fixed;
  align-items: center;
  top: 5vh;
  width: 100%;
  padding-left: 20%;
}

  .botonera button {
  margin: 5px;
  cursor: pointer;
  font-family: 'Alata', sans-serif;
  font-size: 1.5vw;
  color: #000000;
  background-color: rgb(60, 139, 163); 
  size-adjust: 100%;
  border:5px solid rgb(0, 0, 0);
  border-radius: 35%; 
  }
  
  .botonera button:hover {
    background-color: rgb(14, 76, 101);
  box-shadow: #fff;
  }

  .pie_de_pagina{
    width: 100%;
    height: 5vh;
    position: fixed;
    bottom: 0%;
    font-size: 150%;
    text-align: left;
    background-color: rgb(14, 76, 101);
    font-family: 'Raleway', sans-serif;
    }