* {
  margin: 0;
  padding: 0;

}
html{
  height: 100%;
  margin: 0;
}
body {
  background-image: url(/Recursos/101851.webp);
  margin:0;  
  padding: 0; 
  background-color: #0a0a0a;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: whitesmoke;
  width: 100%; 
  height: 100%;
  margin: 0;
}

h5, h2, h1, h3{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}

main{
  flex:1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 30px;
  margin: 0px 30px;
}

/*ROOT VARIABLES */
:root{

      --card-border: rgba(255,255,255,.28);
      --text: #fff;
      --muted: rgba(255,255,255,.75);
      --shadow: 0 18px 45px rgba(0,0,0,.35);
      --radius: 18px;
      --input-bg: rgba(255,255,255,.92);
      --btn-dark: rgba(0,0,0,.55);
      --btn-dark-hover: rgba(0,0,0,.7);
}




/*........... DIV NAV..........*/
nav {
  width: 100%;
  background-color: rgba(0,0,0,0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
}
#mobile-menu-btn {
  display: none;
}

#LOGO {
  height: 4rem;
}
.menu-dropdown{
  width: 50%;
  margin-left: 20px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: large;
}

.nav_redes {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.nav_redes p{
  justify-items: center;
  align-items: center;
  margin: 0;
}
.nav_redes a{
  color:#ffffff;
}
.nav_redes a:hover{
  transform: scale(1.5);
  color:#b22323;
}
.menu-dropdown a{
  color: white;
  text-decoration: none;
}

.menu-dropdown a:hover{
  transform: scale(1.2);
}

/* NAV LATERAL FLOTANTE AL HACER SCROLL*/
.nav-lateral {
  position: fixed;
  right: 20px;
  top: 65%;
  transform: translateY(-50%); /* ← ESTE es el translate clave */
  
  width: auto;
  flex-direction: column;
  justify-content: center;
  gap: 12px;

  padding: 8px 6px;
  border-radius: 30px;
  z-index: 999;

  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-lateral .menu-dropdown {
  margin: 0;
  flex-direction: column;
  width: auto;
  justify-content: center;
}
.nav-lateral .nav_redes p {
  display: none;
}

/*...................HEAD CABECERA................*/
#head {
  height : 80vh;

  position: relative;
  overflow: hidden;
  flex-direction: column;

}
#head::before{
  
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/Recursos/head.png);
  background-size:cover;

  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  filter: blur(2px);
  transform: scale(1.1); /* evita bordes feos */
  z-index:-1;
}

