.elementor-921 .elementor-element.elementor-element-88a2eb5{--display:flex;}.elementor-921 .elementor-element.elementor-element-4f13df3{margin:79px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a309fa2 *//* ===== Sección general ===== */
.kronix-ubicaciones {
  width: 100%;
  background: #ffffff;
  padding: 5rem min(6vw, 5rem);
  position: relative;
  overflow: hidden;
}

.kronix-ubicaciones__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 2rem;
  align-items: center;
}

/* ===== Mapa ===== */
.kronix-ubicaciones__map {
  position: relative;
  min-height: 320px;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: saturate(0) opacity(0.18);
}

/* Punto animado */
.map-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #B9A374; /* amarillo Kronix */
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(185, 163, 116, 0.35);
  animation: pulse 1.8s ease-out infinite;
}

/* México */
.map-pin.mexico {
  top: 42%;
  left: 20%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(185, 163, 116, 0.35);
  }
  70% {
    transform: scale(1.4);
    box-shadow: 0 0 0 12px rgba(185, 163, 116, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(185, 163, 116, 0);
  }
}

/* ===== Contenido ===== */
.kronix-ubicaciones__content {
  text-align: left;
}

.kronix-tag {
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #B9A374;
  margin-bottom: 1rem;
}

.kronix-title {
  font-size: clamp(2.4rem, 3.2vw, 3.3rem);
  line-height: 1.1;
  color: #000;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.kronix-text {
  max-width: 30rem;
  color: #2f2f2f;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  font-size: 0.95rem;
}

/* Botón */
.kronix-btn {
  display: inline-block;
  background: #B9A374;
  color: #fff;
  padding: 0.9rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kronix-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(185, 163, 116, 0.35);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .kronix-ubicaciones__inner {
    grid-template-columns: 1fr;
  }
  .kronix-ubicaciones__map {
    min-height: 240px;
    margin-bottom: 1.5rem;
  }
  .kronix-ubicaciones {
    padding-inline: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f13df3 *//* ===== SECCIÓN GENERAL ===== */
.kronix-loop {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7rem 2rem;
  overflow: visible; /* permite que los círculos salgan del bloque negro */
}

/* ===== CÍRCULOS ANIMADOS ===== */
.circle-bg {
  position: absolute;
  top: -0%; /* centrado vertical */
  left: 15%; /* centrado horizontal */
  transform: translate(-50%, -50%);
  z-index: 0;
}

.circle {
  position: absolute;
  border: 2px solid rgba(185, 163, 116, 0.4); /* más gruesas y doradas */
  border-radius: 50%;
  animation: pulseCircles 6s ease-in-out infinite;
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(185, 163, 116, 0.3));
  mix-blend-mode: screen;
}

/* Tamaños progresivos (centrados entre sí) */
.c1 {
  width: 450px;
  height: 450px;
  animation-delay: 0s;
}
.c2 {
  width: 700px;
  height: 700px;
  animation-delay: 1.5s;
}
.c3 {
  width: 1000px;
  height: 1000px;
  animation-delay: 3s;
}

/* Animación tipo “pulso” */
@keyframes pulseCircles {
  0%, 100% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.08);
  }
}

/* ===== CONTENIDO ===== */
.loop-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.loop-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.loop-title span {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
.loop-title em {
  font-style: italic;
  display: inline-block;
  color: #B9A374;
  margin-top: 0.3rem;
}
.loop-title strong {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.3rem;
  color: #fff;
}

.loop-text {
  font-size: 1rem;
  color: #e3e3e3;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* ===== BOTÓN ===== */
.loop-btn {
  display: inline-block;
  background-color: #B9A374;
  color: #fff;
  padding: 0.9rem 2.5rem;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.loop-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(185, 163, 116, 0.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .c1 { width: 280px; height: 280px; }
  .c2 { width: 300px; height: 400px; }
  .c3 { width: 550px; height: 550px; }
  .loop-title { font-size: 2rem; }
}/* End custom CSS */