.elementor-181 .elementor-element.elementor-element-81ac356{margin-top:-73px;margin-bottom:-40px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83600ac *//* =========================================================
   RYGAUTO · SERVICIOS
   CSS PARA ELEMENTOR
   Puede convivir con la Home si se mantienen las clases ryg-
   ========================================================= */

:root {
  --ryg-red: #e21b23;
  --ryg-red-dark: #b9151b;
  --ryg-black: #111111;
  --ryg-dark: #171717;
  --ryg-text: #292929;
  --ryg-muted: #666666;
  --ryg-line: #e7e7e7;
  --ryg-soft: #f5f5f5;
  --ryg-white: #ffffff;
  --ryg-radius: 18px;
  --ryg-shadow: 0 20px 50px rgba(0,0,0,.08);
}

* {
  box-sizing: border-box;
}

.ryg-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ryg-narrow {
  max-width: 850px;
}

.ryg-section,
.ryg-hero,
.ryg-service-detail,
.ryg-cta {
  font-family: Arial, Helvetica, sans-serif;
}

.ryg-section,
.ryg-service-detail {
  padding: 88px 0;
}

.ryg-section-soft,
.ryg-service-detail-soft {
  background: var(--ryg-soft);
}

.ryg-dark {
  background: var(--ryg-black);
  color: var(--ryg-white);
}

.ryg-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ryg-red);
}

.ryg-title-light {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.ryg-section h2,
.ryg-service-detail h2,
.ryg-hero h1,
.ryg-hero h2,
.ryg-cta h2 {
  margin-top: 0;
  color: var(--ryg-black);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ryg-section h2,
.ryg-service-detail h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 5vw, 54px);
}

.ryg-copy p,
.ryg-section p,
.ryg-service-detail p,
.ryg-hero p,
.ryg-cta p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ryg-muted);
}

.ryg-dark h2,
.ryg-dark p {
  color: var(--ryg-white);
}

.ryg-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.ryg-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}

.ryg-align-center {
  align-items: center;
}

/* HERO */
.ryg-hero {
  padding: 100px 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(226,27,35,.16), transparent 31%),
    linear-gradient(135deg, #101010 0%, #202020 100%);
  color: var(--ryg-white);
}

.ryg-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 60px;
  align-items: center;
}

.ryg-hero h1 {
  max-width: 860px;
  margin-bottom: 26px;
  font-size: clamp(48px, 7vw, 80px);
  color: var(--ryg-white);
}

.ryg-lead {
  max-width: 780px;
  font-size: 21px !important;
  color: rgba(255,255,255,.78) !important;
}

.ryg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ryg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  transition: .2s ease;
}

.ryg-btn-primary {
  background: var(--ryg-red);
  color: var(--ryg-white) !important;
}

.ryg-btn-primary:hover {
  background: var(--ryg-red-dark);
  transform: translateY(-2px);
}

.ryg-btn-secondary {
  border: 1px solid rgba(255,255,255,.35);
  color: var(--ryg-white) !important;
}

.ryg-btn-secondary:hover {
  background: var(--ryg-white);
  color: var(--ryg-black) !important;
}

.ryg-trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

.ryg-hero-card {
  padding: 40px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--ryg-radius);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.ryg-hero-card h2 {
  margin-bottom: 18px;
  font-size: 34px;
  color: var(--ryg-white);
}

.ryg-hero-card p {
  color: rgba(255,255,255,.72);
}

.ryg-card-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ryg-red);
  font-size: 13px;
  font-weight: 700;
}

.ryg-text-link {
  color: var(--ryg-white) !important;
  font-weight: 700;
  text-decoration: none !important;
}

/* BLOQUES DE SERVICIO */
.ryg-service-detail-grid {
  display: grid;
  grid-template-columns: 110px minmax(0, 760px);
  gap: 52px;
  align-items: start;
}

.ryg-service-index {
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: rgba(226,27,35,.18);
}

.ryg-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 20px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ryg-check-list li {
  position: relative;
  padding: 15px 18px 15px 46px;
  border: 1px solid var(--ryg-line);
  border-radius: 12px;
  background: var(--ryg-white);
  color: var(--ryg-text);
  line-height: 1.45;
}

.ryg-check-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 14px;
  color: var(--ryg-red);
  font-weight: 800;
}

/* SÍNTOMAS */
.ryg-signs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ryg-sign-card {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border: 1px solid var(--ryg-line);
  border-radius: var(--ryg-radius);
  background: var(--ryg-white);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ryg-black);
  transition: .2s ease;
}

.ryg-sign-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ryg-shadow);
}

.ryg-note {
  margin-top: 28px;
  padding: 22px 26px;
  border-left: 4px solid var(--ryg-red);
  background: var(--ryg-soft);
  color: var(--ryg-text);
  font-size: 17px;
  line-height: 1.6;
}

/* CTA */
.ryg-cta {
  padding: 70px 0;
  background: var(--ryg-red);
  color: var(--ryg-white);
}

.ryg-cta-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.ryg-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 54px);
  color: var(--ryg-white);
}

.ryg-cta p,
.ryg-cta .ryg-eyebrow {
  color: rgba(255,255,255,.86);
}

.ryg-btn-light {
  background: var(--ryg-white);
  color: var(--ryg-red) !important;
}

.ryg-btn-outline-light {
  border: 1px solid rgba(255,255,255,.65);
  color: var(--ryg-white) !important;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .ryg-two-col,
  .ryg-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ryg-service-detail-grid {
    grid-template-columns: 70px 1fr;
    gap: 28px;
  }

  .ryg-signs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ryg-cta-inner {
    display: block;
  }
}

@media (max-width: 680px) {
  .ryg-container {
    width: min(100% - 28px, 1180px);
  }

  .ryg-section,
  .ryg-service-detail {
    padding: 62px 0;
  }

  .ryg-hero {
    padding: 70px 0;
  }

  .ryg-service-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ryg-service-index {
    font-size: 42px;
  }

  .ryg-check-list,
  .ryg-signs-grid {
    grid-template-columns: 1fr;
  }

  .ryg-actions {
    flex-direction: column;
  }

  .ryg-btn {
    width: 100%;
  }

  .ryg-hero-card {
    padding: 28px;
  }
}/* End custom CSS */