/*bash: less-watch-compiler app/less public/assets/css*/
:root {
  /* Sobrescribimos la variable que usa Bootstrap para todo el cuerpo */
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-body-font-size: 0.9rem;
}
html body {
  color: #282828;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  background-image: url('../img/bg-2.png');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-color: transparent;
}
html body.home {
  background-image: url('../img/bg-1.png');
}
html body .content-area {
  padding: 120px 0;
}
@media (max-width: 990px) {
  html body .content-area {
    padding-top: 40px;
  }
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: "Montserrat", sans-serif !important;
}
html body .preloader {
  background: none;
  background-color: #001300ff !important;
}
html body .card {
  background: rgba(255, 255, 255, 0.8);
}
html body .btn-only {
  border-radius: 10px;
  background: #c08c3e;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
html body .btn-only:hover {
  background: #d4a948;
}
html body .accordion .accordion-item {
  background: none;
  color: #fff;
  border: none;
}
html body .accordion .accordion-item .accordion-header {
  color: #fff;
  border-radius: 0px;
  margin-bottom: 2px;
  background: none;
}
html body .accordion .accordion-item .accordion-header .accordion-button {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  /* 1. Flecha blanca cuando el acordeón está CERRADO */
  /* 2. Flecha blanca cuando el acordeón está ABIERTO */
}
html body .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
html body .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
html body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
html body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.18);
}
html body .header {
  background: none !important;
}
html body .header.header-fixed {
  background: rgba(0, 0, 0, 0.2) !important;
}
html body .header:after {
  display: none;
}
html body .header .navbar.bg-body-tertiary {
  border-bottom: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
}
html body .header .navbar.bg-body-tertiary .nav-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75) !important;
}
@media (max-width: 990px) {
  html body .header .navbar.bg-body-tertiary .nav-link {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 6px 20px;
    border-radius: 12px;
    margin-top: 4px;
    display: inline-block;
  }
}
html body .header .navbar.bg-body-tertiary .nav-link:hover,
html body .header .navbar.bg-body-tertiary .nav-link:focus {
  color: #ffffff !important;
}
html body .header .navbar.bg-body-tertiary .nav-link.active {
  color: #59ee5d !important;
  font-weight: 400;
}
html body .header .navbar.bg-body-tertiary .navbar-brand {
  color: #ffffff !important;
}
html body .header .navbar.bg-body-tertiary .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
html body .header .navbar.bg-body-tertiary .navbar-toggler .navbar-toggler-icon {
  filter: invert(1) grayscale(1) brightness(2);
}
html body .footer {
  background: none !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
html body .footer:after,
html body .footer:before {
  display: none;
}
html body .contenedor-imagenes-hover {
  position: relative;
  display: inline-block;
}
html body .contenedor-imagenes-hover .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
html body .contenedor-imagenes-hover .img-normal {
  display: block;
}
html body .contenedor-imagenes-hover .button-gold-text {
  color: #023d03 !important;
  font-weight: bold;
  font-size: 20px;
  margin-top: -3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
html body .boton-imagen-responsivo:hover .img-hover {
  opacity: 1;
}
html body .boton-imagen-responsivo:hover .img-normal {
  opacity: 0;
}
html body .boton-imagen-responsivo:active {
  transform: scale(0.95);
}
html body .p-top {
  padding-top: 100px;
}
html body .home-page .container {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 990px) {
  html body .home-page .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
html body .home-page .container h1 {
  font-size: 2.2rem !important;
}
@media (max-width: 1200px) {
  html body .home-page .container h1 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 990px) {
  html body .home-page .container h1 {
    font-size: 1.4rem !important;
  }
}
html body .poklotto-form {
  background: none;
  /* 1. Redondeamos todas las esquinas EXCEPTO la superior derecha */
  border-radius: 50px 0 50px 50px;
  border: solid 1px rgba(220, 220, 220, 0.1);
  border-bottom: none;
  /* 2. Cortamos la esquina superior derecha */
  /* Los puntos son: Arriba-Izq, Arriba-Der (corte), Abajo-Der, Abajo-Izq */
  clip-path: polygon(0 0, /* --- PRIMER PICO ULTRA SUAVIZADO (Horizontal -> Diagonal) --- */ calc(100% - 140px - (60px * 0.414)) 0, calc(100% - 140px - (60px * 0.219)) 1.14px, calc(100% - 140px - (60px * 0.032)) 4.56px, calc(100% - 140px + (60px * 0.141)) 10.14px, calc(100% - 140px + (60px * 0.293)) 17.58px, /* --- SEGUNDO PICO ULTRA SUAVIZADO (Diagonal -> Vertical) --- */ calc(100% - (60px * 0.293)) calc(140px - (60px * 0.293)), calc(100% - (60px * 0.169)) calc(140px - (60px * 0.141)), calc(100% - (60px * 0.076)) calc(140px + (60px * 0.032)), calc(100% - (60px * 0.019)) calc(140px + (60px * 0.219)), 100% calc(140px + (60px * 0.414)), /* Resto de la forma */ 100% 100%, 0 100%);
  background: #fffeed;
  background: linear-gradient(150deg, rgba(255, 254, 237, 0.65) 0%, rgba(255, 254, 237, 0.08) 65%, rgba(255, 254, 237, 0) 100%);
}
@media (max-width: 990px) {
  html body .poklotto-form {
    clip-path: polygon(0 0, /* --- PRIMER PICO ULTRA SUAVIZADO (Horizontal -> Diagonal) --- */ calc(100% - 80px - (60px * 0.414)) 0, calc(100% - 80px - (60px * 0.219)) 1.14px, calc(100% - 80px - (60px * 0.032)) 4.56px, calc(100% - 80px + (60px * 0.141)) 10.14px, calc(100% - 80px + (60px * 0.293)) 17.58px, /* --- SEGUNDO PICO ULTRA SUAVIZADO (Diagonal -> Vertical) --- */ calc(100% - (60px * 0.293)) calc(80px - (60px * 0.293)), calc(100% - (60px * 0.169)) calc(80px - (60px * 0.141)), calc(100% - (60px * 0.076)) calc(80px + (60px * 0.032)), calc(100% - (60px * 0.019)) calc(80px + (60px * 0.219)), 100% calc(80px + (60px * 0.414)), /* Resto de la forma */ 100% 100%, 0 100%);
  }
}
html body .poklotto-form.single {
  clip-path: polygon(0 0, /* --- PRIMER PICO ULTRA SUAVIZADO (Horizontal -> Diagonal) --- */ calc(100% - 0px - (0px * 0.414)) 0, calc(100% - 0px - (0px * 0.219)) 0px, calc(100% - 0px - (0px * 0.032)) 0px, calc(100% - 0px + (0px * 0.141)) 0px, calc(100% - 0px + (0px * 0.293)) 0px, /* --- SEGUNDO PICO ULTRA SUAVIZADO (Diagonal -> Vertical) --- */ calc(100% - (0px * 0.293)) calc(0px - (0px * 0.293)), calc(100% - (0px * 0.169)) calc(0px - (0px * 0.141)), calc(100% - (0px * 0.076)) calc(0px + (0px * 0.032)), calc(100% - (0px * 0.019)) calc(0px + (0px * 0.219)), 100% calc(0px + (0px * 0.414)), /* Resto de la forma */ 100% 100%, 0 100%);
  border-radius: 20px;
  border: solid 1px rgba(220, 220, 220, 0.8);
  background: rgba(255, 254, 237, 0.5);
}
html body .poklotto-form .title {
  background: none;
  color: #323232;
  padding: 35px 40px 6px;
}
html body .poklotto-form .part-form {
  background: none;
}
html body .poklotto-form .part-form form label,
html body .poklotto-form .part-form .form label {
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin-bottom: 2px;
}
html body .poklotto-form .part-form form input,
html body .poklotto-form .part-form .form input {
  height: 50px;
  color: #000;
  background: none;
  border: none;
  border-radius: 15px;
  background: #0C490C;
  background: linear-gradient(90deg, rgba(12, 73, 12, 0.5) 0%, rgba(85, 203, 12, 0.5) 33%, rgba(64, 219, 121, 0.5) 66%, rgba(3, 137, 39, 0.5) 100%);
  border: solid 3px rgba(0, 121, 0, 0.5);
}
html body .poklotto-form .part-form form input::placeholder,
html body .poklotto-form .part-form .form input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
}
html body .poklotto-form .part-form .text-muted {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
html body .poklotto-form .reg-link {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
html body .text-box {
  clip-path: polygon(0 0, /* --- PRIMER PICO ULTRA SUAVIZADO (Horizontal -> Diagonal) --- */ calc(100% - 30px - (10px * 0.414)) 0, calc(100% - 30px - (10px * 0.219)) 0.19px, calc(100% - 30px - (10px * 0.032)) 0.76px, calc(100% - 30px + (10px * 0.141)) 1.69px, calc(100% - 30px + (10px * 0.293)) 2.93px, /* --- SEGUNDO PICO ULTRA SUAVIZADO (Diagonal -> Vertical) --- */ calc(100% - (10px * 0.293)) calc(30px - (10px * 0.293)), calc(100% - (10px * 0.169)) calc(30px - (10px * 0.141)), calc(100% - (10px * 0.076)) calc(30px + (10px * 0.032)), calc(100% - (10px * 0.019)) calc(30px + (10px * 0.219)), 100% calc(30px + (10px * 0.414)), /* Resto de la forma */ 100% 100%, 0 100%);
  border-radius: 10px;
  padding: 30px 15px;
  border: solid 1px rgba(255, 255, 255, 0.06);
  background: #FAF7CF;
  background: radial-gradient(circle, rgba(220, 255, 100, 0.25) 0%, rgba(180, 255, 80, 0.05) 100%);
}
html body h1.title-text {
  font-size: 48px;
  font-weight: bold;
  /* Creamos el degradado de amarillo (arriba) a negro/oscuro (abajo) */
  /*background: linear-gradient(to bottom, #e0bf24, #7d6111);*/
  background: linear-gradient(to bottom, #ffe742, #4b2506);
  /* Truco de magia: recortar el fondo al texto */
  -webkit-background-clip: text;
  background-clip: text;
  /* Volvemos el texto invisible para que se vea el fondo de atrás */
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 4rem;
}
@media (max-width: 990px) {
  html body h1.title-text {
    font-size: 2rem;
  }
}
html body .single-lottery-item .lottery-icon {
  padding: 3px !important;
  background: transparent !important;
  border: solid 2px rgba(250, 250, 20, 0.3) !important;
  margin-bottom: 1px !important;
}
html body .single-lottery-item .lottery-icon:after {
  display: none;
}
html body .single-lottery-item .lottery-name {
  color: rgba(255, 255, 255, 0.5) !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
html body .single-lottery-item.active .lottery-icon {
  background-color: rgba(250, 250, 20, 0.25) !important;
  border: solid 2px #fafa14 !important;
}
html body .single-lottery-item.active .lottery-name {
  color: rgba(255, 255, 255, 0.5) !important;
}
html body .crop-center-lottery {
  width: 100%;
  /* Ocupa el ancho de su columna */
  height: 45px;
  /* Define la altura visual que desees */
  object-fit: cover;
  /* Mantiene la proporción sin deformar */
  object-position: center 50%;
  /* Centra el recorte verticalmente */
  margin-bottom: -12px;
  margin-right: 10px;
}
@media (max-width: 990px) {
  html body .crop-center-lottery {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
html body .picking-number-body {
  margin-top: 5px !important;
  padding: 0 !important;
  background: none !important;
}
html body .picking-number-body .picking-number-palate {
  display: block !important;
}
html body .picking-number-body .picking-number-palate .number-box {
  margin: 10px 0 !important;
  width: 100% !important;
  display: block !important;
  border-radius: 20px !important;
  border: none !important;
  background: #C3922F !important;
  /*background: linear-gradient(45deg, rgba(195, 146, 47, 1) 0%, rgba(255, 251, 204, 1) 32%, rgba(195, 146, 47, 1) 62%, rgba(255, 251, 204, 1) 100%) !important;*/
  background: linear-gradient(45deg, #c3922f 0%, #fffbcc 30%, #fffbcc 36%, #c3922f 64%, #c3922f 70%, #fffbcc 100%) !important;
}
html body .picking-number-body .picking-number-palate .number-box .single-number {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75) !important;
  border: none !important;
  background: #ffffff !important;
  background: radial-gradient(circle, #ffffff 0%, #3c3c3c 80%) !important;
  background-image: url('../img/ball.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-weight: 700 !important;
  color: #141414 !important;
}
html body .picking-number-body .picking-number-palate .number-box .single-number.selected {
  border: solid 6px #282896 !important;
  color: #282896 !important;
  /*                            box-shadow: 0 0 8px rgba(0,0,0,0.75) !important;
                                                        background: rgba(140, 220, 80, 1) !important;
                                                        background: radial-gradient(circle,rgba(140, 220, 80, 1) 0%, rgba(20, 30, 30, 1) 80%) !important;*/
}
html body .picking-number-body .picking-number-palate .number-box.special .single-number {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75) !important;
  border: none !important;
  background: #ff6464 !important;
  background: radial-gradient(circle, #ff6464 0%, #3c1e1e 80%) !important;
  background-image: url('../img/ball-special.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
html body .picking-number-body .picking-number-palate .number-box.special .single-number.selected {
  border: solid 6px white !important;
  color: #c8c832 !important;
  /*                                box-shadow: 0 0 8px rgba(0,0,0,0.75) !important;
                                                                background: rgba(140, 220, 80, 1) !important;
                                                                background: radial-gradient(circle,rgba(255, 255, 80, 1) 0%, rgba(60, 60, 30, 1) 80%) !important;
                                                                background: radial-gradient(circle,rgba(200, 100, 255, 1) 0%, rgba(60, 30, 60, 1) 80%) !important;*/
}
html body .picking-number-body .picking-number-result {
  border: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
html body .picking-number-body .picking-number-result .part-title .title {
  color: white !important;
  padding-right: 15px !important;
}
html body .picking-number-body .picking-number-result .part-title .title::after {
  display: none !important;
}
html body .picking-number-body .picking-number-result .result-number-palate .single-number {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75) !important;
  border: none !important;
  background: #8cdc50 !important;
  background: radial-gradient(circle, #ffffff 0%, #3c3c3c 80%) !important;
  background-image: url('../img/ball.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-weight: 700 !important;
  color: #141414 !important;
}
html body .picking-number-body .picking-number-result .result-number-palate .single-number.special {
  background: #8cdc50 !important;
  background: radial-gradient(circle, #ff6464 0%, #3c1e1e 80%) !important;
  background-image: url('../img/ball-special.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
html body .picking-number-body .picking-number-final-step {
  margin-top: 10px !important;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important;
}
html body .picking-number-body .picking-number-final-step .part-text {
  color: white !important;
}
html body .picking-number-body .picking-number-final-step select {
  font-weight: 700 !important;
  border-radius: 10px;
  padding: 6px 10px !important;
  border: none !important;
  margin-left: 15px;
  /*background: rgba(255,255,255,0.5) !important;*/
}
html body .picking-number-body .picking-number-actions {
  margin-top: 10px !important;
  padding: 20px 10px;
  /*background: @bg-picking-color !important;*/
  border-radius: 10px !important;
}
html body .picking-number-body .picking-number-actions .col-costo,
html body .picking-number-body .picking-number-actions .col-saldo {
  color: white !important;
  /*                    img {
                                            max-width: 100% !important;
                                        }*/
}
html body .charge-box {
  clip-path: polygon(0 0, /* --- PRIMER PICO ULTRA SUAVIZADO (Horizontal -> Diagonal) --- */ calc(100% - 60px - (30px * 0.414)) 0, calc(100% - 60px - (30px * 0.219)) 0.57px, calc(100% - 60px - (30px * 0.032)) 2.28px, calc(100% - 60px + (30px * 0.141)) 5.07px, calc(100% - 60px + (30px * 0.293)) 8.79px, /* --- SEGUNDO PICO ULTRA SUAVIZADO (Diagonal -> Vertical) --- */ calc(100% - (30px * 0.293)) calc(60px - (30px * 0.293)), calc(100% - (30px * 0.169)) calc(60px - (30px * 0.141)), calc(100% - (30px * 0.076)) calc(60px + (30px * 0.032)), calc(100% - (30px * 0.019)) calc(60px + (30px * 0.219)), 100% calc(60px + (30px * 0.414)), /* Resto de la forma */ 100% 100%, 0 100%);
  border-radius: 10px;
  padding: 30px 15px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: #FAF7CF;
  background: radial-gradient(circle, rgba(220, 255, 100, 0.4) 0%, rgba(180, 255, 80, 0.05) 70%);
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
html body .charge-box.border-primary {
  border: solid 1px rgba(255, 255, 255, 0.1) !important;
}
html body .card {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
html body .card .card-header,
html body .card .card-footer {
  background: rgba(255, 255, 255, 0.1);
}
html body .card .text-muted {
  color: rgba(255, 255, 255, 0.2) !important;
}
html body .item-number {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7) !important;
  width: 50px;
  height: 50px;
  display: inline-block !important;
  text-align: center;
  align-content: center;
  background: #8cdc50 !important;
  background: radial-gradient(circle, #ffffff 0%, #3c3c3c 80%) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-weight: 700 !important;
  color: #141414 !important;
  background-image: url('../img/ball.png') !important;
}
html body .item-number.extra {
  background: #ff6464 !important;
  background: radial-gradient(circle, #ff6464 0%, #3c1e1e 80%) !important;
  background-image: url('../img/ball-special.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
html body .table thead th:first-child {
  border-radius: 10px 0 0 0;
}
html body .table thead th:last-child {
  border-radius: 0 10px 0 0;
}
html body .table tbody tr:last-child {
  border: none !important;
}
html body .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
html body .table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
