<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__menu--container {
            z-index: 3; 
        }   
        .imagen {
            z-index: 2;
            width: 100%;
            height: 100vh;
            background-color: aqua;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        
        .menu__item--txt {
            position: -webkit-sticky;
            position: sticky;
            z-index: 4;
            top: 0;
            left: 0;
           
        }
        
        #uno {
          position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1;
            padding: 20px 10px 20px 20px;
            background-color: #f0f0f0;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
            border-top: 1px solid #c4c4c4;
            border-left: 1px solid #c4c4c4;
            border-right: 1px solid #c4c4c4;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            color: #333333;
            font-weight: 600;
        }
        
        #uno .underline {
            text-decoration: underline;
        }

.main .main__item--plato h3 {
    line-height: 20px;
    padding-bottom: 5px;
}</pre></body></html>