*, 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/svg/patron.svg") repeat left top #000;
  background-size: 4em;
}

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;
  background-color: rgb(0, 0, 0);
  -webkit-backdrop-filter: blur(2px);
          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: 20px;
}

.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: rgb(0, 0, 0);
}

.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 .btnFx {
  position: absolute;
  top: 1em;
  right: 1em;
}
.homeIntro .intro {
  margin-top: -15em;
}

.homeLogo {
  max-width: 200px;
  display: flex;
  margin: 2em 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 {
  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%, rgb(0, 0, 0) 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 rgb(255, 93, 95);
  background: rgba(255, 158, 159, 0.2);
}
.formErrorAviso h3 {
  margin-bottom: 0;
}

.formError {
  border-color: rgb(255, 93, 95);
  background: rgba(255, 158, 159, 0.2);
}

.formOkAviso {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: solid 1px rgb(124, 166, 98);
  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;
}

.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 rgb(240, 112, 0);
}
.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 rgb(240, 112, 0);
}

.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;
}

.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 rgb(240, 112, 0);
}
.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 rgb(240, 112, 0);
}

.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 rgb(0, 0, 0);
}
.usAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     object-fit: cover;
}

.galeria_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     object-fit: cover;
}
.galeriaCromo li .img .galeria_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     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 rgb(22, 31, 43);
  background: rgb(39, 51, 66);
}

.adOK {
  border: solid 1px rgb(31, 70, 37);
  background: rgb(65, 107, 72);
}

.adKO {
  border: solid 1px rgb(43, 22, 31);
  background: rgb(107, 65, 84);
}

