/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/**********************
 * *******************/

body{
  font-family:'Bi NeoIndustrial-Regular' !important;
}
a#nombre-cliente {
    text-transform: capitalize;
  font-weight: 300;
  color:#fff;
  padding-left: 10px;
  padding-right: 24px;
    border-right: solid;
    margin-right: 40px;
   font-family:'Bi NeoIndustrial-Regular' !important;
}
[class^=swal2] {
    z-index: 9999;
}
.body-general2 {
  font-family:'Bi NeoIndustrial-Regular'!important;
  font-size: 16px;
  font-weight: 400;
/*   background: transparent linear-gradient(360deg, #003865 0%, #001C33 100%) 0% 0% no-repeat padding-box; */
  position: relative;
    z-index: 5000;
  min-height: 89vh; 
/*   @media(max-width: 990px){
  height: 100vh;
  } */
}
.act-mobile{
 display:none; 
}
.p-reto {
display: flex;
gap:30px;
  margin-top: 12px;
  @media(max-width: 580px){
    gap:12px !important;
    flex-flow: column-reverse;
  }
}
.pre-dv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.premio-titulo {
  color:#003865;
  font-size: 24px;
  font-family:'Bi NeoIndustrial-Bold';
  @media(max-width: 990px){
  font-size: 20px;
  margin-bottom:0px;
  }
}
.premio-titulo2 {
  color:#003865;
  font-size: 24px;
  font-family:'Bi NeoIndustrial-Bold';
  text-transform: uppercase;
  @media(max-width: 990px){
  font-size: 20px;
  margin-bottom:0px;
  }
}
.premio-ctr {
  display: flex;
  flex-direction:column;
  gap: 12px;
  @media(max-width: 990px){
  display: flex;
  flex-direction:column;
    gap: 8px;
  }
  
}
.p-texto {
    color: #fcb51d;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family:'Bi NeoIndustrial-Bold';
/*       line-height: 0.9; */
    text-align: left;
  @media(max-width: 990px){
  color: #fcb51d;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family:'Bi NeoIndustrial-Bold';
    text-align: center;
  }
}
.f-titulo {
  color:#003865;
  font-size: 12px;
  font-family: 'Bi NeoIndustrial-Regular' !important;
  margin-top:16px;
  margin-bottom:0;
  font-weight: bold;
  @media(max-width: 990px){
    margin-top:12px;
  }
}

.titulo-r-t {
     color: #003865;
    font-family:'Bi NeoIndustrial-Bold' !important;
    font-size: 36px;
    line-height: 24px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 408px;
    text-align: center;
    width: 100%;
  @media(max-width: 990px){
    font-size: 24px !important;
    margin-bottom: 0px;
  }
}
.f-texto {
  color:#003865;
  font-size: 16px;
  font-weight: 900;
    font-family:'Bi NeoIndustrial-Regular' !important;
}
.restante-cont {
  display: flex;
  flex-direction:column;
  gap: 8px;
}
.res-titulo {
  color:#003865;
  font-size: 16px;
  font-weight: 900;
  margin-top: 8px;
  margin-bottom:0px;
  font-family:'Bi NeoIndustrial-Regular';
  text-align: center;
}
.res-texto {
  color:#00C1D4;
  font-size: 28px;
  font-weight: 900;
  margin-top:0;
  font-family:'Bi NeoIndustrial-Regular';
  letter-spacing: 2px;
  text-align: center;
  @media(max-width: 990px){
  margin-bottom: 40px;
    text-align:center;
  }
}
.fecha-de-actv2 {
  display: flex;
  flex-direction:column;
  text-align: right;
   @media(max-width: 990px){
  display: flex;
  flex-direction:column;
  }
}
.fac-titulo {
  color:#003865;
  font-size: 11px;
  font-weight: 200;
  margin-top:0;
  font-family:'Bi NeoIndustrial-Regular';
  text-align: right;
  opacity: 0.4; 
  margin-bottom: 0;
  @media(max-width: 990px){
    text-align:center;
  }
}
.fac-texto {
  color:#003865;
  font-size: 11px;
  font-weight: 900;
  margin-top:0;
  font-family:'Bi NeoIndustrial-Regular';
  text-align: right;
  opacity: 0.4; 
  margin-bottom: 0;
  @media(max-width: 990px){
    text-align:center;
  }
}
canvas{
  box-sizing: border-box;
}

