@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&family=Roboto:wght@400;700;900&display=swap");
:root {
  --txt-color: rgb(223 223 223);
  --primary-color: #C5A951;
}

body {
  background-color: black;
  background: url("../img/bg1.jpg");
  background-size: cover;
  background-position: -20%;
  background-attachment: fixed;
  font-size: 18px;
}

.bg-black {
  background-color: #0e0e0ef7;
  margin-top: 2em;
  border-radius: 5px;
  padding: 2em 10em;
  color: var(--txt-color);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-black {
    padding: 1em 1em;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-black {
    padding: 2em 7em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-black {
    padding: 2em 5em;
  }
}

.contenedorMenu {
  padding: 17px 50px 0 50px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu {
    padding: 0 0 0 0;
  }
}
.contenedorMenu #menu {
  width: 100%;
  height: auto;
}
.contenedorMenu #menu #navbarNavAltMarkup {
  justify-content: space-around;
}
.contenedorMenu #menu nav {
  min-height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 4px solid var(--primary-color);
  padding: 0px 6em;
  background-color: black;
  margin-top: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu #menu nav {
    padding: 0px 2em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu #menu nav .navbar-toggler {
    display: block;
    margin: 15px auto;
  }
}
.contenedorMenu #menu nav a {
  color: var(--txt-color);
  text-decoration: none;
  font-size: 1em;
  padding: 0 60px;
  transition: 0.6s ease-in-out;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu #menu nav a {
    padding: 11px 60px;
    text-align: center;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu #menu nav a {
    padding: 0px 41px;
  }
}
.contenedorMenu #menu nav a:hover {
  text-decoration: none;
  background-color: var(--primary-color);
  padding-top: 6px;
}
.contenedorMenu #menu nav .active {
  padding-bottom: 6px;
  border-bottom: 3px solid var(--primary-color);
}
.contenedorMenu #menu nav .enabled {
  color: grey;
  pointer-events: none;
}
.contenedorMenu #menu nav .fecha {
  font-size: 12px;
  margin: -3px;
}
.contenedorMenu .titulo {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo {
    flex-direction: column;
  }
}
.contenedorMenu .titulo .inaki {
  width: 17%;
  z-index: 2;
  align-self: end;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .inaki {
    width: 40%;
    margin: 15px;
    align-self: center;
    border-bottom: 6px solid var(--primary-color);
  }
}
.contenedorMenu .titulo .inaki img {
  width: 100%;
}
.contenedorMenu .titulo .img-logo {
  z-index: 2;
  width: 30%;
  display: flex;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .img-logo {
    width: 100%;
  }
}
.contenedorMenu .titulo .img-logo img {
  width: 100%;
  align-self: center;
  margin-top: 74px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .img-logo img {
    align-self: none;
    margin-top: 0px;
  }
}
.contenedorMenu .titulo .countdown {
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  color: var(--txt-color);
  margin-bottom: 8px;
  width: 50%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .countdown {
    width: 100%;
    justify-content: center;
  }
}
.contenedorMenu .titulo .countdown .cont-count {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .countdown .cont-count {
    margin-right: 0em;
  }
}
.contenedorMenu .titulo .countdown .cont-count p {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin: 0;
}
.contenedorMenu .titulo .countdown .cont-count #clockdiv {
  display: flex;
  justify-content: center;
  text-align: center;
}
.contenedorMenu .titulo .countdown .cont-count #clockdiv div {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 13px;
}
.contenedorMenu .titulo .countdown .cont-count #clockdiv div span {
  font-size: 2.5em;
  font-weight: 700;
}
.contenedorMenu .titulo .countdown .cont-count #clockdiv div .smalltext {
  margin-top: -12px;
}
.contenedorMenu .titulo .cont-el {
  z-index: 1;
  background-color: #000000ab;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 66px;
  border-radius: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .cont-el {
    top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .cont-el {
    top: 2px;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .contenedorMenu .titulo .cont-el {
    top: 8px;
  }
}

#bienvenida h1, #bienvenida h2, #bienvenida h3, #bienvenida h4 {
  text-align: center;
  margin-bottom: 1em;
}
#bienvenida h1::after {
  content: "";
  width: 59%;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
  margin: 0 auto;
  margin-top: 15px;
}
#bienvenida h2 {
  color: var(--primary-color);
  z-index: 11;
}
#bienvenida h2::after {
  content: "";
  border-bottom: 1px solid white;
  width: 41%;
  display: block;
  position: relative;
  z-index: -1;
  right: -59%;
  top: -0.5em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #bienvenida h2::after {
    display: none;
  }
}
#bienvenida h2::before {
  content: "";
  border-bottom: 1px solid white;
  width: 41%;
  display: block;
  position: relative;
  z-index: -1;
  top: 0.7em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #bienvenida h2::before {
    display: none;
  }
}
#bienvenida h2:last-of-type::after {
  content: "";
  border-bottom: 1px solid white;
  width: 21%;
  display: block;
  position: relative;
  z-index: -1;
  right: -78%;
  top: -0.5em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #bienvenida h2:last-of-type::after {
    display: none;
  }
}
#bienvenida h2:last-of-type::before {
  content: "";
  border-bottom: 1px solid white;
  width: 21%;
  display: block;
  position: relative;
  z-index: -1;
  top: 0.7em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #bienvenida h2:last-of-type::before {
    display: none;
  }
}
#bienvenida h3 {
  background-color: var(--txt-color);
  color: black;
  width: 87%;
  display: block;
  margin: 1em auto;
  padding: 5px 0;
}
#bienvenida h5 {
  text-align: center;
}
#bienvenida ul {
  list-style: none;
}
#bienvenida ul i {
  color: var(--primary-color);
}
#bienvenida .pasos p {
  text-align: center;
}
#bienvenida .button {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 17px 0px;
  width: 30%;
  display: block;
  text-align: center;
  margin: 15px auto;
  text-decoration: none;
  color: white;
  transition: 0.6 ease-in-out;
}
#bienvenida .button:hover {
  background-color: var(--primary-color);
}

