@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chicle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');



*{
    padding: 0;
    outline: none;
    border: none;
    margin: 0;
    font-family: "Karla", sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .2s linear;
}


:root{

    /*Fuentes Empieza*/
    --Sofia:"Sofia", cursive;
    --Karla:"Karla", sans-serif;
    --Dancing:"Dancing Script", cursive;
    --Chicle:"Chicle", serif;
    --Description:"Pacifico", cursive;
    /*Fuentes Termina*/

    /*Base de Colores Empieza*/
    --black100:#000;
    --black70:#202020;
    --black50:#242424;
    --gray:#808080;
    --graymimd:#5c5c5c;

    --brow10:#e7b8a1;
    --brown50:#8a6756;
    --brown70:#4e2917;
    --brown100:#3e1704;

    /*Acentos Empieza*/
    --mostaza:#e2b857;
    --turquesa:#a8dadc;
    --frambuesa:#d45d5d;
    --malva:#bfa0c9;
    --cobre:#cc6b49;
    --verdesalvia:#b8c2b1;
    /*Acentos Termina*/

    /*Base de Colores Termina*/
}





html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}
html::-webkit-scrollbar{
    width:.7rem;
}
 html::-webkit-scrollbar-track{
    background-color: transparent;
}
 html::-webkit-scrollbar-thumb{
    background-color: var(--brown50);
    border-radius: 5rem;
}
body{
    overflow-x: hidden;
}

section{
    padding: 2rem 4%;
    min-height: 100vh;
}





/*Sección Aviso de Horario Empieza*/
.aviso{
    position: fixed;
    top: -105%;
    left: 0;
    min-height: 100dvh;
    height: 100%;
    background:linear-gradient(45deg, rgba(217, 255, 0, 0.5), rgba(0, 255, 221, 0.3));
    width: 100%;
    z-index: 99999;
    backdrop-filter: blur(5px);
    padding: 2rem 4%;
    cursor: default;
    opacity: 0;
}
.aviso.active{
    top: 0;
    opacity: 1;
}
.aviso .container{
    padding: .5rem;
    background: linear-gradient(45deg, rgba(240, 158, 251, 0.6), rgba(255, 198, 168, 0.712));
    border-radius: 15px;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.704);
    box-shadow: -3px 3px 7px rgba(151, 137, 29, 0.664);
    display: flex;
    flex-direction: column;
}
.aviso .container .fa-rectangle-xmark{
    width: max-content;
    margin-left: auto;
    font-size: 2rem;
    color: rgb(152, 3, 124);
    cursor: pointer;
}
.aviso .container .fa-rectangle-xmark:hover{
    color: #ff4500;
}