.chart-1.w-embed.w-script {
    width: 200px;
    height: 200px;
/*   @media(max-width: 560px){
  width: 160px;
    height: 160px;
  } */
}


.no-hay-info{
  height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.no-hay-info h1 {
  color: #FFF;
  width: 100%;
  font-size: min(38px, 6.5vw);
}
.slider-de-retos ul.slick-dots {
    position: initial;
          margin-top: 10px;
}
.slider-de-retos ul.slick-dots li button::before {
    opacity: .75;
    font-size: 10px;
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white;
}
.desc-ret {
  font-weight: 600;
  color: #003865;
  font-family:'Bi NeoIndustrial-Regular';
  font-size: 11px;
   line-height: 17px;
  text-align:center;
  @media(max-width: 900px){
  font-weight: 600;
    color: #003865;
    font-family:'Bi NeoIndustrial-Regular';
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
  }
}
.descripcion, .premio{
  text-align: center;
  color:#003865;
}

.chart .premio {
  text-align: center;
  
}

.contenido-de{
  position: relative;
    max-width: 450px;
    width: 100%;
    max-height: 302px;
    height: 100%;
    border: 2px solid #00B3CD;
    border-radius: 136px 0;
    z-index: -1;
  @media(max-width: 900px){
  width:100%;
  height:100%;
  }
}

.borde-celeste {
  position: absolute;
  width: 200px;
  height: 180px;
  background: transparent;
  border: 3px solid #02bed5;
  z-index: 6;
  border-radius: 50px 0 50px 0;
  top: -245px;
  left: -130px;
}
.text-term {
    color: #00c1d4;
    font-size: 16px;
    font-weight: 900;
  @media(max-width: 750px){
    font-size:12px;
  }
}

.cuadro-celeste {
    position: absolute;
    max-width: 130px;
    width: 100%;
    max-height: 115px;
    height: 100%;
    background: #00B3CD;
    border:  none;
    border-radius: 40px 0;
    right: -130px;
    top: -115px;
    z-index: 5000;
}
.imagen-de-usuario {
filter: invert(1) grayscale(1) brightness(2);
  fill: white;
}

.cuadro-anaranjado {
    max-width: 450px;
    width: 100%;
    min-height: 255px;
    height: 100%;
    background: #FFA600;
    position: absolute;
    right: -135px;
    bottom: -114px;
    border-radius: 120px 0;
    z-index: -99;
}

.tarjeta-asociada {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 230px;
    max-height: 550px;
    min-height: 460px;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: -112px;
}
.tarjeta {
    /* max-width: 579px; */
    /* max-height: 528px; */
    width: 100%;
    /* height: 100%; */
}
.columna-de-tarjeta {
    width: 40%;
}

.columna-de-retos {
    width: 60%;
}

.logo-tarjeta {
    width: 40%;
    height: auto;
}

.brand.w-nav-brand img {
  width: 200px;
}


/*@media(max-width: 1201px) and (min-width: 991px) {*/
@media(max-width: 1251px) and (min-width: 991px) {
  .right-arrow-2 {
      right: 40%;
  }

  .left-arrow {
      left: 40%;
  }
  
  .columna-de-tarjeta {
      padding-left: 15px;
  }

  .chart-1.w-embed.w-script {
      max-width: 400px;
      width: 100%;
  }
  
  .tarjeta-de-chart {
    padding: 0 1vw;
  }
  .p-texto {
    color: #fcb51d;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Bineoindustrial';
    line-height: 0.8;
}
}

/*@media (min-width: 990px) and (max-width: 1201px){*/
@media (min-width: 990px) and (max-width: 1251px){
  
  .tarjeta {
      max-width: 570px;
  }
}

@media(max-width: 990px){
  .columna-de-retos {
      width: 100%;
    position: relative;
     top: -100px;
  }
  
  .columna-de-tarjeta {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 50px;
    max-height: 360px;
    margin-top: 30px;
}
  
     .tarjeta-asociada {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        max-width: 200px;
        max-height: 300px;
        min-height: 350px;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: -98px;
    }
    .contenido-de {
        position: relative;
        max-width: 470px;
        width: 100%;
        max-height: 280px;
        height: 100%;
        border: 2px solid #00B3CD;
        border-radius: 80px 0;
        z-index: -1;
    }
    .cuadro-anaranjado {
        max-width: 470px;
        width: 100%;
        min-height: 280px;
        height: 100%;
        background: #FFA600;
        position: absolute;
        right: -117px;
        bottom: -104px;
        border-radius: 80px 0;
        z-index: -99;
    }
  .cuadro-celeste {
    position: absolute;
    max-width: 110px;
    width: 100%;
    max-height: 105px;
    height: 100%;
    background: #00B3CD;
    border: none;
    border-radius: 40px 0;
    right: -113px;
    top: -108px;
    z-index: 5000;
}
  .premio-ctr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 16px;
}
.f-texto {
    color: #003865;
    font-size: 16px;
    font-weight: 900;
    font-family: Bineoindustrial-Regular !important;
    margin-bottom: 0 !important;
}
  
  }
