/* Resetear las propiedades CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {margin: 0; padding: 0;}
fieldset, img, abbr {border: 0;}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, th, var {font-style: normal; font-weight: normal;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
a{outline:0; color:#0000EE;}
*{box-sizing: border-box;}
.salto{clear: both;}
.derecha{float:right;}
.izquierda{float:left;}
.centrado{
text-align: center;
margin:auto;
}

.puntero:hover {cursor:pointer;}
*:focus {outline: none;}



body{
  margin: 0;
  background-color: #d3d1d1;
  width: 100%;
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

body[data-nav-open="true"] {
  overflow: hidden;
}

/*----------- Contenido de pagina ---------------*/
section
{
    width: 100%;
    display: block;
    margin-top:96px;
}
/*----------- Contenido de pagina ---------------*/


footer{
    width: 100%;
    display: block;


    background-color: #3e0080;
}

h1 {
    width: 95%;
    margin: auto;
    display: inline-block;
    padding: 20px 0;
    font-size: 2.5em;
    color: #800000;
    font-weight: bold;
    text-align: center;
    line-height: .8em;
    
  }

  .miga {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: clamp(16px, 3vw, 28px) auto;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    font-weight: 600;
    color: #5a4c4c;
    padding: 20px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  }

.miga a {
    font-weight: 700;
    color: #800000;
    text-decoration: none;
    transition: color 0.25s ease;
}

.miga .activo {
    color: #2f1d1d;
}

.miga a:hover,
.miga a:focus {
    color: #a30a0a;
}

.miga-separador {
    color: rgba(90, 76, 76, 0.6);
    font-size: 0.95em;
}

p {
    width: 95%;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    display: inline-block;
    padding: 5px;
    text-align: justify;
  }


/*----------- Menu de navegacion ---------------*/
#navbar
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: clamp(10px, 4.5vw, 30px);
    height: 70px;
    padding-inline: clamp(14px, 4.6vw, 32px);
    padding-top: 0px;
    padding-bottom: 0;
    background: linear-gradient(110deg, #980505 0%, #6b0000 52%, #4d0000 100%);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: visible;
}

#navbar .navbar-brand
{
    display: flex;
    align-items: center;
    margin: 0;
    justify-self: start;
    align-self: end;
    position: relative;
    z-index: 110;
    overflow: visible;
    line-height: 0;
}

#navbar .navbar-brand img
{
    position: static;
    height: clamp(68px, 14vw, 98px);
    width: auto;
    max-width: 236px;
    margin-top: 0;
    margin-bottom: -35px;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}

#navbar .telefono
{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    margin: 0 auto;
    justify-self: center;
    align-self: center;
}

#navbar .telefono .numero
{
    justify-content: center;
}

#navbar .telefono .numero
{
    cursor:pointer;
    display:inline-flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-family: "Lucida Grande",Verdana,Arial,sans-serif; 
    font-size: clamp(1.05rem, 2.8vw, 1.45rem);
    text-decoration: none;
    text-shadow:none;
    font-weight: bold; 
    letter-spacing: 0.4px;
    line-height: 1;
}

#navbar .telefono .icono
{
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.2);
    transition: transform 0.25s ease;
}

#navbar .telefono .icono img
{
    width: 20px;
    height: 20px;
}

#navbar .muestra, #navbar .oculta
{
    width: 36px;
    height: 36px;
    padding: 5px;
    margin-left: 10px;
    cursor:pointer;
    display:block;
    justify-self: end;
    align-self: center;
}

#navbar .oculta
{
    display: none;
}

