@charset "UTF-8";


@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  body{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color:#616162;
    background-color: #0b103c;
  }

  .row {
    padding: 0px 10px !important;
  }

  .container{
    border-radius: 15px;
    margin-top:30px;
  }


  h1{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgb(78, 78, 78);
  }

  .boleto{
    color:#05308c;
  }
 
  .logo-energizate{
    width: 330px !important;
  }

  .carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem!important;
    margin-left: 15%;
    list-style: none;
}

.box-mint {
  border-radius: 28px; 
  background-color: #feb902;
  margin: -110px 15px 15px 15px;
  height:400px;
}

.box-mint-in {
  padding: 180px 30px 30px 30px;
}

.box-mint-inicio {
  margin: 15px 15px 15px 15px;
  height: 112px;
  border-radius: 15px; 
  background-color: #feb902;
  padding-top: 0px;
}

.nav-link {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #273998;
  color: #fff;
}
.nav-link.active {
  background: linear-gradient(-180deg, rgb(254 185 2) 0%, rgb(254 185 2) 3%, rgb(232 169 2) 100%);
  color: #18369b;
  font-weight: 600 !important;
    height: 81px;
    width: 100%;
    margin-top: -9px !important;
    padding-top: 10px;
}
.nav-link:hover {
  background-color: #273998; /* Cambia el color al pasar el mouse */
  color: #fff !important;
}

/* Small */

.box-mint-inicio_small {
  margin: 15px 15px 15px 15px;
  height: 80px;
  border-radius: 15px; 
  background-color: #040917;
  padding-top: 0px;
}

.nav-link_small {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #273998;
  color: #fff;
  height: 40px;
}
.nav-link_small.active {
  background: linear-gradient(-180deg, rgb(254 185 2) 0%, rgb(254 185 2) 3%, rgb(232 169 2) 100%);
  color: #18369b;
  font-weight: 600 !important;
    height: 49px;
    width: 100%;
    margin-top: -9px !important;
    padding-top: 10px;
}
.nav-link_small:hover {
  background-color: #273998; /* Cambia el color al pasar el mouse */
  color: #fff !important;
}


.ingresar {
  font-weight: 500!important;
  padding-top: 14px!important;
}

.olvidaste {
  font-size:14px;
  color:#feb902;
  font-weight:400;
}

.solicitar{
  font-size:14px;
  color:#feb902;
  font-weight:400;
}

.dudas{
color:#fff;
font-size:15px;
font-weight:400;
line-height: 24px;
}

.profile-img{
  width:150px;
  height:140px;
  background-position: center;
  background-size: cover;
}

.profile-img-small{
  width:28px;
  height:22px;
  background-position: center;
  background-size: cover;
  
}

.border-profile-img-small{
  border: 2px solid #fdb903;
    border-radius: 50%;
    padding: 2px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.item-menu{
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}

.t-menu{
  color:rgb(78, 78, 78);
  font-size:14px;
  font-weight:500;
  font-size: 15px;
  }


.text-index{
  line-height:1.2rem;
  color: #fff;
}

.box-white{
  border-radius: 28px; 
  background-color: #fff;
}

.box-white1{
  border-radius: 15px; 
  background-color: #fff;
  padding: 15px;
}

.box-white2{
  border-radius: 10px; 
  background-color: #fff;
  padding: 27px 10px 15px 10px;
}

.box-boleto{
  padding: 0px;
  margin: 25px 15px -26px 18px;

}

.ticket{
  background-image: url('../assets/img/ticket.png');
  background-position: top;
  background-repeat: no-repeat;
}


.boleto-logo img{
 width: 100%;
 margin-top: 47px;

}

.but-grey {
  background-color: #fcb900;
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 16px 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.but-grey:hover {
  background-color: #feb902;
  color: #fff;
}

  .but-gen {
    background-color: #fcb900;
    border-radius: 10px;
    color: #fff;
    border: none;
    padding: 16px 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .but-gen:hover {
    background-color: #feb902;
    color: #fff;
  }

  .fz-12{
    font-size: 12px!important;
  }

  .but-grey p{
   
margin-bottom: 0rem;;
  }

  .v-line{
    border-right: 2px solid #040917;
   }

   .form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #0b0f50;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #1002eb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.item-controls button {
  width: 30px;
  height: 30px;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #feb902;
  background-color: #f9f9f9;
  cursor: pointer;
  color: #fcb900;
  padding: 3px;
}

.numeral {
  padding-left: 16px;
  padding-top: 4px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  color:#feb902;
}

label{

  color: #05308c;
  font-weight: 400;
}

.form-control:focus {
  color: rgb(78, 78, 78);
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
  border-color: #feb902;
}

.intentos{
  height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    margin-top: -33px;
    float: right;
    margin-right: -10px;
    display: none;
}

canvas {
  width: 100%;
  height: 120px;
  background-color: #fff;
  border: 2px solid #feb902;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.63);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  line-height: 0px;
  margin-top: 8px;
}

.nav-link:hover {
  color: #fcb900;
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e1e1ea;
  border-radius: 0.25rem;
  width: 90%;
  height: 7px;
  border-radius: 17px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fcb900;
  transition: width .6s ease;
}


.progress-bar-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4CAF50;
  transition: width .6s ease;
}

.progress-bar-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fdb903;
  transition: width .6s ease;
}


