@charset "utf-8";

* { 
    box-sizing: border-box;
}

body {
    background-color:white;
    color: black;
    font-family: Oswald, sans-serif;
    margin: 0;
    font-weight: 100;
  }

main {
  width: min(65rem, calc(100% - 3rem));
  margin-inline: auto;
}

p {
  line-height: 1.5;
}

p,
li,
figcaption {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#6d0b74;
  line-height: 1.1;
  text-wrap: balance;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

figure img {
  display: block;
}

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

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

header,
footer {
    background-color: rgb(109, 11, 116); 
    color: rgb(255, 255, 255);
    padding: 1rem;
}

footer {
    margin-top: 2rem;
    padding: 1rem;
  }
  
  footer p {
    max-width: 60rem;
    margin-inline: auto;
  }

  h1 {
    background-color: rgb(109, 11, 116); 
    color: white;
    padding: 10px;
    font-size: 200%;
    font-weight: bold;
  }
  
  h2 {
    font-weight: 600;
    color:  #6d0b74;
    border-bottom: 2px solid hsl(271, 50%, 60%);
  }
  
  h3 {
    font-weight: bold
  }
  
  h4 {
    font-weight: 400;
    font-size: 110%;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 10px;
  }

  .header_contenedora {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    max-width: 60rem;
    margin-inline: auto;
  }

  header ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    gap: .5rem;
    width: min(100%, 30rem);
    margin-inline-start: auto;
  }
  
  header nav a {
    text-decoration: none;
    color: white;
    background-color: hsl(0, 0%, 0%);
    display: block;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 100vw;
  }

  nav a:hover {
    background-color:  hsl(271, 50%, 60%);
    color: rgb(0, 0, 0);
  }

.comitente_contenedora img {
  width: 100%;
}

  .comitente {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 2rem;
  }

  article h3 {
    font-weight: bold;
    margin-top: 10px;
    border-bottom: solid 3px hsl(271, 90%, 80%);
    border-top: solid 3px hsl(271, 90%, 80%);
    padding-top: 10px;
    padding-bottom: 10px;
  
  }
    
  a {
    color: #ffffff;
    text-decoration: none;
  }
  
  a:hover {
    color: #ffffff;
  }

  .encabezadogeneral {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    align-items: center;
  
  }

  #imagenlogogeneral {
    width: 8em;
  }

  .fotomujeres {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .equipo article {
    background-color: hsl(0, 0%, 0%);
    padding: 1em;
    gap: 1rem;
    }

  .equipo > div {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  gap: 1rem;
  }

  article a {
    background-color:  hsl(271, 90%, 80%);
    color: hsl(0, 0%, 0%);
    display: block;
    padding-block: 0.25em .35em;
    text-align: center;
    border-radius: 100vw;
    padding: 6px;
    margin-inline-end: auto;
    width: fit-content;
    padding: .125em 1em;
  }
  
  .integrantes {
    color: white;
    padding: 20px; 
    margin-bottom:10px ;
    width: 100%;
  }

.integrantes img {
    position: center;
    width: 100%;
    height: 350px;
    object-fit: cover; 
    padding: 5px;
}

.integrantes h2 {
  color: #ce9efa;
  padding: 0px;
  margin: 0px
}

.integrantes:hover,
.integrantes:focus-visible{
background-color:rgb(56, 0, 107);
}


.usuarioympv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); 
  gap: 1rem; 
}

.usuarioympv article {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  gap: 2px;
}

.usuarioympv img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.botonboceto {
  margin: 1rem;
}