@charset "utf-8";
*{ 
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}
ul li a{
    text-decoration: none;
    display: inline;
    text-align: center;
}

body{
    background-color: white;
    margin: 2em;
}


header, footer{
    background-image: linear-gradient(180deg, #7052ac, #c3b7db);
    color:rgb(0, 0, 0);
    padding: 1em;
    height: 100%;
    font-size: 10px;
    text-aling: center;
}


header{
    position: sticky;
    top: 0;
    margin: 0;
   border: solid 5px #7052ac;
}

header nav ul {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}

.inicio{
  display: flex;
}


.logoDGPC{
    width: 20%;
}

.nav{
  width: 80%;
}


.menu a{
    color: rgb(0, 0, 0);
    display: inline; 
    text-align: left;
    font-size: 13px;
    margin: 1em 0em 1em 2em;
}
ul li a{
    text-decoration: none;
    display: inline;
    border-radius: .2em;
    text-align: center;
}

a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    display: inline;
}

h1{
    margin-block: 1em;
    background-color: #7052ac;
    color: black;
}

.titulo{
    margin-top: 1em;
}

h2{
    margin-top: 1em;
}

h3{
    margin-top: 1em;
}

footer{
    margin-top: 1em;
}

img{
    margin-top: 2em;
    max-width: 100%;
}

ul{
    list-style-type: none;
}

.equipocontenedora{
  text-align: center;
  border: solid 5px #7052ac;
  border-radius: 5%;
  background-color: #c3b7db;
}

.equipocontenedora h2{
  background-color: #7052ac;
}

.comitentecontenedor{
  text-align: center;
  border-radius: 5%;
  border: solid 5px #7052ac;
  background-color: #c3b7db;
  margin-block: 1em;
}

.comitentecontenedor h2{
  background-color: #7052ac;
}

.comitentecontenedor p{
  padding: 2em;
}


.academicocontenedora{
  background-color: #c3b7db;
  margin-block: 1em;
  border: solid 5px #7052ac;
}

.datosuba{
  border-bottom: solid 2px black;
  padding: 1em;
}

.datosfadu{
  padding: 1em;
  border-bottom: solid 2px black;
}

.datosdgpc{
  padding: 1em;
}

h2{
    background-color: #c3b7db;
    color: black;
}

@media (min-width: 1440px) {
  .datos{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }

  .comitentecontenedor{
    width: 50%;
    background-color: #c3b7db;
    margin-block: 2em;
    border-radius: 5%;
    border: solid 5px #7052ac;
  }

  .inicio{
    display: flex;
    justify-content: left;
  }

  .equipocontenedora{
    width: 30%;
    background-color: #c3b7db;
    margin-top: 2em;
    margin-bottom: 20em;
    border: solid 5px #7052ac;
    border-radius: 5%;
  }


  .academicocontenedora{
    display: flex;
    justify-content: space-evenly;
    background-color: #c3b7db;
    margin-block: 2em;
    border: solid 5px #7052ac;
  }

  .datosuba{
    border-right: solid 2px black;
    padding-right: 5em;
    margin-left: 1em;
    border-bottom: solid 2px #c3b7db;
  }

  .datosdgpc{
    border-left: solid 2px black;
    padding-left: 5em;
  }

  .datosfadu{
    border-bottom: solid 2px  #c3b7db;
  }

}