@media (max-width: 700px) {
       .cuadro-celeste {
        position: absolute;
        max-width: 80px;
        width: 100%;
        max-height: 80px;
        height: 100%;
        background: #00B3CD;
        border: none;
        border-radius: 30px 0;
        right: -82px;
        top: -83px;
        z-index: 5000;
    }
  .cuadro-anaranjado {
        max-width: 500px;
        width: 100%;
        min-height: 200px;
        height: 100%;
        background: #FFA600;
        position: absolute;
        right: -86px;
        bottom: -100px;
        border-radius: 80px 0 0;
        z-index: -99;
    }
     .tarjeta-asociada {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        max-width: 150px;
        max-height: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: -61px;
    }

}
.columna-de-tarjeta {
/*         width: 100%; */
        /* height: 100%; */
        margin-bottom: 20px;
        max-height: 360px;
    }
  .tarjeta-dash {
      width: 70%;
  }
     @media(max-width: 586px){
       .p-texto {
    color: #fcb51d;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Bineoindustrial';
    line-height: 0.9;
}
.cuadro-celeste {
    position: absolute;
    max-width: 53px;
    width: 100%;
    max-height: 47px;
    height: 100%;
    background: #00B3CD;
    border: none;
    border-radius: 14px 0;
    right: -54px;
    top: -47px;
    z-index: 5000;
}
        .cuadro-anaranjado {
        max-width: 340px;
        width: 100%;
        min-height: 200px;
        height: 100%;
        background: #FFA600;
        position: absolute;
        right: -54px;
        bottom: -100px;
        border-radius: 80px 0;
        z-index: -99;
    }
       .tarjeta-de-chart {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 0; 
    }
       .tarjeta-asociada {
       
        height: 90%;
        min-width: 1px;
        width: 100%;
        background-size: contain;
         max-width: 150px !important;
        min-height: 265px !important;
        top: -65px;
         left: 18px;
    
}
       .columna-de-retos {
         position:relative;
        top:29px !important;
       }
  }
  
  
  .borde-celeste {
    display: none;
  }

  #dashboard .contenido.w-row {
      padding-top: 160px;
/*       max-height: 100vh;
    height:100%; */
  }
  
  #dashboard .columna-de-tarjeta {
      margin-top: 39px;
      margin-right:52px;
    @media(max-width: 768px){
    margin-top: 85px;
    }
  }
  
  #dashboard .slick-reto-puntos {
