*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: red;
    color: black;
    width: 100vw;
    height: 100vh;
}

.presentacion{
text-align: center;

}

.cabecera{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
}

/* comienza estilo de boton */

.button {
 background-color: #eee;
 border: none;
 padding: 3vmin;
 font-size: 2vmin;
 width: 10em;
 border-radius: 1rem;
 color: lightcoral;
 box-shadow: 0 0.4rem #dfd9d9;
 cursor: pointer;
 text-align: center;
}

.button:active {
 color: white;
 box-shadow: 0 0.2rem #dfd9d9;
 transform: translateY(0.2rem);
}

.button:hover:not(:disabled) {
 background: lightcoral;
 color: white;
 text-shadow: 0 0.1rem #bcb4b4;
}

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

/* termina estilo de boton */

.pie_pagina {
    width: 100%;
    height: 5vh;
    background-color: dimgrey;
    position: fixed;
    margin-left: 2px;
    margin-right: 2px;
    bottom: 0;
}

.presentacion {
    width: 100%;
    height: 95vh;
    background-color: rgb(0, 0, 0);
    padding-top: 10vh;
    text-align: center;
    font-size: 500%;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1 {
    position:relative;
    font-family: sans-serif;
    color: #fff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: 2em;
    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);
  }
  
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100%{
      background-position: 500%;
    }
  }


.conociendome {
    width: 100%;
    height: 95vh;
    background-color: purple;
}

.container-info{
    display: flex;
    flex-direction: column;
}

.container-info h1{
    text-align: center;
}

.container-cuestionario{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-tarjeta{
    padding: 3vmin;
    background-color: rgb(255, 109, 24);
    display: flex;
    flex-direction: column;
    width: 20%;
    border: 5px solid white;
    margin: 3vmin;
    border-radius: 12px;
}

.container-tarjeta p{
    font-size: 4vmin;
    text-align: center;
    font-size: 90%;
}

.container-pregunta{    
    text-align: center;
    color: #1b00b3;
}

.container-respuesta{
    margin: auto;
    color:rgb(253, 255, 125)
}

.illia {
    width: 100%;
    height: 95vh;
    background-color: blue;
    padding-top: 5vh;
    background-color: #865454;
    font-family: Arsenal;
}
    
    .honeycomb {
        max-width: 110vmin;
        margin: 5vmin auto;
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        padding-bottom: 5.5%;
    }
    
    .honeycomb li {
        width: 25%;
        position: relative;
        visibility: hidden;
    }
    
    .honeycomb li:after {
        content: '';
        display: block;
        padding-bottom: 86.6%;
    }
    
    .honeycomb li:nth-child(7n+5) {
        margin-left: 12.5%;
    }
    
    .cell {
        position: absolute;
        width: 96%;
        margin: 0 2%;
        padding-bottom: 110.85%;
        transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
        overflow: hidden;
    }
    
    .cell * {
        margin: 0;
        padding: 0;
        position: absolute;
        visibility: visible;
    }
    
    .honeycomb li a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
        overflow: hidden;
    }
    
    .honeycomb li img {
        left: -100%;
        right: -100%;
        width: auto;
        height: 100%;
        margin: 0 auto;
        transform: rotate3d(0, 0, 0, 0deg);
    }
    
    .honeycomb li .title,
    .honeycomb li .text {
        width: 100%;
        padding: 5%;
        display: block;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        transition: transform .2s ease-out, opacity .3s ease-out;
    }
    
    .honeycomb li .title {
        bottom: 50%;
        padding-top: 50%;
        font-size: 1.5em;
        z-index: 1;
        transform: translate3d(0, -100%, 0);
    }
    
    .honeycomb li .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 10%;
        border-bottom: 1px solid #fff;
    }
    
    .honeycomb li .text {
        top: 50%;
        padding-bottom: 50%;
        transform: translate3d(0, 100%, 0);
    }
    
    .honeycomb li a:hover .title,
    .honeycomb li a:focus .title,
    .honeycomb li a:hover .text,
    .honeycomb li a:focus .text {
        transform: translate3d(0, 0, 0);
    }


.futuro {
    width: 100%;
    height: 95vh;
    background-color: palevioletred;
    padding-top: 10vh;
    
}
.foto_v {
    display: none;
}

.foto_h {
    display: none;

}

@media (orientation: landscape) {
    .foto_h{
        display:block;
        display: flex;
        margin: auto;
        width: 80vh;
    }
}

@media (orientation: portrait) {
    .foto_v{
        display:block;
        display: flex;
        margin: auto;
        width: 45vh;
    }
}

.contactos{
    width: 100%;
    height: 95vh;
    background-color: lightblue;
    padding-top: 10vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.redes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.redes img{
    width: 34vh;
    border: 5px solid white;
    margin: 3vmin;
    border-radius: 12px;
    margin-left: 10vh;
    margin-right: 10vh;
}

