* {margin: 0%;
list-style: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}

a {text-decoration: none;}

h1 {background-color: rgb(243, 243, 83);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em ;
}


header {background-color: black;
    color: white;}

header img {max-width: 100%;
    width: 7em;
    background-color: white;
    margin-top: 1em;
    margin-right: 2em;
    margin-bottom: 1em;
    border-radius: .35em;
    padding: .35em;
}

.contenedor {display:flex;
justify-content: space-between;
align-items: center;}

.menu {display: flex;
    padding-inline-start: 0px;}

.menu a {display: flex;
    padding-inline-start: 0px;
    margin: 1em;
    background-color: yellow;
    border-radius: 25em;
    color: black;
    padding: .25em .5em;
    text-align: center;
    font-weight: bolder;    
}

header nav ul li {min-width: 4em;
    margin: .25em 0 .25em .25em;}

header nav ul a:hover {background-color: purple;
    color: white;
    border-radius: 25em; 
    }


.img-boceto img {max-width: 100%;}

.equipo {display: flex;
    flex-direction: column;
    align-items: center;
}


.equipo img {max-width: 100%;
    max-height: 100%;
    width: 15%;
    height: 100%;  
    border: solid .50em #f7ca06;
    border-radius: 15%;  
}

.equipo div h2 {text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgb(231, 231, 125);
    margin: 1em;
}

.equipo div p {text-align:left;
    padding-right: 2em;
    padding-left: 2em ;
}

.integrantes{
    margin-top: 1em;
}

.integrantes ul {
    padding-inline-start: 0px;
    margin-left: 5em;
    margin-right: 5em;
}

.integrantes ul li a {background-color: yellow;
    border-radius: 25em;
    color: magenta;
    font-weight: bold;
    line-height: 1.25em;
    padding: .125em 1em;
    margin-top: auto;
}

.integrantes ul li a:hover { color: rgb(255, 255, 255); background-color: black;}

.integrantes ul li {margin: .60em 0;}

.integrantes ul li > *:not(p) {
    display: block;
    text-align: center;
    margin: 0 auto;
}


.historial {
    display: flex;
    justify-content: space-around;
    background-color: rgb(231, 231, 125);
    margin-left: 1em ;
    margin-right: 1em;
}

.historial div {padding: 1em;}

.historial div ul{
    padding-inline-start: 0px;
    margin-top: 1em;
}

.muestrario {display: flex;
    align-items: center;    
    justify-content: space-around;
    background-color: rgb(231, 231, 125);
    margin-left: 1em ;
    margin-right: 1em;
    padding-top: 2em ;
    padding-bottom: 2em;
}

.muestrario img {max-width: 100%;
    width: 20%;
    height: 100%;
    
}



.datos img {max-width: 100%;
    width: 50%;
}


.datos ul {padding-inline-start: 0px}


.lista1 {display: flex;
    justify-content: flex-start;
}

.lista1 a img {padding-left: 10em;
}

.lista1 ul {margin-top: 1em;}

.texto1 {margin-left: 1em;}





.lista2 {display: flex;
    justify-content: flex-start;
    margin-top: 2em;
}

.lista2 a img {padding-left: 10em;
}

.lista2 ul {margin-top: 1em;}

.texto2 {margin-left: 4em;}


.lista3 {display: flex;
    justify-content: flex-start;
    margin-top: 2em;
}

.lista3 a img {padding-left: 10em;
}

.lista3 ul {margin-top: 1em;}

.texto3 {margin-left: 13.5em;}








footer {    background-color: black;
    color: white;
    margin-top: 2em;    
}


footer p {padding: 5%;
    text-align: left;    
}


@media screen and (max-width:600px){
    .contenedor
        {background-color: black; 
        display: flex;
        flex-direction: row;
    }

    .contenedor {padding: 1em;}

    .contenedor nav ul {flex-direction: row;
    flex-wrap: wrap;}
    
    .contenedor nav ul a {margin: 0.2em;
        padding: 0.1em;
    }
    .contenedor img {margin: 0em;
        margin-right: 1em;
    padding: 0em;}

    .historial {margin: 0em;}

    .datos {margin: 5%;

    }
    .datos .lista1 a img {padding-left: 0em; 
        max-width: 100%;
        width: 60%;
    }
    .texto1 {margin-left: 0.5em;}

    .datos .lista2 a img {padding-left: 0em;
        max-width: 100%;
        width: 100%;}
    .texto2 {margin-left: 5em;}

    .datos .lista3 a img {padding-left: 0em;
        max-width: 100%;
        width: 100%;}
    .texto3 {margin-left: 7.5em;}
    
    .titulos {text-align: center;
        padding-right: 0.5em;
        padding-left: 0.5em;    
    }
}
