@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    transition: 0.3s cubic-bezier(.43,1.1, .62, 1.08);
    font-family: "Roboto", serif;
    box-sizing: border-box;
    border: none;
}

section{
    min-height: 20vh;
    padding: 2rem 6%;
    cursor: default;
}

:root{
    --surface:#181d22;
    --base:#131720;
    --border:#313f4b;
    --text:#8b8b8b;
    --dosis:"Dosis", sans-serif;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}


@keyframes fadeIn {
    0%{
        transform: translateY(-4rem) scale(0);
        opacity: 0;
    }
}




/*SecciÃ³n Header Empieza*/

.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background:var(--base);
    z-index: 1000;
    padding: .3rem .5rem;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 5px 8px rgba(0,0,0, .080);
    gap: .5rem;
}

.header .return{
    padding: .3rem 1rem;
    border-radius: 50px;
    color: #fff;
    background: #017bd8;
    box-shadow: 0 0 8px #2ea5ff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



.header .logoCont{
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    color: #eee;
    font-size: clamp(.6rem, 2vw, 1rem);
    font-weight: 500;
    padding: .2rem .3rem;
    border-radius: .5rem;
    background: var(--border);
    border: 1px solid var(--border);
    box-shadow: 0 5px 8px rgba(0,0,0, .280);
    margin-left: auto;
}
.header .logoCont:hover{
    box-shadow: 0 5px 8px rgba(0,0,0, .280);
    color: #fff;
    border: 1px solid #fff;
}
.header .logoCont img{
    height: 100%;
}




.header .showSearch{
    font-size: clamp(.7rem, 2vw, 1rem);
    cursor: pointer;
    color: #eee;
    background: #333;
    padding: .3rem 1rem;
    border-radius: 50px;

}



.fa-xmark{
    font-size: clamp(.6rem, 2vw, 1rem);
}
/*SecciÃ³n Header Termina*/


/*SecciÃ³n buscador Empieza*/
.buscador{
    position: fixed;
    top:-115%;
    left: 0;
    z-index: 990;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
    padding: .2rem .5rem;
    gap: .5rem;
}

.buscador.active{
    top: 2.5rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.buscador input{
    padding: .3rem .5rem;
    font-size: clamp(.7rem, 2vw, 1rem);
    color: #000;
    border-bottom: 2px solid #eee;
    position: relative;
    width: 100%;
}

.buscador input:focus{
    border-bottom:2px solid #8f8f8f;
}

.buscador input::placeholder{
    font-size: clamp(.7rem, 2vw, 1rem);
    font-weight: 400;
    color: #aaaaaa;
    letter-spacing: .5px;
}


.buscador .closeSearch{
    margin-left: auto;
    font-size: 3rem;
    cursor: pointer;
}

.buscador .clearAll{
    cursor: pointer;
    color: #fff;
    border:1px solid #eee;
    border-radius: 50px;
    background:#0270ff;
    padding: .2rem 1rem;
    margin-left: auto;
    font-size: clamp(.6rem, 2vw, 1rem);
    font-weight: 600;
}



/*SecciÃ³n buscador Termina*/



/*Sección Intro Empieza*/
.intro{
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 1rem;
    background: var(--base);
    cursor: default;
    row-gap: .2rem;
}

@media(max-width:1200px){
    .intro{
        flex-direction: column;
    }
}

.intro .heading{
    display: flex;
    flex-direction: column;
    gap: .3rem;
    background:var(--surface);
    padding: .5rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border);
    box-shadow: 0 8px 15px rgba(0,0,0, .880);
    width: 100%;
    /* justify-content: center; */
}
.intro .heading h1{
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: #fff;
    font-weight: 400;
}
.intro .heading p{
    font-size: clamp(.7rem, 3vw, 1rem);
    color:var(--text);
    font-weight: 300;
}

.intro .heading p a{
    color: #ffff;
    font-style: oblique;
    font-weight: 500;
}

.intro .heading p strong{
    font-weight: 600;
    color: #999;
}

.intro .heading .btnsContainer{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    margin-block: .5rem;
    width: max-content;
}

.intro .heading .btnsContainer a{
    padding: .3rem 1rem;
    border-radius: 30px;
    background: var(--surface);
    color: #eee;
    box-shadow: 0 5px 8px rgba(0,0,0, .880);
    border: 1px solid var(--border);
    text-align: center;
}
.intro .heading .btnsContainer a:hover{
    background: #000000;
    color: #ffffff;
    box-shadow: 0 0 15px #bdd6eb;
    border: 1px solid #fff;
}
/*Sección Intro Termina*/



.productInfo{
    padding: 1rem 6%;
    margin-top: 1rem;
    cursor: default;
}

.productInfo h1{
    padding: .5rem 2rem;
    border-radius: .5rem;
    box-shadow: 0 5px 8px rgba(0,0,0, .180);
    width: max-content;
    border: 1px solid #eee;
    font-size: clamp(1rem, 3vw, 2rem);
    color: #444;
}




/*SecciÃ³n Pizzas Empieza*/
.productos{
    cursor: default;
    background: #fff;
}

.productos .container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: .5rem;
}







