*{
    
    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0em;
    margin: 0em;
    list-style: none;
 }

header{
    width: 100%;
    background: RGB(255, 222, 173)
}

#btn-menu{
    display: none;
}

header label{
    display: none;
    width: 50px;
    padding: 10px;
    border-right: 1px solid RGB(255, 222, 173);    
}

header label:hover {
    cursor:pointer;
    background: rgba( 0,0,0,0.3);
}

.menu {
    display: flex;
    max-width: inherit ;
    margin:0 auto ;
    padding: 2rem ;
    background-color: RGB(255, 222, 173) 
}

#menu{
    
    list-style-type: none;
    padding-bottom: 0em;
    overflow: hidden;
    background-color: RGB(220, 220, 220) ;
    margin:0em, 
}

.menu li:hover {
    background: rgba(0,0,0,0.3);
}


.menu li a{
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}
.menu ul a {
    color: teal;
    font-family:'Arial';
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
     }

.menu li{
    text-align: center;
    border-right: 1px solid #fff;
}

@media screen and (max-width:50em) {
    header label{
        display: block;
    }
    .menu{
        position: absolute;
        background:rgb(255, 222, 173);
        width: 70%;
        margin-left: -70%;
        transition: all 0.5s;
    }
    .menu ul{
        flex-direction: column;
    }
    
    .menu li{
        border-top: 1px solid #fff;
    }
    
    #btn-menu:checked ~ .menu{
        margin: 0;
        
    }
}

@media screen and (min-width:75em) {
    
    main > section > h2 > ul {
    margin: 0em;
    padding: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    main > section > h2  {
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 18px;
    align-items: center;
}
}


header img {
    margin: 5px;
    padding:0.5px;
}

body {
    background-color: rgba(0, 137, 255, 0.1);
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: space-between;
    font-family: times, serif; font-size:14pt ;
}



img {
    max-width: 100%;
    height: auto;
}
#Individual h2 ul li a{
    color: teal;
}

.contenedor {
    max-width: inherit ;
    margin:0 auto ;
    padding: 2rem ;
    background-color: RGB(255, 222, 173) 
}
nav {
    width: 100%;
    margin-left: 1em;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: .25em;
    background-color: RGB(250, 235, 215);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}

main > section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    background-color: rgba(230, 230, 250, 0.5) 
}



nav ul li {
    flex-basis: 24.5%;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}



html {
    color: -internal-root-color;
}

main > section {
    background-color: white;
    border: solid 1px lightblue;
    border-radius: 1rem;
    box-shadow: 0 2px 2px 2px rgba(216, 191, 216);
    margin-top: 1em;
    margin-bottom: 1em;
    width: calc( 100% - 2rem );
}

main >section > article > h1 {
    font-family:'Arial';
    display: flex;
    justify-content:center;
    margin: 1em;
    color: RGB(244, 164, 96);
    
}

p {
    display: flex;
    margin: 0em;
    padding: .25em;
    text-align : justify;
    FONT-SIZE: 12px; 
    COLOR: #131212; 
    FONT-FAMILY: Arial; 
    TEXT-DECORATION: none ; 
    TEXT-ALIGN:justify;
}

main > section  {
    background-color: rgba(230, 230, 250, 0.10);
}

#Nombre article ul li a{
    display: flex;
    flex-direction: column;
    align-items:center
}

#Nombre article ul li{
    margin: 1em;
}

#Nombre article ul{
    margin: 0em;
    padding: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#integrantes ul li {
    margin: 1em;
}

#integrantes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#integrantes ul li a {
    color: lightcoral;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
     }

#integrantes ul li a img {
    border-radius: 50%;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.4), 0 0.25em 0.25em rgba(0, 0, 0, 0.4) inset;
}

img {
    max-width: 100%;
    height: auto;
}


main section h2 ul li a{
    display: flex;
    flex-direction: row;
    margin: 12px;
    font-family: sans-serif;
    font-size: 18px;
    
}

main section h3 {
    font-family: sans-serif;
    color: RGB(244, 164, 96);
    font-size: 20px;
}
main> section> h3> ul {
    list-style: none;
    margin: 0;
    padding: .25em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    
}

main section p {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 15px;
    color: darkcyan;
}
main section p a{
    text-decoration: none;
    font-family: sans-serif;
    font-size: 15px;
    color: darkcyan;
}

footer {
    display: block;
    background-color: rgba(20, 0, 255, 0.35);
}

#planindividual {
    
}