.elementor-18 .elementor-element.elementor-element-a9e80f1{--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;}.elementor-18 .elementor-element.elementor-element-d3f1cd3{width:100%;max-width:100%;margin:-47px 0px calc(var(--kit-widget-spacing, 0px) + -23px) 0px;}.elementor-18 .elementor-element.elementor-element-bdbb1fe{--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;}.elementor-18 .elementor-element.elementor-element-09070a6{--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;}.elementor-18 .elementor-element.elementor-element-26ac2e1{margin:-24px 0px calc(var(--kit-widget-spacing, 0px) + -23px) 0px;}.elementor-18 .elementor-element.elementor-element-763d58f{--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;}.elementor-18 .elementor-element.elementor-element-ac4fb21{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;}.elementor-18 .elementor-element.elementor-element-27b815a{--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;}.elementor-18 .elementor-element.elementor-element-0ad1122{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -31px) 0px;}.elementor-18 .elementor-element.elementor-element-da7e5f3{--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;}.elementor-18 .elementor-element.elementor-element-814a38a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -24px) 0px;}.elementor-18 .elementor-element.elementor-element-5711394{--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;}.elementor-18 .elementor-element.elementor-element-309ce82{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -195px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a1a3f68 *//* ============================================
   THOR SUCCESS - SOBRE NOSOTROS (CSS ONLY)
   ============================================ */

.thor-about {
  position: relative;
  background: #1A1A1A;
  padding: 120px 0;
  overflow: hidden;
  color: #F5F1EA;
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Inputs ocultos para controlar el carrusel */
.thor-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* === GRID DECORATIVO DE FONDO === */
.thor-about-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.thor-grid-line {
  position: absolute;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(201, 169, 97, 0.12) 50%,
    transparent 100%
  );
  height: 1px;
  width: 100%;
  left: 0;
}

.thor-grid-line.vertical {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(201, 169, 97, 0.12) 50%,
    transparent 100%
  );
  width: 1px;
  height: 100%;
  top: 0;
}

.thor-grid-line.h1 { top: 25%; animation: drawH 2s ease-out 0.2s both; }
.thor-grid-line.h2 { top: 50%; animation: drawH 2s ease-out 0.4s both; }
.thor-grid-line.h3 { top: 75%; animation: drawH 2s ease-out 0.6s both; }
.thor-grid-line.v1 { left: 20%; animation: drawV 2s ease-out 0.3s both; }
.thor-grid-line.v2 { left: 50%; animation: drawV 2s ease-out 0.5s both; }
.thor-grid-line.v3 { left: 80%; animation: drawV 2s ease-out 0.7s both; }

@keyframes drawH {
  0% { transform: scaleX(0); transform-origin: left center; }
  100% { transform: scaleX(1); transform-origin: left center; }
}

@keyframes drawV {
  0% { transform: scaleY(0); transform-origin: top center; }
  100% { transform: scaleY(1); transform-origin: top center; }
}

/* Punto luminoso pulsante */
.thor-pulse-dot {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9A961;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.8), 0 0 40px rgba(201, 169, 97, 0.4);
  z-index: 2;
  animation: thorPulse 4s ease-in-out infinite;
}

@keyframes thorPulse {
  0%, 100% { transform: translateY(-50%) scale(1); opacity: 1; }
  50% { transform: translateY(-50%) scale(1.6); opacity: 0.5; }
}

/* === WRAPPER === */
.thor-about-wrapper {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  width: 100%;
}

/* === COLUMNA IZQUIERDA === */
.thor-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
  animation: fadeUp 1s ease 0.3s both;
}

.thor-about-eyebrow::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-about-eyebrow span {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-about-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0 0 36px 0;
  animation: fadeUp 1s ease 0.5s both;
}

.thor-about-title .gold-accent {
  color: #C9A961;
}

.thor-about-intro {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.7);
  max-width: 480px;
  margin: 0;
  animation: fadeUp 1s ease 0.7s both;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* === COLUMNA DERECHA === */
