/*Setup Document Empieza*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .2s linear;
    font-family: "Poppins", sans-serif;
}
:root{
    --black100:#000;
    --black75:#333;
    --black50:#505050;
    --white100:#fff;
    --white75:#e4e4e4;
    --white50:#aaa;
    --blue:#2f66a5;
    --orange:#ff4500;
    --gray:#808080;
    --green:#22ac44;
    --fontStyle1:"Dancing Script", cursive;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
}
body{
    overflow-x: hidden;
}
section{
    min-height: 100vh;
}
/*Setup Document Termina*/


/*Intro Empieza*/
.intro{
    position: fixed;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 9999;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/resources/background.webp) no-repeat;
    background-position: center;
    background-size: cover;
    cursor: default;
}
.intro.hide{
    top: -105%;
    opacity: 0;
}
.intro .heading{
    width: 100%;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(25px);
    border-bottom: 1px solid gray;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .7);
}

.intro .heading .text1{
    font-size: clamp(1.5rem, 3vw, 3rem);
    color: #fff;
    text-shadow: -1px 2px 3px #000;
    font-weight: 600;
}

.intro .heading .typeText{
    font-size: clamp(1rem, 3vw, 2rem);
    color: #ffffff;
}

.intro .heading .text2{
    font-size: clamp(2.3rem, 5vw, 5rem);
    font-weight: 700;
    color: rgb(255, 251, 188);
    text-shadow: -2px 3px 5px #000;
}

.intro .container{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    width: 80%;
    padding: .5rem;
    margin-top: 1rem;
}
.intro .container a{
    flex: 1 1 8rem;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: clamp(2rem, 3vw, 4rem);
    color: #00ffdd;
    text-shadow: -1px 1px 3px #000;
    flex-direction: column;
    font-size: clamp(1rem, 2vw, 1.5rem);
}
.intro .container a span{
    text-align: center;
}
.intro .container a:hover{
    color: yellow;
}

.intro .closeBtnIntro{
    padding: .5rem 3rem;
    margin-top: 5rem;
    font-size: 2rem;
    background:#651186;
    outline: 2px solid #fff;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    border-radius: 25rem;
    letter-spacing: 1px;
}

.intro .closeBtnIntro:hover{
    background:#7d10a8;
    letter-spacing: 2px;
}



.reservasPhone{
    width: 100%;
    text-align: right;
}

.reservasPhone a{
    padding:.3rem .5rem;
    border-radius: 25px 0 0 25px;
    font-size: clamp(.9rem, 2vw, 1.1rem);
    color: #000;
}

.reservasPhone a i{
    color: #2f66a5;
}
/*Intro Termina*/





/*Cambio de Idioma Empieza*/
.idioma{
    position: fixed;
    bottom: 1rem;
    left:50%;
    transform: translateX(-50%);
    width: max-content;
    border-radius:0 1rem 1rem 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    cursor: default;
}

.idioma p{
    font-size: .7rem;
    color: #555;
}

.idioma .selector{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    padding: .2rem;
    background: #ddd;
    position: relative;
    border-radius:0 5px 5px 0;
    border: 1px solid #ddd;
}



.idioma .selector span{
    padding: .2rem .5rem;
    border-radius: 4px;
    cursor: pointer;
    color: #999;
    font-size: .7rem;
}
.idioma .selector span.active{
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background: #fff;
    color: #ff4500;
    font-weight: 600;
}

/*Cambio de Idioma Termina*/




/*Sección Primer Plato Empieza*/
.menuDiario{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    cursor: default;
    border-bottom: 2px solid #000;
}


.menuDiario.notShow{
    display: none;
}

.menuDiario .heading{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    background: #000;
    border-radius: 0 0 15px 15px;
}
.menuDiario .heading h1{
    font-family: var(--fontStyle1);
    font-size: clamp(3rem, 5vw, 5rem);
    color: #fff;
}
.menuDiario .heading .priceMenu{
    font-size: 5rem;
    font-weight: 700;
    color: rgb(241, 129, 1);
}
.menuDiario .heading .priceMenu span{
    font-size: 1.5rem;
    font-weight: 300;
}
.menuDiario .heading .infoMenu{
    font-style: oblique;
    font-size: .8rem;
    color: #fff;
    margin-bottom: 1rem;
}
.menuDiario .heading .daysPrice{
    color: #fff;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-style: oblique;
}
.menuDiario .heading .daysPrice i{
    font-weight: 700;
    font-size: 1.3rem;
    color: #e3ff96;
}

