@import url('https://fonts.googleapis.com/css2?family=Belanosima&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,300&family=Kanit:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); 


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

body{
    /* Tamaño de la ventana */
    width: 100vw;
    min-height: 100vh;
    background-color: rgb(130, 12, 12);
}

.cabecera{
    /* ancho y alto */
    width: 100vw;
   /*  height: 10vh; */
    text-align: center;
    background-color: rgb(130, 12, 12);
    /* para fijar cabecera */
    position: fixed;
    top:0;
    z-index: 1;
}

/* Comienza el estilo botones */
.botones{
    background-color: #8a2525;
    border: 10px;
    border-color: #680909 ;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    
    padding: 3vh;
}

button {
    appearance: none;
    background-color: #7a7070;
    border: 0.125em solid #1a1a1a;
    border-radius: 0.9375em;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 3.75em;
    min-width: 0;
    outline: none;
    padding: 1em 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
   }
   
   button:disabled {
    pointer-events: none;
   }
   
   button:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }
   
   button:active {
    box-shadow: none;
    transform: translateY(0);
   }

/* Fin estilo botones */

.pie{
     /*ancho y altura*/
     width: 100vw;
     height: 3vh;

     background-color: rgb(130, 12, 12);
 
     /* fijar cabecera */
     position: fixed;
     bottom: 0;

}

/* sección principal */
.principal{
    width: 90vw;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 3vh;
    min-height: 87vh;

    background-color: rgb(172, 88, 105);

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

.presentacion{
    width: 100%;
    min-height: 87vh;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #c24242; 



}

:root {
  --color: #ffffff;
  --background: #2196f3;
}

/*cambio de color del fondo, si quiero los margenes con cambio hay que ponerle body*/
.presentacion{
  font-family: 'Baloo Tamma', cursive;
  background: var(--background);
  color: var(--color);
  transition: 4s;
}

h1{
  text-align: center;
  width: 100%;
  margin: 0px auto;
  font-family: 'Belanosima', sans-serif;
  font-size: 10vmax;
  color:rgb(133, 39, 39) ;
  letter-spacing: 5px;
  top: 50%;
  position: absolute;
  transition: 4s;
  
  text-shadow: -1px -1px 0px var(--background),
    3px 3px 0px var(--background),
    6px 6px 0px #00000055;
}



.conociendome{
    width: 100%;
    min-height: 87vh;
    background-color: rgb(53, 53, 84);

}

.pregunta{
    font-family: 'Caprasimo', cursive;
    font-size: 2vmax;
    line-height: 5vh;
    color:#c24242;
    text-align: center;
}

.respuesta{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1vmax;
    line-height: 5vh;
    color:rgb(0, 0, 0) ;
    text-align: center;
}
.conociendome h2 {

    font-family: 'Belanosima', sans-serif;
    font-size: 9vmax;
    color:rgb(133, 39, 39) ;
    text-align: center;
}

.pasoporelIllia{
    width: 100%;
    min-height: 87vh;
    background-color:#d3e08f; 

    font-family: 'Belanosima', sans-serif;
    font-size: 2vmax;
    color:rgb(133, 39, 39) ;
    text-align: center;
    padding: 0 20px;
}

.wrap {
    overflow: hidden;
    margin: 10px;
    z-index: 10;
  }
  .box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
  }
  .boxInner {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1px;
    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%;
    }
  }


.viendoelfuturo{
    background-color: #52b864;
    width: 100%;
    height: fit-content;
    min-height: 87vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    font-family: 'Belanosima', sans-serif;
    font-size: 3vmax;
    color:rgb(133, 39, 39) ;
    text-align: center;
}

.editv{
  display: none;
  width: 90%;
  height: auto;
  margin-bottom: 4vh;
}

.edith{
  display: none;
  width: 55%;
  height: auto;
  margin-bottom: 4vh;
}

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

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

.contactos{
    background-color: #8e5188;
    width: 100%;
    min-height: 87vh;
   
   

    font-family: 'Belanosima', sans-serif;
    font-size: 4vmax;
    color:rgb(133, 39, 39) ;
    text-align: center;

    
}

.iconos{
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.ig{
  width: 18%;
  height: auto;
  vertical-align: center;
}

.twt{
  width: 18%;
  height: auto;
  vertical-align: center;
}