@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap");
*, html {
  box-sizing: border-box; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #292929;
  font: 0.7em/1.3em "Sora", sans-serif, Arial;
  background: #fff; }

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

a:hover, a:active {
  color: #0a0885; }

h1, h3, p {
  margin: 0 0 1em 0; }

h1 {
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
  padding: 0; }

main {
  position: reltive;
  flex: 1;
  margin-top: 0.5em !important; }

.cont100 {
  display: flex; }

.container {
  width: 100%;
  padding: 0.5em; }

.x100 {
  width: 100%; }

.controlAncho60 {
  display: block;
  width: 60%;
  margin: 0 auto; }

.contCenterAuto {
  display: table;
  margin: 0 auto; }

.colorDanger {
  color: #EB7D8E; }

.colorWarning {
  color: #C48D3E; }

a.colorDanger:link, a.colorDanger:visited {
  color: #EB7D8E; }

a.colorDanger:active, a.colorDanger:hover {
  color: #0a0885; }

.small {
  font-size: 0.7em; }

.txtCenter {
  text-align: center; }

.txtRight {
  text-align: right; }

.txtLeft {
  text-align: left; }

.txtX1 {
  font-size: 1em; }

.txtX2 {
  font-size: 1.5em;
  line-height: 1.3em; }

.txtX3 {
  font-size: 2em;
  line-height: 1.5em; }

.txtIcon {
  display: flex;
  align-items: center;
  margin: 1em 0; }
  .txtIcon > span {
    margin-right: 0.5em; }

.mb0 {
  margin-bottom: 0; }

.mtb0 {
  margin: 0 auto; }

.alignRight {
  display: flex;
  justify-content: right; }

.alignBetween, .alignBetweenGap {
  display: flex;
  justify-content: space-between; }

.alignBetweenGap {
  gap: 1em; }

.alingnVertical {
  display: flex;
  align-items: center;
  gap: 0.5em; }

.alingnVerticalBreak {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em; }

.flexInlineBreak {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5em; }

.flexBetween {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.break {
  display: flex;
  width: 100%;
  height: 2em; }

.breakMin {
  display: flex;
  width: 100%;
  height: 1em; }

.breakXL {
  display: flex;
  width: 100%;
  height: 3em; }

.breakLine, .breakLineX2 {
  display: flex;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  border-bottom: solid 1px #D8D8D8; }

.breakLineX2 {
  margin: 2em 0;
  background: red; }

.breakLineFx1 {
  display: flex;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  border-bottom: dashed 1px #D8D8D8; }

.desactivado {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none; }

.inactivo {
  color: #B4B4B4; }

.noBorder {
  border: none !important; }

.listTxt li {
  padding: 0.5em 0; }

.myList {
  margin: 0 0 0 1em;
  padding: 0; }
  .myList li {
    position: relative;
    padding: 0.5em 0;
    list-style: none; }
    .myList li::before {
      content: "";
      position: absolute;
      top: 0.8em;
      left: -1em;
      width: 5px;
      height: 5px;
      display: block;
      border-radius: 50%;
      border: solid 1px #D8D8D8; }

.listNone {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .listNone li {
    padding: 0.5em 0; }

.navHorizontal {
  display: block;
  padding-bottom: 1em;
  overflow-x: auto; }

.previo {
  display: block;
  margin: 0.5em 0 2em 0;
  text-align: center; }

.boxContainer {
  width: 100%;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }

.hFX {
  padding-bottom: 1em;
  border-bottom: solid 1px #D8D8D8; }

.aviso, .avisoError, .avisoInfo, .avisoNeutro, .avisoWarning, .avisoPositivo {
  position: relative;
  display: block;
  margin: 0 0 1em 0;
  padding: 1em;
  background: #EAF5E1;
  border-radius: 0.3em;
  border: solid 1px #BDD5A9; }
  .aviso p:last-child, .avisoError p:last-child, .avisoInfo p:last-child, .avisoNeutro p:last-child, .avisoWarning p:last-child, .avisoPositivo p:last-child {
    margin: 0 0 0 0; }

.avisoError {
  color: #C35051;
  border-color: #F6D6D6;
  background: #FFF1F1; }

.avisoInfo {
  border: #D6E8F6;
  background: #F1FDFF; }

.avisoNeutro {
  border: none;
  background: #F3F3F3; }

.avisoWarning {
  color: #C48D3E;
  border: none;
  background: #F7F5C5; }

.avisoPositivo {
  color: #1c8d1f;
  border-color: #b6d3b5;
  background: #daefd9; }

.Cerrar {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 2; }

.iconMax {
  font-size: 1.5em; }

.mB0 {
  margin-bottom: 0; }

.modalCont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10; }

.modal {
  max-width: 400px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  margin: 4em 1em 1em 1em;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.modalHeader {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1em 0;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1px #D8D8D8; }

.modalBody {
  position: relative;
  display: block;
  padding: 1em 5px 1em 0;
  overflow-y: auto; }
  .modalBody p:last-child {
    margin: 0; }

.modalFooter {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 1em;
  padding-top: 1em;
  border-top: solid 1px #D8D8D8; }

/* Scroll modalBody */
.modalBody::-webkit-scrollbar {
  position: fixed;
  right: -55px;
  width: 5px;
  margin-left: 5px; }

/* Estilos barra (thumb) de scroll */
.modalBody::-webkit-scrollbar-thumb {
  background: #2963ff;
  border-radius: 4px; }

.modalBody::-webkit-scrollbar-thumb:active {
  background-color: #999999; }

.modalBody::-webkit-scrollbar-thumb:hover {
  background: #0a0885;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

/* Estilos track de scroll */
.modalBody::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px; }

.modalBody::-webkit-scrollbar-track:hover,
.modalBody::-webkit-scrollbar-track:active {
  background: #d4d4d4; }

.modalCargando {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 1em;
  background: rgba(255, 255, 255, 0.75); }
  .modalCargando .modalBody {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .modalCargando .modalFooter {
    width: 100%;
    justify-content: flex-start; }

.cargandoCapa {
  position: fixed;
  top: 0;
  left: 0;
  display: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  z-index: 101; }

.cargando {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  background: url("../img/cargando.gif") no-repeat center center; }

.cargandoPro {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cargandoPro::before {
    width: 100px;
    height: 100px;
    content: "";
    display: flex;
    font-size: 0.7em;
    background: url("../img/cargando.gif") no-repeat center center; }

.listAyuda {
  margin: 0 0 0 1.5em;
  padding: 0; }

.listAyuda li {
  position: relative;
  padding: 0 0 1em 1em; }

.listAyuda li::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: -1.8em;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: solid 1px #D8D8D8; }

.cabIco {
  display: flex;
  gap: 1em;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: dashed 1px #D8D8D8; }
  .cabIco .txt {
    flex: 1; }
  .cabIco h3 {
    margin-bottom: 0;
    padding-bottom: 0; }

.iconHead {
  display: flex;
  padding: 0.5em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }

footer {
  bottom: 0;
  width: 100%;
  text-align: center; }
  footer a {
    margin: 0 0.3em; }

.preFooter {
  margin: 2em 0;
  text-align: center; }
  .preFooter img {
    height: 16px; }

@media screen and (min-width: 600px) {
  .container {
    width: 600px;
    margin: 0 auto; } }
.cabecera {
  position: sticky;
  top: 0;
  background: #F3F3F3; }

.cabCont {
  display: flex;
  justify-content: space-between; }

.cabCanal {
  display: flex;
  align-items: center; }
  .cabCanal span {
    width: 40px;
    height: 40px;
    margin: 0 0.5em 0 0;
    padding: 1px;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff; }
  .cabCanal img {
    margin: 1px;
    display: flex;
    object-fit: cover;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff; }

.cabBtn {
  display: flex;
  align-items: center; }
  .cabBtn a {
    margin: 0 0 0 1em; }

.cabVolver {
  display: flex;
  align-items: center; }

.cabLogo {
  display: flex;
  align-items: center; }
  .cabLogo img {
    height: 16px; }

.cabAviso {
  display: flex;
  align-items: center; }
  .cabAviso span {
    margin: 0 0.5em 0 0; }

.cabAdmin {
  height: 5px;
  display: flex;
  background: #2963ff; }

/*formularios*/
fieldset {
  margin: 0 0 1em 0;
  padding: 0;
  border: none; }

legend {
  margin: 0 0 1em 0;
  font-weight: bold; }

label {
  display: block;
  margin: 0 0 0.5em 0; }

input, select {
  width: 100%;
  padding: 0.7em;
  color: #292e30;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em;
  background: #fff; }

input[type=checkbox], input[type=radio] {
  width: auto;
  display: inline-block;
  margin: -5px 0.5em 0 0;
  color: #292e30; }

:focus {
  outline: none; }

.formList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .formList li {
    margin: 0 0 1.3em 0; }
  .formList li:last-child {
    margin-bottom: 0; }

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

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

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

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

.labelInline {
  display: flex; }

.formBreak {
  width: 100%;
  height: 1px;
  display: flex;
  margin: 1em 0;
  border-bottom: solid 1px #D8D8D8; }

.formError {
  color: #C35051; }
  .formError input, .formError select {
    border: solid 1px #C35051; }

.formErrorMensaje {
  display: flex;
  flex-direction: column;
  padding: 1em;
  color: #C35051;
  background: #FFE2E3; }

.btn, .btnLine {
  display: inline-flex;
  justify-content: center;
  padding: 1em 1em;
  color: #fff;
  background: #2963ff;
  border: none;
  border-radius: 0.3em; }
  .btn span, .btnLine span {
    margin: 0 1em 0 0; }

.btnLine {
  color: #2963ff;
  border: solid 1px #2963ff;
  background: #fff; }

.btnLineDanger {
  color: #FC795F;
  border: solid 1px #FC795F; }

.btnImg {
  justify-content: flex-start;
  align-items: center; }
  .btnImg img {
    margin: 0 1em 0 0; }
  .btnImg span {
    font-size: 1.5em; }

.btnIcon {
  padding: 5px;
  font-size: 1.3em; }
  .btnIcon span {
    margin: 0; }

a.btn:link, a.btn:visited, a.btnDanger:link, a.btnDanger:visited {
  color: #fff; }

a.btn:active, a.btn:hover, .btn:active, .btn:hover {
  color: #fff;
  background: #0a0885;
  cursor: pointer; }

a.btnLine:active, a.btnLine:hover, .btnLine:active, .btnLine:hover {
  color: #0a0885;
  border-color: #0a0885;
  cursor: pointer; }

.btnDeshabilitado, a.btnDeshabilitado, a.btnDeshabilitado:active, a.btnDeshabilitado:hover {
  cursor: no-drop;
  background: #cacaca; }

.btnDanger {
  background: #EB7D8E; }

.btnXtra {
  width: 100%;
  padding: 1.5em;
  font-size: 1.5em; }

.btnXtraXL {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
  background: #2963ff;
  border-radius: 5px; }

.btnXtraLineXL {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 1em;
  color: #2963ff;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
  border: solid 1px #2963ff;
  border-radius: 5px; }

.btnXtraIcon {
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 0 0 0 1em;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
  background: #2963ff;
  border-radius: 5px; }
  .btnXtraIcon i {
    padding: 0.7em;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.2); }

.bloqueado {
  color: #5E79AF;
  border: solid 1px #c7ddf3;
  background: #ebf3fb;
  cursor: no-drop; }

.inputCopiar {
  position: relative;
  display: flex; }
  .inputCopiar a {
    position: absolute;
    top: 1em;
    right: 1em; }
    .inputCopiar a span {
      font-size: 1.5em; }

/*input radio*/
.radioCont {
  display: flex;
  flex-wrap: wrap; }

.radioCont input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0; }

.radioCont label:hover {
  color: #2963ff; }

.radioCont input[type="radio"]:hover + label + img {
  border: solid 1px #2963ff; }

.radioCont input[type="radio"]:focus + img, .radioCont input[type="radio"]:checked + label + img {
  border: solid 1px #2963ff; }

.radioCont input[type="radio"]:checked + label {
  color: #2963ff; }

.radioItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 1em 0 0; }

.radioItem label {
  min-width: 80px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1em 0;
  font-size: 0.7em; }

.radioItem img {
  position: absolute;
  top: 0;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  z-index: -1; }

.radioItem:hover > span {
  border: solid 1px #2963ff !important; }

.metodosList {
  display: inline-flex;
  gap: 0.5em;
  flex-wrap: wrap; }
  .metodosList a {
    display: inline-grid;
    text-align: center; }
  .metodosList a img {
    border: solid 1px #D9D9D9;
    border-radius: 5px; }
  .metodosList .active {
    border-color: #2963ff; }

.ImgPagoLogo {
  position: absolute;
  top: 0;
  width: 73px;
  height: 43px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  z-index: -1;
  overflow: hidden; }
  .ImgPagoLogo img {
    position: static;
    display: block;
    max-width: 100%;
    max-height: 43px;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 0.5;
    border: none; }

.radioChecked .ImgPagoLogo {
  border: solid 1px #2963ff !important; }
  .radioChecked .ImgPagoLogo img {
    border: none !important; }

.radioCont input[type="radio"]:focus + img, .radioCont input[type="radio"]:checked + label + .ImgPagoLogo img {
  border: solid 1px #2963ff; }

.ImgOpcionLogo img::before {
  position: absolute;
  width: 73px;
  height: 43px;
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  z-index: 9999;
  overflow: hidden;
  background: red; }
.ImgOpcionLogo img {
  max-width: 100%;
  max-height: 43px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.5; }

.controlLogoPago img::before {
  position: static;
  width: 73px;
  height: 43px;
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  z-index: -1;
  overflow: hidden;
  background: red; }
.controlLogoPago img {
  max-width: 100%;
  max-height: 43px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.5;
  border: none; }

.listProductEdicion {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-gap: 1em;
  align-items: center; }

.listTipoMoneda {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em; }
  .listTipoMoneda .datos {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1em;
    align-items: center; }
  .listTipoMoneda .xtras {
    display: flex;
    align-items: center;
    grid-gap: 1em; }

@media screen and (min-width: 600px) {
  .formX3 {
    grid-template-columns: 1fr 1fr 1fr; } }
.ruta {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0.8em; }
  .ruta li {
    display: inline-flex;
    align-items: center;
    padding: 0.5em;
    border: solid 1px #D8D8D8;
    border-radius: 3em; }
    .ruta li span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 1em;
      height: 1em;
      padding: 1em;
      font-size: 1.2em;
      border-radius: 100%;
      background: #D8D8D8; }
    .ruta li strong {
      padding: 0.5em;
      font-weight: normal; }
  .ruta .rutaActiva {
    border-color: #2963ff; }
    .ruta .rutaActiva span {
      color: #fff;
      background: #2963ff; }
    .ruta .rutaActiva strong {
      color: #2963ff; }
  .ruta .rutaLinea, .ruta .rutaLineaActiva {
    width: 1em;
    height: 1px;
    display: flex;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #D8D8D8; }
  .ruta .rutaLineaActiva {
    background: #2963ff; }

/*cabecera usuario*/
.usCabecera {
  position: sticky;
  top: 0;
  background: #F3F3F3;
  z-index: 10; }

.usCabCont {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: space-between; }

.usLogo {
  display: flex; }
  .usLogo img {
    height: 40px; }

.usCabCanal {
  position: relative;
  display: flex;
  align-items: center; }
  .usCabCanal span {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 0.5em 0 0.5em;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    overflow: hidden; }
  .usCabCanal span img {
    width: 36px;
    height: 36px;
    margin: 1px;
    display: block;
    object-fit: cover;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff; }

.usCabUser {
  display: flex;
  align-items: center; }
  .usCabUser span {
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 0 0 0.5em;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    overflow: hidden; }
  .usCabUser span img {
    width: 36px;
    height: 36px;
    margin: 1px;
    display: block;
    object-fit: cover;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff; }

.usAvatarBg {
  margin: 1em 1em 0 0; }

.perfil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 2em 0; }
  .perfil span {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .perfil span img {
      width: 94px;
      height: 94px; }
  .perfil .btn {
    margin: -1em 0 0 0;
    padding: 0.7em;
    z-index: 1; }
    .perfil .btn img {
      width: 1em; }
  .perfil h4 {
    margin: 0.5em 0 0 0; }

/*menu cabecera*/
.usMenu {
  position: absolute;
  top: 0;
  width: 200px;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1em;
  color: #fff;
  background: #2963ff;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  box-shadow: 0 0.3em 0.7em rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .usMenu a {
    color: #fff; }
  .usMenu a:hover {
    color: #0a0885; }

.usMenuHeader {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .usMenuHeader .usCabUser span {
    width: 30px;
    height: 30px; }
    .usMenuHeader .usCabUser span img {
      width: 100%;
      height: 100%; }
  .usMenuHeader .usCabUser strong {
    margin-left: 1em; }

.usMenuList {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none; }
  .usMenuList li {
    padding: 1em 0;
    border-bottom: solid 1px #3D71FF; }
    .usMenuList li:last-child {
      padding-bottom: 0;
      border-bottom: none; }

.usToggle img {
  display: block;
  margin-right: 0.5em; }

.accesoRedes {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 1em;
  margin: 0 0 1em 0; }

.accesoRedesItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 1em 0 0; }

.accesoRedesItem img {
  margin: 0 0 0.5em 0;
  border: solid 1px #2963ff;
  border-radius: 5px; }

.accesoRedesItem:hover img, .accesoRedesItem:active img {
  border: solid 1px #0a0885; }

/*avatar tipster*/
.tipsterUs {
  display: flex;
  align-items: start; }
  .tipsterUs span {
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 0.5em 0 0;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    overflow: hidden; }
  .tipsterUs img {
    width: 36px;
    height: 36px;
    margin: 1px;
    display: block;
    object-fit: cover;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    background: #fff; }

/*listado productos*/
.listProduct {
  margin: 0;
  padding: 0;
  list-style: none; }
  .listProduct li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border-bottom: dotted 2px #D8D8D8; }

.productoItem, .tarjeta {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em 0;
  padding: 1em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }
  .productoItem h3, .tarjeta h3 {
    margin: 0; }

.productoItemHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: normal; }
  .productoItemHeader span {
    flex: 1; }
  .productoItemHeader small {
    display: block; }

.productoItemBody {
  display: flex;
  flex-direction: column;
  margin-top: 1em; }

.productoItemXtras {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 0 0;
  padding: 1em;
  background: #F3F3F3; }

.productoItemFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: dashed 1px #D8D8D8; }
  .productoItemFooter .btns {
    display: grid;
    grid-gap: 0.5em;
    grid-auto-flow: column; }

.avisoLineaPago {
  display: flex;
  align-items: center;
  margin: 0; }
  .avisoLineaPago img {
    height: 20px;
    margin-right: 1em;
    border: solid 1px #D8D8D8; }

.productoSelecionado {
  border-color: #2963ff;
  background: #EBFAFF; }

.itemCaducado .productoItemHeader, .itemCaducado .productoItemBody {
  opacity: 0.3; }

.productoItemDetalle {
  max-height: 63vh;
  display: flex;
  flex-direction: column;
  margin: 0 0 1em 0;
  overflow-y: auto; }
  .productoItemDetalle .item {
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-bottom: solid 1px #D8D8D8; }
    .productoItemDetalle .item .header {
      display: flex;
      justify-content: space-between; }
      .productoItemDetalle .item .header .info {
        text-align: right; }
    .productoItemDetalle .item .body {
      margin-top: 1em;
      padding-top: 1em;
      border-top: solid 1px #D8D8D8;
      border-top-style: dashed; }

.productoItemTipsterBody {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #D8D8D8; }

.tipterListProducto {
  display: flex;
  flex-direction: column;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #D8D8D8; }
  .tipterListProducto li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 0;
    border-bottom: dashed 1px #D8D8D8; }
    .tipterListProducto li .btns {
      display: grid;
      grid-gap: 0.5em;
      grid-auto-flow: column; }

.tipsterProductoTabla {
  margin: 1em 0;
  padding: 0 0 1em 0;
  text-align: center;
  border-bottom: dashed 1px #D8D8D8; }
  .tipsterProductoTabla thead td {
    border: none; }
  .tipsterProductoTabla td {
    padding: 2px;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em; }
    .tipsterProductoTabla td input {
      padding: 0;
      border: 0; }
  .tipsterProductoTabla tbody td {
    height: 25px; }

.productoUso {
  border-color: #AAE1E1 !important;
  border-radius: 0.3em;
  background: #DFF4F5; }

.productoCompletado {
  border-color: #ABD1B0 !important;
  border-radius: 0.3em;
  background: #DFF5E2; }

.cuponPrecio {
  display: block;
  color: #E48585;
  text-align: right;
  text-decoration: line-through; }

.cuponDetalle {
  display: block;
  margin: 1em 0 0 0;
  padding: 1em;
  border-radius: 0.3em;
  list-style: none;
  background: #EAF5E1; }
  .cuponDetalle li:first-child {
    padding-top: 0;
    border-top: 0; }
  .cuponDetalle li:last-child {
    padding-bottom: 0; }
  .cuponDetalle li {
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    border-top: solid 1px #C9DCB9; }

.cuponForm {
  display: block;
  margin: 0 0 1em 0;
  padding: 1em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }
  .cuponForm .formErrorMensaje {
    margin: 0 0 1em 0; }

.cuponFormCont {
  display: flex;
  align-items: center; }
  .cuponFormCont input {
    width: 50%;
    margin: 0 1em 0 0; }

.boxInfo {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .boxInfo i {
    margin: 0 0 0.5em 0;
    color: #2963ff;
    font-size: 2.5em; }

.saldoInfo {
  margin: 0 1em 0 0;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }

.tarjeta {
  position: relative;
  border-radius: 1em; }

.tarjetaHead {
  display: flex; }

.tarjetaTipo {
  margin: 0 1px 0 0;
  display: flex;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em;
  background: #fff; }

.tarjetaDatos {
  flex: 1;
  padding: 0 1em; }

.tarjetaBody {
  margin: 1em 0;
  padding: 1em;
  background: #f2f2f2; }
  .tarjetaBody small {
    display: flex; }

.pagoFav {
  border-color: #94C47D; }

.pagoFavIcon {
  position: absolute;
  top: -1px;
  right: 0.5em;
  color: #94C47D;
  font-size: 1.5em; }

.avisoDevolucion {
  display: flex;
  margin: 1em 0 0 0;
  padding: 1em;
  color: #52B959;
  border: dashed 1px #52B959;
  border-radius: 0.3em; }
  .avisoDevolucion i {
    margin: 0 0.5em 0 0;
    font-size: 2em; }

.avisoRegistro {
  display: flex;
  align-items: center;
  margin: 1em 0 0 0;
  padding: 1em;
  border-radius: 0.3em;
  background: #FFFCA5; }
  .avisoRegistro img {
    width: 22px;
    margin: 0 0.5em 0 0; }

.productoSuscripcion {
  position: relative; }
  .productoSuscripcion .marcaSuscripcion {
    position: absolute;
    top: -0.5em;
    right: 1em;
    padding: 0.5em;
    font-size: 0.9em;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em;
    background: #F5F5F5; }
  .productoSuscripcion .productoItemHeader strong {
    margin-top: 1em; }

.productoCancelado {
  border-color: #EFAFAF; }
  .productoCancelado .productoItemXtras {
    border: solid 1px #D8D8D8;
    background: #fff; }
  .productoCancelado .marcaSuscripcion {
    border: solid 1px #D8D8D8;
    border-radius: 0.3em;
    border-color: #EFAFAF;
    background: #FBECEC; }
  .productoCancelado .productoItemHeader strong {
    color: #F1BBBB;
    text-decoration: line-through; }

.suscripcionEstado {
  position: absolute;
  top: -1.2em;
  right: 1em;
  display: flex; }
  .suscripcionEstado span {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 1em; }
  .suscripcionEstado .activa {
    padding: 0.5em;
    font-size: 0.9em;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em;
    background: #F5F5F5; }
  .suscripcionEstado .cancelada {
    padding: 0.5em;
    font-size: 0.9em;
    border: solid 1px #EFAFAF;
    border-radius: 0.3em;
    background: #FBECEC; }
  .suscripcionEstado .renovada {
    padding: 0.5em;
    color: #fff;
    font-size: 0.9em;
    border: solid 1px #5aa444;
    border-radius: 0.3em;
    background: #7bc465; }
    .suscripcionEstado .renovada img {
      width: 16px;
      margin: 0 10px 0 0; }

/*cajero*/
.cajeroInput {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 1em 0;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }
  .cajeroInput input {
    padding: 0.5em 0;
    color: #2963ff;
    text-align: center;
    font-size: 3em;
    border: none; }
    .cajeroInput input:focus {
      outline: none;
      color: #0a0885; }

.cajeroInputIcon {
  padding: 0.5em;
  color: #D8D8D8;
  font-size: 2em;
  border-right: solid 1px #D8D8D8;
  background: #fff;
  z-index: 2; }

.cajeroValores {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .cajeroValores li {
    margin: 0;
    padding: 0; }
    .cajeroValores li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1em;
      font-size: 1.5em;
      border: solid 1px #2963ff;
      border-radius: 0.3em; }
      .cajeroValores li a span {
        margin: 0 0 0.5em 0;
        font-size: 1.5em; }

.breakError {
  width: 100%;
  height: 5em;
  display: flex;
  margin: 2em 0;
  background: url("../img/svg/clip-error.svg") no-repeat center center;
  background-size: cover; }

.errorContBtns {
  display: grid;
  grid-gap: 1em;
  justify-content: center; }

.error404img {
  padding: 2em 4em; }
  .error404img img {
    width: 100%; }

.pestanas {
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0;
  overflow-x: auto; }
  .pestanas ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #D8D8D8;
    list-style: none; }
    .pestanas ul li {
      display: flex;
      flex-wrap: nowrap;
      margin: 0 0.5em;
      padding: 0; }
      .pestanas ul li a {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        word-break: keep-all;
        margin: 0 0 -1px 0;
        padding: 0.5em 1em;
        border: solid 1px #D8D8D8;
        border-top-left-radius: 0.3em;
        border-top-right-radius: 0.3em;
        background: linear-gradient(#fff 80%, #ececec 100%); }
    .pestanas ul .active a {
      color: #292929;
      font-weight: bold;
      background: none;
      border-bottom: solid 1px #fff; }

.pestanasBtn {
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0; }
  .pestanasBtn ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1em;
    margin: 0;
    padding: 0;
    list-style: none; }
    .pestanasBtn ul li {
      padding: 0.5em;
      border: solid 1px #2963ff;
      border-radius: 0.3em; }
      .pestanasBtn ul li a {
        width: 100%; }
    .pestanasBtn ul .active {
      border: solid 1px #D8D8D8; }
      .pestanasBtn ul .active a {
        color: #292929;
        font-weight: bold; }

.beta {
  position: relative; }
  .beta ::before {
    position: absolute;
    top: -10px;
    right: 5px;
    content: "beta";
    padding: 0 3px;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    background: #859B63; }

@media screen and (min-width: 600px) {
  .pestanasBtn ul {
    display: flex; }
    .pestanasBtn ul li {
      text-align: center; } }
.tablaGenerica {
  width: 100%; }
  .tablaGenerica thead {
    font-weight: bold;
    background: #efefef; }
  .tablaGenerica td {
    padding: 0.7em 0.5em; }
  .tablaGenerica tbody tr:nth-child(even) {
    background-color: #F8F8F8; }

.tablaGenericaAcciones {
  width: 100%;
  border-bottom: solid 1px #D8D8D8; }
  .tablaGenericaAcciones thead {
    font-weight: bold;
    background: #efefef; }
  .tablaGenericaAcciones tbody:nth-child(odd) {
    background: #F8F8F8;
    border-bottom: solid 1px #D8D8D8; }
  .tablaGenericaAcciones td {
    padding: 0.7em 0.5em; }

.tdError {
  color: #fff;
  background: #f8696b; }

/*.tablaAcciones{display:flex;flex-direction: row-reverse; margin:0 0 0 0;padding:1em 0;border-top:dashed 1px #D8D8D8;border-bottom:double 3px #D8D8D8;
	.btns{display:grid;grid-gap:0.5em;grid-auto-flow:column;}
}*/
.tablaAcciones {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 0 0;
  padding: 1em 0; }
  .tablaAcciones .btns {
    display: grid;
    grid-gap: 1.3em;
    grid-auto-flow: column; }

.tablaBtnsGrid {
  display: block;
  margin: 0.5em auto 0 auto; }
  .tablaBtnsGrid a {
    margin: 5px; }

.wizardIndice ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .wizardIndice ul:before {
    position: absolute;
    left: 0.7em;
    content: "";
    width: 1px;
    height: 100%;
    display: flex;
    background: #D1D1D1;
    z-index: -1; }
  .wizardIndice ul li {
    margin: 0 0 1em 0;
    padding: 0;
    z-index: 1; }
    .wizardIndice ul li a {
      display: flex; }
      .wizardIndice ul li a:before {
        content: "";
        width: 1em;
        height: 1em;
        flex: none;
        margin: 0.3em 0.7em 0 0;
        border: solid 1px #2963ff;
        border-radius: 100%;
        background: #fff; }
  .wizardIndice ul .active:before {
    background: #2963ff; }

.wizardDetalle {
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.3em;
  background: #F3F3F3; }

.wizardImg {
  display: flex;
  justify-content: center; }
  .wizardImg img {
    max-width: 100%; }

.wizardNav {
  display: flex;
  justify-content: space-between; }

.wizardNavList {
  display: flex;
  align-items: center; }
  .wizardNavList a {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.7em;
    border: solid 1px #2963ff;
    border-radius: 100%; }
  .wizardNavList a:hover, .wizardNavList a:active {
    border: solid 1px #0a0885; }
  .wizardNavList .active {
    width: 2em;
    height: 2em;
    background: #2963ff; }
  .wizardNavList a.active:hover, .wizardNavList a.active:active {
    background: #0a0885; }

.anim-bosrrado {
  transition-duration: 2s;
  opacity: 0;
  margin-top: -3em; }

 /*.anim-borrado {
    animation: borrado 1.8s;
	animation-iteration-count: normal;
  }
  @keyframes borrado {
    0% {
      opacity: 1;
		height:auto;
    }
    50% {
      opacity: 0;
    }
    100% {
		height:2px;
    }
  }*/
.callSaldo {
  width: 100%;
  display: block;
  margin: 0 0 1em 0;
  padding: 1em;
  border-radius: 0.3em;
  background: url("../img/contenido/call-saldo.webp") no-repeat right center;
  background-size: cover; }
  .callSaldo .datos {
    width: 100%;
    padding: 0 50px 0 0; }
    .callSaldo .datos h3 {
      width: 80%;
      margin: 3em 0;
      padding: 0;
      line-height: 1.5em; }
    .callSaldo .datos p {
      color: #fff;
      font-size: 1.3em;
      line-height: 1.5em;
      text-shadow: 0px 1px 3px rgba(15, 42, 130, 0.81); }
    .callSaldo .datos .btn {
      margin: 0.5em 0 0 0;
      background: #4a4a4a; }

.callSaldoHeader {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 1em 0;
  padding: 1em;
  border-radius: 0.3em;
  background: url("../img/contenido/call-saldo2.webp") no-repeat center bottom;
  background-size: cover; }
  .callSaldoHeader h3 {
    width: 80%;
    margin: 2em 0;
    padding: 1em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 0.3em;
    background: rgba(255, 255, 255, 0.7); }

/* Scroll vertical */
.contScrollV {
  display: block;
  padding-right: 1em;
  overflow-y: auto; }

.contScrollV::-webkit-scrollbar {
  width: 5px; }

/* Estilos barra (thumb) de scroll */
.contScrollV::-webkit-scrollbar-thumb {
  background: #2963ff;
  border-radius: 4px; }

.contScrollV::-webkit-scrollbar-thumb:active {
  background-color: #999999; }

.contScrollV::-webkit-scrollbar-thumb:hover {
  background: #0a0885;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

/* Estilos track de scroll */
.contScrollV::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px; }

.contScrollV::-webkit-scrollbar-track:hover,
.contScrollV::-webkit-scrollbar-track:active {
  background: #d4d4d4; }

.contScrollH {
  display: block;
  padding-bottom: 1em;
  overflow-x: auto; }

.contScrollH::-webkit-scrollbar {
  height: 5px; }

.contScrollH::-webkit-scrollbar-thumb {
  background: #2963ff;
  border-radius: 4px; }

.contScrollH::-webkit-scrollbar-thumb:active {
  background-color: #999999; }

.contScrollH::-webkit-scrollbar-thumb:hover {
  background: #0a0885;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

.contScrollH::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px; }

.contScrollH::-webkit-scrollbar-track:hover,
.contScrollH::-webkit-scrollbar-track:active {
  background: #d4d4d4; }

.promoListItem {
  display: block;
  padding: 1em 0.5em;
  border-bottom: dashed 1px #D8D8D8; }
  .promoListItem .item {
    display: flex;
    align-items: flex-start; }
    .promoListItem .item .img {
      width: 70px; }
      .promoListItem .item .img img {
        width: 100%;
        display: block; }
    .promoListItem .item .cont {
      flex: 1;
      padding: 0 0.5em; }
    .promoListItem .item .action {
      min-width: 25%;
      display: flex;
      justify-content: flex-end; }
  .promoListItem .avisoFecha {
    width: 100%;
    display: block;
    margin-top: 1em;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    border: solid 1px #E5E5E5;
    background: #F3F3F3; }

.promoActiva {
  position: relative;
  background: #E6F8FE; }

.marcaActiva {
  display: flex;
  align-items: center;
  padding: 1em;
  color: #4C4EB3;
  font-size: 0.9em;
  border: dashed 1px #9fd3e4;
  background: #fff;
  box-shadow: 0 1px 1px #fff;
  pointer-events: none; }
  .marcaActiva span {
    padding: 0;
    font-size: 1.5em; }

/*.marcaActiva{display:flex;align-items:center;color:#07450b;font-size:0.9em;background:#7dc4ad;box-shadow: 0 1px 1px #fff;pointer-events: none;
	span{padding:0;font-size:1.5em;}
}*/
.promoHeader {
  display: flex;
  align-items: flex-start; }
  .promoHeader h1 {
    font-size: 1.5em;
    margin: 0 0 2em 0; }
  .promoHeader img {
    width: 100px;
    margin: 0 0 0 1em; }

.saldoDetalleList {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto 1fr;
  margin: 0 0 1em 0; }
  .saldoDetalleList .num {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border: solid 1px #D8D8D8;
    border-radius: 100%; }

.saldoDetalleList2 {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 2em 0; }
  .saldoDetalleList2 .item {
    border: solid 1px #2963ff;
    border-radius: 0.3em; }
    .saldoDetalleList2 .item .num {
      display: flex;
      justify-content: center;
      padding: 1em;
      background: #2963ff; }
      .saldoDetalleList2 .item .num strong {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        border-radius: 100%;
        background: #fff; }
    .saldoDetalleList2 .item .datos {
      padding: 1em;
      text-align: center; }

.saldoDetalleList3 {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 2em 0;
  padding: 1em 1em 70px 1em;
  color: #1a5fa5;
  background: url(../img/contenido/call-saldo2.webp) no-repeat center bottom;
  background-size: cover; }
  .saldoDetalleList3 .item {
    border-radius: 0.3em;
    border: solid 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6); }
    .saldoDetalleList3 .item .num {
      display: flex;
      justify-content: center;
      padding: 1em;
      background: rgba(255, 255, 255, 0.7); }
      .saldoDetalleList3 .item .num strong {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        border-radius: 100%;
        background: #fff; }
    .saldoDetalleList3 .item .datos {
      padding: 1em;
      text-align: center; }

.saldoDetalleList4 {
  padding: 1em 1em 70px 1em;
  background: url(../img/contenido/call-saldo2.webp) no-repeat center bottom;
  background-size: cover; }
  .saldoDetalleList4 h2 {
    color: #fff;
    text-align: center;
    font-size: 1.5em; }
  .saldoDetalleList4 .listadoX3 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 2em 0;
    color: #1a5fa5; }
    .saldoDetalleList4 .listadoX3 .item {
      border-radius: 0.3em;
      border: solid 1px rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.6); }
      .saldoDetalleList4 .listadoX3 .item .num {
        display: flex;
        justify-content: center;
        padding: 1em;
        background: rgba(255, 255, 255, 0.7); }
        .saldoDetalleList4 .listadoX3 .item .num strong {
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.5em;
          border-radius: 100%;
          background: #fff; }
      .saldoDetalleList4 .listadoX3 .item .datos {
        padding: 1em;
        text-align: center; }

.listRuta {
  margin: 0;
  padding: 0;
  list-style: none; }
  .listRuta li {
    display: flex;
    gap: 0.5em;
    margin: 0;
    padding: 0; }
  .listRuta li:last-child .listRutaIcon::after {
    display: none; }
  .listRuta .listRutaIcon {
    display: grid;
    align-content: flex-start; }
    .listRuta .listRutaIcon i {
      display: flex;
      font-size: 2em;
      color: #ACACAC;
      border: solid 1px #ACACAC;
      border-radius: 50%; }
    .listRuta .listRutaIcon::after {
      position: relative;
      bottom: 0;
      content: "";
      display: flex;
      width: 1px;
      height: 16px;
      margin: 0 auto;
      background: #ACACAC; }
  .listRuta .rutaOk i {
    color: #18BB54;
    border: solid 1px #18BB54; }
  .listRuta .rutaOk::after {
    background: #18BB54; }
  .listRuta .listRutaTxt {
    padding: 0.5em 0 0 0;
    font-size: 1.3em; }

.canalPrevio {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
  padding: 1em 0;
  border-top: dashed 1px #D8D8D8;
  border-bottom: dashed 1px #D8D8D8; }

.canalItemHead {
  display: grid;
  grid-template-columns: 1fr minmax(50px, auto);
  align-items: center; }
  .canalItemHead h3 {
    margin: 0; }
  .canalItemHead .info {
    display: flex;
    border-left: solid 1px #D8D8D8; }
    .canalItemHead .info i {
      margin: 0 1em 0 0.5em;
      color: #D8D8D8;
      font-size: 1.5em; }

.canalItemBody {
  display: grid;
  grid-gap: 1em;
  padding: 1em 0;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8; }

.canalItemFooter {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.canalSub {
  display: grid;
  padding: 1em;
  border: solid 1px #EBEBEB;
  border-radius: 0.3em;
  background: #FBFBFB; }

.canalSubItemHead {
  display: flex; }

.canalSubItemBody {
  display: grid;
  grid-gap: 1em;
  margin: 1em 0;
  padding: 1em 0;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8; }

.canalSubItemFooter {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.canalItem {
  display: grid;
  grid-gap: 1em;
  margin: 0 0 1em 0;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }
  .canalItem .itemDetalle {
    display: grid;
    grid-gap: 1em; }
    .canalItem .itemDetalle .datos {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 1em; }
      .canalItem .itemDetalle .datos .nombre {
        display: grid;
        grid-gap: 0.5em; }
        .canalItem .itemDetalle .datos .nombre .enlace {
          position: relative;
          overflow-x: hidden; }
          .canalItem .itemDetalle .datos .nombre .enlace::after {
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 100%;
            content: "";
            z-index: 1;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
      .canalItem .itemDetalle .datos .zonaBtns {
        display: inline-flex;
        align-items: flex-start;
        gap: 0.5em; }
    .canalItem .itemDetalle .info {
      display: flex;
      overflow-x: auto; }
      .canalItem .itemDetalle .info ul {
        margin: 0;
        padding: 0;
        display: flex;
        font-size: 0.9em;
        list-style: none; }
        .canalItem .itemDetalle .info ul li {
          display: grid;
          padding: 0.5em;
          text-align: center;
          border-left: solid 1px #D8D8D8; }
          .canalItem .itemDetalle .info ul li:first-child {
            border: none; }

.perfilItem {
  display: grid;
  grid-gap: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }

.perfilItemHeader {
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 1em;
  align-items: flex-start; }

.perfilItemBody {
  display: grid;
  padding-top: 1em;
  border-top: dashed 1px #D8D8D8; }

.perfilItemFooter {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  padding-top: 1em;
  border-top: dashed 1px #D8D8D8; }

.txtPendiente {
  color: #A4A4A4; }

.txtAprobada {
  color: #238C25; }

.txtRechazada {
  color: #CD3A3D; }

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

.cryptoListEventos {
  display: grid;
  grid-gap: 1em; }
  .cryptoListEventos .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: solid 1px #D8D8D8; }
  .cryptoListEventos .body {
    display: grid;
    grid-gap: 1em; }
    .cryptoListEventos .body .item {
      display: grid;
      grid-template-columns: auto auto 1fr;
      grid-gap: 1em; }
      .cryptoListEventos .body .item .icon {
        font-size: 2em; }
      .cryptoListEventos .body .item .tiempo {
        font-size: 0.8em; }

.carga {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  animation: bgCarga 3s infinite; }
  .carga i {
    font-size: 2em;
    margin-right: 0.5em;
    animation: iconRotation 1.25s infinite;
    animation-delay: 0s; }

.barraProgreso {
  width: 100%;
  height: 10px;
  display: flex;
  margin-top: 1em;
  border: solid 1px #D8D8D8;
  border-radius: 3px;
  background: #EEEEEE; }
  .barraProgreso .valor {
    border-radius: 3px;
    background: #2963ff; }

.contQr img {
  display: block;
  margin: auto; }

@keyframes iconRotation {
  0% {
    rotate: 0deg; }
  100% {
    rotate: 180deg; } }
@keyframes bgCarga {
  0% {
    background: #EFEFEF; }
  50% {
    background: #E8E8E8; }
  100% {
    background: #EFEFEF; } }
.esperaRuta {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .esperaRuta .itemEspera {
    width: -webkit-fill-available;
    display: grid;
    text-align: center; }
    .esperaRuta .itemEspera .txt {
      padding: 1em; }
    .esperaRuta .itemEspera .estado {
      display: flex;
      align-items: center; }
      .esperaRuta .itemEspera .estado::before, .esperaRuta .itemEspera .estado::after {
        content: "";
        width: 100%;
        height: 1px;
        display: flex;
        background: #D6D6D6; }
      .esperaRuta .itemEspera .estado i {
        padding: 0.5em;
        font-size: 1.3em;
        border: solid 1px #D6D6D6;
        border-radius: 50%; }
    .esperaRuta .itemEspera .estadoOK::before, .esperaRuta .itemEspera .estadoOK::after {
      background: #18BB54; }
    .esperaRuta .itemEspera .estadoOK i {
      color: #18BB54;
      border-color: #18BB54; }

.esperaBox {
  display: grid;
  margin: 0 auto; }
  .esperaBox .info {
    text-align: center; }
  .esperaBox .box {
    display: flex;
    gap: 1em;
    margin: 1em auto;
    padding: 1em;
    border: solid 1px #D8D8D8;
    border-radius: 0.3em; }
    .esperaBox .box .imgBg {
      margin-right: 0.5em;
      padding-right: 1em;
      border-right: solid 1px #D8D8D8; }
    .esperaBox .box .boxDatos {
      display: grid;
      grid-gap: 1em;
      text-align: center; }
      .esperaBox .box .boxDatos strong {
        font-size: 3em;
        margin-bottom: 0.3em; }

.boxIconAnim {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden; }
  .boxIconAnim .animBg {
    height: 70px;
    display: block;
    animation: scrolling 15s linear infinite; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-89.3%); } }
.claimOffer {
  color: #2963ff; }

.boxOffer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  position: relative;
  top: 8px;
  right: 10px; }

.detailOffer span {
  color: #2963ff; }

.timeOffer {
  min-width: 85px;
  text-align: center;
  background-color: #2963ff;
  color: #fff;
  padding: 1em;
  border-radius: .3em; }

.timeOffer-off {
  background-color: #D8D8D8;
  color: #fff;
  padding: 1em;
  border-radius: .3em; }

.productoItem-off {
  display: flex;
  flex-direction: column;
  border-radius: .3em;
  opacity: 65%;
  flex-direction: column;
  margin: 0 0 1em 0;
  padding: 1em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 0.3em; }

.cambiarCursor {
  cursor: default; }

.cuponFormCont input {
  margin: 0 1em 0 0;
  flex-grow: 1; }

.cuponForm p {
  padding-bottom: 3px; }

.discountErrorMessage {
  display: flex;
  color: #C35051;
  gap: 5px;
  padding-top: 10px; }

.discountErrorMessage img {
  width: 12px;
  height: 12px; }

.fee {
  display: flex;
  flex-direction: column;
  text-align: right; }

.discountMessageOk {
  display: flex;
  align-items: center;
  color: #2963ff;
  gap: 5px;
  padding-left: 45px; }
  .discountMessageOk img {
    width: 12px;
    height: 12px; }

.labelInline {
  padding-bottom: 10px; }

.contenedor-cupon {
  display: flex;
  align-items: center; }

.img-cupon {
  padding-right: 5px !important; }

.text-cupon {
  display: flex;
  align-items: center;
  justify-content: center; }

.verificationSystemOk {
  display: flex;
  align-items: center;
  color: #2963ff;
  gap: 5px;
  text-align: right; }

.verificationSystemOk img {
  width: 12px;
  height: 100%;
  margin-right: 5px; }

.verificationSystemOk span {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 10px; }

.detailOffer {
  display: flex;
  justify-content: space-between; }

.descriptionTipster {
  padding: 0 1em 8px 0; }

.infoSuscription {
  display: flex;
  padding-left: 45px; }

.infoSuscription p {
  padding-right: 2px; }

.infoSuscription span {
  color: #2963ff;
  font-weight: 700; }

.fee {
  display: flex;
  flex-direction: column;
  text-align: right; }

.cuponFormCont {
  display: flex;
  align-items: center; }

.containerTipster {
  display: flex;
  justify-content: space-between; }

.detailTipster {
  display: flex; }

/* Asegura que ambos elementos sean visibles por defecto */
.infoSuscription, .discountMessageOk {
  height: auto;
  /* Altura automática por defecto */ }

/* Oculta los elementos y les da una altura de 0 */
.infoSuscription.hidden, .discountMessageOk.hidden {
  height: 0;
  overflow: hidden;
  /* Oculta cualquier contenido adicional que pueda desbordar */ }

/* Si la suscripción desaparece, oculta solo la suscripción */
.detailOffer .infoSuscription:not(:first-child).hidden + .discountMessageOk {
  height: auto;
  /* Restaura la altura automática para el otro elemento */ }

/* Si el cupón desaparece, oculta solo el cupón */
.detailOffer .discountMessageOk:not(:first-child).hidden + .infoSuscription {
  height: auto;
  /* Restaura la altura automática para el otro elemento */ }

.discountMessageOk {
  display: flex;
  flex-wrap: wrap;
  justify-content: end; }
  .discountMessageOk span {
    display: flex;
    gap: 0.5em;
    flex-wrap: nowrap; }

.boxRenovacion {
  display: grid;
  grid-gap: 1em;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: solid 1px #D8D8D8; }
  .boxRenovacion .boxPrev, .boxRenovacion .listado {
    display: flex;
    gap: 1em;
    justify-content: space-between; }
  .boxRenovacion .listado {
    display: flex; }
    .boxRenovacion .listado ul {
      width: 100%;
      display: grid;
      grid-gap: 1em;
      margin: 0;
      padding: 0;
      list-style: none; }
      .boxRenovacion .listado ul li {
        display: flex;
        justify-content: space-between; }
        .boxRenovacion .listado ul li .tipoDato {
          display: flex;
          align-items: center;
          gap: 0.5em; }
      .boxRenovacion .listado ul .curent {
        font-weight: bold; }
