:root {
  --main-color: #790081;
  --second-color: #202080;
  --font-color: #fff;
  --font-color-2: #fff9b5;
}

body {
  background-color: #ffffff;
  font-family: "Raleway", Verdana, sans-serif;
}
.no-padding {
  padding: 0;
}
.navbar-nav li a {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.relative {
  position: relative;
}
.margin-left {
  margin-left: 0;
}
.over-text {
  position: absolute;
  bottom: 5px;
  color: var(--font-color);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.fondo-evento {
  background-color: var(--main-color);
  background-image: url("../img/fondo-bg1.jpg");
  background-size: cover;
  background-position: center;
  color: var(--font-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.fondo-trailer {
  background: url("../img/fondo-video.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fondo-como-llegar {
  color: var(--font-color);
  padding: 50px 25px;
  background: url("../img/fondo-localizacion.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fondo-experiencia {
  background: url("../img/fondo-inmersiva.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.fondo-entradas {
  background: url("../img/fondo-compra.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.fondo-horarios {
  background: url("../img/fondo-reservas2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 25px;
}

.cn-button-header {
  background-color: var(--second-color);
  min-width: 200px;
  text-align: center;
  color: black;
  border-radius: 25px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.cn-button-header:hover {
  background-color: #549b20;
  color: black;
}

.cn-button {
  margin-top: 37px;
  display: inline-block;
}

.navbar-brand img {
  max-width: 90px;
}
.navbar-nav {
  align-items: flex-end;
}
.icon {
  padding: 3%;
}
.icon .image {
  width: 102px;
  height: 101px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horarios ul {
  list-style-type: circle;
  color: var(--font-color);
  padding-left: 20px;
  margin-top: 50px;
}
.horarios ul li {
  margin-top: 15px;
}
.icon .image img {
  width: 100%;
  height: auto;
}
.icon .text {
  margin-top: 20px;
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.como-llegar .icon {
  width: 44px;
  height: 43px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.como-llegar .icon img {
  width: 100%;
  height: auto;
}

.michael-jackson {
  background: url("../img/fondo-reservas1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

iframe {
  width: 350px;
  height: 200px;
}
iframe#mapa {
  width: 100%;
  height: 400px;
}
.text-color-2 {
  color: var(--font-color-2);
}
h1 {
  font-size: 22px;
  color: var(--font-color-2);
}
h1 strong {
  display: inline-block;
}
h2 {
  font-size: 20px;
  color: var(--font-color-2);
}
h3 {
  font-size: 18px;
  color: var(--font-color-2);
}
h2,
h3,
.como-llegar p strong {
  font-weight: bold;
}
p,
ul {
  font-size: 17px;
  line-height: 1.2;
}

.como-llegar p {
  margin-bottom: 2px;
}
.como-llegar .col-10 {
  font-size: 16px;
}
.como-llegar .col-10 span {
  font-weight: 600;
  display: block;
}
#navbarWicked {
  justify-content: center;
}
.navbar {
  z-index: 99999;
  background-color: #241717 !important;
}
main {
  margin-top: 0px;
}

li.nav-item {
  margin: 20px 0px;
}

@media (min-width: 768px) {
  li.nav-item {
    margin: 0px;
  }
  .fondo-experiencia {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .fondo-evento {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .fondo-trailer {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .fondo-entradas {
    padding-top: 96px;
    padding-bottom: 60px;
  }
  .fondo-como-llegar {
    padding: 130px 25px 150px 90px;
  }
  .fondo-horarios {
    padding: 120px 100px;
  }
  .como-llegar .col-10,
  .como-llegar p {
    font-size: 18px;
    text-wrap: balance;
  }
  .como-llegar p strong {
    font-size: 32px;
  }
  .como-llegar .col-10 span {
    font-size: 21px;
  }
  .over-text {
    bottom: 30px;
    padding: 0 5%;
  }
  .icon .text {
    font-size: 17px;
    text-wrap: balance;
  }
  iframe {
    width: 560px;
    height: 315px;
  }
  iframe#mapa {
    width: 100%;
    height: 400px;
  }
  .cn-button {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }

  ul {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  main {
    margin-top: -52px;
  }
  .navbar {
    background-color: transparent !important;
  }
  .navbar-brand {
    display: none;
  }
  .margin-left {
    margin-left: 2rem;
  }
  .over-text {
    padding: 0 18%;
  }
  h1 {
    font-size: 36px;
  }
  h2,
  h3 {
    font-size: 35px;
  }
  .navbar-nav li a {
    margin-right: 50px;
  }
  iframe#mapa {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  h2,
  h3 {
    font-size: 34px;
  }
  .over-text {
    padding: 0 25%;
  }
}
@media (min-width: 1400px) {
  iframe {
    width: 850px;
    height: 480px;
  }
  .container-xxl {
    max-width: 1420px;
  }
}

.row-icons {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.fondo-horarios ul,
.fondo-horarios p {
  font-size: 17px;
  color: white;
  padding-left: 20px;
}

.fondo-horarios li {
  line-height: 2;
}

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

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: inherit;
  text-decoration: underline;
}
