@charset "utf-8";

/*--univ--*/

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


/*-body y generales-*/


body{
    font-family:Arial, Helvetica, sans-serif;
    color: #525694;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;

}


main{
    flex-grow: 1;

}

a{
    color:#323661;
    text-decoration: none;
    font-size:small;
    transition: 0.2s ease-in-out;
}

img{
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

nav, ul, ol, li, p{
    list-style: none;
    text-align:left;
    font-size:medium;
    padding:0rem 0rem;
    
    
} 


h1{
    font-size: 2.5rem;
    font-family:Arial, Helvetica, sans-serif;
}

h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    padding: 8px;
    padding-inline-start: 0;

}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    padding: 1rem 0;

}


/*Seccion header*/

#dgpclogo{
    margin-top: 3px;
    margin-left: 10px; 
    max-width: 100px;    
}


header{
    background-color:#f17aac;
    display: flex;
    align-items: center;
    padding:10px;   
    
}

header ul li a{
    box-sizing: border-box;
    padding: 0px 10px;
    gap: 30px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: medium;
    background-color: #f594c5;
    border-radius: 0.5rem;
    margin-top:5px;

    justify-content: center;
    align-items: center;
}

header ul li{
    padding-left: 10px;
    justify-content:space-between;
    display: flex;


}

.menuhamburguesa a:hover{
    background-color:#df5da9;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
}

#barrabusqueda {
    display: flex;
    gap:5px;
}

.navegador{
display: flex;
justify-content:space-between;
align-items: center;
margin: 0 auto;
max-width: 50rem;
}



/*seccion estudiante*/


.Estudiante a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:x-large;
    color: rgb(250, 252, 253);
    background-color: #f17aac;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 10px;
    
}

.Estudiante p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.Estudiante h1{
    text-align: center;
    margin-top: 10px;
}


.Estudiante img{
    display: flex;
    margin: auto;
    max-width:100%;
}


.Estudiante{
    background-color: #323661;
    color: #df5da9;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;

}

.behance{
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.behance a:hover{
    background-color:#ffffff;
    color: #525694;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
}

#materias{
    padding:2rem 2rem;
}

#datosacademicos{
    padding:1rem 2rem;
    
}

#datosacademicos h3{
 padding: 0px 0px;
}

#datosacademicos ul li{
    padding:0px 0px;
    
}

#datosacademicos img{
    max-width: 100px;
    display: flex;
    margin:1rem 0;

}



/*---Equipo VM34 + PLAN*/


.equipo h1{ 
    margin-bottom: 2rem;    
}

#equipovm34 {
  text-align: center;
  
}

#equipovm34 a{
    border-radius: 15px;
    padding: 5px;
    background-color: #f594c5;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size:small;
    margin: 2px 0px;
}

#equipovm34 a:hover{
    background-color: aliceblue;
    color: #525694;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: italic;

}


/*footer*/

.textito{
    font-size:smaller;
    text-align:left;
    padding:10px;
    margin: 0 auto;
    max-width: 50rem;
    
}

footer{
    background-color: #525694;
    color: white;
    
}


/*--FIN INDEX ISABEL. INICIO PLAN*/


.bocetito{
    box-sizing: border-box;
    justify-content:center;
    text-align: center;
    margin:10px 15px;
    background-color: #ffffff;
    
}

.bocetito h1{    
    background-color:#f594c5;
    margin-bottom: 15px;
}

.bocetito img{
    max-width:70%;
}