.progress-bar-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: red;
  transition: width .6s ease;
}


.progress-bar-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: gray;
  transition: width .6s ease;
}


.progress {
  display: flex;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.25rem;
  width: 100%;
  height: 7px;
  border-radius: 10px;
  border: 1px solid #fff;
  height: 30px;
}

li {
  list-style: none!important;
}

li.menu {
  list-style: none;
  line-height: 1.9rem;
  padding: 10px;
  color:#fff;
}

li .productos {
  margin-left: 20px;
  list-style: none!important;
}

 a:hover li{
  background-color: transparent;
  color: #fcb900 ;
  }

  a:hover i {
    background-color: transparent;
    color: #fcb900;
    }

  li i{
    color: #fff;
  }

  .position-relative {
    position: relative;
  }

  .icono-superior {
    position: absolute;
    top: 2px; /* Ajusta el valor según el espacio deseado */
    right: 100px; /* Ajusta el valor según el espacio deseado */
    margin: 0; /* Elimina márgenes innecesarios */
    z-index: 10; /* Asegura que el ícono esté encima de la imagen */
  }

.noenergizado{
  color: #607D8B !important;
}
.energizado{
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: 160px;
  margin-top: -22px;
}

.energizado i{
  font-size: 45px;
    text-shadow: 2px 2px 0px #a97c05;
    color: #fdb903;
}
 
.energizado-icon{
  font-size: 34px;
    text-shadow: 2px 2px 0px #a97c05;
    color: #fdb903;
    margin-top: -25px;
    position: absolute;
}

.icon-logrado{
  margin-left: -25px;
    font-size: 37px;
    margin-top: -30px;
    position: absolute;
}

.icon-logrado img{
  width: 45px;
 }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 280px;
  border-left: 1px solid rgba(0,0,0,.2);
  transform: translateX(100%);
  background-color: #000b29 ;
}

a {
  text-decoration: none;
  color:#616162;
  font-weight: 400;
}

ul {
  padding-left: 0rem;
}


.offcanvas-body {
  flex-grow: 1;
  padding: 0rem;
  overflow-y: auto;
}

.nav-link {
  display: block;
  padding: 0rem;
  color: rgba(255, 255, 255, 0.63);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  height: 64px;
}

.back{
  font-size: 20px;
  background-color: #d3e7e8;
  border-radius: 5px;
  padding:7px 13px;
}

.nombre{
  font-weight:500;
  color: #4e4e4e;
  font-size: 15px;
  height: 45px;
}

.puntos{
  font-weight:600;
  line-height: 0px;
  font-size: 12px;
  color: #feb902;
  font-size: 15px;
}

.sin{
  border-bottom: none!important;
  background-color: #e7e7ee;
}

.bag{
  background-color: #f7eff0;
  width: 70%;
  padding: 5px;
  border-radius: 5px;
  color: #ba339c;
  font-size: 12px;
}

.bag1{
  background-color: #e5f3f3;
  width: 70%;
  padding: 5px;
  border-radius: 5px;
  color: #fcb900;
  font-size: 12px;
}

.bag2{
  background-color: #e5f3f3;
  width: 30%;
  padding: 5px;
  border-radius: 5px;
  color: #feb902;
  font-size: 12px;
  text-align: center;
}