.menuDiario .postres,
.menuDiario .segundoPlato,
.menuDiario .primerPlato{
    border: 1px solid #dbdbdb;
    width: 100%;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}
.menuDiario .postres h1,
.menuDiario .segundoPlato h1,
.menuDiario .primerPlato h1{
    font-size: clamp(2.5rem, 5vw, 5rem);
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: var(--fontStyle1);
}

.menuDiario .postres .cardPostres,
.menuDiario .segundoPlato .cardSegundoPlato,
.menuDiario .primerPlato .cardPrimerPlato{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .5rem;
}

.menuDiario .postres .cardPostres li,
.menuDiario .segundoPlato .cardSegundoPlato li,
.menuDiario .primerPlato .cardPrimerPlato li{
    font-weight: 600;
    font-size: 1rem;
    text-transform: capitalize;
    border: 1px solid #c9c9c9;
    padding: .5rem;
    border-radius: 5px;
}

.menuDiario .postres .cardPostres .descriptionPostreCard,
.menuDiario .segundoPlato .cardSegundoPlato li .descriptionSegundoPlato,
.menuDiario .primerPlato .cardPrimerPlato li .descriptionPrimerPlato{
    font-weight: 500;
    font-size: .8rem;
    color: var(--black50);
    font-style: oblique;
}
/*Sección Primer Plato Termina*/




/*Sección de Encabezados Empieza*/
.bocadilloText{
    margin-top: 2rem;
    background: #f9f9f9;
    text-align: center;
    padding: 2rem 3%;
}
.bocadilloText p{
    font-size: clamp(2rem, 3vw, 3rem);
}



.suplementos{
  min-height: 15vh;
  padding: 2rem 3%;
  border: 1px solid #d6d6d6;
  width: max-content;
  margin-block: 3%;
  margin-inline: 3%;
  border-radius: 5px;
  cursor: default;
}
.suplementos h2{
    font-weight: 400;
}
.suplementos p{
    font-style: oblique;
}




.especialBocadillo{
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3%;
    cursor: default;
}

.especialBocadillo h1{
    padding: .5rem 1rem;
    border: 1px solid rgb(226, 226, 226);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-radius: 7px;
    text-align: center;
    color: #333;
    font-weight: 500;
}
.especialBocadillo h1 span{
    font-size: clamp(4rem, 5vw, 5rem);
    font-weight: 900;
}
.especialBocadillo h1 span strong{
    font-weight: 400;
    font-size: 2.5rem;
}
/*Sección de Encabezados Termina*/



/*Sección Bocadillos Fríos Empieza*/
.bocadillosFrios{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3rem;
    background: #ebebeb;
    padding: 2rem 3%;
    width: 100%;
    height: 100%;
    min-height:100vh;
}

.bocadillosFrios h1{
    font-size: clamp(3rem, 5vw, 7rem);
    font-weight: 400;
    font-family: var(--fontStyle1);
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}


.bocadillosFrios .containerFrios{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1rem;
    row-gap: 2rem;
    cursor: default;
    width: 100%;
}

.bocadillosFrios .containerFrios .bocadilloFrio{
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #808080;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, .2);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bocadillosFrios .containerFrios .bocadilloFrio h2{
    background:#000000;
    color: #ffffff;
    text-align: center;
    padding: .5rem 1rem;
    font-weight: 500;
    width: 100%;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    border-bottom: 1px solid #eee;
}
.bocadillosFrios .containerFrios .bocadilloFrio img{
    width: 100%;
    height: 10rem;
    object-fit:cover;
}
.bocadillosFrios .containerFrios .bocadilloFrio .wideCont{
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
}
.bocadillosFrios .containerFrios .bocadilloFrio .wideCont p{
    font-size: clamp(1rem, 3vw, 1.2rem);
    background: #292929;
    color: #bbdf1e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-weight: 400;
}
.bocadillosFrios .containerFrios .bocadilloFrio .wideCont p:nth-child(1){
    border-right: 2px solid #d3d3d3;
}
.bocadillosFrios .containerFrios .bocadilloFrio .wideCont p span{
    font-weight: 700;
    font-size: 2rem;
    font-style: oblique;
    color: #fff;
}
.bocadillosFrios .containerFrios .bocadilloFrio .wideCont p span strong{
    font-weight: 400;
    font-size: 1.3rem;
}

/*Sección Bocadillos Fríos Termina*/




