/* parámetros iniciales */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lora&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* FORMATO DE LAS SECCIONES FIJAS */
/* espacio principal (body) */
.general{
    /* tamaño de la ventana */
    width: 100vw;
    min-height: 100vh;
    background-image: url(../img/fondoscuro.jpg);
    background-position: center;
    background-size: 80%;
    background-repeat: repeat;
}

.cabecera{
    width: 100vw;
    height: 8vh;
    background-color: #303030;

    /* para fijar la cabecera */
    position: fixed;
    top: 0;

}

.texto_cabecera{ 
    /* propiedades del texto de la cabecera */
    font-size: 100%;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Lora', serif;
}

.botonera{  
    /* organizar botones*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pie_pagina{
    width: 100vw;
    height: 4vh;
    background-color:#303030;

    /* para fijar pie de página */
    position: fixed;
    bottom: 0;
}


/* FORMATO DEL CONTENIDO */

/* formato para títulos (h2) de cada sección */
.titulo_seccion{
    /* propiedades del título*/
    font-size: 200%;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Lora', serif;
}

/* Sección presentación */
.presentacion{
    /* tamaño de la sección */
    width: 90%;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 4vh;
    min-height: 90vh;
    padding-top: 8vh;
    background-color: rgba(255, 155, 25, 0.5);

    /* organizar contenido */
    display: flex;
    flex-direction: column;
    align-items: center;

}

.titulo_principal{
    /* propiedades del título (mi nombre) */
    font-size: 500%;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Lora', serif;

    /* organizar contenido */
    display: flex;
    flex-direction: column;
    align-items: justify;
    
}

/* Sección conociéndome */
.conociendome{
    width: 90%;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 4vh;
    min-height: 90vh;
    padding-top: 8vh;
    background-color: rgb(90, 207, 115, 0.5);

    /* organizar contenido */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;

}

.pregunta{
    background-color: rgb(117, 231, 165);
    width: 20%;
    height: 20%;
    margin: 2%;
    padding: 2%;
    border-radius: 5px;

    /* propiedades del texto */
    font-size: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'EB Garamond', serif;
}

.respuesta{
    /* propiedades del texto */
    font-size: 100%;
    color: rgb(165, 5, 5);
    text-align: center;
    font-family: 'EB Garamond', serif;
}

.respuesta::before{
    content: "·";
}

/* Sección paso por el Illia */
.illia{
    width: 90%;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 4vh;
    min-height: 90vh;
    padding-top: 8vh;
    background-color: rgba(247, 77, 176, 0.5);

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    
}

/* clases fotos paso por el illia */
.ppih{
    width: 25%;
    margin: auto;
}

.ppiv{
    width: 15%;
    margin: auto;
    height: 50%;
    padding-bottom: 3%;
}

/* Sección mi futuro */
.futuro{
    width: 90%;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 4vh;
    min-height: 88vh;
    padding-top: 8vh;
    background-color: rgba(243, 54, 7, 0.5);

    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.fotoeditada{
    width: 50%;
    margin: auto;
    padding-bottom: 2%;
}

/* Sección enlaces externos */
.contactos{
    width: 90%;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 4vh;
    min-height: 90vh;
    padding-top: 8vh;
    background-color: rgba(31, 93, 228, 0.5);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
}

/* parámetros botones enlaces externos */
.enex {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #303030;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
   }
   
   .enex:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
   }
   
   .enex:hover {
    box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
   }
   
   .enex:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

/* parámetros para botones de la cabecera*/
.boton{
    font-size: 18px;
    color: #000000;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Lora', serif;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  button:focus,
  button:hover {
    color: rgb(247, 225, 205);
  }
  
  button:focus:after,
  button:hover:after {
    width: 100%;
    left: 0%;
  }
  
  button:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: rgb(247, 225, 205);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

  .pie_pagina{
     /* propiedades del texto de la cabecera */
    font-size: 100%;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family: 'Abril Fatface', cursive;
    font-family: 'Lora', serif;
  }