﻿.Portada {
    /* overflow-y: auto;
    overflow-x: hidden;*/
    padding: 5px;
    /*white-space: nowrap;*/
    height: 100vh;
    /*width: auto;*/
    background-color: #febf10;
}

.Npedido {
    border: solid 2px;
    border-radius: 1rem;
}

.frente {
    display: block;
    padding: 3px 8px;
    font-size: 1rem;
    border: solid 1px;
    border-radius: 1rem;
    transform: translateY(-4px);
}

.fondo {
    outline-offset: 4px;
    border-radius: 1rem;
}

    .fondo:active .frente {
        transform: translateY(0px);
    }
