@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */
/*****
 * CSS Hugo Beghelli
 * Copyright 2025, (https://beghelli.com.ar)
 * Graphic Designer
 * June 2025 /
*****/
/*RESET*/
html, body, div, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
svg {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*TIPOGRFIA*/
.M-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.M-extralight {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.M-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.M-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.M-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.M-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.M-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.M-extrabold {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.M-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h1 {
  font-size: clamp(2.0273rem, 1.2725rem + 3.7737vw, 4.2915rem);
  line-height: 90%;
  letter-spacing: -0.05em;
  padding: 15px 0;
}
h2 {
  font-size: clamp(1.802rem, 1.2583rem + 2.7187vw, 3.4332rem);
  line-height: 86%;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
}
h3 {
  font-size: clamp(1.6018rem, 1.2202rem + 1.908vw, 2.7466rem);
  line-height: 100%;
  letter-spacing: -0.03em;
  padding: 8px 0;
}
h4 {
  font-size: clamp(1.4238rem, 1.166rem + 1.2891vw, 2.1973rem);
  line-height: 115%;
  letter-spacing: -0.02em;
  padding: 8px 0;
}
h5 {
  font-size: clamp(1.2656rem, 1.1016rem + 0.8203vw, 1.7578rem);
  line-height: 120%;
  letter-spacing: -0.01em;
  padding: 8px 0;
}
h6 {
  font-size: clamp(1.125rem, 1.0313rem + 0.4688vw, 1.4063rem);
  line-height: 125%;
  letter-spacing: 0.01em;
  padding: 8px 0;
}
p, html {
  font-size: clamp(1rem, 0.9583rem + 0.2083vw, 1.125rem);
  line-height: 90%;
  letter-spacing: normal;
}
.qfont {
  color: #7C6F6F;
  fontsize: clamp(0.3979rem, 0.55rem + -0.1901vw, 0.512rem);
  line-height: 1.5rem;
  letter-spacing: 0.05em;
}
.D {
  font-weight: 500;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100vh !important;
  margin: 0;
  padding: 0;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background: white;
  opacity: 0.9;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease-out;
  z-index: 1000;
}
.navbar.hidden {
  transform: translateY(-100%);
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.logo {
  height: 21px;
}
.logo img {
  height: 21px;
  width: auto;
}
.nav-links {
  display: flex;
  margin-left: auto;
  list-style: none;
}
.nav-links li {
  margin: 0 15px;
}
.nav-links a {
  text-decoration: none;
  color: #BBB;
  font-size: 16px;
  font-weight: 500;
}
.nav-links a:hover {
  color: #000;
  transition: color 0.3s;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.local {
  font-weight: 900 !important;
}
footer {
  background-color: #000;
  text-align: center;
  line-height: 3rem;
  width: 100%;
  height: 3rem;
  font-size: 8px;
  letter-spacing: 0.8em;
  color: #bbb;
  bottom: 0;
  padding: 0;
}
.ticket {
  padding: -50px 0 20px 0 !important;
  margin: 0 auto;
  height: 17.6687vh !important;
  width: 18.9vh !important;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  border: none;
  cursor: pointer;
  display: block;
}
a.ticket-link:hover img {
  transform: scale(1.2) rotate(13deg);
  transition: all 0.3s ease;
}
a.ticket-link img {
  transition: all 0.3s ease;
}
.sujetador {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
.contenido {
  flex: 1 0 auto;
}
.content {
  padding: 0;
}
.dropdown {
  position: relative;
  max-height: 0;
  display: inline-block
}
.dropdown-content {
  visibility: hidden;
  position: absolute;
  justify-content: center;
  top: 100%;
left:-34px;
  opacity: 0;
  max-height: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.dropdown-content a {
  color: #999;
  padding: 13px 21px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.dropdown-content a:hover {
  color: black;
  font-weight: 600;
}
.dropdown:hover .dropdown-content {
  display: block;
  visibility: visible;
  opacity: 1;
  max-height: 300px;
  min-height: 222px;
}
.nav-links ul li a {
  font-size: 13px;
  font-weight: 300;
}
.safter {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  margin-top: 34px;
}
.sbefore {
  content: "";
  display: block;
  width: 55px;
  height: 21px;
  margin: 0 auto;
  margin-top: 34px;
}
.verde {
  background: #c6ff00;
}
.rosso {
  background: #950000;
}
.azul {
  background: #70c1ff;
}
.viola {
  background: #8c7692;
}
.huevo {
  background: #fdc300;
}
.naranju {
  background: #fe601e;
}
.plus {
  color: #fe601e;
  font-weight: 900;
}
nav {
  marging-bottom: 60px;
}
.qwerty {
  display: none;
}
@media screen and (max-width: 768px) {
  .qwerty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px !important;
    padding: 0;
  }
  .qwerty img {
    position: relative;
    top: 11px;
    right: 1em;
  }
  .safter {
    margin-top: 13px;
  }
  .dropdown {
    padding-bottom: 20px
  }
  .dropdown-content {
	left:0;
    justify-content: center;
    background-color: #000;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	  padding: 0 21px;
  }
  .dropdown-content a {
    color: #bbb;
    padding: 13px 21px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
  }
  .dropdown-content a:hover {
    color: white;
    background: #333;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  .dropdown-content .local {
    background: white;
    color: black;
    opacity: 1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: 500px;
  }
  footer {
    text-wrap: wrap;
    line-height: 1.5em;
    padding: 13px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: black;
    flex-direction: column;
    backdrop-filter: blur(5px);
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
  .nav-links.active {
    display: flex;
  }
  .nav-links li {
    margin: 15px 0;
    text-align: center;
  }
  .nav-links a:hover {
    color: #fff;
    transition: transform 0.8s ease-out;
  }
  .nav-links .correo a:hover {
    color: #339CED;
  }
  .nav-links .wsp a:hover {
    color: #00FF07;
  }
  .content {
    padding: 80px 20px 0 20px
  }
}