*{
    font-family:sans-serif ;
    margin: 0;
    padding: 0;
}
.seccion{
    min-height: 80vh;
    width: 100%;
    margin: 0;
    text-align: center;
}
.presentacion{
    margin-top: 0;
    background-color: rgb(38, 55, 68);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.preguntas{
    background-color: rgb(42, 42, 124);
    font-size: 2.75vmin;
    line-height: 4.5vmin;
    background-image: url(../img/fondo_preguntas\ \(2\).jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    color: azure;
}

.izquierda{
    margin-left: 5%;
    padding-left: 5%;
    margin-right: 5%;
    text-align: left;
    color: blue;
    font-weight: bolder;
}
.derecha{
    margin-right: 5%;
    padding-right: 5%;
    margin-left: 5%;
    text-align: right;
    color: blue;
    font-weight: bolder;
}
.preferencias{
    background-color: rgb(29, 48, 153);
    display: flex;
    flex-direction: column;
    font-weight: bold;

}

.lovehate{
    display: flex;
    flex-direction: row;

}

.love, .hate{
    margin-left: 0;
    margin-right: 1vmax;
    margin-bottom: 1vw;
    width: 45vw;

}

.love div, .hate div{
    display: flex;
    align-items: center;
    height: 30vh;

}

.lovehate p{
    width: 40vw;

}

.lovehate img{
    margin-left: 4vw;
    width: 15vw;
    height: 15vw;

}
.respuesta{
    font-weight: bold;
    font-size: 2.2vmin;
    color: goldenrod;
}
.illia{
    background-color: rgb(82, 82, 241);
}
.preferencias{
    background-color: rgb(29, 48, 153);
}
.futuro{
    background-color: rgb(0, 81, 255);
}
header{
    text-align: center;
    font-weight: bold;
    font-size:larger;
    width: 100%;
    height: auto;
    color:black;
    background-color: blue;
    position: fixed;
    top: 0%;
}
.botonera{
    display: flex;
    justify-content: space-around;
    margin-top: 3.4vh;
    background-color: brown;
    position: fixed;
    z-index: 100;
    
}
footer{
    text-align:center; 
    font-weight: bold;
    font-size:larger;
    width: 100%;
    height: 25px;
    color:black;
    background-color: blue;
    position: fixed;
    bottom: 0%;
}
.collage_v, .collage_h{
display: none;
width: 90%;
margin: auto;
}

.collage_h img{
    width: 100%;
}
.collage_v img{
    width: 100%;
}

@media (orientation:landscape){
    .collage_h{
        display:block
    }
}
@media (orientation:portrait){
    .collage_v{
        display:block
    }
}