/* imagen 500 PIXELES*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
body{
    background-color: rgb(255, 191, 244);
}

html{
    scroll-behavior: smooth;
}

nav{
    width: 100%;
    /* position: fixed; */
    /* top: 0; */
    padding: 20px;
    background: rgb(255,159,249);
    background: linear-gradient(90deg, rgba(255,159,249,1) 0%, rgba(199,91,194,1) 17%, rgba(119,31,125,1) 39%, rgba(126,24,72,1) 63%, rgba(134,33,65,1) 82%, rgba(80,3,3,1) 100%);
    display: flex;
    justify-content: space-evenly;
    position: fixed;

}
nav a{
    color: aliceblue;
    text-decoration: none;


}
nav a:hover{
    color: orange;
}

#section1{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(255,159,249,1);
    color: rgba(126,24,72,1);
    padding: 20px;
    text-align: center;
}
#section2{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(199,91,194,1);
    color: rgba(126,24,72,1);
    text-align: center;
}
#section2 div ul li{
    margin-left: 30px;
    list-style: none;
}
#section3{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:rgba(119,31,125,1);
    color: rgb(250, 192, 246);
}
#section3 div ul li{
    margin-left: 30px;
    list-style: none;
}
.imagen{
    border-radius: 400px;
    margin-left: 29px;
}
.imagen2{
    border-radius: 400px;
    margin-right: 29px;
    margin-left: 20px;
}

#pie{
    width: 100%;
    position: fixed;
    bottom: 0;
    color: aliceblue;
    padding: 20px;
    background: rgb(255,159,249);
    background: linear-gradient(90deg, rgba(255,159,249,1) 0%, rgba(199,91,194,1) 17%, rgba(119,31,125,1) 39%, rgba(126,24,72,1) 63%, rgba(134,33,65,1) 82%, rgba(80,3,3,1) 100%);
    display: flex;
    justify-content: space-evenly;

}

@media screen and (max-width: 900px){
    #section1{
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 0.7rem;
    }
    #section2{
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 0.7rem;
        text-align: center;
    }
    #section2 div ul li{
        list-style: none;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    #section3{
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 0.7rem;
        text-align: center;
    }
    #section3 div ul li{
        list-style: none;
        padding-right: 20px;
    }
    .imagen{
        border-radius: 300px;
        justify-content: center;
        width: 250px;
        padding: 20px;
        margin-left: 10px;
    }
    .imagen2{
        border-radius: 300px;
        justify-content: center;
        width: 250px;
        padding: 20px;
        margin-right: 10px;
    }
    nav{
        width: 100%;
        /* top: 0; */
        padding: 20px;
        background: rgb(255,159,249);
        background: linear-gradient(90deg, rgba(255,159,249,1) 0%, rgba(199,91,194,1) 17%, rgba(119,31,125,1) 39%, rgba(126,24,72,1) 63%, rgba(134,33,65,1) 82%, rgba(80,3,3,1) 100%);
        display: flex;
        justify-content: space-evenly;
        position: fixed;
        font-size: 0.7rem;
    }
    #pie{
        width: 100%;
        position: fixed;
        bottom: 0;
        color: aliceblue;
        padding: 20px;
        background: rgb(255,159,249);
        background: linear-gradient(90deg, rgba(255,159,249,1) 0%, rgba(199,91,194,1) 17%, rgba(119,31,125,1) 39%, rgba(126,24,72,1) 63%, rgba(134,33,65,1) 82%, rgba(80,3,3,1) 100%);
        display: flex;
        justify-content: space-evenly;
        font-size: 0.7rem;
    }
}
