*{box-sizing: border-box;}

html {
    font-size: 16px; 
    text-decoration: none; 
    list-style-type: none; 
    font-family: roboto, arial, sans-serif; 
    margin-left: 1.5rem;
}

ul li{list-style-type: none;}

ul li:hover{font-weight: 700;}

nav ul li {text-decoration: none; 
    list-style-type: none; 
    display: inline; 
    margin-right: 2rem;
    margin-top: 4rem;
    padding: 0.5rem 1rem; 
    font-family: arial, sans-serif; 
    border: 2px solid #adadad; 
    border-radius:0.5rem;}

ul li hover{box-shadow: 0.2rem 0.2rem 0.5rem #d3d3d3; 
    font-weight: 900;
    color: #00A1D2;}

h1{color: #6fa722;}

h3{color: #6fa722;}

a{text-decoration: none; color: black;}
a:hover{font-weight: 700; color: #00A1D2;}
a:visited {text-decoration: none;}

body img {width: 100%;}

header img {width: auto;}

.cursada {display: flex; justify-content: space-between;}


footer img{
    display: inherit; 
    border-radius: 0.5rem; 
    display: grid;
    max-width: 100px; 
    min-width: 60px; 
    margin: 1rem;}

footer img:hover {
    box-shadow: 0.2rem 0.2rem 0.5rem #d3d3d3; 
    border-radius: 0.5rem;}




@media (max-width: 600px)
{ .cursada {display: inline;
    }
    
    .headerdale {display: none;}    
    
    .menus{display: flex; flex-direction: column; margin: 1rem; max-width: 7rem;
    }
    
    .menuses{display: flex; flex-direction: column; margin-bottom: 1rem;}
    
     .cadauno{display: flex; flex-direction: column; margin: 0.4rem; width: 8rem;}
    
    
}