.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;
  }
}
.encuestaItem {
  dispay: grid;
  grid-gap: 1em;
}
.encuestaItem img {
  width: 100%;
  border-radius: 0.3em;
}
.encuestaItem .opciones {
  display: grid;
  grid-gap: 1em;
}
.encuestaItem .opciones .opcionVoto {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 0.5em;
  align-content: center;
  padding: 1em;
  color: #fff;
  border: solid 1px #4b4b4b;
  border-radius: 0.3em;
  background: linear-gradient(#1e1d1d 0%, #0d0d0d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.encuestaItem .opciones .opcionVoto:hover, .encuestaItem .opciones .opcionVoto:active {
  color: #fff;
  background: #000;
  border: solid 1px #676767;
  cursor: pointer;
}
.encuestaItem .opciones .opcionVoto .icono {
  display: flex;
  padding: 0 0.5em 0 0;
  border-right: solid 1px #4b4b4b;
}
.encuestaItem .opciones .opcionVoto .icono img {
  width: 100%;
  height: auto;
}
.encuestaItem .opciones .opcionActive {
  color: #41EE4C;
  border-color: #41EE4C;
}
.encuestaItem .opciones .opcionActive:hover, .encuestaItem .opciones .opcionActive:active {
  color: #41EE4C;
  border-color: #41EE4C;
  cursor: not-allowed;
}
.encuestaItem .opciones .opcionActive .icono {
  border-color: #41EE4C;
}
.encuestaItem .extras {
  display: flex;
  gap: 1em;
  align-items: center;
  margin: 1em 0 0 0;
}
.encuestaItem .extras .countDown {
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.encuestaItem .extras .countDown li {
  min-width: 60px;
  display: grid;
  grid-gap: 0.5em;
  justify-items: center;
  padding: 0.5em;
  line-height: 1;
  border-radius: 0.3em;
  background: rgba(255, 255, 255, 0.1);
}
.encuestaItem .extras .countDown li strong {
  color: #fff;
  font-size: 1.5em;
}
.encuestaItem .extras .info {
  flex: 1;
}
.encuestaItem .extras .info button {
  width: 100%;
}
.encuestaItem .extras .info .resultado {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 0 1em 0 0;
}
.encuestaItem .extras .info .resultado strong {
  color: #fff;
}
.encuestaItem .opcionesDato {
  display: grid;
  grid-gap: 1em;
}
.encuestaItem .opcionesDato .opcionDato {
  display: grid;
  display: flex;
  gap: 0.5em;
  align-content: center;
  padding: 1em;
  color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 0.3em;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.encuestaItem .opcionesDato .opcionDato .dato1 {
  position: relative;
  flex: 1;
}
.encuestaItem .opcionesDato .opcionDato .dato1 small {
  position: absolute;
  top: -1.5em;
  left: 0.3em;
  font-size: 0.7em;
}
.encuestaItem .opcionesDato .opcionActive {
  color: #41EE4C;
  border-color: #41EE4C;
}

main {
  padding: 0;
}

.containerIn {
  max-width: 900px;
}

.hFX {
  padding: 24px 0 1em 1.3em;
  background: url(/assets/img/svg/hs.svg) no-repeat left center;
  background-size: 1em;
}

/* TARJETAS NOTICIAS */
.cardNews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 0 50px;
  width: auto;
  justify-content: center;
  align-items: start;
}
.cardNews img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
  border-radius: 12px;
}
.cardNews h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
}
.cardNews p {
  font-size: 14px;
  color: #afafaf;
  margin: 0;
}
.cardNews .itemCard {
  display: grid;
  row-gap: 10px;
  padding: 0.65em;
  height: 100%;
  color: #fff;
  border: solid 1px #2d2d2d;
  border-radius: 15px;
  background: linear-gradient(1deg, #262626 0.73%, #343434 38.19%, #565656 99.3%);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.cardNews .itemCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px 4px rgba(255, 255, 255, 0.1);
  background: linear-gradient(1deg, #2e2e2e 0.73%, #3d3d3d 38.19%, #6a6a6a 99.3%);
}

.itemCard p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.5;
  height: 6em;
}

/* HEADER */
.headerContainerNews {
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.headerContentNews {
  max-width: 100%;
  text-align: center;
  padding: 10px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerText {
  max-width: 600px;
}

/* NOTICIA PRINCIPAL*/
.headerTitle {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}

.headerMeta {
  font-size: 0.9rem;
  color: #aaa;
  margin: 0 0 15px;
}

.headerSubtitle {
  font-size: 1.1rem;
  margin: 0 0 20px;
}

.ctaContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ctaPrimary, .ctaSecondary {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  background: linear-gradient(#1e1d1d 0%, #0d0d0d 100%);
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
}

.ctaPrimary:hover, .ctaSecondary:hover {
  background: #000;
  color: #ffffff;
}

.ctaSecondary img {
  margin-left: 10px;
}

/* IMAGE CONTAINER */
.headerImage {
  position: static;
  width: 100%;
  height: auto;
  -webkit-clip-path: none;
          clip-path: none;
  order: -1;
}
.headerImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* MIGAS DE PAN */
article.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.breadcrumbContainer {
  display: flex;
  justify-content: center;
  background-color: #222222;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.breadcrumbContainer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb li a {
  text-decoration: none;
  color: #afafaf;
}
.breadcrumb li a:hover {
  color: #ffffff;
}
.breadcrumb li span.current {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
  color: #999;
}

/* TABLA */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  background-color: #222222;
  border: 1px solid #4b4b4b;
}

table th,
table td {
  padding: 10px 15px;
  border: 1px solid #323232;
}

table th {
  background-color: #222222;
  font-weight: bold;
  color: #ffffff;
}

@media (min-width: 768px) {
  .cardNews {
    grid-template-columns: repeat(3, 1fr);
  }
  .cardNews img {
    height: 180px;
  }
  .headerContainerNews {
    flex-direction: row;
    height: 35vh;
    padding: 0 75px;
  }
  .headerContentNews {
    max-width: 50%;
    text-align: left;
    padding: 20px;
  }
  .headerImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .headerImage img {
    height: 55vh;
  }
  .breadcrumbContainer {
    font-size: 14px;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 8px;
  }
  .newsDetail__title {
    font-size: 2.5rem;
  }
  .breadcrumbContainer ul {
    padding: 0;
  }
}
.mainNews h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}

.mainNews p {
  font-size: 0.9rem;
  color: #aaa;
  margin: 0 0 15px;
}

.mainNews {
  padding-block: 50px;
}

.imgContainer {
  width: 100%;
  max-width: 900px;
  position: static;
  height: auto;
}

.imgContainer img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

figcaption {
  font-size: 10px;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}/*# sourceMappingURL=styles.css.map */