.aviso .container h1{
    margin-top: 1rem;
    color: aqua;
    font-weight: 600;
    font-family: var(--Chicle);
    letter-spacing: 3px;
    font-size: clamp(2rem, 5vw, 4rem);
    text-shadow: -3px 3px 5px #2b0019;
    text-align: center;
    padding: .6rem;
    background: rgba(255, 255, 255, 0.521);
    border-radius: 3px;
    border: 2px solid #fff;
}
.aviso .container p{
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color:var(--brown70);
    font-family: var(--Sofia);
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.aviso .container h2{
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: var(--black100);
    margin-bottom: 1rem;
    font-weight: 700;
}
.aviso .container .diasCont{
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.aviso .container .diasCont h3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 10rem;
    color: var(--cobre);
    padding: .5rem 0;
    font-size: clamp(1rem, 2vw, 1.2rem);
    height: 5.5rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(79, 2, 2, 0.4);
    letter-spacing: 3px;
}
.aviso .container .diasCont h3 span{
    font-family: var(--Chicle);
    font-size: clamp(.8rem, 2vw, 1rem);
    font-weight: bolder;
    color: var(--brown100);
}
.aviso .container .btn{
    margin-top: auto;
    margin-left: calc(100% - 50%);
    transform: translateX(-50%);
    padding: .6rem 2rem;
    background: var(--frambuesa);
    width: max-content;
    color:#fff;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 35px;
    cursor: pointer;
}
.aviso .container .btn:hover{
    background: orangered;
}
/*Sección Aviso de Horario Termina*/




/*Header Empieza*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    background: var(--black100);
    border-bottom: 2px solid var(--brow10);
    box-shadow: 0 4px 6px rgba(0,0,0, .5);
    z-index: 100;
}
.header .logoCont{
    /* margin-right: auto; */
    text-align: center;
}
.header .logoCont a h1{
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: #fff;
    font-style: oblique;
    font-family: var(--Sofia);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.header .logoCont a h1 img{
    height: 1.4rem;
}
.header .logoCont a h2{
    color: var(--brow10);
    font-size: clamp(.7rem, 2vw, .9rem);
}

/* .header .navbar{
    margin-left: auto;
} */
.header .navbar a{
    color: var(--brow10);
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 400;
    padding:.3rem .7rem;
}
.header .navbar a:hover{
    color:var(--frambuesa);
}

.header .call{
    position: absolute;
    top: 105%;
    right: 0;
    font-size: 1.1rem;
    background: var(--frambuesa);
    border-radius:15rem;
    border: 2px solid var(--cobre);
    z-index: 101;
    color:#fff;
    font-weight: 700;
    padding: .3rem .7rem;
    box-shadow: 0 3px 5px rgba(0,0,0, .5);
}
.header .call:hover{
    background: orange;
    color: #fff;
}



.header .navbar span{
    display: none;

}

.header .bx-menu{
    display: none;
}


/*carrito Empieza*/
.header .cartContainer{
    position: relative;
    margin-left: .5rem;
    padding: 5px;
    background: #353535;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header .cartContainer .carrito{
    font-size: 1.5rem;
    color:#fff;
}
.header .cartContainer .carrito.active{
    text-shadow:0 0 15px rgb(0, 255, 21) ;
    color: #33ff00;
}
.header .cartContainer .contItem{
    color: #fff;
}


.header .cartContainer .carrito:hover{
    color: #00e1ff;
    text-shadow:0 0 15px rgb(0, 255, 255) ;
}
/*carrito Termina*/



/*Header Termina*/





/*Status Active Empieza*/
.header .storeStatus{
    margin-right: auto;
    margin-left: 1rem;
    width: min-content;
    cursor: default;
    background: var(--softblack);
    border-radius: 5px;
    border-radius: 5px;
    outline: 2px solid var(--malva);
}

.header .storeStatus .online,
.header .storeStatus .offline{
    display:none;
    align-items: center;
    gap: .5rem;
    flex-direction: column;
    font-size: clamp(.5rem, 2vw, .7rem);
    text-align: center;
    color: var(--brow10);
    padding: .5rem;
    width: max-content;
    border-radius: 3px;
    background: var(--graymimd);
}

.header .storeStatus p .greenOnline{
    width: 15px;
    height: 15px;
    display: block;
    border-radius:50%;
    position: relative;
    background: #10a729;
}
.header .storeStatus .online.active,
.header .storeStatus .offline.active{
    display: flex;
}



.header .storeStatus p .greenOnline::before{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in;
    background: #10a729;
}


.header .storeStatus p .redOffline{
    width: 15px;
    height: 15px;
    display: block;
    border-radius:50%;
    position: relative;
    background: #ff1900;
}
.header .storeStatus p .redOffline::before{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in;
    background: #ff1900;
}

@keyframes pulse{
    from{
        transform: scale(0.5);
        opacity: 1;
    }to{
        scale: (1.5);
        opacity: 0;
    }
}
/*Status Active Termina*/





/*Animación Item Agregado Empieza*/
.aviso-carrito {
    position: fixed;
    top: 1.5rem;
    left: -100%;
    font-size: clamp(.5rem, 3vw, 1.1rem);
    background-color: #28a745; /* verde éxito */
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 5px;
    z-index: 999999;
    animation: avisoFadeIn 0.6s forwards;
    font-weight: bold;
    width: 35%;
    text-align: center;
}

@keyframes avisoFadeIn {
    to {
        left: 50%;
        transform: translateX(-50%);
    }
}

.fade-out {
    animation: avisoFadeOut 0.8s forwards;
}

@keyframes avisoFadeOut {
    from {
        left: 50%;
        transform: translateX(-50%);
    }
    to {
        left: 150%;
        opacity: 0;
    }
}

/*Animación Item Agregado Termina*/






/*Sección Cookies Empieza*/
.itemSection{
    margin-top: 4.5rem;
    background:#eee;
}

.itemSection h1{
    font-size: clamp(2.5rem, 3vw, 3.5rem);
    margin-bottom: 1rem;
    font-family: var(--Dancing);
    padding: 1rem;
    border-bottom: 2px solid #000;
}

.itemSection .cardContainer{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 1rem;
    row-gap: 2rem;
    border-radius: 5px;
}
.itemSection .cardContainer .card{
    display: flex;
    cursor: default;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0, .1);
    gap: .3rem;
    position: relative;
    box-shadow: -3px 3px 5px rgba(0,0,0, .3);
    border-radius: 7px 7px 0 0;
    outline: 1px solid #000;
    overflow: hidden;
    padding: .5rem;
}
.itemSection .cardContainer .card:hover{
    box-shadow: -3px 5px 7px rgba(0,0,0, .7);
}




