@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
    /** Fonts **/
    --main-font: 'Raleway', sans-serif;
    --fonts-headings: 'Staatliches', cursive;

    /** Colores **/
    --primary: #e1007e;
    --white: #FFFFFF;
    --black: #000;
    --blue: #010541;
    --blue-light: #33cccc;
}
html {
    box-sizing: border-box;
    font-size: 62.5%; /* 10 PX = 1rem */
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: var(--main-font);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    background-color: #000000;/*#47c1f1;*/
    min-width: 520px;
}


/** Headings **/
h1, h2, h3, h4 {
    font-family: var(--fonts-headings);
    margin: 0 0 5rem 0;
    line-height: 1.2;
}
h1 {
    font-size: 6rem;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 3.6rem;
}
h4 {
    font-size: 2.4rem;
}


/** Globals **/
p {
    margin: 0;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

.button{
    padding:0.5rem;
    color:var(--blue);
    border: 1px solid var(--blue);
    border-radius:0.5em;
    text-decoration:none;
}
.button:hover{
    background-color:var(--blue);
    color:var(--white);
}
.container{
    width: min(95%, 120rem);
    margin: 0 auto;
}

.bk-blue{background-color:var(--blue-light);}

#videoBackground {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  min-width: 520px;
}


.header {
  position: absolute;
  bottom: 0;
  background: none;
  color: var(--white);
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: flex baseline;
  justify-content: space-between;
  box-sizing:border-box;
  min-width: 520px;
}

.header--logo{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header--logo img{
    width:100%;
    max-width:625px;
}
.header--nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
    
}
.hamburguer-menu {
  display: block;
  position: absolute;
  right: 25px;
  top: 15px;
}
.header--nav {
  margin-left: auto;
  position: absolute;
  right: 35px;
  top: 90px;
}
@media (min-width:768px){
    .header--nav ul{
        flex-direction: column;
        gap: 0rem;
        display: flex;
        align-items: end;
    }
}

.header--nav ul li a{
    color:var(--white);
    text-transform:uppercase;
    font-weight:600;
    font-size:2rem;
}

.header--nav ul li a:hover{text-decoration:underline;}
.header--nav ul.show-menu{
    opacity: 1;
    max-height: 35rem;
    transition-delay: 100ms, 300ms;
    transition-property: max-height, opacity ;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
}
.bi.bi-circle-fill.active{color:#e1007e;}
.hamburguer-menu svg:hover {
    cursor: pointer;
}
@media (min-width: 768px) {
    .hamburguer-menu{
        display: block;
    }
}
.header__title{
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding-top: 100px;
  font-size: 132px;
  line-height: 61px;
  text-transform: uppercase;
  font-weight: 600;
  color: #33cccc;/*#47c1f1;9900cc*/
  text-shadow: white 2px 2px 10px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}
.header__title small {
  font-size: 86px;
}
.header__content{
    max-width:1400px;
    width:100%;
    background-color:#d0d7e9;
    margin-bottom:5rem;
    padding:2rem;
    border-radius:0;
    margin-top: 40vH;
}


.header__content .event_home{
    display:grid;
    grid-template-columns: 100%;
    height:auto;
    gap:2rem
}
@media (min-width: 768px) {
    .header__content .event_home{
        grid-template-columns: 50% 50%;
    }
}
.event__tickets{padding: 0;text-align: center;}
.header__content .event_home .event_description{
    color:var(--blue);line-height: 30px;
}
.header__content .event_home .event_description h1{
    margin:5px 0px;
}
.header__content .event_home .event_description p{
    font-weight:normal;
}
.event_home .event_image img{
    width:90%;
    border-radius:1em;
}

/*section bk-blue-light */

.section{
    padding:5rem 0;
}

.section.bk-blue-light{
  max-width: 1400px;
  width: 100%;
}
.event___list {
  height: 200px;
  background-color: #33cccc;/*#010541;*/
  padding: 0 0 0 5rem;
  overflow: hidden;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.event___detail {
  display: inline-block;
  width: 420px;
  margin: 20px 20px 20px 0;
  border: 2px solid white;
  border-radius: 15px;
  background-color: #010541;
}
.event___date {
  display: inline-block;
  width: 20%;
  background-color: white;
  border-radius: 10px 0 0 10px;
  padding: 30px 0 6px 10px;
  color: #e1007e;
  line-height: 29px;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
}
.event___date small {
  font-size: 12px;
  font-family: var(--main-font);
  letter-spacing: 0.02em;
  display: block;
}
.event___info {
  display: inline-block;
  width: 80%;
  line-height: 30px;
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px;
  vertical-align: top;
  float: right;
}
.event___info a {
  font-size: 18px;
  font-weight: bold;
  color: #e1007e;
}
.event___pager {
  height: 40px;
  background-color: #33cccc; /*#010541;*/
  text-align: center;
  padding: 0 5rem;
  padding-right: 4rem;
  margin-bottom: 50px;
  border-radius: 0 0 15px 15px;
}
.arrow___left{float:left;cursor:pointer;}
.arrow___right{float:right;cursor:pointer;}
.arrow___left:hover,
.arrow___right:hover{color:#e1007e;}
.dots circle{cursor:pointer;}

.event_ticket {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-bottom: 35px;
  min-height: 250px;
}
.event_ticket:nth-Child(6n-1),
.event_ticket:nth-Child(6n+2) {
  margin-right: 5%;
  margin-left: 5%;
}
.event_ticket img {
  border-radius: 15px;
  border: 2px solid white;
}
.event___description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-shadow: 2px 2px black;
}
.event___description h1 {
  font-size: 34px;
  background-color: #33cccc;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
  text-shadow: none;
}
.event___description .button {
  background-color: #e1007e;
  color: white;
  border-color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 0;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
  text-shadow: none;
}
.ticket_background {
  width: 100%;
  min-height: 250px;
  background-color: #e1007e;
}
.ticket_background + .event___description h1{background-color:transparent;}
.ticket_background + .event___description{text-shadow:none;}
.footer__content{margin-top:50px;}
@media (max-width: 1075px) {
    .header__title {
      font-size: 92px;
    }
    .header__title small {
      font-size: 66px;
    }
    .event_ticket {
      width: 40%;
      margin-right: 5%;
      margin-left: 5%;
    }
}
@media (max-width: 768px) {
    .event_ticket {
      width: 80%;
    }
}