@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

/* Contiene párrafo con foto: es hijo de seccion1 */
.division:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

/* Titulo del articulo */
.titulo_presentacion{
    display:block;
    font-size: 3.65vmin;
}

/* Contenedor padre */
.division{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

/* Párrafo de presentación personal(hijo del articulo1)*/
.parrafo1:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.parrafo1{
    font-family: 'Itim', cursive;
    text-align: justify;
    font-size: 3.50vmin; 
    width: 70%; 
    margin-left: 3%;
}


/*Imágenes personales (hijo del articulo1) */
.division1:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

/* Contenedor padre */
.division1{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 70%;
    width: 30%;
    margin-left: 0.5%;
}

/* Imágenes personales (hijas de division1) */

.maite1:nth-child(1){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 60%;
    margin-bottom: 1vmin;
    margin-top: 1vmin;
}

.maite2:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 60%;
    margin-top: 1vmin;
    margin-bottom: 1vmin;
}
