.container {
 width: 1100px;
 height: 750px;
 display: flex;
 flex-direction: row;
 border: 1px solid black;
}

.columizquierda {
width: 25%;
height: 100%;
border: 1px solid black;

}

.columderecha {
width: 75%;
height: 100%;
background: hotpink;
border: 1px solid black;
}

.box-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    background: lightcoral;
    border: 1px solid white;
}

.box-2 {
    font-family: inherit;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40%;
    background: mistyrose;
    border: 1px solid white;
}

.box-3 {
    font-family: inherit;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40%;
    background: mistyrose ;
    border: 1px solid white;
}

.box-4 {
    align-items: center;
    font-family: fantasy;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
    font-size: 3.4em;
    justify-content: center;
    background: mistyrose;
    border: 1px solid white ;


}

.box-5 {
    font-family: inherit;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
    background: mistyrose;
    border: 1px solid white ;

}

.box-6 {
    font-family: inherit;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
    background: mistyrose;
    border: 1px solid white ;

}

.box-7 {
    font-family: inherit;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
    background: mistyrose;
    border: 1px solid white ;

}

.img-miac {
   width: ;
   height: ;
   border-radius: 50%;
   border: 1px solid black;
   left: 50%;
   justify-content: center;
}