.productos .container .objeto{
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out; /* Transiciones suaves */
    opacity: 1; /* Totalmente visible por defecto */
    transform: translateY(0); /* Sin movimiento inicial */
    background: #fff;
    box-shadow: 0 8px 15px rgba(0,0,0, .180);
    padding: .5rem;
    border-top: 1px solid #eee;
}





/* Ocultar con animaciÃ³n */
.productos .container .objeto.hidden {
    opacity: 0;
    transform: scale(0.8); /* Escala mÃ¡s pequeÃ±a */
    pointer-events: none; /* No permite interacciÃ³n */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Volver a estado normal al mostrar */
.productos .container .objeto:not(.hidden) {
    opacity: 1;
    transform: scale(1); /* TamaÃ±o normal */
    pointer-events: auto;
}

.productos .container .objeto .alergenos .imagecontainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.productos .container .objeto .alergenos .imagecontainer img{
    width: 2.2rem;
    margin-top: 1rem;
    margin-right: .5rem;
}



.productos .container .objeto .titulo{
    font-size: clamp(.8rem, 2vw, 1.2rem);
    color: #000;
    font-weight: 400;
}

.productos .container .objeto .descripcion{
    font-size:.8rem;
    color: var(--text);
}



.productos .container .objeto .alergenos{
    width: 100%;
    display: none;
}


.productos .container .objeto .peso{
    font-weight: 400;
    color: #555;
    margin-left: auto;
    font-size: clamp(.5rem, 2vw, .7rem);
    font-style: oblique;
    margin-top: auto;
}




.productos .container .objeto .fa-info{
    font-size: 1rem;
    color: var(--white);
    cursor: pointer;
    background:#5c5c5c;
    height: 1.7rem;
    width: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 3;
}

.productos .container .objeto .fa-info:hover{
    background: #333;
}




.productos .container .objeto .ragu{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    bottom: -100%;
    padding: .5rem;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    backdrop-filter: blur(3px);
    display: flex;
    visibility: hidden;
}

.productos .container .objeto .ragu.active{
    bottom: 0;
    visibility: visible;
}

.productos .container .objeto .ragu h1{
    border-radius: 7px 7px 0 0;
    color: var(--white);
    font-size:clamp(.7rem, 2vw, 1rem);
    font-weight: 300;
    background: linear-gradient(0, #000, #333);
    padding: .3rem .5rem;
    width: 100%;
}
.productos .container .objeto .ragu p{
    padding: 1rem;
    background:#fff;
    font-size:clamp(.7rem, 2vw, 1rem);
    width: 100%;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 8px 15px rgba(0,0,0, .250);
    font-weight: 300;
}
.productos .container .objeto .ragu span{
    padding: .3rem .5rem;
    border-radius: 30px;
    background:#0091ff;
    margin-top: auto;
    width: 100%;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.productos .container .objeto .ragu span:hover{
    background: #0220ff;
}

.productos .container .objeto .image{
    text-align: center;
}
.productos .container .objeto .image img{
    width: 70%;

}




.productos .container .objeto .precio{
    display: flex;
    justify-content: flex-end;
    font-size: 1.2rem;
    text-align:right;
}

.productos .container .objeto .permaLink{
    padding: .5rem 1rem;
    background: #484a62;
    width: max-content;
    border-radius: 3px;
    font-size: 1rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

/* .productos .container .objeto .permaLink::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transition: .3s linear;
}

.productos .container .objeto .permaLink::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15px;
    width: 15px;
    border-right: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    transition: .3s linear;
}

.productos .container .objeto .permaLink:hover::before,
.productos .container .objeto .permaLink:hover::after{
    width: 100%;
    height: 100%;
} */

.productos .container .objeto .permaLink:hover{
    background: #ff9900;
}


/*SecciÃ³n Pizzas Termina*/






/*Sección Banner Empieza*/
.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh !important;
}
.banner .container{
    display: flex;
    flex-direction: column;
    padding: .5rem;
    border-radius:1rem ;
    background: linear-gradient(0, #000, #333);
    border: 1px solid #eee;
    gap: .5rem;
    width: 100%;
}
.banner .container h1{
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 400;
    color: #f3dc0d;
}

.banner .container h2{
    font-size: .8rem;
    font-style: oblique;
    color: #999;
    font-weight: 400;
}
.banner .container a{
    color: #ffffff;
    font-style: oblique;
    font-weight: 600;
}

.banner .container a:hover{
    text-decoration: underline;
    color: #ff9900;
}

.banner .container .svgCont{
    display: flex;
    width: 100%;
    gap: .3rem;
}


.banner .container .svgCont svg{
    height: 5rem;
    fill: #a1fcff;
    stroke:#a1fcff;
}
.banner .container p{
    color: #ffffff;
    font-weight: 300;
    font-size: clamp(.7rem, 2vw, 1rem);
}


@media(max-width:780px){
    .banner .container .svgCont{
        justify-content: center;
        align-items: center;
    }
    .banner .container .svgCont svg{
        height: 3rem;
    }
}
/*Sección Banner Termina*/



















