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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family:"Poppins", sans-serif;
    background-color: #1c0837;
    margin: 0;
    color: white;
    width: 100%;
}
header {
    background-color: #441568;
    padding: 1em;
    align-content: center;
    justify-content: center;
}
nav ul{
    display: flex;
    justify-content: space-evenly;
    gap:1.5em;
    align-self: center;
    list-style: none;
    margin-top: 0.5em;
}
.link-header{
    background-color:#2abce1;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 0.8rem;
    text-decoration: none;
    color: #18082e;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
} 
.link-header:hover{
    background-color:#18082e;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 0.8rem;
    text-decoration: none;
    color: #2abce1;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

h1{
    color: #2ae1c1;
    text-align: center;
    margin-top: 0.5em;
    text-transform: uppercase;
    font-size: 2em;
}
h3{
    color: #ffffff;
    font-family: "Poppins",Arial, Helvetica, sans-serif ;
    font-weight: 500;
    text-align: center;
    margin: 2%;
    font-size: 1em;
}
h2{
    color: #2abce1;
    font-family: "Poppins",Arial, Helvetica, sans-serif ;
    font-weight: 600;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-size: 2em;
}
.integrantes {
background-color:#441568;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:space-between;
align-items: center;
text-align: center;
width: 7em;
height: 15em;
padding: 1rem;
border-radius: 15px;
margin-bottom: 2em;
gap: 0.1rem;
img{
        width: 125%;
        margin: 0%;
        border-radius: 15px;
    }
    a{
        text-decoration: none;
        color: #ffffff;
        font-size: 100%;
    }
}
figure .imgplan{
    width: 100%;
    height: auto;
    object-fit: contain;
}
figure .img-mapa-empatia{
    width: 100%;
    height: auto;
    object-fit: contain;
}
figure .img-mapa{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.divintegrantes{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
main{
    padding: 5%;
    section{
        width: 100%;
        align-items: center;
    }
    .titulo{
        text-align: center;
        width: 100%;
        font-size: 3rem;
        color: #caa2a2;
        text-align: center;
    }
    .subtitulo{
        text-align: center;
        font-size: 1.5rem;  
    }
    h1, h2{
        width: 100%;
    }
}
footer{
    background-color: #441568;
    color: #ffffff;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.7rem;
    width: 100%;
}