#navbar .muestra:hover,
#navbar .muestra:focus,
#navbar .oculta:hover,
#navbar .oculta:focus
{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

#navbar .NavMenu
{
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(22, 13, 13, 0.6);
    z-index: 90;
    backdrop-filter: blur(4px);
}

#navbar .NavMenu.is-active
{
    display: flex;
}

#navbar .NavMenu nav
{
    margin: auto;
    width: min(90%, 360px);
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
    padding: clamp(18px, 6vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#navbar .NavMenu ul
{
    display:block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 768px)
{
    #navbar
    {
        padding-inline: clamp(12px, 4.5vw, 24px);
        padding-top: clamp(5px, 2.2vw, 7px);
        padding-bottom: clamp(0px, 0.6vw, 2px);
        min-height: clamp(28px, 9vw, 34px);
    }

    #navbar .navbar-brand img
    {
        height: clamp(62px, 24vw, 90px);
        margin-top: 0;
        margin-bottom: -16px;
    }

    #navbar .telefono .numero
    {
        font-size: 1.1rem;
        display:none;
    }

    #navbar .telefono
    {
        gap: 4px;
        align-self: center;
    }

    #navbar .telefono .icono
    {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    #navbar .telefono .icono img
    {
        width: 18px;
        height: 18px;
    }

    #navbar .muestra,
    #navbar .oculta
    {
        width: 34px;
        height: 34px;
        padding: 4px;
    }
}

@media (min-width: 1024px)
{
    #navbar
    {
        padding-inline: clamp(24px, 6vw, 80px);
    }
}

#navbar .NavMenu li
{
    width: 100%;
}
    
#navbar .NavMenu a
{
    display:block;
    width: 100%;
    color: #3d3333;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 1.05em;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 14px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#navbar .NavMenu a:hover,
#navbar .NavMenu a:focus
{
    background: rgba(128, 0, 0, 0.1);
    color: #800000;
    transform: translateX(4px);
}

#navbar .NavMenu .nav-close
{
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #800000;
    padding: 6px;
    transition: transform 0.25s ease;
}

#navbar .NavMenu .nav-close:hover,
#navbar .NavMenu .nav-close:focus
{
    transform: rotate(90deg);
}







/*----------- pie de pagina ---------------*/
.piepagina
{
    width: 100%;
    display: block;
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
    text-align:center;
    background:#3c3b44;
    padding-top:20px;
    padding-bottom:20px;
}

.piepagina ul
{
    display: block;
    max-width: 1140px;
    margin-left: auto; 
    margin-right:  auto; 
    padding-left: 10px;
    padding-right: 10px; 
    display: block;
    text-align:left;
    font-weight: bolder;
    font-size:1em; 
    color:#fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.piepagina li
{
    width: 100%;
    display: block;
    display: inline-block;
    padding:0px 3px 3px 3px;
}

.piepagina .linea_bottom
{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.piepagina .linea_bottom p
{
    color:#fff;
    text-decoration: none;
    padding:9px 0px 9px 9px;
} 

.piepagina .linea_bottom a
{
    color:#fff;
    text-decoration: none;
} 

.piepagina-redes
{
    float: right;
    width: 100%;
    text-align: right;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.piepagina-redes img
{
    width: 40px;
    margin-right: 5px;
}

.piepagina-origen
{
    float: left;
    display:block;
    width: 100%;
    text-align: center;
    margin-top:20px;
}
/*----------- pie de pagina ---------------*/

/* @media only screen and (max-width: 767px) */
@media (max-width: 600px){
    body{font-size: 1em;}

    #navbar .telefono{margin-right: 10px; margin-top: 15px;}
    #navbar .telefono .numero{display: none;}
    #navbar .telefono .icono{margin-right: 10px; margin-bottom: 10px;}


}
/*----------- Menu de navegacion ---------------*/




/*----------- Comedor ---------------*/
.comedor
{
    float: left;
    width: 100%;
    height: 700px;
    margin: 0px;
    padding: 0px;
    background-image: url('/img/restaurante.jpg');
    background-size: cover;
    position: relative;
    text-align: center;
    display:block;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
/*----------- Comedor ---------------*/
#navbar .telefono .icono:hover,
#navbar .telefono .icono:focus
{
    transform: scale(1.08);
}