.thor-gallery {
  position: relative;
  min-height: 480px;
  animation: fadeUp 1s ease 0.9s both;
}

.thor-gallery-stage {
  position: relative;
  min-height: 380px;
}

.thor-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s;
}

/* === LÓGICA CSS-ONLY: mostrar slide según radio activo === */
#thor-r1:checked ~ .thor-about-wrapper .thor-slide[data-slide="0"],
#thor-r2:checked ~ .thor-about-wrapper .thor-slide[data-slide="1"],
#thor-r3:checked ~ .thor-about-wrapper .thor-slide[data-slide="2"] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

/* Estilo del label dot activo */
#thor-r1:checked ~ .thor-about-wrapper label[for="thor-r1"],
#thor-r2:checked ~ .thor-about-wrapper label[for="thor-r2"],
#thor-r3:checked ~ .thor-about-wrapper label[for="thor-r3"] {
  color: #C9A961;
}

#thor-r1:checked ~ .thor-about-wrapper label[for="thor-r1"]::before,
#thor-r2:checked ~ .thor-about-wrapper label[for="thor-r2"]::before,
#thor-r3:checked ~ .thor-about-wrapper label[for="thor-r3"]::before {
  background: #C9A961;
  box-shadow: 0 0 12px rgba(201, 169, 97, 0.7);
}

/* === CONTENIDO DEL SLIDE === */
.thor-slide-number {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #C9A961;
  margin-bottom: 12px;
}

.thor-slide-number::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #C9A961;
}

.thor-slide-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.5);
  margin: 0 0 24px 0;
}

.thor-slide-heading {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #F5F1EA;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.thor-slide-heading .gold-accent {
  color: #C9A961;
}

.thor-slide-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 241, 234, 0.7);
  margin: 0 0 14px 0;
}

.thor-slide-text:last-child {
  margin-bottom: 0;
}

/* === CONTROLES === */
.thor-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(201, 169, 97, 0.15);
  position: relative;
}

.thor-dots {
  display: flex;
  gap: 28px;
  align-items: center;
}

.thor-dot {
  cursor: pointer;
  padding: 8px 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.3);
  transition: color 0.4s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.thor-dot::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(245, 241, 234, 0.2);
  transition: all 0.4s ease;
}

.thor-dot:hover {
  color: rgba(245, 241, 234, 0.7);
}

/* === FLECHAS (LABELS) === */
.thor-arrows {
  display: flex;
  gap: 12px;
}

.thor-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 169, 97, 0.3);
  background: transparent;
  color: #C9A961;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  user-select: none;
}

.thor-arrow:hover {
  background: #C9A961;
  color: #1A1A1A;
  border-color: #C9A961;
  transform: translateY(-2px);
}

/* === LÓGICA DE FLECHAS: cada flecha es un label que apunta al siguiente/anterior === */
/* Las flechas se ocultan/muestran según el slide activo */
.thor-arrow {
  display: none;
}

#thor-r1:checked ~ .thor-about-wrapper .thor-arrow.next-to-2,
#thor-r1:checked ~ .thor-about-wrapper .thor-arrow.prev-to-3,
#thor-r2:checked ~ .thor-about-wrapper .thor-arrow.next-to-3,
#thor-r2:checked ~ .thor-about-wrapper .thor-arrow.prev-to-1,
#thor-r3:checked ~ .thor-about-wrapper .thor-arrow.next-to-1,
#thor-r3:checked ~ .thor-about-wrapper .thor-arrow.prev-to-2 {
  display: flex;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .thor-about {
    padding: 100px 0;
    min-height: auto;
  }
  
  .thor-about-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 40px;
  }
  
  .thor-about-title {
    font-size: 48px;
  }
  
  .thor-pulse-dot {
    display: none;
  }
}

