*, html {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  color: #AFAFAF;
  font: 0.8em/1.5em Arial, "Trebuchet MS", Verdana, "sans-serif";
  background:url("../img/bg-patron.webp") repeat top center, linear-gradient(0deg, #2a2e4e 0%, #0c122a 100%);
}

a:link, a:visited {
  color: #fff;
  text-decoration: none; }

a:hover, a:active {
  color: #5A5A5A; }

.aFalso {
  color: #fff; }
  .aFalso:hover {
    color: #AFAFAF;
    cursor: pointer; }

main {
  padding: 1em 0 0 0; }

h1 {
  font-size: 2em; }

.web {
  grid-template-rows: auto 1fr auto; }

.txtC {
  text-align: center; }

.txtSuper {
  font-size: 2em; }

.txtMin {
  font-size: 0.7em; }

.container {
  display: flex;
  align-items: start; }

.containerIn {
  width: 100%;
  max-width: 700px;
  padding: 0 1em;
  display: block;
  margin: 0 auto;
  padding: 0 1em; }

.break {
  width: 100%;
  height: 1em;
  display: flex;
  border: none; }

.breakMax {
  width: 100%;
  height: 5em;
  display: flex;
  border: none; }

.breakLine {
  width: 100%;
  height: 1px;
  margin: 1em 0;
  display: flex;
  background: #4b4b4b; }

.itemSocial img {
  width: 32px;
  height: 32px;
  margin: 0 0.5em;
  border-radius: 100%; }
  .itemSocial img:hover, .itemSocial img:active {
    background: rgba(255, 255, 255, 0.3); }

.itemSocialTxt {
  display: inline-grid;
  justify-items: center;
  margin: 0 0.5em; }
  .itemSocialTxt:hover img, .itemSocialTxt:active img {
    background: rgba(255, 255, 255, 0.3); }
  .itemSocialTxt img {
    width: 32px;
    height: 32px;
    border-radius: 100%; }

.hFX {
  padding: 0 0 1em 1.3em;
  background: url("../img/svg/hs.svg") no-repeat left top;
  background-size: 1em; }

.enter {
  text-align: center; }

.colorWin {
  color: #439737; }

.colorDanger {
  color: #FF4141; }

.video {
  display: flex; }
  .video video {
    width: 100%; }

.callToAction {
  display: grid;
  grid-gap: 1em;
  justify-content: center;
  text-align: center;
  margin-bottom: 2em;
  padding: 2em !important;
  background: rgba(255, 255, 255, 0.1); }

.soldOut {
  max-width: 250px;
  display: block;
  margin: 2em auto;
  transform: rotate(5deg); }

.fxBg {
  position: relative; }
  .fxBg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%) no-repeat center center;
    background-size: 300px 300px;
    z-index: -1; }

.fxBgTop {
  position: relative; }
  .fxBgTop::after {
    position: absolute;
    top: -40%;
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%) no-repeat center center;
    background-size: 300px 300px;
    z-index: -1; }

.fxOk {
  background: #000; }

@media screen and (min-width: 700px) {
  body {
    font-size: 1em; }

  .containerIn {
    padding: 0 0; } }
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.5em 0.5em;
  font-size: 0.7em;
  /* background-color: black; */
  backdrop-filter: blur(2px); }

.headerCont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.headerLogo {
  max-width: 100px;
  display: block; }
  .headerLogo img {
    height: 30px; }

.headerMenu {
  position: relative;
  display: flex;
  align-items: center; }

.menuSup {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 300px;
  min-height: 100vh;
  display: grid;
  grid-gap: 1em;
  align-content: flex-start;
  padding: 0.5em 1em;
  background: black; }

.menuSupHeader {
  display: flex;
  justify-content: flex-end; }

.menuSupUser {
  display: flex;
  align-items: start;
  gap: 1em; }
  .menuSupUser .usAvatar {
    width: 50px;
    height: 50px; }
  .menuSupUser .txt {
    display: grid; }
    .menuSupUser .txt small {
      font-size: 0.7em; }

.lisMenu {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none; }
  .lisMenu li {
    padding: 0; }
  .lisMenu a {
    display: flex;
    padding: 0.3em 0.5em;
    background: rgba(255, 255, 255, 0.1); }
  .lisMenu a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.4); }

.menuOculto {
  display: none; }

.menuVisible {
  display: grid; }

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2em 0 0em 0;
  padding: 0.5em;
  font-size: 0.7em;
  background: rgba(0, 0, 0, 0.2); }

