.elementor-9 .elementor-element.elementor-element-32aafb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-003fa51 *//* CONFIGURACIÓN BÁSICA Y VARIABLES ASEC */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* RESET ESPECÍFICO PARA PREVENIR CONFLICTOS CON ELEMENTOR */
.asec-bento-rules-wrapper, 
.asec-bento-rules-wrapper * {
  box-sizing: border-box;
}

.asec-bento-rules-wrapper {
  --white: #ffffff;
  --yellow: #fec300;
  --light-blue: #009ee3;
  --red: #e30613;
  --blue: #134897;
  --navy: #2a2b63;
  --bg-gray: #f8fafc;
  --border-color: #e2e8f0;
  --text-main: #334155;
  --text-light: #64748b;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: var(--text-main);
  background: transparent;
  padding: 0;
}

/* HEADER */
.bento-header { text-align: center; margin-bottom: 40px; }
.header-badge { display: inline-block; background: var(--bg-gray); color: var(--light-blue); padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; border: 1px solid var(--border-color); }
.header-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3.5rem); color: var(--navy); margin: 0 0 10px 0; line-height: 1.1; }
.header-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 650px; margin: 0 auto; }

/* TOP ROW */
.top-row-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.top-card { background: var(--white); border-radius: 20px; padding: 25px; border: 1px solid var(--border-color); display: flex; align-items: center; gap: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.top-card.red-alert { background: var(--red); border: none; box-shadow: 0 8px 20px rgba(227, 6, 19, 0.15); }
.top-icon { width: 45px; height: 45px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.top-icon.blue-icon { background: rgba(0, 158, 227, 0.1); }
.top-card.red-alert .top-icon { background: rgba(255,255,255,0.2); }
.top-icon svg { width: 24px; height: 24px; }
.top-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--blue); margin: 0 0 5px 0; }
.top-card p { font-size: 0.95rem; margin: 0; line-height: 1.5; color: var(--text-light); }
.top-card strong { color: var(--navy); }

/* IMAGE MATCH GRID (2 COLUMNS) */
.image-match-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}

/* LEFT COL: PUNTUACIÓN */
.score-column {
  background: var(--white);
  border-radius: 24px;
  padding: 35px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 20px rgba(42, 43, 99, 0.04);
}

.section-title { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.icon-concentric { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.icon-concentric svg { width: 32px; height: 32px; }
.section-title h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.5rem; color: var(--blue); margin: 0; }

.score-intro { font-size: 0.95rem; color: var(--text-main); margin-bottom: 25px; line-height: 1.5; }

.cards-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 25px;
}

.score-box {
  background: #fafcff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.box-red { border: 1.5px solid var(--red); }
.box-blue { border: 1.5px solid var(--border-color); }

.score-box span[class^="val-"] { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.3rem; margin-bottom: 5px; }
.val-red { color: var(--red); }
.val-navy { color: var(--navy); }
.val-lightblue { color: var(--light-blue); }

.score-box strong { color: var(--navy); font-size: 0.9rem; margin-bottom: 4px; }
.score-box p { color: var(--text-light); font-size: 0.8rem; margin: 0; line-height: 1.4; }

/* MINI CALCULADORA ESTILOS */
.mini-calc-wrapper {
  background: var(--bg-gray);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 20px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.mini-calc-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--yellow);
}

.calc-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.calc-title { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--navy); font-size: 1.1rem; }
.calc-subtitle { font-size: 0.8rem; color: var(--text-light); }

.calc-inputs-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.calc-side label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.calc-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calc-inputs input {
  width: 100%;
  max-width: 60px;
  height: 40px;
  text-align: center;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--blue);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s;
  -moz-appearance: textfield;
}

.calc-inputs input::-webkit-outer-spin-button,
.calc-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-inputs input:focus { border-color: var(--light-blue); }
.calc-inputs span { font-weight: 800; color: var(--text-light); }

.calc-result-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  flex-wrap: wrap;
  gap: 10px;
}

.calc-total {
  font-size: 1rem;
  color: var(--text-light);
}
.calc-total strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  color: var(--red);
}

.calc-breakdown {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pill-calc {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}
.pill-calc.active-base { background: rgba(0, 158, 227, 0.1); color: var(--blue); }
.pill-calc.active-bonus { background: rgba(254, 195, 0, 0.2); color: #b08500; }
.pill-calc.active-diff { background: rgba(227, 6, 19, 0.1); color: var(--red); }
.pill-calc.inactive { background: #f1f5f9; color: #94a3b8; text-decoration: line-through; }

/* RIGHT COL: PREMIOS / INFO */
.info-column { display: flex; flex-direction: column; gap: 20px; }

.prizes-box {
  background: var(--yellow);
  border-radius: 24px;
  padding: 35px;
}

.red-square-icon { background: var(--red); width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.red-square-icon svg { width: 20px; height: 20px; }

.prizes-box h2 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.5rem; color: var(--navy); margin: 0 0 20px 0; }

.clean-prizes { list-style: none; padding: 0; margin: 0; }
.clean-prizes li { background: var(--white); border-radius: 10px; padding: 12px 18px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--text-main); }
.clean-prizes li:last-child { margin-bottom: 0; }
.medal { font-size: 1.2rem; }

/* SPLIT INFO (Desempate / Fechas) */
.split-info { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.white-card { background: var(--white); border: 1px solid var(--border-color); border-radius: 20px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }

.light-blue-icon { background: rgba(0, 158, 227, 0.1); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.light-blue-icon svg { width: 18px; height: 18px; }

.white-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.2rem; color: var(--blue); margin: 0 0 10px 0; line-height: 1.2; }
.white-card p { font-size: 0.85rem; color: var(--text-light); margin: 0 0 15px 0; line-height: 1.4; }

.num-list, .bullet-list { list-style: none; padding: 0; margin: 0; }
.num-list li, .bullet-list li { font-size: 0.85rem; color: var(--text-main); margin-bottom: 10px; line-height: 1.4; position: relative; padding-left: 15px; }
.num-list li::before, .bullet-list li::before { content: "•"; position: absolute; left: 0; color: var(--light-blue); font-weight: bold; }
.num-list li strong, .bullet-list li strong { color: var(--navy); }

/* BOTTOM ROW */
.bottom-row-grid { margin-top: 20px; }
.bottom-card { background: var(--white); border-radius: 20px; padding: 30px; border: 1px solid var(--border-color); box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.bottom-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--blue); margin: 0 0 10px 0; }
.bottom-card p { font-size: 0.95rem; color: var(--text-light); line-height: 1.5; margin: 0 0 20px 0; }

.contact-strip { display: flex; gap: 20px; flex-wrap: wrap; }
.contact-strip span { background: var(--bg-gray); padding: 10px 18px; border-radius: 10px; font-size: 0.9rem; color: var(--navy); border: 1px solid var(--border-color); }

/* RESPONSIVE */
@media (max-width: 992px) {
  .top-row-grid { grid-template-columns: 1fr; }
  .image-match-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .cards-2x2 { grid-template-columns: 1fr; }
  .split-info { grid-template-columns: 1fr; }
  .calc-inputs-area { grid-template-columns: 1fr; }
  .score-column, .prizes-box, .white-card, .bottom-card, .top-card { padding: 20px; }
  .header-title { font-size: 1.8rem; }
  .contact-strip span { width: 100%; word-break: break-all; }
}/* End custom CSS */