*{
    margin: 0;
   
}
body{
    background-color: black;
    font-family: "Antonio", sans-serif ;
    color: white;
}

header{
    text-align: center;
}
h1{
    font-size: 5rem;
   
}

.nav__bar{
    
    list-style-type: none;
    display: inline 
}

.nav__bar li{
display: inline;
padding-right: 0.5em;
}

.nav__bar li a{
color: #FFFFFF;
font-family: "Montserrat", sans-serif;
font-size: 20px;
text-decoration: none;
}

.nav__bar li a:hover{
    background-color: yellow;
    color: black;
    transform: scale(1.1);
}

.intro img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.intro h2{
    background-color: yellow;
    color: black;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    text-align: center;
}
.intro p{
    background-color: yellow;
    color: black;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    text-align: center;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: "Montserrat", sans-serif;

}
.materias{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.materias li{
    list-style-type: none;
    
}
.materias h4{
    text-align: center;
    background-color: yellow; 
    color: black;
    margin:0.5rem 0.5rem 0.5rem 0.5rem;
}



h3{
    text-align: center;
    font-size: 3rem;
    margin-top: 2rem;
}

.integrantes a{
    display: block;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;

}

.integrantes a:hover{
    color:gray;
    transform: scale(1.1);
}

.masinfo{
    margin-top: 2rem;
    text-align: center;
}

footer{
    font-family: "Montserrat", sans-serif;
    font-size: 0.5em;
    margin-top: 4rem;
   text-align: center;
   background-color: white;

}
footer p{
    color: black;
    padding-bottom: 1rem;
}

.logos{
   display: flex;
   justify-content: center;
   background-color: white;
}
.logos img{
    width:8rem;
   height: 6rem;
   margin-top: 2rem;
   margin-bottom: 2rem;

}



@media screen and (max-width: 426px){
    .nav__bar li{
        display: block;
        padding-top: 0.5em;
    }

}

@media screen and (min-width: 767px){
    .materias{

        flex-direction: row;
        justify-content: center;
    
    }

    h3{

        margin-top: 4rem;
    }
}


    






    