.itemSection .cardContainer .card .name{
    padding:.5rem;
    font-size:1.2rem;
    font-style: oblique;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
.itemSection .cardContainer .card .image{
    border-radius:7px;
    background: #fff;
    width: 100%;
    margin-top: 2rem;
}
.itemSection .cardContainer .card .alergenos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.itemSection .cardContainer .card .alergenos img{
    width: 1.5rem;
}
.itemSection .cardContainer .card .description{
    font-size: clamp(.8rem, 3vw, 1rem);
    color:#333;
    padding: .2rem .3rem;
    margin-bottom: auto;
    border-top: 1px solid #333;
    font-weight: 500;
}


.itemSection .cardContainer .card .variants{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3rem;
    margin-bottom: .5rem;
}
.itemSection .cardContainer .card .variants h5 span{
    font-size: .9rem;
    margin-left: .2rem;
}


/*Los Selectores Empiezan*/
.itemSection .cardContainer .card .variants .baby,
.itemSection .cardContainer .card .variants .mediana,
.itemSection .cardContainer .card .variants .granmastro{
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    color:#fff;
    font-size: clamp(1.7rem, 3vw, 2rem);
    background:#474e49;
    padding: .5rem 1rem;
    
}   
.itemSection .cardContainer .card .variants .baby.active,
.itemSection .cardContainer .card .variants .mediana.active,
.itemSection .cardContainer .card .variants .granmastro.active{
    top: 0;
}
/*Los Selectores Terminan*/



.itemSection .cardContainer .card .sizePizza{
    font-weight: 700;
    color: #666666;
    margin-left: auto;
}

.itemSection .cardContainer .card .btnCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 3px;
}
.itemSection .cardContainer .card .btnCont button{
    width: 100%;
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 1rem;
}



.itemSection .cardContainer .card .btnCont .add{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    background: #008000;
    border-radius:  2px;
}
.itemSection .cardContainer .card .btnCont .add:hover{
    background:#00b300;
}



.itemSection .cardContainer .card .btnCont .ver{
    background: #fff;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius:  2px ;
    background:#fff;

}
.itemSection .cardContainer .card .btnCont .ver:hover{
    background:#383838;
    border: 1px solid transparent;
    color: #fff;
}


.noResult {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--darkred);
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem;
    background: #fff3f3;
    border: 1px solid var(--red);
    border-radius: 10px;
}

/*Sección Cookies Termina*/




















.blockSocial{
    position: fixed;
    top: 105%;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: rgba(63, 95, 95, 0.5);
    z-index:25;
    backdrop-filter: blur(3px);
    opacity: 0;
    left: 0;
    transition: 150ms ease-in-out;
}
.blockSocial.active{
    opacity: 1;
    top: 0;
}