@media (max-width: 768px) {
  .thor-about {
    padding: 80px 0;
  }
  
  .thor-about-wrapper {
    padding: 0 24px;
    gap: 50px;
  }
  
  .thor-about-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
  
  .thor-slide-heading {
    font-size: 24px;
  }
  
  .thor-gallery-stage {
    min-height: 340px;
  }
  
  .thor-gallery-controls {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  
  .thor-dots {
    gap: 18px;
    flex-wrap: wrap;
  }
  
  .thor-dot {
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26ac2e1 *//* ============================================
   THOR - SECCIÓN CIFRAS (FINAL)
   ============================================ */

.thor-cifras {
  position: relative;
  background: #1A1A1A;
  padding: 140px 0;
  overflow: hidden;
  color: #F5F1EA;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  min-height: 80vh;
  display: flex;
  align-items: center;
}

/* Video de fondo */
.thor-cifras-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Overlay oscuro sobre el video */
.thor-cifras-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.92) 0%,
    rgba(26, 26, 26, 0.85) 50%,
    rgba(26, 26, 26, 0.95) 100%
  );
  z-index: 2;
}

/* Vignette para concentrar la mirada */
.thor-cifras-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    rgba(26, 26, 26, 0.4) 70%,
    rgba(26, 26, 26, 0.85) 100%
  );
  z-index: 3;
  pointer-events: none;
}

/* Wrapper */
.thor-cifras-wrapper {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

/* === Header === */
.thor-cifras-header {
  margin-bottom: 100px;
  max-width: 900px;
}

.thor-cifras-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
}

.thor-cifras-eyebrow::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-cifras-eyebrow span {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-cifras-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.thor-cifras-title .gold-accent {
  color: #C9A961;
}

/* === Grid de cifras (sin líneas verticales) === */
.thor-cifras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}

/* === Items individuales === */
.thor-cifras-item {
  position: relative;
  padding: 50px 40px;
  text-align: center;
  cursor: default;
  transition: transform 0.5s ease;
}

.thor-cifras-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    rgba(201, 169, 97, 0.08) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.thor-cifras-item:hover::before {
  opacity: 1;
}

.thor-cifras-item:hover {
  transform: translateY(-8px);
}

.thor-cifras-item-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(201, 169, 97, 0.8);
  margin: 0 0 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.thor-cifras-item-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: #C9A961;
}

/* Números gigantes */
.thor-cifras-number-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}

.thor-cifras-number {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(70px, 9vw, 140px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -4px;
  color: #C9A961;
  margin: 0;
  text-shadow: 0 4px 30px rgba(201, 169, 97, 0.2);
}

.thor-cifras-number sup {
  font-size: 0.4em;
  font-weight: 700;
  color: #C9A961;
  vertical-align: super;
  margin-left: 4px;
  letter-spacing: 0;
}

/* Variante texto (Global) */
.thor-cifras-number-text {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(56px, 7.5vw, 110px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -3px;
  color: #C9A961;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 4px 30px rgba(201, 169, 97, 0.2);
}

.thor-cifras-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0;
  opacity: 0.95;
}

/* Detalle adicional - SIEMPRE VISIBLE */
.thor-cifras-detail {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(245, 241, 234, 0.55);
  margin: 14px 0 0 0;
  line-height: 1.5;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .thor-cifras {
    padding: 100px 0;
    min-height: auto;
  }
  
  .thor-cifras-wrapper {
    padding: 0 24px;
  }
  
  .thor-cifras-header {
    margin-bottom: 60px;
  }
  
  .thor-cifras-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .thor-cifras-item {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(201, 169, 97, 0.15);
  }
  
  .thor-cifras-item:last-child {
    border-bottom: none;
  }
  
  .thor-cifras-number {
    font-size: clamp(70px, 18vw, 110px);
  }
  
  .thor-cifras-number-text {
    font-size: clamp(56px, 14vw, 90px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac4fb21 *//* ============================================
   THOR - PORTAFOLIO V3 (IMG TAGS)
   ============================================ */

.thor-portfolio {
  position: relative;
  background: #1A1A1A;
  padding: 140px 0;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #F5F1EA;
}

/* === GLOBO SVG === */
.thor-portfolio-globe {
  position: absolute;
  top: 50%;
  right: -250px;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.25;
}

.thor-portfolio-globe svg {
  width: 100%;
  height: 100%;
  animation: thorPortfolioRotate 80s linear infinite;
}

@keyframes thorPortfolioRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.thor-portfolio-globe::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,97,0.2) 0%, transparent 70%);
  filter: blur(60px);
}

/* === WRAPPER === */
.thor-portfolio-inner {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

/* === HEADER === */
.thor-portfolio-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: flex-end;
  margin-bottom: 80px;
}

.thor-portfolio-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
}

