:root {
  --bg-color: #000000;
  --primary-color: #c6a84b;
  --secondary-color: #ffffff;
}
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  background: url(../img/circuito_luz_pc.jpg) no-repeat top center/cover;
  width: 100vw;
  height: 100%;
  position: relative;
  color: #c6a84b;
  font-family: "Roboto";
}
h2 {
  font-size: 1.5em;
  margin: 1em auto;
  text-align: center;
  width: 80%;
  color: var(--primary-color);
}
.header {
  height: auto;
  min-height: calc(100vh - 336px);
  padding-bottom: 336px;
  position: relative;
  margin: 0 auto;
}
.encabezado {
  color: var(--secondary-color);
  text-align: left;
  margin: 3rem auto;
  max-width: 680px;
  width:100%;
}
.encabezado .col h1 {
  font-weight: 900;
  color: var(--primary-color);
  text-align: center;
}
.encabezado .col p {
  font-size: 1.4em;
  font-weight: 400;
  text-align: justify;
}
.header header {
  position: relative;
  z-index: 2;
  text-align: center;
}

.header header .navbar-brand {
  margin: 2rem 0;
  text-align: center;
  display: block;
}
.header header nav {
  margin: 4rem 0 1rem;
  padding: 0;
}
.header header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  display: flex;
}
.header header nav ul li {
  margin: 0 1rem 0 0;
  width: 33.3333%;
}
.header header nav ul li a {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  font-size: 1.2rem;
  padding: 1.2rem;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.header header nav ul li a:hover {
  color: #fff;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.header header nav ul li .btn.active {
  color: var(--secondary-color);
  background-color: var(--bg-color);
  position: relative;
}
.header header nav ul li .btn.active:after {
  content: "";
  width: 10px;
  height: 20px;
  background-color: var(--secondary-color);
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: rotate(45deg) translateX(-50%);
}
.header header nav ul li:last-child {
  margin: 0;
}
.header header nav ul li.disabled a {
  opacity: 0.5;
}
.header header nav ul li.disabled a::before {
  content: "";
  background: url(../img/candado.svg) no-repeat center center/cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.header .resend-video {
  position: relative;
  margin: 3rem auto;
  z-index: 2;
  max-width: 950px;
}
.header .resend-video video {
  width: 100%;
  padding: 0;
  box-shadow: none;
  outline: none;
}
button#fullscreen {
  clear: both;
  display:block;
  background-color: var(--primary-color);
  color: var(--bg-color);
  border: 0px;
  border-radius: 10px;
  padding: 5px;
  z-index: 2;
  position:relative;
  margin-top: -50px;
  width: 40px;
}
.header .resend-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #000;
}
.header .resend-video ul li .btn {
  background: var(--bg-color);
  color: var(--primary-color);
  font-size: 0.9em;
  border-bottom: 1px solid var(--primary-color);
  box-shadow: none;
  outline: none;
  width: 100%;
  height: 61px;
}
.header .resend-video ul li .btn:hover {
  background-color: #ddc066;
  color: #000;
}
.header .resend-video ul li .btn img {
  width: 20px;
  height: auto;
  margin-left: 1em;
  border-radius: 7px;
  float: left;
}
.header .resend-video ul li .btn.active {
  background: var(--primary-color);
  color: var(--bg-color);
  font-weight: bold;
  position: relative;
  padding: 25px 0px;
}
.header .resend-video ul li .btn.active:before {
  content: "";
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -14px;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  z-index: -1;
}
.header .resend-video ul li .btn.active:hover {
  background-color: #ddc066;
  color: #000;
}
.header .resend-video ul li .btn.active:hover:before {
  background-color: #ddc066;
  color: #000;
}
.header .video {
  position: relative;
  margin: 3rem 0;
  z-index: 2;
}
.header .video video {

}
.header .video .play {
  width: 200px;
  height: auto;
  text-align: center;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.header .video .play p {
  margin: 0;
}
.header .video h1 {
  margin: 3rem 0 2rem;
  display: block;
  text-align: center;
  font-style: italic;
}
.header .video h3 {
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem;
}
.header .video .reservar {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-align: center;
  margin: 4rem auto 0;
  display: table;
}
main section {
  margin: 0 auto 50px;
}
main section .subtitle {
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto";
}
main section .subtitle span {
  color: var(--primary-color);
}
.separator {
  background: var(--primary-color);
  width: 65px;
  height: 5px;
  border-radius: 10px;
  margin: 0 auto 50px;
}
.countdown {
  display: flex;
  max-width: 500px;
  margin: 35px auto;
}
.countdown .countdown-title {
  text-align: center;
  width: 100%;
  text-shadow: 0 0 25px rgba(198, 168, 75, 0.9);
}
.countdown .countdown-title .countdown-data {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.cierre {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  padding: 40px;
  margin: 75px auto;
  height: 250px;
}
footer {
  margin: 0 auto;
  height: 336px;
  padding: 50px 0 100px;
  font-size: 12px;
  background: var(--bg-color);
  color: #ffffff;
  position: absolute;
}
footer .logo-footer {
  margin: 20px 0 0;
}
footer a {
  color: var(--primary-color);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 12px;
  margin: 0 0 15px;
}
footer .footer-faqs {
  position:relative;
  margin: 15px 0;
}
footer .footer-faqs a {
  margin: 0 5px;
}
@media (max-width: 767px) {
  /* ---- FOTO SAM ---- */
  .sam {
    display: none;
  }
}
@media (max-width: 600px) {
  body {
    background: url(../img/circuito_luz_m.jpg) no-repeat top center/cover;
  }
  /* ---- HEADER ---- */
  .header {
    max-height: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .header header {
    padding: 15px;
  }
  .header header nav .container-fluid {
    padding: 0;
  }
  .header header nav .container-fluid .main-nav {
    display: block !important;
    width: 100%;
  }
  /* ---- CUENTA ATRÁS ---- */
  .data {
    font-size: 1em;
    margin: 5px;
  }
  .countdown .countdown-title .countdown-data {
    font-size: 1.5em;
  }
  .countdown {
    margin: 0 auto;
    max-width: 400px;
    padding: 0.5em;
    list-style: none;
    text-align: center;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
  }
  .countdown li {
    display: inline-block;
    margin: 0 1rem;
  }
  .countdown li .number {
    font-size: 4rem;
    font-weight: bold;
    margin: 1rem 0;
    line-height: 1;
  }
  /* ---- FOOTER ---- */
  footer {
    padding: 30px 30px 150px;
    text-align: center;
  }
  footer .logo-footer {
    width: 120px;
    margin: 10px 0;
  }
  footer .text-end {
    margin-bottom: 30px;
    text-align: center !important;
  }
}