body {
  margin: 0;
  /* Remove body margins */
  color: white;
  background-color: black;
  font-family: kanit;
}

/* HEADER */

.header {
  position: fixed;
  top: 0;
  height: 8vh;
  width: 100%;
  background-color: black;
  z-index: 99;
}

.venue {
  position: absolute;
  right: 4vw;
  margin-right: 4vw;
}

.venue h5 {
  font-size: small;
  margin-top: 2vh;
}

#logo-header {
  position: absolute;
  top: 2vh;
}

/* HEADER END */

/* BANNER CARROUSEL START */

.carousel {
  margin-top: 15vh;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.container-carouselsliders {
  width: 100vw;
  margin: 0 auto
}

.ticketsBanner {
  visibility: hidden;
  bottom: inherit;
  top: 40%;
  text-decoration: none;
  font-size: 1rem;
  color: white;
  background-color: rgb(66, 160, 61);
  border-radius: 10px;
  width: 15vw;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
}

.carousel-item:hover.active .ticketsBanner {
  visibility: initial;
  opacity: 1;
}

/* BANNER CARROUSEL END */

#documental {
  height: 100%;
  width: 100%;
}

.banner {
  width: 100%;
  padding-top: 8vh;
}

/* BANNER OVERLAY */


/* BANNER OVERLAY END */

.banner img {
  display: flex;
  height: auto;
  width: 100vw;
}

/* SLIDER FOTOS */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  display: none;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 1vh;
  right: 30vw;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  display: none;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.threeDot {
  display: none;
  margin-top: -6vh;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {


  .text {
    font-size: 11px;
  }
}

/* SLIDER FOTOS END */

/* COUNTDOWN */
.countdown-web {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  height: 10vh;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* COUNTDOWN END */

/* NOSOTROS */
.nosotros {
  background-color: black;
}

.nosotros img {
  width: 100vw;
}

.texto {
  padding-inline: 2rem;
}

.masData {
  text-decoration: none;
  color: white;
}

/* NOSOTROS END */

/* CARTEL DE TICEKTS */

.tickets {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: rgb(64, 163, 64);
  left: 0px;
  bottom: 0px;
  height: 7.5vh;
  width: 100vw;
  z-index: 99;
}

.tickets a {
  text-align: center;
  text-transform: uppercase;
  padding: 24px 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
}

.tickets-web {
  display: none;
}

.tickets h4 {
  align-self: center;
}

.background-web {
  display: none;
}

.tickets-web-menu {
  display: none;
}

/* CARTEL DE TICKETS END */

/* FOOTER */

.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  padding-top: 2.5vh;
}

.footer img {
  position: relative;
  height: auto;
  width: 7vw;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: lighten;
}

.links {
  padding-inline: 1.1rem;
}

.footer section {
  height: auto;
  width: 4.5vw;
}

/* FOOTER END */

/* LINEA SEPARADORA */
.lbreak {
  height: 1.5px;

  margin-top: 20px;
  margin-bottom: 10px;
  background: -moz- oldlinear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      white 50%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      white 50%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50%,
      rgba(255, 255, 255, 0) 100%);
}

/* LINEA SEPARADORA END */

/* ESPACIO FINAL */
.espacioFinal {
  height: 12vh;
  background-color: black;
}

/* ESPACIO FINAL END*/

/* RESPONSIVE */


@media screen and (min-width: 800px) {
  .container-carouselsliders {
    width: 50vw;
  }

  .lbreak {
    margin-left: 20vw;
  }

  .venue {
    right: 10vw;
  }

  #countdown {
    font-size: 3rem;
  }

  .tickets-web-menu {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 8vh;
    background-color: rgb(64, 163, 64);
    padding-inline: 2vw;
    align-items: center;
  }

  .tickets-web-menu a {
    font-size: small;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }

  .banner {
    position: relative;
    top: 5vh;
    display: flex;
    justify-content: center;
  }

  .banner img {
    position: relative;
    left: 0.3vw;
    width: 50.5vw;
  }

  .tickets {
    display: none;
  }

  .tickets-web {
    position: relative;
    top: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tickets-web a {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 163, 64);
    height: 8vh;
    width: 50vw;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .background-web {
    display: flex;
    position: fixed;
    top: -50vh;
    left: -25vw;
    height: 100vw;
    width: 100vw;
    filter: brightness(0.3);
    z-index: -1;
  }

  .center-container {
    display: flex;
    width: 50vw;
    margin-left: 24.5vw;
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .documental {
    height: 30vh;
    width: 25vw;
  }

  #documental {
    position: relative;
    left: -0.1vw;
    top: 0.3vh;
    width: 26vw;
    height: 29.7vh;
  }

  .carousel-inner {
    position: relative;
    left: 0.5vw;
    top: 0.3vh;
    width: 100%;
    overflow: hidden;
  }

  .galeria {
    position: relative;
    width: 25.6vw;
  }

.carousel2{
  margin-left: 0.3vw;
}

  .carousel2 img{
    height: 29.7vh;
  }

  .countdown {
    display: none;
  }

  .countdown-web {
    display: flex;
    position: relative;
    top: 11vh;
    height: 10vh;
    left: 24.5vw;
    justify-content: center;
    align-items: center;
    width: 50.6vw;
    background-color: rgba(0, 0, 0, 0.55);
  }

  .imagen-institucional {
    display: none;
  }

  .nosotros {
    margin-left: 24.5vw;
    background-color: rgba(0, 0, 0, 0.457);
    justify-self: center;
    width: 50vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .espacioFinal {
    display: none;
  }

  .footer {
    padding-bottom: 3vh;
    padding-inline: 40vw;
  }

  .footer img {
    width: 60%;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
}