/*RRSS Empieza*/
.socialCont{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 30;
    display: flex;
    align-content: center;
    justify-content: center;
}
.socialCont .btnRRSS{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    height: 3rem;
    width: 3rem;
    background: var(--black70);
    z-index: 28;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid var(--mostaza);
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(88, 63, 40, .7);
}
.socialCont .btnRRSS i{
    font-size: 1.3rem;
}

.socialCont .container{
    position: relative;
    height: 2.7rem;
    width: 2.7rem;
}

.socialCont .container a{
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brow10);
    border-radius: 50%;
    color: var(--brown100);
    border: 2px solid var(--brown70);
}
.socialCont .container a:nth-child(1){
    z-index: 20;
}
.socialCont .container a:nth-child(2){
    z-index: 18;
}
.socialCont .container a:nth-child(3){
    z-index: 16;
}
.socialCont .container a:nth-child(4){
    z-index: 14;
}



.socialCont .container a:nth-child(1).active{
    z-index: 20;
    left: -70%;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(2).active{
    z-index: 18;
    left: -190%;
    transition-delay:.1s ;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(3).active{
    z-index: 16;
    left: -310%;
    transition-delay:.2s ;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}
.socialCont .container a:nth-child(4).active{
    z-index: 14;
    left: -430%;
    transition-delay: .3s;
    box-shadow: 0 2px 3px rgba(88, 63, 40, .7);
}

.socialCont .container a:hover{
    background:var(--brown100) ;
    color: var(--mostaza);
    border: 2px solid var(--frambuesa);
}
/*RRSS Termina*/


/*Footer Empieza*/
.footer{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e7e7e7;
    width: 100%;
    gap: 1rem;
    cursor: default;
}
.footer .contactContainer{
    display: flex;
    flex-direction: column;
    margin-right: auto;

    gap: .5rem;
}
.footer .contactContainer a{
    color: #6b6b6b;
    font-size:1rem;
    padding: .5rem 1rem;
    background: #fff;
    border-radius: 25px;
    box-shadow: -2px 2px 4px rgba(0,0,0, .2);
    font-weight: 600;
    width: 100%;
}
.footer .contactContainer a:hover{
    color: #fff;
    background: #757575;
}

.footer .horarioCont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem;
    border: 1px solid #c5c5c5;
}
.footer .horarioCont p{
    display: flex;
    flex-direction: column;
    flex: 1 1 7rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    font-size: clamp(.8rem, 2vw, 1rem);
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: -2px 2px 4px rgba(0,0,0, .3);
    padding: .5rem;
}
.footer .horarioCont p span{
    font-weight: 900;
    font-style: oblique;
    color: #474747;
    padding: .5rem;
    background: rgb(199, 199, 199);
    width: 100%;
    text-align: center;
}
.footer .horarioCont p span:nth-child(1){
    border-radius: 5px 5px 0 0 ;
}
.footer .horarioCont p span:nth-child(2){
    border-radius:  0 0 5px 5px;
}



.footer .rightsContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5rem;
    border-top: 1px solid #aaaaaa;
}
.footer .rightsContainer a{
    color: #333;
    text-align: center;
}
.footer .rightsContainer a span{
    font-weight: 700;
    font-style: oblique;
}
.footer .rightsContainer .ubicacion{
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #006572;
}
/*Footer Termina*/









@media(max-width:1200px){
    .header .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: .5rem;
        height: 100%;
        min-height: 100vh;
        background: #ffe6d2;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .header .navbar a{
        color: var(--brown100);
        font-weight: 700 ;
    }
    .header .navbar span{
        display: block;
        padding: .5rem 2rem;
        text-align: center;
        border-radius: 25px;
        margin-top: calc(100vh - 40vh);
        cursor: pointer;
        background: var(--brown50);
        color: #fff;
        font-size: 1.5rem;
    }
    .header .navbar span:hover{
        background: var(--brown70);
        color: var(--mostaza);
    }
    .header .bx-menu{
        display: block;
    color: var(--brow10);
    font-size: 2.5rem;
    cursor: pointer;
    }

    .header .call{
        top: 100%;
        background: var(--black100);
        color: var(--brow10);
        right: 0;
        border-radius: 0 0 15px 15px;
        border-top: none;
    }
    .footer{
        min-height: 110vh;
    }
}