html {
  scroll-behavior: smooth;
}
.container{
 position: relative; 
  z-index:1;
}

body {
  font-family: "Bebas Neue";
  background-color: black;
}

/* Navbar */
.navbar {
  font-family: "Nexa Bold";
  z-index: 3;
}

.navbar-transparent {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.navbar-scrolled {
  background-color: rgb(0, 0, 0) !important;
  border-bottom: solid white 1px;
}

.navbar-nav {
  height: 100%;
  justify-content: center;
}

/* Botón hamburguesa */
.navbar-toggler {
  border: none;
  transition: none !important;
  z-index: 10000;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 20px;
  display: block;
  background: none !important; /* elimina imagen SVG de Bootstrap */
  border: none;
  transition: transform 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: 0;
}

.navbar-toggler-icon span {
  top: 9px;
}

.navbar-toggler-icon::after {
  bottom: 0;
}

/* Estado "X" hamburguesa abierta */
.navbar-toggler.custom-open .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler.custom-open .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 9px;
}

.navbar-toggler.custom-open .navbar-toggler-icon span {
  opacity: 0;
}

/* Menú fullscreen */
.fullscreen-menu {
  background-color: #000;
  color: white;
  width: 100vw;
  max-width: 100%;
}

.fullscreen-menu .nav-link {
  font-size: 2rem;
  color: white !important;
  margin: 1rem 0;
}

/* Hero Section */
.hero-section {
  position: relative;
  background: url('img/parque.jpg') center/cover no-repeat;
  color: white;
}

.hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.hero-content {
  padding-top: 100px !important;
  position: relative;
  z-index: 2;
  font-family: "Bebas Neue";
}

/* Logos */
.logo-menu,
.logo-footer {
  max-width: 250px;
}

/* Textos generales */
#eventos h2, #galeria h2, #colaboradores h2, #votacion h2 {
  font-size: 40px;
  line-height: 1;
}

/* Clases de líneas para layout flex */
.line-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  margin-right: 45px;
  margin-bottom: 5px;
}

.line-2 {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-left: 45px;
}

.line-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  margin: 0 auto;
}

/* Tamaños hamburguesa */
.hamburguesa {
  width: 50px;
  height: 50px;
}
.hamburguesa-s {
  width: 30px;
  height: 30px;
}
.hamburguesa-xl {
  width: 70px;
  height: 70px;
}

.burger-real {
  width: 150px;
  top: -125px;
  left: 0;
  position: absolute;
  z-index: 1;
}

/* Textos especiales */
.las {
  font-size: 30px;
  line-height: 36px;
}

.en {
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: 400;
}

.mejores {
  font-size: 60px;
  color: #f8b400;
  font-weight: bold;
  line-height: 60px;
}

.burger {
  font-size: 60px;
  line-height: 60px;
  color: #f8b400;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.burger-line i {
  font-size: 60px;
  color: white;
}

.lugar {
  font-size: 80px;
  line-height: 80px;
  color: white;
  font-weight: bold;
  margin: 5px 0;
}

.fecha,
.hora {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.fecha {
  color: #f7931e;
}

form button{
	background-color: #f7931e !important;
	border: 0 !important;
	color: black !important;
	margin-top: 1rem;
}
.form-check-label{
	float: left;
}

/* Sección Eventos */
#eventos {
  border-top: 10px solid #f8b400;
  position: relative;
  background: url('img/fondo-fuego.png');
  color: white;
  z-index: 1;
}

#eventos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

#eventos .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
}

#eventos p {
  font-size: 20px;
}

.line-eventos {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.eventos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.prox-eventos {
  color: #f8b400;
  font-weight: bold;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom:0;
}

.mapa {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.evento-right {
  display: flex;
  justify-content: center;
  flex: 1;
}

.evento-left {
  flex: 1;
}

/* Sección colaboradores */
#colaboradores {
  background-color: #e9a341;
}

#colaboradores h2 {
  color: white;
  font-weight: bold;
}
#colaboradores li {
  width: 150px;
  height: 100px;
}
#colaboradores img {
  max-width: 140px;
  max-height: 100px;
}

/* Sección Compiten por la corona */
.compiten-section {
  background-image: url('img/fondo-compiten.png');
  background-size: cover;
  background-position: center;
}
.burgers{
//filter: blur(3px);
//opacity: 0.7;
}
.corona-img {
  width: 85px;
  height: auto;
}

    .descripcion {
      margin-top: 10px;
    }
	.descripcion span{
		font-size: 1.25rem;
		color: #f8b400;
	}
    .nombre-hamburguesa {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px;
    }

/* Como votar */
.como-votar div{
   height: 82px;
}
.como-votar h4{
 margin:0;
}

/* Footer */
footer,
.footer-section {
  background-color: black;
  background-size: cover;
  background-position: center;
}

.imagen-redonda {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e9a341;
}

.title-corona {
  position: relative;
}

.galeria h2 {
  color: black;
}

.footer-title {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer-divider {
  width: 60px;
  margin: 0.5rem auto 1rem auto;
  border: 1px solid white;
}

/* Transiciones y efectos */
.show {
  transition: none !important;
}

/* Sección galeria */
#galeria {
  background-color: #fff;
}


/* Media Queries */
@media (min-width: 992px) {
  .logo-menu {
    max-width: 375px;
  }
  .logo-footer {
	max-width: 250px;
  }
  h2 {
  font-size: 50px;
}

  .burger-real {
    width: 300px;
    top: -250px;
    position: absolute;
    z-index: 1;
  }
  
  .las, .en {
  font-size: 50px;
  line-height: 56px;
}


.mejores, .burger {
  font-size: 80px;
  line-height: 80px;
}
.lugar {
  font-size: 100px;
  line-height: 100px;
}
  .fecha,
.hora {
  font-size: 36px;
  line-height:36px;
}
}
