@import url(https://.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://.googleapis.com/css2?family=Ms+Madi&display=swap);

*{
    background-color: rgb(231, 195, 252); 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
}

/* ahora formato titulos */
.titulo{
  font-family: 'Special Elite';
  font-size: 10vmin;
  color: rosybrown;;
  background-color: inherit;
  text-shadow: 2px 2px 2px rgb(92, 58, 58);
  

}
.last-name{
/* Centramos el contenido de la sección y determinamos el color de fondo */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: rgb(36, 35, 35);
background-size: .2em 100%;
font: 10.5em/1 Open Sans, Impact;   
}

.text {
/* Establecemos las características del texto */
fill: none;
stroke-width: 6;
stroke-linejoin: round;
stroke-dasharray: 70 330;
stroke-dashoffset: 0;
/* Establecemos la animación */
-webkit-animation: stroke 6s infinite linear;
animation: stroke 6s infinite linear;
}

.text:nth-child(5n + 1) {
stroke: rgb(141, 91, 211);
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
stroke: #a259be;
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
stroke: whitesmoke;
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
stroke: #a9d3c5;
-webkit-animation-delay: -4.8s;
animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
stroke: rgb(129, 96, 164);
-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(141, 91, 211);
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
stroke: #a259be;
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
stroke: whitesmoke;
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
stroke: #a9d3c5;
-webkit-animation-delay: -4.8s;
animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
stroke: rgb(129, 96, 164);
-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%;

}


.subtitulo{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 6vmin;
    color: white;
    text-shadow: 2px 2px 2px rgb(92, 58, 58);
    letter-spacing: 0,25cm;
    background-color: transparent;
    text-align: center;
    padding-top: 1%;
  
  }
  
  .nomegusta{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 6vmin;
    color: white;
    text-shadow: 2px 2px 2px rgb(92, 58, 58);
    letter-spacing: 0,25cm;
    background-color: transparent;
    text-align: center;
    margin-top: 1%;
  
  }
/* esta es la clase generica */
.seccion{
    width: 100%;
    min-height: 80vh;
    padding: 0;
    min-height: 80vh;
    border-top: #c985a1;
}

/* espacio configuracion de las preguntas */
.preguntas{
    font-size: 2.5vmin;
    background-image: url("../img/preguntaaaa.jpg");
    background-color: transparent;
    line-height: 4.5vmin;
    background-size: cover;  
    font-weight: 200;
}

/* def para las preguntas de la izq */
.izq{
    background-color: transparent;
    margin-left: 2%;
    padding-left: 2%;
    margin-right: 2%;
    text-align: left;
    color: white;
    text-shadow: 2px 2px 2px rgb(181, 107, 208)
    
}

/* para poner el corazon atras */
.izq::before{
    content: "★";
    padding-right: 2%;
}

/* def para las preguntas de la der */
.der{
    background-color: transparent;
    margin-left: 2%;
    padding-left: 2%;
    margin-right: 2%;
    text-align: left;
    color: white;
    text-shadow: 2px 2px 2px rgb(181, 107, 208)
}

/* para poner el corazon despues */
.der::before{
    content: "★";
    padding-right: 2%;
}

/* formato para las respuestas */
.respuesta{
    background-color: transparent;
    font-weight: 900;
    color: #8e70ac;
    font-size: 2.2vmin;
    text-shadow: 0px 0px 0px rgb(137, 79, 182)

}

/* aqui formato de cabecera */
.cabecera{
    width: 100vw;
    height: 7.5vh;
    background-color: rgb(141, 91, 211);
    color: white;
    top: 0vh;
    text-align: center;
    margin-bottom: 0.5cm;
    position: fixed;
    z-index: 100;
}

/* organiza la barra de navegacion */
.botones{
    width: 100%;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
}
a{
background-color: transparent;
}
/* formato de botones */
/* From uiverse.io by @Madflows */
/* From uiverse.io by @adamgiebl */
button {
    background: linear-gradient(-45deg, #3f00b5, #9f69fe, #27c8b7, #3f00b5);
    background-size: 800% 400%;
    padding: 1em 2em;
    display: inline-block;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    background-color: transparent;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
   }
   
   button:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
   }
   
   button:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
   }
   
   @keyframes gradient {
    0% {
     background-position: 0% 50%;
    }
   
    50% {
     background-position: 100% 50%;
    }
   
    100% {
     background-position: 0% 50%;
    }
   }

/* aqui propiedades del pie de pagina */
.pie{
    width: 100%;
    background-color: rgb(141, 91, 211);
    color: white;
    position: fixed;
    bottom: 0vh;
    justify-content: space-between;
    display: flex;
    height: 7.5vh;
    
}




/* contenedor principal */
.contenido{
    width: 90vw;
    margin: auto;
    padding-top: 10vh;
    /* ahora el display flex */
    display: flex;
    flex-direction: column;
}


/* cada una de ellas */
.presentacion{
    background-color: transparent;

    /* ahora para que el titulo quede centrado */
    display: flex;
    align-items: center;
    justify-content: center;

}

.illia{
    background-color:transparent;
}

.preferencias{
    background-color: transparent;
}

.futuro{
    background-color:transparent;
}

/* ocultar o mostrar capas segun el viewport */

.collage_v, .collage_h{ /* ambas clases */
    /* ocultamos ambas para despues mostrar la que corresponda */
    display: none;
    width: 90%;
    margin: auto;
}

/* especificamente, mostar la capa que corresponda */

/* si el dispositivo es horizontal */
@media (orientation:landscape){
    /* en caso de ser, hace visible la capa */
    .collage_h{ 
        display: block;
    }
    .collage_h img{
        width: 100%;
    }
}

/* si el dispositivo es vertical */
@media (orientation:portrait){
    /* en caso de ser, hace visible la capa */
    .collage_v{ 
        display: block;
    }
    .collage_v img{
        width: 100%;
    }
}


/* footer */
.cierre{
    width: 50%;
    text-align: left;
    margin: 0%;
    padding: 0%t;
    background-color: transparent;
}

.iconos{
    width: 50%;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}

.iconos img{
    width: 2vw;
    height: 2vw;
    background-color: transparent;
}