/*Sección Bocadillos Calientes Empieza*/
.bocadillosCalientes{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3rem;
    padding: 2rem 3%;
    width: 100%;
    height: 100%;
    min-height:100vh;
    background: #fff;
}

.bocadillosCalientes h1{
    font-size: clamp(3rem, 5vw, 7rem);
    font-weight: 400;
    font-family: var(--fontStyle1);
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}


.bocadillosCalientes .containerCalientes{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1rem;
    row-gap: 2rem;
    cursor: default;
    width: 100%;
}

.bocadillosCalientes .containerCalientes .bocadilloCaliente{
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #808080;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, .2);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente h2{
    background:#000000;
    color: #ffffff;
    text-align: center;
    padding: .5rem 1rem;
    font-weight: 500;
    width: 100%;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    border-bottom: 1px solid #eee;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente img{
    width: 100%;
    height: 10rem;
    object-fit:cover;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente .wideCont{
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente .wideCont p{
    font-size: clamp(1rem, 3vw, 1.2rem);
    background: #292929;
    color: #f5a105;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-weight: 400;
    height: 100%;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente .wideCont p:nth-child(1){
    border-right: 2px solid #d3d3d3;
}
.bocadillosCalientes .containerFrios .bocadilloCaliente .wideCont p span{
    font-weight: 700;
    font-size: 2rem;
    font-style: oblique;
    color: #fff;
}
.bocadillosCalientes .containerCalientes .bocadilloCaliente .wideCont p span strong{
    font-weight: 400;
    font-size: 1.3rem;
}
/*Sección Bocadillos Calientes Termina*/



/*Navbar Empieza*/
.navbar{
    position: fixed;
    top:0 ;
    left: -115%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
    cursor: default;
}
.navbar.show{
    left: 0;
}

.navbar a{
    padding: .2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: .2rem;
}


.navbar a:nth-child(3){
    border-bottom: 2px solid #6b6b6b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .7);
}
.navbar a:hover{
    color: orangered;
    background: #000;
}


.horarios{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem 2%;
    margin-top: 2rem;
    background: #E9E9EC;
    min-height: 30vh;
}

.horarios .day{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3rem;
    padding: .5rem;
    background: #d4d4d4;
    border-radius: 5px;
    flex: 1 1 10rem;
    border: 1px solid #d4d4d4;
    color: #8d8d8d;
}



.horarios .day.today{
    color: #e9e9e9;
    background: #007767;
    box-shadow: 0 0 5px rgb(0, 194, 136);
    border: 2px solid #00a892;
}



.navbar span{
    cursor: pointer;
    margin-left: 50%;
    margin-top: auto;
    margin-bottom: 10rem;
    padding: .5rem 3rem;
    width: max-content;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    transform: translateX(-50%);
    background: orangered;
}
.navbar span:hover{
    background: red;
}



.btnNavbar{
    position: fixed;
    bottom: .5rem;
    right: 0;
    z-index: 50;
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0 0 50px;
    background: #4b4b4b;
    box-shadow: -3px 4px 5px rgba(0, 0, 0, .7);
    border-top:1px solid #4b4b4b ;
    border-left:1px solid #4b4b4b ;
    border-bottom:1px solid #4b4b4b ;
}
.btnNavbar i{
    font-size: 1.7rem;
    color: #fff;
}

.asisPhone{
    position: fixed;
    bottom: .5rem;
    left: .5rem;
    z-index: 50;
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #f1f1f1;
    box-shadow: -3px 4px 5px rgba(0, 0, 0, .7);
    border: 2px solid #c9c9c9;
}
.asisPhone:hover{
    height: 4.1rem;
    width: 4.1rem;    
}

.asisPhone i{
    color: #2eb13f;
    font-size: 1.5rem;
}
/*Navbar Termina*/


/*Footer Empieza*/
.footer{
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    cursor: default;
    background: #4b4b4b;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.footer .heading{
    background: #000;
    width: 100%;
    text-align: center;
}
.footer .heading p{
    color: #2f66a5;
    font-size: 1.3rem;
}
.footer .heading span{
    color: #c2c2a5;
    font-size: clamp(1.6rem, 3vw, 3em);
    font-weight: 600;
}
.footer a{
    color: #fff;
    text-align: center;
    padding: .5rem;
    text-decoration: underline;
}
/*Footer Termina*/













@media(max-width:1200px){
    .intro .closeBtnIntro{
        margin-top: auto;
        margin-bottom: 7rem;
    }
}