/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14 jun. 2022, 23:57:40
    Author     : llc94
*/

.tarjeta{
    width: 100%;
    max-width: 350px;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-start;
    column-gap: 30px;
    align-content: center;
    align-items: center;
    height: 70px;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
a{
    text-decoration: none;
}

#fullPic{
    align-content: center;
    justify-content: center;
    z-index: 50000;
    display:flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3)
}

#promoDelDia{
    width: 84px;
    height: 84px;
    background: black;
    color: white;
    border-radius: 50px;
    position:fixed;
    top:120px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 8pt;
    left: calc(100% - 90px);
    background-position: center;
    background-size: cover;

}

.alternarColores{
    animation-name: alternarColores;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes alternarColores{
    0%{
        background: rgb(255, 255, 0);
        top: 120px;
    }


    40%{
        background: rgb(128, 0, 128);

    }

    50%{
        top: 140px;
    }

    80%{
        background: rgb(0, 255, 255);

    }

    100%{
        background: rgb(128,0,255);
        top: 120px;
    }
}

#portada{
    width: 100%;
    display: flex;
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgb(38,38,41);
}
#portada-cont{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#whatsappM{
    position: fixed;
    width: 68px;
    left: calc(100% - 68px);
    cursor: pointer;
    top: calc(90% - 64px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    z-index: 15000;

}

.messageW{
    color: white;
    font-size: 10pt;
    text-align: center;
    width: 160px;
    padding: 20px;
    height: 60px;
    background: rgba(25, 168, 45, 0.90);
    border-radius: 10px;


}

#wait{
    background: rgba(0,0,0,0.5);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 25000;
    width: 100%;
    height: 100%;
    position: fixed;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

#cartel{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.75);
    position: fixed;
    z-index: 30001;
    top: 0px;
    left: 0px;
    color: white;
}

#cartel #cartelBody{
    width: 100%;
    max-width: 600px;
    background: #a70000;
    border-radius: 15px;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cartelBody p{
    padding: 10px;
}

#cartel #cerrarCartel{
    width: 100%;
    border-top: #444;
    border-width: 1px;
    border-top-style: solid;
    text-align: center;
}

.item .datos .descr{
    max-height: 42px;
    overflow: auto;
}

#datosEntrega{
    top: 0px;
    left: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #eee;
    position: fixed;
    z-index: 3501;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    row-gap: 15px;
    justify-content: center;
    overflow: auto;
    align-content: flex-start;
}

#datosEntrega form{
    width: 100%;
    max-width: 400px;
}

.campos{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
}

.campo{
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.campo input, .campo select,  .campo textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    border: none;
}

.campo span{
    width: 100%;

    padding: 0px;
}

#pedido{
    top: 0px;
    left: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(200,200,200,0.7);
    position: fixed;
    z-index: 3501;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    row-gap: 15px;
    justify-content: center;
    overflow: auto;
    align-content: flex-start;

}

#pedido button{
    border-radius: 5px;
}

#pedido #list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 600px;
    align-content: flex-start;
    justify-content: center;
    max-height: calc(100% - 380px);
    overflow: auto;
    padding: 10px 0px;
}

#pedido #cerrar, #datosEntrega #cerrar{
    position: absolute;
    left: 100%;
    color: white;
    cursor: pointer;
    z-index: 1000;
    transform: translate(-300%,50%);

}

#pedido textarea{
    width: 90%;
    height: 80px;
    max-width: 600px;
    font-size: 12pt;
    border-radius: 5px;


}

#pedido #list .item{
    width: 85%;
    padding: 0px 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#pedido #list .item h4{
    font-size: 9pt;
}

#pedido #list .item a{
    cursor: pointer;
}

#pedido #list .item i{
    color: #444;
}

#pedido h1, #datosEntrega h1{
    background: black;
    color: white;
    font-size: 12pt;
    padding: 10px;
}

#lupita{
    background: cyan;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    left: 0px;
}

body{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
    background: white;
    background-position: center;
    justify-content: center;
    row-gap: 15px;

}

#carta{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 25px 0px 50px 0px;
    justify-content: center;

}

*{
    margin: 0px;
    font-family: Montserrat;
}


#nav{
    column-gap: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 50px 0px;
    color: white;
}

#nav span{
    font-size: 10pt;
}

@media only screen and (max-width: 1023px){
    #nav span{
        font-size: 10pt;
    }
}

#nav div{
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}

#nav #logo{

}

.btn1{
    padding: 5px 20px;
    background-color: #FFB320;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;

}

#shopIcon{
    background: #D57C23;
    width: 100px;
    height: 64px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3500;
}


#shopIcon #numerito{
    display: none;
    background: red;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;

}

#shopIcon img{
    width: 30%;
}

