* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    margin: 0;
    color: rgb(44, 40, 53);
    background-color: #c1dfff;
}
p, li {
    text-wrap: pretty;
}
.textos {
    line-height: 2rem;
}
h1, h2, h3, h4 {
    color: #0054a7;
    line-height: 1.1;
    text-wrap: balance;
}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: beige;
    font-weight: bold;
}

ul, ol {
    list-style: none;
    padding: 0;
}

.contenedora {
    max-width: 50rem;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 1rem; 
    
}

header, footer {
    background-color:#CFF250;
    color: #c1dfff;
    padding: 1rem;
}

header {
    box-shadow: 
    0
    4px
    4px
    hsl(0 0% 0% / 20%);
}
footer {
    background-color: hsl(198 100% 44%);
}
#logodgpc {
    display: block;
    border-radius: .5rem;
    width: 6rem;
    padding: .25rem .5rem;
    background-color: rgb(255, 255, 255);
    border: solid 3px honeydew;
}
header.contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: justify;
    box-shadow: 
    0
    4px
    4px
    hsl(0 0% 0% / 20%)
}

header nav ul {
    margin-block: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color:hsl(198 100% 44%);
    font-weight: bold;
    text-transform: uppercase;
}
header nav ul li {
    min-width: 4em;
    margin: .25em 0 .25em .25em;
}
header nav a {
      color: hsl(0 0% 95%);
      display: block;
      padding-block: 0.25em .5em;
}
nav, ul, li, a{
    border-radius: .25em ;
    color: rgb(255, 255, 255);
    padding: .25em .5em;
    text-align: center;
    display: block;
}
header nav a:hover,
header nav a:focus-visible {
    background-color: hsl(0 0% 95%);
    color:#6100a7;
    outline: none;
}

section.contenedora {
    padding-block: 2em;
}

.titulo {
    border-block-end: 4px solid hsl(0, 0%, 100%);
    padding-block-end: .35rem;
}
.comitente {
    font-size: 1.25em;
}
.comitente figure {
    margin: 0;
    width: clamp(10rem, 8rem + 25vw, 30rem);
    margin-inline-end: 1rem;
}
.comitente img {
    border-radius: .25rem;
}
.equipo_articulos article {
    display: grid;
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
}
.equipo article {
    background-color: hsl(280 29% 44% / .15);
    margin-block: .5em;
    padding: 1em;
    border-radius: .25em;
}
.equipo img {
    background: hsl(38 100% 47%);
    width: 10em;
    aspect-ratio: 1;
    border: solid .4em #0054a7;
    border-radius: 50%;
    box-shadow:
    0 4px 4px hsl(0 0% 0% / 20%);
}
.equipo_textos a {
    background-color: #0054a7;
    color: hsl(0, 0%, 100%);
    padding-block: .125em .25em;
    padding-inline: 1em .75em;
    
  }
.equipo_textos {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1.25em;
}
.equipo_textos a:hover,
.equipo_textos a:focus-visible {
  color: hsl(0 0% 95%);
  background-color: #6100a7;
  outline: none;
}
ul .sitio {
    justify-content: center;
   }

  
.academicos > ul > li:not(:last-of-type)  {
    border-bottom: solid 1px hsl(280 29% 44% / .15);
    padding-block-end: 1.5em;
    margin-block-end: 1.5em;
}
.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: hsl(280 29% 44% / .15);
}