@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chela+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600&family=Gorditas&family=Oooh+Baby&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600&family=Gorditas&family=Oooh+Baby&family=Pacifico&family=Ribeye+Marrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600&family=Gorditas&family=Grenze:ital,wght@1,300&family=Oooh+Baby&family=Pacifico&family=Ribeye+Marrow&display=swap');

body {
  margin: 0;
  width: 100%;
  background-color: #20e5ff ;
  
  }

header{
  width: 100%;
  top: 0%;
  height: 10vh;
  background-color: #20e5ff;
  position: fixed;
    }
  
    .texto-animado {
      animation: animacionTexto 5s ;
  }
  
  @keyframes animacionTexto {
      0%, 100% {
          transform: translateY(0px);
      }
      50% {
          transform: translateY(-190px);
      }
  }

h1{
  background-color: black;
  color: rgb(135, 43, 255);
     }
.secciones {
  width: 95%;
  margin:auto;
  margin-top: 0vh;
  margin-bottom: 0;
  height: 80vh; 
  }
#conociendonos{
  background-image: linear-gradient(to right, #cc00ff, #ff3a3a);
  width: 100%;
  min-height: 99vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 0%;
  margin-bottom: 5px;
  }
  #nombre{
    background-color:  #1aff66;
    width: 100%;
    min-height: 99vh;
    display: flex;
    text-align: center;
    font-size: 250%;
    align-items: center;
    justify-content: center;
    font-family: 'Belanosima', sans-serif;
    font-family: 'Gorditas', cursive;
    font-family: 'Oooh Baby', cursive;
    font-family: 'Pacifico', cursive;
    font-family: 'Ribeye Marrow', cursive;
    font-size: 75px;
  }

  #paso-por-illia{
  background-color: rgb(105, 105, 98);
  width: 100%;
  min-height: 99vh;
  display: flex;
  text-align: center;
  font-size: 250%;
  align-items: center;
  justify-content: center;
  }

  #paso-por-illia img {
    max-width: 80%;
    height: auto; 
    margin-bottom: 10px;
    width: 350px; 
    height: 250px; 
    border: 5px solid white; 
    border-radius: 25%;
  }
  
  .columna {
    width: 33.33%; 
    float: left;
  }
  
  .columna img {
    width: 100%; 
  }
  
  section#paso-por-illia::after {
    content: "";
    display: table;
    clear: both;
  }
  #paso-por-illia {
    position: static;
  }
  
  #viendo-el-futuro{
    background-color: rgb(255, 0, 0);
  width: 100%;
  min-height: 99vh;
  display: flex;
  text-align: center;
  font-size: 250%;
  align-items: center;
  justify-content: center;
  }
  .foto_v{
    display: none;
    border: 10px solid rgb(0, 0, 0);
    border-radius: 10%;
    max-width: 50%;
    max-height: 50%;
  }

  .foto_h{
    display: none;
    border: 10px solid rgb(0, 0, 0);
    border-radius: 10%;
  }

  @media (orientation: landscape){
    .foto_h{
      display: block;
    }
  }

  @media (orientation: portrait){
    .foto_v{
      display: block;
    }
  }

  #contacto{
    background-image: url(https://redessocialeszaragoza.es/img/fondo-redes-sociales.jpg); 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
  width: 100%;
  min-height: 99vh;
  display: flex;
  text-align: center;
  font-size: 250%;
  align-items: center;
  justify-content: center;
  }

  .pregunta{
    font-family: 'Belanosima', sans-serif;
    font-family: 'Gorditas', cursive;
    font-family: 'Grenze', serif;
  }
  
  .respuesta{
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 10px;
  }
  .botones {
    position: fixed;
    display: flex;
    margin-top: 2vh;
    margin-left: 5vw;
    justify-items: space-between;
    width: 100vw;
  }
.botones button{
  margin-right: 100px;
  padding: 10px 30px;
  font-size: 16px;
  background-color:rgb(0, 0, 0);
  color:  #ffffff;
  border: 3px;
  border-radius: 4px;
  border-radius: 3vw;
  cursor: pointer;
  font-family: 'Oooh Baby', cursive;
  font-family: 'Pacifico', cursive;
  }
.botones button:hover{
  border-radius: 3%;
  text-shadow:white 2px 5px;
  color: black;
  background-color: rgb(255, 255, 255);
  border: 3px;
  border-radius: 3vw;
}

.contenido {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
  height: 45vh;
  margin-top: 6vw;
  margin-bottom: 5vw;
}



  footer{ 
  position: fixed;
  left: 0;
  bottom:0;
  width: 100%;
  background-color: #20e5ff;
  padding: 5px; 
  text-align: center;
  font-family: 'Belanosima', sans-serif;
  font-size: 12px; 
}