<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pie{
    display: flex;
    justify-content: center;
    align-items: center;
    }

#pie{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 10px;
    background-color: #ff4040;
    overflow: hidden;
    }
    #pie p{
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    font-family: 'Coda', cursive;   
    }
    #pie a{
        color: beige;
    }
    span.pie-logo{
        z-index: 99;
        height: 80px;
        padding: 5px;
        box-sizing: border-box;
        /*border:1px solid blue;*/
        }
        span.pie-logo img{
            height: 100%;
        }

    #pie-texto{
        z-index: 1;
        position: relative;
        line-height: 1em;
    }

    span.pie-titulo{
    display: inline-block;
    font-size: 1.2em;
    line-height: .9em;
    }
    span.pie-whatsapp{
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    }
    a span.pie-whatsapp {
        margin-top: 5px;
    }
    span.pie-whatsapp img{
    width: 15px;
    margin:0 0 0 5px;
    }
    span.pie-bg{
        position: absolute;
        opacity: .3;
    }

@media screen and (max-width: 425px) {

#pie p { font-size: .8em; line-height: 1em;}
span.pie-titulo{ font-size: 1.5em; line-height: .9em; margin-bottom: 8px;}
span.pie-whatsapp{
    width: auto; max-width: 130px;
    }
    a span.pie-whatsapp{
        font-size: 1.1em;
        }
}</pre></body></html>