@import url('https://fonts.googleapis.com/css2?family=Belanosima&display=swap');

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

.general{
    background-size: cover;
    /* Tamaño de la ventana */
    width: 100vw;
    min-height: 100vh;
    background-color:rgb(155, 54, 113);

}

.cabecera{
    width: 100%;
    height: 10vh;
    background-color:rgb(155, 54, 113);
    text-align: center;
    /* Para fijar la cabecera */
    position: fixed;
    z-index: 1;
    top: 0;
}

/* botones */
.botonera{

     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     margin:auto;

     
 }
/* formato de botones */
    
button {
    border: none;
    position: relative;
    width: 30vh;
    height: 7.5vh;
    padding: 0;
    z-index: 2;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='868' width='2500' viewBox='0 0 726 252.17'%3E%3Cpath d='M483.92 0S481.38 24.71 466 40.11c-11.74 11.74-24.09 12.66-40.26 15.07-9.42 1.41-29.7 3.77-34.81-.79-2.37-2.11-3-21-3.22-27.62-.21-6.92-1.36-16.52-2.82-18-.75 3.06-2.49 11.53-3.09 13.61S378.49 34.3 378 36a85.13 85.13 0 0 0-30.09 0c-.46-1.67-3.17-11.48-3.77-13.56s-2.34-10.55-3.09-13.61c-1.45 1.45-2.61 11.05-2.82 18-.21 6.67-.84 25.51-3.22 27.62-5.11 4.56-25.38 2.2-34.8.79-16.16-2.47-28.51-3.39-40.21-15.13C244.57 24.71 242 0 242 0H0s69.52 22.74 97.52 68.59c16.56 27.11 14.14 58.49 9.92 74.73C170 140 221.46 140 273 158.57c69.23 24.93 83.2 76.19 90 93.6 6.77-17.41 20.75-68.67 90-93.6 51.54-18.56 103-18.59 165.56-15.25-4.21-16.24-6.63-47.62 9.93-74.73C656.43 22.74 726 0 726 0z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    cursor: pointer;
    background-color: transparent;
    transform: translateY(8px)
   }
   
   button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0 0 0 white;
    transition: all 2s ease;
   }
   
   button:hover:after {
    box-shadow: 0px -13px 56px 12px #ffffffa6;
   }
   
   button span {
    font-family: 'Belanosima', sans-serif;
    position: absolute;
    width: 100%;
    font-size: 1.6vmax;
    font-weight: 100;
    left: 50%;
    top: 50%;
    letter-spacing: 0.01vh;
    text-align: center;
    transform: translate(-50%,-50%);
    color: black;
    transition: all 2s ease;
   }
   
   button:hover span {
    color: white;
   }
   
   button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgb(194, 34, 167);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
   }
   
   button:hover:before {
    width: 100%;
   }
   
   

.pie_pagina{
    width: 100vw;
    height: 4vh;
    background-color:rgb(155, 54, 113);
    /* Para fijar el pie de pagina */
    position: fixed;
    bottom: 0;
    text-align:center;
    font-family: 'Belanosima', sans-serif;
    font-size: 1.5vmax;
}


/* Seccion principal */
.principal{
    width: 100vw;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 4vh;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-left: 7vh;
    padding-right: 7vh;
}

:root {
    --color: #000000;
    --background: #2196f3;
  }
  
.presentacion{
    width: 100%;
    height: 100%;
    background-color: black;


        background: var(--background);
        color: var(--color);
        transition: 2s;
      
}

.titulo{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    background-color: rgb(12, 184, 236);
    font-size: 4vmax;
    text-align: center;
    font-family: 'Belanosima', sans-serif;
    background: var(--background);
    color: var(--color);
    transition: 2s;
}


.titulo_seccion{
    font-family: 'Belanosima', sans-serif;
    font-size: 6vmin;
    text-align: center;
    padding-top: 6%;
    color: black;
}

/* contenido de Preguntas */


.conociendome{
    width: 100%;
    height: 100%;
    font-family:'Belanosima';
    font-size: 4vmin;
    line-height: 4vmin;
    background-size: cover;
    background-color: rgb(236, 174, 93);
}

/* preguntas de la izquierda */
.izq{

    margin-left: 5%;
    padding-left: 3%;
    margin-right: 5%;
    text-align: left;
    color: black;

}

.izq::before{
    content: "<>";

}


/* formato diferente para las respuestas */
.respuesta{
    font-family:'Belanosima';
    font-size: 3vmin;
    color: rgb(176, 82, 0);
    font-weight: 800;


}

.illia{
    width: 100%;
    height: 100%;
    background-color: rgb(163, 40, 40);
    font-size: 2rem;
    text-align: center;
    margin: auto;

    flex-direction: row;
    padding-top: 5%;
    justify-content: center;
    font-family: 'Belanosima', sans-serif;
    min-height: 20%;
}
.wrap {
        overflow: hidden;
        margin: 1%;


      }
      .box {
float: left;
        position: relative;
        width: 20%;
        padding-bottom: 14%;
      }
      .boxInner {
 

        position: absolute;
        top:0%;
        right:0%;
        left:0%;
        bottom:2%;

        overflow:hidden;

 
      }
      .boxInner img {
        width: 99.5%;
        height:99.7%;
      }
      .boxInner .titleBox {
        width: 100%;
        height: 70%;
        font-size: 70%;

        position: absolute;
       
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -50%;
        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.illia .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
        margin-bottom: 0%;
        background-color:rgba(0, 0, 0, 0.253);
        height:100%;
      }
  

   




.futuro{
    width: 100%;
    height: 100%;
    background-color: rgb(240, 169, 128);
    font-size: 2rem;
    text-align: center;

  
    flex-direction: row;
    padding-top: 6%;

    font-family: 'Belanosima', sans-serif;
    
}
.fotofuturo{
    height:100%;
    position: relative;

    margin:0%;




    width:100%;
    align-items: center;

    
}

.contactos{
    width: 100%;
    height: 100%;
    background-color: rgb(144, 150, 238);
    font-size: 2rem;
    text-align: center;
    padding-top: 6%;
    justify-content: center;
    font-family: 'Belanosima', sans-serif;
}
.logo{
    width:100%;
    height:100%;
    align-items:center;
    padding-top:10%;




}









    
