@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

*{
    background-color: blanchedalmond;
    color: rosybrown;
    font-family: 'Zen Maru Gothic', 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: rosybrown;
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: #5c3a3a;
 -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: rgb(189, 121, 121);
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: rgb(92, 58, 58);
 -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: rosybrown;
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: rgb(92, 58, 58);
 -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: #bd7979;
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: rgb(92, 58, 58);
 -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: rosybrown;
    text-shadow: 2px 2px 2px rgb(92, 58, 58);
    letter-spacing: 0,25cm;
    background-color: transparent;
    text-align: center;
    padding-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/fondopreguntas.webp");
    background-color: transparent;
    line-height: 4.5vmin;
    background-size: cover;  
}

/* def para las preguntas de la izq */
.izq{
    background-color: transparent;
    margin-left: 2%;
    padding-left: 2%;
    margin-right: 2%;
    text-align: left;
    color: #533813;
}

/* 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: #533813;
}

/* para poner el corazon despues */
.der::before{
    content: "♡";
    padding-right: 2%;
}

/* formato para las respuestas */
.respuesta{
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: transparent;
    font-weight: 900;
    color: #a08686;
    font-size: 2.75vmin;

}

/* aqui formato de cabecera */
.cabecera{
    width: 100vw;
    height: 12.5vh;
    background-color: #533813;
    color: rosybrown;
    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 */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
    font-size: 15px;
    background-color: transparent;
   }

   .actual-text{
    background-color: transparent;

   }
   
   button.learn-more {
    font-weight: 600;
    color: #382b22;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #fff0f0;
    border: 2px solid #b18597;
    border-radius: 0.75em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
   }
   
   button.learn-more::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9c4d2;
    border-radius: inherit;
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.75em, -1em);
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
   }
   
   button.learn-more:hover {
    background: #ffe9e9;
    -webkit-transform: translate(0, 0.25em);
    transform: translate(0, 0.25em);
   }
   
   button.learn-more:hover::before {
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.5em, -1em);
    transform: translate3d(0, 0.5em, -1em);
   }
   
   button.learn-more:active {
    background: #ffe9e9;
    -webkit-transform: translate(0em, 0.75em);
    transform: translate(0em, 0.75em);
   }
   
   button.learn-more:active::before {
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0, -1em);
    transform: translate3d(0, 0, -1em);
   }

/* aqui propiedades del footer */
.pie{
    width: 100%;
    background-color: #533813;
    color: #bc8f8f;
    position: fixed;
    bottom: 0vh;
    justify-content: space-around;
    display: flex
}

.cierre{
    width: 15%;
    text-align: left;
    margin: 0%;
    padding: 0%t;
    background-color: transparent;
}

.iconos{
    width: 100%;
    text-align: justify;
    display: flex;
    justify-content: space-around;
    background-color: transparent;
}

.iconos img{
    width: 2vw;
    height: 2vw;
    justify-content: space-around;
    background-color: transparent;
}




/* 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: blanchedalmond;

    /* ahora para que el titulo quede centrado */
    display: flex;
    align-items: center;
    justify-content: center;

}

.illia{
    background-color: rgb(240, 221, 194);
}

.preferencias{
    background-color: rgb(240, 221, 194);
}

.futuro{
    background-color: rgb(240, 221, 194);
}

/* 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 */

