/* Header fijo */
.main-header-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Evita que el contenido quede debajo */
.ast-desktop .site-content {
    padding-top: 80px;
}

/* Botón flotante */
.boton-flotante {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.boton-flotante .elementor-button {
    background-color: #1E5EFF;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.boton-flotante .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}
.main-header-menu a {
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Link activo del menú */
.main-header-menu .current-menu-item > a,
.main-header-menu .current_page_item > a {
    color: #1E5EFF !important;
    font-weight: 600;
}

.main-header-menu a {
    opacity: 0.8;
}

.main-header-menu .current-menu-item > a {
    opacity: 1;
}

.footer-menu a {
    color: #cbd5e1;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #1E5EFF;
}
/* Título del footer */
.site-footer h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Año 2026 en azul */
.site-footer h3 span {
    color: #1E5EFF;
}

/* Texto descriptivo footer */
.site-footer p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}
/* Título footer */
.footer-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.footer-title span {
  color: #1E5EFF;
}

/* Texto descriptivo */
.footer-desc {
  color: #b8c6db;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}

.footer-widget-area a {
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-widget-area a:hover {
  color: #1E5EFF;
}
/* Footer menu vertical */
.footer-widget-area .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Quitar estilo horizontal */
.footer-widget-area .menu li {
    display: block;
}

/* Mejorar apariencia */
.footer-widget-area .menu a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widget-area .menu a:hover {
    color: #1E5EFF;
}
.numero-azul {
  color: #2F6BFF;
	font-weight: 900;
	 text-shadow: 0 0 8px rgba(43,179,230,0.3);
}
/*color de precio*/
.precio-actual {
  color: #2F6BFF;      /* tu azul */
  font-weight: 800;
  font-size: 1.6em;    /* más grande que el base */
}

.precio-anterior {
  color: #9aa3b2;      /* gris suave */
  font-weight: 500;
  font-size: 1em;
  text-decoration: line-through;
  opacity: 0.8;
  margin-left: 10px;
}

/*acordeon_categorias*/
.dist-numero {
  color: #2BB3E6;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -1px;
}

.dist-texto {
  font-weight: 500;
  opacity: 0.9;
}

.categoria-bloque {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cat-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.9em;
  color: #cbd5e1;
}
.cat-titulo {
  color: #2BB3E6;
  font-weight: 600;
  margin-top: 15px;
}

/*reglamento*/
/* Títulos del reglamento */
.elementor-widget-text-editor h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Párrafos */
.elementor-widget-text-editor p {
  font-size: 15px;
  line-height: 1.7;
  color: #a8b3c7;
  margin-bottom: 15px;
}

/* Listas */
.elementor-widget-text-editor ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.elementor-widget-text-editor li {
  margin-bottom: 8px;
  color: #a8b3c7;
}

/*resultado*/

.result-card {
  background: #0E1B2D;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

.result-button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  border-radius: 30px;
  padding: 8px 18px;
}
