@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Lobster&display=swap');

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; 
}

body{
    margin: 0;
    background-color: #ffffff;
}

.header{
    background-color: #fff6f1;
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: left;
    position: fixed;
    z-index: 100;
    top: 0px;
}
.logo{
    margin-left: 20px;
    width: 120px;
    height: 100px;
}

.menu{
    display: none;
}

.header-logo{
    width: 100%;
}

.header-nav{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.head-container{
    display: flex;
    margin-right: 18px;
    align-items: center;
    float: left;
    list-style: none;
    margin-right: 35px;
    text-decoration: none;
    flex-direction: row;
    padding: 0;
    list-style: none;
    margin-left: 4px;
}

.header-links{
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    list-style: none;
    font-size: 24px;
    font-weight: 500;
    font-family: "Lobster", cursive;

}

.header-links:hover{
    background-color: #ebe0db;
}

.panel{
    height: 600px;
    width: 100%;
}
.panel-imagen{
    object-fit:cover;
    width:100%;
    height: 800px;
    object-position: top;
}

.capa-transparente {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
    backdrop-filter: blur(8px); 
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
  }

.capa-text h1{
    position: absolute;
    font-family: "Lobster", cursive;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 72px;
    color: #bd1f1f;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
}

.capa-text h2{
    position: absolute;
    font-family: "Lobster", cursive;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 20px;
    color: #ebe0db;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
}



.overlay-stext{
    position: absolute;
    top: 20%;
    left: 11%;
    margin: 0;
    transform: translate(-50%, -20%);
    font-size: 30px;
    color: #EFEFEF;
    font-weight: bold;
}

.subtitulo-contenedor{
    background-color: #776b31;
    width: 100%;
    height: 100px;
    margin-top: 250px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.subtitulo{
    color: #ebe0db;
    border-bottom: 2px solid #ebe0db;
    font-size: 46px;
    text-align: center;
    font-family: "Lobster", cursive;
}

.panel-menu{
    height: auto;
    width: 70%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-imagen-menu{
    object-fit: contain;
    width:100%;
    height: auto;
    object-position: center;
}

.container-ubicacion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
    "header header" 
    "mapa   content";
  gap: 20px;
  max-width: 1200px;
  margin: 120px auto 40px auto; 
  padding: 0 20px;
}

.container-ubicacion div {
  background-color: #ebe0db;
  padding: 20px;
  border-radius: 8px;
}

.container-ubicacion div.header-ubicacion {
  grid-area: header;
  text-align: center;
  background-color: transparent;
}

.container-ubicacion div.header-ubicacion h2 {
  color: #776b31; 
  border-bottom: 2px solid #ebe0db;
  margin: 0;
  font-size: 36px;
  font-family: "Lobster", cursive;
}

.ubicacion-maps {
  grid-area: mapa;
  width: 100%; 
  height: 450px;
  border-radius: 8px;
}

.container-ubicacion div.content {
  grid-area: content;
  display: flex;
  font-size: 18px;
  flex-direction: column;
  justify-content: start;
}


#estado-tienda {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    padding: 8px 16px;
    border-radius: 20px;
    width: fit-content;
}


.texto-abierto {
    background-color: #e8f5e9 !important;
    color: #2e7d32;
    font-family: "Lobster", cursive;
}

.texto-cerrado {
    background-color: #ffedee !important;
    color: #c62828;
    font-family: "Lobster", cursive;
}

.punto {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.abierto {
    background-color: #25d366;
    box-shadow: 0 0 8px #25d366;
}

.cerrado {
    background-color: #f44336;
    box-shadow: 0 0 8px #f44336;
}

.nosotros-contenedor{
    background-color: #776b31;
}

.container-imagen-nosotros{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
    "header header" 
    "mapa   content";
  gap: 20px;
  max-width: 1200px;
  margin: 120px auto 40px auto; 
  padding: 0 20px;
}

.container-imagen-nosotros div {
  background-color: #ebe0db;
  padding: 20px;
  border-radius: 8px;
}

.container-imagen-nosotros div.header-nosotros {
  grid-area: header;
  text-align: center;
  background-color: transparent;
}

.container-imagen-nosotros div.header-nosotros h2 {
  color: #776b31; 
  border-bottom: 2px solid #ebe0db;
  margin: 0;
  font-size: 36px;
  font-family: "Lobster", cursive;
}

.imagen-nosotros {
  grid-area: mapa;
  width: 100%; 
  height: 410px;
  border-radius: 8px;
}

.content-nosotros{
    color: black;
    font-size: 30px;
}


.footer-sitio {
    background-color: #776b31;
    color: #ebe0db; 
    padding: 60px 0 0 0;
    margin-top: 80px;
    font-family: "Lobster", cursive;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-bloque h3 {
    color: #fff6f1;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebe0db;
    padding-bottom: 5px;
    width: fit-content;
}

.footer-marca {
    color: #fff6f1;
    font-size: 32px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.footer-eslogan {
    font-style: italic;
    opacity: 0.8;
}

.footer-enlaces {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-enlaces li {
    margin-bottom: 12px;
}

.footer-enlaces a {
    color: #ebe0db;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-enlaces a:hover {
    color: #fff6f1;
    padding-left: 5px;
}

.footer-contacto-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-contacto-item i {
    font-size: 20px;
    color: #fff6f1;
}

.footer-telefono {
    color: #fff6f1;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-telefono:hover {
    opacity: 0.8;
}

.footer-nota-pedidos {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.4;
}

.footer-copyright {
    background-color: #5c5225;
    text-align: center;
    padding: 20px 20px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 246, 241, 0.1);
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    opacity: 0.6;
}

    .float-wa{
        position:fixed;
        width:60px;
        height:60px;
        bottom:45px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }

@media (max-width: 768px) {
    .menu {
        display: block;
        margin-left: auto;
        margin-right: 20px;
    }

    .head-container {
        display: flex !important; /* Evita que se oculte */
        flex-direction: row; 
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .panel {
        height: 450px; 
    }
    
    .capa-text h1 {
        font-size: 58px;
    }

    .capa-text h2 {
        font-size: 46px;
    }

    .panel-menu {
        width: 90%;
    }

    .container-ubicacion {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "header"
            "mapa"
            "content";
        padding: 0 15px;
    }

    .ubicacion-maps {
        height: 300px;
    }

    .container-imagen-nosotros {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "header"
            "mapa"
            "content";
        padding: 0 15px;
    }

    .imagen-nosotros {
        height: 250px;
    }

    .content-nosotros {
        font-size: 18px;
        text-align: center;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-bloque h3 {
        margin: 0 auto 15px auto;
    }

    .footer-contacto-item {
        justify-content: center;
    }
}