@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Kannada&display=swap');

*{
    background-color: #ffdddb;
    color: black ;
    font-family: 'Times New Roman', Times, serif ;
    margin:0 ;
}

h1{
    font-size: 35px;
    font-family: 'Tiro Kannada', serif;
    color: #3f3030;
}

.titulo{
    font-family: 'Times New Roman', Times, serif ;
    font-size: 10vmin;
    color: black ;
    background-color: inherit;
}

.cabecera{
    width: 100vw;
    height: 10vh;
    background-color:#f7afb7 ;
    color:black ;
    position: fixed;
    top: 0vh;
    justify-content: space-between;
    text-align: center;
    font-family: 'Lexend', sans-serif;
    z-index: 150;
}

nav a:link, nav a:visited{
    color: black;
    background: none;
   font-family: 'Oswald', sans-serif;
}

.botonera{
    display: flex;
    justify-content: space-between;
    height: 4vh;
}

.pie{
    width:100vw ;
    height: 10vh;
    background-color:#f7afb7 ;
    color: black ;
    position: fixed;
    bottom: 0vh;
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
}

.pie a:link, nav a:visited{
    color: black;
    font-size: 17px;
    background-color: #f7afb7 ;
    font-family: 'Lexend', sans-serif;
    text-decoration-style: wavy;
}

.redes{
    background-color: #f7afb7;
    flex-direction: column;
    justify-content: space-around ;
}

.contenido{
    width: 90vw;
    margin: auto;
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
}

.seccion{
    width: 100%;
    min-height: 70vh;
    padding: 0%;
    
}

.presentacion{
    background-color: #f99fa9 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preguntas{
    background-color: #000000;
  
   
    
}


.preguntas1{
    height: 70vh;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    
    
}

.illia{
    background-color: #503850  ;
}

.preferencias{
    background-color: #2a1e1e ;
    
}

.preferencias img{
    width: 100%;
    height: 80%;
    display: flexbox;
    justify-content: center;
    align-items: center;
    background-color:#2a1e1e ;

}

.futuro{
    background-color: #f99fa9 ;
}
.collage_v,.collage_h{
    display:flexbox;
    margin: auto;
    width: 90%;

}
.collage_v img{
    width: 100%
}
.collage_h img{
    width:100%
}

@media(orientation:landscape){
    .collage_h{
        display: block;
    }
}
@media (orientation:portrait){
    .collage_v{
        display: block;
    }
  

}
nav a{
    text-decoration: none;
    background-color: none;     
}



   .relleno{
    height: 2vh;
    width: 100%;
    background-color:  #ffdddb;
 }
    