.thor-portfolio-label::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-portfolio-num {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-portfolio-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0;
  font-style: normal;
}

.thor-portfolio-title .thor-gold {
  color: #C9A961;
  font-style: normal;
}

.thor-portfolio-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.7);
  margin: 0;
}

.thor-portfolio-lead strong {
  color: #C9A961;
  font-weight: 600;
}

/* === GRID === */
.thor-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* === CARD === */
.thor-portfolio-card {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  cursor: pointer;
  background: #0F0F0F;
  border: 1px solid rgba(201, 169, 97, 0.1);
  transition: transform 0.5s ease, border-color 0.5s ease;
  display: block;
  text-decoration: none;
}

.thor-portfolio-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(201, 169, 97, 0.6);
}

/* Imagen como <img> real */
.thor-portfolio-card img.thor-portfolio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%) brightness(0.85);
  transition: filter 0.6s ease, transform 0.6s ease;
  z-index: 1;
}

.thor-portfolio-card:hover img.thor-portfolio-img {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.06);
}

/* Overlay degradado para legibilidad */
.thor-portfolio-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.15) 0%,
    rgba(15, 15, 15, 0.3) 50%,
    rgba(15, 15, 15, 0.85) 100%
  );
  z-index: 2;
  transition: background 0.6s ease;
  pointer-events: none;
}

.thor-portfolio-card:hover::before {
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.05) 0%,
    rgba(15, 15, 15, 0.2) 60%,
    rgba(15, 15, 15, 0.85) 100%
  );
}

/* Línea dorada en hover */
.thor-portfolio-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #C9A961;
  z-index: 4;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.thor-portfolio-card:hover::after {
  width: 100%;
}

/* Contenido */
.thor-portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.thor-portfolio-cnum {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #C9A961;
  text-transform: uppercase;
  margin: 0;
}

.thor-portfolio-name {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #F5F1EA;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-style: normal;
}

.thor-portfolio-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: rgba(201, 169, 97, 0.85);
  text-transform: uppercase;
  margin: 4px 0 0 0;
}

/* === FOOTER === */
.thor-portfolio-footer {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid rgba(201, 169, 97, 0.2);
  border-bottom: 1px solid rgba(201, 169, 97, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.thor-portfolio-foot-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(245, 241, 234, 0.85);
  margin: 0;
  letter-spacing: 0.5px;
  font-style: normal;
}

.thor-portfolio-foot-text .thor-gold {
  color: #C9A961;
  font-weight: 600;
}

.thor-portfolio-cta,
.thor-portfolio-cta:link,
.thor-portfolio-cta:visited {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F5F1EA;
  border: 1px solid rgba(201, 169, 97, 0.4);
  padding: 18px 32px;
  border-radius: 50px;
  transition: all 0.4s ease;
  background: transparent;
}

.thor-portfolio-cta:hover {
  background: #C9A961;
  border-color: #C9A961;
  color: #1A1A1A;
  transform: translateY(-2px);
}

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .thor-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .thor-portfolio { padding: 100px 0; }
  .thor-portfolio-inner { padding: 0 24px; }
  .thor-portfolio-header { grid-template-columns: 1fr; gap: 30px; margin-bottom: 60px; }
  .thor-portfolio-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .thor-portfolio-content { padding: 18px 16px; }
  .thor-portfolio-footer { flex-direction: column; align-items: flex-start; }
  .thor-portfolio-globe { width: 500px; height: 500px; right: -200px; opacity: 0.15; }
}

