@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 2s all;
}

body {
    background: #fff5f5;
    font-family: 'Roboto', sans-serif;
}

header {
    background: #e7e6e6;
    background-image: url(../img/fadu-uba-ceiling-lights-architecture-design-urban-planning-buenos-aires-inside.png);
    background-repeat: no-repeat;
    background-size: cover;
}

h2 {
    color: #ffffff;
    background: #efbe45;
    padding: 2%;
    padding-right: 10%;
    width: 80%;
    font-size: rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 520;
    text-align: right;
    border-radius: 0 2rem 2rem 0;
    box-shadow: 0rem 0rem 0.6rem #db892d;
}

h3 {
    color: #db892d;
    background: #ffff;
    padding: 2%;
    padding-right: 10%;
    width: 70%;
    margin-top: 3%;
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    text-align: end;
    border-radius: 0 2rem 2rem 0;
}

h4 {
    color: #a85c06;
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1.5px solid #a85c06;
    margin-bottom: 10%;
}

.menugeneral {
    background: #efbe45;
    text-align: center;
    padding: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.linksmenu {
    text-decoration: none;
    color: #fcf0e4;
    font-size: 1rem;
    font-weight: 550;
    margin-left: 10%;
    margin-right: 10%;
}

.linksmenu:hover {
    background: #fcf0e4;
    color: #db892d;
    transition: 0s;
    padding-left: 8%;
    padding-right: 8%;
}

.contenedornombreyfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 4%;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.foto {
    border-radius: 10rem;
    width: 16%;
    display: block;
    margin: center;
    box-shadow: 0rem 1rem 4rem #ffffff;
}

.infoalumno {
    width: 30%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.materiasgeneral {
    margin-bottom: 1.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: baseline;
    align-content: stretch;
}

.materiastitulo {
    border: 0.1 solid black;
    margin: 3%;
    justify-content: center;
}

.materias {
    color: #db892d;
    margin: 3%;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

.section-fotos {
    justify-content: center;
}

.integrantes {
    background: #efbe45;
    width: 100%;
    text-align: center;
    border-radius: 0 0 0 0;
    font-size: 1.3rem;
    color: #fcf0e4;
    padding: 1%;
    margin: auto;
    font-weight: 525;
}

.fotos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin-bottom: 5%;
}

.cuadro {
    text-align: center;
    margin-top: 3%;
}

.cuadro .foto {
    width: 8rem;
    height: 8rem;
    margin-bottom: 8%;
    margin-top: 8%;
    box-shadow: 0rem 0rem 1.5rem #adaaaa;
}

.cuadro .nombre {
    color: #a85c06;
    padding: 0.8rem;
    width: 10%;
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 500;
    border-bottom: 1.5px solid #a85c06;
    margin-bottom: 8%;
}

.cuadro .nombre:hover {
    background: #db892d;
    color: #fcf0e4;
    transition: 0s;
    padding: 5%;
}

.cuadro .foto:hover {
    background: #db892d;
    color: #fcf0e4;
    transition: 0s;
    box-shadow: 0rem 0rem 2rem #a85c06;

}

.linksmenu:hover {
    background: #fcf0e4;
    color: #db892d;
    transition: 0s;
    padding-left: 8%;
    padding-right: 8%;
}

footer {
    padding: 2%;
    text-align: center;
    background-color: #44bbe3;
}

footer p {
    color: #ffffff;
    line-height: 1rem;
    font-size: 0.7rem;
    max-width: 60rem;
    margin: auto;
}
