@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&family=Kanit:ital,wght@0,500;1,100;1,200;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Varela+Round&display=swap');

html, body{
    margin: 0;
    padding: 0;
    background-color: rgb(25, 46, 94);
/*    padding: 5px;
    box-sizing: border-box;*/
    color: black;
}

.cabecera{
    height: 10vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: space-around;
    line-height: 10vh;
    top: 0;
    background-color: rgb(142, 214, 216);
    z-index: 100;
}

.principal{
    height: 80vh;
}

.pie_de_pagina {
    width: 100vw;
    height: 10vh;
    position: fixed;
    display: fixed;
    bottom: 0;
    text-align: center;
    line-height: 3em;
    font-size: 2vmin;
    font-family: 'Martian Mono', monospace;
    background-color: rgb(142, 214, 216);
}

.secciones {
    width: 100vw;
    height: 80vh;
}

#presentacion {
    background-color: brown;
    position: absolute;
    top: 10vh;
}

#conociendome {
    background-color: coral;
    position: absolute;
    top: 90vh;
}

#illia {
    background-color: darkorchid;
    position: absolute;
    top: 170vh;
    height: 110vh;
}

#futuro {
    background-color: gold;
    position: absolute;
    top: 280vh;
    text-align: center;
    width: 100vw;
}

#contactos{
    background-color: darkgreen;
    position: absolute;
    top: 360vh;
    height: 120vh;
}


/* comienza estilo de boton */

.boton {
 background-color: #eee;
 font-family: 'Martian Mono', monospace;
 border-radius: 20px;
 font-size: 1vw;
 margin-top: 2vh;
 height: 6vh;
 line-height: 6vh;
 width: 14vw;
 color: (90, 46, 123);
 box-shadow: 0 0.4rem #dfd9d9;
 cursor: pointer;
 text-align: center;
 transition: 0.5s;
 text-decoration: none;
}

.boton:active {
    color: rgb(255, 255, 255);
    box-shadow: 0 0.1rem #dfd9d9;
    transform: translateY(0.2rem);
}

.boton:hover:not(:disabled) {
    background: rgb(90, 46, 123);
    color: white;
    text-shadow: 0 0.2rem #000000;
}

.boton:disabled {
    cursor: auto;
    color: grey;
}

/* termina estilo de boton */

/* comienza de formato, para el contenido de PRESENTACION */

.nombre_presentacion{
  position:relative;
  font-family: sans-serif;
  color: #fff;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-size: 1em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #26a65b, #EAEE0B, #0BEE0F);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,.1);
  text-align: center;
  font-size: 8vw;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100%{
    background-position: 500%;
  }
}

/* comienzo de formato, para el contenido de CONOCIENDOME */

.titulo_seccion{
    font-size: 6vmin;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    color: rgb(78, 47, 26);
    letter-spacing: 0.2em;
    text-shadow: 4px 4px 4px rgb(142, 214, 216);
}

.preguntas{
    font-family: 'Caprasimo', cursive;
    font-size: 1.7vmin;
    text-align: center;
}

.respuestas{
    font-weight: bold;
}

.wrap {
    overflow: hidden;
    margin: 10px;
  }
  .box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 15%;
  }
  .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
  }
  @media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
      width: 50%;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
  }
  @media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
      width: 25%;
      padding-bottom: 25%;
    }
  }

  #fotos_futuro{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .foto_v{
    display: none;
    width: 30vw;
  }

  .foto_h{
    display: none;
    width: 30vw;
   
  }

  @media (orientation: landscape) {
    .foto_h{
      display: block;
    }
  }

  @media (orientation: portrait) {
    .foto_v{
      display: block;
    }
  }

  .redes{
    height: 90vh;
    width: 90vw;
    padding: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .logos{
    height: 50vh;
    width: 5vw;
    padding: auto;
  }

  