#video h1, #video h2, #video h3, #video h4 {
  text-align: center;
  margin-bottom: 0.6em;
}
#video h1 {
  font-size: 1.8em;
  line-height: 1.2;
}
#video h1::after {
  content: "";
  width: 59%;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
  margin: 0 auto;
  margin-top: 15px;
}
#video h1 span {
  background-color: var(--primary-color);
  color: #ffffe4;
  padding: 0 5px;
}
#video h2 {
  color: var(--primary-color);
  z-index: 11;
}
#video h2::after {
  content: "";
  border-bottom: 1px solid white;
  width: 41%;
  display: block;
  position: relative;
  z-index: -1;
  right: -59%;
  top: -0.5em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #video h2::after {
    display: none;
  }
}
#video h2::before {
  content: "";
  border-bottom: 1px solid white;
  width: 41%;
  display: block;
  position: relative;
  z-index: -1;
  top: 0.7em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #video h2::before {
    display: none;
  }
}
#video h2:last-of-type::after {
  content: "";
  border-bottom: 1px solid white;
  width: 21%;
  display: block;
  position: relative;
  z-index: -1;
  right: -78%;
  top: -0.5em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #video h2:last-of-type::after {
    display: none;
  }
}
#video h2:last-of-type::before {
  content: "";
  border-bottom: 1px solid white;
  width: 21%;
  display: block;
  position: relative;
  z-index: -1;
  top: 0.7em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #video h2:last-of-type::before {
    display: none;
  }
}
#video video {
  display: block;
  margin: 0 auto;
}

.detalles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .detalles {
    flex-direction: column;
    align-items: center;
  }
}
.detalles div {
  display: flex;
  flex-direction: column;
  align-content: center;
  border-radius: 5px;
  align-items: center;
  margin: 0 8px;
  width: 260px;
  border: 1px solid #342803;
  padding: 40px 0;
}
.detalles div:first-child {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: black;
}
.detalles div i {
  font-size: 3em;
}
.detalles div h4 {
  margin: 12px 0;
}
.detalles div p {
  text-align: center;
  font-size: 0.8em;
  margin: 0;
}
.detalles div a {
  color: var(--primary-color);
}

.pasos p {
  text-align: center;
}
.pasos h3 {
  background-color: var(--txt-color);
  color: black;
  width: 87%;
  display: block;
  margin: 1em auto;
  padding: 5px 0;
}

.button {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 17px 0px;
  width: 30%;
  display: block;
  text-align: center;
  margin: 15px auto;
  text-decoration: none;
  color: white;
  transition: 0.6 ease-in-out;
}
.button:hover {
  background-color: var(--primary-color);
}

footer {
  margin: 0 auto;
  padding: 50px 0 0px;
  font-size: 12px;
  background: var(--bg-color);
  color: #ffffff;
  min-height: 163px;
}
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 {
  margin: 15px 0;
}
footer .footer-faqs a {
  margin: 0 5px;
}
footer .socials {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
footer .socials li {
  display: inline-block;
  margin: 0 10px;
}
footer .socials li a {
  display: block;
}
footer .socials li a img {
  width: 30px;
  filter: invert(1);
}
@media (max-width: 600px) {
  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;
  }
}

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