/* ============================================================
   ESTILOS UNIFICADOS - PREMIOS HUARCAYA
   Optimizado manteniendo colores específicos por archivo
   ============================================================ */

/* =========================
   1) VARIABLES CSS
   ========================= */
:root {
  /* Colores principales */
  --primary-gold: #ffb703;
  --secondary-orange: #fb8500;
  --dark-navy: #0f2027;

  /* Fondos */
  --bg-dark: #0b0e14;
  --card-bg: #13151b;
  --text-white: #ffffff;
  --glass-bg: rgba(12, 18, 30, 0.90);

  /* Efectos y sombras */
  --neon-glow: 0 0 15px rgba(255, 183, 3, 0.30);
  --shadow-soft: 0 14px 26px rgba(0,0,0,.10);
  --shadow-hard: 0 18px 34px rgba(0,0,0,.18);
  --border-color: rgba(255, 255, 255, 0.15);

  /* Redes sociales */
  --whatsapp-green: #25D366;
  --facebook-blue: #1877F2;
}

/* =========================
   2) RESET Y BASE
   ========================= */
* { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  background-color: var(--bg-dark);
  color: var(--text-white);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.bg-fondo1 {
  background: linear-gradient(180deg, rgba(255,168,0,.20), rgba(255,102,0,.18)),
  url('capacliente/assets/img/fondo1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body.bg-white { background-color: #ffffff; }

/* Específico para sorteo.php */
body.bg-compra {
  background-color: #f0f2f5;
  color: #333;
}

body.bg-compra .page-wrap {
  padding-bottom: 60px;
}

/* =========================
   3) LAYOUT
   ========================= */
.page-wrap {
  min-height: calc(100vh - 56px);
  display: flex;
  justify-content: center;
  padding: 18px 14px 30px;
}

.panel {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.logo {
  width: 220px;
  height: auto;
  margin: 8px auto 12px;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

/* =========================
   4) TIPOGRAFÍA
   ========================= */
.page-title {
  font-weight: 900;
  font-size: 26px;
  margin: 6px 0;
  letter-spacing: .3px;
  color: #ffffff;
}

.page-subtitle {
  color: #e8e8e8;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.subtitle-dark {
  font-weight: 900;
  color: #2b1b00;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.muted {
  color: #5a3b11;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
}

/* =========================
   5) CARDS REUTILIZABLES
   ========================= */
.card-surface, .form-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255, 196, 86, .55);
  box-shadow: var(--shadow-soft);
  border-radius: 18px;
  backdrop-filter: blur(4px);
  padding: 18px 16px;
  margin-top: 8px;
}

.dashed-card {
  border: 2px dashed rgba(255, 168, 0, .85);
  border-radius: 16px;
  padding: 18px 14px;
  margin: 18px 0;
  background: rgba(255,255,255,.94);
}

.dashed-title {
  font-weight: 900;
  color: #2b1b00;
  margin-bottom: 10px;
}

/* Específico para ver_tickets.php */
.dashed-card.tickets-activos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.ticket-label {
  font-size: 11px;
  font-weight: 900;
  color: #7a4a00;
  text-transform: uppercase;
}

.circle-count {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FF6A00, #FFB800);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 10px 18px rgba(255, 106, 0, .25);
}

/* =========================
   6) BOTONES UNIFICADOS
   ========================= */
.btn-gradient {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 14px 12px;
  font-weight: 900;
  letter-spacing: .8px;
  color: #fff;
  background: linear-gradient(90deg, #FF8A00, #FFB800);
  box-shadow: 0 12px 22px rgba(255, 138, 0, .28);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-gradient:active {
  transform: translateY(1px);
}

/* Botones outline reutilizables */
.btn-outline-gold, .btn-buy-visual {
  background: transparent;
  border: 2px solid var(--primary-gold);
  color: var(--primary-gold);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-outline-gold:hover {
  background: var(--primary-gold);
  color: #000;
  box-shadow: 0 0 10px rgba(255, 183, 3, 0.5);
}

.btn-buy-visual {
  border: 1px solid var(--primary-gold);
  font-weight: 700;
  display: inline-block;
}

.btn-soporte {
  width: 100%;
  border-radius: 999px;
  padding: 14px 12px;
  border: 2px solid rgba(255, 168, 0, .75);
  background: rgba(255,255,255,.90);
  font-weight: 900;
  color: #2b1b00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 16px;
  box-shadow: 0 12px 22px rgba(0,0,0,.08);
}

/* Botones de acción del header */
.btn-action {
  border-radius: 50px;
  padding: 7px 22px;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.btn-tickets {
  background: transparent;
  border: 2px solid var(--primary-gold);
  color: var(--primary-gold);
}

.btn-tickets:hover {
  background: var(--primary-gold);
  color: #000;
  box-shadow: 0 0 15px rgba(255, 183, 3, 0.5);
}

.btn-whatsapp {
  background: transparent;
  border: 2px solid var(--whatsapp-green);
  color: var(--whatsapp-green);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-green);
  color: white;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

.btn-facebook {
  background: transparent;
  border: 2px solid var(--facebook-blue);
  color: var(--facebook-blue);
}

.btn-facebook:hover {
  background: var(--facebook-blue);
  color: white;
  box-shadow: 0 0 15px rgba(24, 119, 242, 0.5);
}

/* =========================
   7) FORMULARIOS E INPUTS
   ========================= */
.dni-input {
  width: 80%;
  background: #FFF3D6;
  border: 1px solid rgba(255, 153, 0, .35);
  outline: none;
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #2b1b00;
  box-shadow: inset 0 0 0 1px rgba(255, 168, 0, .10);
}

/* Específico para ver_tickets.php */
.dni-pill {
  background: linear-gradient(90deg, #6B3E00, #8A4B00);
  color: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 900;
  margin: 14px auto 12px;
  width: fit-content;
  min-width: 220px;
  box-shadow: 0 12px 22px rgba(0,0,0,.14);
}

/* Específico para sorteo.php */
.ct-input {
  border: 2px solid #eee;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fcfcfc;
  color: #333;
  width: 100%;
}

.ct-input:focus {
  border-color: #2c5364;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(44, 83, 100, 0.1);
  outline: none;
}

/* Específico para ver_ganadores.php */
.select-wrap {
  margin: 14px 0;
}

.select {
  width: 100%;
  background: #FFF3D6;
  border: 1px solid rgba(255, 153, 0, .35);
  outline: none;
  border-radius: 14px;
  padding: 14px;
  font-weight: 900;
  color: #2b1b00;
  text-align: left;
}

/* Upload Box - sorteo.php */
.ct-upload-box {
  border: 2px dashed #ccc;
  background: #fafafa;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.ct-upload-box:hover {
  border-color: #2c5364;
  background: #f0f8ff;
}

.ct-upload-box .icon-upload {
  font-size: 2rem;
  color: #2c5364;
  margin-bottom: 10px;
}

.ct-upload-box .text-upload {
  font-weight: 600;
  color: #555;
}

.preview-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  border: 2px solid #2c5364;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

#img-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.btn-close-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
  z-index: 10;
}

.btn-close-preview:hover {
  background: #cc0000;
  transform: scale(1.1);
}

/* =========================
   8) NAVBAR (HEADER)
   ========================= */
.navbar-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}

.navbar-brand img {
  height: 55px;
  width: auto;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.nav-link-custom {
  color: #e0e0e0 !important;
  font-weight: 600;
  margin: 0 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link-custom i {
  color: var(--primary-gold);
  font-size: 1.1rem;
}

.nav-link-custom:hover {
  color: #ffffff !important;
}

/* =========================
   9) FOOTER
   ========================= */
.footer-custom {
  background-color: #0b0c10;
  border-top: 1px solid rgba(255, 183, 3, 0.2);
  padding: 60px 0 30px;
  margin-top: 80px;
  color: #fff;
  text-align: center;
}

.footer-logo-container {
  margin-bottom: 30px;
}

.footer-logo {
  height: auto;
  max-width: 220px;
  transition: opacity 0.3s;
}

.footer-logo:hover {
  opacity: 0.8;
}

.social-links {
  margin-bottom: 30px;
}

.social-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 10px;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
}

.social-btn:hover {
  transform: translateY(-5px);
  color: #000;
  border-color: transparent;
  box-shadow: 0 0 15px var(--primary-gold);
  background-color: var(--primary-gold);
}

.footer-links {
  margin-bottom: 25px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  margin: 0 15px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links a:hover {
  color: var(--primary-gold);
}

.copyright-text {
  color: #666;
  font-size: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  width: 80%;
  margin: 0 auto;
}

/* =========================
   10) INDEX.PHP - HERO Y SORTEOS
   ========================= */
.hero-section {
  padding: 60px 20px 40px;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, var(--primary-gold) 50%, var(--secondary-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(251, 133, 0, 0.5));
}

.hero-subtitle {
  display: inline-block;
  color: #FFF000;
  padding: 5px 20px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.sorteos-grid {
  padding-bottom: 80px;
}

.sorteo-card {
  background-color: var(--card-bg);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sorteo-card:hover {
  border-color: var(--primary-gold);
  box-shadow: 0 10px 30px rgba(255, 183, 3, 0.15);
  transform: translateY(-5px);
}

.card-header-custom {
  padding: 12px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e0e0e0;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

/* Carrusel */
.carousel-inner {
  border-radius: 0;
}

.carousel-item {
  height: 240px;
  background-color: #000;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.sorteo-card:hover .carousel-item img {
  opacity: 1;
}

.prize-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
  padding: 30px 10px 10px;
  text-align: center;
  pointer-events: none;
}

.prize-name {
  color: var(--primary-gold);
  font-weight: 800;
  font-size: 1.1rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
  margin: 0;
  text-transform: uppercase;
}

.prize-sub {
  color: #fff;
  font-size: 0.8rem;
  opacity: 0.9;
}

.carousel-control-prev, .carousel-control-next {
  width: 12%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.sorteo-card:hover .carousel-control-prev,
.sorteo-card:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-size: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255,255,255,0.2);
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-color: var(--primary-gold);
  border-color: var(--primary-gold);
}

.card-footer-custom {
  margin-top: auto;
  padding: 15px 20px;
  background-color: var(--card-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ticket-price small {
  color: #888;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
}

.ticket-price strong {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

/* =========================
   11) STEPS CARD (INDEX.PHP)
   ========================= */
.steps-card {
  background-color: var(--card-bg);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.steps-header {
  background: linear-gradient(90deg, var(--primary-gold), var(--secondary-orange));
  padding: 15px;
  text-align: center;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.steps-body {
  padding: 20px;
}

.step-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s ease;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.step-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.step-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

.step-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-gold);
  color: #000;
  border: 2px solid var(--primary-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(255, 183, 3, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.step-row:hover .step-icon {
  transform: scale(1.1);
  box-shadow: 0 0 20px var(--primary-gold);
}

.step-content h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

.step-content p {
  color: #aaa;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

.step-yape-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: none;
}

.step-row:hover .step-yape-img {
  transform: scale(1.05);
  filter: none;
}

/* =========================
   12) VER_TICKETS.PHP
   ========================= */
.ticket-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  margin-top: 12px;
  text-align: left;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(255, 196, 86, .55);
}

.ticket-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.ticket-bottom {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  background: rgba(255,255,255,.96);
}

.ticket-meta {
  font-weight: 900;
  font-size: 13px;
  line-height: 1.15;
  color: #2b1b00;
  text-transform: uppercase;
}

.ticket-number {
  font-weight: 900;
  font-size: 26px;
  color: #2b1b00;
  line-height: 1;
}

/* =========================
   13) VER_GANADORES.PHP
   ========================= */
.banner-limit {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.banner-limit img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.banner-fallback {
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 10px;
  width: 100%;
}

/* === PÁGINA GANADORES: fondo y layout === */
body.bg-ganadores {
  background: linear-gradient(160deg, #0b0e14 0%, #141b2d 60%, #0f2027 100%);
  min-height: 100vh;
  color: #fff;
}

body.bg-ganadores .page-wrap {
  padding-top: 24px;
  padding-bottom: 60px;
}

body.bg-ganadores .panel {
  max-width: 960px;
}

/* === Título ganadores === */
body.bg-ganadores .page-title {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0%, var(--primary-gold) 50%, var(--secondary-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(255,183,3,.45));
  margin-bottom: 4px;
}

body.bg-ganadores .page-subtitle {
  color: #c9d1e0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

body.bg-ganadores .page-subtitle strong {
  color: var(--primary-gold);
}

/* === Selector de sorteo === */
.ganadores-select-wrap {
  max-width: 480px;
  margin: 0 auto 28px auto;
}

.ganadores-select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255, 183, 3, 0.4);
  color: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffb703' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 40px;
}

.ganadores-select:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 4px rgba(255,183,3,0.15);
}

.ganadores-select option {
  background: #1a2035;
  color: #fff;
}

/* === Winner Card Rediseñada === */
.winner-card {
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(145deg, #1a2035 0%, #111827 100%);
  border: 1px solid rgba(255, 183, 3, 0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  height: 100%;
}

.winner-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-gold), var(--secondary-orange));
  border-radius: 18px 18px 0 0;
}

.winner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(255,183,3,0.18);
  border-color: rgba(255,183,3,0.55);
}

.winner-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.winner-trophy-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-gold), var(--secondary-orange));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #000;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,183,3,0.35);
}

.prize {
  font-weight: 900;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.winner-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,183,3,0.15);
  transition: background 0.2s;
}

.winner-card:hover .field {
  background: rgba(255,183,3,0.06);
}

.label {
  font-size: 10px;
  font-weight: 800;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
  opacity: 0.85;
}

.value {
  font-weight: 800;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.value.ticket-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary-gold);
  letter-spacing: 1px;
}

/* === Sin ganadores (dashed-card) en fondo oscuro === */
body.bg-ganadores .dashed-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,183,3,0.45);
}

body.bg-ganadores .dashed-title {
  color: var(--primary-gold);
  font-size: 1.1rem;
}

body.bg-ganadores .muted {
  color: #8a9bbf;
  font-weight: 600;
}

/* === Botón soporte en fondo oscuro === */
body.bg-ganadores .btn-soporte {
  background: rgba(37,211,102,0.1);
  border-color: rgba(37,211,102,0.5);
  color: #25D366;
}

body.bg-ganadores .btn-soporte:hover {
  background: rgba(37,211,102,0.2);
}

/* === Horario en fondo oscuro === */
body.bg-ganadores .horario {
  color: #8a9bbf;
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
}

/* === Badge-pos (por si se usa) === */
.badge-pos {
  background: rgba(255,183,3,0.15);
  color: var(--primary-gold);
  font-weight: 900;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  border: 1px solid rgba(255,183,3,0.3);
}

/* =========================
   14) HORARIO (COMÚN)
   ========================= */
.horario {
  margin-top: 16px;
  color: #2b1b00;
  font-weight: 900;
}

.horario small {
  display: block;
  color: #2b1b00;
  font-weight: 900;
  margin-top: 8px;
}

.horario .line {
  color: #2b1b00;
  font-weight: 800;
  margin-top: 6px;
}

/* =========================
   15) SORTEO.PHP - PÁGINA DE COMPRA
   ========================= */

/* Tarjeta de Pagos (Navy Blue) */
.ct-card-pay {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  border-radius: 16px;
  overflow: hidden;
  color: white;
  box-shadow: 0 10px 25px rgba(32, 58, 67, 0.3);
  border: 1px solid rgba(255,255,255,0.1);
}

.ct-pay-header {
  background: rgba(0,0,0,0.2);
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ct-price-display {
  font-size: 3rem;
  font-weight: 800;
  color: #ffd700;
  line-height: 1;
  margin-top: 10px;
  text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.ct-pay-body {
  padding: 30px 20px;
}

.ct-wallet-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.ct-wallet-badge {
  background: #fff;
  color: #333;
  font-weight: 800;
  padding: 5px 20px;
  border-radius: 20px;
  position: absolute;
  top: -12px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  font-size: 0.9rem;
}

.badge-yape {
  color: #d81b60;
}

.badge-plin {
  color: #00b0ff;
}

.ct-qr-container {
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.ct-qr-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ct-wallet-info {
  text-align: center;
}

.ct-wallet-info .w-phone {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.ct-wallet-info .w-name {
  font-size: 0.85rem;
  color: #ccc;
}

/* Tarjeta de Formulario (Blanca) */
.ct-card-form {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
  border: 1px solid #e0e0e0;
}

.ct-form-header {
  background-color: #fff;
  padding: 25px;
  border-bottom: 1px solid #f0f0f0;
}

.ct-form-header h4 {
  font-weight: 800;
  color: #333;
  margin: 0;
}

/* Botón Final */
.ct-btn-final {
  background: #ffd700;
  color: #0f2027;
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  transition: 0.3s;
  cursor: pointer;
}

.ct-btn-final:hover {
  background: #ffea00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* =========================
   16) TICKET VISUAL GENERADO (SORTEO.PHP)
   ========================= */
.ticket-visual {
  background: #fff;
  border: 2px solid #c5a059;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  max-width: 800px;
  margin: 0 auto;
  background-image: radial-gradient(#f3e5f5 1px, transparent 1px);
  background-size: 20px 20px;
}

.ticket-left {
  background: #0f2027;
  color: #fff;
  padding: 20px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.company-name {
  font-weight: 900;
  font-size: 1rem;
  color: #ffd700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.event-label {
  font-size: 0.65rem;
  letter-spacing: 2px;
  opacity: 0.8;
  text-transform: uppercase;
}

.event-date {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 5px;
}

.ticket-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  z-index: 1;
  min-height: 200px;
  text-align: center;
}

.ticket-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.ticket-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 230, 0, 0.05);
  z-index: -1;
}

.ticket-center > * {
  position: relative;
  z-index: 10;
}

.ticket-title {
  font-size: 0.8rem;
  font-weight: 800;
  color: #b71c1c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
  1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.ticket-owner {
  margin-bottom: 15px;
}

.ticket-owner small {
  display: block;
  color: #333;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-shadow: 1px 1px 0 #fff;
}

.ticket-owner div {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
  word-wrap: break-word;
  text-shadow: 3px 0px 0px #fff, -3px 0px 0px #fff,
  0px 3px 0px #fff, 0px -3px 0px #fff,
  2px 2px 0px #fff, -2px -2px 0px #fff,
  2px -2px 0px #fff, -2px 2px 0px #fff;
}

.ticket-serial {
  display: inline-block;
  background: #0f2027;
  padding: 8px 25px;
  border-radius: 50px;
  border: 2px solid #ffd700;
  color: #fff;
  font-family: monospace;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  margin-top: 5px;
}

.ticket-serial span {
  color: #ffd700;
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 8px;
  letter-spacing: 1px;
}

.ticket-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  background: #fafafa;
  z-index: 2;
}

.ticket-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.ticket-punch {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f0f2f5;
  border-radius: 50%;
  border: 2px solid #c5a059;
  left: 25%;
  transform: translateX(-50%);
  z-index: 5;
}

.punch-top {
  top: -17px;
  border-bottom-color: transparent;
}

.punch-bottom {
  bottom: -17px;
  border-top-color: transparent;
}

.animate-pop-in {
  animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

/* =========================
   17) RESPONSIVE
   ========================= */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(5, 5, 10, 0.98);
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
    border: 1px solid var(--border-color);
  }

  .navbar-nav, .action-buttons-container {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .nav-item {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .btn-action {
    width: 100%;
    margin: 5px 0;
  }

  .action-buttons-container {
    flex-direction: column;
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .page-wrap .panel {
    max-width: 1200px !important;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .ticket-visual {
    flex-direction: column;
    max-width: 350px;
  }

  .ticket-left {
    width: 100%;
    border-right: none;
    border-bottom: 2px dashed #fff;
    padding: 15px;
  }

  .ticket-center {
    width: 100%;
    min-height: 180px;
    padding: 20px 10px;
  }

  .ticket-owner div {
    font-size: 1.6rem;
  }

  .ticket-serial {
    font-size: 1rem;
    padding: 6px 15px;
  }

  .ticket-serial span {
    font-size: 1.1rem;
  }

  .ticket-right {
    width: 100%;
    border-left: none;
    border-top: 2px dashed #ccc;
    padding: 15px;
  }

  .ticket-punch {
    display: none;
  }
}
/* =========================================
   ESTILOS DEL PANEL ADMINISTRATIVO (ADMIN)
   ========================================= */

/* Estructura Principal */
body.admin-body {
  background-color: #f4f6f9; /* Fondo claro para trabajar cómodo */
  color: #333; /* Texto oscuro para lectura fácil */
}

.admin-wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Sidebar (Barra lateral) */
.admin-sidebar {
  min-width: 260px;
  max-width: 260px;
  background: var(--bg-dark); /* Mantiene la marca */
  color: #fff;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.admin-sidebar.toggled {
  margin-left: -260px;
}

.sidebar-header {
  padding: 20px;
  background: rgba(0,0,0,0.2);
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-header img {
  max-width: 120px;
}

.sidebar-user {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-color);
}

.user-avatar {
  width: 40px;
  height: 40px;
  background: var(--primary-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}

.sidebar-menu {
  padding: 20px 0;
  list-style: none;
}

.sidebar-menu li a {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
  border-left: 4px solid transparent;
}

.sidebar-menu li a:hover, .sidebar-menu li a.active {
  background: rgba(255, 183, 3, 0.1);
  color: #fff;
  border-left-color: var(--primary-gold);
}

.sidebar-menu li a i {
  width: 25px;
  margin-right: 10px;
  text-align: center;
}

/* Contenido Principal */
.admin-content {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.admin-topbar {
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.btn-toggle-sidebar {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Tarjetas de Estadísticas (Estilo Claro) */
.admin-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.admin-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.stat-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
}

.icon-gold { background: rgba(255, 183, 3, 0.2); color: #e6a600; }
.icon-blue { background: rgba(24, 119, 242, 0.2); color: #1877F2; }
.icon-green { background: rgba(37, 211, 102, 0.2); color: #25D366; }

/* Tablas Admin */
.admin-table-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  border: 1px solid #eee;
  margin-top: 20px;
}

.table-responsive {
  overflow-x: auto;
}

.table-clean {
  width: 100%;
  border-collapse: collapse;
}

.table-clean th {
  text-align: left;
  padding: 15px;
  background-color: #f8f9fa;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-bottom: 2px solid #eee;
}

.table-clean td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  color: #333;
}

.table-clean tr:hover {
  background-color: #fafafa;
}

.badge-admin {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}
.badge-admin.active { background: #d1e7dd; color: #0f5132; }
.badge-admin.draft { background: #fff3cd; color: #664d03; }
.badge-admin.end { background: #ffcdcd; color: #66031d; }

/* Botones de acción en tabla */
.action-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  margin-right: 5px;
}

.btn-edit-soft { background: #e7f1ff; color: #0d6efd; }
.btn-del-soft { background: #fee2e2; color: #dc3545; }

.btn-edit-soft:hover { background: #0d6efd; color: #fff; }
.btn-del-soft:hover { background: #dc3545; color: #fff; }

/* Responsive Admin */
@media (max-width: 768px) {
  .admin-sidebar {
    margin-left: -260px;
    position: fixed;
    height: 100%;
  }
  .admin-sidebar.toggled {
    margin-left: 0;
  }
  .admin-content {
    padding: 10px;
  }
}
/* =========================================
   NUEVO LOGIN ADMINISTRATIVO (VISTA CLARA)
   ========================================= */

body.login-admin-bg {
  /* Fondo degradado suave y profesional (Gris azulado a Blanco) */
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.login-card-modern {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  border-radius: 24px;
  /* Sombra elegante y difusa (estilo Apple/Google) */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
  text-align: center;
}

/* Barra decorativa superior */
.login-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-gold), var(--secondary-orange));
}

.login-logo-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
}

.login-logo-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.login-title {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.login-subtitle {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

/* Inputs limpios estilo Material */
.input-group-modern {
  position: relative;
  margin-bottom: 20px;
}

.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 1.1rem;
  z-index: 2;
  transition: 0.3s;
}

.form-control-modern {
  width: 100%;
  padding: 14px 15px 14px 45px; /* Espacio para el icono */
  border: 2px solid #f0f2f5;
  background-color: #fcfcfc;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.form-control-modern::placeholder {
  color: #bbb;
}

.form-control-modern:focus {
  background-color: #fff;
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.15);
}

.form-control-modern:focus + .input-icon {
  color: var(--primary-gold);
}

/* Botón moderno */
.btn-login-modern {
  background: linear-gradient(45deg, var(--bg-dark), #2a2d35);
  color: #fff;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 10px;
}

.btn-login-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  color: var(--primary-gold);
}

.footer-login {
  margin-top: 25px;
  font-size: 0.85rem;
  color: #999;
}

.footer-login a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
}
.footer-login a:hover {
  color: var(--secondary-orange);
  text-decoration: underline;
}

/* Estilos para el selector de fondos */
.fondo-option {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
  position: relative;
}
.fondo-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* Cuando el radio button interno está checked, estilizamos el padre */
.fondo-radio:checked + .fondo-img-container {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.3);
}
.fondo-radio:checked + .fondo-img-container::after {
  content: '\f00c'; /* Check icon FontAwesome */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--primary-gold);
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.fondo-img-container {
  border: 3px solid #eee;
  border-radius: 8px;
  height: 100px;
  width: 100%;
  position: relative;
}
.fondo-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Previsualización Premio */
.img-preview-box {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ccc;
}
.img-preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; /* Se muestra con JS */
}

/* ==============================
  ADMIN - SORTEOS (modal / fondos)
   ============================== */

/* Estilos Selector de Fondos */
.fondo-option {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
  position: relative;
}
.fondo-option:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.fondo-radio:checked + .fondo-img-container {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 4px rgba(255, 183, 3, 0.3);
}
.fondo-radio:checked + .fondo-img-container::after {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--primary-gold);
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.fondo-img-container {
  border: 3px solid #eee;
  border-radius: 8px;
  height: 80px;
  width: 100%;
  position: relative;
}
.fondo-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PREVIEW (modal premio) */
.preview-card-mockup {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #fff;
  border: 1px solid #eee;
}
.preview-card-mockup img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.preview-card-body {
  padding: 15px;
  text-align: center;
}
.preview-card-title {
  font-weight: 800;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
}
.preview-card-price {
  font-weight: 900;
  color: var(--primary-gold);
  font-size: 1.5rem;
}

/* === Premios: miniatura clickeable (como listado de sorteos) === */
.premio-thumb-box{
  width: 50px;
  height: 35px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premio-thumb-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premio-thumb-box:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transform: translateY(-1px);
  transition: .2s;
}