/* Condigo css Confecionado por Benjamin Mora bmora28@gmail.com */


html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-image: url("assets/Cielo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  height: 150vh;
  padding-top: 110px;

}

/* barra de navegacion */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.7s;
  padding: 30px 20px;
  z-index: 10;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 2px;
  transition: 1.5s;
  text-decoration: none;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  list-style: none;
}

header ul li a {
  position: relative;
  font-family: helvetica;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.7s;
}

header.abajo {
  background: #ff9f9c;
  border-color: #474266;
  border: 2rem;
  padding: 15px 20px;
}

header.abajo .logo,
header.abajo ul li a {
  color: #000;
}

.bannerparalaxcont {
  height: 100vh;
  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
  padding-top: 0rem;
}

.bplxfondo {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
}

@media(width > 1300px) {
  .bplxfondo {
    margin-top: 5rem;
    bottom: unset;
  }

}

.bannerparalax {
  position: absolute;
  width: 100%;
  overflow: hidden;
  /* transform: scale(1.2) */
}

@media(width > 1300px) {
  .bannerparalax {
    width: 50%;
    /* background-color: #000; */
  }

}


/* Capas parallax */

.bannerpresent {
  position: absolute;
  z-index: 2;

}

.clipbuttom {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  display: inline-flex;
  width: auto;
  z-index: 1;
  overflow-y: hidden;
}


/* biografia */

.biografia-section {
  padding: 100px 20px;
}

.bio-wrapper {
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  padding: 60px 50px;
  border-radius: 20px;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.biografia-section p {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #ddd;
}

.bio-cierre {
  font-weight: 600;
  color: #fff;
}

.bio-img {
  border-radius: 20px;
  max-width: 90%;
  transition: transform 0.4s ease;
}

.bio-img:hover {
  transform: scale(1.03);
}

/* Responsive */

@media (max-width: 768px) {

  .biografia-section {
    padding: 60px 20px;
  }

  .bio-title {
    font-size: 2rem;
    text-align: center;
  }

  .biografia-section p {
    text-align: center;
  }

}

/* fotter */

.footer-section {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 50px 0 20px 0;
  z-index: 20;
}

.footer-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer-subtitle {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.footer-text {
  color: #bbb;
  font-size: 1.95rem;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  font-size: 2rem;
}

.footer-link:hover {
  color: #ffd000;
}

.footer-social a {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s ease;
  font-size: 3rem;
}

.footer-social a:hover {
  color: #fff;
}

.footer-divider {
  border-color: #222;
  margin: 30px 0;
}

.footer-copy {
  font-size: 1.85rem;
  color: #777;
}

/* contenido destacado */
.cd-section {
  padding: 100px 20px;
}

.cd.wrapper {
  margin: auto;
}

/* tabla shows */

.show-card {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr 1.2fr;
  align-items: center;

  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 30px 40px;
  margin-bottom: 25px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: 0.3s ease;
}

.show-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/* FECHA */
.show-fecha {
  text-align: center;
}

.fecha-dia {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.fecha-hora {
  font-size: 0.95rem;
  opacity: 0.7;
}

/* INFO */
.show-info {
  text-align: center;
}

.show-lugar {
  text-align: left;
  font-weight: 800;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.show-direccion {
  text-align: left;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* CIUDAD */
.show-ciudad {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
}

/* BOTÓN */
.show-boton {
  text-align: right;
}

.btn-ticket {
  background: #1e73be;
  color: #fff;
  padding: 14px 26px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
  display: inline-block;
}

.btn-ticket:hover {
  background: #0c4f8a;
  color: #fff;
}

.btn-agotado {
  background: #777;
  color: #fff;
  padding: 14px 26px;
  border-radius: 14px;
  border: none;
  font-weight: 800;
}

.shows-section {
  padding: 100px 20px;
}

.shows-wrapper {
  max-width: 1200px;
  margin: auto;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  border-radius: 35px;
  padding: 60px 50px;
}

.shows-block {
  margin-bottom: 80px;
}

.title {
  font-weight: 900;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.shows-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}