*{margin:0px;}
.padre {
   display: flex;
   flex-direction: column;
}
.hijo1 {
    background-color: rgb(255, 186, 122);
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.nieto1 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 80px;
    height: 40px;
    text-align: center;
    border-style: outset;
}
.nieto2 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 120px;
    height: 40px;
    border-style: outset;
}
.nieto3 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 120px;
    height: 40px;
    text-align: center;
    border-style: outset;
}
.nieto4 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 120px;
    height: 40px;
    text-align: center;
    border-style: outset;
}
.nieto5 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 150px;
    height: 40px;
    text-align: center;
    border-style: outset;
}
.hijo2 {
    background-color: lightblue;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
}
.texto {
    margin-top: 20px;
    margin-left: 15px;
}
.nieto6 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 80px;
    height: 40px;
    align-items: center;
    position: fixed;
    left: 20%;
    bottom: 5%;
    text-align: center;
    border-style: outset;
}
.nieto7 {
    background-color: rgb(44, 100, 185);
    color: yellow;
    width: 150px;
    height: 40px;
    align-content: center;
    position: fixed;
    bottom: 5%;
    left: 40%;
    border-radius: 10px 10px;
    text-align: center;
    border-style: outset;
    border-color: rgb(11, 3, 83);
}
.imagen {
    width: 120px;
    height: 150px;
    margin-top: 20px;
}