@media (max-width: 500px) {
  .thor-portfolio-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ad1122 *//* ============================================
   THOR - SERVICIOS (NUEVA LÍNEA)
   ============================================ */

.thor-services {
  position: relative;
  background: #1A1A1A;
  padding: 140px 0;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #F5F1EA;
}

/* === BLUEPRINT TÉCNICO DE FONDO === */
.thor-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(201, 169, 97, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 169, 97, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(201, 169, 97, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 169, 97, 0.03) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
  z-index: 1;
  pointer-events: none;
}

/* Líneas decorativas tipo plano técnico */
.thor-services-blueprint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

/* Cruz central decorativa */
.thor-services-cross {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(201, 169, 97, 0.3);
  z-index: 2;
}

.thor-services-cross::before,
.thor-services-cross::after {
  content: '';
  position: absolute;
  background: rgba(201, 169, 97, 0.4);
}

.thor-services-cross::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.thor-services-cross::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.thor-services-cross.tl { top: 80px; left: 80px; }
.thor-services-cross.tr { top: 80px; right: 80px; }
.thor-services-cross.bl { bottom: 80px; left: 80px; }
.thor-services-cross.br { bottom: 80px; right: 80px; }

/* === WRAPPER === */
.thor-services-inner {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

/* === HEADER === */
.thor-services-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.thor-services-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
}

.thor-services-label::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-services-num {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-services-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0 0 28px 0;
  font-style: normal;
}

.thor-services-title .thor-gold {
  color: #C9A961;
  font-style: normal;
}

.thor-services-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.7);
  margin: 0;
}

/* === GRID === */
.thor-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Las últimas 2 cards centradas */
.thor-services-grid .thor-service-card:nth-child(4) {
  grid-column: 1 / 2;
  margin-left: calc(50% - 8px);
}

.thor-services-grid .thor-service-card:nth-child(5) {
  grid-column: 3 / 4;
  margin-right: calc(50% - 8px);
}

/* === CARD === */
.thor-service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 97, 0.15);
  padding: 50px 36px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

/* Numeración romana gigante de fondo */
.thor-service-card::before {
  content: attr(data-roman);
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: rgba(201, 169, 97, 0.06);
  line-height: 1;
  letter-spacing: -2px;
  pointer-events: none;
  transition: color 0.5s ease;
}

.thor-service-card:hover::before {
  color: rgba(201, 169, 97, 0.15);
}

/* Línea dorada que crece arriba al hover */
.thor-service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #C9A961;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.thor-service-card:hover::after {
  width: 100%;
}

.thor-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 169, 97, 0.5);
  background: rgba(255, 255, 255, 0.03);
}

/* === ICONO === */
.thor-service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.thor-service-icon svg {
  width: 100%;
  height: 100%;
  stroke: #C9A961;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thor-service-card:hover .thor-service-icon svg {
  transform: scale(1.1) rotate(-3deg);
}

/* Animación específica de cada icono al hover */
.thor-service-card:hover .icon-box-lid {
  transform: rotate(-25deg) translateY(-2px);
  transform-origin: left bottom;
  transition: transform 0.5s ease;
}

.thor-service-card:hover .icon-arrow-up {
  transform: translateY(-3px);
  transition: transform 0.4s ease;
}

.thor-service-card:hover .icon-pulse {
  animation: thorIconPulse 1.5s ease-in-out infinite;
}

@keyframes thorIconPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.15); }
}

/* === TEXTO DE LA CARD === */
.thor-service-num {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: rgba(201, 169, 97, 0.7);
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 2;
}

.thor-service-title-card {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #F5F1EA;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2;
  font-style: normal;
}