#titulo {
  height: 100%;
  margin-top: 200px;
  font-family: "Style Script", cursive;
  text-align: center;
}
/*setion img*/
.img {
  width: 50%;
  background-image: url(/Recursos/LOGO.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* section form */
.wrap{
  width:50% min(420px, 100%);

}

.title{
      font-family: "Brush Script MT", "Segoe Script", "Pacifico", cursive;
      font-size: 44px;
      line-height: 1;
      text-align:center;
      margin: 0 0 14px;
      text-shadow: 0 8px 18px rgba(0,0,0,.55);
    }

.card{
      background-color: rgba(153, 153, 153, 0.2);
      border: 1px solid var(--card-border);
      border-radius: var(--radius);
      padding: 0px 16px 16px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }

label{
      display:block;
      font-size: 13px;
      margin: 10px 0 6px;
      color: var(--muted);
    }

input, textarea, select{
      width: 100%;
      border: 0;
      outline: none;
      background: var(--input-bg);
      border-radius: 10px;
      padding: 11px 12px;
      font-size: 14px;
      color: #111;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    }

textarea{
      min-height: 80px;
      resize: vertical;
    }

.row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    /* Teléfono como en tu imagen: prefijo + número */
.phone{
      display:grid;
      grid-template-columns: 86px 1fr;
      gap: 10px;
      align-items:center;
    }
.phone select{
      appearance: none;
      background: var(--input-bg);
    }

.actions{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 14px;
    }

.btn{
      border: 0;
      border-radius: 12px;
      padding: 12px 12px;
      font-weight: 600;
      cursor: pointer;
      background: var(--btn-dark);
      color: white;
      transition: .15s ease;
    }
.btn:hover{ background: var(--btn-dark-hover); }
.btn:active{ transform: translateY(1px); }

.hint{
      margin-top: 10px;
      font-size: 12px;
      color: rgba(255,255,255,.8);
      text-align:center;
  }


/*FOOTER*/
footer{
  margin-top: 30px;

    text-align: center;
    background-color:  rgba(0,0,0,0.60);
}

/*WSP*/
.wsp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  width: 60px;
  height: 60px;

  background-color: #25D366;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-size: 35px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.wsp-float:hover {
  transform: scale(1.1);
}


/*phone responsive */
@media (max-width: 380px){
      .title{ font-size: 38px; }
      .row{ grid-template-columns: 1fr; }
      .actions{ grid-template-columns: 1fr; }
      .phone{ grid-template-columns: 1fr; }
    }
@media (max-width: 768px) {

  html, body {
    width: 100%;
    overflow-x: hidden;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  /* HEADER / HERO */
  .container-flex {
    width: 100%;
    min-height: 280px;
    padding: 0;
    background-position: center;
    background-size: cover;
  }
   #head {
    height: auto;
    align-items: center;
    justify-content: center;
    gap:30px;
    }
  #titulo {
    margin-top: 70px;
  }
  #titulo h1 {
    font-size: 3rem;
  }

  #titulo h4 {
    font-size: 1.6rem;
  }

   nav {
  overflow:visible;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  z-index: 9999; /* importante */
  }

  /* Botón */
  #mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: white;
    width: auto;
    margin-top: 0;
    height: auto;
    font-size: auto;
    box-shadow: none;
  }

  /* Ocultar todo menos botón y redes */
  #Menu,
  #Reservas,
  #contactanos,
  #LOGO {
    display: none;
  }

  /* Redes arriba */
  .nav_redes {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .nav_redes p {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  /* ESTADO ABIERTO */
  .menu-dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.45);
    display: none;
    flex-direction: column;
    padding: 20px;
  }

  nav.open .menu-dropdown {
    display: flex;
  }

  nav.open #Menu,
  nav.open #Reservas,
  nav.open #contactanos {
    display: block;
    padding: 10px 0;
  }
  nav.open #Menu:hover {
    transform: scale(1.05);}
  nav.open #Reservas:hover {
    transform: scale(1.05);
  }
  nav.open #contactanos:hover {
    transform: scale(1.05);
  }

  nav.open .nav_redes {
    margin-top: 10px;
  }

  

 
  /* MAIN */
  main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 18px 12px 28px;
    box-sizing: border-box;
  }

  /* FORM SECTION */
  .wrap {
    width: 100%;
  }

  .title {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .card {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .card label {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .card input,
  .card select,
  .card textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 13px 12px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .card textarea {
    min-height: 110px;
    resize: vertical;
  }

  /* IMPORTANTE:
     Bootstrap usa .row con márgenes laterales,
     acá se los quitamos para que no rompa el móvil */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .row > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .phone {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
  }

  .phone select,
  .phone input {
    margin-bottom: 0;
  }

  .actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
  }

  .actions .btn {
    width: 100%;
    padding: 14px;
    font-size: 1rem;
    border-radius: 14px;
  }

  .hint {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 12px;
    line-height: 1.4;
  }

  /* IMAGEN DEL LADO */
  .img {
    width: 100%;
    min-height: 220px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* WHATSAPP */
  .wsp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #wsp {
    font-size: 1.7rem;
  }

  /* FOOTER */
  footer {
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    font-size: 0.9rem;
    box-sizing: border-box;
  }

  footer p {
    margin: 0;
  }
}