@font-face{
    font-family: "Montserrat";
    src: url('../font/montserrat.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

#notify{
    display: flex;
    position: fixed;
    background-color: #D57C23;
    top: 100%;
    border-radius: 5px;
    padding: 45px 20px;
    left: 50%;
    color: white;
    font-size: 12pt;
    transform: translate(-50%, -100%);
    z-index: 51000;
    column-gap: 15px;
}

#notify a{
    color: white;
    cursor: pointer;
}



#profile{
    width: 97%;
    max-width: 450px;
    height: 97%;
    background: white;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30000;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    row-gap: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    overflow-y: auto;
    padding: 10px 0px;
}

#profile .title{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#profile .title a{
    padding: 5px 20px;
    font-size: 10pt;
    cursor: pointer;
}

#profile .inputNum{
    transform: scale(0.8);
    font-size: 12pt;

}

#profile .cantidad{
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile .profPic{
    width: 90%;
    border-radius: 10px;
    height: 25%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

#profile .descr{
    width: calc(90%);
    height: calc(15% - 10px);
    padding: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

#profile .extra{
    width: 90%;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 10px;
    padding: 10px;
}

#profile .extra select{
    width: 90%;
}

#categorias{
    width: 90%;
}

#categorias .categoria{
    padding: 10px;
    background: black;
    border-radius: 15px;
    color: white;
    border-style: none;
}

#categorias .categoria:hover{
    cursor: pointer;
    background: rgb(50,50,50);
}

.buscador{
    max-width: 500px;
    width: 80%;
    background: black;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);

}

.buscador input{
    width: 70%;
    padding: 10px;
    border: none;
}

.buscador button{

    width: 30%;
}

.btn{
    padding: 7px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 8pt;
    text-decoration: none;
    border-radius: 2px;
}

.btn-m{
    padding:  15px;
    width: 100%;
    max-width: 400px;
    font-size: 12pt;

}

.btn-black{
    background: black;
}

.btn-red{
    background: #A70000;
}

.btn-confirm{
    background: #D57C23;
}

.panel{
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    width: 90%;
}

h1{
    width: 100%;
    color: white;
    text-align: center;
}

h2{
    color: white;
    font-size: 14pt;
    text-align: center;
}

.panel .header{
    cursor: pointer;
    background: #a70000;
    width: 100%;
    height: 60px;
    padding: 10px;
    column-gap: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.panel .body{
    padding: 2px;
    justify-content: center;
    width: 100%;
    height: 0px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.panel .body .item{
    width: 100%;
    height: 100px;
    padding: 5px;
    background: white;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;

}



.panel .body .item .pic{
    width: 80px;
    height: 80px;

    background-image: url(../img/logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.panel .body .item .datos{
    width: calc(100% - 90px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}

.datos span{
    min-width: 30%;
}

.panel .body .item .datos h3{
    width: 100%;
    font-size: 11pt;
}
.panel .body .item .datos p{
    width: 100%;
    font-size: 9pt;
    color: #444;
}

.inputNum{
    display: flex;
    justify-content: center;
    width: 100px;
    height: 24px;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
    font-size: 8pt;


}



.inputNum input{
    width: 30px;
    font-size: 10pt;
    text-align: center;
    display: flex;
    border: none;
    justify-content: center;

}

.inputNum .btn{
    border: none;
    font-size: 8pt;
    color: white;
    width: 20px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1;
    cursor:pointer;
    background: #A70000;

}


.inputNum .btn:hover{
    background: #de721f;
}

.footer{
    background: rgb(99,99,99);
    background: linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(65,65,65,1) 35%, rgba(0,0,0,1) 63%);
    width: 100%;
    padding: 20px 0px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
}

.footer form{
    display:flex;
    margin-top: 20px;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}

.footer form input{
    padding: 15px;
    width: 200px;
    background: #a70000;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

.footer form input::placeholder{
    color: white;
}

.footer form button{
    padding: 10px;
    color:white;
    border-color: white;
    border-style: solid;
    background: none;
    border-width: 1px;
    font-size: 10pt;
    font-weight: bold;
    font-style: oblique;
    cursor: pointer;
}

.footer form button:hover{
    background-color: white;
    color: #444
}

.footer h1, .footer h4{
    width: 100%;
    font-size: 10pt;
    text-align: center;
    color: white;
}

.footer span{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: white;
    font-size: 10pt;
    column-gap: 15px;
    margin-top: 20px;
}
.footer .info span{
    width: 100%;

    margin-top: 10px;
}
.footer .info span a{
    color: white;
}

.footer div{
    color: white;
}

.footer .info{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
    color: white;
    padding: 30px 15px;
    margin-top: 10px;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: rgba(255,255,255,0.15);

}

.footer span b{
    font-style: oblique;
    color: white;
}

.footer span img{
}

@media only screen and (max-width: 600px){
    #profile *{
        font-size: 8pt;
    }
    #notify{
        width: calc(100% - 20px);
        padding: 10px;
        justify-content: center;
    }
    .footer{
        padding: 15px;
    }

    .footer form{

    }

    .footer form input{
        width: 90%;
    }

}