.thor-service-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 241, 234, 0.65);
  margin: 0 0 28px 0;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.thor-service-features {
  list-style: none;
  padding: 24px 0 0 0;
  margin: 0;
  border-top: 1px solid rgba(201, 169, 97, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.thor-service-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(245, 241, 234, 0.85);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.thor-service-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #C9A961;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.thor-service-card:hover .thor-service-features li::before {
  transform: scale(1.3);
}

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .thor-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .thor-services-grid .thor-service-card:nth-child(4),
  .thor-services-grid .thor-service-card:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .thor-services {
    padding: 100px 0;
  }
  
  .thor-services-inner {
    padding: 0 24px;
  }
  
  .thor-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .thor-services-grid .thor-service-card:nth-child(4),
  .thor-services-grid .thor-service-card:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
  }
  
  .thor-service-card {
    padding: 36px 28px;
  }
  
  .thor-services-cross {
    display: none;
  }
}
/* ============================================
   FIX SERVICIOS - 3 cards bien presentadas
   ============================================ */

/* Resetear cualquier override anterior */
.thor-services-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.thor-services-grid .thor-service-card:nth-child(4),
.thor-services-grid .thor-service-card:nth-child(5) {
  display: none !important;
}

/* Cards con espacio cómodo */
.thor-service-card {
  padding: 50px 36px !important;
}

.thor-service-icon {
  width: 56px !important;
  height: 56px !important;
  margin-bottom: 32px !important;
}

.thor-service-title-card {
  font-size: 22px !important;
}

.thor-service-text {
  font-size: 14px !important;
}

.thor-service-features li {
  font-size: 12px !important;
  letter-spacing: 1px !important;
}

.thor-service-card::before {
  font-size: 80px !important;
  top: 20px !important;
  right: 24px !important;
}

/* Tablet: 2 columnas */
@media (max-width: 1100px) and (min-width: 701px) {
  .thor-services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* La tercera card se centra */
  .thor-services-grid .thor-service-card:nth-child(3) {
    grid-column: 1 / 3 !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
}

/* Mobile: 1 columna */
@media (max-width: 700px) {
  .thor-services-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  .thor-services-grid .thor-service-card:nth-child(3) {
    grid-column: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  
  .thor-service-card {
    padding: 36px 28px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-814a38a *//* ============================================
   THOR - NUESTRO PROCESO (NUEVA LÍNEA)
   ============================================ */

.thor-process {
  position: relative;
  background: #1A1A1A;
  padding: 140px 0;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #F5F1EA;
}

/* Imagen de fondo */
.thor-process-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://thorsuccess.com/wp-content/uploads/2026/05/Distribuidor-mayorista-.-Guatemala-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(60%);
  z-index: 1;
}

/* Overlay oscuro */
.thor-process-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.92) 0%,
    rgba(26, 26, 26, 0.86) 50%,
    rgba(26, 26, 26, 0.95) 100%
  );
  z-index: 2;
}

/* Vignette para concentrar la mirada */
.thor-process-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    rgba(26, 26, 26, 0.4) 70%,
    rgba(26, 26, 26, 0.85) 100%
  );
  z-index: 3;
  pointer-events: none;
}

/* === WRAPPER === */
.thor-process-inner {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

/* === HEADER === */
.thor-process-header {
  margin-bottom: 100px;
  max-width: 820px;
}

.thor-process-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
}

.thor-process-label::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-process-num {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-process-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0 0 28px 0;
  font-style: normal;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.thor-process-title .thor-gold {
  color: #C9A961;
  font-style: normal;
}

.thor-process-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.75);
  margin: 0;
  max-width: 600px;
}

/* === TIMELINE === */
.thor-process-timeline {
  position: relative;
  padding-top: 60px;
}

/* Línea horizontal que conecta los círculos */
.thor-process-line {
  position: absolute;
  top: 90px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(201, 169, 97, 0.15) 0%,
    rgba(201, 169, 97, 0.4) 50%,
    rgba(201, 169, 97, 0.15) 100%
  );
  z-index: 1;
}

