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

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

header{ 
  
    display: flex;
    width:100%;
    align-items: center;
    padding: 1rem;
    justify-content: space-between;
    overflow: hidden;
    height:auto;
    flex-direction: column;
    
}

body{
    background-image: linear-gradient(to top, #aea4cc 0%, #a096bd 1%, #dbbec3 100%);
    font-size:100%; 
    font-family: 'Dosis', sans-serif;
}


.circular--square {
    border-radius: 50%;
    align-items: center;
    width: 15rem;
}


h1{ color:white;
    font-size:50px;
    margin-top:10px;
    margin-bottom:10px;
}

h2{ color:white;
    text-align: center;
    font-size: 2rem;

}

h3{ font-size: 1.7rem;
    color: black;
    margin-bottom: 1rem; 
}

h4{
    font-size: 2rem;
    padding-top: 6rem;
}

a{
    text-decoration: none;
    padding: 1.5rem;
}

li {
    list-style: none;

}


main {
    padding-top: 4rem;

}

nav ul {
    display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}


nav ul li a {
    padding:3rem;
    font-size:20px;
    font-weight: bold;
    color: #fff;
}


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

.alumna p {
    color: white; 
    font-size: 20px;
    padding-top:0.5rem;
}

#cursos h2{
    display:flex;
    align-items: center;
    flex-direction: column;
    margin-top:0.7rem;
    margin-bottom:0.7rem;
    
}

.materias {
    font-size: 2rem;
    padding: 1rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    color:black ;
    font-size: 1rem;
    text-align: left;
        
}

.materias > li {
    width: 100%;
    padding:3rem;
    background-color: white;
    box-shadow: -4px 38px 100px 0px rgba(176, 81, 138, 0.36);
    margin:10px auto;
    justify-content: center;
                       
}
        

.primero {
    background: #ffffff;
    padding: 0.75rem;

}

.segundo {
    background: #ffffff;
    padding: 0.75rem;
}

.tercero{
    background: #ffffff;
    padding: 0.75rem;
}

#cursos {
    padding: 4rem 0 ;

}

.materias h2{ 
    display:flex;
    align-items: center;
    flex-direction: column;
    padding-top:2rem;
}

.datos-academicos {
    font-weight: 300;
    font-size: 0.9rem;
    color:white;
    text-align: center;
   
}

hr { display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 1em 0;
    padding: 0;
}

.integrantes {
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.integrantes > a {
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.tema-elegido {
    font-size:20px;
    color: white;   
}

a:hover {
    background-color: rgb(206, 130, 189);
}

.logo-catedra {
    margin: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 200px;
    height: 200px;
    align-content: center;
}

footer {
    font-size: 0.9rem;
    color: white;
    text-align: center;

}

/* Desktop */

@media (min-width:576px) {

nav ul {
    display:flex;
    flex-direction:row;

}

.materias{
    font-size: 1.2rem;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
    padding:2rem;
}

.materias > li {
    width: 400px;
    height: 400px;

}

.integrantes {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.logo-catedra {
    width: 300px;
    height: 300px;
}

.circular--square {
    width: 20rem;
}

}
