@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,900');

*{
    box-sizing: border-box;
    margin: 1%;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html{
    font-size: 16px;
    background-color: #ffffff;
}

#pagina{
    width: 80%;
    margin: auto;
}

#botonera{
    list-style: none;
    display: flex;
    flex-direction: column;
}

#botonera li{
    display: block;
    text-align: center;
    width: 100%;
    height: 2rem;
    background-color: rgba(247, 228, 230);
    }

#botonera li a{
    text-decoration: none;
    line-height: 2rem;
    color: black;
    font-weight: bold;
    }

#botonera li a:hover{
    color: #b51a80;
    }

@media screen and (min-width: 1150px){
    
    #botonera{
    flex-direction: row;
    }
}

    
article{
    color: #47414b;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h1{
    font-size: 2rem;
}

div{
    margin-top: 1rem;
}

ul{
    list-style: none;
    padding:0;
    margin: 1%;        
}

.fotocata{
    width: 100%;
    height: auto;
}

#catalinacarignani p{
    font-weight: lighter;
    list-style: none;
    text-decoration: none;
}

#materiascursadas p{
    font-weight: lighter;
    list-style: none;
    text-decoration: none;
}