* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    width: 100%;
    height: 100%;
}

.cabecera {
    background-color: rgb(134, 12, 88);
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    top: 0;
}

.botonera {
    width: 80vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.botonera a {
    text-decoration: none;
}

.btn {
    background-color: floralwhite;
    border: none;
    padding: 10px;
    font-size: 2vmin;
    width: 10em;
    border-radius: 5px;
    color: rgb(134, 12, 88);
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
    text-align: center;
}

.btn:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}

.btn:hover:not(:disabled) {
    background: rgb(240, 169, 228);
    color: white;
    text-shadow: 0 0.1rem #bcb4b4;
}

.principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10vh;
}

.titulo {
    text-align: center;
    font-size: 8vmin;
}


.presentacion{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-size: .2em 100%;
    font: 9em/1 Open Sans, Impact;
    width: 100%;
    min-height: 90vh;
    width: 100%;
}

.text {
 fill: none;
 stroke-width: 6;
 stroke-linejoin: round;
 stroke-dasharray: 70 330;
 stroke-dashoffset: 0;
 -webkit-animation: stroke 6s infinite linear;
 animation: stroke 6s infinite linear;
}

.text:nth-child(5n + 1) {
 stroke: #811b63;
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: #ff6acd;
 -webkit-animation-delay: -2.4s;
 animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
 stroke: #8a005c;
 -webkit-animation-delay: -3.6s;
 animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
 stroke: #e29bdc;
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: #f1b6d4;
 -webkit-animation-delay: -6s;
 animation-delay: -6s;
}

@-webkit-keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

@keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

.text:nth-child(5n + 1) {
 stroke: rgb(134, 12, 88);
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: #f37ced;
 -webkit-animation-delay: -2.4s;
 animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
 stroke: #ffaee7;
 -webkit-animation-delay: -3.6s;
 animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
 stroke: #c7368f;
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: #ce83a0;
 -webkit-animation-delay: -6s;
 animation-delay: -6s;
}

@-webkit-keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

@keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

svg {
 position: absolute;
 width: 80%;

}

.presentacion h1 {
    font-size: 8vmin;
    text-align: center;
}

Subtítulos
.titulo_seccion{
    font-family: 'Anton', sans-serif;
    font-size: 6vmin;
    color: darkgoldenrod;
    letter-spacing: 0.25em;
    background-color: transparent;
    text-align: center;
    text-shadow: 2px 2px 2px silver;
    padding-top: 1%;
}

/* Contenido de PREGUNTAS. Conociéndome */
.conociendome{

  
    font-size: 2.5vmin;
    line-height: 4.5vmin;
    background-size: cover;
    position: center;


}

/* definciciones para las preguntas de la izquierda */
.izq {
background-color: rgba(238, 213, 180, 0.5);
margin-left: 5%;
padding-left: 5%;
margin-right: 5%;
text-align: left;
color: rgb(134, 12, 88);
border-left: rgb(134, 12, 88);
}

.der {

background-color: rgba(238, 213, 180, 0.5);
margin-left: 5%;
padding-left: 5%;
margin-right: 5%;
text-align: left;
color: rgb(134, 12, 88);
border-left: rgb(134, 12, 88);
}

.conociendome h2{
    font-size: 2em;
    margin: 2em;
    display: flex;
    justify-content: center;
}

.container-galeria{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-galeria img{
    height: 200px;
    margin: 2em;
    border: solid 4px rosybrown;
    width: 250px;
}

.container-galeria img:hover{
    transform: scale(1.3);
}

.seccion2 {
    display: flex;
    flex-direction: column;
}

.seccion2 h1{

    margin:3em auto;
}

.seccion3{
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.seccion3 h1 {
    font-size: 4vmin;
    text-align: center;
}

.img_futuro{
    /* Este es el codigo de la seccion correspondente a futuro */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 6%;
    }

    /*Oculto ambas fotos*/
    .foto_v {
        display: none;
    }
   
    .foto_h{
    display:none;
    }
    /*Las muestro según la orientación del dispositivo */

    @media (orientation: landscape) {
    .foto_h{
    display: block;
    }
}

    @media (orientation: portrait) {
    .foto_v{
        display: block;
    }
}

.seccion4{
    height: 55vh;
    margin-top: 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.seccion4 h1{
    display: none;
}

.pie_pagina {
    background-color: rgb(134, 12, 88);
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}