@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('./fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
       url('./fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YDGothic540Pro'; 
  src: url('./fonts/YDGO54.woff2') format('woff2'),
       url('./fonts/YDGO54.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gravity';
    src: url('./fonts/Gravity-Light.woff2') format('woff2'),
        url('./fonts/Gravity-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
  margin: 0;
  background-color: black;
 font-family: 'Gravity', sans-serif;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

.btn-entradas,
.btn {
  background-color: #fff;
  color: #000;
  padding: 10px !important;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-entradas:hover,
.btn:hover {
  background-color: #524792 !important;
  color: #fff !important;
}

.rounded-circle {
  border-radius: 40% / 25% !important;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
}

.hero {
  width: 100%;
  /* overflow: hidden; */
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-title {
  text-align: center;
  padding: 80px 20px 40px;
}

.hero-title h1 {
  font-size: 5rem;
  margin: 0;
  font-weight: 800;
}

.luis-text {
  width: 100% !important;
  box-sizing: border-box;
  background-color: black;
  line-height: 1.8;
}

.luis-text h2 {
  font-size: 3rem !important;
  text-align: center;
  margin-bottom: 50px;
}

.luis-text h2 span {
  font-weight: bold;
}

.luis-text p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.luis-text .highlight {
  font-size: 1.35rem;
  font-weight: bold;
}

.luis-img img {
  width: 100vw;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 2.8rem !important;
  }

  .luis-text {
    padding: 40px 20px !important;
  }

  .luis-text h2 {
    font-size: 2.2rem !important;
    margin-bottom: 20px;
  }

  .luis-text p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .luis-text .highlight {
    font-size: 1rem;
  }

  
  .portrait-custom {
    margin: 0 auto;
    max-width: 90% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cta-entradas h2 {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
}



.prensa-section {
  background-color: black;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.prensa-section h2 {
  font-size: 4rem;
  margin-bottom: 60px;
}

.video-item.video-vacio {
  background-color: #333;
  color: #aaa;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px!important;
  border-radius: 10px;
}

.ratio {
  border-radius: 10px;
  /* overflow: hidden; */
}

a, .btn {
  transition: all 0.3s ease-in-out;
}

.portrait-custom {
  width: 100%;
  max-width: 600px !important;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 40% / 25%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
}

.video-item {
  width: 100%;
  border-radius: 10px;
  /* overflow: hidden; */
}

.video-vacio {
  background-color: #333;
  height: 360px;
}

.footer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #524792;
}

.btn-entradas-custom {
  background-color: #fff;
  color: #000;
  min-width: 120px;
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 1.25rem;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-entradas-custom:hover {
  background-color: #524792;
  color: #fff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin-bottom: 40px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Mejora altura del vídeo vacío */
.video-item.video-vacio {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

/* Responsive ajustes */
@media (max-width: 768px) {
  .video-item.video-vacio {
    height: 240px;
  }

  .prensa-section h2 {
    font-size: 2.5rem !important;
  }
}


@media (max-width: 1180px) {
  .concerts-section .d-flex > div {
    font-size: 1rem !important; /* o ajusta a tu gusto */
  }

  .concerts-section .btn {
    font-size: 0.75rem !important;
    padding: 0.5rem 1rem !important;
  }
}

.video-cuadrado {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* relación 16:9; cambia a 75% si los quieres más cuadrados */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.video-cuadrado iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



.fecha-gira {
font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-weight: bold;
}
