/*
paleta
cioleta #752092
v mediotono #c957bc
naranja #ffc872
crudo #ffe3b3
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{
    margin:0;
}

.barra{ 
display: flex;
align-items: center;
background: #752092;

margin-top: 0;
    padding: 0 5rem 0 5rem;
}
.grupo{color: #fff;
    font-family: 'Roboto', sans-serif;font-weight: 700;
   }

.navbot{padding-left: 20rem;
    
}

.boton{
 	display: inline-block;
 	padding: 0.375rem;
 	width:6.25rem;
 	color: #fff;
    text-align: center;
 	text-decoration: none;
    font-family: 'Roboto', sans-serif;font-weight: 300;
 	 }


footer{background-color: #faebeb;
    padding: .3rem 5rem .3rem 5rem;
    font-family: 'Roboto', sans-serif;font-weight: 300;
    bottom: 0;
    position: fixed;
       font-size: .7rem;
   }

.datospersonales{
    background: #ffc872;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem 2rem 5rem;
    
}
.nombre{color: #752092;
    font-family: 'Roboto', sans-serif;font-weight: 700;
    font-size: 2rem;
    margin-top: 0;

}

.centro{
    flex-direction: column;
   margin: 0 15rem 0 5rem;
}
.infotp{
    font-family: 'Roboto', sans-serif;font-weight: 300;
    color: #752092;
}


.directorio{margin-top: 0;padding: 0;}

.titulo{ 
    font-family: 'Roboto', sans-serif;font-weight: 500;
    color: #752092;
    font-size: 1.3rem;
    
}

.botonlink{color: #c957bc;
 	margin-top: 1rem;
 	width:6.25rem;
 	text-align: center;
 	text-decoration: none;
    font-family: 'Roboto', sans-serif;font-weight: 300;}

.data{   
    display: flex;
    justify-content: space-between;
background: #752092;

margin-top: 0;
padding: 2rem 5rem 2rem 5rem;
}
.uba{
    display: flex;
    flex-direction: column;
    padding; 0 3rem 0 3rem;
    margin: 0 1rem 0 1rem;
    
}
.destacado{ 
    font-family: 'Roboto', sans-serif;font-weight: 500;
    color: #fff; margin; 0; padding: 0; font-size: 1.2rem;
    
}

p{color: #fff;font-family: 'Roboto', sans-serif;font-weight: 300;}


 .fotos{border-radius: 5.625rem;}

 