/*comentarios */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,900;1,700&display=swap');

body {
    background-color: #b8d586;
}

body {
    font-family: 'Lato', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
}

.foto {
    display: flex;
    justify-content: center;
    /* Centrado horizontal */
    align-items: center;
    /* Centrado vertical */
    /* Otras propiedades de diseño si es necesario */
}

/* Titulos */

section header a {
    text-align: center;
}

h1 {
    font-family: 'Lato', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
    text-decoration: none;
}

li {
    text-align: center;
}

ul {
    text-align: center;
}

h2,
h3,
h4 {
    font-family: Lato, Helvetica, sans-serif;
    color: rgb(69, 70, 8);
    line-height: 3;
    text-align: center;

}

p {
    font-family: Lato, Helvetica, sans-serif;
    line-height: 1.5;
    text-align: center;
    color: rgb(69, 70, 8);
    text-decoration: none;

}

.minimo {
    font-size: 0.7em;
    text-align: center;
    background-color: aqua;
    text-align: center;
}

a {
    font-family: Lato;
    text-decoration: underline;
    text-align: center;
    font-size: 20px;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
}

nav ul li a {
    color: black;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #77a22c;
    text-decoration: none;
    padding: 20px;
    margin: 2rem;
    border-radius: 8px;
}

nav ul li a:hover {
    background-color: #536730;
    color: rgb(255, 255, 255);
    padding: 20px;
}

.linkactivo:hover {
    background-color: beige;
    color: rgb(17, 17, 17);
}


h3 {
    font-size: 35px;
}

.footer {
    text-align: right;
}

.foto {
    border-radius: 100%;
    margin: 35px;
}

.columnas {
    gap: 5px;
    display: flex;
    flex-flow: column;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 100px;
}

.column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background-color: #d2e9ab;
    border-radius: 20px;
    width: 400px;
    height: 600px;
}

.datos {
    width: 80%;
    text-align: center;
}

.datos h2 {
    font-size: 30px;
    margin: 10px 10px;
}

.datos h3 {
    font-size: 20px;
}

footer {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}


a {
    color: black;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #77a22c;
    text-decoration: none;
    padding: 20px;
    margin: 2rem;
    border-radius: 8px;
    
}

a:hover {
    background-color: #536730;
    color: rgb(255, 255, 255);
    padding: 20px;
}

#integrantes {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: space-evenly;
    background-color: #d2e9ab;
    border-radius: 25px;
    margin-left: 70px;
    margin-right: 70px;

}

.perfil {

    display: flex;
    justify-content: center;

}

.perfil h1 {

    font-weight: 300;
    color:#536730;
}

#nav-mobile {
    display: flex;
    flex-direction: column;
}

@media (max-width: 640px) {

    .columnas {
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
    }

    .column {
        height: auto;
    }

    nav ul li a {

        display: none;

    }

    #integrantes {
        flex-wrap: wrap;
    margin: 15px;
    }

    #integrantes h1 {
    font-size: 30px;
    }


}

@media (min-width: 640px) {

    .boton-mobile {
        display: none;
    }
}