/*     margin-bottom: 50px !important; */
  }
  
  .act-mobile{
 display:none !mportant; 
        margin-bottom: 100px;
}
.act-desktop{
   display:none; 
  }
  
}





@media (max-width: 479px){
  
  .brand.w-nav-brand img {
    width: 180px;
    margin-bottom: 5px;
  }

  .tarjeta {
    width: 100%;
    height: 100%;
    margin-top: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 60px !important;
}
  
  .act-mobile {
    display:none !mportant; 
      margin-bottom: 0px;
  }
  #dashboard .contenido.w-row {
      padding-top: 50px;
  }
   

  img.tarjeta-asociada {
       
        height: 90%;
        min-width: 1px;
        width: 100%;
        background-size: contain;
         max-width: 137px !mportant;
        min-height: 265px !mportant;
        top: -65px;
    
}
  .columna-de-retos {
    margin-bottom: 0px;
    padding-left: 0;
}
  
  .no-hay-info{
    height: calc(100vh - 190px);
    margin-top: 0px;
    margin-bottom: 200px;
  }
  #dashboard .columna-de-tarjeta {
    height: 348px !important;
    margin-top: 50px !important;
}
}
@media(max-width: 400px){
.tarjeta-asociada {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        max-width: 180px;
        max-height: 310px;
        min-height: 310px;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: -72px;
    }

}
@media (max-width: 390px){

      img.tarjeta-asociada {
        height: 90%;
        max-width: 140px;
        min-width: 1px;
        width: 100%;
        background-size: contain;
         max-width: 137px !mportant;
        min-height: 265px !mportant;
        top: -65px;
    }
}

.labelRetos{
  color: white;
  /*display: none;*/
  width: 100%;
  text-align: center;
}

.TarjetasDscr {
  align-items: center;
  /* top: -83%; */
  color: #fff;
  display: flex;
  justify-content: end;
  position: absolute;
  top: 82%;
  width: 50%;
  z-index: 999;
  @media ( max-width: 1252px){
    width: 53%;
    @media ( max-width: 990px){
      display: none;
    }

  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}

.cerrar-sesion{
  cursor:pointer;
}

.body-general {
/*   position: relative; */
}

.spinnerdiv{
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(9px);
}

.spinnerdiv .loader {
  position: fixed;
  top: 50%;
  /* border: 0; */
  z-index: 999;
  bottom: 50%;
  right: 0;
  left: 0;
}



.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #003865;
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%);
  border-radius: 5px 0 5px 0;
  border: 1px solid black;
}
.loader::before {
  left: auto;
  right: 0;
  background: #feb81c;
  transform: translate(50%, 100%);
  border-radius: 5px 0 5px 0;
  border: 1px solid black;
}

@keyframes rotation {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
} 

@media (max-width: 586px){
  .columna-de-retos {
      width: 100%;
    position: relative;
     top: 0px;
  }
  .contenido-de {
        position: relative;
        max-width: 320px;
        width: 100%;
        max-height: 200px;
        min-height: 200px;
        height: 100%;
        border: 2px solid #00B3CD;
        border-radius: 70px 0;
        z-index: -1;
        margin: 0;
    }
  .cuadro-anaranjado {
        max-width: 336px;
        width: 100%;
        min-height: 200px;
        height: 100%;
        background: #FFA600;
        position: absolute;
        right: -50px;
        bottom: -100px;
        border-radius: 80px 0 0;
        z-index: -99;
    }
  .tarjeta-de-chart {
        padding-right: 0px;
         padding-left: 0px;
        margin-top: 0;
    }
  .tarjeta-asociada {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        max-width: 200px;
        max-height: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: -72px;
    }
 
  .slider-de-retos ul.slick-dots {
    /* position: initial; */
    /* margin-top: 10px; */
    display: none !important;
}
  .labelRetos {
    color: white;
    display: none !important;
    width: 100%;
    text-align: center;
}
  #dashboard .contenido.w-row {
    padding-top: 50px;
    /* max-height: 100vh; */
    /* height: 100%; */
}
}