@charset "UTF-8";
.navBar {
  display: flex;
  justify-content: center;
  position: relative;
  top: 26px;
  margin-right: 20px;
}
.navBar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
.navBar ul a {
  text-decoration: none;
}
.navBar ul a li {
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 2px;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .navBar ul a li {
    font-size: 3vh;
  }
}

.footerIndex {
  display: flex;
  justify-content: center;
  margin-top: 420px;
  position: relative;
  margin-bottom: 20px;
}

.footerPages {
  display: flex;
  justify-content: center;
  margin-top: 160px;
  position: relative;
  margin-bottom: 20px;
}

.redes .container .fa-2x {
  font-size: 20px !important;
  margin-inline: 3vw;
}

.logo {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.logo img {
  width: 30vw;
  min-width: 250px;
  max-width: 450px;
  position: relative;
  top: 60px;
}

.videoBackground1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  filter: brightness(50%);
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.nextDate {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 280px;
}
.nextDate p {
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 8px;
  font-size: 19px;
}
.nextDate p .fechas {
  font-size: 12px;
  display: flex;
  justify-content: center;
  letter-spacing: 4px;
}

.entradas {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 320px;
}
.entradas a {
  text-decoration: none;
}
.entradas p {
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 6px;
  font-size: 20px;
  transition: 1s;
  transform: scale(1.02);
  animation: scaleAnimation 2s infinite;
}

.UBICACIÓN {
  display: flex;
  justify-content: center;
  position: relative;
  top: 438px;
  left: 2px;
  z-index: 5;
}
.UBICACIÓN P {
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 4px;
}

.map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  margin: 80;
  background-color: rgb(14, 16, 18);
  position: relative;
  top: 370px;
  margin-inline: 25px;
  box-shadow: 0 0 20px rgb(14, 16, 18);
  background-color: rgb(14, 16, 18);
  border-radius: 10px;
}
.map img {
  filter: opacity(90%);
  max-width: 220px;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-top: 25px;
}

.artistasDiv {
  display: flex;
  justify-content: center;
  box-shadow: 0 0 20px rgb(14, 16, 18);
  background-color: rgb(14, 16, 18);
  border-radius: 10px;
  margin: 90px 70px;
  position: relative;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .artistasDiv {
    margin: 70px 27%;
  }
}
.artistasDiv h2 {
  font-size: 12px;
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 2px;
  display: block;
  margin: 40px auto;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .artistasDiv h2 {
    width: 70%;
    display: block;
    margin: 40px auto;
  }
}
.artistasDiv img {
  width: 70%;
  height: auto;
  display: block;
  margin: 30px auto 50px auto;
  border-radius: 10px;
}

.nosotros {
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
}
.nosotros .nosotrosText {
  text-align: center;
  font-size: 12px;
  color: rgba(240, 248, 255, 0.67);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 2px;
  margin: 20px;
}

.form-div {
  display: flex;
  justify-content: center;
  box-shadow: 0 0 20px rgb(14, 16, 18);
  background-color: rgb(14, 16, 18);
  border-radius: 10px;
  margin: 5%;
  padding: 5px 40px;
  height: 620px;
  position: relative;
  top: 130px;
}
.form-div .input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: none;
}
.form-div .input-group label {
  color: aliceblue;
  background-color: rgba(240, 248, 255, 0);
}
.form-div .input-group .inputColor {
  background-color: rgba(255, 255, 255, 0.626);
  padding: 10px;
  margin: 9px;
  border-radius: 10px !important;
  border: 2px solid rgb(120, 122, 126);
  width: 99%;
}
.form-div .input-group ::placeholder {
  color: rgba(24, 24, 24, 0.598);
}

.btn {
  background-color: rgb(208, 208, 210) !important;
  border-radius: 17px !important;
  font-family: "Noto Sans Bengali", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 1px;
  position: relative;
  font-size: 18px !important;
  position: relative;
  top: 15px;
}

label {
  background-color: antiquewhite;
}
label input {
  background-color: rgb(191, 122, 31);
}

body {
  background-color: rgb(17, 22, 33) !important;
}

.title {
  display: flex;
  justify-content: center;
  position: relative;
  top: 80px;
}
.title h2 {
  color: rgba(240, 248, 255, 0.849);
  font-family: "Noto Sans Bengali", sans-serif;
  letter-spacing: 6px;
}

/*# sourceMappingURL=main.css.map */
