﻿.fondoonline{
    background: url(Imagenes/Pedidos/fondoonline.png);
    background-size:contain;
}
h6, .h6 {
    font-size: 0.85rem !important;
}

﻿.Portada {
    /* overflow-y: auto;
    overflow-x: hidden;*/
    padding: 5px;
    /*white-space: nowrap;*/
    min-height: 96vh;
    /*width: auto;*/
    background-color: #febf10;
}

.Familias {
    min-height: 96vh;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffde59;
}

.familia_scroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: 66vh;
    padding: 10px;
}

.Familia {
    background-color: #ffde59;
    border: none;
    border-radius: 0px;
}

    .Familia > a {
        padding-top: 2vh;
        padding-bottom: 3vh;
        display: block;
        text-align: center;
    }


.Resumen {
    bottom: 2vh;
    position: absolute;
}

.Categorias {
    overflow-y: hidden;
    overflow-x: auto;
    width: auto;
    height: 6vh;
    padding: 10px;
    white-space: nowrap;
}

.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);
    }

.elementos {
    height: 50px;
    padding: 0;
    margin-right: 20px;
    display: inline-block;
}


.Tabla {
    overflow-y: scroll;
}

.Logo {
    background-color: #ffde59a3;
    min-height: 10vh;
    font-size: 10px;
    align-items: center;
}

/*.col-4 {
    padding-right: 0px;
    padding-left: 5px;
}*/

.Productos {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    padding: 10px;
    max-height: 80vh;
    /*white-space: nowrap;*/
}

.dvProductos {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    padding: 10px;
}

.Producto {
    margin-bottom: 3vh;
    border: solid 2px;
    border-radius: 1rem;
}

    .Producto > img {
        max-width: 100px;
        margin-bottom: 0.9vh;
    }


.Presentacion {
    min-width: 32px;
    width: 35%;
}

/*03-05-2021*/
/*.Barra {
    min-height: 7vh;
    background-color: black;
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem;
}

.RestaurantesApp {
    max-width: 4vh;
}

.LoginApp {
    max-width: 4vh;
    filter: invert(100%);
}*/
/*Fin*/

@media(min-width:700px) {
    .Presentacion {
        max-width: 75px;
    }
}

.Iconosproducto {
    width: 30px;
}

.BotonCajaConfirmar {
    background-color: #97D47D;
}

.BotonCajaSeguir {
    background-color: #FC6467;
}

.Npedido {
    border: solid 2px;
    border-radius: 1rem;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}



@media (max-width: 300px) {
    /*    html {
        font-size: 60%;
    }*/
    /*  .Familias {
        min-height: 94.5vh;
    }*/
    .mano {
        position: absolute;
        top: -3%;
        right: 21%;
        transform: rotate(-13deg);
        max-width: 50px;
    }
    #Portada {
        min-height: 94.5vh;
    }
}
@media (min-width: 300px) {
    /*    html {
        font-size: 60%;
    }*/
    /*  .Familias {
        min-height: 94.5vh;
    }*/
    .mano {
        position: absolute;
        top: -3%;
        right: 21%;
        transform: rotate(-13deg);
        max-width: 50px;
    }

    .PC {
        display: none;
    }
/*
    .App {
        display: block;
    }*/
}
}

@media (min-width: 500px) {
    /*    html {
        font-size: 80%;
    }
*/
    /*   .Familias {
        min-height: 92.5vh;
    }*/
   
    #Portada {
        min-height: 92.5vh;
    }
}



@media(min-width:700px) {
    .Familias {
        min-height: 72vh;
    }
    .mano {
        position: absolute;
        top: -3%;
        right: 27%;
        transform: rotate(-13deg);
        max-width: 50px;
    }
    .PC {
        display: flex;
    }

    .App {
        display: none;
    }
}


@media (min-width: 1200px) {
    html {
        font-size: 120%;
    }

    .Familias {
        min-height: 72vh;
    }
    .mano {
        position: absolute;
        top: 23%;
        right: 27%;
        transform: rotate(-13deg);
        max-width: 50px;
    }
}
