@charset "utf-8";

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

ul {
    list-style: none;
    width: 100%;
}

li {
    width: 100%;
}

nav {
    width: 100%;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color:#000000;
    font-family: 'Archivo', sans-serif;
}

body {
    background-color:rgb(255, 255, 255); 
    font-family: 'Archivo', sans-serif;
}

header {
    background-color: black;
    text-align: center;
    padding: 1em;
    width: 100%;

}

#logo {
    padding: .3em;
    width: 8em;
    margin: auto;
    display: block;
    align-items: center;
}

#logo img {
    display: block;
    background-color: white;
    align-items: center;

}

#datosAlumno img {
    width: 50%;
}


header ul li {
    margin: .3em; 
}

header ul li a {
    background-color: rgb(255, 218, 107);
    display: blocK;
    padding: .2em;
    color: black;
    border-bottom: #1b0021;
    align-items: center;
}

header ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: #1b0021;
}

.equipo li:not(:last-child)  {
    margin: 0 0 1em 0;
    padding-bottom: 1em;
}

.equipo li a {
    display: block;
    margin: 1em 0 0 0;
    padding: .3em;
    text-align: center;
}

.equipo li p {
    color: #000000;
    margin: 0 0.4em 0 0;
}

.equipo h4 {
    font-size: 1.3em;
    color: rgb(210, 215, 216);
    margin: 0 0 0.4em 0;
    text-align: left;
}

h2 {
    padding: 1em;
}
.equipo p{
    padding: 0.6em;
}

.datosEquipo {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
}

.equipo li:not(:last-child)  {
    margin: 0 0 1em 0;
    padding-bottom: 1em;
}

.equipo li a {
    display: block;
    margin: 1em 0 0 0;
    padding: .3em;
    text-align: center;
}

.equipo li p {
    color: #000000;
    margin: 0 0.4em 0 0;
}

.equipo h2 {
    font-size: 2.3em;
    color: rgb(0, 0, 0);
    margin: 0 0 0.4em 0;
    text-align: center;
}

.equipo img {
    max-width: 8em;
    border-style: solid;
    border-color: #000000;
    border-width: 0.5em;
}

.equipo p{
    padding: 0.6em;
}

.datosEquipo {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
}

nav.menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

article {
    margin: 1em;
    padding: 1em;
    background-color:rgb(255, 218, 107);
}



.comitente{
    margin-bottom: 0em;
    padding-bottom: 0em;
}

.comitente h3 {
    font-size: 1.7em;
    color: rgb(0, 0, 0);
    margin: 0 0 0.4em 0;
    text-align: center;
}

.comitente h4 {
    font-size: 1em;
    color: rgb(0, 0, 0);
    margin: 0 0 0.4em 0;
    text-align: center;
}

@media (min-width: 300px) {
    .comitente {
        margin-top: 3.5em;
    }

    .ACUMAR{
        padding-bottom: 1em;
    }

}


@media (min-width: 900px) {
    .equipo {
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

 .equipo ul {
    display: flex;
    justify-content: center;
}
    

article {
    margin: 1em;
    padding: 1em;
    background-color: rgb(255, 218, 107);
}

.alumnas {
    padding-inline: 22em;
}


.comitente h3{
    font-size: 2.3em;
    color: rgb(0, 0, 0);
    padding-bottom: 0.3em;
    text-align: center;
    display: block;
    align-items: center;
}

.comitente h4{
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    padding-bottom: 2em;
    text-align: center;
    display: block;
    align-items: center;
}
}

.comitente,
.academicos, 
.fadu,
.dgpc {
    background-color: #ffffff;
}

.comitente p {
    font-size: 14px;
    padding: 0.3em;
}

.mapa h2 {
    font-size: 2.3em;
    color: rgb(0, 0, 0);
    margin: 0 0 0.4em 0;
    text-align: center;
}

.datos {
    display: flex;
    max-width: 100%;
    
}

.ACUMAR img{
    max-width: 60%;
    margin-left: 2em;
    width: 10EM;
  }
  
  .descripcionacumar P{
      margin-left: 2em;
      margin-right: 2em;
  }
  
  
  .ACUMAR {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-right: 7em;
      align-items: center;
      margin-bottom: 4em;
    }
  
    
    
  
    @media(max-width: 1024px) {
    
      .ACUMAR{
        flex-direction: column;
        align-items: center;
        margin: 0em;
      }

      .ACUMAR img{
        margin: 0em;
        margin-top: 2em;
      }
  
      .descripcionacumar{
        margin-top: 0em;
      }

      .descripcionacumar p{
        margin-top: 1.5em;
        margin-bottom: 2em;
      }

      .datos {
        display: block;
        max-width: 100%;
        
    }
      }



/*Footer*/

footer {
    padding: 1em;
    background-color:#000000;
    color: hwb(0 100% 0%);
    font-weight: lighter;
    font-size: 10pt;
}



