
.navbarTexto{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:12.41px;
  line-height:13.8px;
}  
      
      .navbar{
        width:100%;
        display:flex;
        flex-direction:column;
        position:fixed;
        z-index:100000;
        box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.10);
      }    
      
      .navbarUp{
        display:flex;
        width:100%;
        background-color:#6C2429;
        padding:15px 20px;
        justify-content:center;
        gap:18px;
        flex-wrap: wrap;
        row-gap: 10px;
      }
      
      
      a.navbarTel{
        all:unset;
        cursor:pointer;
        display:flex;
        gap:9px;
        /*background-color:pink;*/
        color:white;
        align-items:center;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size:12.41px;
        line-height:13.8px;
      }
      
      .navbarWhats{
        display:flex;
        height:17.67px;
        width:17.67px;
        /*background-color:black;*/
        background-image:url("./whats.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .navbarDown{
        display:flex;
        padding:16px 20px;
        background-color:#F3F3F3;
        width:100%;
        justify-content:center;
      }
      
      .navbarContainer{
        display:flex;
        width:100%;
        max-width:876px;
        /*background-color:beige;*/
        justify-content:space-between;
        align-items:center;
      }

      .navbarMenu{
        display:flex;
        width:100%;
        max-width: 673px;
        /*background-color:beige;*/
        justify-content:space-between;
        align-items:center;
      }
      



      
      .navbarContainer a{
        all:unset;
        cursor:pointer;
        color:#424242;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size:12.41px;
        line-height:13.8px;
        letter-spacing:0.25px;
      }
      
      .navbarContainer a:hover{
        font-weight:700;
      }
      
      .navbarLine{
        width:1px;
        height:31px;
        background-color:#AFAAAA;
      }
      
      a.navbarButton{
        all:unset;
        display:flex;
        cursor:pointer;
        width:fit-content;
        height:fit-content;
        padding:10px 12px;
        background-color:#A29889;
        border-radius:12px;
        color:white;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size:12.41px;
        line-height:13.8px;
        letter-spacing:0.25px;
      }
      
      a.navbarButton:hover{
        font-weight:500;
        background-color:#AE864E;
      }



      button.hamburguesa{
        all: unset;
        cursor: pointer;
        display: none;
        height:18px;
        width:28px;
        /*background-color: black;*/
        flex-shrink:0;
        background-image: url("./hamburguesa.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }



.menuFull {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(243, 243, 243, 0.97);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all 0.6s ease;
}

.menuFull.activo {
  opacity: 1;
  background-color: white;
  transform: translateY(0);
  pointer-events: all;
}

/* --- Botón cerrar (cruz) --- */
.cerrarMenu {
  all: unset;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #424242;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cerrarMenu:hover {
  transform: rotate(90deg);
}

/* --- Contenido del menú --- */
.menuFullContent {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: none;
}

.menuFullContent a {
  all: unset;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #424242;
  transition: transform 0.3s ease;
}

.menuFullContent a:hover {
  transform: scale(1.08);
}

.menuFullContent .navbarButton {
  all: unset;
  display: flex;
  cursor: pointer;
  background-color: #A29889;
  color: white;
  padding: 12px 22px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
}



      

      @media(max-width:1000px){

          .navbarContainer{
            gap:30px;
          }

      }

      @media(max-width:850px){

          .navbarMenu{
            display: none;
          }

          button.hamburguesa{
            display: flex;
          }

      }

      @media(max-width:700px){
       
        a.navbarTel{
          font-size: 12.5px;
        }

      }




      .navbarPopContainer{
        display:flex;
        width:fit-content;
        position:relative;
        /*background-color:orange;*/
      }
      
      
      .navbarPop{
        display:flex;
        position:absolute;
        width:225px;
        flex-direction:column;
        top:50px;
      }
      
      
      
      .navbarPop a{
        all:unset;
        display:flex;
        cursor:pointer;
        padding:24px 43px;
        color:white;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:12.41px;
        line-height:13.8px;
        letter-spacing:0.25px;
        position:relative;
        background-color:#61292D;
        width:100%;
        box-sizing:border-box; 
      }
      

      
     .navbarPop a.B{
        all:unset;
        display:flex;
        cursor:pointer;
        padding:24px 40px;
        color:white;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:12.41px;
        line-height:13.8px;
        letter-spacing:0.25px;
        position:relative;
        background-color:#6C3034;
        width:100%;
        box-sizing:border-box; 
      }
      
      .navbarPop a.B:hover,  .navbarPop a:hover{
        background-color:#7D3338;
      }

      
      .triangle{
        display:flex;
        position:absolute;
        top:-13px;
        left:20px;
        width:22px;
        height:16px;
        background-image:url("./triangle.svg");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        /*background-color:black;*/
      }
      
      
.navbarPop {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease-out;
    pointer-events: none; /* Evita clics cuando está oculta */
}

/* Estado visible */
.navbarPop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.navbarColor {
  display: none;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: rgb(235, 235, 235);
  padding: 20px 0;
}

/* Cuando esté visible */
.navbarColor.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.navbarColor a{
  font-size: 18px;
}





     a.navbarLogo{
        display:flex;
        cursor: pointer;
        width:154px;
        height:41.6px;

        flex-shrink: 0;
      }


      a.navbarLogo img{
        width: 100%;
        object-fit: cover;
        object-position: center;
      }
