@import url('https://fonts.googleapis.com/css?family=Muli');

* {
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
}
body {
    width: 100%;
    background: fixed;
    background-image: url(../img/ideas_human_design.jpg);
    background-size: 100%;  
}

.body {
    display: flex;
    width: 100%;
    height: 500px;
    align-items: center;
    padding: 150px 0px;
}

.principal {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url(../img/fondo-01.png);
}

#parrafo {
    width: 30%;
    margin: 20px 30px;
}

h1 {
    color: #EA7A9B;
    font-size: 27px;
    margin-left: 10px
}

#parrafo p {
    background-color: #EA7A9B;
    color: #fff;
    text-align: justify;
    font-size: 13px;
    padding: 30px 30px 30px 30px;
}

#imagen {
    width: 40%;
    margin: 20px 20px;
    text-align: center;
}

#lista {
    width: 30%;
    margin: 20px 0px;
}

#lista li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 17px;
}

#lista div {
    margin-right: 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bola1 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #F4C52B;
    color: #fff;

}

#bola2 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #8BC53F;
    color: #fff;
}

#bola3 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #FF2045;
    color: #fff;
}

#bola4 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #92278E;
    color: #fff;
}

#bola5 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #00ACAC;
    color: #fff;
}

#bola6 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #EC1E79;
    color: #fff;
}
