@charset "utf-8";

/*GENERALIDADES-----------------------------*/

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}


body {
    background-color: #f4f2ef;
    align-items: center;
    font-family: sans-serif;
    margin: 0em 2em;
}



a {
    text-decoration: none;
    color: black;
}



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


/*HEADER--------------------------------------*/


#fadu {
    width: 10em;
}


header div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


nav ul {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

nav ul li a {
    display: flex;
    background-color: #eac67a;
    padding: 0.5em 2em;
    color: #18121e;
    align-content: space-between;
    border: solid 0.2em #f4f2ef;
    font-weight: 600;
}

nav ul li a:hover {
    color: #f4f2ef;
    background-color: #984b43;
}


/*MAIN----------------------------------------*/

#alumnos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}


.foto img {
    width: 10em;
    border-radius: 1000%;
    border: solid 0.3em #eac67a;
    box-shadow: 0.4em 0.4em 0.1em rgba(152, 75, 67, 0.29);
}

.nosotros {
    text-align: center;
    padding: 1em;
}

h3 a {
    color: white;
}

h3 {
    background-color: #233237;
    color: white;
    padding: 0.5em;
    /*border: solid  0.5em #233237;*/
    font-weight: 200;
}

h3:hover {
    background-color: #eac67a;
}

h1,
h2 {
    color: #984b43;
    border-bottom: solid #984b43;
}

#merlorecicla {
    display: flex;
    align-items: center;
    flex-wrap: wrap;


}

#merlorecicla img {
    margin: auto;
}

#enfoque {
    margin: 3em 0em;
}


.botones ul {
    display: flex;
    justify-content: space-around;
}

.botones ul li {
    width: 7em;
    height: 2em;
    background-color: #eac67a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0em 0.3em 0em #984b43;
}


.botones ul li:hover {
    background-color: #984b43;
}

.botones ul li a {
    color: #233237;
    font-weight: 700;
}

.botones ul li a:hover {
    color: #f4f2ef;
}


/*FOOTER--------------------------------------*/



.creditos {
    padding: 1em 2em;
    background-color: rgba(35, 50, 55, 0.10);
    margin-bottom: 0em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.creditos li {
    margin-bottom: 0.1em;
}

.creditos a {
    text-decoration: underline;
}

.creditos a:hover {
    color: #984b43;
    font-weight: 700;
}

.separador {
    border-bottom: solid 0.2em rgba(35, 50, 55, 0.83);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

footer p {
    color: white;
    background-color: rgba(0, 0, 0, 0.06)
}

footer {
    color: rgba(0, 0, 0, 0.62);
}


#derechos {
    padding: 1em 2em;
    background-color: rgba(35, 50, 55, 0.83);
    margin-top: 0em;
}
