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

.body{
    background-color:rgb(167, 229, 182);
    height: 100%;
    width: 100%;
}

/* comienza cabecera */

.cabecera{
    position: fixed;
    top:0;
    width: 100%;
    background-color:  rgb(167, 229, 182);
}

/* estilos de botones */

.botonera{
    display: flex;
    justify-content: space-around;
    margin: 5vh;
    
}

.botonera a{
    background-color: #74af6e;
    padding: 0.5vmin;
    font-size: 2vmin;
    width: 12em;
    border-radius: 1rem;
    color: rgb(255, 255, 255);
    box-shadow: 0 0.4rem #56995b;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.botonera a:active{
    color: rgb(255, 255, 255);
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}
   
.botonera a:hover:not(:disabled){
    background: rgb(47, 90, 49);
    color: white;
}
 
.principal {
    width: 98%;
    margin: auto;
    margin-top: 20vh;
    height: 87vh;
    margin-bottom: 5vh;
}

/* comienza inicio */

.presentacion{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #b5ecca;
    background-size: .2em 100%;
    font: 10.5em/1 Open Sans, Impact;
    width: 100%;
    min-height: 57vh;
    border-style: double; color: #74af6e;
}

.text {
 fill: none;
 stroke-width: 6;
 stroke-linejoin: round;
 stroke-dasharray: 70 330;
 stroke-dashoffset: 0;
 -webkit-animation: stroke 6s infinite linear;
 animation: stroke 6s infinite linear;
}

.text:nth-child(5n + 1) {
 stroke: #0f782c;
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: #88ff7d;
 -webkit-animation-delay: -2.4s;
 animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
 stroke: #074409;
 -webkit-animation-delay: -3.6s;
 animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
 stroke: #66c180;
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: #8fe985;
 -webkit-animation-delay: -6s;
 animation-delay: -6s;
}

@-webkit-keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

@keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

.text:nth-child(5n + 1) {
 stroke: #256d2a;
 -webkit-animation-delay: -1.2s;
 animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
 stroke: #5dc967;
 -webkit-animation-delay: -2.4s;
 animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
 stroke: #E9F1DF;
 -webkit-animation-delay: -3.6s;
 animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
 stroke: #4dd47c;
 -webkit-animation-delay: -4.8s;
 animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
 stroke: #33a34a;
 -webkit-animation-delay: -6s;
 animation-delay: -6s;
}

@-webkit-keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

@keyframes stroke {
 100% {
   stroke-dashoffset: -400;
 }
}

svg {
 position: absolute;
 width: 80%;

}

/* comienza cabecera conociendome */

.seccion1{
    width: 100%;
    min-height: 87vh;
    background-color: #b5ecca;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: double; color: #74af6e;
    font-size: 200%;
    font-family: 'Noto Serif', serif;
    margin-top: 2%;
}
  
.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(167, 229, 182);
    display: flex;
    flex-direction: column;
    width: 30%;
    border: 5px solid white;
    margin: 3vmin;
    border-radius: 12px;
    height: 30vmin;
}

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

.container-pregunta{    
    text-align: center;
    color: #74af6e;
}

.container-respuesta{
    margin: auto;
    color: #ffffff;
}

/* comienza paso por el illia */

.seccion2{
    width: 100%;
    min-height: 87vh;
    background-color:#b5ecca;
    border-style: double; color: #74af6e;
    font-size: 200%;
    font-family: 'Noto Serif', serif;
    margin-top: 2%;
    padding: 2rem;
}

.seccion2 h1{
    display: flex;
    justify-content: center;
    color: #56995b;
}

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

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

.galeria {
    margin:1em 5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.foto {
    height: 5.5em;
    margin: 0.5em;
    border: solid 2px rgb(255, 255, 255);
}

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

/* comienza viendo al futuro */

.seccion3{
    width: 100%;
    height: 100vh;
    min-height: 87vh;
    background-color: #b5ecca;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-style: double; color: #74af6e;
    font-size: 200%;
    font-family: 'Noto Serif', serif;
    margin-top: 2%;
}

.seccion3 h1{
    color: #56995b;
    display: flex;
    justify-content: center; 
    margin-top: 8%;
}

.container-img img{
    height: 70%;
    width: 90%;
    justify-content: center;
    margin-top: 3.5%;
    align-items: center;
}

.foto_v{
    display: none;
}

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

.foto_h{
    display: none;
}

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

/* comienza contactos */

.seccion4{
    width: 100%;
    min-height: 69vh;
    background-color: #b5ecca;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-style: double; color: #74af6e;
    font-size: 200%;
    font-family: 'Noto Serif', serif;
    margin-top: 2%;
}

.seccion4 h1{
    display: none;
}

.container-redessociales{
    height: 75%;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* comienza pie de pagina */
  
.pie_pagina {
    width: 100%;
    height: 5vh;
    background-color: #56995b;
    position: fixed; bottom: 0%;
    border-style: double; color: #ffffff;
    margin-top: 2%;
}