.mesa{
margin-top: 120px;    
background-color: #e6f2e6;
padding: 20px;
border-radius: 12px;
max-width: 800px;
margin-left: auto;
margin-right: auto; 
text-align: center; 
box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 600;
}
.arbol{
font-size: 28px;
color: #2e7d32
}
ul{
color: #051e63;
font-size: 20px;
padding: 0; 
list-style: none;  
display:inline-block;
flex-direction: column;
gap: 10px;
text-align: center;
margin: 20px;

}
p{
font-size: 20px; color: #2e7d32;
}
.las{
font-size: 20px; color: #000;
}
.nota{
width: 80%;
margin-left: auto;
margin-right: auto;
}
.nota{
padding: 4px;
background-color:  rgba(77, 8, 8, 0.1);
margin-top: 60px;
}
.nota h2{
text-align: center;
margin-top: 60px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 24px;
color: #051e63;
border-radius: 0.4rem;
}
.nota p{
text-align: justify;
color: #141d1f;
letter-spacing: 1px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding: 4px;
}