*{
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #e1d7ee, #cfd6ff);
}

body {
    background-color:rgb(225, 233, 255);
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:rgb(3, 11, 59);
}

header {
    background-color: #e04e14;
    display: flex;
    justify-content: space-between;
    align-items: normal;
}

.header-menu {
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-radius: .6em;
    margin-top: 22px;
}

.logo {
    margin-left: 20px;
    max-width: 100%;
}

header nav ul li a {
    text-decoration: none;
    color: #e1d7ee;
    background-color: #f0662f;
    padding: .5em;
    display: inline-block;
    border-radius: .4em;
}

.nav-menu ul {
 list-style: none;
 display: flex;
 gap: 20px;
 margin: 0;
 padding: 0;
}

.nav-menu li {
    display: inline-block;
   margin-right: 20px;
}

.nav-menu {
  color: #e1d7ee;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
}

nav a:hover,
nav a:focus {
    color: #ffb3f5;
    background-color: rgb(3, 11, 59);
    transition: .3s;
}

a {
    color:aliceblue
}

.equipo a {
    color: #e04e14;
    text-decoration: underline;
    font-size: large;
}


.contenedora {
    max-width: 50rem;
    margin-inline: auto;
    background-color: #e1d7ee;
}

footer {
    background-color: #000000;
    padding: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: .6em;
}

footer p {
    color: rgb(255, 255, 255);
    width: min( 75rem, calc(100% - 2rem));
    margin-inline: auto;
    font-size: 12px;
    text-justify: center ;
    text-align: center;
    border-radius: .6em;
    display: inline-block;
    padding: 5px;
}

.integrantes {
    list-style: none;
    text-decoration: none;
    font-weight: bold;
} 


.equipo h2 {
    color: #10054e62;

}

.academicos {
    padding: 2em;
    margin: 0em;
    text-justify:auto;
    text-align: left;
    font-size: small;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: .6em;
    padding: 4em;
    margin-top: -10px;
    
}

.datosfadu {
    list-style: none;
    text-decoration: none;
}

.comitente {
    padding: 5em;
}

.comitente h2 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    color:#e04e14;
}

.comitente p {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(3, 11, 59);
}

.materias { 
    color: rgb(3, 11, 59);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color:#ff775111;
    padding: .4em;
    display: inline-block;
    max-width: 1400px;
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    flex-wrap: wrap;    
    justify-content:center;
    margin-top: 1rem;
    border-radius: .6em;
}

.materiasencurso {
    margin-top: 30px;
}

.cursada {
    margin-top: 70px;
}

img {
    max-width: 24%;
}

.logo2 {
    margin-left: 600px;
}

.fotorotulo{
    border-radius: .6em;
    
}

.datosacademicos {
    display: grid;
    grid-template-columns: repeat(auto-fill) minmax(50rem);;
}