.bag3{
  background-color: #f7eff0;
  width: 30%;
  padding: 5px;
  border-radius: 5px;
  color: #ba339c;
  font-size: 12px;
  text-align: center;
}

.bag4{
  background-color: #f7eff0;
  width: 50%;
  padding: 5px;
  border-radius: 5px;
  color: #ba339c;
  font-size: 12px;
  text-align: center;
}

.descri{
  color: rgb(78, 78, 78);
  font-size: 13px;
  font-weight: 500;
}

.date{
  color: #c5ccdd;
  font-size: 12px;
}

.date1{
  color: #c5ccdd;
  font-size: 18px;
}

.titulo{
  color:#feb902 ;
}

.green-box{
    border-radius: 18px;
    padding: 35px 25px;
    margin-bottom: 11px;
  
}

.border-img {
  border: 4px solid #fdb903;
  
  border-radius: 200px;
  width: 160px;
  padding: 8px;
  margin: -100px auto 0 auto;
}

.cantidad{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: -10px;
}

.boxw{
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.botgrey{
  background-color: #494949;
  padding: 12px;
  border-radius: 15px;
  color: #fff;
  width: 200px;
}

.box-down{
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
  padding: 30px;
  box-shadow: 3px 8px 8px 13px #4e4e4e12;
}

.iconos{
  background-color: #feb902 ;
  border-radius: 100px;
  padding: 9px 16px;
  box-shadow: 1px 1px 8px 1px #4e4e4ea6;
  color:#fff;
  font-weight: 600;
  font-size: 30px;
}

.absolem{
  position: absolute;
  z-index: 6;
}

.place-card .place-card-medium{
  margin-top: 60px!important;
}

.label {
  color:#fcb900;
  font-weight: 500;
}

.sub{
  color:#fdb903;
  font-weight: 500;
  font-size: 17px;
}
.azulito{
  color:#89b9e6;
  font-weight: 400;
  font-size: 14px;
}

.b-rounded{
 border-radius: 15px;
}

.caja{
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 10px;
}


.caja:hover{
  background-color: transparent;
  padding: 20px 10px;
}

.titles-estadocuenta{
  font-size: 14px;
    font-weight: 600;
    color: #feb902;
}

.title-premios{
  overflow: hidden;          /* Oculta el texto que se desborda */
    display: -webkit-box;      /* Necesario para el soporte de -webkit-line-clamp */
    -webkit-box-orient: vertical; /* Orientación vertical */
    -webkit-line-clamp: 2;     /* Número de líneas a mostrar */
    text-overflow: ellipsis;
}


.desc-premios{
  overflow: hidden;          /* Oculta el texto que se desborda */
    display: -webkit-box;      /* Necesario para el soporte de -webkit-line-clamp */
    -webkit-box-orient: vertical; /* Orientación vertical */
    -webkit-line-clamp: 2;     /* Número de líneas a mostrar */
    text-overflow: ellipsis;
}

.lh-1-2{
  line-height: 1.2rem;
}

.texto{
  color:#feb902;
  font-weight: 400;
  font-size: 16px;
}

.texto-falta{
  color:#feb902;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2rem;
}

.ver{
  color:#fcb900;
  font-weight: 400;
  font-size: 15px;
}

.fecha-notificacion{
  color: #8899f2;
  font-weight: 400;
  font-size: 13px;
}

.titulo-notificacion{
  font-size: 17px;
  color:#feb902;
}

.contenido-notificacion{
  color: #ddd;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


.estado{
  color:#feb902;
  font-weight: 400;
  font-size: 15px;
}

.centrar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Asegura que el contenido ocupe toda la pantalla */
}

.bienvenido{
  padding-top:20px;
  color:#fdb903;
  font-weight:600;
  font-size:20px;
  line-height: 20px;
}

.ojo{
  font-weight:400;
  margin-bottom:-40px;
  font-size:25px;
  padding-right:15px
}

.num-grande {
  color: #fcb900;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4rem;
}

.num-grande-home {
  color: #fcb900;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4rem;
}


.num-grande-perfil {
  color: #fcb900;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4rem;
  margin-bottom: 5px;
}

.num-puntos {
  background-color: #273996;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4rem;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  margin-top: -24px;
  text-align: center;
}

.h-desk{
  margin-top:0px!important;
  margin-bottom:70px;
}

.gradient{
  background: rgb(20,47,138);
  background: linear-gradient(90deg, rgba(20,47,138,1) 0%, rgba(24,54,155,1) 35%, rgba(24,61,185,1) 100%);
}

.contenedor-desk{
  background-color: transparent;
  box-shadow: 2px 2px 12px #0000001a;
  padding:10px 30px 10px 40px;
  height: 85px;
}

.alineacion {
  text-align: left;
}

.black {
  color: rgb(78, 78, 78);
  font-weight: 400;
}

.numero-es {
  color: rgb(78, 78, 78);
  font-weight: 400;
  font-size: 20px;
}

.banner-home{
  border-radius: 15px;
}




/* ************** SLIDER *************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carru{
display: flex;
justify-content: center;
overflow: hidden;

}

.contenedor {
  width: 90%;
  max-width: 920px;
  
}

.swiper-contenedor {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  /* Asegura que todo el contenido quede dentro del card */
  box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
}