/* Línea dorada que se dibuja al hacer scroll */
.thor-process-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to right,
    #C9A961 0%,
    #E5C07B 50%,
    #C9A961 100%
  );
  box-shadow: 0 0 12px rgba(201, 169, 97, 0.6);
  transition: width 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.4s;
}

.thor-process.thor-section-visible .thor-process-line::after {
  width: 100%;
}

/* Grid de los 4 pasos */
.thor-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.thor-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}

/* Círculo con número */
.thor-process-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1A1A1A;
  border: 2px solid rgba(201, 169, 97, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #C9A961;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Círculo activo cuando entra en viewport (con delay escalonado) */
.thor-process.thor-section-visible .thor-process-step:nth-child(1) .thor-process-circle {
  border-color: #C9A961;
  background: #C9A961;
  color: #1A1A1A;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.5), 0 0 40px rgba(201, 169, 97, 0.2);
  transition-delay: 0.6s;
}

.thor-process.thor-section-visible .thor-process-step:nth-child(2) .thor-process-circle {
  border-color: #C9A961;
  background: #C9A961;
  color: #1A1A1A;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.5), 0 0 40px rgba(201, 169, 97, 0.2);
  transition-delay: 1.1s;
}

.thor-process.thor-section-visible .thor-process-step:nth-child(3) .thor-process-circle {
  border-color: #C9A961;
  background: #C9A961;
  color: #1A1A1A;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.5), 0 0 40px rgba(201, 169, 97, 0.2);
  transition-delay: 1.6s;
}

.thor-process.thor-section-visible .thor-process-step:nth-child(4) .thor-process-circle {
  border-color: #C9A961;
  background: #C9A961;
  color: #1A1A1A;
  box-shadow: 0 0 20px rgba(201, 169, 97, 0.5), 0 0 40px rgba(201, 169, 97, 0.2);
  transition-delay: 2.1s;
}

/* Punto pulsante en el círculo activo */
.thor-process-circle::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 2px solid rgba(201, 169, 97, 0.4);
  opacity: 0;
  animation: thorCirclePulse 2.5s ease-in-out infinite;
}

.thor-process.thor-section-visible .thor-process-step .thor-process-circle::after {
  opacity: 1;
}

@keyframes thorCirclePulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(0.8); opacity: 0; }
}

/* Etiqueta "Etapa 01" */
.thor-process-step-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(201, 169, 97, 0.7);
  margin: 0 0 10px 0;
}

.thor-process-step-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #F5F1EA;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-style: normal;
}

.thor-process-step-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 241, 234, 0.65);
  margin: 0;
}

/* === RESPONSIVE === */
@media (max-width: 1100px) {
  .thor-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 24px;
  }
  
  .thor-process-line {
    display: none;
  }
}

@media (max-width: 700px) {
  .thor-process {
    padding: 100px 0;
  }
  
  .thor-process-inner {
    padding: 0 24px;
  }
  
  .thor-process-header {
    margin-bottom: 60px;
  }
  
  .thor-process-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .thor-process-step {
    padding: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-309ce82 *//* ============================================
   THOR - CONTACTO (NUEVA LÍNEA)
   ============================================ */

.thor-contact {
  position: relative;
  background: #1A1A1A;
  padding: 140px 0;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #F5F1EA;
}

/* === GLOBO 3D EN SU PROPIO EJE === */
.thor-contact-globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 1100px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.12;
}

.thor-contact-globe svg {
  width: 100%;
  height: 100%;
  animation: thorContactGlobeSpin 100s linear infinite;
  transform-origin: center center;
}

@keyframes thorContactGlobeSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Glow dorado detrás del globo */
.thor-contact-globe::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,97,0.15) 0%, transparent 70%);
  filter: blur(80px);
}

/* === WRAPPER === */
.thor-contact-grid {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-start;
}

/* === COLUMNA IZQUIERDA === */
.thor-contact-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
}

.thor-contact-label::before {
  content: '';
  width: 48px;
  height: 1px;
  background: #C9A961;
}

