.elementor-161 .elementor-element.elementor-element-6e5ef93{margin-top:-80px;margin-bottom:-40px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2dab893 *//* =========================================================
   RYGAUTO · HOME
   CSS GLOBAL PARA ELEMENTOR
   ========================================================= */

: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-cta {
  font-family: Arial, Helvetica, sans-serif;
}

.ryg-section {
  padding: 88px 0;
}

.ryg-section-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);
}

/* TITULOS GENERALES */

.ryg-section h2,
.ryg-cta h2 {
  margin-top: 0;
  color: var(--ryg-black);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ryg-section h2 {
  font-size: clamp(34px, 5vw, 54px);
  margin-bottom: 24px;
}

.ryg-copy p,
.ryg-section p,
.ryg-hero p,
.ryg-cta p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ryg-muted);
}

.ryg-dark h2,
.ryg-dark p,
.ryg-section-head-light h2 {
  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 90% 10%,
      rgba(226,27,35,.14),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #111 0%,
      #202020 100%
    );
  color: var(--ryg-white);
}

.ryg-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 60px;
  align-items: center;
}


/* TITULO PRINCIPAL DEL HERO
   Funciona tanto si usas H1 como H2 */

.ryg-hero-copy > h1,
.ryg-hero-copy > h2 {
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: clamp(48px, 7vw, 80px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--ryg-white) !important;
}


.ryg-lead {
  max-width: 760px;
  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;
}


/* TARJETA DERECHA HERO */

.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-top: 0;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--ryg-white) !important;
}

.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;
}


/* =========================================================
   SERVICIOS
   ========================================================= */

.ryg-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ryg-service-card {
  padding: 30px;
  border: 1px solid var(--ryg-line);
  border-radius: var(--ryg-radius);
  background: var(--ryg-white);
  transition: .2s ease;
}

.ryg-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ryg-shadow);
}

.ryg-service-card h3 {
  margin: 12px 0 14px;
  font-size: 22px;
  color: var(--ryg-black);
}

.ryg-service-card p {
  margin: 0;
  font-size: 16px;
}

.ryg-service-number {
  font-size: 13px;
  font-weight: 800;
  color: var(--ryg-red);
}

.ryg-center {
  margin-top: 36px;
  text-align: center;
}


/* =========================================================
   BENEFICIOS
   ========================================================= */

.ryg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ryg-benefit {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--ryg-radius);
  background: rgba(255,255,255,.05);
}

.ryg-benefit strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  color: var(--ryg-white);
}

.ryg-benefit span {
  color: rgba(255,255,255,.66);
  line-height: 1.5;
}


/* =========================================================
   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,.85);
}

.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 TABLET
   ========================================================= */

@media (max-width: 980px) {

  .ryg-two-col,
  .ryg-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ryg-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ryg-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ryg-cta-inner {
    display: block;
  }

}


/* =========================================================
   RESPONSIVE MOVIL
   ========================================================= */

@media (max-width: 680px) {

  .ryg-container {
    width: min(100% - 28px, 1180px);
  }

  .ryg-section {
    padding: 62px 0;
  }

  .ryg-hero {
    padding: 70px 0;
  }

  .ryg-services-grid,
  .ryg-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ryg-actions {
    flex-direction: column;
  }

  .ryg-btn {
    width: 100%;
  }

  .ryg-hero-card {
    padding: 28px;
  }

}/* End custom CSS */