@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*=========ESTILOS GENERALES=========*/

.titulos{
    font-weight: 900;
    color: #6F3EE5;
    font-size: 30px;
    font-family: "Rubik", sans-serif;
}

.subtitulos{
    font-weight: 700;
    color: #333333;
    font-size: 22px;
    font-family: "Rubik", sans-serif;
}

.textos{
    font-family: "Open Sans", sans-serif;
    padding: 10px 0px;
}

.margenes {
    margin: 25px 20px;
}
.destacado{
    display: flex;
    justify-content: center;
}


/*=========HEADER=========*/

#logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#logo img {
    width: 150px;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 65px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #707070;
    position: sticky;
    top: 0;
}

nav {
    font-family: "Open Sans", sans-serif;
    width: 100%;
}

ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

li a {
    color: #333333;
    text-decoration: none;
    font-weight: 800;
    padding: 10px;
    font-size: 20px;
} 
 li a:hover{
    color: #6F3EE5;
}

/*=========CARDS EQUIPO=========*/
.contenedor_integrantes{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.integrante {
    padding: 20px;
    background-color: #DDCFFF;
    margin: 20px;
    border-radius: 20px;
    width: 300px;
}

.integrante figure img {
    width: 150px;
    height: 100%;
    border-radius: 50%;
}

.descripcionintegrante h4 a {
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #ffffff;
    width: 300px;
    padding: 10px;
    background-color: #6F3EE5;
    border-radius: 10px;
}

.descripcionintegrante h4 {
    text-align: center;
    padding: 30px;
}

.integrante figure {
    display: flex;
    justify-content: center;
}

.descripcionintegrante p {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #333333;
}

/*=========MVP, ARQUETIPOS DE PERSONA=========*/

#Usuario{
    margin:70px;
}

.contenedor_MVP{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.section_MVP {
    background-color: #F0CDB9;
    max-width: 500px;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}


.section_MVP a {
  text-decoration: none;
  font-family:  "Rubik", sans-serif; 
  font-weight: 700;
  font-size: 25px;
  color: #6F3EE5;
}

/*=========MAPA=========*/
#mapa a img{
 width: 100%;
}



/*=========PLAN WEBAPP=========*/

.destacado_webapp {
    margin: 15px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.destacado_webapp div{
    background-color: #DDCFFF;
    max-width: 500px;
    width: 100%;
    padding: 30px 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.destacado_webapp div h3 {
    font-weight: 800;
    color: #6F3EE5;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}

.destacado_listado {
 display: flex;
 flex-direction: column;
 list-style: disc;
 padding: 0px 20px;
}

.destacado_listado li{
    font-family:  "Open Sans", sans-serif;
    font-size: 15px;
}

/*=========DATOS ACADEMICOS=========*/

#DatosAcademicos{
border-top: 7px solid #707070;
}

#DatosAcademicos h2{
    padding-top: 30px;
}

.contenedor_datosacademicos{
    margin: 30px 20px 50px;
    font-family: "Open Sans", sans-serif;
}

.img_logo_uba{
    width: 100%;
    max-width: 150px;
}
.img_logo_fadu{
width: 100%;
max-width: 300px;
}

.contenedor_datosacademicos img{
margin-bottom: 20px;
}

.contenedor_datosacademicos h4{
    margin-bottom: 15px;
}
.contenedor_datosacademicos p{
   padding: 5px 0px;
}

/*=========PLAN=========*/

#Plan div h1{
        font-family: "Rubik" , sans-serif;
        font-size: 30px; 
        font-weight: 900;
        color: #6F3EE5;
}
#Plan div p{
    font-family: "Open Sans" , sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 20px;
}



/*=========FOOTER=========*/

footer{
    font-family: "Open Sans" , sans-serif;
    color: #333333;
    background-color: #DDCFFF;
    font-size: 16px;
    text-align: center;
    padding: 0px 50px;
    font-weight: 600;
}
footer p{
    padding: 30px 0px;
    text-align: left;
}
/*======MEDIA QUERYS 800px======*/
@media only screen and (min-width: 50em) {
    .contenedor_integrantes{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #Usuario{
        margin-top: 1em;
        margin-bottom: 3em;
        margin-left: 14em;
        margin-right: 14em;
    }
    #DatosAcademicos h2{
        margin-left: 0.5em;
    }
    .titulos {
        margin-left: 0.5em;
    }
    .subtitulos {
        margin-left: 0.7em;
    }
    .textos{
        margin-left: 1em;
    }
  }

/*======MEDIA QUERYS 1040px======*/
@media only screen and (min-width: 65em) {
    .contenedor_integrantes{
        justify-content: space-evenly;
    }
  }

/*======MEDIA QUERYS 1200px======*/
@media only screen and (min-width: 75em){
    .margenes {
        margin: 25px 50px;
    }

    header{
        flex-direction: row;
    }

    #logo{
        justify-content: start;
    }
    nav ul{
        justify-content: end;
    }
    .integrante{
        width: 400px;
    }
    .contenedor_integrantes{
        justify-content: center;
    }
    .caja_datosacademicos{
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    .contenedor_datosacademicos{
        width: 33%;
    }
}
@media only screen and (min-width: 106em) {
    header{
        padding: 25px 70px;
    }
    .integrante{
        width: 600px;
    }
    .integrante figure img{
        width: 250px;
    }
    #DatosAcademicos{
        padding: 0em 1.5em;
    }
}