.thor-contact-num {
  color: rgba(245, 241, 234, 0.4);
  margin-right: 12px;
}

.thor-contact-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #F5F1EA;
  margin: 0 0 32px 0;
  font-style: normal;
}

.thor-contact-title .thor-gold {
  color: #C9A961;
  font-style: normal;
}

.thor-contact-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.7);
  margin: 0 0 50px 0;
  max-width: 480px;
}

/* Info items */
.thor-contact-info {
  display: flex;
  flex-direction: column;
}

.thor-contact-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.thor-contact-item:first-child {
  border-top: 1px solid rgba(201, 169, 97, 0.15);
}

.thor-contact-item-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A961;
  font-weight: 600;
  padding-top: 4px;
  line-height: 1.4;
}

.thor-contact-item-value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #F5F1EA;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
}

.thor-contact-item-value a {
  color: #F5F1EA;
  text-decoration: none;
  transition: color 0.3s ease;
}

.thor-contact-item-value a:hover {
  color: #C9A961;
}

/* === COLUMNA DERECHA: FORMULARIO === */
.thor-contact-form-wrap {
  background: rgba(15, 15, 15, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 60px 50px;
  color: #F5F1EA;
  position: relative;
  border: 1px solid rgba(201, 169, 97, 0.15);
}

.thor-contact-form-frame {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(201, 169, 97, 0.2);
  pointer-events: none;
}

.thor-contact-form-header {
  margin-bottom: 40px;
  position: relative;
}

.thor-contact-form-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A961;
  margin-bottom: 14px;
  font-weight: 600;
}

.thor-contact-form-title {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #F5F1EA;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-style: normal;
}

.thor-contact-form {
  position: relative;
}

.thor-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}

.thor-form-group {
  margin-bottom: 24px;
  position: relative;
}

.thor-form-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A961;
  margin-bottom: 10px;
  font-weight: 600;
}

/* === INPUTS === */
.thor-form-input,
.thor-form-textarea,
.thor-form-select {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(245, 241, 234, 0.2);
  color: #F5F1EA;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  border-radius: 0;
}

.thor-form-input:focus,
.thor-form-textarea:focus,
.thor-form-select:focus {
  outline: none;
  border-color: #C9A961;
}

.thor-form-input::placeholder,
.thor-form-textarea::placeholder {
  color: rgba(245, 241, 234, 0.3);
}

.thor-form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: 'Inter', sans-serif;
}

/* === SELECT FIX === */
.thor-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-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='%23C9A961' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  cursor: pointer;
  padding-right: 32px;
  color: #F5F1EA;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.thor-form-select option {
  background: #1A1A1A;
  color: #F5F1EA;
  padding: 12px;
  font-family: 'Inter', sans-serif;
}

.thor-form-select option[value=""] {
  color: rgba(245, 241, 234, 0.4);
}

/* === BOTÓN SUBMIT === */
.thor-form-submit {
  width: 100%;
  padding: 22px;
  background: #C9A961;
  color: #1A1A1A;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  border: 1px solid #C9A961;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 0;
}

.thor-form-submit:hover {
  background: transparent;
  color: #C9A961;
  letter-spacing: 4px;
}

.thor-form-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  font-size: 16px;
}

.thor-form-submit:hover .thor-form-arrow {
  transform: translateX(6px);
}

/* Eliminar autofill amarillo del navegador */
.thor-form-input:-webkit-autofill,
.thor-form-textarea:-webkit-autofill,
.thor-form-select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #F5F1EA !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* === RESPONSIVE === */
@media (max-width: 1000px) {
  .thor-contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .thor-contact-globe {
    width: 700px;
    height: 700px;
    opacity: 0.08;
  }
}

@media (max-width: 700px) {
  .thor-contact {
    padding: 100px 0;
  }
  
  .thor-contact-grid {
    padding: 0 24px;
  }
  
  .thor-contact-form-wrap {
    padding: 40px 28px;
  }
  
  .thor-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .thor-contact-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}/* End custom CSS */