* {
    box-sizing:border-box;
}

.nombre {
    color: hsl(0, 66%, 17%);
    text-align:start;
}

body {
    font-family: sans-serif;
    color:hsl(0, 66%, 17%);
    background: rgb(255,254,236);
    background: radial-gradient(circle, rgba(255,254,236,1) 0%, rgba(253,234,255,0.9650145772594753) 100%);
    min-height: 100dvh;
}

p,
li {
    text-wrap: pretty;
}

h1,
h2,
h3{
    line-height: 1.1;
    text-wrap: balance;
}

#logo {
    display: block;
    border-radius: .5rem;
    width: 6rem;
    padding: .25rem .5rem;

}

img{
    max-width:100%;
}

a{
    text-decoration: none;
    color:hsl(0, 66%, 17%);
    font-weight: bold;
}

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

header,
footer {
    background-color:hsla(0, 66%, 17%, 0.151);
    color:hsl(0, 66%, 17%);
    padding: .5rem;
}

footer p {
    margin:0;
    
}

.pie{
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

header {
    box-shadow:
      0   
      4px 
      4px 
      hsla(0, 66%, 17%, 0.337)
}

header nav ul {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
}

header nav a{
    color:hsl(0, 66%, 17%);
    background-color: hsla(0, 65%, 15%, 0.096);
    display: block;
    width: 4.5rem;
    padding-block: 0.25em .5em;
    border-radius: 100vw;
    text-align: center;
}
 
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .5rem;
}

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

.datos1{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.contenedora-datos {
    color: hsl(0, 21%, 31%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1rem;
    background-color: hsla(0, 66%, 17%, 0.174);
    border-radius: 60px;
    padding: 20px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    box-shadow: 0 4px 4px hsla(0, 66%, 17%, 0.349)
}

.contenedora-datos h3{
    color: hsl(0, 66%, 17%);
    padding-block-end: .10rem;
    text-wrap: balance;
}

.datos2{
    display: flex;
    justify-content: space-evenly;
}

.contenedora-datos2 {
    color: hsl(0, 66%, 17%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1rem;
    background-color: hsla(0, 66%, 17%, 0.174);
    border-radius: 60px;
    padding: 20px;
    margin-top: none;
    margin-bottom: .5rem;
    box-shadow: 0 4px 4px hsla(0, 66%, 17%, 0.249)
}

.libre{
    background-color: hsla(0, 66%, 17%, 0.174);
    color: hsla(0, 66%, 17%);
    border-radius: 60px;
    padding: 20px;
    margin-top: none;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 4px hsla(0, 66%, 17%, 0.349);
}

.contenedora-comitente{
    background-color: hsla(0, 66%, 17%, 0.174);
    color: hsla(0, 66%, 17%);
    border-radius: 60px;
    padding: 20px;
    margin-top: none;
    margin-bottom: 1rem;
    box-shadow: 0 4px 4px hsla(0, 66%, 17%, 0.632);
}

.equipo-contenedora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1rem;   
    background-color: hsla(0, 66%, 17%, 0.174);
    border-radius: 60px;
    padding: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 4px hsla(0, 66%, 17%, 0.249)
}

.equipo_articulos {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.equipo-contenedora img {
    width: 10em;
    aspect-ratio: 1;
    border: solid .2em hsl(0 66% 17%);
    border-radius: 20%;
    box-shadow:
    0 4px 4px hsl(0 0% 0% / 30%);
    margin-top: 1.6rem;
}

.datos-academicos-contenedora ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.datos-academicos-contenedora > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1em;
    margin: 0em 1em 2em auto;
    padding: 0 0 0 1em;
    border-left: solid 5px hsla(0, 66%, 17%, 0.804);
    border-radius: 0.2em;
}

.datos-academicos-contenedora img{
    display: block;
    width: 10em;
    aspect-ratio: 1;
    object-fit: contain;
    background-color: hsla(0, 65%, 15%, 0.096);
    padding: .5rem;
    border-radius: 3rem;
    box-shadow: 0 4px 4px transparent;
    transition: box-shadow .6s ease;
}

.principal{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    background-color: hsla(34, 100%, 97%, 0.871);
    border-radius: 40rem;
    padding: 3rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    box-shadow: 0 4px 4px transparent;
}

.camila {
    display:block;
    object-fit: contain;
    width:300px;
    height: 300px;
    padding:1rem;
    border: solid .2em hsl(0 66% 17%);
    border-radius: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 1.6em;
}

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