@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Revalia&display=swap');

/* parametros iniciales */
*{
    margin: 0;
    box-sizing: border-box;
}

.general{
    background-image: url("../img/galaxia.jpg");
    background-size: cover;
    background-attachment: fixed;
    /* Tamaño de la ventana */
    width: 100vw;
    min-height: 100vh;

}

.cabecera{
    width: 100%;
    height: 10vh;
    background-color: aqua;
    text-align: center;
    /* Para fijar la cabecera */
    position: fixed;
    top: 0;
}

/* zona de navegacion, botones */
.botonera{
    /* diseño */
    width: 90vw;
    height: 10vh;
    font-family: 'Rock Salt', cursive;
    /* organizar contenido */
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

/* formato de botones */
button {
    font-size: 18px;
    color: red;
    font-family: inherit;
    font-weight: 800;
    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: #fff;
  }
  
  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: #fff;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

.pie_pagina{
    width: 100%;
    height: 4%;
    background-color: aqua;
    text-align: center;
    /* Para fijar el pie de pagina */
    position: fixed;
    bottom: 0;
}

/* Ahora le damos formato al contenido  */

/* Seccion principal */
.principal{
    width: 90vw;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 4vh;
    height: 100vh;
    
    /* Organixar el contenido */
    display: flex;
    flex-wrap: wrap;
}


.presentacion{
    width: 100%;
    height: 100%;
    background-image: url("../img/fondo_presentacion.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: gray;
    background-position-x: center;
}

.titulo{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* propiedades del texto */
    
    font-size: 2rem;
    text-align: center;
    font-family: 'Bree Serif', serif;
}

/* subtitulos */
.titulo_seccion{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 6vmin;
    color: white;
    letter-spacing: 0,5em;
    text-align: center;
    padding: 1%;
}

/* contenido de Preduntas */
/* espacio de configuracion adicional del espacio */

.conociendome{
    width: 100%;
    height: 100%;
    font-family: 'Zen Tokyo Zoo', cursive;
    font-size: 4vmin;
    line-height: 4vmin;
    background-image: url("../img/fondo_conociendome.jpg");
    background-size: cover;
    padding-top: 10VH;
    padding-bottom: 4VH;

}

/* preguntas de la izquierda */
.izq{
    background-color: rgb(58, 13, 13, 0.5);
    margin-left: 5%;
    padding-left: 3%;
    margin-right: 5%;
    text-align: left;
    color: black;
    border-left: 0.5vmax solid black;

}

.izq::before{
    content: "<3";
    padding-right: 1%;
}

/* preguntas del centro */
.centro{
    background-color: rgb(58, 13, 13, 0.5);
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
    color: black;
    border-left: 0.5vmax solid black;
    border-right: 0.5vmax solid black;
}

.centro::before{
    content: "<3";
    padding-right: 1%;
}

.centro::after{
    content: "<3";
    padding-left: 1%;
}
/* preguntas de la derecha */
.der{
    background-color: rgb(58, 13, 13, 0.5);
    margin-right: 5%;
    padding-right: 3%;
    margin-left: 5%;
    text-align: right;
    color: black;
    border-right: 0.5vmax solid black;
}

.der::after{
    content: "<3";
    padding-left: 1%;
}

/* formato diferente para las respuestas */
.respuesta{
    font-family: 'Revalia', cursive;
    background-color: transparent;
    font-size: 3vmin;
    color: rgb(185, 115, 115);
    font-weight: 800;


}

.illia{
    width: 100%;
    height: 100%;
    background-image: url("../img/fonfo_illia.jpg");
    background-size: cover;
    font-size: 6vmin;
    font-family: 'Zen Tokyo Zoo', cursive;
    text-align: center;
    padding-top: 10VH;
    padding-bottom: 4VH;
}

ul {
    padding: 1rem;
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap;
}

li {
    background-color: #ffdfd9;
    color: #000;
    padding: 0.51rem;
}

.container {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
    grid-gap: 1rem;
    padding: 1rem;
    justify-content: center;
    box-shadow: 0 1px 1px #000;
    align-items: center;
}

img {
    background-position: center;
    background-size: contain;
    max-height: 200px;
    max-width: 290px;
    box-shadow: 0 2px 10px #000;
    cursor: pointer;
    transition: all 0.2s;
}

img:hover {
    box-shadow: none;
    transform: scale(1.1);
}

.futuro{
    width: 100%;
    height: 100%;
    background-image: url(../img/fondo_futuro.jpg);
    background-size: contain;
    font-size: 6vmin;
    text-align: center;
    font-family: 'Zen Tokyo Zoo', cursive;
    color: white;
    padding-top: 10VH;
    padding-bottom: 4VH;
}

.contactos{
    width: 100%;
    height: 100%;
    background-image: url("../img/fondo_contactos.jpg");
    background-size: cover;
    font-size: 2rem;
    font-family: 'Bree Serif', serif;
    text-shadow: 3px 3px 3px white;
    text-align: center;
    padding-top: 10VH;
    padding-bottom: 4VH;
}

.botones_contactos{
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