/* Estilo para el título */
.swiper-slide h4 {
  position: absolute;
  bottom: -1px;
  left: 0px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  background: rgb(39 57 152 / 60%);
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  height: 45px;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(78, 78, 78);
}

.mySwiper{
  width: 100% !important;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.is-invalid {
  border-color: red !important;
}

.is-valid {
  border-color: green !important;
}

.input-icon-fix{
  margin-bottom: 20px !important;
}

.icon-input {
  bottom: 10px;
  left: 10px;    /* Ajusta para alinear horizontalmente */
  font-size: 18px; /* Tamaño del ícono */
  color: #6c757d;  /* Color del ícono */
  pointer-events: none; /* El ícono no interferirá con el campo de entrada */
}

.position-relative {
  position: relative; /* Necesario para que el ícono use position-absolute relativo al contenedor */
}

.flecha{
  font-size:45px;
  color:#fcb900;
  margin-top: 5px;
  margin-left: 10px;

}

.flecha-desk{
  font-size:45px;
  color:#fcb900;
  padding-top: -25px;
  margin-left: 10px;

}


.box-puntos {
  border-radius: 18px;
    background-color: #060821;
    color: #fff;
    padding: 17px 10px;
}


.search-input {
  padding-right: 2.5rem;
  background-color: #e5e5e5;
  border-radius: 10px;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none!important;
}
.search-icon {
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.box-white{
  background-color: #040917;
    /* border-radius: 25px 25px 15px 15px; */
    padding: 5px;
    /* margin-left: -20px !important; */
    /* margin-right: -20px !important; */
    /* box-shadow: 0 -4px 6px rgb(120 120 120 / 10%); */
    border-radius: 18px;
    padding: 30px;
}

.box-naranja {
  background-color: #fcb900;
  border-radius: 15px;
  padding: 30px 10px 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
}


.box-whitet {
  background-color: #060722;
  border-radius: 18px;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.bag-1{
  background-color: #38b12d;
  border-radius: 5px;
  padding: 5px 10px;
  color:#fff;
  font-size: 13px;
  font-weight: 600;
}

.bag-1-int {
  background-color: #1d6db7;
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-weight: bold;


}

.bag-4-int {

  background: linear-gradient(to bottom, #66efeb, #4ed3f7);
  border-radius: 5px;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.bag-2-int {
  background-color: #8BC34A;
  border-radius: 5px;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.bag-3-int {
  background-color: #f35a5a;
  border-radius: 5px;
    padding: 10px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.bag-2{
  background-color: #ecd716;
  border-radius: 5px;
  padding: 5px 10px;
  color:#fff;
  font-size: 13px;
  font-weight: 300;
}

.bag-3{
  background-color: #d32323;
  border-radius: 5px;
  padding: 5px 10px;
  color:#fff;
  font-size: 13px;
  font-weight: 300;
}


.icono{
  font-size: 15px;
  padding-right: 7px;
}

.img-circle{
  background-color: #c4d3ea;
  border: 1px solid #fcb900;
}

.r-center{
  display: flex;
  align-items: center; /* Centra verticalmente los elementos dentro del row */
}

.c-center {
  display: flex;
  justify-content: center; /* Centra horizontalmente la imagen */
  align-items: center; /* Centra verticalmente la imagen */
}

.naranja{
  font-size:18px;
  color:#fcb900;
}

.rojo{
  font-size:18px;
  color:#d32323;
}

.justify{
  text-align: justify;
}

.datos1 {
  padding: 25px 0px 15px 0px;
  border-right: 1px solid #949494;
  border-bottom: 1px solid #949494;
}

.datos2 {
  padding: 25px 0px 15px 0px;
  border-bottom: 1px solid #949494;
}

.datos3 {
  padding: 25px 0px 15px 0px;
  border-right: 1px solid #949494;
}

.datos4 {
  padding: 25px 0px 15px 0px;
  
}

.noti {
  border-bottom: 1px solid #121a61;
  color: #dddddd;
}

.noti-in {
  padding: 0px 15px;
}

.datos-car{
  border-top:1px solid #949494;
}

/* Contenedor general del select con icono */
.select-container {
  position: relative;
}

.select-container .custom-select {
  padding-left: 40px; /* Espacio reservado para el ícono */
  appearance: auto; /* Habilita la flecha predeterminada */
  background: white; /* Fondo blanco consistente */
}

.select-container .icon-input {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none; /* El ícono no bloquea la interacción */
}

.icono-menu-desk{
  color: #fcb900;
  font-size: 25px;
  text-align: center;
}

.menu-text{
  color: #3d58e4;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  margin-top: -17px;
  margin-bottom: 2px;
}

.m-footer{
  background-color: rgba(6, 7, 34, 0.9);
  border-radius: 15px 15px 0px 0px;
  padding: 10px 10px 5px 10px;
  border: solid 1px #273998;
  margin-bottom: -1px;
  /* box-shadow: 2px 2px 6px 3px #9a989857;*/
  width: 90%;
}


.modal-dialog {
  max-width: 100%; 
  width: 100%; 
}

.modal-body img {
  max-width: 100%;
  height: auto;
}


.alert-green{
  width: 20px;
    height: 20px;
    text-align: center;
    background-color: green;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: -5px;
}
.alert-green p{
  margin-top: -6px;
    font-size: 13px;
 }
/**************** PERSONALIZADOS **************/

.size7 {
  height: 41px;
}

.bg8 {
  background-color: #0b103d;
}

.bo5 {
  border: 0px solid #e6e6e6;
  border-radius: 3px;
}
.w-size17 {
  width: 170px;
}

.m-text18{
  outline: none;
  border: none !important;
  text-align: center;
}

.icon-cart{
  color: #feb902; font-size: 28px; margin-left: 5%;
}
.flex-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.of-hidden {
  overflow: hidden;
}

.mb-0{
  margin-bottom: 0px!important;
}
.mt-40{
  margin-top: 40px;
}

.mt-70{
  margin-top: 70px;
}
.mt-60{
  margin-top: 60px;
}

.mt-45{
  margin-top: 45px;
}

.mt-80{
  margin-top: 80px;
}

.m-15-0{
  margin: 15px 0px;
}

.mb-80{
  margin-bottom: 80px;
}
.mb-70{
  margin-bottom: 70px;
}

.mb--60{
  margin-bottom:-60px;
}

.mb--5{
  margin-bottom: -5px;
}

.mb--10{
  margin-bottom: -10px!important;
}

.mt--90{
  margin-top: -90px;
}


.mt--30{
  margin-top: -25px;
}

.mt--25{
  margin-top: -25px;
}
.mt--20{
  margin-top: -20px;
}

.mt--15{
  margin-top: -15px;
}

.mr-15{
  margin-right:15px!important;
}

.mt--10{
  margin-top: -10px;
}

.mr-10{
  margin-right:10px!important;
}

.ml-10 {
  margin-left: 10px!important;;
}

.mr-15 {
  margin-right: 15px!important;;
}

.br-15{
  border-radius: 15px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-200 {
  width: 220px!important;
}

.max {
  max-width: 900px;
}

.max-int{
  max-width:900px;
  padding-left:20px;
  padding-right:20px;
  padding-top: 30px;
  margin-bottom: 80px;
}

.height-200{
  min-height: 200px;
}

.bar{
  width: 25%
}

.bar-text{
  text-align:right;
  padding-top: 17px;
  padding-right: 15px; 
  font-size: 16px;
}

.bar-text1{
  font-weight: 600;
  font-size: 16px;
}

.text-justify {
  text-align: justify;
}

.bar-svg{
  position: absolute;
  float: right;
  margin-right: 10px;
}
.detalle-imagen{
  height: 280px !important;
    background-size: cover !important;
    margin-bottom: -50px !important;
    border-radius: 0px !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px!important;
}
.concursos-box{
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  height: 170px;
}


.accordion-button:not(.collapsed) {
  color: #feb902;
  background-color: #040917;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
  padding: 10px 0px;
    background-color: #040917;
 }

.fw-600{
  font-weight: 600!important;
 }

.fw-500{
 font-weight: 500!important;
}

.fw-400{
  font-weight: 400!important;
 }

.fw-300{
  font-weight: 300!important;
 }

.tab-m{
  margin: -55px 15px 30px 15px;
}

.tab-m-1{
  margin: 25px 15px 30px 15px;
}

.tab-m-2{
  margin: 25px 15px -98px 15px;
  margin-top: 5px;
}

.p-tab{
  padding: 20px 30px 30px 30px;
}

.mt--10{
  margin-top:-10px;
}

.mr-30{
  margin-right:30px;
}

.p-20-30{
  padding: 20px 30px 30px 30px;
}

.pt-15{
  padding-top: 15px;
}

.pl-40{
padding-left: 40px;
}

.p-15{
  padding: 15px;
}

.p-15-0{
  padding: 15px 0px;
}

.pt-8{
  padding-top:8px;
}

.fz-12{
  font-size: 12px!important;
 }

 .fz-13{
  font-size: 13px!important;
 }

.fz-14{
 font-size: 14px!important;
}

.fz-16{
  font-size: 16px!important;
 }

 .fz-18{
  font-size: 18px!important;
 }

 .fz-25 {
  font-size: 25px!important;
 }
 

 .fz-23 {
  font-size: 23px!important;
 }

 .fz-20 {
  font-size: 20px!important;
 }

 .lh-15 {
  line-height: 1.5rem;
 }

 .lh-14 {
  line-height: 1.4rem;
 }

 .lh-13 {
  line-height: 1.3rem;
 }

 .lh-12 {
  line-height: 1.2rem;
 }



/* ************** END SLIDER *************/
@media (max-width: 575px) {
  .premio-box{
    width: 50% !important;
    padding: 5px;
  }

  .mySwiper{
    width: 200px !important;
  }

}


@media (max-width: 767) {

  .caja{
    border-bottom: 1px solid #e9e9e9 !important;
    padding: 20px 10px;
  }

  .logo-energizate{
    width: 390px !important;
  }

  .mySwiper{
    width: 200px !important;
  }

}


@media (max-width: 899px) {

  .personalizado{
    display: none;
    padding-top: 20px;
  }
 
   .header-desk{
     display: none;
   }
 
   .prev{
 
     margin-top: 30px;
   }
 
   .banner-desk {
     display: none;
   }

   .caja{
    border-bottom: 0px solid #e9e9e9 !important;
    padding: 20px 10px;
  }


  .mySwiper{
    width: 200px !important;
  }

 
 } 



@media (min-width: 900px) {

  .mySwiper{
    width: 100% !important;
  }

  .caja{
    border-bottom: 0px solid #e9e9e9 !important;
    padding: 20px 10px;
  }


  .container{
    padding-top: 0px;
        margin-top: -40px;
  }

  .bodyy{
   
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #0b103c;
    background-position: center top;
    
  }

  .header-movil{
    display: none;
  }

  .text-slide{
    font-size: 14px!important;
  }

  .alineacion {
    text-align: right;
  }

  .banner-movil {
    display: none;
  }

  .texto-puntos {
    color:#feb902;
    font-weight: 400;
    font-size: 20px;
  }

  .num-g {
    color: #fcb900;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4rem;
  }
  

} 


@keyframes print {
  0% {
    transform: translateY(-510px)
  }
  35% {
    transform: translateY(-395px);
  }
  70% {
    transform: translateY(-140px);
  }
  100% {
    transform: translateY(0);
  }
}


.bullets-title{
  float: right;
  width: 100%;
  margin-bottom: 20px;
}
.bullets-box{
  min-height: 120px;
  width: 100%;
  border: #f4f4f4;
  background-color: #040917;
  float: left;
  background-position: center bottom;
  background-size: cover;
  border-radius: 5px;
  margin: 5px 0px;

}


.bullet-img-text{
  min-width: 110px;
  width: auto;
  background-color: #273998;
  color: #fff;
  padding: 0px 15px;
  font-size: 16px;
  float: left;
  height: 30px;
  font-weight: 500;
  border-end-end-radius: 5px;
}

.bullet-boxed{
  width: 100%;        
  padding: 20px 0px;
}

.bullet-target{
  margin-left: 0px;
  color: white;
  font-size: 15px;
  line-height:23px;
  margin-bottom: 15px;
  background: url("../assets/img/bullet.png"  ) no-repeat left top;
  background-size: 15px;
  background-position-y: 33px;
  padding: 0px 10px 0px 30px;
}
.divider{
  width: 100%;
  height: 5px;
  background-color: #feb902;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#timer{
  width: 60px;
  padding: 16px 0px;
  color: #fff;
  font-weight: bold;
  background-color: #F44336;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: -54px;
  margin-bottom: 20px;
}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}


.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 0px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     margin-right: 15px !important;
     vertical-align: middle;
     
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     margin-right: 15px;
}
.form-radio:hover{
     background-color: #f7f7f7;
     margin-right: 15px;
}

.form-radio:checked{
  background-color: #feb902;
     margin-right: 15px;
     color: #fff;
     
}

label{
     font: 16px 'Open Sans', sans-serif;
     color: #fff;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
     
} 

#preguntas{
  padding-bottom: 30px;
    border-bottom: #1829bd 3px solid;
    background-color: transparent;
    margin-bottom: 40px;
    text-align: left;
    padding: 10px;
}

#preguntas h1{
    font-size: 16px;
    margin-top: 0px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #fff;
}

#preguntas div{
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#quiz{
    background-color: transparent;
    
}

.borde-degradado {
  padding: 2px; /* grosor del borde */
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(to bottom, #00f, #0b103d); /* degradado de arriba a abajo */
}

.borde-degradado_dorado {
  padding: 2px; /* grosor del borde */
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(to bottom, #fef503, #0b103d); /* degradado de arriba a abajo */
}

.contenido-interno {
  background-color: #0a0a0f;
  border-radius: 18px;
  min-height: 50px;
}

.digit-container {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.digit {
  background: linear-gradient(to bottom, #ffc400, #e09100);
  border-radius: 15px;
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #661c00;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.separator {
  font-size: 40px;
  color: #fff;
  margin: 0 8px;
}

.morado_gradient{
  background: linear-gradient(to bottom, #9b27b0, #e91e63); /* púrpura a rosa */
}


.azul_gradient{
  background: linear-gradient(to bottom, #2829d5, #5486d0); /* púrpura a rosa */
}


.rosa_gradient{
  background: linear-gradient(to bottom, #d53e7d,  #e3676c); /* púrpura a rosa */
}


.fucsia_gradient{
  background: linear-gradient(to bottom, #c215a6,  #8b35ba); /* púrpura a rosa */
}

  .banner_box{
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
  }

  .banner_box p{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-weight: bold;

  }


  .objeto_banner {
    position: relative;
    z-index: 1;
    width: 97%;
    margin-top: 21px;
  }
  
  
  .estrella {
    position: absolute;
    width: 60px;
    animation: flotar 3s ease-in-out infinite;
    z-index: 2;
  }

  .estrellab {
    position: absolute;
    width: 80px;
    opacity: 0;
    transform: scale(0.5);
    animation: aparecer 0.8s ease-out forwards, flotar 3s ease-in-out infinite;
    z-index: 1;
  }
  
  @keyframes flotar {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-15px);
    }
  }

  @keyframes aparecer {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }


  .estrella1 {
    left: -10px;
    top: 150px;
    animation-delay: 0s;
  }
  
  .estrella2 {
    right: -10px;
    top: 87px;
    animation-delay: 1.5s;
  }


  .estrella3 {
    left: -10px;
    top: 150px;
    animation-delay: 0s;
  }
  
  .estrella4 {
    right: -10px;
    top: 87px;
    animation-delay: 1.1s;
  }


  .estrella5 {
    left: 105px;
    top: 172px;
    animation-delay: 1s;
  }
  
  .estrella6 {
    right: 105px;
    top: 170px;
    animation-delay: 0.4s;
  }
  

  .swal2-popup.borde-degradado {
    background: linear-gradient(#0a0a0f, #0a0a0f) padding-box, /* Fondo interno */
                linear-gradient(180deg, #f3bf23, #000) border-box; /* Degradado del borde */
    border: 2px solid transparent;   /* Para permitir ver el degradado */
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    max-width: 400px;
  }

  
  .swal2-title {
    color: #f3bf23 !important;  
    margin-top: 0px;
    padding: 0px;
    font-size: 26px;
  }
  
  .swal2-html-container {
    color: #ccc !important; 
  }
  
  .swal2-confirm.mi-boton {
    background: linear-gradient(to bottom, #ffc400, #e09100);
    color: #661c00;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
  
  .swal2-cancel.mi-boton-cancel {
    background-color: #f44336 !important; 
    color: white !important;
    border-radius: 8px;
    font-weight: bold;
  }

  .swal2-backdrop-show {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  
 .borde_internas{
    margin-bottom: -40px;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
 }


 .accordion-button{
  color: #bdd5f7 !important;
    background-color: #040917 !important;
 }

 .accordion-item {
  background-color: #273999;
  border: 1px solid rgba(0, 0, 0, .125);
}

.master-bot{
    background: linear-gradient(to bottom, #ffc400, #e09100);
    color: #661c00;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.activar-bot{
  background: linear-gradient(to bottom, #8BC34A, #3c630d);
  color: #fefefe;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  text-transform: uppercase;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;              /* fallback */
  z-index: 1030;
  width: 96%;
  /* relleno para el notch/home bar en iPhone */
  padding-bottom: env(safe-area-inset-bottom);
}

/* Si el motor soporta env() para bottom, úsalo también */
@supports (bottom: env(safe-area-inset-bottom)) {
  .fixed-bottom {
    bottom: env(safe-area-inset-bottom);
  }
}

/* Evita que un transform en ancestros rompa el fixed */
.no-transform {
  transform: none !important;
}





/* Animación de brillo y destello para la imagen */
@keyframes brillo-destello {
  0% {
    transform: scale(1);
    opacity: 0.8;
    filter: brightness(100%);
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
    filter: brightness(120%);
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
    filter: brightness(100%);
  }
}

/* Animación de las estrellas que aparecen y desaparecen */
@keyframes estrellas-aparicion {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.producto-escondido-animado {
  position: relative; /* Importante para posicionar los pseudo-elementos */
  display: inline-block; /* Para que position: relative funcione bien */
  animation-name: brillo-destello;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  cursor: pointer;
}

/* Pseudo-elemento para crear las estrellas/destellos */
.producto-escondido-animado::before,
.producto-escondido-animado::after {
  content: "✨"; /* Puedes cambiar esto por una imagen de estrella si quieres */
  position: absolute;
  font-size: 2em; /* Tamaño de las estrellas */
  opacity: 0;
  animation-name: estrellas-aparicion;
  animation-duration: 2s; /* Debe coincidir con la duración de la animación principal */
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  pointer-events: none; /* Para que no interfiera con el click */
}

/* Posición y retraso para la primera "estrella" */
.producto-escondido-animado::before {
  top: -10px; /* Ajusta la posición vertical */
  left: -10px; /* Ajusta la posición horizontal */
  animation-delay: 0s; /* Empieza al inicio */
}

/* Posición y retraso para la segunda "estrella" */
.producto-escondido-animado::after {
  bottom: -10px; /* Ajusta la posición vertical */
  right: -10px; /* Ajusta la posición horizontal */
  animation-delay: 1s; /* Empieza a la mitad de la animación */
}

/* Puedes agregar más pseudo-elementos si quieres más estrellas
   o modificar el ::before y ::after para que sean más estrellas.
   Por ejemplo, podrías usar un background-image con una pequeña imagen de estrella.
*/

/* Pseudo-elemento para crear las estrellas/destellos */
.producto-escondido-animado::before,
.producto-escondido-animado::after {
  /* Quita el content: "✨"; */
  content: ""; /* Deja el contenido vacío si usas background-image */
  position: absolute;
  width: 30px; /* Ancho de tu imagen de estrella */
  height: 30px; /* Alto de tu imagen de estrella */
  background-image: url('../assets/img/banners/nuevos/estrella2.png'); /* Ruta a tu imagen de estrella */
  background-size: contain;
  background-repeat: no-repeat;
  
  opacity: 0;
  animation-name: estrellas-aparicion;
  animation-duration: 2s; 
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  pointer-events: none;
}

.texto-escondido{
    font-size: 21px;
    background-color: #ff2622;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
    color: white;
}