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

/* 

seclector {propiedad: valor;}

Colores de la app
Gris claro: #F6F8F7
Gris oscuro: #B6B6B6
Salmon claro: #FFCC96
Salmon medio: #FF9279
Salmon oscuro: #FD7060
Azul: #5A58D8

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #F6F8F7;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
}

section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
}


.contenedorsuperior {
    max-width: 120rem;
    width: 47,1%;
    background: white;
    box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.20);
    overflow: hidden;
    
}

header {
    padding: 1.3rem 2.2rem;
    padding-bottom: 0rem;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.10);
    text-align: left;
}

h1 {
    color: #FD7060;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 4.3rem;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 0.06rem;
    padding-left: 0.3rem;
    padding-bottom: 1.5rem;
}

.materias {
    display: block;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    float:left;
}


h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

ul {
    font-family: 'Roboto', sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    list-style: none;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 2.1rem;
}

li {
    margin: 0.3rem 0;
}







footer {
    background: #FD7060;
    padding: 1rem;
    text-align: center;
    display: block;
}

footer p {
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin: auto;
    text-align: center;
    display: block;
}

.logos {
    margin-bottom: 0.4rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    display: inline-block;
    filter: invert(1);
}

.logos:hover {
    filter: invert(34%) sepia(60%) saturate(1357%) hue-rotate(215deg) brightness(94%) contrast(91%);
}

.contenedorfooter {
    max-width: 120rem;
    margin: auto;
}
