@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*/






/*Social Empieza*/

.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*/


/*Heading Empieza*/
.heading{
    margin-top: 4rem;
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 30vh;
    gap: .5rem;
}
.heading img{
    width: 15%;
}
.heading h1{
    font-size: clamp(2rem, 3vw, 3rem);
    color: #ebebeb;
    font-family: var(--Sofia);
    font-weight: 200;
}
.heading span{
    color: var(--mostaza);
    font-size: clamp(2rem, 3vw, 3rem);
    font-family: var(--Description);
    position: relative;
    z-index: 2;
}
.heading span::before{
    z-index: -1;
    content: 'Bakery';
    position: absolute;
    top: 2px;
    left: -2px;
    color: var(--frambuesa);
}
.heading h2{
    color: #fff;
    text-align: center;
    font-size: clamp(.9rem, 2vw, 1.1rem);
    font-weight: 400;
}

.heading .itemCont{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    background: #313d44;
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
}

.heading .itemCont .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    padding: .5rem;
    flex: 1 1 10rem;
    background: rgb(43, 49, 53);
    border-radius: 5px;
    outline: 2px solid rgb(30, 35, 41);
    gap: .5rem;
    cursor: default;
}

.heading .itemCont .item h3{
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 900;
    letter-spacing: 1px;
    background: rgb(30, 35, 41);
    padding: .3rem 2rem;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    color: var(--mostaza);
}


.heading .itemCont .item p{
    color: #84f1ff;
    background: rgb(30, 35, 41);
    padding: .3rem 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight:400;
    
}

.heading .itemCont .itemCall{
    cursor: pointer;
}
/*Heading Termina*/





/*Swiper Empieza*/

    .swiper {
      width: 100%;
      height: 100%;
      position: relative;
    }
    
    .swiper h1{
        position: absolute;
        top: 0rem;
        left: 1rem;
        z-index: 5;
        font-family: var(--Sofia);
        font-size:clamp(3rem, 5vw, 4rem);
        color: var(--frambuesa);
        text-shadow: -2px 2px 3px #000;
        font-style: oblique;

    }
    .swiper p{
        position: absolute;
        top: 80%;
        left: 1rem;
        z-index: 2;
        color: #fff;
        font-style: oblique;
        width: 100%;
        text-shadow: -1px 1px 2px #000;

    }
    .swiper .btnCallOne{
        padding: .5rem 2rem;
        background: var(--mostaza);
        color: #fff;
        border-radius: 25px;
        outline: 2px solid var(--frambuesa);
        position: absolute;
        z-index: 4;
        top: 87%;
        left: 1rem;
    }
    .swiper .btnCallOne:hover{
        background: orangered;
    }

    
    .swiper-slide {
    background: #afcfd8 !important;
      font-size: 18px;
      display: flex !important;
      justify-content:center !important;
      height: 25rem !important;
      width: 100% !important;
      gap: 1rem;
      flex-wrap: wrap-reverse !important;
      padding: .5rem;
      border-radius: 15px;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }


  .swiper-pagination{
    color: #fff !important;
    font-weight: 900;
    border-radius: 25px;
    padding: .3rem 1rem;
    background: rgb(37, 130, 146);
    bottom: 1.5rem !important;
    left: 92% !important;
    width: max-content !important;
    cursor: default;
    font-size: clamp(1.5rem, 3vw, 2rem);
    outline: 3px solid #fff;
    box-shadow: -3px 3px 5px rgba(0,0,0, .5);
  }

  .swiper-button-next,
  .swiper-button-prev{
    background: rgba(0, 255, 221, 0.3);
    height: 5rem !important;
    width: 5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 45rem;
    font-weight: 800;
    border: 2px solid #fff;
    color: #fff !important;
  }
    .swiper-button-next:hover,
  .swiper-button-prev:hover{
    background: rgba(0, 255, 13, 0.5);
  }
 
/*Swiper Termina*/


/*Cuchareables Empieza*/
.otros{
    min-height: 30vh;
    background: #eeeeee;
    margin-top: 2rem;
}
.otros h1{
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--black50);
}
.otros p{
    margin-bottom: 1rem;
    color: var(--graymimd);

}

.otros .container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: .5rem;
    row-gap: 2rem;
}
.otros .container .object{
    border: 2px solid #fdd889;
    background: #fff;
    box-shadow: -3px 3px 5px rgba(0,0,0, .5),
                 3px -7px 7px #fff;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}
.otros .container .object img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.otros .container .object p{
    background: #2e2e2e;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.otros .container .object .price{
    height: 15rem;
    width: 15rem;
    background: rgb(202, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top:60%;
    left: 60%;
    cursor: default;
    border: 5px solid #fdd889;
    box-shadow: -3px 3px 5px rgba(0,0,0, .3);
}
.otros .container .object .price h3{
    margin-top: calc(100% - 70%);
    margin-left: calc(100% - 92%);
    color: #fdd889;
    font-size: clamp(2.2rem, 3vw, 2rem);
}
.otros .container .object .price h3 strong{
    font-size: 1.2rem;
    font-weight: 400;
}
/*Cuchareables Termina*/












@media(max-width:1200px){

    .eventOnline .container,
    .eventOffline .container{
        width: 85%;
    }




    .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;
    }

    .inicio h1 span img{
    width: 1.5rem;
    }
    .footer{
        min-height: 110vh;
    }

    .swiper-pagination{
        left: 50% !important;
        transform: translateX(-50%) !important;
  }
  .swiper p{
    top: 16%;
  }
  .heading img{
    width: 35%;
  }

  .swiper .btnCallOne{
    top: 5.5rem;
  }

}