.loginCont {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.login {
  max-width: 350px;
  display: grid;
  align-items: flex-start; }
  .login .logo {
    max-width: 250px;
    display: block;
    margin: 0 auto 2em auto; }

.homeIntro {
  position: relative;
  min-height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .homeIntro h1 {
    margin: 1em 0;
    line-height: 1.2em; }
  .homeIntro .btnFx {
    position: absolute;
    top: 1em;
    right: 1em; }
  .homeIntro .intro {
    margin-top: -15em; }

.homeLogo {
  max-width: 200px;
  display: flex;
  margin: 4em auto; }

.roadList {
  display: grid;
  grid-gap: 2em;
  margin-top: 2em; }
  .roadList .item {
    display: grid;
    padding: 1em;
    color: #fff;
    border: solid 1px #2D2D2D;
    background: #000; }
    .roadList .item small {
      display: flex;
      gap: 1em;
      align-items: center;
      margin: -2em auto 1em 0;
      padding: 0.5em 1em;
      background: #4D4B4B; }

.listUL {
  display: grid;
  list-style: none;
  margin: 0 0 0 0.5em;
  padding: 0;
  border-left: solid 1px #9D9D9D; }
  .listUL li {
    display: block;
    margin-left: -0.5em;
    padding: 0 0 1em 1.5em;
    background: url("../img/svg/li.svg") no-repeat left top;
    background-size: 1em; }
    .listUL li:last-child {
      padding-bottom: 0; }
  .listUL .corte {
    width: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%); }

.utilidadesList {
  display: grid;
  grid-gap: 1em; }
  .utilidadesList .item {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    .utilidadesList .item .icono {
      width: 70px; }
      .utilidadesList .item .icono img {
        width: 100%;
        display: block; }
    .utilidadesList .item .txt {
      flex: 1;
      padding: 0 0 0 1em; }

.redesList {
  display: grid;
  grid-gap: 1em; }
  .redesList .item {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    .redesList .item .icono {
      width: 32px; }
      .redesList .item .icono img {
        width: 100%;
        display: block; }
    .redesList .item .txt {
      flex: 1;
      padding: 0 0 0 1em; }

@media screen and (min-width: 700px) {
  .homeIntro h1 {
    font-size: 3em;
    line-height: 1em; } }
.formulario {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none; }
  .formulario .x2 {
    display: grid;
    grid-gap: 1em; }
  .formulario .formEnd {
    display: flex;
    justify-content: flex-end; }

input, select, textarea {
  padding: 1em;
  color: #fff;
  border: solid 1px #4b4b4b;
  background: #000; }

placeholder {
  color: red; }

input[type="text"], input[type="password"] {
  width: 100%; }

input[type="checkbox"] {
  width: 12px;
  height: 12px;
  margin-right: 0.5em;
  padding: none;
  display: inline-block;
  font-size: 50%;
  border: solid 1px #4b4b4b;
  background: #000 !important;
  appearance: none; }

input[type=checkbox]:checked {
  background: url("../../img/svg/check-bg.svg") no-repeat center center;
  background-size: 100%;
  border: 1px solid #fff; }

.formCheck {
  display: flex; }

.formErrorAviso {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: solid 1px #ff5d5f;
  background: rgba(255, 158, 159, 0.2); }
  .formErrorAviso h3 {
    margin-bottom: 0; }

.formError {
  border-color: #ff5d5f;
  background: rgba(255, 158, 159, 0.2); }

.formOkAviso {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: solid 1px #7ca662;
  background: rgba(186, 255, 158, 0.2); }
  .formOkAviso h3 {
    margin-bottom: 0; }

.inputIco {
  position: relative; }
  .inputIco i {
    position: absolute;
    top: 0em;
    right: 1em;
    z-index: 1; }
  .inputIco input {
    padding-right: 3em; }

.txtBreak {
  word-break: break-all; }

@media screen and (min-width: 700px) {
  .formulario .x2 {
    grid-template-columns: 1fr 1fr; } }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 0.3em;
  background: linear-gradient(#1e1d1d 0%, #0d0d0d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn:visited, .btn:link {
    color: #fff; }
  .btn:hover, .btn:active {
    color: #fff;
    background: #000;
    border: solid 1px #676767;
    cursor: pointer; }

.btnImg img {
  width: 32px;
  height: 32px;
  align-content: center;
  margin-right: 0.5em; }

.btnIcon {
  gap: 1em; }

.btnMin {
  padding: 5px 8px; }

.btn100 {
  width: 100%;
  text-align: center; }

.btnFx {
  display: inline-flex;
  padding: 1em 1.5em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0.5em;
  background: #000;
  box-shadow: 0px 0px 5px white, 0px 0px 10px yellow, 0px 0px 40px #f07000; }
  .btnFx:visited, .btnFx:link {
    color: #fff; }
  .btnFx:hover, .btnFx:active {
    color: #000;
    border: solid 1px #9E9E9E;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 15px white, 0px 0px 25px yellow, 0px 0px 60px #f07000; }

.btnMeta {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  padding: 0.5em;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0.3em;
  background: rgba(255, 255, 255, 0.2); }
  .btnMeta .metaIso {
    display: flex; }
    .btnMeta .metaIso img {
      width: 32px;
      margin-right: 0.5em; }
  .btnMeta .metaTxt {
    display: grid;
    grid-gap: 5px;
    line-height: 1;
    font-size: 0.78em; }
    .btnMeta .metaTxt img {
      height: 10px; }
  .btnMeta::after, .btnMeta::before {
    content: ""; }
  .btnMeta:hover, .btnMeta:active {
    color: #fff;
    background: #000; }

.btnBluf {
  opacity: 0.3; }
  .btnBluf:hover, .btnBluf:active {
    cursor: not-allowed; }

.menuCont {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000; }

.menu {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5em;
  background: #000; }
  .menu a {
    display: grid;
    grid-gap: 0.3em;
    padding: 0.5em;
    justify-items: center;
    font-size: 0.7em; }
    .menu a:hover, .menu a:active {
      color: #fff;
      background: #464646; }
    .menu a img {
      width: 32px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 0.3em;
  background: linear-gradient(#1e1d1d 0%, #0d0d0d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn:visited, .btn:link {
    color: #fff; }
  .btn:hover, .btn:active {
    color: #fff;
    background: #000;
    border: solid 1px #676767;
    cursor: pointer; }

.btnImg img {
  width: 32px;
  height: 32px;
  align-content: center;
  margin-right: 0.5em; }

.btnIcon {
  gap: 1em; }

.btnMin {
  padding: 5px 8px; }

.btn100 {
  width: 100%;
  text-align: center; }

.btnFx {
  display: inline-flex;
  padding: 1em 1.5em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0.5em;
  background: #000;
  box-shadow: 0px 0px 5px white, 0px 0px 10px yellow, 0px 0px 40px #f07000; }
  .btnFx:visited, .btnFx:link {
    color: #fff; }
  .btnFx:hover, .btnFx:active {
    color: #000;
    border: solid 1px #9E9E9E;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 15px white, 0px 0px 25px yellow, 0px 0px 60px #f07000; }

.btnMeta {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  padding: 0.5em;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0.3em;
  background: rgba(255, 255, 255, 0.2); }
  .btnMeta .metaIso {
    display: flex; }
    .btnMeta .metaIso img {
      width: 32px;
      margin-right: 0.5em; }
  .btnMeta .metaTxt {
    display: grid;
    grid-gap: 5px;
    line-height: 1;
    font-size: 0.78em; }
    .btnMeta .metaTxt img {
      height: 10px; }
  .btnMeta::after, .btnMeta::before {
    content: ""; }
  .btnMeta:hover, .btnMeta:active {
    color: #fff;
    background: #000; }

.btnBluf {
  opacity: 0.3; }
  .btnBluf:hover, .btnBluf:active {
    cursor: not-allowed; }

.user {
  display: grid;
  grid-gap: 1em; }

.userPrev {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .userPrev .usAvatar {
    width: 70px;
    height: 70px; }
  .userPrev button {
    margin-top: -1em; }

.userCont {
  max-width: 500px;
  display: grid;
  grid-gap: 1em;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  .userCont label {
    display: block;
    margin-bottom: 0.3em; }

.usAvatar {
  display: block;
  border: solid 2px #000;
  outline: solid 1px #4b4b4b;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 5px 20px black; }
  .usAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.usBtnX2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em; }

.modalBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 100; }

.modal {
  max-width: 400px;
  min-width: 300px;
  display: grid;
  grid-gap: 1em;
  padding: 0.5em;
  border: solid 1px #4b4b4b;
  border-radius: 0.3em;
  background: #000; }
  .modal .modalHeader {
    display: flex;
    gap: 1em;
    justify-content: space-between; }
    .modal .modalHeader h4 {
      margin: 0;
      padding: 0; }
  .modal .modalFooter {
    display: flex;
    justify-content: flex-end;
    padding-top: 1em;
    border-top: solid 1px #4b4b4b; }

.modalNone {
  display: none; }

.modalVisible {
  display: flex; }

.modalIdiomas {
  display: flex;
  gap: 2em;
  justify-content: center; }
  .modalIdiomas a {
    display: inline-grid;
    grid-gap: 0.5em;
    justify-items: center;
    text-align: center; }
    .modalIdiomas a img {
      width: 32px;
      height: 32px; }

.modalCromo .cromoImg img {
  max-width: 300px;
  height: auto; }
.modalCromo .datos {
  font-size: 0.8em; }

.galeria {
  display: grid;
  grid-gap: 1em;
  margin: 0;
  padding: 0; }
  .galeria li {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 1em;
    align-items: start;
    margin: 0;
    padding: 1em;
    border-bottom: solid 1px #4b4b4b; }
    .galeria li .img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .galeria li .txt ul {
      display: grid;
      gap: 0.3em;
      margin: 0;
      align-items: start;
      padding: 0;
      list-style: none; }
      .galeria li .txt ul li {
        display: block;
        padding: 0;
        border-bottom: none; }

.galeria_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.galeria_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.gEnlace:hover, .gEnlace:active {
  border-radius: 0.3em;
  outline: solid 1px #4b4b4b;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer; }

@media screen and (min-width: 700px) {
  .galeria {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    margin: 0;
    padding: 0; }
    .galeria li {
      border-bottom: none; } }
.galeriaCromo {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0; }
  .galeriaCromo li {
    position: relative;
    padding: 1em;
    list-style: none;
    border-radius: 0.3em;
    background: #000; }
    .galeriaCromo li .img {
      overflow: hidden; }
      .galeriaCromo li .img img {
        width: 100%; }
      .galeriaCromo li .img .galeria_img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
        .galeriaCromo li .img .galeria_img img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover; }
  .galeriaCromo .gColeccion {
    position: absolute;
    top: 0.3em;
    left: -0.2em;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5; }
    .galeriaCromo .gColeccion img {
      height: 22px; }
  .galeriaCromo .gEnlace:hover, .galeriaCromo .gEnlace:active {
    outline: solid 1px #4b4b4b;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer; }
    .galeriaCromo .gEnlace:hover.img img, .galeriaCromo .gEnlace:active.img img {
      transform: scale(0.7);
      border: solid 2px red !important;
      opacity: 0.5; }

@media screen and (min-width: 700px) {
  .galeriaCromo {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    margin: 0;
    padding: 0; }
    .galeriaCromo li {
      border-bottom: none; } }
.ad, .adOK, .adKO {
  width: 100%;
  display: block;
  padding: 1em;
  color: #fff;
  border-radius: 0.3em; }
  .ad h1, .ad h2, .ad h3, .ad h4, .ad h5, .ad h6, .adOK h1, .adOK h2, .adOK h3, .adOK h4, .adOK h5, .adOK h6, .adKO h1, .adKO h2, .adKO h3, .adKO h4, .adKO h5, .adKO h6 {
    margin-top: 0; }
  .ad p:last-child, .adOK p:last-child, .adKO p:last-child {
    margin: 0; }

.ad {
  border: solid 1px #161f2b;
  background: #273342; }

.adOK {
  border: solid 1px #1f4625;
  background: #416b48; }

.adKO {
  border: solid 1px #2b161f;
  background: #6b4154; }

.adIcon {
  display: grid;
  grid-gap: 1em; }
  .adIcon .icono {
    display: flex;
    justify-content: center; }
    .adIcon .icono i {
      font-size: 2em; }

@media screen and (min-width: 700px) {
  .adIcon {
    display: flex;
    gap: 1em;
    align-items: flex-start; } }
