/* Division principal en seccion: sobre mí */
/* Contenedor padre de todos los datos */
.contenedor_datos:nth-child(2){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}
.contenedor_datos {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
    margin-bottom: 1vmin;
    padding-top: 1vmin;
    padding-bottom: 4rem;
    position: relative;
    top: 9%;
}

/* Cada uno de los datos es hijo de la división principal */
/* Nombre y edad */
.dato1:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-left: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
   
}

/* Contenedor padre: dato1 *//* Nombre y edad */
.dato1{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato1 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Bailar */
.dato2:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104) ;
    margin-top:1vmin;
    margin-bottom: 1vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}
/* Contenedor padre: dato2 *//* Bailar */
.dato2{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato2 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Colores */
.dato3:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-right: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 15%;
}
/* Contenedor padre: dato3 *//* Colores*/
.dato3{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato3 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Veganismo */
.dato4:nth-child(4) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-left: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}
/* Contenedor padre: dato4 *//* Veganismo */
.dato4{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato4 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Carrera */
.dato5:nth-child(5) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;

}
/* Contenedor padre: dato5 *//* Carrera */
.dato5{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato5 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Musica */
.dato6:nth-child(6) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-right: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}

/* Contenedor padre: dato6 *//* Música */
.dato6{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato6 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Bandas favoritas */
.dato7:nth-child(7) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-left: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}
/* Contenedor padre: dato7 *//* Bandas */
.dato7{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato7 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 90%;
    font-size: 4vmin;
}

/* Idols */
.dato8:nth-child(8) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}

/* Contenedor padre: dato8 y dato9 *//* Idols */
.dato8{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato8 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 60%;
    font-size: 4vmin;
}
.ten:nth-child(2){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 18%;
}

.dato9:nth-child(9) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-right: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}

.dato9{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.dato9 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 50%;
    font-size: 4vmin;
}

/* .yuta:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 18%;
}  */


/* .dato10:nth-child(10){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-left: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
}

/*
.dato11:nth-child(11){
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    width: 30%;
    height: 38%;
    background-color: rgb(252, 252, 104);
    margin-top:1vmin;
    margin-bottom: 1vmin;
    margin-right: 3vmin;
    border: 1px solid rgb(252, 252, 104);
    border-radius: 10%;
} */

/* Géneros musicales */
.musica{
    color:rgb(253, 48, 48);
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.musica:hover {
    color: #66d7d1;
    text-decoration: underline;
    transition: all 800ms ease;
    font-family: 'Times New Roman', Times, serif;
}

/* Contenedor padre: dato10 *//* Redes */
/* .dato10{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
} */

/* Icon de facebook */
.facebook:nth-child(1){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

/* Icon de Twitter */
.twitter:nth-child(2){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

/* Icon de instagram */
.instagram:nth-child(3){
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

/* /* Contenedor padre: dato11 *//* Página mis gustos */
/* .dato11{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.dato11 p:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self:center;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 80%;
    font-size: 10vmin;
    background-color: tomato;
    border: tomato solid 1px;
} */ */

/* LINKS */
/* Géneros musicales */
.musica{
    color:rgb(253, 48, 48);
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.musica:hover {
    color: #66d7d1;
    text-decoration: underline;
    transition: all 800ms ease;
    font-family: 'Times New Roman', Times, serif;
}

/* Bandas favoritas */
.bandas{
    color:rgb(253, 48, 48);
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.bandas:hover {
    color: #66d7d1;
    text-decoration: underline;
    transition: all 800ms ease;
    font-family: 'Times New Roman', Times, serif;
}

/* Idols */
.idol{
    color:rgb(253, 48, 48);
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.idol:hover {
    color: #66d7d1;
    text-decoration: underline;
    transition: all 800ms ease;
    font-family: 'Times New Roman', Times, serif;
}